@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    font-family: futura-pt, sans-serif;
	background: #fff;

}
article {
    padding: 60px 0; 
	text-align: center;
	line-height: 1.9;
}
article h2{
    font-size: 1.1em;
    color: #47BAAC;
    margin-bottom: 5px;
}
article h3{
    font-size: 1.8em;
	font-family: 'Lato', sans-serif;
    color: #47BAAC;
    margin-bottom: 60px;
    font-weight: 600;
}

article p {
    font-size: 1em;
	margin-bottom: 2.5em;
	font-family: 'Lato', sans-serif;    
}

article#top p{
    margin-bottom: 4em;
    font-size: 1em;
    line-height: 1.9;
} 

article#top ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom: 40px;
    max-width: 860px;
    margin: 0 auto;
}
article#top li{
    width: calc(100% / 3 - 10px);
    color: #47BAAC;  
    line-height: 1.6;
    font-size: 1.2em;
	font-family: 'Lato', sans-serif;    
    font-weight: 600;
}
article#top li figure{
    width: 260px;
    height: auto;
    margin: 30px auto;

}
figure img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}

article#point{
    background: #47BAAC;
    color: #fff;
    padding: 60px;
}
article#point > div{
    max-width: 920px;
    margin: auto;
    position: relative;
}
article#point > div::after{
    content: "";
    position: absolute;
    background: url("../img/top/map.png") no-repeat;
    top: 100px;
    right: 0;
    width: 250px;
    height: 280px;
}
article#point > div > figure{
    width: 400px;
    margin-bottom: 30px;
}


article#point dl{
    max-width: 860px;
    margin: auto;
}
article#point dt{
font-size: 5em;
    text-align: center;
    width: 1.2em;
    line-height: 1.8;
    float: left;
    margin: 0 0 0.5em;
    font-weight: 300;
    position: relative;
}
article#point dt::before{
    content: "point";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 0.3em;
}

article#point dd{
    margin: 0 0 0.8em 3.5em;
    padding-top: 1em;
    text-align: left;
    font-size: 2em;
    position: relative;
    padding-left: 60px;
	font-family: 'Lato', sans-serif;
}
article#point dd::before{
    content: "";
    background: url("../img/top/dl01.png") no-repeat;
    background-size: contain;    
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -60px;
    bottom: 0;
    margin: auto;
}
article#point dd.dl02::before{
    content: "";
    background: url("../img/top/dl02.png") no-repeat;
    background-size: contain;    
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -37px;
    bottom: 0;
    margin: auto;
}
article#point dd.dl03::before{
    content: "";
    background: url("../img/top/dl03.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -40px;
    bottom: 0;
    margin: auto;
}
article#point dd.dl04::before{
    content: "";
    background: url("../img/top/dl04.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
top: -180px;
    bottom: 0;
    margin: auto;
}
article#point dd  > div{
    font-size: 50%;
    line-height: 1.6;
    margin-left: -3.5em;
    margin-top: 5px;
    font-weight: 100;
}

article#point dd  > div > a{
    color: #000;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-top: 15px;
    font-size: 97%;
}
article#point dd  > div > a::before{
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}

article#schedule table {
  display: block;
  overflow-x: scroll;
	margin: 0 auto;
  -webkit-overflow-scrolling: touch;
	 width: 930px;
}

article#schedule th {
	width: 215px;
	background: #47BAAC;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

article#schedule td.life {
	padding: 5px 10px 5px 5px;
	text-align: left;
	line-height: normal;
	font-size: 0.8em;
	width: 215px;
}
article#schedule td.work {
	background: #c3eafb;
}
article#schedule td.eat {
	background: #fbd2d8;
}
article#schedule td.check {
	background: #d6fad6;
}
article#schedule td.reraku {
	background: #fff1a8;
}
article#schedule td.shopping {
	background: #FFF6AA;
}
article#schedule td.time {
	text-align: right;
	padding: 5px;
	line-height: normal;
}

article#schedule .min {
	border-bottom: dotted 1px #CCCCCC;
}

article#schedule .hour {
	border-bottom: solid 1px #CCCCCC;
}


article#model ul{
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
    max-width: 930px;
    margin: 0 auto;
}
article#model li{
    width: 300px;
    line-height: 1.6;
}
article#model li figure{
    width: 300px;
    height: auto;
    margin: 2px auto 2px auto;
    display: grid;
}
article#model li > div{
    background: #47BAAC;
    color: #fff;
    padding: 2px 0;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
}
article#model ul.skd{
    margin: 0;
    padding: 0;
    display: block;
}
article#model ul.skd li{
    display: block;
    text-align: left;
    width: auto;
    font-size: 0.8em;
    padding: 15px 0 15px 60px;
    position: relative;
}
article#model ul.skd li:nth-child(odd){
    background: #D2EBE7;
}
article#model ul.skd li:nth-child(even){
    background: #F6F6EF;
}
article#model ul.skd li.icon01::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon01.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
article#model ul.skd li.icon02::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon02.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
article#model ul.skd li.icon03::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon03.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
article#model ul.skd li.icon04::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon04.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
article#model ul.skd li.icon05::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon05.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
article#model ul.skd li.icon06::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url("../img/top/icon06.png") no-repeat;
    background-size: contain;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

article#htl{
    background: #DAEBE8;
}
article#htl ul{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 40px;
    max-width: 960px;
    margin: 0 auto;
flex-flow: row wrap;
  justify-content: center;    
}

article#htl a{
    text-decoration: none;
    color: #000;
}

article#htl li{
    width: calc(100% / 3 - 20px);
	font-family: 'Lato', sans-serif;    
    margin: 10px;    
    padding-bottom: 2.5em;
}
article#htl li figure .coming{
    z-index: 9999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 30px;
    margin: auto;
    color: #fff;
}
article#htl li.noop figure{
    position: relative;
    z-index: 0;
}
article#htl li figure{
    width: 100%;
    height: auto;
}
article#htl li h4{
    color: #47BAAC;
    font-size: 1.2em;
    	font-family: 'Lato', sans-serif;
font-weight: 600;
}
article#htl li p{
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 0;
}
.cbtn{
    line-height: 1.4;
    margin-top: 10px!important;
}

article#price ul{
	display: flex;
	flex-wrap:wrap;
    max-width: 960px;
    margin: 0 auto;
	justify-content: space-between;  
}

article#price li{
    width: calc(100% / 3 - 20px);
	font-family: 'Lato', sans-serif;    
    margin: 10px;    
}
article#price li > div{
    background: #47BAAC;
    line-height: 1.4;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 600;

} 

article#price li > div span{
    display: block;
    font-size: 0.9em;
    font-weight: 100;
}
article#price li > div + div{
    background: #D2EBE7;
    line-height: 1.4;
    padding: 10px 0;
    color: #000;
    font-weight: 100;    
} 
.smaller{
    font-size: 0.9em;
    margin-bottom: 80px;
    margin-top: 30px;
}

article#price .tokuten,
article#volunteer .tokuten{
    border: #FF975F 4px solid;
    border-radius: 25px;
    max-width: 820px;
    margin: auto;
    padding: 40px 40px;
    display: block;
}
article#price .tokuten h2,
articlevolunteer .tokuten h2{
    color: #FF975F;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

article#price .tokuten .smaller
articlevolunteer .tokuten .smaller{
    font-size: 0.9em;
    margin-bottom: 20px;
}

.tokuten ul.info{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto;
	justify-content: space-between;  
}
.tokuten ul.info li{
    width: calc(100% / 2 - 20px)!important;
	font-family: 'Lato', sans-serif;    
    margin: 10px;      
    text-align: left;
}
.tokuten ul.info li span{
    display: block;
    color: #FF975F;

}

.tokuten ul.info li > div{
    background: #fff!important;
    color: #FF975F!important;    
    font-size: 1.1em;
    padding: 10px 0 10px 55px!important;
    position: relative!important;
}
.tokuten ul.info li > div::before{
    content: "";
    position: absolute;
    background: url("../img/top/ico_01.png") no-repeat;
    left: 0;
    width: 50px;
    height: 55px;
    background-size: contain;
    top:0;
}
.tokuten ul.info li > div.ico02::before{
    content: "";
    position: absolute;
    background: url("../img/top/ico_02.png") no-repeat;
    left: 0;
    width: 50px;
    height: 55px;
    background-size: contain;
    top:0;
}

ul.iis {
    display: block!important;
    margin-bottom: 0!important;
}
ul.iis li.su{
    margin: 0!important;
    position: relative;
    width: 100%!important;
}
ul.iis li::before{
    content: "●";
    color: #FF975F;
}

article#rsvn{
    background: #EEEEEF;
    margin-bottom: 15px;
}
article#rsvn h2{
    color: #000;
}
article#rsvn h3{
    color: #000;
}
article#rsvn ul.single{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 960px;
}
article#rsvn ul.single li{
    width: calc(100% / 1 - 20px)!important;
    margin: auto;      
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
}
article#rsvn ul{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 960px;
}
article#rsvn li{
    width: calc(100% / 3 - 20px)!important;
    margin: 10px;      
    text-align: left;
    font-size: 1.6em;
    line-height: 1.4;
}
article#rsvn li a{
    font-size: 0.7em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
article#rsvn li span{
    display: block;
    font-size: 0.7em;
}
article#rsvn li span.hours{
    display: block;
    font-size: 0.6em;
}
.attens{
    max-width: 960px;
    text-align: left;
    margin: auto;
    font-size: 0.8em;
}
a {
	color: #0b8793;
}
#main-visual {
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
#main-visual {
    width: 100%;
    position: relative;
    overflow-x: hidden;
 }
}
#main-visual h1{
    display: table-cell;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 720px;
    height: 360px;
    margin: auto;
}
#main-visual h1 img{
    max-width: 100%;
    height: auto;
}

footer {
	padding: 30px 0 0;
	text-align: center;
	color: #666;
}
footer p{
    font-size: 0.8em;
}
footer a {
	color: #666;
	text-decoration: none;
    font-size: 0.9em;
}



.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
    display: none;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
    -ms-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}


/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}



@media screen and (max-width: 980px) {
	article {
		padding: 30px 10px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
    #htl_name{
         padding: 0;
         height: 100vh;
    }
}



@media screen and (max-width: 780px) {
        article#point dd.dl04::before {
    top: -257px;
    }

    article#model li {
width: calc(100% /3 - 5px);
    }
    article#model li figure {
    width: 100%;
}
}

@media screen and (max-width: 680px) {
.pc{
    display: none;
}
.sp{
    display: block;
}    
	#main-visual {
		height: 100vh;
	}
	.slideobject {
		height: 100vh
	}
#main-visual h1 {
    display: table-cell;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 275px;
    height: 135px;
    margin: auto;
}

.slideobject figure.image {
    background-position: 80% 80%!important;
    }
    
    article#point > div::after {
    content: "";
    position: absolute;
    background: url(../img/top/map.png) no-repeat;
    top: -18px;
    right: 0px;
    width: 250px;
    height: 280px;
    opacity: 0.2;
    }

article h2 {
    font-size: 1.2em;
    }
    article h3 {
    font-size: 1.2em;
    }
article#top p {
    font-size: 0.9em;
} 
article#top ul {
    display: block;
    }
    
article#top li figure {
    width: 260px;
    height: auto;
    margin: 15px auto 30px auto;
}    
    
article#top li {
    width: 100%;
    }
    article#point {
    padding: 30px 10px;
}

article#point > div > figure {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
margin-left: -14px;    
}    
    article#point dd > div > a {
    margin-top: 5px;
        margin-left: -10px;
}
    article#point dd::before {
    top: -63px;
}
    article#point dd.dl04::before {
top: -171px;
    }

    
    @media screen and (max-width: 480px) {
        article#point dd.dl04::before {
top: -209px;
    }
    }
    
    
    article#point dt {
        display: block;
        margin: 0 0 0.2em;    
        font-size: 3em;
    }
    article#point dd{
        display: block;
margin: 0 0 0 3em;
        padding-left: 60px;
font-size: 1.38em;
    line-height: 1.4;

    }
    article#point dd > div {

    margin-left: 0;

}
    
    article#model ul{
        display: block;
    }
     article#model li{
         width: 100%;
         margin-bottom: 10px;
    }
    article#model li figure {
        width: 100%;
    }
    article#model ul.skd li{
        margin-bottom: 0!important;
    }
    article#htl ul{
        display: block;
    }
    article#htl li{
        width: 100%;
            margin: 0;
    }
    article#price ul{
        display: block;
    }
    
    article#price li{
        width: 100%;
            margin: 0 0 30px 0;
    } 
    .smaller{
    font-size: 0.7em;
    margin-bottom: 40px;
    margin-top: 30px;
}
    article#price .tokuten,
	article#volunteer .tokuten{
    padding: 20px 20px;
}
    
    .tokuten ul.info{
             display: block;   
    }   
    .tokuten ul.info li{
        width: 100%!important;
    }       
    article#rsvn ul {
display: block;
        padding-left: 0;
    }
    article#rsvn li {
width: 100%!important;
    }    
    
    
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
        display: block;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
        -ms-transform: translateY(556px);
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
    .attens{
        margin-left: 10px;
    }

}


/* #htl_photo .s1{
    max-width: 600px;
    margin-right: 10px;
}

#htl_photo .s2{
    max-width: 310px;
}
#htl_photo .s2 figure{
    display: block;
    max-height: 240px;
    width: auto;
} */

/* #htl_photo{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: -100;
} */

/* #player{
    width: 100%;
    height: 100vh;
    z-index: -10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */
/* #htl_name{
    padding: 0;
    position: relative;
    height: 100vh;
    width:100%;
    overflow: hidden;
}
.htl_photo{
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -100;
} */
.slider{
    z-index: 0;
    width: 100%;
    overflow: hidden;
}
.slider img{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* display: none; */
}
.slick-slider{
    height: 100vh;
}
.slick-track{
    height: 100vh;
}
header{
    position: absolute;
    top: calc(100vh/4.5);
    width: 100%;
}
.logo_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_wrap img{
    width: 50%;
    filter: drop-shadow(0 0 5px #000);
}

@media screen and (max-width: 768px){
.logo_wrap img{
    width: 80%;
  }
}
/* #htl_name img{
    filter: drop-shadow(#000 0 6px 4px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
} */

nav{
    width: 100%;
    position: absolute;
    bottom: 0;
}
nav ul{
    display:flex;
    justify-content: space-around;
    font-size: 1.2em;
    font-weight: bold;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
    margin: auto;
}
nav ul li{
    width: calc(100% / 4);
    text-align: center;
}
nav ul li a:hover{
    background: rgba(71,186,172,.7);
    color: #fff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: initial;
}
nav ul li a{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    color:#fff;
    display: block;
    height: 3em;
    padding: 15px;
    filter: drop-shadow(0px 2px 2px #000);
}

@media screen and (max-width: 960px) {
    nav ul li a{
        padding: 10px;
    }
    nav ul li{
        width: calc(100% / 2);
    }
    nav ul{
        font-size: 1em;
    }
}

#work{
    background: #fff;
}

article#work ul{
    display: flex;
	flex-wrap:nowrap;
    justify-content: space-between;
    max-width: 910px;
    
}
article#work li{
    width: calc(100% / 4 - 25px);
    font-size: 1em;
}
article#work li figure{
    text-align: center;
    margin: auto;
    height: auto;
}
article#work li figure img{
    height: 100%;
    object-fit: cover;
}
article#work .info_li figure {
    height: 160px;
}
article#work p{
    font-size: 0.9em;
    line-height: 1.9;
    margin: 0 0 30px 0!important;
}
article#plan li:nth-child(1) h4{
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
}
article#plan li:nth-child(2) h4{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
}
article#plan li:nth-child(3) h4{
    font-size: 16px;
    margin-top: 0;
}
article#plan li:nth-child(4) h4{
    font-size: 18px;
    margin-top: -2px;
}
article#plan li:nth-child(n+5) h4{
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
}
article#plan li h4{
    text-decoration: none!important;
}



article#room ul{
    display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto 60px auto; 
    justify-content: center;
    max-width: 910px;
    
}
article#room li{
    width: calc(100% / 2 - 25px);
    text-align: left;
    margin: 20px 0 40px 0;
}
article#room li:nth-child(even){
    margin: 20px 0 40px 40px;
}
article#room li h4{
    color: #47BAAC;
	font-family: 'Lato', sans-serif;
    
}
article#room li h4.shizu{
font-size: 0.9em;
}
article#room li p{
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
}
article#room li a{
    color: #000;
    position: relative;
    font-size: 0.8em;
    padding-left: 15px;
    font-weight: 600;
}
article#room li a::before{
    content: ">";
    position: absolute;
    left: 0;
    text-decoration: none;
    width: 10px;
    top: -4px;
}
article#tokuten{
    background: #DAEBE8;
}
.wrap{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: center;
}



article#trial{
    background: #DAEBE8;
	padding-bottom: 100px;
}
article#tokuten ul,
article#trial ul{
    display: flex;
    width: 50%;
    margin-bottom: 60px;
    flex-direction: column;
    padding: 0 50px;
}
@media screen and (max-width: 960px) {
article#tokuten ul,
article#trial ul{
    width: initial;
 }
}

@media screen and (max-width: 680px) {
    .wrap{
        display:block;
        width: 100%;
    }
    article#tokuten ul,
    article#trial ul{
        padding: 0;
 }
}
article#volunteer{
	background: #F6F6EF;
	padding-bottom: 100px;
}
article#volunteer ul{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto 60px auto; 
    justify-content: center;
    max-width: 910px;
    
}
article#volunteer li{
    width: calc(100% / 2 - 25px);
    text-align: left;
    margin: 20px 0 10px;
}
article#volunteer li:nth-child(even){
    margin: 20px 0 10px 40px;
}
article#volunteer h4{
    color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
    
}

article#volunteer li p{
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
}
article#volunteer a.karu{
    color: #000;
    position: relative;
    font-size: 0.9em;
    padding-left: 15px;
    font-weight: 600;
}
article#volunteer a.karu::before{
    content: ">";
    position: absolute;
    left: 0;
    text-decoration: none;
    width: 10px;
    top: -4px;
}

article#tokuten li,
article#trial li{
    width: calc(100% / 2 - 25px);
    text-align: left;
    margin: 20px 0 40px 0;
}

article#tokuten ul.col1,
article#trial ul.col{
    display: flex;
	flex-wrap:wrap;
    margin: auto; 
    justify-content: center;
    max-width: 910px;
    
}
article#tokuten li{
    width: 100%;
    text-align: left;
    margin: 20px 0 40px 0;
}
article#trial li{
    width: calc(100% / 2 - 25px);
    text-align: left;
    margin: 20px 0;
}
article#tokuten ul:last-child,
article#trial ul:last-child{
    margin-bottom: 60px;
}

article#tokuten li h4,
article#trial li h4{
    color: #47BAAC;
    line-height: 1.4;
    margin-bottom: 5px;
}
article#tokuten li p,
article#trial li p{
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
    margin-top: -50px;
}
article#tokuten a.det{
    color: #000;
    position: relative;
    padding-left: 15px;
    display: block;
    margin:5px 0 0 0;
    font-weight: 100;
    font-size: 0.8em;
}
article#tokuten a{
    position: relative;
    margin: 15px auto 0 auto;
    font-weight: 600;
}

@media screen and (max-width: 680px) {
    article#tokuten li p,
    article#trial li p{
        margin-top: -20px;
    }
}

.satelight{
    border: #47BAAC 4px solid;
    padding: 20px 0;
    max-width: 900px;
    margin: 0 auto 60px auto;
    font-size: 0.9em;
}
.btn_area{
    max-width: 750px;
    margin: -36px auto 0 auto;
}
.btn_area02{
    max-width: 750px;
    margin: 0 auto 0 auto;
}
.btn_area03{
    max-width: 750px;
    margin: -96px auto 0 auto;
}
.btn_area04{
    max-width: 750px;
    margin: -30px auto;
	text-align: center;
}
.btn_area05{
    max-width: 750px;
    margin: auto;
	text-align: center;
}


.btn-square-shadow {
  display: inline-block;
  padding: .4em 1em;
  text-decoration: none;
  background: #47BAAC;
  color: #FFF;
  border-bottom: solid 4px #478886;
  border-radius: 3px;
  width: 100%;
  font-size: 2em;
  text-align: center;
  position: relative;margin-bottom: 60px;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;    
}
.btn-square-shadow::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: -4px;
   
}
.btn-square-shadow:hover {
  background:  #006453;
  opacity: 1;
}

.btn-square-shadow02,.btn-square-shadow03 {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  background: #ee6671;
  color: #FFF;
  border-bottom: solid 4px #e55a5d;
  border-radius: 100vh;
  width: 80%;
  font-size: 1.5em;
  text-align: center;
  position: relative;margin-bottom: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;    
}
.btn-square-shadow02::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: -4px;
}

.btn-square-shadow02:hover,.btn-square-shadow03:hover {
  background:  #e55a5d;
  opacity: 1;
}

.btn-square-shadow03 {
  display: inline-block;
  padding: 0.6em;
  text-decoration: none;
  background: #ee6671;
  color: #FFF;
  border-bottom: solid 4px #e55a5d;
  border-radius: 100vh;
  width: 70%;
  font-size: 1.2em;
  text-align: center;
  position: relative;margin-bottom: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;    
}
.btn-square-shadow03::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: -4px;
   
}
.btn-square-shadow03:hover {
  background:  #e55a5d;
  opacity: 1;
}

article#plan h3 span{
    display: block;
    font-size:0.8em;
}
article#plan ul{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto 60px auto; 
    justify-content: space-between;
    max-width: 910px;
    
}
article#plan li{
    width: calc(100% / 4 - 10px);
    text-align: left;
    margin: 20px 0 40px 0;
}

article#plan li h4{
    color: #47BAAC;
    margin-bottom: 5px;
}
article#plan li p{
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
}
article#plan .use_fee{
    max-width: 580px;
    margin: 0 auto 60px auto;
}
article#plan .use_fee h4{
    margin-bottom: 10px;
    font-size: 1.1em;
}
article#trial .use_fee h4{
    margin:25px auto 10px;
	color: #000000;
	text-align: center;
}
article#plan .use_fee dl{
    border: #231815 1px solid;
    padding: 20px 90px;
    text-align: center;
    display: block;
}
article#trial .use_fee dl{
    border: #231815 1px solid;
    padding: 20px;
    text-align: center;
    display: block;
}
article#plan .use_fee dt{
    float: left;
    width: 16em;
    margin: 0 0 0.8em;
}
article#trial .use_fee dt{
    float: left;
    width: 12em;
	margin: 0 0 0.5em;
}
article#plan .use_fee dd{
padding-left: 16.5em;
    margin: 0 0 0.8em;
    text-align: left;
}
article#trial .use_fee dd{
padding-left: 1.5em;
	margin: 0 0 0.5em;
    text-align: left;
}
article#plan .use_fee dl p,
article#trial .use_fee dl p{
    font-size: 0.7em;
    margin: 0;
}

.en{
    font-size: 1.4em!important;
}


.fixedBg {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.image.i1 {
    height: 460px;
    background-image: url("../img/karuizawa/top01.jpg");
}
.hakone{
    background-image: url("../img/hakone/hakone_bg.jpg")!important;    
}
.hiroshima{
    background-image: url("../img/hiroshima/hiroshima_bg.jpg")!important;    
}
.otsu{
    background-image: url("../img/otsu/otsu_bg.jpg")!important;    
}
.shizukuishi{
    background-image: url("../img/shizukuishi/shizukuishi_bg.jpg")!important;    
}
.image {
    width: 100%;
}
article#rsvn_htl h4{
    font-size: 1.2em;   
}
article#rsvn_htl p{
    font-size: 1.8em;
    line-height: 1.6;
    margin-bottom: 30px;
}
article#rsvn_htl p span{
    font-size: 0.6em;
    display: block;
}
article#rsvn_htl a{
    font-size: 1.2em;
    text-decoration: underline;
}

article#rsvn_sub{
    background: #EEEEEF;
    margin-bottom: -60px;
}
article#rsvn_sub h2{
    color: #000;
}
article#rsvn_sub h3{
    color: #000;
}

article#rsvn_sub ul{
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px!important;
    margin: 0 auto 60px auto; 
    justify-content: space-between;
    max-width: 760px;
}
article#rsvn_sub li{
    width: calc(100% / 3 - 25px);
    text-align: center;
    margin: 20px 0 0px 0;
    font-size: 0.9em;
}
article#rsvn_sub li a{
    color: #000;
    position: relative;
    padding-left: 15px;
}
  article#rsvn_sub li.noop a{
      color: #6E6E6E;
}
article#rsvn_sub li a::before{
    content: ">";
    position: absolute;
    left: 0;
    text-decoration: none;
    width: 10px;
    top: -2px;
}
.topb{
    max-width: 860px;
    margin: auto;
    position: fixed;
    left: 100px;
}
.topb a{
    line-height: 2em;
    display: block;
    width: 100px;
    font-size: 1.2em;
    text-decoration: none;
    color: #47BAAC;
    position: relative;
    padding-left: 25px;
}
.topb a::before{
    position: absolute;
    content: "←";
    width: 20px;
    top: 0;
    left: 0;
}


@media screen and (max-width: 960px) {

#htl_photo {
    display: block;
    }
    #htl_photo .s1{
        margin: 0;
        max-width: 100%;
    }
    #htl_photo .s2{
    display: flex;
	flex-wrap:wrap;
    margin: 0 auto 60px auto; 
    justify-content: center;
    max-width: 760px;
    }
    
    #htl_photo .s2 figure {
    width: calc(100% / 2 - 5px);
  }
}


@media screen and (max-width: 680px) {
    article#work ul {
    display: block;
    }
    article#work li {
        width: 100%;
        margin: auto;
    }    
    article#room ul,
	article#volunteer ul{
       display: block;
    }
     article#room li,
	article#volunteer li{
        width: 100%;
        margin: 0 auto 20px auto;
    }  
article#room li:nth-child(even),
article#volunteer li:nth-child(even){
        margin: 0 auto 20px auto;
}    
    
article#tokuten ul,
	article#trial ul{
       display: block;
    }
article#tokuten  li,
article#trial li{
        width: 100%;
        margin: 0 auto 20px auto;
    }    
    .btn_area {
       max-width: 90%;
}
    article#plan ul  {
       display: block;
    }
article#plan  li {
        width: 100%;
        margin: 0 auto 20px auto;
    }    

    
article#plan .use_fee dl {
    border: #231815 1px solid;
    padding: 20px;
}    
article#plan .use_fee dt {
    float: none;
    width: auto;
    margin: 0 0 0;
    display: block;
}    
article#plan .use_fee dd {
    padding-left: 0;
    margin: 0 0 0.8em;
    text-align: center;
    display: block;
}    
.image.i1 {
    height: 230px;
    background-position: 70%,50%;
}    
    .fixedBg {
    background-attachment: scroll;
}
    .topb {
    left: 20px;
}
    article#rsvn_sub ul{
        display: block;
    }
    article#rsvn_sub li{
       width: 100%;
    }
    article#htl_name p{
        font-size: 0.9em;
        padding:0;
    }
    article#room p,
	article#volunteer p	{
        font-size: 0.8em;
    }    
.satelight {
    font-size: 0.8em;
    }
#htl_photo {
    display: block;
    /* height: 60vh; */
    }

    #htl_photo .s1{
        margin: 0;
    }
    #htl_photo .s2{
        display: flex;
	    flex-wrap:wrap;
        margin: 0 auto 60px auto; 
        justify-content: center;
        max-width: 760px;
    }
    #htl_photo .s2 figure {
        width: calc(100% / 2 - 5px);
}
#htl_photo img{
    height: auto;
    width: 80vw;
}




.scroll-table {
  overflow-x: auto;
  padding-bottom: 10px;
}
article#schedule table {
	border-collapse: collapse;
	margin-left:0;
	margin-bottom:10px;
}
article#schedule td {
	font-size: 0.8em;
	}
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
}
@media screen and (max-width: 320px) {
    body{
        font-size: 87%;
    }
        article#point dd{
        display: block;
margin: 0 0 0 3em;
        padding-left: 60px;
font-size: 114%;
    line-height: 1.4;

    }
    article#point dd.dl03::before {
    top: -56px;
 }
}

article#plan li a.des{
    color: #000;
    position: relative;
    padding-left: 15px;
    display: block;
    width: 110px;
    margin: 0;
    font-weight: 600;
    font-size: 0.8em;
    text-align: left;
}
article#plan li a.des::before{
    content: ">";
    position: absolute;
    left: 0;
    text-decoration: none;
    width: 10px;
    top: 0;
}


article#bnr a{
	background: #D2EBE7;
    line-height: 1.4;
    max-width: 100%;
    margin: auto;
    padding: 40px 40px;
	text-decoration: none;
    display: block;
}

@media screen and (max-width: 680px) {
	
article#bnr img{
    width: 100%;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  max-width: 930px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#job:checked ~ #job_content,
#enjoy:checked ~ #enjoy_content,
#woman:checked ~ #woman_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #47BAAC;
  color: #fff;
}

@media screen and (max-width: 680px) {
	.tab_item{
		line-height: normal;
	}
}

.midashi {
  position: relative;
  padding: 0.8em;
  background: #47BAAC;
  color: white;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 10px;
	line-height: 1.5em;
    font-size: 1.2em;
}
.midashi li{
    margin-bottom: 10px;
}
.midashi span {
	font-size: 0.8em;
}

.midashi::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.room_s4{
	padding: 5px 15px 10px;
    height: 100%;
}

.room_s4 h4{
	margin-top: 10px;
    
}

article#plan2{
	max-width: 910px;
	margin: auto;
	font-size: 12px;
}

article#plan2 div{
    display: flex;
}
article#plan2 h2 {
    position: relative;
    overflow: hidden;
	margin: 25px auto 60px;
    padding: 15px;
	border: 2px solid #47BAAC;
	color: #000000;
	text-align: right;
	background: #DAEBE8;
    display: flex;
}

article#plan2 h2 span {
	text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
}

article#plan2 h3 {
  position: relative;
  overflow: hidden;
  margin: 25px auto 60px;
  padding: 15px;
  border: 2px solid #47BAAC;
  color: #000000;
  text-align: left;
  background: #DAEBE8;
  font-size: 1.4em;
  font-weight: normal;
  display: flex;
  flex-direction: row-reverse;
}

article#plan2 h3 span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
}
article#plan2 img{
    object-fit: cover;
    height: 100%;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    backface-visibility: hidden;
}
article#plan2 img:hover{
    transition: .5s ease;
    transform: scale(1.1);
    -webkit-transition: .5s ease;
    -webkit-transform: scale(1.1);
    -moz-transition: .5s ease;
    -moz-transform: scale(1.1);
    -ms-transition: .5s ease;
    -ms-transform: scale(1.1);
}

article#plan2 .hid{
    width: 50%;
    overflow: hidden;
}

article#plan2 b{
    font-size: 1.6em;
    color: #47BAAC;
    line-height: 1.2;
    margin-top: -1em;
}
article#plan2 p{
    padding: 8px 10px;
    margin: 20px auto 5px;
    text-align: center;
    /* width: 50%; */
    background: #FFF;
    font-size: 1.2em;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
article#plan2 p:hover{
    background:  #47BAAC;
    opacity: 1;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
article#plan2 a{
    text-decoration: none;
    width: 50%;
    margin: auto;
}
article#plan2 .ct{
    background: rgb(194, 224, 184);
    padding: 4px;
    margin:0;
    font-size: 1em;
    margin-bottom: 15px;
    width: initial;
}
article#plan2 .haku{
    background: rgb(255, 250, 190);
    padding: 4px;
    margin:0;
    font-size: 1em;
    margin-bottom: 15px;
    width: initial;
    margin-left: 10px;
}
article#plan2 .haku2{
    background: rgb(255, 212, 173);
}
article#plan2 .haku3{
    background: rgb(255, 196, 196);
}
article#plan2 .rm{
    background: rgb(182, 222, 255);
    padding: 4px;
    margin:0;
    font-size: 1em;
    margin-bottom: 15px;
    width: initial;
}
#plan2 .txt{
    margin-left: 15px;
}
#plan2 .txt2{
    margin-right: 15px;
}
#plan2 .hid{
    position: relative;
}
#plan2 .hid:before{
    color: #fff;
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: bold;
    font-size: 50px;
    display: block;
    z-index: 1;
    filter: drop-shadow(0 0 5px #000);
}

#plan2 .no1:before{
    content: "1";
}
#plan2 .no2:before{
    content: "2";
}
#plan2 .no3:before{
    content: "3";
}
#plan2 .no4:before{
    content: "4";
}
#plan2 .no5:before{
    content: "5";
}
#plan2 .no6:before{
    content: "6";
}

.sub{
    font-size: 1em!important;
    margin: initial!important;
    font-weight: bold;
    width:100%!important;
}
.info_li figure img{
    height: 170px;
    object-fit: cover;
}

#plan2 .price{
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    margin-top: 1em;
    color: #47BAAC;
}

@media screen and (max-width: 680px) {

    #plan2 .txt{
        width: 100%;
        margin: 15px 0 0 0;
    }
    #plan2 .txt2{
        width: 100%;
        margin: 15px 0 0 0;
    }
    article#plan2 .hid {
        width: 100%;
    }

.btn-square-shadow{
    font-size: 1.2em;
}
.btn-square-shadow::before{
    top:41%;
}
.midashi{
    margin: 30px auto 18px;
}
#htl_photo img {
    top: -38vh;
}
article#plan2 h2 {
    margin: 60px auto;
}
article#plan2 {
    padding: 30px 0;
}
article#plan2 p{
    margin-top: 10px;
}

article h3 {
    margin-bottom: 30px;
}
article#plan2 h2,
article#plan2 h3{
    text-align: center;
    display: block;
	}
article#plan2 h2 img,
article#plan2 h3 img{
    position: relative;
    width: 100%;
}
article#plan2 h2:before,
article#plan2 h3:before{
    top: -200%;
    width: 100%;
	}
article#plan2 h2 span,
article#plan2 h3 span{
    position: relative;
    padding: 0;
	}
article#plan2 h3 span {
     text-align: left;
     margin-left: 0;
    }
article#plan2 h2 a,
article#plan2 h3 a{
     font-size: 16px;
 }
 article#plan li h4 {
    font-size: initial;
 }

 article#plan2 h2 span {
    margin-left: initial;
 }
}

@media screen and (max-width: 370px) {
    article#plan2 p{
        font-size: .9em;
    }

}
.fp{
    margin-bottom: -30px!important;
}

/* privilage 追加 */
#privilage_page .pri_ul{
    width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
#privilage_page .pri_ul li{
    width: 46%;
}
#privilage_page .pri_ul p{
    margin-top: initial!important;
}
@media screen and (max-width: 680px) {
    #privilage_page .pri_ul li{
        width: 100%;
    }
}

/* menu page追加 */
#room_page .room_s4 {
    padding: 5px 15px 10px;
    width: 100%;
    background: #fff;
}
#room_page .midashi {
    position: relative;
    padding: 0.8em;
    background: #47BAAC;
    color: white;
    font-weight: bold;
    max-width: 980px;
    margin: 0 auto 10px;
    line-height: 1.5em;
}
#room_page article#tokuten li h4, article#trial li h4 {
    color: #47BAAC;
    line-height: 1.4;
    margin-bottom: 5px;
}
#room_page .room_s4 h4 {
    margin-top: 10px;
}
#room_page article#tokuten ul, article#trial ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 910px;
    margin: auto;
}
#room_page article#tokuten li p, article#trial li p {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
}
#room_page figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
}
#room_page article#tokuten ul, article#trial ul {
    width: initial;
}
#room_page article#tokuten li {
    width: calc(100% / 2 - 25px);
    text-align: left;
    margin: 20px 0 40px 0;
}

@media screen and (max-width: 680px) {
#room_page article#tokuten li {
    width:initial;
  }

  #room_page article#tokuten ul, article#trial ul{
    flex-direction: column;
  }
}