body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 50000000;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}
.head_menu{
	margin: 0 auto;
	width: 100%;
	z-index: 980;
}
.drdw_bg{
	left: 0;
}
.head_logo{
	position: absolute;
}
header {
    position: relative;
    height: 360px;
    margin-top: 70px;
	margin-bottom: 100px;
}
header::before{
	content: "";position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(0,33,60,0.45);
	z-index: 1;
}
header h2{
z-index: 2;
    letter-spacing: 8px;
    font-size: 31px;
    text-align: center;
    color: #fff!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
header div{
padding: 0 5% 20px 5%;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
	font-size: 85%;
	position: absolute;
    top: calc(100% + 20px);
    width: 100%;
	left: 0;
}
header.hd_policy{
	background:url("../images/hd_policy.jpg") center;
	background-size: cover;
}
header.hd_company{
	background:url("../images/hd_company.jpg") center;
	background-size: cover;
}
header.hd_er{
	background:url("../images/top_04.jpg") center;
	background-size: cover;
}
header.hd_contact{
	background:url("../images/slide_01.jpg") center;
	background-size: cover;
}
header.hd_access{
	background:url("../images/top_03.jpg") center;
	background-size: cover;
}
header.hd_resto{
	background:url("../images/hd_restaurant.jpg") bottom;
	background-size: cover;
}
header.hd_info{
	background:url("../images/hd_information.jpg") bottom;
	background-size: cover;
}
header.hd_service{
	background:url("../images/slide_02.jpg") center;
	background-size: cover;
}
main h2{
	font-weight: 400;
	border-bottom: 1px solid;
	padding: 30px 5%;
	font-size: 26px;
	letter-spacing: 5px;
}
main h3{
	font-size: 20px;
	padding: 20px 0 20px 80px;
	font-weight: 400;
	position: relative;
	color: #48acd8;
}
main h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: .5px;
	background: #48acd8;
}
main h3.sub_color04::before{
	background: #32b16c;
}
.list_01 li{
	position: relative;
	padding-left: 30px;
}
.list_01 li span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.list_01 li:nth-child(even) span{
	transform: translateY(-50%) rotate(-45deg);
}
.l_company{
	padding: 40px 0 0 0;
}
.l_company_bg{
	background: linear-gradient(#fff 10%,#dceef4  100%);
}
.l_company_img {
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.table_01{
	padding: 60px 0;
	display: block;
	position: relative;
	z-index: 3;
}
.table_01 tr{
	padding: 20px 0;
	border-bottom: 1px solid #afcad7;
	display: flex;
	align-items: center;
}
.table_01 tr:first-child{
	border-top: 1px solid #afcad7;
}
.table_01 th{
	text-align: left;
	font-weight: 600;
	width: 150px;
    letter-spacing: 5px;
}
.dl_01{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.dl_01 dt{
	background: #fff;
	color: #48acd8;
	padding: 10px;
	width: 20%;
	text-align: center;
}
.dl_01 dd{
	width: 75%;
}
.l_company .dl_01 dt{
	background: #fff;
	color: #48acd8;
}
.l_company_notes{
	position: relative;
	padding: 40px 0;
}
.hd_right{
	position: absolute;
	max-width: 300px;
	width: 50%;
	right: -15%;
	top: 80px;
	pointer-events: none;
	z-index: 1;
}
.hd_left{
	position: absolute;
	max-width: 300px;
	width: 50%;
	left: -15%;
	bottom: 80px;
	pointer-events: none;
	z-index: 1;
}
/*contact.php*/
.l_contact{
    padding-bottom: 40px;
    background: #fff;
}
.l_contact .base{
    position: relative;
    z-index: 10;
}
.contact_flow{
    justify-content: center;
}
.contact_flow li{
    padding: 20px;
    border-bottom: 2px solid;
    color: #ccc;
}
.contact_flow li span{
    padding: 3px 0 3px 2px;
    font-weight: 600;
    border-radius: 90px;
    margin: 0 10px;
}
.contact_flow li.flow_active{
    border-bottom: 2px solid #48acd8;
	color: #315572;
}
.contact_flow li.flow_active span{
   color: #48acd8;
}
.contact_tbl{
  border-spacing : 0px 20px;
        border-collapse : separate ;
  width: 100%;
    padding: 10px 60px;
  margin: 2% auto;
	max-width: 1000px;
}
.contact_tbl td,.contact_tbl th{
  padding: 0 10px;
    text-align: left;
}
.contact_tbl td img{
    max-width: 300px;
	width: 100%;
}
.contact_tbl th{
  text-align: left;
    width: 200px;
    color: #315572;
    font-weight: 600;
}
.contact_tbl textarea{
  resize: vertical;
  width: 100%;
  background-color: #f1f3f3;
  height: 7em;
  border: 3px #fff;
  padding: 20px;
  outline: 0;
    border-radius:3px;
}
.textbox{
  height: 3.5rem;
  width:100%;
      background-color: #f1f3f3;
  -webkit-appearance: none;
  border:2px #fff;
  line-height: inherit;
    padding: 0 20px;
  outline: 0;
    border-radius: 3px;
}
.contact_tbl input:focus ,.contact_tbl textarea:focus{
    border: solid 1px #48acd8;
    background: #fff;
}
.submit_btn:focus,.reset_btn:focus{
  outline: none;
}
.submit_btn{
  position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  cursor: pointer;
    font-size: 0.9em;
    padding: 15px 25px;
    color: #fff;
    margin: 0 10px;
    width:300px;
    text-align: center;
    background:#48acd8;
    border: 1px solid #48acd8;
	    letter-spacing: 0.1rem;
}
.reset_btn{
    border: solid 1px #ccc;
  background: #fff;
 position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  cursor: pointer;
    font-size: 0.9em;
    padding: 15px 25px;
    color: #ccc;
    margin: 0 10px;
    width:300px;
    text-align: center;
	    letter-spacing: 0.1rem;
}
.submit_btn:hover{
  background:#fff;
  color: #48acd8;
}
.reset_btn:hover{
  background: #ccc;
  color: #fff;
}
.contact_btn{
  margin: 50px auto 60px auto;
  width: 80%;
  text-align: center;
}
.checkbox-field {
display: block;
    margin: 2% auto;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #48acd8;
    color: #48acd8;
}
.checkbox-field label input{
display: none;
}
.checkbox-field label input:checked + .checkbox-field-text:before{
    background: #fff;
}
.checkbox-field label input:checked + .checkbox-field-text:after{
display: block;
}
.checkbox-field label{
display: inline-block;
margin-right: 20px;
    padding: 20px; 
}
.checkbox-field label .checkbox-field-text{
padding-left: 40px;
position: relative;
cursor: pointer;
}
.checkbox-field label .checkbox-field-text:before{
content: "";
position: absolute;
transition: 0.3s;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 25px;
height: 25px;
    border-radius: 500px;
background-color:#f1f3f3;
}
.checkbox-field label .checkbox-field-text:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
width: 25px;
height: 15px;
left:0;
top:30%;
margin-top:-8px;
transform:scale(0.5) rotate(-45deg);
border-bottom: 2px solid #48acd8;
border-left: 2px solid #48acd8;
}
.checkbox-field label input:checked + .checkbox-field-text:after{
    opacity: 1;
}
.checkbox-field label .checkbox-field-text:after{
    opacity: 0;
    display: block;
}
.checkbox-field label .checkbox-field-text:after{
    transform: rotate(-45deg) scale(0.2);
}
.checkbox-field label input:checked + .checkbox-field-text:after{
    transform:scale(0.5)  rotate(-45deg);
}
.genki{
	max-width: 150px;
	width: 90%;
}
.l_access{
	padding-bottom: 40px;
}
.table_02{
	width: 100%;
	text-align: center;
	table-layout: fixed;
	padding: 20px 0;
}
.table_02 tr:first-child{
	border-bottom: 1px solid;
}
.table_02 tr:first-child th{
	padding: 20px 0;
}
.table_02 th{
	font-weight: 500;
	font-size: 105%;
}
.table_02 th,
.table_02 td{
	padding: 10px 0;
}
.l_access .notes_line{
	border-color: #48acd8;
}
.bus_flex li{
	width: 23%;
}
.bus_flex li p{
	padding: 10px 0;
}
#map{
    width: 100%;
    height: 500px;
}
/*restaurant*/
.l_resto h2{
	margin: 40px auto;
}
.l_resto h3{
	margin: 20px auto;
}
.l_resto dl{
	width: 100%;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
}
.l_resto dl dt{
	width: 70%;
}
.l_resto dl dd{
	width: 30%;
	text-align: right;
}
.l_resto_bg{
	background:  linear-gradient(#fff 10%,#dceef4  100%);
	padding-bottom: 40px;
}
.l_resto_bg h3{
margin: 0 auto;
    padding: 10px 0 10px 80px;
}
.l_resto div.notes{
	display: inline-block;
	border: 1px solid #48acd8;
	width: 100%;
	margin: 20px auto;
}
.l_resto div.notes h4{
	border-bottom: 2px solid;
    padding: 10px 0;
    margin-bottom: 20px;
}
.l_resto div.notes ul li ul li{
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    width: 48%;
	align-self: stretch;
}
.l_resto div.notes ul li ul li span{
	font-size: 150%;
	display: block;
	width: 100%;
}
.l_resto .flex_box_02 > li,
.l_resto .flex_box_03 > li{
    align-self: flex-start;
	    margin: 10px 0;
}
.l_resto .table_01 {
    display: table;
    width: 100%;
}
.l_resto .aligncenter{
	align-self: center!important;
}
.l_resto .flex_center{
	justify-content: center;
}
.l_resto .flex_center li{
	margin: 0 40px;
}
.lunch_btn .btn01{
	max-width: 45%;
    width: 45%;
	font-weight: 500;
}
.lunch_btn li{
	padding:0 2%;
}
.lunch_btn a{
    display: flex;
    box-shadow: 0px 3px 10px 0px #e7870e;
    border-radius: 5px;
    transition: all .3s;
	background: #ff6c00;
	margin: 15px auto;
}
.lunch_btn a > div{
	width: 40%;
}
.lower main .lunch_btn a h2{
	width: 60%;
	align-self: center;
	border-bottom: none;
	margin: 0;
	padding: 20px;
	font-size: 17px;
	color: #fff!important;
}
.lunch_btn a h2 span{
color: #fff;
}
.lunch_btn a:hover{
	background: #fff;
}
.lower main .lunch_btn a:hover h2,
.lunch_btn a:hover h2 span
{
	color: #ff6c00!important;
}
.flex_70{
	justify-content: space-between;
	padding: 20px;
}
.flex_70 >  li:first-child{
	width: 30%;
}
.flex_70 > li:last-child{
	width: 65%;
}
.recommend{
	position: relative;
}
.recommend .hd_right,
.recommend .hd_left{
	z-index: -1;
}
.menu_bn{
    box-shadow: 0px 3px 13px 7px #bdbfbf30;
    border-radius: 5px;
    display: block;
    margin: 30px auto;
	background: #00172a;
	color: #fff;
	transition: all .3s;
}
.menu_bn li img{
	height: 100px;
}
.menu_bn li{
	align-self: center;
	text-align: center;
}
.menu_bn li p{
	font-size: 120%;
	color: #308fb5;
}
.menu_bn:hover{
	background: none;
	color: #00172a;
}
/*service*/
.wrap{
	position: relative;
}
.wrap .hd_right, .wrap .hd_left {
    z-index: -1;
}
.l_service dl dt{
	width: 30%;
	max-width: 200px;
	align-self: center;
}
.l_service dl dd{
	width: 70%;
    text-align: left;
    padding: 10px 20px;
}
.l_service .hot_spring ul{
	flex-wrap: wrap;
}
.l_service .hot_spring td,
.l_service .rock_bath td{
	width: calc(100% - 150px);
}
.point{
	font-size: 18px;
	display: inline-block;
}
.l_service .dl_01 dt{
    color: #fff;
    background: #00172a;
}
.l_service .table_01 tr:first-child{
	    border-top: 1px solid #315572;
}
.l_service .table_01 tr{
    border-bottom: 1px solid #315572;
}
.l_service div.notes {
    border: none;
    background: #dceef4;
}
.l_service .service_event > div > dl{
	width: 24%;
}
.l_service .service_event dl  > dt{
	background: #00172a;
	color: #fff;
	width: 100%;
	max-width: 100%;
	align-self: baseline;
}
.l_service .service_event dl > dd{
	width: 100%;
	align-self: baseline;
	background: #fff;
}
.l_service .service_event dl dt span,
.l_service .service_event .table_01 th span{
	display: block;
	font-size: 120%;
}
.l_service .service_event .table_01 th{
	width: 250px;
	text-align: center;
}
.l_service .service_event .table_01 .dl_01{
	width: 48%;
}
.l_service .service_event .table_01 .dl_01 dd{
	text-align: center;
}
.relaxation p,
.relaxation .dl_01 dd,
.relaxation .table_01 th,
.relaxation .material-icons{
	color: #71360d;
}
.relaxation .dl_01 dt{
	color: #71360d;
	background: #f8ebc5;
}
.relaxation .table_01 tr:first-child{
    border-top: 1px solid #71360d;
}
.relaxation .table_01 tr{
    border-bottom: 1px solid #71360d;
}
.relaxation .btn03{
	background: #71360d;
    box-shadow: none;
}
.relaxation .btn03:hover{
	background: #c79852;
}
.relaxation .btn03 p,
.relaxation .btn03 span{
	color: #fff!important;
}
.rock_bath .btn01{
	background: #48acd8;
	color: #fff;
	border-color: #48acd8;
}

.rock_bath ul.list_01{
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
}
.rock_bath ul.list_01 li{
	padding-right: 20px;
}
.rock_bath .list_01.big{
	font-size: 120%;
	font-weight: bold;
}

/*information*/
.camp_menu{
	margin: 20px auto 0 auto;
	background: #2f1400;
}
.acmenu:hover, .acmenu_open {
    color: #2f1400!important;
    border: 2px solid #2f1400;
	background: #fff;
}
.pc_taki_map{
	text-align: center;
}
.pc_taki_map > img{
	width: 690px;
	height: 800px;
}
.camp_menu span{
position: absolute;
    right: 5%;
    font-size: 30px!important;
    top: 50%;
    transform: translateY(-50%);
}
.camp_inner{
	 border-bottom: 2px solid #2f1400;
    padding: 40px;
}
.camp_inner > ul{
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.camp_inner > ul > li{
	width: 48%;
}
.camp_inner h4{
    color: #2f1400;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}
.camp_inner .slider_box{
	width: 100%;
	margin: 0 auto;
}
.camp_inner .slick-slide img{
	height: 30vh;
	min-height: 250px;
}
.camp_inner .dl_01 dt{
	color: #ffffff;
	background: #2f1400;
}
.camp_inner .dl_01 dd{
	color: #2f1400;
}
.thumbnail {
	position: relative;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
  }
  .thumbnail .item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 19%;
	height: 100%;
	margin: 0.5%;
	padding: 0;
	transition: all .3s;
  }
  .thumbnail .item::before {
	display: block;
	padding-top: 70%;
	content: "";
  }
  .thumbnail .item::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	background: #000;
	z-index: 1;
	transition: all .3s;
  }
  .thumbnail .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
  }
  .thumbnail .item:hover::after {
	opacity: 0.5;
  }
.best_wrap{
	padding-bottom: 150px;
}
.best_wrap .flex_box{
	flex-wrap: wrap;
	justify-content: left;
}
.best{
	box-shadow: 0px 3px 13px 7px #86d35430;
    border-radius: 5px;
    background: #fff;
    text-align: center;
	width: 23%;
	pointer-events:none;
	transition: all .3s;
	margin: 30px 1%;
}
.best a {
    display: block;
    padding: 20px;
    position: relative;
	pointer-events: auto;
}
.best a > span {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    font-size: 35px;
    opacity: 0;
}
.best a img {
    aspect-ratio: 1 / 1;
	border-radius: 5px;
    transition: all .3s;
}
.best a h2 {
    border-bottom: 1px solid #32b16c;
	font-size: 23px;
	padding: 15px 0;
	color: #32b16c;
}
.best a h2 span{
	font-size: 20px;
}
.best a p{
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 2;
}
.best:hover {
	opacity: .5;
	transform: translateY(-10px);
}

/*information*/
.info_page_nav a:hover{
	color: #32b16c;
}
.l_info .btn03{
	    box-shadow: none;
	background: #00aa4d;
	color: #fff;
}
.l_info .btn03:hover{
	color: #46b97a;
}
.l_info .dl_01 dt{
	background: #effae9;
    color: #00aa4d;
	font-weight: 500;
}
.l_info div.notes{
	background: #effae9;
}


/*20220323*/
.lower main h2{
	color: #00172a!important;
}
.slider_taki_wrap{
	margin-bottom: 80px;
}
.slider_taki_wrap li{
	width: 48%;
	align-self: auto;
	margin: 5px;
}
.slider_taki_wrap .slider_box{
margin: 0 auto;
}
.slider_taki {
	margin: 0 0 50px;
}
.slider_taki li{
	opacity: .4;
	transition: opacity .5s;
}
.slider_taki li.slick-active{
	opacity: 1;
}
.slider_taki li div {
	position: relative;
	height: 300px;
	padding: 20px 2% 45px 2%;
}
.slider_taki  img,
.taki_map_notes img{
	width: 100%; 
	height: 250px!important;
	object-fit: contain;
}
.slider_taki .meter{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	padding: 10px;
}
.slider_taki .dl_01,
.taki_map_notes .dl_01{
	display: flex;
}
.slider_taki .dl_01> *,
.taki_map_notes .dl_01> *{
	width: 23%;
	padding: 5px;
}
.slider_taki .dl_01 dt,
.taki_map_notes .dl_01 dt{
	background: none;
	border: 1px solid;
}
.slider_taki  .slick-next {
	right: 20px; z-index: 99;
}
.slider_taki  .slick-prev {
	left: 15px; z-index: 100;
}
.slider_taki .slick-dots li button:before{
	font-size: 10px;
}
.slider_taki .slick-dots li,
.slider_taki .slick-dots li button,
.slider_taki .slick-dots li button:before{
	width: 10px;
	height: 10px;
}
.slider_taki .slick-dots li button:before,
.slider_taki .slick-dots li.slick-active button:before{
	color: #00aa4d;
	content: "●"!important;
}
.pc_taki_map{
	padding-bottom: 40px;
}
.pc_taki_map area:hover{
	cursor: pointer;
}
.taki_map_notes{
    max-width: 800px!important;
    margin: 0 auto;
}
.taki_map_notes .meter{
	margin: 20px auto 0;
	padding: 10px;
}
.taki_map_notes > div{
	text-align: left;
}
.taki_map_notes .point{
    padding: 20px 0 10px 0;
	width: 100%;
}
.taki_map_notes .dl_01 dt{
	color: #00aa4d;
}
.taki_notes_link{
	transition: all .3s;
}
.taki_notes_link:hover{
	cursor: pointer;
	opacity: .5;
}
.infonotes{
	margin-left: 20%;
	margin-right: 20%;
}