@charset "UTF-8";

#spa p,
#spa h2,
#spa h4,
#spa h5,
#spa h6,
#spa table,
#spa table th,
#spa table td{
	color:var(--white);
}
#spa .swiper-spa {
	overflow: hidden;
	position: relative;
	width: var(--flex-100);
}

#spa .swiper-pagination {
	bottom: 2% !important;
}

#spa .inner {
	max-width: var(--flex-100);
	position: relative;
	margin: auto;
}

#spa #main,#roten,#daiyokujo,#kazoku {
	max-width: var(--flex-90);
	margin:auto;
}

/*+++++++++++
共通
+++++++++++*/
.overlay {
	transition: .3s;
	opacity: 1;
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}

a:hover .overlay {
	transition: .3s;
	opacity: 0;
	background: none;
}
.spa a {
	transition:.3s;
	opacity:1;
}

.spa a:hover {
	transition:.3s;
	opacity:0.7;
}

.spa .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

.spa .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
.spa .button_text:before {
    content: "";
    background: url(../../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
.spa .button_w {
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 50px;
	background: url(../../../img/common/vector_line_right_black.svg) no-repeat;
	position: relative;
	display: block;
	margin: 50px auto 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	width: 400px;
	font-size: 18px;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.spa .pdf{
	background: url(../../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
.spa .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

.spa .pdf:before {
	content:"";
	background:url("../../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.spa .flex {
	display: flex;
	justify-content: center;
}

.spa img {
	/* max-width:100%; */
}
.spa #price table {margin: auto;}
.spa #price table tr{
	
}

.spa #price table th{
	background: #f2efec;
	border-bottom: 1px solid #c2b8ab;
	border-top: 1px solid #c2b8ab;
	padding: 5px;
	box-sizing: border-box;
}
.spa #price table td{
	padding: 15px;
	box-sizing: border-box;
}

.spa table.block,
.spa table.block tbody,
.spa table.block th,
.spa table.block tr,
.spa table.block td{
	width: 100%;
	display: block;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .3s;
	transition-delay:0.5s;
}

.fade2 {
  opacity: 0;
 	transition: .5s;
	transition-delay:0.7s;
}

.fade3 {
  opacity: 0;
 	transition: .7s;
	transition-delay:0.9s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.1s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
.spa .withImg {
	height: 500px;
	overflow: hidden;
}
.spa div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

.spa div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
.spa div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}

article#daiyokujo .contentbox figure h3 {
	position: absolute;
	width: auto;
	bottom: 1%;
	right: 0;
	padding: 0;
	font-size: var(--font-em);
	letter-spacing: 0px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
	color: #fff;
	z-index: 999;
	}

.spa div.h1Wrap.withImg div.inner {
	position: relative;
}
.spa section div.inner {
	max-width: 1400px;
	margin: auto;
	text-align: unset;
	padding: 100px 0 200px;
}
.spa section {
	position:relative;
	overflow: hidden;
}
section#spa:before {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 50%;
	height: 60%;
	position: absolute;
	right: 0;
	background-size: 100%;
	top: -30px;
	opacity: 0.4;
	z-index: 0;
}
section#spa:after {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 50%;
	height: 60%;
	position: absolute;
	left: 0;
	background-size: 100%;
	top: 180px;
	opacity: 0.4;
	transform:  scaleX(-1);
	z-index: 0;
}
/*+++++++++++
main
+++++++++++*/
article#main:before {
	background: none;
}

article h2{
	letter-spacing: 5px;
	line-height: 1.8;
	margin: 0 auto 20px;
	font-size: var(--font-h1);
	font-weight: 400;
	writing-mode: unset;
	text-align: center;
	justify-content: center;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	display: flex;
	font-family: var(
	--mn);
}
article {
	position: relative;
	padding: 0 0 100px;
	overflow: hidden;
	margin: 0;
}

article:before {
	content:"";
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	/* background: #fefaf1; */
}
article#main {
	background: none;
	padding: 0;
	margin: auto;
	position: unset;
    text-align: center;
}
article#main h2 {
    display: inline-block;
}
article .button {
	margin: auto !important;
	text-align:center;
	display:block;
}
article .read {
	font-family: var(--gs);
	font-size: var(
 --font-h6);
	line-height: 2.5;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
}

article#main .spatab {
	margin: 80px auto;
	max-width: var(--flex-100);
}
article#main .spatab ul{
	
display: grid;
	
grid-template-columns: 1fr 1fr;
	
justify-content: space-between;
}

article#main .spatab li{
	width: 100%;
	margin: 0 20px 0 0;
	@: ;
	padding: 0;
}
article#main .spatab li a {
	display: block;
	position: relative;
}
article#main .spatab li a:hover {
	opacity:0.7;
transition: .3s;	
}

article#main .spatab li a p {
	/* border-bottom: 1px solid var(--opa-white02); */
	position: relative;
	font-size: var(--font-h6);
	padding: 10px 0 0;
}
article#main .spatab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
article#main .spatab li:last-child{
	margin: 0;
}

article#main .spatab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0;
}


/*+++++++++++
content
+++++++++++*/
article .contentbox {
	margin: 0 auto 0;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	align-items: center;
}

article .content-textbox {
	margin: 30px auto 0;
	width: 100%;
    text-align: center;
}

article#daiyokujo .content-textbox,
article#kojigoku .content-textbox{
	order: 1;
	padding: 0;
}
article .content-textbox table {
	width: 80%;
	margin: 30px auto 0;
	border-bottom: 1px solid #c2b8ab;
}

article .content-textbox p.read {
	width: auto;
	/* margin: auto; */
	font-size: var(--font-h6);
	letter-spacing: 0;
}

article .button {
	width:360px;
}

article .content-textbox h2 {
	font-size: var(--font-h1);
	margin: auto;
    display: inline-block;
}

article .contentbox figure{
	margin: 0;
	overflow: hidden;
}
article#daiyokujo .contentbox figure,
article#kojigoku .contentbox figure{
	order: 1;
	background: #ccc;
	margin: 0;
}

article#daiyokujo .contentbox .slider .slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
article#daiyokujo .contentbox .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 7 - 3px);
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #ccc;
}
article#daiyokujo .contentbox .slider .slick-dots li.slick-active button {
    background: #ff0000;
	　width: 0;
}
article#daiyokujo .contentbox .slider .slick-dots li button:before {
    content: none;
}
.spa .progress {
  height: 3px;
  background: #000;
  overflow: hidden;
}
/*小地獄温泉*/
article#kojigoku {
	background: url("../../../assets/images/spa/kojigoku_bg.jpg") no-repeat;
	padding: 0 0 50px;
	margin: 0 0 50px;
}
article#kojigoku .contentbox {
	max-width: var(--flex-100);
	margin: auto;
	grid-template-columns: 1fr;
}
article#kojigoku .content-textbox h2,
article#kojigoku .content-textbox p.read {
	color:#fff;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/**/
/*+++++++++++
ご利用料金
+++++++++++*/
article#price {
	background: var(--darkgray);
	padding: 0;
}
article#price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

article#price .inner {
	width: var(--flex-90);
	margin: auto;
	padding: 100px 0;
}
article#price table {
	font-family: var(--mn);
	width: 100%;
	margin: 0 auto 20px;
	}
article#price table th {
	border-right: 1px solid #c2b8ab;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
}
article#price table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid var(--opa-white02);
	padding: 10px;
}
article#price table td:last-child,article#price table th:last-child {
	border-right: none;
	padding: 10px;
}

article#price table td p {
	font-family: var(--mn);
}
/*+++++++++++
泉質と効能
+++++++++++*/
article#efficacy .inner {
	/* border: 1px solid #ccc; */
	/* padding: 80px; */
	box-sizing: border-box;
	max-width: var(--flex-90);
	padding: 0;
	margin: 0 auto 70px;
}
article#efficacy div.flex {
	display:flex;
}
article#efficacy:before {
	background:none;
}

article#efficacy h4,article#price h4{
	font-family: var(--mn);
	letter-spacing: 3px;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
    font-size: var(--font-h4);
    line-height: 1.8;	
}

article#efficacy h4:before,article#price h4:before{
	content: "";
}

article#efficacy h5{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
}

article#efficacy h5:before{
	content: "";
	position: absolute;
	width: 60px;
	background: #111;
	bottom: -1px;
	left: 0;
	height: 1px;
}

article#efficacy h6{
	font-family: var(--mn);
	font-size: var(--font-h4);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	text-align: left;
	border: none;
	padding: 0;
}


article#efficacy ul {
	display: grid !i;
	!;
	margin: 50px auto 0;
	justify-content: center;
	grid-template-columns: 1fr;
	gap: 1px;
	overflow: hidden;
}
article#efficacy ul.last {
	display: grid;
	margin: 1px 0 0;
	grid-template-columns: 1fr;
}

article#efficacy ul li {
	width: 100%;
	padding: 0;
}

article#efficacy ul li a {
	display: block;
	position: relative;
}

article#efficacy ul li:nth-child(n+4) {
	width: 49.6%;
}
article#efficacy ul li:nth-child(n+4) figure {
	height: 300px;
}
article#efficacy ul li:nth-child(5) figure img {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
article#efficacy ul li figure{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

article#efficacy ul li figure img {
	width:100%;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
}

article#efficacy ul li figcaption{
	position: absolute;
	bottom: 0;
	display: flex;
	margin: 5px 20px;
	align-items: center;
	font-family: var(--mn);
	text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
	z-index: 1000;
	color: #fff;
}

article#efficacy ul li figcaption b {
	font-size: 36px;
	font-weight: 100;
	margin: 0 25px 0 0;
}

article#efficacy ul li figcaption p {
	letter-spacing: 1px;
	font-size: var(--font-h4);
	font-family: var(--mn);
}


article#efficacy .kounou {
	border: none;
	box-sizing: border-box;
	margin: 60px auto 0;
	overflow: hidden;
	padding: 0;
}
article#efficacy .kounou ul {
	margin: 100px 0 50px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 50px;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	display: block;
}
article#efficacy .kounou ul:last-child {
	border:none;
	padding:0;
	margin:0;
}

article#efficacy .kounou .flex li {padding: 0;}

article#efficacy .kounou .flex li:last-child {
	margin: 30px 0 0;
}

article#efficacy .kounou p {
	text-align: left;
	line-height: 2;
	font-family: var(--mn);
}

article#efficacy .kounou table {
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px solid #c2b8ab;
	text-align: left;
	font-family: var(--mn);
}

article#efficacy .kounou tr {
	border-bottom: 1px solid var(--opa-white02);
}

article#efficacy .kounou th {
	width: 20%;
	padding: 18px 0;
	font-size: var(--font-h5);
	letter-spacing: 1px;
	background: none;
}

article#efficacy .kounou td {
	padding: 22px;
	font-size: var(--font-h6);
}


article#efficacy dl.gensen {
	background: var(--opa-white02);
	padding: 20px;
	margin: 20px 0 0;
	box-sizing: border-box;
}
article#efficacy dl.gensen dt{
	font-family: var(--mn);
	font-size: 20px;
	text-align: left;
	margin: 0 0 20px;
	color: var(--white);
}

article#efficacy dl.gensen dd p{
	font-size: var(--font-em);
	letter-spacing: 1px;
	line-height: 1.8;
}

/*lightbox*/
.vbox-inline {
	max-width: max-content;
	padding: 0;
	box-sizing: border-box;
	display: block;
	flex-wrap: wrap;
	height: auto;
	width: var(--flex-80);
}
article#efficacy .lightbox {
	
}

.vbox-inline figure{
	width: var(--flex-100);
}

.vbox-inline dl{
	width: auto;
	font-family: var(--mn);
	padding: 15px 15px 30px;
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	@: ;
}

.vbox-inline dt{
	font-size: var(--font-h3);
	letter-spacing: 1px;
	margin: 0 0 15px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.vbox-inline dt b {
	font-size: var(--font-h1);
	font-weight: 100;
	margin: 0 25px 0 0;
	font-style: italic;
	line-height: 1;
	color: #c9a063;
}
.vbox-inline dd p{
	font-size: var(--font-h6);
	text-align: left;
	line-height: 2;
}

.spa .vbox-content {
	padding: 0;
}

.spa.vbox-open {
	overflow: unset;
}

.spa .vbox-prev {
	background: url("../../img/spa/prev.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	left: 18%;
}
.spa .vbox-next {
	background: url("../../img/spa/next.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	right: 18%;
}

.spa .vbox-prev span,
.spa .vbox-next span{
	display:none;
}

.spa .vbox-close {background: url("../../img/spa/close.png") no-repeat;top: 2%;width: 70px;height: 70px;right: 2%;text-indent: -1000px;background-size: 100%;}

/*日帰りプランバナー*/
.oneday_plan {
	margin: 100px auto 0;
	max-width: var(--flex-100);
}

.oneday_plan img {
	width: 100%;
}
.oneday_plan a{
	
}

.oneday_plan a{
	position: relative;
	display: block;
	border: 1px solid #ccc;
	overflow: unset;
	padding: 4px;
}

.oneday_plan a dl {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: absolute;
	bottom: -30%;

	margin: auto;
	left: 0;
	right: 0;
	width: 70%;
	padding: 20px 0 80px;
	/* height: 30%; */
	background: rgba(139, 0, 0, 0.9);
	z-index: 101;
	color: #fff;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 2;
}

.oneday_plan a dl:before {
	content: "詳しくはこちら";
	position: absolute;
	width: 200px;
	padding: 0;
	border: 1px solid #fff;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../img/spa/next.png) no-repeat center right 5%;
	background-size: 5px;
	font-size: 18px;
}
.oneday_plan a dt {
	line-height: 1.8;
}

.oneday_plan a dd {
	font-size: 18px;
	line-height: 1.8;
}
.spa .button {
	width:300px;
}

@media screen and (min-width: 600px) {

#spa .inner {
	max-width: var(--flex-100);
	position: relative;
}


/*+++++++++++
共通
+++++++++++*/

a:hover .overlay {
	transition: .3s;
	opacity: 0;
	background: none;
}

.spa a {
	transition:.3s;
	opacity:1;
}

.spa a:hover {
	transition:.3s;
	opacity:0.7;
}

.spa .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

.spa .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
.spa .button_text:before {
    content: "";
    background: url(../../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
.spa .button_w {
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 50px;
	background: url(../../../img/common/vector_line_right_black.svg) no-repeat;
	position: relative;
	display: block;
	margin: 50px auto 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	width: 400px;
	font-size: 18px;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.spa .pdf{
	background: url(../../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
.spa .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

.spa .pdf:before {
	content:"";
	background:url("../../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.spa .flex {
	display: flex;
	justify-content: center;
}

.spa img {
	/* max-width:100%; */
}
.spa #price table {margin: auto;}


.spa #price table th{
	background: #f2efec;
	border-bottom: 1px solid #c2b8ab;
	border-top: 1px solid #c2b8ab;
	padding: 5px;
	box-sizing: border-box;
}
.spa #price table td{
	padding: 15px;
	box-sizing: border-box;
}

.spa table.block,
.spa table.block tbody,
.spa table.block th,
.spa table.block tr,
.spa table.block td{
	width: 100%;
	display: block;
}

/*+++++++++++
head
+++++++++++*/
.spa .withImg {
	height: 500px;
	overflow: hidden;
}
.spa div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

.spa div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
.spa div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}

article#daiyokujo .contentbox figure h3 {
	}

.spa div.h1Wrap.withImg div.inner {
	position: relative;
}
.spa section div.inner {
	max-width: 1400px;
	margin: auto;
	text-align: unset;
	padding: 100px 0 200px;
}
.spa section {
	position:relative;
	overflow: hidden;
}

/*+++++++++++
main
+++++++++++*/
article#main:before {
	background: none;
}

article h2{writing-mode: vertical-rl;-ms-writing-mode: tb-rl;}
article:before {
	content:"";
}
article#main {
	background: none;
	padding: 0;
	margin: auto;
	position: unset;
}
article .button {
	text-align:center;
	display:block;
}
article .read {
	font-family: var(--gs);
	font-size: var(
 --font-h6);
	line-height: 2.5;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
}

article#main .spatab {
	margin: 80px auto;
	max-width: var(--flex-90);
}


article#main .spatab li{
	margin: 0 20px 0 0;
	padding: 0;
}
article#main .spatab li a {
}
article#main .spatab li a:hover {
	opacity:0.7;
transition: .3s;	
}


article#main .spatab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
article#main .spatab li:last-child{
	margin: 0;
}

article#main .spatab li figure{
	width: 100%;
	margin: 0;
}

article#efficacy ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}	
article#efficacy ul.last {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}		

/*+++++++++++
content
+++++++++++*/

article .content-textbox table {
	width: 80%;
	margin: 30px auto 0;
	border-bottom: 1px solid #c2b8ab;
}

article .content-textbox p.read {
	width: auto;
	font-size: var(--font-h6);
	letter-spacing: 1px;
}

article .content-textbox h2 {margin: 0 auto 20px;}

article .contentbox figure{
	margin: 0;
	overflow: hidden;
}

article#daiyokujo .contentbox .slider .slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
article#daiyokujo .contentbox .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 7 - 3px);
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #ccc;
}
article#daiyokujo .contentbox .slider .slick-dots li.slick-active button {
    background: #ff0000;
	　width: 0;
}
article#daiyokujo .contentbox .slider .slick-dots li button:before {
    content: none;
}
.spa .progress {
  height: 3px;
  background: #000;
  overflow: hidden;
}
/*小地獄温泉*/


.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/**/
/*+++++++++++
ご利用料金
+++++++++++*/
article#price {
	background: var(--darkgray);
	padding: 0;
}
article#price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

article#price .inner {
}
article#price table {
	font-family: var(--mn);
	width: 100%;
	margin: 0 auto 20px;
	}
article#price table th {
	border-right: 1px solid #c2b8ab;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
}
article#price table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid var(--opa-white02);
	padding: 10px;
}
article#price table td:last-child,article#price table th:last-child {
	border-right: none;
	padding: 10px;
}

article#price table td p {
	font-family: var(--mn);
}
/*+++++++++++
泉質と効能
+++++++++++*/

article#efficacy h5{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
}

article#efficacy h5:before{
	content: "";
	position: absolute;
	width: 60px;
	background: #111;
	bottom: -1px;
	left: 0;
	height: 1px;
}

article#efficacy h6{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
}

article#efficacy ul li:nth-child(n+4) {
	width: 49.6%;
}
article#efficacy ul li:nth-child(n+4) figure {
	height: 300px;
}
article#efficacy ul li:nth-child(5) figure img {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

article#efficacy ul li figure img {
	width:100%;
}

article#efficacy ul li figcaption b {
	font-size: 36px;
	font-weight: 100;
	margin: 0 25px 0 0;
}

article#efficacy ul li figcaption p {
	letter-spacing: 1px;
	font-size: var(--font-h5);
	font-family: var(--mn);
	line-height: 1.5;
}

article#efficacy .kounou ul:last-child {
	border:none;
	padding:0;
	margin:0;
}


article#efficacy .kounou p {
	text-align: left;
	line-height: 2;
	font-family: var(--mn);
}

article#efficacy .kounou table {
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px solid #c2b8ab;
	text-align: left;
	font-family: var(--mn);
}

article#efficacy .kounou tr {
	border-bottom: 1px solid var(--opa-white02);
}

article#efficacy .kounou th {
	width: 20%;
	padding: 18px 0;
	font-size: var(--font-h5);
	letter-spacing: 1px;
	background: none;
}

article#efficacy .kounou td {
	padding: 22px;
	font-size: var(--font-h6);
}

article#efficacy dl.gensen dt{
	font-family: var(--mn);
	font-size: 20px;
	text-align: left;
	margin: 0 0 5px 5px;
	color: var(--white);
}


/*lightbox*/
.vbox-inline {max-width: 480px;}

.vbox-inline figure{text-align: center;padding: 30px;}

.vbox-inline dl{
}

.vbox-inline dt{
	font-size: var(--font-h3);
	letter-spacing: 1px;
	margin: 0 0 15px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.vbox-inline dt b {
	font-size: var(--font-h2);
	font-weight: 100;
	margin: 0 13px 0 0;
	font-style: italic;
	line-height: 1;
	color: #c9a063;
}
.vbox-inline dd p{
	font-size: var(--font-h6);
	text-align: left;
	line-height: 2;
}

.spa .vbox-content {
	padding: 0;
}

.spa.vbox-open {
	overflow: unset;
}

.spa .vbox-prev {
	background: url("../../img/spa/prev.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	left: 18%;
}
.spa .vbox-next {
	background: url("../../img/spa/next.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	right: 18%;
}

.spa .vbox-prev span,
.spa .vbox-next span{
	display:none;
}

.spa .vbox-close {background: url("../../img/spa/close.png") no-repeat;top: 2%;width: 70px;height: 70px;right: 2%;text-indent: -1000px;background-size: 100%;}

/*日帰りプランバナー*/
.oneday_plan {
	margin: 150px auto 0;
	max-width: 850px;
}

.oneday_plan img {
	width: 100%;
}
.oneday_plan a{
	
}

.oneday_plan a{
	position: relative;
	display: block;
	border: 1px solid #ccc;
	overflow: unset;
	padding: 4px;
}

.oneday_plan a dl {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: absolute;
	bottom: -30%;
	margin: auto;
	left: 0;
	right: 0;
	width: 70%;
	padding: 20px 0 80px;
	/* height: 30%; */
	background: rgba(139, 0, 0, 0.9);
	z-index: 101;
	color: #fff;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 2;
}

.oneday_plan a dl:before {
	content: "詳しくはこちら";
	position: absolute;
	width: 200px;
	padding: 0;
	border: 1px solid #fff;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../img/spa/next.png) no-repeat center right 5%;
	background-size: 5px;
	font-size: 18px;
}
.oneday_plan a dt {
	line-height: 1.8;
}

.oneday_plan a dd {
	font-size: 18px;
	line-height: 1.8;
}
}

@media screen and (min-width: 1024px) {
#spa p,
#spa h2,
#spa h4,
#spa h5,
#spa h6,
#spa table,
#spa table th,
#spa table td{
	color:var(--white);
}

#spa .inner {
	max-width: var(--flex-95);
	position: relative;
}

#spa #main,#roten,#daiyokujo,#kazoku {
	max-width: 1400px;
	margin:auto;
}
#daiyokujo .contentbox {
	display: flex;
	flex-direction: column;
}

/*+++++++++++
共通
+++++++++++*/
.overlay {
	transition: .3s;
	opacity: 1;
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}

a:hover .overlay {
	transition: .3s;
	opacity: 0;
	background: none;
}

.spa a {
	transition:.3s;
	opacity:1;
}

.spa a:hover {
	transition:.3s;
	opacity:0.7;
}

.spa .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

.spa .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
.spa .button_text:before {
    content: "";
    background: url(../../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
.spa .button_w {
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 50px;
	background: url(../../../img/common/vector_line_right_black.svg) no-repeat;
	position: relative;
	display: block;
	margin: 50px auto 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	width: 400px;
	font-size: 18px;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.spa .pdf{
	background: url(../../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
.spa .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

.spa .pdf:before {
	content:"";
	background:url("../../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.spa .flex {
	display: flex;
	justify-content: center;
}

.spa img {
	/* max-width:100%; */
}
.spa #price table {margin: auto;}
.spa #price table tr{
	
}

.spa #price table th{
	background: #f2efec;
	border-bottom: 1px solid #c2b8ab;
	border-top: 1px solid #c2b8ab;
	padding: 5px;
	box-sizing: border-box;
}
.spa #price table td{
	padding: 15px;
	box-sizing: border-box;
}

.spa table.block,
.spa table.block tbody,
.spa table.block th,
.spa table.block tr,
.spa table.block td{
	width: 100%;
	display: block;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .3s;
	transition-delay:0.5s;
}

.fade2 {
  opacity: 0;
 	transition: .5s;
	transition-delay:0.7s;
}

.fade3 {
  opacity: 0;
 	transition: .7s;
	transition-delay:0.9s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.1s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
.spa .withImg {
	height: 500px;
	overflow: hidden;
}
.spa div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

.spa div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
.spa div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}

article#daiyokujo .contentbox figure h3 {
	position: absolute;
	width: auto;
	bottom: 1%;
	right: 0;
	padding: 0 10px 0 0;
	font-size: var(--font-h4);
	letter-spacing: 3px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
	color: #fff;
	z-index: 999;
	}

.spa div.h1Wrap.withImg div.inner {
	position: relative;
}
.spa section div.inner {
	max-width: 1400px;

	margin: auto;
	text-align: unset;
	padding: 100px 0 200px;
}
.spa section {
	position:relative;
	overflow: hidden;
}
section#spa:before {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 496px;
	height: 450px;
	position: absolute;
	right: 0;
	background-size: 100%;
	top: -30px;
	opacity: 0.4;
	z-index: 0;
}
section#spa:after {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 496px;
	height: 450px;
	position: absolute;
	left: 0;
	background-size: 100%;
	top: 180px;
	opacity: 0.4;
	transform:  scaleX(-1);
	z-index: 0;
}
/*+++++++++++
main
+++++++++++*/
article#main:before {
	background: none;
}

article h2{
	letter-spacing: 5px;
	line-height: 1.8;
	text-align: left;
	margin: 0 auto 20px;
	font-size: 36px;
	font-weight: 400;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	display: flex;
	font-family: var(--mn);
}
article {
	position: relative;
	padding: 0 0 100px;
	overflow: hidden;
	margin: 0;
}

article:before {
	content:"";
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	/* background: #fefaf1; */
}

article .button {
	margin: auto !important;
	text-align:center;
	display:block;
}
article .read {
	font-family: var(--gs);
	font-size: var(
 --font-h6);
	line-height: 2.5;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
}

article#main .spatab {
	margin: 80px auto;
	max-width: var(--flex-100);
}
article#main .spatab ul{
	
grid-template-columns: repeat(4,1fr);
}

article#main .spatab li{
	width: 100%;
	margin: 0 20px 0 0;
	@: ;
	padding: 0;
}
article#main .spatab li a {
	display: block;
	position: relative;
}
article#main .spatab li a:hover {
	opacity:0.7;
transition: .3s;	
}

article#main .spatab li a p {
	/* border-bottom: 1px solid var(--opa-white02); */
	position: relative;
	font-size: var(--font-h6);
	padding: 10px 0 0;
}
article#main .spatab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
article#main .spatab li:last-child{
	margin: 0;
}

article#main .spatab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0;
}


/*+++++++++++
content
+++++++++++*/
article .contentbox {
	margin: 0 auto 0;
	overflow: hidden;
	display: grid;
	grid-template-columns: 62% 35%;
	justify-content: space-between;
	align-items: center;
}
#daiyokujo .contentbox {
	display: grid;
	flex-direction: row;
	grid-template-columns: 35% 62%;
}

article .content-textbox {
	margin: 0;
}

article#daiyokujo .content-textbox,
article#kojigoku .content-textbox{
	margin: 0;
	order: 1;
	padding: 0;
}
article .content-textbox table {
	width: 80%;
	margin: 30px auto 0;
	border-bottom: 1px solid #c2b8ab;
}

article .content-textbox p.read {
	width: auto;
	/* margin: auto; */
	font-size: var(--font-h6);
	letter-spacing: 1px;
}

article .content-textbox h2 {
	font-size: var(--font-h1);
	margin: 0 auto 30px;
}

article .contentbox figure{
	margin: 0;
	overflow: hidden;
}
article#daiyokujo .contentbox figure,
article#kojigoku .contentbox figure{
	order: 2;
}

article#daiyokujo .contentbox .slider .slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
article#daiyokujo .contentbox .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 7 - 3px);
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #ccc;
}
article#daiyokujo .contentbox .slider .slick-dots li.slick-active button {
    background: #ff0000;
	　width: 0;
}
article#daiyokujo .contentbox .slider .slick-dots li button:before {
    content: none;
}
.spa .progress {
  height: 3px;
  background: #000;
  overflow: hidden;
}
/*小地獄温泉*/
article#kojigoku {
	background: url("../../../assets/images/spa/kojigoku_bg.jpg") no-repeat;
	padding: 80px 0;
	margin: 0 0 100px;
}
article#kojigoku .contentbox {
	max-width: 1400px;
	margin: auto;
	grid-template-columns: 35% 62%;
}
article#kojigoku .content-textbox h2,
article#kojigoku .content-textbox p.read {
	color:#fff;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/**/
/*+++++++++++
ご利用料金
+++++++++++*/
article#price {
	background: var(--darkgray);
	padding: 0;
}
article#price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

article#price .inner {
	width: 1100px;
	margin: auto;
	padding: 100px 0;
}
article#price table {
	font-family: var(--mn);
	width: 100%;
	margin: 0 auto 20px;
	}
article#price table th {
	border-right: 1px solid #c2b8ab;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
}
article#price table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid var(--opa-white02);
	padding: 10px;
}
article#price table td:last-child,article#price table th:last-child {
	border-right: none;
	padding: 10px;
}

article#price table td p {
	font-family: var(--mn);
}
/*+++++++++++
泉質と効能
+++++++++++*/
article#efficacy .inner {
	/* border: 1px solid #ccc; */
	/* padding: 80px; */
	box-sizing: border-box;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 150px;
}

article#efficacy:before {
	background:none;
}

article#efficacy h4,article#price h4{
	font-size: 28px;
	letter-spacing: 5px;
	/* border-bottom: 1px solid #ccc; */
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
	line-height: 1.8;
}

article#efficacy h4:before,article#price h4:before{
	content: "";
}

article#efficacy h5{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
}

article#efficacy h5:before{
	content: "";
	position: absolute;
	width: 60px;
	background: #111;
	bottom: -1px;
	left: 0;
	height: 1px;
}

article#efficacy h6{
	font-family: var(--mn);
	font-size: var(
	--font-h3);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
}
article#efficacy h4:before{
}

article#efficacy ul {
	display: grid;
	margin: 50px auto 0;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	overflow: hidden;
}
article#efficacy ul.last {
	display: grid;
	margin: 1px 0 0;
	grid-template-columns: 1fr 1fr;
}

article#efficacy ul li {
	width: 100%;
	padding: 0;
}

article#efficacy ul li a {
	display: block;
	position: relative;
}

article#efficacy ul li:nth-child(n+4) {
	width: 49.6%;
}
article#efficacy ul li:nth-child(n+4) figure {
	height: 300px;
}
article#efficacy ul li:nth-child(5) figure img {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
article#efficacy ul li figure{
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}

article#efficacy ul li figure img {
	width:100%;
}

article#efficacy ul li figcaption{
	position: absolute;
	bottom: 0;
	display: flex;
	margin: 5px 20px;
	align-items: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
	z-index: 1000;
	color: #fff;
}

article#efficacy ul li figcaption b {
	font-size: 36px;
	font-weight: 100;
	margin: 0 25px 0 0;
}

article#efficacy ul li figcaption p {
	letter-spacing: 1px;
	font-size: var(--font-h4);
	font-family: var(--mn);
}


article#efficacy .kounou {
	border: 1px solid var(--opa-white02);
	box-sizing: border-box;
	margin: 60px auto 0;
	overflow: hidden;
	padding: 60px 40px;
}
article#efficacy .kounou ul {
	margin: 100px 0 50px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 50px;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	display: grid;
}
article#efficacy .kounou ul:last-child {
	border:none;
	padding:0;
	margin:0;
}

article#efficacy .kounou .flex li {padding: 0;}

article#efficacy .kounou .flex li:last-child {
	margin:0;
}

article#efficacy .kounou p {
	text-align: left;
	line-height: 2;
	font-family: var(--mn);
}

article#efficacy .kounou table {
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px solid #c2b8ab;
	text-align: left;
	font-family: var(--mn);
}

article#efficacy .kounou tr {
	border-bottom: 1px solid var(--opa-white02);
}

article#efficacy .kounou th {
	width: 20%;
	padding: 18px 0;
	font-size: var(--font-h5);
	letter-spacing: 1px;
	background: none;
}

article#efficacy .kounou td {
	padding: 22px;
	font-size: var(--font-h6);
}


article#efficacy dl.gensen {
	background: var(--opa-white02);
	padding: 30px;
	margin: 20px 0 0;
	box-sizing: border-box;
}
article#efficacy dl.gensen dt{
	font-family: var(--mn);
	font-size: 20px;
	text-align: left;
	margin: 0 0 5px 5px;
	color: var(--white);
}

article#efficacy dl.gensen dd p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
}

/*lightbox*/
.vbox-inline {
	max-width: 1000px;
	padding: 30px !important;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 20px;
	justify-content: space-between;
	overflow-x: hidden;
}
article#efficacy .lightbox {
	
}

.vbox-inline figure{
	padding: 0;
}

.vbox-inline dl{
}

.vbox-inline dt{
	font-size: var(--font-h3);
	letter-spacing: 1px;
	margin: 0 0 15px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.vbox-inline dt b {
	font-size: var(--font-h1);
	font-weight: 100;
	margin: 0 25px 0 0;
	font-style: italic;
	line-height: 1;
	color: #c9a063;
}
.vbox-inline dd p{
	font-size: var(--font-h6);
	text-align: left;
	line-height: 2;
}

.spa .vbox-content {
	padding: 0;
}

.spa.vbox-open {
	overflow: unset;
}

.spa .vbox-prev {
	background: url("../../img/spa/prev.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	left: 18%;
}
.spa .vbox-next {
	background: url("../../img/spa/next.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	right: 18%;
}

.spa .vbox-prev span,
.spa .vbox-next span{
	display:none;
}

.spa .vbox-close {background: url("../../img/spa/close.png") no-repeat;top: 2%;width: 70px;height: 70px;right: 2%;text-indent: -1000px;background-size: 100%;}

/*日帰りプランバナー*/
.oneday_plan {
	margin: 150px auto 0;
	max-width: 850px;
}

.oneday_plan img {
	width: 100%;
}
.oneday_plan a{
	
}

.oneday_plan a{
	position: relative;
	display: block;
	border: 1px solid #ccc;
	overflow: unset;
	padding: 4px;
}

.oneday_plan a dl {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: absolute;
	bottom: -30%;
	margin: auto;
	left: 0;
	right: 0;
	width: 70%;
	padding: 20px 0 80px;
	/* height: 30%; */
	background: rgba(139, 0, 0, 0.9);
	z-index: 101;
	color: #fff;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 2;
}

.oneday_plan a dl:before {
	content: "詳しくはこちら";
	position: absolute;
	width: 200px;
	padding: 0;
	border: 1px solid #fff;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../img/spa/next.png) no-repeat center right 5%;
	background-size: 5px;
	font-size: 18px;
}
.oneday_plan a dt {
	line-height: 1.8;
}

.oneday_plan a dd {
	font-size: 18px;
	line-height: 1.8;
}
}

@media screen and (min-width: 1200px) {
#spa p,
#spa h2,
#spa h4,
#spa h5,
#spa h6,
#spa table,
#spa table th,
#spa table td{
	color:var(--white);
}

#spa .inner {
	margin: auto;
}

#spa #main,#roten,#daiyokujo,#kazoku {
	max-width: 1400px;
	margin:auto;
}

/*+++++++++++
共通
+++++++++++*/
.overlay {
	transition: .3s;
	opacity: 1;
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}

a:hover .overlay {
	transition: .3s;
	opacity: 0;
	background: none;
}

.spa a {
	transition:.3s;
	opacity:1;
}

.spa a:hover {
	transition:.3s;
	opacity:0.7;
}

.spa .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

.spa .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
.spa .button_text:before {
    content: "";
    background: url(../../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
.spa .button_w {
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 50px;
	background: url(../../../img/common/vector_line_right_black.svg) no-repeat;
	position: relative;
	display: block;
	margin: 50px auto 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	width: 400px;
	font-size: 18px;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.spa .pdf{
	background: url(../../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
.spa .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

.spa .pdf:before {
	content:"";
	background:url("../../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.spa .flex {
	display: flex;
	justify-content: center;
}

.spa img {
	/* max-width:100%; */
}
.spa #price table {margin: auto;}
.spa #price table tr{
	
}

.spa #price table th{
	background: #f2efec;
	border-bottom: 1px solid #c2b8ab;
	border-top: 1px solid #c2b8ab;
	padding: 5px;
	box-sizing: border-box;
}
.spa #price table td{
	padding: 15px;
	box-sizing: border-box;
}

.spa table.block,
.spa table.block tbody,
.spa table.block th,
.spa table.block tr,
.spa table.block td{
	width: 100%;
	display: block;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .3s;
	transition-delay:0.5s;
}

.fade2 {
  opacity: 0;
 	transition: .5s;
	transition-delay:0.7s;
}

.fade3 {
  opacity: 0;
 	transition: .7s;
	transition-delay:0.9s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.1s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
.spa .withImg {
	height: 500px;
	overflow: hidden;
}
.spa div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

.spa div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
.spa div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}

article#daiyokujo .contentbox figure h3 {
	position: absolute;
	width: auto;
	bottom: 1%;
	right: 0;
	padding: 0 10px 0 0;
	font-size: var(--font-h4);
	letter-spacing: 3px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
	color: #fff;
	z-index: 999;
	}

.spa div.h1Wrap.withImg div.inner {
	position: relative;
}
.spa section div.inner {
	max-width: 1400px;
	margin: auto;
	text-align: unset;
	padding: 100px 0 200px;
}
.spa section {
	position:relative;
	overflow: hidden;
}
section#spa:before {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 496px;
	height: 450px;
	position: absolute;
	right: 0;
	background-size: 100%;
	top: -30px;
	opacity: 0.4;
	z-index: 0;
}
section#spa:after {
	content:"";
	background:url("../../../assets/images/spa/bg.svg") no-repeat;
	width: 496px;
	height: 450px;
	position: absolute;
	left: 0;
	background-size: 100%;
	top: 180px;
	opacity: 0.4;
	transform:  scaleX(-1);
	z-index: 0;
}
/*+++++++++++
main
+++++++++++*/
article#main:before {
	background: none;
}

article h2{
	letter-spacing: 5px;
	line-height: 1.8;
	text-align: left;
	margin: 0 auto 20px;
	font-size: 36px;
	font-weight: 400;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	display: flex;
	font-family: var(--mn);
}
article {
	position: relative;
	padding: 0 0 100px;
	overflow: hidden;
	margin: 0;
}

article:before {
	content:"";
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	/* background: #fefaf1; */
}

article .button {
	margin: auto !important;
	text-align:center;
	display:block;
}
article .read {
	font-family: var(--gs);
	font-size: var(
 --font-h6);
	line-height: 2.5;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
}

article#main .spatab {
	margin: 80px auto;
	max-width: var(--flex-90);
}
article#main .spatab ul{
	
}

article#main .spatab li{
	width: 100%;
	margin: 0 20px 0 0;
	@: ;
	padding: 0;
}
article#main .spatab li a {
	display: block;
	position: relative;
}
article#main .spatab li a:hover {
	opacity:0.7;
transition: .3s;	
}

article#main .spatab li a p {
	/* border-bottom: 1px solid var(--opa-white02); */
	position: relative;
	font-size: var(--font-h6);
	padding: 10px 0 0;
}
article#main .spatab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
article#main .spatab li:last-child{
	margin: 0;
}

article#main .spatab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0;
}


/*+++++++++++
content
+++++++++++*/
article .contentbox {
	margin: 0 auto 0;
	overflow: hidden;
	display: grid;
	grid-template-columns: 62% 35%;
	justify-content: space-between;
	align-items: center;
}
#daiyokujo .contentbox {
	display: grid;
	flex-direction: row;
	grid-template-columns: 35% 62%;
}

article#daiyokujo .content-textbox,
article#kojigoku .content-textbox{
	margin: 0;
	order: 1;
	padding: 0;
}
article .content-textbox table {
	width: 80%;
	margin: 30px auto 0;
	border-bottom: 1px solid #c2b8ab;
}

article .content-textbox p.read {
	width: auto;
	/* margin: auto; */
	font-size: var(--font-h6);
	letter-spacing: 1px;
}

article .content-textbox h2 {
	font-size: var(--font-h1);
	margin: 0 auto 30px;
}

article .contentbox figure{
	margin: 0;
	overflow: hidden;
}

article#daiyokujo .contentbox .slider .slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
article#daiyokujo .contentbox .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 7 - 3px);
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #ccc;
}
article#daiyokujo .contentbox .slider .slick-dots li.slick-active button {
    background: #ff0000;
	　width: 0;
}
article#daiyokujo .contentbox .slider .slick-dots li button:before {
    content: none;
}
.spa .progress {
  height: 3px;
  background: #000;
  overflow: hidden;
}
/*小地獄温泉*/
article#kojigoku {
	background: url("../../../assets/images/spa/kojigoku_bg.jpg") no-repeat;
	padding: 80px 0;
	margin: 0 0 100px;
}
article#kojigoku .contentbox {
	max-width: 1400px;
	margin: auto;
	grid-template-columns: 35% 62%;
}
article#kojigoku .content-textbox h2,
article#kojigoku .content-textbox p.read {
	color:#fff;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/**/
/*+++++++++++
ご利用料金
+++++++++++*/
article#price {
	background: var(--darkgray);
	padding: 0;
}
article#price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

article#price .inner {
	width: 1100px;
	margin: auto;
	padding: 100px 0;
}
article#price table {
	font-family: var(--mn);
	width: 100%;
	margin: 0 auto 20px;
	}
article#price table th {
	border-right: 1px solid #c2b8ab;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
}
article#price table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid var(--opa-white02);
	padding: 10px;
}
article#price table td:last-child,article#price table th:last-child {
	border-right: none;
	padding: 10px;
}

article#price table td p {
	font-family: var(--mn);
}
/*+++++++++++
泉質と効能
+++++++++++*/
article#efficacy .inner {
	/* border: 1px solid #ccc; */
	/* padding: 80px; */
	box-sizing: border-box;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 150px;
}

article#efficacy:before {
	background:none;
}

article#efficacy h4:before,article#price h4:before{
	content: "";
}

article#efficacy h5{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
}

article#efficacy h5:before{
	content: "";
	position: absolute;
	width: 60px;
	background: #111;
	bottom: -1px;
	left: 0;
	height: 1px;
}

article#efficacy h6{
	font-family: var(--mn);
	font-size: var(
	--font-h3);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
}
article#efficacy h4:before{
}

article#efficacy ul {
	display: grid;
	margin: 50px auto 0;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	overflow: hidden;
}
article#efficacy ul.last {
	display: grid;
	margin: 1px 0 0;
	grid-template-columns: 1fr 1fr;
}

article#efficacy ul li {
	width: 100%;
	padding: 0;
}

article#efficacy ul li a {
	display: block;
	position: relative;
}

article#efficacy ul li:nth-child(n+4) {
	width: 49.6%;
}
article#efficacy ul li:nth-child(n+4) figure {
	height: 300px;
}
article#efficacy ul li:nth-child(5) figure img {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
article#efficacy ul li figure{
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}

article#efficacy ul li figure img {
	width:100%;
}

article#efficacy ul li figcaption{
	position: absolute;
	bottom: 0;
	display: flex;
	margin: 5px 20px;
	align-items: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
	z-index: 1000;
	color: #fff;
}

article#efficacy ul li figcaption b {
	font-size: 36px;
	font-weight: 100;
	margin: 0 25px 0 0;
}

article#efficacy ul li figcaption p {
	letter-spacing: 1px;
	font-size: var(--font-h4);
	font-family: var(--mn);
}


article#efficacy .kounou {
	border: 1px solid var(--opa-white02);
	box-sizing: border-box;
	margin: 60px auto 0;
	overflow: hidden;
	padding: 60px 40px;
}

article#efficacy .kounou ul:last-child {
	border:none;
	padding:0;
	margin:0;
}

article#efficacy .kounou .flex li {padding: 0;}

article#efficacy .kounou .flex li:last-child {
	margin:0;
}

article#efficacy .kounou p {
	text-align: left;
	line-height: 2;
	font-family: var(--mn);
}

article#efficacy .kounou table {
	width: 100%;
	margin: 0 auto 30px;
	border-top: 1px solid #c2b8ab;
	text-align: left;
	font-family: var(--mn);
}

article#efficacy .kounou tr {
	border-bottom: 1px solid var(--opa-white02);
}

article#efficacy .kounou th {
	width: 20%;
	padding: 18px 0;
	font-size: var(--font-h5);
	letter-spacing: 1px;
	background: none;
}

article#efficacy .kounou td {
	padding: 22px;
	font-size: var(--font-h6);
}


article#efficacy dl.gensen {
	background: var(--opa-white02);
	padding: 30px;
	margin: 20px 0 0;
	box-sizing: border-box;
}
article#efficacy dl.gensen dt{
	font-family: var(--mn);
	font-size: 20px;
	text-align: left;
	margin: 0 0 5px 5px;
	color: var(--white);
}

article#efficacy dl.gensen dd p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
}

/*lightbox*/
.vbox-inline {
	max-width: 1000px;
	padding: 30px !important;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 40% 60%;
	height: auto;
}
article#efficacy .lightbox {
	
}

.vbox-inline figure{
}

.vbox-inline dl{
	font-family: var(--mn);
}

.vbox-inline dt{
	font-size: var(--font-h3);
	letter-spacing: 1px;
	margin: 0 0 15px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.vbox-inline dt b {
	font-size: var(--font-h1);
	font-weight: 100;
	margin: 0 25px 0 0;
	font-style: italic;
	line-height: 1;
	color: #c9a063;
}
.vbox-inline dd p{
	font-size: var(--font-h6);
	text-align: left;
	line-height: 2;
}

.spa .vbox-content {
	padding: 0;
}

.spa.vbox-open {
	overflow: unset;
}

.spa .vbox-prev {
	background: url("../../img/spa/prev.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	left: 18%;
}
.spa .vbox-next {
	background: url("../../img/spa/next.png") no-repeat;
	position: absolute;
	top: 45%;
	width: 50px;
	height: 100px;
	right: 18%;
}

.spa .vbox-prev span,
.spa .vbox-next span{
	display:none;
}

.spa .vbox-close {background: url("../../img/spa/close.png") no-repeat;top: 2%;width: 70px;height: 70px;right: 2%;text-indent: -1000px;background-size: 100%;}

/*日帰りプランバナー*/
.oneday_plan {
	margin: 150px auto 0;
	max-width: 850px;
}

.oneday_plan img {
	width: 100%;
}
.oneday_plan a{
	
}

.oneday_plan a{
	position: relative;
	display: block;
	border: 1px solid #ccc;
	overflow: unset;
	padding: 4px;
}

.oneday_plan a dl {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: absolute;
	bottom: -30%;
	margin: auto;
	left: 0;
	right: 0;
	width: 70%;
	padding: 20px 0 80px;
	/* height: 30%; */
	background: rgba(139, 0, 0, 0.9);
	z-index: 101;
	color: #fff;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 2;
}

.oneday_plan a dl:before {
	content: "詳しくはこちら";
	position: absolute;
	width: 200px;
	padding: 0;
	border: 1px solid #fff;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../img/spa/next.png) no-repeat center right 5%;
	background-size: 5px;
	font-size: 18px;
}
.oneday_plan a dt {
	line-height: 1.8;
}

.oneday_plan a dd {
	font-size: 18px;
	line-height: 1.8;
}
}