/*************************************************************************************

Theme Name: HES-ASIATICUS
Theme URI: https://hes-asiaticus.com/
Description: 新宿メンズエステ THE CARE【ザ・ケア】
Version: 1.0
Auther: HES ASIATICUS JAPAN
Auther URI: https://hes-asiaticus.com/

**************************************************************************************

Table of Contents:
  
0. global
1. header
2. navigation
3. layout
4. staff schedule
5. course
6. information
7. access
8. footer

color code
gold
#eee8aa

font-family: 'Cormorant', serif;
font-family: 'Gilda Display', serif;
font-family: 'Italiana', sans-serif;
font-family: 'Syncopate', sans-serif;

*************************************************************************************/



/*-----------------------------------------------------------------------------------
  
  0. global

-----------------------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
    color: #000000;
    background: #ffffff;
}
.f-min {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
} 

.wrapper {
    position: relative;
    width: 100%;
}
.smp {
    display: none;
}


/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}



/*-----------------------------------------------------------------------------------
  
  1. header

-----------------------------------------------------------------------------------*/
header .container {
    width: 100%;
}
.top-line {
    position: fixed;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
}
.logo_s {
    width: 150px;
    margin-left: 2%;
}

/*   eyecatch   */
.eyecatch {
    display: flex;
    flex-direction: column;
    width: 1000px;
    margin: 0 auto;
}
.eyecatch_01 {
    width: 100%;
    height: 460px;
}
.logo {
    width: 700px;
    padding: 180px 0 0 0;
}
.logo_01 {}
.logo_02 {
    width: 32%;
    margin: 50px 0 0 240px;
}

.eyecatch_02 {
    display: flex;
    width: 100%;
}
.eyecatch_02 .container01 {
    width: 500px;
}
.shop-tel {
    width: 92%;
    margin-top: 430px;
}
.shop-line {
    width: 92%;
    margin-top: 50px;
}
.eyecatch_02 .container02 {
    width: 500px;
}
.shop-information {
    width: 500px;
    padding-bottom: 20px;
}
.shop-information p {
    font-family: 'Gilda Display', serif;
    font-size: 3.2rem;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h1 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.eyecatch-img {
    width: 500px;
}


.smp-logo {}
.smp-logo_01 {}
.smp-logo_02 {}

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .eyecatch {
        width: 100%;
        margin: 0;
    }
    .smp-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 30px 0 30px;
        padding: 0 20px;
    }
    .smp-logo_01 {
        margin-bottom: 15px;
    }
    .smp-logo_02 {
        width: 36%;
    }
    
    .eyecatch_02 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .eyecatch_02 .container01 {
        order: 2;
    }
    .eyecatch_02 .container02 {
        order: 1;
    }
    .eyecatch_02 .container01 {
        width: 100%;
        padding: 0 10px;
    }
    .shop-tel {
        width: 100%;
        margin: 0;
    }
    .shop-line {
        width: 100%;
        margin: 0;
    }
    .eyecatch_02 .container02 {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .shop-information {
        width: 100%;
    }
    .shop-information p {
        font-size: 2.2rem;
    }
    h1 {
        font-size: 1.4rem;
    }
}



/*-----------------------------------------------------------------------------------
  
  2. navigation smart phone

-----------------------------------------------------------------------------------*/
.footer-menu {
    display: none;
}

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .footer-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 0;
        background: #0D0F43;
    }
}



/*-----------------------------------------------------------------------------------
  
  3. layout

-----------------------------------------------------------------------------------*/

/*   contents layout   */
section .container {
    width: 100%;
}
.contents-inner {
    width: 1000px;
    margin: 0 auto;
}

/*   contents title Black.ver  */
h2.title-black {
    position: relative;
    text-align: center;
    font-size: 6rem;
    font-family: 'Gilda Display', serif;
    line-height: 1.3em;
    margin-top: 150px;
}
h2.title-black::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -15px;
    width: 200px;
    height: 1px;
    background: #000000;
}
p.title-sub {
    text-align: center;
    font-size: 1.5rem;
    margin: 40px 0 60px;
}


.inner {
    height: 1200px;
}


/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .contents-inner {
        width: 100%;
        margin: 0;
    }
    
    /*   contents title Black.ver  */
    h2.title-black {
        font-size: 3.2rem;
        margin-top: 60px;
    }
    h2.title-black::after {
        width: 30%;
    }
    p.title-sub {
        font-size: 1.6rem;
        margin: 40px 0 40px;
    }
}



/*-----------------------------------------------------------------------------------
  
  4. staff schedule

-----------------------------------------------------------------------------------*/
.list-container {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    gap: 30px;
    margin: 0 auto;
}
.thambnail {
    width: calc(33.33333% - 30px * 2 / 3);
    padding: 2em;
    background: none;
    border: 1px solid #d7c447;
    position: relative;
}
.thambnail::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #d7c447;
    background: #1a1a1a;
}
.thambnail .in {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
}
p.name {
    font-size: 3.8rem;
    margin-top: 20px;
    font-family: 'Italiana', sans-serif;
    text-transform: uppercase;
}
p.name::first-letter {
    color: #eee8aa;
}
p.age {
    font-size: 1.2rem;
    margin-top: 10px;
    font-family: 'Syncopate', sans-serif;
}
p.time {
    font-size: 2.2rem;
    margin-top: 10px;
    font-family: 'Syncopate', sans-serif;
    color: #8a8887;
}


/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .list-container {
        width: 100%;
        gap: 10px;
        margin: 0;
        padding: 10px;
    }
    .thambnail {
        width: calc(50% - 20px / 2);
    }
    p.name {
        font-size: 3rem;
        margin-top: 10px;
    }
    p.time {
        font-size: 1.3rem;
        margin-top: 14px;
    }
}



/*-----------------------------------------------------------------------------------
  
  5.  course

-----------------------------------------------------------------------------------*/

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {}



/*-----------------------------------------------------------------------------------
  
  6. information

-----------------------------------------------------------------------------------*/
.information {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.info-inner {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}
.info-inner:first-child {
    margin-top: 0;
}
.info-inner a {
    transition: 0.5s;
}
.info-inner a:hover {
    color: #857655;
}
.information p.news-title {
    font-size: 2.2rem;
}
.information p.date {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    .information {
        padding: 0 10px;
    }
    .info-inner {
        margin-top: 20px;
        padding-bottom: 12px;
    }
    .info-inner:first-child {
        margin-top: 0;
    }
    .information p.news-title {
        font-size: 1.6rem;
    }
    .information p.date {
        margin-bottom: 8px;
    }
}



/*-----------------------------------------------------------------------------------
  
  7. access

-----------------------------------------------------------------------------------*/

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {}



/*-----------------------------------------------------------------------------------
  
  8. footer

-----------------------------------------------------------------------------------*/
footer .container {
    width: 100%;
    height: 500px;
    margin-top: 300px;
    background: #1a1a1a;
}
.copyright {
    font-size: 1.2rem;
    color: #8a8887;
    text-align: center;
    padding: 30px 0;
}

/*======　　スマートフォンの設定 　==================================*/
@media screen and (max-width: 768px) {
    footer .container {
        width: 100%;
        height: 200px;
        margin: 0;
        background: #FFFFFF;
    }
    .copyright {
        display: none;
    }
}







































