@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*ベース文字色*/
/*背景色*/
/*アクセント色*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線*/
/*font*/
/*layout*/
/*==================================== main_visual
====================================*/
#main_visual { background-image: url("../images/hotspring/main.jpg"); }

/*==================================== lead
====================================*/
#lead .text { background-image: url("../images/facilities/lead_bg.png"); }

#lead h4 { text-align: center; margin-top: 50px; font-size: 24px; line-height: 1.6; margin-bottom: 40px; }

@media screen and (max-width: 1024px) { #lead h4 { margin-bottom: 30px; font-size: 20px; } }
#lead div { text-align: center; margin-top: 10px; }

/*======================= ページ内リンク
=========================*/
.type.facilities .button_outer a .text .title { font-size: 18px; margin-bottom: 0; position: relative; }
.type.facilities .button_outer a .text .title .box { display: block; border: 1px solid #FFF; font-size: 16px; width: 80%; max-width: 140px; margin-left: auto; margin-right: auto; }
.type.facilities .button_outer a .text .title:after { content: ''; display: block; width: 15px; height: 15px; border-right: 1px solid #766d5e; border-bottom: 1px solid #766d5e; transform: rotate(45deg); transition: all 0.5s; position: relative; z-index: 2; margin-left: auto; margin-right: auto; }

.bg_colored { margin-bottom: 30px; padding-top: 30px; }

/*======================= text_lr
=========================*/
.text_lr.facilities .info.bg_accent { padding-bottom: 0; }
.text_lr.facilities .info.bg_accent .buttons { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; border-top: 1px solid #eeeeee; margin-left: -20px; margin-right: -20px; margin-top: 15px; }
.text_lr.facilities .info.bg_accent .buttons li { flex-basis: 50%; max-width: 50%; }
.text_lr.facilities .info.bg_accent .buttons li:first-child { border-right: 1px solid #eeeeee; }
.text_lr.facilities .info.bg_accent .buttons li a { width: 100%; height: 60px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: 1.2; transition: all 0.5s; }
.text_lr.facilities .info.bg_accent .buttons li a:after { content: ''; display: block; width: 15px; height: 15px; border-right: 1px solid #766d5e; border-bottom: 1px solid #766d5e; transform: rotate(45deg); }
.text_lr.facilities .info.bg_accent .buttons li a:hover { background-color: #eeeeee; }

/*==================================== あしらい
====================================*/
#points .cont_lr .image { position: relative; z-index: 1; }
#points .cont_lr .text { position: relative; z-index: 0; }
#points .cont_lr .text:before { content: ''; display: block; position: absolute; opacity: 0; transition: all 2s; transition-delay: 0.5s; z-index: -1; }
#points .cont_lr .text.show:before { opacity: 1; }
#points .cont_lr.img_l .text:before { background: url("../images/common/bg_circle02.png") no-repeat top left/contain; width: 460px; height: 440px; bottom: -50px; right: -150px; }
@media screen and (max-width: 768px) { #points .cont_lr.img_l .text:before { width: 300px; height: 287px; bottom: auto; top: -100px; right: -50px; } }
#points .cont_lr.img_r .text:before { background: url("../images/common/bg_circle04.png") no-repeat top left/contain; width: 386px; height: 424px; bottom: 0px; left: -150px; }
@media screen and (max-width: 768px) { #points .cont_lr.img_r .text:before { width: 250px; height: 275px; bottom: auto; top: -90px; left: -50px; } }
#points .cont_lr:nth-of-type(2) .text:before, #points .cont_lr:nth-of-type(3) .text:before, #points .cont_lr:nth-of-type(5) .text:before { display: none; }

/*==================================== 20231226追加
====================================*/
#hs01 .large_slider, #hs02 .large_slider, #hs03 .large_slider, #hs04 .large_slider { z-index: 1; }
#hs01 .large_slider.show + .text_cont:before, #hs02 .large_slider.show + .text_cont:before, #hs03 .large_slider.show + .text_cont:before, #hs04 .large_slider.show + .text_cont:before { opacity: 1; }
#hs01 .text_cont, #hs02 .text_cont, #hs03 .text_cont, #hs04 .text_cont { position: relative; z-index: 0; }
#hs01 .text_cont:before, #hs02 .text_cont:before, #hs03 .text_cont:before, #hs04 .text_cont:before { content: ''; display: block; position: absolute; opacity: 0; transition: all 2s; transition-delay: 0.5s; z-index: -1; }

#hs03 .text_cont:before { background: url("../images/common/bg_circle02.png") no-repeat top left/contain; width: 460px; height: 440px; top: -200px; right: -150px; opacity: 10; }
@media screen and (max-width: 768px) { #hs03 .text_cont:before { width: 300px; height: 287px; top: -100px; right: -50px; } }

#hs01 .text_cont:before { background: url("../images/common/bg_circle02.png") no-repeat top left/contain; width: 460px; height: 440px; top: -100px; right: -150px; opacity: 1; }
@media screen and (max-width: 768px) { #hs01 .text_cont:before { width: 300px; height: 287px; top: -100px; right: -50px; } }
#hs01 .hs_list .line { margin-top: 30px; }

#hs02 .text_cont:before, #hs04 .text_cont:before { background: url("../images/common/bg_circle04.png") no-repeat top left/contain; width: 386px; height: 424px; top: -150px; left: -150px; }
@media screen and (max-width: 768px) { #hs02 .text_cont:before, #hs04 .text_cont:before { width: 250px; height: 275px; top: -90px; left: -50px; } }

/*アコーディオン部分*/
#hs .text { text-align: center; margin-bottom: 50px; }
#hs .text .button { margin-left: auto; margin-right: auto; margin-top: 50px; }
#hs .hs_list { max-width: 1000px; margin-left: auto; margin-right: auto; }
#hs .hs_list a:not(.notel) { color: #766d5e; text-decoration: none; }
#hs .hs_list a:not(.notel):hover { text-decoration: underline; }
#hs h4 { position: relative; height: 70px; line-height: 70px; padding: 0 20px; background-color: #eeeeee; cursor: pointer; font-size: 18px; margin-bottom: 1px; text-align: center; }
@media screen and (max-width: 480px) { #hs h4 { font-size: 16px; height: 50px; line-height: 50px; } }
#hs h4:after { content: ''; display: block; position: absolute; right: 20px; top: 50%; margin-top: -15px; width: 15px; height: 15px; border-right: 1px solid #8e8e8e; border-bottom: 1px solid #8e8e8e; transform: rotate(45deg); transition: all 0.2s; }
@media screen and (max-width: 480px) { #hs h4:after { width: 10px; height: 10px; margin-top: -10px; } }
#hs h4.close:after { transform: rotate(-135deg); margin-top: -6px; }
@media screen and (max-width: 480px) { #hs h4.close:after { margin-top: -3px; } }
#hs .hs_list .aco { display: none; margin: 40px auto; overflow: visible !important; }
#hs .hs_list .aco dt, #hs .hs_list .aco dd { position: relative; /*padding-left: 50px;*/ }
#hs .hs_list .aco dt span, #hs .hs_list .aco dd span { font-size: 20px; display: block; left: 0; top: -5px; line-height: 2.0; }
#hs .hs_list .aco dt { color: #766d5e; /*margin-bottom: 20px;*/ }
#hs .hs_list .aco dt span { color: #000; font-weight: 600; }
#hs .hs_list .aco dd { padding-bottom: 30px; word-break: break-all; /*&:last-of-type{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}*/ }
#hs .hs_list .aco dd span { color: #766d5e; }
#hs .hs_list .aco dd a { color: #766d5e; text-decoration: underline; }
#hs .hs_list .aco dd table { border-collapse: collapse; margin-top: 20px; margin-bottom: 20px; }
#hs .hs_list .aco dd table th, #hs .hs_list .aco dd table td { border: 1px solid #eeeeee; padding: 10px; }
@media screen and (max-width: 480px) { #hs .hs_list .aco dd table { font-size: 12px; } }
#hs .aco .boxes { margin-top: 30px; }

/*==================================== lead動画
====================================*/
#lead .mov_box { width: 70%; max-width: 560px; margin: 30px auto; }

#lead .mov_box .video { position: relative; width: 100%; padding-top: 56.25%; }

#lead .mov_box .video iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }

/*# sourceMappingURL=hotspring.css.map */
