@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
	padding: 0;	
}

body {
  font-family: "YakuHanMP", 'MaruminOld StdN R', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    overflow-x:hidden;
    width: 100%;
    color: #080506;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1;
    background: #FFF2AD;
    -webkit-text-size-adjust: 100%;
}

img{
    max-width: 100%;
	height: auto;
	vertical-align: bottom;	
}

ul{
    list-style: none;	
}

a {
    text-decoration: none;
	color: #080506;	
}

#fv {
  width: 100%;
  height: 100vh;
  z-index: 102;
  background-position: center;
  /*  
  display: none;
  */
}

.fv_open-hour{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 62%;
    font-size: 17px;
}

#smoke_layer {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
	display: none;
}


.hero{
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
    overflow: hidden;
}

.hero.scrolled{
	/* -webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0); */
	top: -100%;
	opacity: 1;
}

.content{
	/* position: relative; */
	/* position: fixed; */
	overflow: hidden;
	padding: 0;	
	margin: 0;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
	/* -webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0) ; */
	top: 500px;
	opacity: 1;
	height: auto;
	position:relative;
	/* background:#FFF2AD; */
}
.content.scrolled{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	opacity: 1;
}

.yellow_box {
	background:#FFF2AD;
}


#b_cover {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	transition: all 2s;
	-webkit-transition: all 2s;	
	opacity: 0;
}
	
.bnr_tanshuku{
  display:flex;
  width: 120px;
  /* position:absolute; */
  position:fixed;
  right: 10px;
  bottom: 10px;
  border:2px solid #df3a38;
  color: #fff;
      justify-content: space-between;
    z-index: 900;
    border-radius: 5px;
    overflow: hidden;
    background: #df3a38;
    transition: background 0.3s;
}

.tanshuku_sp1 .bnr_tanshuku{
  position:relative;
  right:auto;
  bottom:auto;
  width: 100%;
  margin-bottom :35px;
}

.tanshuku_sp1 .bnr_tanshuku .left1 p{
  font-size:19px;
}

.tanshuku_sp1 .bnr_tanshuku .left1{
  padding: 13px 14px;
}

.bnr_tanshuku:hover{
  background: #fa4745
}

.bnr_tanshuku .left1{
   padding: 4px 10px;
    /* font-size:2.5vw; */
     font-size: 9px;
    line-height: 1.4;
}

.bnr_tanshuku .right1{
  width:20px;
  background: #fff;
  position:relative;
}

.bnr_tanshuku .right1:before{
  content: '';
  position:absolute;
  right: 50%;
  top: 50%;
  margin-top: -3.5px;
  margin-right: -3.5px;
  width: 0;
height: 0;
border-style: solid;
border-width:3.5px 0 3.5px 7px;
border-color: transparent transparent transparent #df3b38;
}




.bnr_takeout{
  display:flex;
  /* position:absolute; */
  position:fixed;
  border:2px solid #000;
  color: #000;
      justify-content: space-between;
    z-index: 900;
    border-radius: 10px;
    overflow: hidden;
    background: yellow;
    transition: background 0.3s;

      right: auto;
    bottom: auto;
    left: 10px;
    top: 10px;
    width: 182px;
}

.bnr_takeout.bnr_takeout_sp1{
  width: 100%;
  position:relative;
      left: auto;
    top: auto;
    margin-bottom: 35px;
}

.bnr_takeout.bnr_takeout_sp1 .left1{
    width: calc(100% - 61px);
    align-items: flex-start;
    font-size: 23px;
}


.bnr_takeout .left1{
   padding: 15px;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bnr_takeout .right1{
  display:flex;
  align-items:center;
  width:61px;
  background: #fff;
  justify-content: center;
    flex-direction: column;
  position:relative;
}

.bnr_takeout_detail{
  font-size: 11px;
    margin-top: 6px;
    margin-left: auto;
    background: #000;
    color: #fff;
    padding: 0.4em 0.4em 0.2em;
    border-radius: 3px;
}



.bnr_takeout .right1 a{
  margin: 5px 0;
  transition: 0.3s opacity;
}

.bnr_takeout .right1 a:hover{
  opacity: 0.6;
}

.bnr_takeout .right1 a{
  width: 31px;
}



.bnr_takeout.--asaburo{
    font-size: 12px;
    text-align:left;
    z-index:101;
    width:100%;
    font-weight:bold;
    top:auto;
    left:auto;
    right: 0;
    bottom: 0;
    border-radius: 0 0 0 0;
    border-right:none;
    border-bottom:none;
    border-left:none;
    
}

.bnr_takeout.--asaburo .__title-wrap_sp{
  display:flex;
  justify-content: space-between;
  width:100%;
}

.bnr_takeout.--asaburo .__title{
    font-size: 28px;
    color:#1094C1;
    position:relative;
    display:inline-block;
}

.bnr_takeout.--asaburo .__text1{
    font-size:16px;
    color:#DF3A38;
    font-size:13px;
    
}

.bnr_takeout.--asaburo .__title:after{
    content: '';
    width: 25px;
    height:25px;
    position:absolute;
    right:-30px;
    top: 7px;
    background: url(../img/ico_onsen.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.bnr_takeout.--asaburo .left1{
    align-items: flex-start;
    width:calc(100% - 108px);
    padding: 5px 10px;
}

.bnr_takeout.--asaburo .right1{
    width: 108px;
    padding:0 10px;
    box-sizing:border-box;
}

.sns_wrap{
  display:flex;
  justify-content: center;
}

.bnr_takeout.--asaburo .right1 a{
  margin:0 3px;
}

.bnr_takeout.--asaburo p{
    margin-top:5px;
    font-size:9px;
    line-height:1.3;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* .fv_center {
    background-image: url(../img/bg_fv.png);	
	background-size: contain;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	
} */



#smoke_layer img{
    opacity: 0;	
}

.smoke1_fv {
    position:relative;
	width: 100%;
	height: 100vh;	
}

.smoke1_fv {
    position: absolute;
    bottom: 50%;
    left: 5%;
    width: 20.3%;
    height: auto;
	
    animation: smoke1 linear 12s infinite;
	-webkit-animation: smoke1 linear 12s infinite;
}

#fv .smoke1_fv {
    position: absolute;
    bottom: 50%;
    left: 5%;
    width: 20.3%;
    height: auto;
	
    animation: smoke1_1 linear 12s infinite;
	-webkit-animation: smoke1_1 linear 12s infinite;
}



.smoke2_fv {
    position: absolute;
    bottom: 75%;
    left: 32%;
    width: 10.9%;
    height: auto;
	
    animation: smoke3 linear 18s infinite 5s;
	-webkit-animation: smoke3 linear 18s infinite 5s;
}

.smoke3_fv {
    position: absolute;
    bottom: 72%;
    left: 47%;
    width: 16.2%;
    height: auto;
	
    animation: smoke2 linear 8s infinite 3s;
	-webkit-animation: smoke2 linear 18s infinite 3s;
}

.smoke4_fv {
    position: absolute;
    bottom: 52%;
    left: 67%;
    width: 10.6%;
    height: auto;
	
    animation: smoke1 linear 12s infinite 2s;
	-webkit-animation: smoke1 linear 12s infinite 2s;
}

.smoke5_fv {
    position: absolute;
    bottom: 36%;
    left: 75%;
    width: 18%;
    height: auto;
	
    animation: smoke2 linear 20s infinite 6s;
	-webkit-animation: smoke2 linear 20s infinite 6s;
}


@keyframes smoke1 {
  0% { opacity:0; bottom:50%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 70%; transform: translateX(50px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 90%; transform: translateX(20px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes smoke1 {
   0% { opacity:0; bottom: 50%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 70%; -webkit-transform: translateX(50px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 90%; -webkit-transform: translateX(20px) scale(1.3) rotate(20deg); }
}

@keyframes smoke1_1 {
  0% { opacity:0; bottom:50%; transform: scale(1) rotate(0deg); }
  10%{ opacity:1; }
  50%{ opacity:1; bottom: 80%; transform: translateX(50px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 90%; transform: translateX(20px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes smoke1_1 {
   0% { opacity:0; bottom: 50%; -webkit-transform: scale(1) rotate(0deg); }
   10%{ opacity:1; }
  50%{ opacity:1; bottom: 70%; -webkit-transform: translateX(50px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 90%; -webkit-transform: translateX(20px) scale(1.3) rotate(20deg); }
}



@keyframes smoke2 {
  0% { opacity:0; bottom:30%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 50%; transform: translateX(-40px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 70%; transform: translateX(-80px) scale(1.8) rotate(40deg); }
}


@-webkit-keyframes smoke2 {
   0% { opacity:0; bottom: 30%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 50%; -webkit-transform: translateX(-40px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 70%; -webkit-transform: translateX(-80px) scale(1.8) rotate(40deg); }
}


@keyframes smoke3 {
  0% { opacity:0; bottom:60%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 80%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 110%; transform: translateX(80px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes smoke3 {
   0% { opacity:0; bottom: 60%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; bottom: 80%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; bottom: 110%; -webkit-transform: translateX(80px) scale(1.5) rotate(20deg); }
}



.sm1 {
   position:absolute;
   left: -5%;
   top: 10%;
   width: 21.9%;
   height: auto;
   opacity:0;
   animation: sm1_a linear 20s infinite 1s;
	-webkit-animation: sm1_a linear 20s infinite 1s;
}

@keyframes sm1_a {
  0% { opacity:0; top:50%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 30%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 10%; transform: translateX(80px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes sm1_a {
   0% { opacity:0; top:50%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 30%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 10%;; -webkit-transform: translateX(80px) scale(1.3) rotate(20deg); }
}

.sm2 {
   position:absolute;
   left: 80%;
   top: 0%;
   width: 36.9%;
   height: auto;
   opacity:0;
   animation: sm2_a linear 15s infinite 2s;
	-webkit-animation: sm2_a linear 15s infinite 2s;
}

@keyframes sm2_a {
  0% { opacity:0; top:30%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 20%; transform: translateX(-20px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 10%; transform: translateX(-50px) scale(1.2) rotate(20deg); }
}


@-webkit-keyframes sm2_a {
   0% { opacity:0; top:30%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 20%; -webkit-transform: translateX(-20px) scale(1) rotate(-10deg); }
  100%{ opacity:0; top: 10%;; -webkit-transform: translateX(-50px) scale(1.2) rotate(-20deg); }
}


.sm3 {
   position:absolute;
   left: 100%;
   top: 20%;
   width: 25%;
   height: auto;
   opacity:0;
   animation: sm3_a linear 40s infinite 10s;
	-webkit-animation: sm3_a linear 40s infinite 10s;
}

@keyframes sm3_a {
  0% { opacity:0; top:80%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 50%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 20%; transform: translateX(80px) scale(1.5) rotate(20deg); }
}


@-webkit-keyframes sm3_a {
   0% { opacity:0; top:80%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 50%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 20%;; -webkit-transform: translateX(80px) scale(1.5) rotate(20deg); }
}

.sm4 {
   position:absolute;
   left: -8%;
   top: 0%;
   width: 15.8%;
   height: auto;
   opacity:0;
   animation: sm4_a linear 36s infinite 5s;
	-webkit-animation: sm4_a linear 36s infinite 5s;
}

@keyframes sm4_a {
  0% { opacity:0; top:70%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 35%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 0%; transform: translateX(80px) scale(1.5) rotate(20deg); }
}


@-webkit-keyframes sm4_a {
   0% { opacity:0; top:70%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 35%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 10%;; -webkit-transform: translateX(80px) scale(1.5) rotate(20deg); }
}

.sm5 {
   position:absolute;
   left: 25%;
   top: 50%;
   width: 30.5%;
   height: auto;
   opacity:0;
   animation: sm5_a linear 20s infinite 10s;
	-webkit-animation: sm5_a linear 20s infinite 10s;
}

@keyframes sm5_a {
  0% { opacity:0; top:90%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 70%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 50%; transform: translateX(80px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes sm5_a {
   0% { opacity:0; top:90%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 70%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 50%;; -webkit-transform: translateX(80px) scale(1.3) rotate(20deg); }
}

.sm6 {
   position:absolute;
   left: 85%;
   top: 45%;
   width: 12.9%;
   height: auto;
   opacity:0;
   animation: sm6_a linear 17s infinite 10s;
	-webkit-animation: sm6_a linear 17s infinite 10s;
}

@keyframes sm6_a {
  0% { opacity:0; top:80%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 60%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 40%; transform: translateX(80px) scale(1.3) rotate(20deg); }
}


@-webkit-keyframes sm6_a {
   0% { opacity:0; top:80%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 60%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 40%;; -webkit-transform: translateX(80px) scale(1.3) rotate(20deg); }
}

.sm7 {
   position:absolute;
   left: 198%;
   top: 40%;
   width: 18%;
   height: auto;
   opacity:0;
   animation: sm7_a linear 7s infinite 3s;
	-webkit-animation: sm7_a linear 7s infinite 3s;
}

@keyframes sm7_a {
  0% { opacity:0; top:80%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 60%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 40%; transform: translateX(80px) scale(1.5) rotate(20deg); }
}


@-webkit-keyframes sm7_a {
   0% { opacity:0; top:80%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 60%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 40%;; -webkit-transform: translateX(80px) scale(1.5) rotate(20deg); }
}

.sm8 {
   position:absolute;
   left: 49%;
   top: 95%;
   width: 27%;
   height: auto;
   opacity:0;
   animation: sm8_a linear 30s infinite 10s;
	-webkit-animation: sm8_a linear 30s infinite 10s;
}

@keyframes sm8_a {
  0% { opacity:0; top:95%; transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 85%; transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 75%; transform: translateX(80px) scale(1.2) rotate(40deg); }
}


@-webkit-keyframes sm8_a {
   0% { opacity:0; top:95%; -webkit-transform: scale(1) rotate(0deg); }
  50%{ opacity:1; top: 85%; -webkit-transform: translateX(40px) scale(1) rotate(10deg); }
  100%{ opacity:0; top: 75%;; -webkit-transform: translateX(80px) scale(1.2) rotate(40deg); }
}




@media screen and (max-width:1450px) {
	#fv {
	  background-size: cover;	
	}
	
	.fv_center{
		background-size: cover;
	}
	
}


#loading_filter {
    position: fixed;
	background:#FFF2AD;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0; 	
}

#l_container {
    position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
}

#loading_filter .cssload-speeding-wheel {
	border: 2px solid rgb(0,139,185);
	border-left-color: transparent;
	border-right-color: transparent;
}

.copy_fv{
    display: none;
    position: absolute;
    /* top: 15% 2022年変更　2月点検が終わったらtopの位置をこちらに戻す; */
    top: 2%;
    right: 10%;
    width: 20%;
    z-index: 99;
	
}

.logo{
    position: absolute;
    left: 50%;
    margin-left: -37.5%;
    top: 17%;
    width: 75%;
}

.arrow_fv{
position: absolute;
    left: 50%;
    margin-left: -5%;
    bottom: 8%;
    cursor: pointer;
    width: 10%;
		
}


#welcome {
    width: 100%;
	/* height: 100vh;
	min-height: 1000px; */
	position: relative;
	padding-bottom: 150px;
}

#welcome .container{
    padding-top: 0;	
}

.slide1 {
    background: url(../img/slide1.jpg);  
    background-size: cover;
    background-position: center; 
}
  
.slide2 {
    background: url(../img/slide2.jpg);  
    background-size: cover;
    background-position: center; 
}
  
.slide3 {
    background: url(../img/slide3.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide4 {
    background: url(../img/slide4.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide5 {
    background: url(../img/slide5.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide6 {
    background: url(../img/slide6.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide7 {
    background: url(../img/slide7.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide8 {
    background: url(../img/slide8.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide9 {
    background: url(../img/slide9.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide10 {
    background: url(../img/slide10.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide11 {
    background: url(../img/slide11.jpg);  
    background-size: cover;
    background-position: center; 
}

.slide12 {
    background: url(../img/slide12.jpg);  
    background-size: cover;
    background-position: center; 
}

#slider_o {
    position: fixed;
    width: 100%;
    height: 100vh;
	left: 0;
	top: 0;
	/* min-height: 1000px; */
}

#slider_o div {
    position: absolute;
    left:0;
    top:0;
    height: 100vh;
    width: 100%;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.g_navi {
	width: 100%;
	height: 80%;
	padding: 0 0 50px;
	overflow: hidden;
}

.oa .g_navi {
	overflow: scroll;
  -webkit-overflow-scrolling: touch;	
}

.g_navi a{
    color: #008BB9;
	display: table-cell;
	vertical-align:middle;
	position:relative;
	width:100%; 	
	padding: 8% 0;
	text-decoration: none;
	font-size: 10px;
}

	.container {
	   width: 100%;
	   padding-left: 40px;
	   padding-right: 40px;
	   box-sizing: border-box;	
	   position:relative;
	   width: 768px;
       margin: auto;

	}

.container {
	padding-top: 82px;	
}

.g_navi li{
  background: url(../img/tenugui_w1.svg) no-repeat center / cover;
  background: url(../img/tenugui_w1.svg) no-repeat center / 99%;
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
}

/*  
.g_navi li:nth-child(odd){
  background-image: url(../img/tenugui_w1.svg);
	background-size: contain;
  background-size: cover;
	background-repeat: no-repeat;
}
*/

.g_navi li:nth-child(even){
  background-image: url(../img/tenugui_w2.svg);
  /*  
	background-size: contain;
  background-size: cover;
	background-repeat: no-repeat;
  */
}

.g_navi li.tenugui_b{
    background-image: url(../img/tenugui_b.svg);
	background-size: contain;
	background-repeat: no-repeat;	
}

.g_navi li.tenugui_b a{
	color: #fff;
}

.ls_60{
    letter-spacing: 0.06em;	
	text-indent:0.06em;
}

.ls_100{
    letter-spacing: 0.1em;
	text-indent:0.1em;	
}

.ls_200{
    letter-spacing: 0.2em;
	text-indent:0.2em;
}

.ls_n {
    letter-spacing: -0.2em;
	text-indent:-0.2em;	
}
	
.img_tel {
    /* margin-top: 50px; */
	margin-top: 5px;
  width:46%;
}

.right_content {
    width: 100%;
	height: auto;
	position:relative;
	/* float: right; */
}

/* .frame_welcome {
    background-image: url(../img/frame_welcome.png);
    background-size: contain;
    width: 96%;
	margin: auto;
    height: auto;
    padding: 3.83% 4% 6%;
    box-sizing: border-box;
    text-align: center;
	position: relative;
    background-repeat: no-repeat;
	
} */

.tit_welcome_box{
    display: table;
	width: 100%;
	height: 100vh;	
	text-align: center;
}

.tit_welcome{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.5;
    text-align: center;
}

.text_welcome{
    width: 100%;
	color: #fff;
	text-align: left;
	line-height: 2;
	letter-spacing: 0.1em;
	width: 80%;
	margin:auto;
		
}

.text_welcome p{
    margin-bottom: 30px;
	font-size: 3.05vw;	
	
}

.f_l{
    float:left;
	height: auto;	
}

.f_r{
    float:right;
	height: auto;	
}


.yellow_zone {
    background: #FFF2AD;
	height:	61.7%;
	width: 100%;
	position: relative;
}

.blue_zone {
    background: #1094C1;
	height:	38.3%;
	width: 100%;
	position: relative;
}

.img_people{
	position: absolute;
    bottom: 0;
	width: 70%;
  left:15%;
	/* left: 50%;
	margin-left: -20%;	 */
}

.fv_bnr{
    position: absolute;
    left: -6%;
    top: 2%;
    width: 80%;
    text-align: center;
    z-index: 30;
}

.fv_bnr img{
  /*width: 74%; */
  width: 100%;
}


/* ------------------

FVにバナーがあるときはid="fv"の要素にshow_bnrクラスを付与

------------------ */

.show_bnr .img_people{
  width: 26%;
  left: 38%;
}

.show_bnr .fv_bnr{
  
  left: 2%;
  top: 7%;
  width:96%;
  
  /* 縦長のバナーのときは以下コードを使う
  left: 17%;
  top: 7%;
  width: 66%; */
  
}

.show_bnr .copy_fv{
  display:none!important;
}



.smoke_left_welcome{
    position: absolute;
	width: 8.39%;
	top: 18.5%;
	left: -6%;
}

.smoke_center_welcome{
    width: 14.5%;
    position: absolute;
    bottom: -12%;
    right: 7%;	
}

.smoke_right_welcome{
    position: absolute;
    right: -7%;
    top: 3%;
    width: 10%;	
}

.right_in h2{
    font-size: 25px;
	margin-bottom: 30px;
	letter-spacing: 0.3em; 
}

.text_box_hot {
    margin-bottom: 20px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.text_box_hot h3{
    font-size: 18px;
	/* font-size: 4vw; */
	margin-bottom: 10px;
	
}

.text_box_hot p{
    /* font-size: 18px; */
	/* font-size: 3vw; */
	font-size: 12px;
}

.tit_senshitsu{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 144px;
	
}

.tit_senshitsu .under{
		border-bottom: 0.5px solid #080506;
}

.text_box_hot .tit_big-bath{
  margin-bottom: 5px;	
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.text_box_hot .tit_big-bath .under{
  border-bottom: 1px solid #080506;
}

.container_comment_hot {
    display: table;	
	width: 100%;
	text-align: left;
	line-height: 1.7;
	margin: 10px auto 0;
	
}

#hot-spring .container_comment_hot h3{
    text-align: left;	
}

.container_comment_hot h3 {
	font-size: 3vw;
	letter-spacing: 0.1em;	
	display:block;
	margin-bottom: 10px; 
	text-align: center;
	
}

.container_comment_hot h3 span{
    border-bottom: 1px solid #080506;	
}

.container_comment_hot p {
	    font-size: 10px;
	display: block;
    letter-spacing: 0.1em;	
}

.gallery_box_hot {
    margin-bottom: 20px;	
}

.gallery_box_hot > div{
	width: 47.44%;
}

.text_fa{
    margin-bottom: 10px;	
}

.text_fa span.under{
    font-size: 16px;
	vertical-align: middle;	
	/*display: inline-block;*/
	margin-left: 10px;
	border-bottom: 1px solid #080506;
	line-height: 1.7;
	margin-left: 0px;
	margin-bottom: 15px;
}

#family-bath .text_box_hot{
	margin-bottom: 30px;
}

.kome li{
    padding-left: 1em;	
	position:relative;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.kome li:before{
    content: '※';
	position: absolute;
	left: 0;
	top: 0;	
}

/* .kyu dt, .kyu dd{
	display: inline-block;
	vertical-align: top;
    	
} */

.nene {
    font-size: 18px;	
}

#family-bath .container_comment_hot h3 {
    text-indent: -0.2em;
}

.tit_box_meal{
    margin-bottom: 36px;	
}

.tit_box_meal h3 {
    /* width: 	380px; */
	font-size: 18px;
    margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.tit_box_meal p {
    /* width: -webkit-calc(100% - 390px);	
	width: calc(100% - 390px); */
	letter-spacing: 0.1em;
	line-height: 1.7;
	font-size: 12px;
}

.gozen_course{
    margin-top: 30px;
}

.gozen_course_title{
  font-size: 25px;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
}

.gozen_course_img{
    width: 100%;
}

.gallery_meal ul{
    font-size: 0;	
}

.gallery_meal li{
    display: inline-block;	
	width: 29.9%;
	margin-right: 4.95%;
	vertical-align: top;
	margin-bottom: 50px;
	
}

.gallery_meal li p{
    line-height: 1.7;
    margin: 10px auto 0;
	text-align: center;
    font-size: 3vw;
	letter-spacing: 0.1em;
}

.gallery_meal li:nth-child(3n){
    margin-right: 0;	
}

.container_comment_hot.comment_meal, .container_comment_hot.comment_meal p{
    display: block;	
}


	

.container_comment_hot.comment_meal h4 {
    /* font-size: 	1.1vw; */
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	border-bottom: 1px solid #080506; 
	margin-bottom: 10px;
}

.container_comment_hot.comment_meal p{
	margin-bottom: 15px;	
	font-size: 12px;
	letter-spacing: 1.4px;
}

.container_comment_hot.comment_meal h4 span{
	font-size: 14px;
	display: inline-block;
	letter-spacing: 1px;
}

.container_comment_hot.comment_meal dl{
    line-height: 1;	
	background:#FFF8D6;
	margin-bottom: 10px;
	padding: 5px;
	letter-spacing: 0.1em;
}

.container_comment_hot.comment_meal dt{
    font-size: 14px;
	margin-bottom: 5px;
}

.container_comment_hot.comment_meal dd{
	font-size: 18px;
	line-height: 1.2;
}

.sa {
    line-height: 1;
    padding: 5px 0;
}


.container_comment_hot.comment_meal dd .yo, .container_comment_hot.comment_meal dt .yo{
    font-size: 11px;	
	/* margin-right: 15px; */
	display: inline-block;
}

.container_comment_hot.comment_meal dd .plus{
    font-size: 12px;	
	display: block;
	margin-top: 5px;
}

.meal_last{
   font-size: 16px;
   line-height: 1.7;
   letter-spacing: 0.1em;
   margin-top: 50px;
}

/* .meal_last br {
    display: none;
} */

.meal_last p span{
   border-bottom: 1px solid #080506;	
}

.meal_last span.small2{
    font-size: 12px;	
	border-bottom: none;
}

.meal_last p.meal_2 {
    font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	letter-spacing: 0.1em;
}

#lodging .text_box_hot h3 {
    font-size: 16px;	
}

#lodging .gallery_meal li {
    text-align: center;	
}

#lodging .gallery_meal li p{
    border-bottom: 1px solid #080506;
	display: inline-block;
}

.lodging_info{
	margin-bottom: 60px;
	line-height: 1.7;
}

.lodging_info h3{
    font-size: 	18px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

/* 全国旅行支援「新たな福岡の秘密の旅観光キャンペーン」 */
.shien{
  text-align: center;
}
.shien h3{
  font-weight: bold!important;
  font-size: 22px!important;
}
.red{
  color: red;
}
/* 全国旅行支援「新たな福岡の秘密の旅観光キャンペーン」 end*/

.container_table .f_l, .container_table .f_r {
    width: 	100%;
	float: none;
}

.container_table .f_l{
    margin-bottom: 30px;	
}

.container_table table {
    width: 100%;	
	font-size: 10px;
	margin-bottom: 10px;
	border: 1px solid #080506;
	letter-spacing: 0.1em;
}

.container_table th {
    background: transparent;	
	padding: 2% 0;
	text-align: center;
	border: 1px solid #080506;
}

.container_table td{
    background: #FFF8D6;
	padding: 2% 0;
	text-align: center;
	border: 1px solid #080506;
}

.container_table th small {
    font-size: 70%;
    display: block;
}

.container_table p, .lodging_info p {
    font-size: 12px;	
	letter-spacing: 0.1em;
}



.container_table_dl{
    /* display:flex; */
    text-align: left;
    width: 90%;
    margin: auto;
    align-items: flex-start;
}

.container_table_dl + .container_table_dl{
    margin-top: 10px;
}

.container_table_dl dt{
    /* width: 150px; */
    font-size: 90%;
    background:#008BB9;
    color:#fff;
    padding: 0.2em 0;
    /* margin-right: 1em; */
    text-align:center;
}

.container_table_dl dd{
    text-align: center;
    padding: 0.2em;
}

.check_content ul{
    border-top: 1px solid #080506;
	border-bottom: 1px solid #080506;
	padding: 5px 0;
	width:100%;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.7;
}

.lodging_info p.fs_14{
   font-size: 14px;
}

.check_content li {
    margin-right: 2%;
	display: inline-block;
}

.check_content li:last-child{
    margin-right: 0;	
}

/* .img_aroma{
    width: 900px;	
} */

#aroma .right_in h2, #access .right_in h2{
    margin-bottom: 47px;	
	letter-spacing: 0.2em;
}

.img_aroma.text_box_hot p {
    font-size: 12px;
	margin-bottom: 20px;	
}

#aroma .check_content ul {
    max-width: 900px;
	width: 100%;
	letter-spacing: 0.18em;	
}

#aroma .check_content li {
    margin-right: 0;
	display: block;	
}

/* #aroma .check_content ul li:after {
    content: '／';
		
} */

#aroma .check_content ul li:nth-child(3):after,#aroma .check_content ul li:nth-child(4):after {
    content: none;
		
}

.tit_menu123 span{
 	display: block;
}



.small_c {
    font-size: 11px;	
}

.small_c span {
    margin-right: 20px;	
}

.aroma_menu dl{
    margin-bottom: 35px;	
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.aroma_menu dt{
    display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #080506; 
}

.aroma_menu dd{
    font-size: 14px;	
}

.sss{
    font-size: 14px;
}

.aroma_menu h4{
	background: #FFF8D6;
	padding: 5px;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

.t_c{
    text-align: center;	
}

.aroma_menu p {
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.hours_info{
    margin-bottom: 60px;
	letter-spacing: 0.1em;
	font-size: 14px;	
	line-height: 1.7;
	max-width: 900px;
}

.tit_hours{
    position: relative;
	margin-bottom: 20px;
}

.tit_hours:before {
    content: '';
	background: #080506;
	height:1px;
	width: 100%;
	position: absolute;
	top: 47%;
	left: 0;
}

.tit_hours.t75:before {
    top: 75%;	
}

.tit_hours h4 {
    background: #FFF2AD;
	display:inline-block;
	padding-right: 10px;
	position: relative;
	font-size: 18px;
	/* margin-bottom: 20px; */	
}

.tit_hours.t75 h4 {
    background: transparent;	
}

.tit_hours.t75 h4 span.k23 {
    padding-right: 10px;
	background: #FFF2AD;	
}

/* .tit_hours h4 span{
	display: block;
} */

.tit_hour_span{
    display: block;
	line-height: 1.7;
	font-size: 14px;	
}

.hours_list {
    margin: 30px 0;	
}

.hours_list li{
	background: #FFF8D6;
	padding: 5px 15px;
	font-size: 21px;
	margin-bottom: 10px;
}

.hours_list.last li:nth-child(odd){
    background-color: transparent;	
	padding-left: 0;
	font-size: 14px;
}

.hours_list li:last-child{
    margin-bottom: 0;	
}

.hours_list.last li span{
	font-size: 18px;
	/* margin-left: 20px; */
	display: block;
}

.hours_list li span{
	font-size: 18px;
	/* margin-left: 20px; */
}

.hours_list li dt{
    display: inline-block;
	margin-right: 13px;	
	vertical-align: top;
	font-size: 18px;
}

/* .hours_list dl{
    line-height: 1;	
} */

.hours_list li dd{
    display: inline-block;
	/* vertical-align: top; */
	font-size: 14px;	
	line-height: 1.5;
}

.hours_list li .kore dd{
    font-size: 18px;	
}

.hours_attention {
    line-height: 1.7;
	font-size: 14px;
	letter-spacing: 0.1em;	
}



.hours_attention h3 {
    font-size: 18px;
	margin-bottom: 15px;
}

.hours_attention li{
    margin-bottom: 20px;	
}

.hours_attention li:last-child{
    margin-bottom: 0;	
}


#access .gallery_box_hot > div {
	width: 100%;
}

#access .gallery_box_hot > div.f_l, #access .gallery_box_hot > div.f_r {
    float: none;	
}

.gallery_box_hot > div.f_l {
    margin-bottom: 30px;	
}

.google-maps {
position: relative;
padding-bottom: 64.22%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.access_table {
    line-height: 1.7;
	letter-spacing: 0.1em;
	font-size: 14px;
	margin-bottom: 30px;
}

.access_table th{
    padding-right: 10px;
	width: 40px;
	text-align: left;	
}

.a1{
    margin-bottom: 30px;	
}

.access_info{
    width: 100%;	
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.access_info th{
	display: block;
	padding-right: 0%;
	font-size: 18px;
	padding-bottom: 15px;
	text-align: left;
	
}

.access_info td{
	padding-bottom: 30px;
	font-size: 14px;
	display: block;
}

.access_info th span{
    border-bottom: 1px solid #080506;	
}

.directions-wrap{
  margin-bottom: 30px;
}

.directions-item{
  width: 100%;
  margin-bottom: 5px;
}

/* .tra{
    -webkit-transform: translateY(26px);
	transform: translateY(26px);		
} */

.gallery_hot .gallery_box_hot:last-child, .right_in .lodging_info:last-child {
    margin-bottom: 0;	
}

#hot-spring, #family-bath, #meal, #lodging, #aroma, #hours{
    margin-bottom: 30px;
	background: #FFF2AD;	
}

#access{
    margin-bottom: 0;	
}


#access .gallery_hot{
	margin-bottom: 30px;
}


#meal .gallery_box_hot > div {
    width: 100%;	
}

#meal .f_l {
    margin-bottom: 30px;	
	float: none;
}

#meal .f_r {
    float: none;	
}



/* -------------------------------

Hamburger button

------------------------------- */


.sp_button_p {
    position: fixed;
    z-index: 101;
    top: 20px;
    left: 20px;	
}

#sp_button button {
   display: block;
   width: 100%;
    height: 100%;
   position: relative;
}

#sp_button,
#sp_button span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#sp_button {
    position: relative;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    z-index: 5;
}

#sp_button span {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 2px;
    background-color: #231815;
    border-radius: 4px;
}
#sp_button span:nth-of-type(1) {
	top: 10px;
}
#sp_button span:nth-of-type(2) {
	top: 19px;
}
#sp_button span:nth-of-type(3) {
	bottom:10px;
}


#sp_button.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#sp_button.active span:nth-of-type(2) {
	opacity: 0;
}
#sp_button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#sp_navi {
  position: fixed;
  width:calc(100% - 74px);
  height: 100%;
  left: 58px;
  top: 81px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 500ms; 
  transition: all 500ms;
}

.g_navi > ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.g_navi > ul > li{
  width: 46%;
  background-position:center;
}


.oa #sp_navi {
	visibility:visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#sp_filter{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	visibility:hidden;
	-webkit-transition: all 500ms; 
    transition: all 500ms;
}

.oa #sp_filter{
	background: rgba(0,0,0,0.4);
	visibility:visible;
}

#sp_navi li a{
  height: 51px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.05rem;
  color: #008AB9;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

#sp_navi li a .sub-title{
  display: block;
  margin-top: 6px;
}

#sp_navi li.tenugui_b a{
	color: #fff;
}

/* -------------------------------

clearfix

------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


/* -------------------------------

ImageLightbox

------------------------------- */

button{
    background: none;
	border:none;	 
}


#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  left: 0!important;
  width: 100%!important;
  height: auto!important;
}

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-overlay {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

  
/* lightbox */
 

  #l_overlay{
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* display: table; */
	z-index: 50;
    text-align: center;
    display: flex;
justify-content: center;
align-items: center;
  }
  
.l_img{
   z-index: 60;	
   vertical-align: middle;
   /* width:100%; */
   
   display: none;
   max-height: -webkit-calc(100% - 150px);
   max-height: calc(100% - 150px);
   max-width: -webkit-calc(100% - 150px);
   max-width: calc(100% - 150px);
}

#l_box {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
	left: 0
}
  
#l_overlay .cssload-container{
    position: absolute;  
}


.ico_close{
     -webkit-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
   -moz-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
     -o-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
        transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945);
    position: absolute;
	top: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index:51;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
  
.ico_close:hover{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);	
}
  
.ico_close:before{
    content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
    left:0;
	background: #fff;
}
	  
.ico_close:after{
    content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	background: #fff;
}


#imagelightbox-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 10000;
    cursor: pointer;
    outline: none;
     -webkit-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
   -moz-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
     -o-transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945); 
        transition: all 300ms cubic-bezier(0.165, 0.650, 0.315, 0.945);
    
}



/* #imagelightbox-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);    
} */

#imagelightbox-close:before {
    content: '';
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left:0;
    
}

#imagelightbox-close:after {
    content: '';
    width: 100%;
    height: 1px;
  -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: #fff;
    position: absolute;
    top: 50%;
    right:0;
}

#imagelightbox-loading {
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 10000;
	width: 30px;
	height: 30px;
	margin: 0 auto;
        margin-left: -15px;
        margin-top: -15px;
	border: 2px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 950ms infinite linear;
		-o-animation: cssload-spin 950ms infinite linear;
		-ms-animation: cssload-spin 950ms infinite linear;
		-webkit-animation: cssload-spin 950ms infinite linear;
		-moz-animation: cssload-spin 950ms infinite linear;
}

.cssload-container {
	width: 100%;
	height: 30px;
	text-align: center;
}

.cssload-speeding-wheel {
        position: absolute;
        left: 50%;
        top: 50%;

	width: 30px;
	height: 30px;
	margin: 0 auto;
        margin-left: -15px;
        margin-top: -15px;
	border: 2px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 950ms infinite linear;
		-o-animation: cssload-spin 950ms infinite linear;
		-ms-animation: cssload-spin 950ms infinite linear;
		-webkit-animation: cssload-spin 950ms infinite linear;
		-moz-animation: cssload-spin 950ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}



@media screen and (max-width: 1607.5px) {

	
	/* .g_navi a {
	   padding: 10.5% 0 8.5%;
	       font-size: 14px;
	   
	} */
	 
	/* .container_comment_hot h3 {
	     font-size: 1.2vw;
	} */
	
	/* .container_comment_hot p{
	  font-size: 0.9vw;	
	} */
	 
	
	/* .container_comment_hot.comment_meal h4 {
    font-size: 	1.1vw;
	font-size: 22.5px;
	letter-spacing: 0.25em;
	line-height: 1.7;
	border-bottom: 1px solid #080506; 
	margin-bottom: 10px;
} 

.container_comment_hot.comment_meal p{
	margin-bottom: 15px;	
	font-size: 16px;
} 

.container_comment_hot.comment_meal h4 span{
	font-size: 18px;
	display: inline-block;
	letter-spacing: 1px;
}

.container_comment_hot.comment_meal dl{
    line-height: 1.7;	
	margin-bottom: 10px;
}

.container_comment_hot.comment_meal dt{
    font-size: 16px;		
}

.container_comment_hot.comment_meal dd{
	font-size: 22.5px;
	line-height: 1.2;
}

.container_comment_hot.comment_meal dd .yo{
    font-size: 16px;	
	margin-right: 15px;
	display: inline-block;
}

.container_comment_hot.comment_meal dd .plus{
    font-size: 17px;	
	
	display: inline-block;
}*/
	
	
	
	
	
}


@media screen and (max-width: 414px) {
		
	
  /* .container_comment_hot br {
    display: none;
  } */

}


@media screen and (max-width: 414px) {
		
	
  .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

}


@media screen and (min-width: 768px) {
	
	.copy_fv {
	  width: 17%;	
	}
	
	.logo{
	  /* margin-left: -19%;
      width: 38%; */
	  margin-left: -210px;
      width: 420px;


	}
	
	.arrow_fv{
	  margin-left: -3%;
	  width: 6%;	
	}
	
	/* .img_people {
      width: 28%;
      margin-left: -14%;
    } */
	
	.text_welcome{
	  width: 505px;	
	}
	
	
	
	.text_welcome p{
	  font-size: 22px;	
	}
	
	.right_in h2{
	  font-size: 31px;	
	}
	
	.text_box_hot{
	  margin-bottom: 47px;	
	}
	
	.text_box_hot h3{
	  font-size: 23px;	
	}
	
	.tit_senshitsu{
	  font-size: 23px;	
	}

    .text_box_hot p {
      font-size: 18px;
    }
	
	.container_comment_hot h3{
	  font-size:21.5px;	
	}
	
	.container_comment_hot p{
	  font-size: 15px;	
	}
	
	/* .container_comment_hot p br{
	  display: none;	
	} */
	
	.text_fa span.under{
	  font-size: 18px;	
	}
	
	.text_fa span{
	  margin-left: 15px;	
	}
	
	.container_comment_hot h3{
	  font-size: 21.5px;	
	}
	
	.tit_box_meal h3{
	  font-size: 23px;	
	}
	
	.tit_box_meal p{
	  font-size: 18px;	
	}
	
	.gallery_meal li p{
	  font-size: 18px;	
	}
	
	.gallery_box_hot figure {
	  text-align: center;	
	}
	
	.container_comment_hot.comment_meal h4{
	  font-size: 22.5px;	
	}
	
	.container_comment_hot.comment_meal h4 span{
	  font-size: 18px;	
	}
	
	.container_comment_hot.comment_meal p{
	  font-size: 16px;	
	}
	
	.kome li, .text_fa span{
	  font-size: 15px;	
	}
	
	.container_comment_hot.comment_meal dt{
	  font-size: 16px;	
	}
	
	.container_comment_hot.comment_meal dd{
	  font-size: 22.5px;	
	}
	
	.container_comment_hot.comment_meal dd .yo{
	  font-size: 16px;	
	}
	
	.container_comment_hot.comment_meal dd .plus{
	  font-size: 17px;	
	}
	
	.meal_last{
	  font-size: 22.5px;	
	}
	
	#lodging .text_box_hot h3, .lodging_info h3, .aroma_menu dt, .tit_hours h4, .access_info th{
	  font-size: 23px;	
	}
	
	.container_table table, .container_table p, .lodging_info p, .aroma_menu dd, .aroma_menu p, .hours_info, .access_table, .access_info td {
	  font-size: 18px;	
	}
	
	.check_content ul{
	  font-size: 21px;	
	}
	
	.meal_last p.meal_2{
	  font-size: 20.5px;	
	}
	
	.img_aroma.text_box_hot p{
	  font-size: 13px;	
	}
	
	.aroma_menu h4{
	  font-size: 24px;	
	}
	
	.tit_hour_span{
	  font-size: 23px;
	  margin-left: 30px;
	  display: inline-block;	
	}
	
	.hours_list li dd{
	  vertical-align: bottom;
	}
	
	.hours_attention h3{
	  font-size: 23px;
	  margin-bottom: 45px;	
	}
	
	.hours_attention{
	  font-size:18px;	
	}
	
	.gallery_box_hot > div, #access .gallery_box_hot > div{
	  width: 46.44%;
	}
	
	#access .gallery_box_hot > div.f_l{
	  float: left;	
	}
	
	#access .gallery_box_hot > div.f_r {
	  float: right;	
	}
	
	.lodging_info p.fs_14,.small_c, .hours_list.last li span, .hours_list.last li:nth-child(2n){
	  font-size: 18px;	
	}
	
	.t75 br {
		display: none;
	} 
	
	.tit_hours.t75:before{
	  top: 47%;	
	}

    .tit_hours.t75 h4{
		background: #FFF2AD;
	}
	
	.tit_hours.t75 h4 span.k23{
	  margin-left: 15px;	
	}
	
	.meal_last span.small2{
	  font-size: 19px;	
	}

	
}

@media screen and (max-width: 767px) {
	
	.container {
	  width: 100%;	
	}
	
}


@media screen and (orientation: landscape) {
   
    .copy_fv{
	  width: 15%;	
	}
	
	/* .img_people{
	  width: 26%;
	  margin-left: -13%;	
	} */
	
	.logo{
	  width: 34%;
	  margin-left: -17%;	
	}
	
	.arrow_fv{
	  margin-left: -2%;
	  width: 4%;	
	}


}


/* -------------------------------

hidden

------------------------------- */




.pc_v{
	display: block;	
}
  
.sp_v {
    display: none;	  
}


	
@media screen and (min-width: 768px) {
	  
	.pc_v{
		display: none;	
	}
  
	.sp_v {
    	display: block;	  
	}	 
	  
}


.fix_red_attention{
    background: #d50000;
    color: #fff;
    padding: .8em;
    z-index: 10000;
    position:fixed;
    left: 0;
    top:0;
    width:100%;
    box-sizing:border-box;
}

.fix_red_attention p{
    text-align:center;
    font-weight:bold;
    font-size:13px;
    line-height:1.4;
}

.fix_red_attention p span{
    font-size: 110%;
    color: yellow;
    background: yellow;
    color: black;
}

#foot .f_l h2 span{
  font-size: 16px;
  display: block;
}

#foot .line-info{
  border: 1px dashed #000;
  width: 100%;
  margin: 20px 0 40px;
  padding: 20px 20px 25px;
  box-sizing: border-box;
}

#foot .line-info .txt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#foot .line-info > a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 10px auto 0;
}

#foot .line-info > a > img{
  width: 7vw;
  display: block;
  margin-right: 2vw;
  position: relative;
  top: 0.3vw;
}

#foot .line-info > a > span{
  font-size: 9vw;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #000;
}

#foot .line-box{
  background: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  margin: 25px auto 0;
  padding: 25px 20px;
}

#foot .line-box p{
  background: #00B900;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px 7px;
}

#foot .line-box picture{
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 140px;
  height: auto;
  display: block;
  margin: 25px auto 0;
  padding: 15px;
}

.line-addition-btn{
  background: #008BB9;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  margin: 25px auto 60px;
  padding: 12px 40px;
  position: relative;
  transition: 0.3s;
  width: 160px;
  height: 40px;
  font-size: 19px;
  display: flex;
  align-items: center;
}

.line-addition-btn.no2{
  margin: 25px auto 50px;
}

.line-addition-btn::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 26px;
  right: 13px;
}

#foot .hours_price{
  background: rgba(255,255,255, 0.7);
  background: #FFF8D6;
  padding: 5px 10px;
  margin-top: 15px;
  position: relative;
}

#foot .hours_price > p{
  font-size: 18px;
}

#foot .hours_info.normal .hours_price img{
  width: 100%;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}

#foot .hours_info.normal::after{
  content: '';
  background: url(../img/icon-arrow-down-bl.svg) no-repeat center / cover;
  width: 30px;
  height: 34px;
  display: block;
  margin: 15px auto 0;
}

#foot .hours_info.campaign .tit_hours:before{
  content: none;
}

#foot .hours_info.normal {
  margin-bottom: 20px;
}

#foot .hours_info .price span {
  font-size: 26px;
  font-weight: bold;
  color: #CC3300;
}

#foot .hours_info .txt {
  margin-top: 25px;
}

.hours_info.foot-wrap .tit_hours h4 .sub-title{
  font-size: 15px;
}
.hours_info.foot-wrap .hours_list li{
  font-size: 18px;
}

.hours_info.foot-wrap .hours_list li .red{
  font-size: 26px;
  font-weight: bold;
  color: #CC3300;
  margin-left: 0;
}

.hours_info.foot-wrap .line-info{
  border: 1px dashed #000;
  width: 100%;
  margin: 20px 0 40px;
  padding: 20px 20px 25px;
  box-sizing: border-box;
}

.hours_info.foot-wrap .line-info .left .txt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.hours_info.foot-wrap .line-info .left > a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 10px auto 0;
}

.hours_info.foot-wrap .line-info .left > a > img{
  width: 7vw;
  display: block;
  margin-right: 2vw;
  position: relative;
  top: 0.3vw;
}

.hours_info.foot-wrap .line-info .left > a > span{
  font-size: 9vw;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #000;
}

.hours_info.foot-wrap .line-info .line-box{
  background: rgba(255, 255, 255, 0.7);
  background: #fff;
  /*  
  width: 330px;
  */
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.hours_info.foot-wrap .line-info .line-box p{
  background: #00B900;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px 7px;
}

.hours_info.foot-wrap .line-info .line-box picture{
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 140px;
  height: auto;
  display: block;
  margin: 25px auto 0;
  padding: 15px;
}


.hours_info.foot-wrap .hours_list li.normal{
  position: relative;
}

.hours_info.foot-wrap .hours_list li.normal::after{
  content: '';
  background: url(../img/icon-arrow-down-bl.svg) no-repeat center / cover;
  width: 25px;
  height: 27px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.hours_info.foot-wrap .hours_list li.normal img{
  width: 215px;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 14px;
  opacity: 0.65;
}

.hours_info.foot-wrap .hours_list li.campaign{
  margin-top: 42px;
}

.img-box.stay {
  margin-top: 20px;
}

.riyou-annotation > span{
  display: block;
  margin-top: 20px;
}


.family-bath_newopen{
  margin: 100px 0;
}

.family-bath_newopen_maintitle{
  font-size: 24px;
  margin-bottom: 1em;
  line-height:1.4;
}

.family-bath_newopen_figure{
  margin-bottom: 20px;
}

.family-bath_newopen_subtitle{
  font-size: 24px;
  text-align:center;
  margin-bottom: .75em;
}

.family-bath_newopen_text{
  font-size: 16px;
  line-height:2;
  text-align:left;
}


.family-bath_newopen_line{
    width:100%;
    margin:auto;
    background:#e9fff0;
    border: 1px solid #00b900;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 40px;
}

.family-bath_newopen_line_body{
    display:flex;
    width:100%;
    justify-content: space-between;
}

.family-bath_newopen_line_content{
    width: calc(100% - 100px);
}

.family-bath_newopen_line_icon{
    width: 80px;
}

.family-bath_newopen_line_title{
    font-size: 18px;
    line-height:1.4;
    color: red;
    font-weight:bold;
    margin-bottom: .7em;
}

.family-bath_newopen_line_text{
    font-size:14px;
    line-height:2;
}

.red_attention{
    margin: 1em 0;
}

.red_attention span{
    display:inline-block;
    background:red;
    font-weight:bold;
    color:#fff;
    line-height:1;
    padding:10px;
    font-size: 15px;
    letter-spacing: 0
}





.sauna-renewal_group1,
.sauna-renewal_group2{
    margin-bottom: 50px;
}

.sauna-renewal_group1_title{
    font-size: 23px;
    line-height:1.5;
    text-align:center;
    margin-bottom: .6em;
}



.sauna-renewal_group2_title{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: .4em;
    line-height:1.5;
    text-align:center;
}

.sauna-renewal_group2_text{
    line-height:2;
    font-size: 12px;
}

.sauna-renewal_group3_title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 1em;
}

.sauna-renewal_group3_text{
    margin-top: 1em;
    font-size: 12px;
    line-height: 2;
}


.u-mtb40{
    margin: 40px 0;
}

.u-mt40{
    margin-top: 40px;
}

.u-mb40{
    margin-bottom:40px;
}


.u-supplement{
    margin: 1em 0;
    font-size:14px;
    line-height:1.5;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.u-supplement:before{
    content: '※';
}