@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');


.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------------------------
Base
-------------------------------------------*/

br.pc-none,
#wellness .sp,
#wellness .tablet{
    display: none !important;
}
#wellness ul, #wellness p, #wellness dl{ margin-bottom: 0;}
#wellness dd{ margin-left: 0;}

#wellness {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
    background: #fff;
}
#wellness a{
    outline: none;
}
#wellness a:hover{
    text-decoration: none;
}
#wellness img{ 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#wellness h3{
    margin: 0;
}

#wellness .deco{
    position: absolute;
    transition: .5s;
}

#wellness .nowrap{
    display: inline-block;
    white-space: nowrap;
}


/*-------------------------------------------
PC
-------------------------------------------*/

/*#wellness{    
    max-width: 1440px;
    margin: 0 auto;
}*/

/*--- mv ---*/
#wellness #mv{
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}


/*--- message ---*/
#wellness #message{
    position: relative;
    padding: 120px 0;
}
#wellness #message::before,
#wellness #message::after{
    content: "";
    display: block;
    position: absolute;
}
#wellness #message::before{
    width: 749px;
    aspect-ratio: 749 / 424;
    left: 0;
    top: 0;
    background: url("../images/menu/wellness/bg_01.png") left top / contain no-repeat;
}
#wellness #message::after{
    width: 370px;
    aspect-ratio: 1 / 1;
    right: 0;
    bottom: 0;
    background: url("../images/menu/wellness/bg_02.png") left top / contain no-repeat;
}
#wellness #message .head01,
#wellness #message .text,
#wellness #message .image{
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

#wellness .head01{
    position: relative;
    padding-top: 40px;
    text-align: center;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0 auto 25px;
    width: 85%;
}
#wellness .head01::before{
    width: 110px;
    height: 20px;
    content: "";
    display: block;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translate(-50%,0);
    background: url("../images/menu/wellness/deco_01.png") center top / contain no-repeat;
}

#wellness #message > .text,
#wellness #experience > .text{
    max-width: 750px;
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    line-height: 2;
}
#wellness #message .image{
    max-width: 1200px;
    margin: 80px auto 0;
    width: 90%;
    position: relative;
}
#wellness #message .image figcaption{
    text-align: right;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -2em;
}

/*--- experience ---*/
#wellness #experience{
    color: #fff;
    background: #38612f;
    padding: 120px 0;
}

#wellness #experience .head01::before{
    background: url("../images/menu/wellness/deco_02.png") center top / contain no-repeat;
}

#wellness #experience ul{
    max-width: 1200px;
    width: 85%;
    margin: 60px auto 0;
}
#wellness #experience ul li{
    display: flex;
    align-items: stretch;
}
#wellness #experience ul li + li{
    margin-top: 60px;
}
#wellness #experience ul li:nth-child(even){
    flex-direction: row-reverse;
}

#wellness #experience ul li .image{
    background-position: center center;
    background-size: cover;
    width: 40%;
    position: relative;
    margin: 0;
}

#wellness #experience ul li:nth-child(1) .image{ background-image: url("../images/menu/wellness/img_02.jpg");}
#wellness #experience ul li:nth-child(2) .image{ background-image: url("../images/menu/wellness/img_03.jpg");}
#wellness #experience ul li:nth-child(3) .image{ background-image: url("../images/menu/wellness/img_04.jpg");}

#wellness #experience ul li .image figcaption{
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: -2em;
}
#wellness #experience ul li:nth-child(even) .image figcaption{
    text-align: right;
    left: auto;
    right: 0;
}
#wellness #experience ul li .info{
    background: #fff;
    padding: 80px;
    position: relative;
    margin: 60px 0 60px -60px;
    width: 60%;
    box-shadow: 30px 30px 3px rgba(4,22,0,0.3);
}
#wellness #experience ul li:nth-child(even) .info{
    margin: 60px -60px 60px 0;
}
#wellness #experience ul li .info .title01{
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #38612f;
    font-weight: 700;
}
#wellness #experience ul li .info .text{
    text-align: justify;
    line-height: 1.75;
    color: #000;
}
#wellness #experience ul li .info::before{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #38612f;
}
#wellness #experience ul li:nth-child(even) .info::before{
    left: auto;
    right: 0;
}
#wellness #experience ul li .info .num{
    position: absolute;
    width: 110px;
    aspect-ratio: 11 / 7;
    left: 80px;
    top: 0;
    transform: translate(0,-50%);
}
#wellness #experience ul li .info .deco01{
    width: 107px;   
    aspect-ratio: 107 / 270;
    right: 0;
    bottom: 0;
    transform: translate(50%,20px);
}

#wellness #experience .renewal {
    padding-top: 120px;
}
#wellness #experience .renewal .head03{    
    font-size: clamp(24px, 5.2vw, 46px);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#wellness #experience .renewal .text{
    margin: 0 auto;
    width: 85%;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}


/*--- ending ---*/
#wellness #ending{
    text-align: center;
    background: url("../images/menu/wellness/bg_03.jpg") center bottom / 2200px no-repeat;
    padding-bottom: 250px;
    padding-top: 120px;
}
#wellness #ending .head02{
    font-size: clamp(26px, 5vw, 40px);
    margin-bottom: 25px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#wellness #ending .text{
    width: 85%;
    margin: 0 auto;
}


/*-------------------------------------------
Animation
-------------------------------------------*/

#mv .slidein,
.out.slidein,
.out .slidein{
    opacity: 0;
}

#mv .slidein,
.in.slidein,
.in .slidein{
    animation: slidein 0.8s ease forwards;
}

@keyframes slidein{
    0%{ transform: translate(0,10px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

.fadein{
    opacity: 0;
}
.in.fadein,
.in .fadein,
#mv .fadein,
#mv.fadein,
#mainTitle .fadein{
    animation: fadein 1s ease forwards;
}

@keyframes fadein {
	0% { opacity: 0;}
	100% { opacity: 1; }
}

.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}


/*-------------------------------------------
ONLY PC & HOVER
-------------------------------------------*/
@media only screen and (min-width: 769px){
	#wellness img,
	#wellness #mv .inr{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
}

/*-------------------------------------------
UNDER 1100
-------------------------------------------*/
@media only screen and (max-width: 1100px){
    
    #wellness #experience ul li .info {
        padding: 50px;
        margin: 40px 0 40px -40px;
    }
    #wellness #experience ul li:nth-child(even) .info {
        margin: 40px -40px 40px 0;
    }
    #wellness #experience ul li .info .num{
        width: 80px;
    }
}

/*-------------------------------------------
UNDER 900
-------------------------------------------*/
@media only screen and (max-width: 900px){
    
    #wellness .tablet{ display: block !important;}
    
    #wellness .head01 {
        padding-top: 20px;
        font-size: 28px;
        margin: 0 auto 20px;
    }
    #wellness .head01::before {
        width: 90px;
    }
    
    #wellness #message::before {
        width: 390px;
    }
    #wellness #message::after {
        width: 200px;
    }
    
    /*--- experience ---*/
    #wellness #experience ul li,
    #wellness #experience ul li:nth-child(even){
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #wellness #experience ul li .image,
    #wellness #experience ul li:nth-child(even) .image{
        width: 80%;
        height: auto;
        aspect-ratio: 1 / 0.6;
    }
    
    #wellness #experience ul li:nth-child(1) .image{ background-image: url("../images/menu/wellness/img_02_sp.jpg");}
    #wellness #experience ul li:nth-child(2) .image{ background-image: url("../images/menu/wellness/img_03_sp.jpg");}
    #wellness #experience ul li:nth-child(3) .image{ background-image: url("../images/menu/wellness/img_04_sp.jpg");}
    
    #wellness #experience ul li:nth-child(even) .info,
    #wellness #experience ul li .info {
        width: 100%;
        margin: -20px 0 0 0 ;
    }
    #wellness #experience ul li .info::before,
    #wellness #experience ul li:nth-child(even) .info::before{
        width: 100%;
        height: 5px;
    }
    
    #wellness #experience ul li .image figcaption,
    #wellness #experience ul li:nth-child(even) .image figcaption{
        left: 15px;
        right: auto;
        bottom: 27px;
        font-size: 10px;
        letter-spacing: 0.02em;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        text-align: left;
    }
    #wellness #experience ul li .info .num {
        position: static;
        margin: 0 auto;
        width: 60px;
        transform: translate(0, -25%);
    }
    #wellness #experience ul li .info .title01 {
    font-size: clamp(18px, 5.2vw, 26px);
        text-align: center;
    }    
    #wellness #experience ul li .info .deco01 {
        width: 75px;
        transform: translate(40%, 45px);
    }
    
    #wellness #experience .renewal .text{
        max-width: 600px;
        text-align: justify;
    }
    #wellness #experience .renewal .text br.pc{
        display: none;
    }

}


/*-------------------------------------------
UNDER 600
-------------------------------------------*/
@media only screen and (max-width: 600px){
	
	br.pc-none {
        display: inline;
    }
	#wellness .sp { display: block !important;}
	#wellness .pc { display: none;}
    
    #wellness .head01 {
        padding-top: 20px;
        font-size: 24px;
        margin: 0 auto 16px;
    }
    
    
    
    #wellness #message > .text, #wellness #experience > .text{
        font-size: 14px;
    }
    #wellness #message .image{
        margin-top: 40px;
    }
    
    #wellness #experience ul{
        margin-top: 40px;
    }
    #wellness #experience ul li .info .title01{
        margin-bottom: 15px;
    }
    #wellness #experience ul li .info .text{
        font-size: 14px;
        line-height: 1.75;
    }
    
    #wellness #ending .head02{
        margin-bottom: 16px;
    }
    
    #wellness #message, 
    #wellness #experience {
        padding: 70px 0;
    }
    
    #wellness #experience .renewal {
        padding-top: 60px;
    }
    #wellness #experience .renewal .text{
        font-size: 14px;
    }
    
    #wellness #ending {
        background-size: 1200px auto;
        padding-bottom: 135px;
        padding-top: 70px;
    }
    #wellness #ending .text{
        text-align: justify;
        font-size: 14px;
    }    
    
    
    
}

/*-------------------------------------------
UNDER 480
-------------------------------------------*/
@media only screen and (max-width: 480px){
    
    #wellness #experience ul li .image, #wellness #experience ul li:nth-child(even) .image {
        width: 107%;
    }
    #wellness #experience ul li .info,
    #wellness #experience ul li:nth-child(even) .info{
        padding: 40px 30px 30px;
        width: 95%;
        box-shadow: 20px 20px 3px rgba(4, 22, 0, 0.3);
    }
    #wellness #experience ul li .info .deco01 {
        transform: translate(40%, -15%);
        top: 0;
        bottom: auto;
    }
    
    
}

