@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}
article {
	width: 100%;
}
section {
	position: relative;
}
.active {
	opacity: 1;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.7;
}
.textLeft {
	text-align: left;
	line-height: 1.4;
}
.textCenter {
	text-align: center;
	line-height: 1.4;
}
.textRight {
	text-align: right;
	line-height: 1.4;
}
.red {
	color: #ff0000;
}
dt {
	font-weight: normal;
}
strong {
	font-weight: bold;
}
/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#container {
		position: relative;
		z-index: 1;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
	}
  .main_kv_wrap{
    position: relative;
  }

.main_kv{
  position: relative;
  margin: 0 auto 20px auto;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.main_kv img{
  width: 100%;
}
  
.main_title{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  }
  
.main_title p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center
  }
.main_title p img{
  width: 90%;
  
  }

.steamBox {
  position: absolute;
  width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  margin: 0 auto;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 200px;
  height: 400px
}
.steam02 img {
  width: 150px;
  height: 300px
    
}  	/*navigation*/
	#topNavi {
		width: 100% !important;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
		background-color: #2E3192;
    position: sticky;
    top: 0;
    z-index: 100;
	}
	#topNavi ul.topNavi_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		font-weight: 900;
	}
	#topNavi ul.topNavi_list li {
		line-height: 52px;
    box-sizing: border-box;
	}
	#topNavi ul.topNavi_list li:first-child {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
    width: 33.333%;
	}
	#topNavi ul.topNavi_list li:nth-child(2) {
		border-bottom: 1px solid #FFF;
    width: 33.333%;
	}
	#topNavi ul.topNavi_list li:nth-child(3) {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
    width: 33.333%;
	}
	#topNavi ul.topNavi_list li:nth-child(4) {
		border-left: 1px solid #FFF;
    width: 50%;
	}
	#topNavi ul.topNavi_list li:nth-child(5) {
		border-left: 1px solid #FFF;
 		border-right: 1px solid #FFF;
    width: 50%;
	}

	#topNavi ul.topNavi_list li a {
		color: #FFF;
		display: block;
	}
	#topNavi ul.topNavi_list li a div {
		display: block;
		border: 2px solid #FFF;
		width: 84%;
		margin: 10px auto;
		border-radius: 6px;
    height: 40px;
    position: relative;
	}
	#topNavi ul.topNavi_list li a div p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
	}
	#topNavi ul.topNavi_list li:nth-child(1) a div {
		border: 2px solid #2E3192;
	}
	#topNavi ul.topNavi_list li:nth-child(2) a div {
		color: #000;
		background: #FFFFA0;
	}
	#topNavi ul.topNavi_list li:nth-child(3) a div {
		color: #000;
		background: #B4FFB4;
	}
	#topNavi ul.topNavi_list li:nth-child(4) a div {
		color: #000;
		background: #FFB4FF;
    width: 56%;
	}
	#topNavi ul.topNavi_list li:nth-child(5) a div {
		color: #FFF;
		background: #F15A24;
		border: 2px solid #FFF;
    overflow: hidden;
    width: 70%;
	}
	#topNavi ul.topNavi_list li span.area{
    font-size: 20px;
	}

  
	.sec_point {
		width: 90%;
		border: 3px solid #3FA9F5;
		padding: 10px;
		margin: 20px auto;
	}
	.sec_point h2 {
		text-align: center;
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		font-optical-sizing: auto;
		font-weight: 800;
		font-style: normal;
		margin: 0 0 10px 0;
	}
	.sec_point ul {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		line-height: 25px;
		text-align: center;
		margin: 0 auto;
	}
	.sec_point ul li {
		text-align: left;
		margin: 0 0 15px 0;
		padding: 0 0 0 50px;
		background: url("../images/incon_point.png") top left no-repeat;
		background-size: 40px;
	}
	.sec_point ul li:last-child {
		margin: 0;
	}
	.sec_point_sub {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		margin: 20px 0 0 0;
		line-height: 1.8em;
		font-weight: 700;
		text-align: center;
	}
	.sec_point_sub > div {
		margin: 0 10px;
	}
	.sec_point_sub > div img {
		margin: 10px auto 0 auto;
		width: 40%;
	}
	.sec_point_sub a {
		color: #0071BC;
	}
	.sauna_info {
		font-family: "Noto Serif JP", serif;
		margin: 0 0 20px 0;
		font-size: 16px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
	}
	.sauna_info_img img {
		width: 30%;
		margin: 0 0 10px 0;
	}
	.sec_sakatsu {
		width: 100%;
		background: url("../images/sakatsu_back.jpg") top center no-repeat;
		background-size: 130%;
		padding: 15px 10px;
		margin: 0 0 30px 0;
	}
	.sec_sakatsu .inner {
		width: 100%;
		max-width: 890px;
		margin: 0 auto;
	}
	.sec_sakatsu .inner .sakatsu_ttl {
		width: 60%;
		margin: 0 auto 15px auto;
	}
	.sec_sakatsu img {
		width: 100%;
	}
	.tab_area {
		width: 90%;
		margin: 0 auto 10px auto;
	}
	ul#tabtitle {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
	}
	ul#tabtitle.tab_hokuriku {
		background: url("../images/tab_hokuriku_sp.png") no-repeat top center;
		background-size: 100% 100%;
	}
	ul#tabtitle.tab_sanyo {
		background: url("../images/tab_sanyo_sp.png") no-repeat top center;
		background-size: 100% 100%;
	}
	ul#tabtitle.tab_kyushu {
		background: url("../images/tab_kyushu_sp.png") no-repeat top center;
		background-size: 100% 100%;
	}
  
  
	ul#tabtitle li {
		width: 33.333%;
		text-align: center;
		font-size: 12px;
		font-weight: 900;
		height: 52px;
	}
	ul#tabtitle li div {
		height: 42px;
		display: block;
		color: #000;
    position: relative;
	}
	ul#tabtitle li div p{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 1px 1px 2px #000;
	}
	ul#tabtitle li div p span{
		font-size: 16px;
    padding: 0 0 0 10px;
    background: url("../images/tab_arrow_on.svg") left center no-repeat;
    background-size: 8px 10px;
	}
	ul#tabtitle li:nth-child(1) div {
		margin: 0 0 0 13.5%;
	}
	ul#tabtitle li:nth-child(2) div {
		margin: 0;
	}
	ul#tabtitle li:nth-child(3) div {
		margin: 0 13.5% 0 0;
	}

	ul#tabtitle li:nth-child(1) div p {
		color: #000;
		background: #FFFFA0;
    width: 90%;
	}
	ul#tabtitle li:nth-child(2) div p{
		color: #000;
		background: #B4FFB4;
    width: 76.5%;
	}
	ul#tabtitle li:nth-child(3) div p{
		color: #000;
		background: #FFB4FF;
    width: 90%;
	}

	ul#tabtitle li div p.nonactive{
		color: #969696;
		background: #d2d2d2;
    box-shadow:none;
		font-size: 10px;
    top: 67%;
    left: 50%;
    transform: translateY(-50%,-50%);
	}
	ul#tabtitle li div p.nonactive span{
		font-size: 14px;
    padding: 0 0 0 10px;
    background: url("../images/tab_arrow_off.svg") left center no-repeat;
    background-size: 8px 10px;
	}

  
	.tabcts {
		width: 100%;
		margin: 0 auto 10px auto;
		box-sizing: border-box;
		padding: 10px 5% 35px 5%;
	}
	.tabcts img {
		width: 100%;
	}
  
	#tabcts_hokuriku {
		border: 2px solid #966432;
		border-top: none;
		background: #FFFFF0;
		border-radius: 0 0 15px 15px;
		display: none;
	}
	#tabcts_sanyo {
		border: 2px solid #966432;
		border-top: none;
		background: #F5FFF5;
		border-radius: 0 0 15px 15px;
		display: none;
	}
	#tabcts_kyushu {
		border: 2px solid #966432;
		border-top: none;
		background: #FFFAFF;
		border-radius: 0 0 15px 15px;
		display: none;
	}

  
  
	.tabcts .repeater h2 {
		margin: 0 0 10px 0;
	}
	.tabcts .beginner h2 {
		margin: 0 0 15px 0;
	}
	.tabcts .repeater .plan_ttl {
		font-family: "Noto Serif JP", serif;
		font-size: 26px;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		margin: 0 auto 10px auto;
		color: #0000FF;
		line-height: 1em;
    position: relative;
	}
	.tabcts .repeater .onsen_icon {
		position: absolute;
		right: 0;
		top: 0;
    width: 35px;
	}

	.tabcts .repeater .plan_ttl span {
		font-size: 16px;
		display: block;
	}
	.tabcts .repeater .plan_ttl img {
		margin: 10px 0 0 0;
		padding: 0;
		vertical-align: bottom;
	}
	.tabcts .repeater .plan_ttl img.plan_ttl_sauna {
		margin: 10px auto 0 auto;
		text-align: center;
		width: 50% !important;
		display: block;
	}
	.tabcts .beginner .plan_ttl {
		font-family: "Noto Serif JP", serif;
		font-size: 22px;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		margin: 0 auto 10px auto;
		color: #0000FF;
		line-height: 1em;
	}
	.letter-spacing_s {
		letter-spacing: -0.07em;
	}
	.tabcts .beginner .onsen {
		background: url("../images/icon_onsen.png") top right no-repeat;
		width: 100%;
		padding: 0 40px 0 0;
		box-sizing: border-box;
		background-size: 30px;
	}
	.tabcts .beginner .plan_ttl span {
		font-size: 14px;
		display: block;
	}
  	.tabcts .beginner .plan_ttl span.plan_subttl{
		font-size: 18px;
		display: inline-block;
	}

  
	.tabcts dl.access {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-weight: 500;
		margin: 0 0 8px 0;
	}
	.tabcts dl.access dt {
		width: 50px;
		margin: 0 0 8px 0;
	}
	.tabcts dl.access dt span {
		width: 46px;
		font-size: 12px;
		color: #FFF;
		background: #4D4D4D;
		text-align: center;
		line-height: 24px;
		border-radius: 4px;
		display: block;
	}
	.tabcts dl.access dd {
		width: calc(100% - 50px);
		font-family: "Noto Serif JP", serif;
		font-size: 14px;
		margin: 0 0 8px 0;
		line-height: 24px;
	}
	.tabcts .main_img {
		margin: 0 0 10px 0;
	}
	.tabcts .img_wrap {
		margin: 0 0 20px 0;
	}
	.tabcts .img_box {
		width: 60%;
		margin: 0 auto 10px auto;
	}
	.tabcts .img_box > div:nth-child(2) {
		margin-top: 5px;
	}
	.tabcts .img_box2 {
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.tabcts .img_box2 > div:nth-child(1) {
		margin: 0 1% 0 0;
		width: 49%;
	}
	.tabcts .img_box2 > div:nth-child(2) {
		margin: 0 0 0 1%;
		width: 49%;
	}
  .tabcts .img_box_sanyo{
		width: 100%;
		margin: 0 0 10px 0;
	}

  
	.tabcts .text_box {
		width: 100%;
	}
	.tabcts .nonimg_wrap {
		margin: 0 0 20px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.tabcts .nonimg_wrap .text_box {
		width: 100%;
	}
	.tabcts .text_box h3 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 5px 0;
	}
	.tabcts .text_box h3 span {
		font-size: 14px;
	}
	.tabcts .text_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		line-height: 1.4em;
		margin: 0;
	}
	.tabcts .text_box p.sub {
		margin: 0;
	}
	.tabcts .nonimg_wrap .text_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		line-height: 1.4em;
		margin: 0;
	}
	.tabcts .text_box p.caption {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		line-height: 1.4em;
		margin: 0 0 5px 0;
		font-weight: 400;
	}

	.tabcts .img_3column {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
    justify-content:space-between; 
}
	.tabcts .img_3column .img_box {
		width: 32.5%;
		margin: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 12px;
		line-height: 1.4em;
		text-align: center;
	}
	.tabcts .img_3column .img_box.center_box {
		width: 32.5%;
		margin: 0 1.25%;
	}
	.tabcts .img_3column .img_box img {
		margin: 0 0 5px 0;
	}
	.tabcts .img_3column .img_box.sanyo01{
		width: 20.2%;
    font-size: 10px;

	}
	.tabcts .img_3column .img_box.sanyo02{
		width: 38%;
    font-size: 10px;
	}

	.tabcts .img_3column .img_box img {
		margin: 0 0 5px 0;
    font-size: 10px;
	}

  
  
	.tabcts .info {
		border: 2px solid #0000FF;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
		padding: 15px 15px;
		color: #FF0000;
		margin: 0 0 20px 0;
	}
	.tabcts .info h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 700;
	}
	.tabcts .info ul {
		padding: 0;
		font-size: 14px;
	}
	.tabcts .info ul li {
		list-style: none;
		line-height: 1.4em;
		padding-bottom: 6px;
		text-indent: -1em;
		margin-left: 1em;
		text-align: left;
	}
	.tabcts .info ul li:last-child {
		padding-bottom: 0;
	}
	.tabcts .info ul li:before {
		content: '・';
	}
	.tabcts .info ul li strong {
		font-weight: 700;
		font-size: 16px;
	}
	.tabcts .repeater .application {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.tabcts .repeater .application h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		color: #0051E0;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.tabcts .repeater .application .btn_wrap {}
	.tabcts .repeater .application .btn_wrap > div {
		max-width: 400px;
		width: 80%;
		margin: 0 auto;
	}
	.tabcts .repeater .application .btn_wrap > div:first-child {
		margin: 0 auto 10px auto;
	}
	.tabcts .beginner_wrap {}
	.tabcts .beginner_wrap .beginner_box {
		width: 98%;
		margin: 0 auto 40px auto;
	}
	.tabcts .beginner_wrap .beginner_box .img_box {
		width: 100%;
	}
	.tabcts .beginner_wrap .beginner_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		margin: 10px 0 0 0;
		line-height: 1.3em;
	}
	.tabcts .beginner .beginner_saunainfo {
		margin: 20px 0 0 0;
	}
	.tabcts .beginner .beginner_saunainfo > div {
		width: 56%;
		margin: 0 auto;
	}
	.tabcts .beginner .beginner_saunainfo > div.leftbtn {
		width: 56%;
		margin: 0 auto 5px auto;
	}
	.tabcts .beginner .beginner_saunainfo > div.rightbtn {
		width: 56%;
		margin: 0 auto;
	}
	.tabcts .beginner .application {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.tabcts .beginner .application.space_l {
		width: 100%;
		margin: 36px 0 0 0;
	}
	.tabcts .beginner .application h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		color: #0051E0;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.tabcts .beginner .application .btn_wrap {}
	.tabcts .beginner .application .btn_wrap > div {
		width: 70%;
		margin: 0 auto;
	}
	.tabcts .beginner .application .btn_wrap > div:first-child {
		margin: 0 auto 10px auto;
	}
	.tabcts .beginner .att {
		width: 100%;
		font-size: 10px;
		border: 1px solid #FF0000;
		padding: 5px 5px;
		color: #FF0000;
		text-align: center;
		background: #FFF;
		margin: 5px 0 0 0;
		line-height: 1.4em;
	}
	.tabcts h4 {
		font-size: 18px;
		border-bottom: 2px solid #0000FF;
		padding: 20px 0 10px 0;
		margin: 0 0 20px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
	}
	.tabcts h5 {
		font-size: 18px;
		margin: 20px 0 50px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
	}
	.tabcts h5.osusume {
		font-size: 18px;
		margin: 20px 0 5px 0;
		padding: 5px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
		background: #C87D00;
		color: #FFF;
	}
	.tabcts h5.osusume_sauna {
		font-size: 18px;
		margin: 20px 0 5px 0;
		padding: 5px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
		background: #0051E0;
		color: #FFF;
	}
	.ticket_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	/*tabiwaチケット*/
	.ticketBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.ticketBox .ticketPhoto {}
	.ticketBox .ticketName {
		background: #FFE1FF;
		padding: 0 3px;
		min-height: 40px;
		width: 100%;
		box-sizing: border-box;
	}
	.ticketBox .ticketName img {
		width: 100%;
	}
	.ticketBox .ticketPoint {
		padding: 10px 15px 15px;
		line-height: 1.4;
		font-size: 16px;
		font-weight: 400;
	}
	.ticketBox .ticketPoint p {
		margin-bottom: 1em;
	}
  .ticketBox .ticketPoint img{
    margin: 0 0 10px 0;
	}

	.ticketBox .ticketPoint a {
		font-weight: 700;
	}
	.saunaBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 100%;
	}
	.saunaBox .ticketPhoto {}
	.saunaBox .saunaBoxName {
		background: #FFF0B4;
		padding: 5px 3px;
		width: 100%;
		box-sizing: border-box;
	}
	.saunaBox .saunaBoxName img {
		vertical-align: bottom;
		width: 80%;
	}
	.saunaBox .saunaBoxName a {
		width: 52%;
		text-align: center;
		margin: 10px auto 0 auto;
		display: block;
	}
	.saunaBox .saunaBoxName a img {
		vertical-align: bottom;
		width: 100%;
	}
	.saunaBox .saunaBoxPoint {
		padding: 10px 15px 15px;
		line-height: 1.4;
		font-size: 18px;
		font-weight: 400;
	}
	.saunaBox .saunaBoxPoint p.font-l {
		font-size: 16px;
		margin: 0;
	}
	.saunaBox .saunaBoxPoint p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.saunaBoxBox .saunaBoxPoint a {
		font-weight: 700;
	}
	.gourmet_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.gourmetBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 100%;
		margin: 0 0 10px 0;
		position: relative;
	}
	.gourmetBox .gourmetName {
		background: #FFF0B4;
		padding: 5px 3px;
		width: 100%;
		box-sizing: border-box;
	}
	.gourmetBox .gourmetName img {
		width: 50%;
	}
	.gourmetBox .gourmetPoint {
		padding: 5px 5px 10px 5px;
		line-height: 1.4;
		font-size: 14px;
		font-weight: 400;
	}
	.gourmetBox .gourmetPoint img {
		width: 48%;
		position: absolute;
		top: 10px;
		right: 5px;
	}
	.gourmetBox .gourmetPoint p {
		margin: 0;
		width: 48%;
		font-size: 10px;
	}
	p.footer_att {
		font-size: 10px;
	}
	/*list横並び*/
	.itemList2, .itemList3, .itemList4 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.itemList2 > div, .itemList3 > div, .itemList4 > div {
		width: 100%;
		height: auto;
		align-self: stretch;
		padding: 10px;
	}
	.itemList2, .itemList3, .itemList4 > div img {
		width: 100%;
		height: auto;
	}
	/*注意事項*/
	.subttl {
		border-left: 6px solid #000;
		font-weight: bold;
		padding-left: 6px;
		margin: 5% 0 2%;
	}
	ul.guideList {
		line-height: 1.4;
		margin-top: 2%;
	}
	ul.guideList li {
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -1em;
		margin-left: 1em;
		text-align: left;
	}
	ul.guideList li:last-child {
		padding-bottom: 0;
	}
	ul.guideList li:before {
		content: '●';
	}
	ul.guideList li.kome {
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -1em;
		margin-left: 1em;
	}
	ul.guideList li.kome:before {
		content: '※';
	}
	ul.guideList li.kome1 {
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome1:before {
		content: '（※1）';
	}
	ul.guideList li.kome2 {
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome2:before {
		content: '（※2）';
	}
	ul.guideList li.kome3 {
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome3:before {
		content: '（※3）';
	}
	ul.guideList li span {
		color: #F00;
	}
	/*250526追記*/
	.otherApplication {
		border: solid 2px #FF0000;
		background: #fff;
		padding: 10px 12px;
		margin: 0 0 36px 0;
	}
	.otherApplication h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 20px;
		color: #0051E0;
		text-align: center;
		margin: 0 0 12px 0;
		line-height: 1.3em;;
    font-weight: 900;
	}
  .otherApplication div{
    width: 100%;
    text-align: center;
    margin: 0 auto 10px 0;
  }
	.otherApplication .btn_wrap img {
		width: 90%;
	}
	.otherApplication p {
    font-size: 12px;
    text-align: center;
	}

	/*250526追記*/
	/*250611追記*/
	.campaign {
		width: 90%;
		margin: 20px auto 60px;
	}
	.campaign img {
		width: 100%;
	}
	.campaign h2 {
		padding: 20px 0;
		position: relative;
	}
	.campaign h2::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 19%;
		color: #fff;
		font-size: clamp(1.188rem, 0.233rem + 4.77vw, 2.5rem);
	}
	/*.campaign h2:first-of-type::after {
		content: "①";
	}
	.campaign h2:last-of-type::after {
		content: "②";
	}*/
	.campaign_banner {
		margin: 0 auto 30px;
		max-width: 700px;
	}
	.campaign_banner {
		margin: 0 0 20px 0;
	}
	.campaign p {
		margin: 0 0 1em 0;
	}
	.Btn a {
		display: block;
		color: #fff;
		max-width: 400px;
		margin: 10px auto;
		text-align: center;
		background: #4470FF;
		border-radius: 20px;
		padding: 10px 30px;
		position: relative;
		font-size: 18px;
		font-weight: bold;
	}
	.Btn a::after {
		content: "＞";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		font-weight: bold;
	}
	/*250611追記*/
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
}
/*
PC
==================================================== */
@media screen and (min-width: 760px), print {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	#container {
		position: relative;
		z-index: 1;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
	}
  .main_kv_wrap{
    position: relative;
  }
  
  
.main_kv{
  position: relative;
  margin: 0 auto 30px auto;
  max-width: 960px;
  padding: 0 5px;
  box-sizing: border-box;
}
.main_kv img{
  width: 100%;
}
  
.main_title{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  }
  
.main_title p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center
  }
.main_title p img{
  max-width: 830px;
  width: 95.4%;
  
  }

.steamBox {
  position: absolute;
  max-width: 960px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  margin: 0 auto;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 532px;
  height: 800px
}
.steam02 img {
  width: 399px;
  height: 600px
}  
  
  
	.inner {
		width: 900px;
		margin: 0 auto 0 auto;
	}
	/*navigation*/
	#topNavi {
		width: 100% !important;
		text-align: center;
		padding: 3px 0;
		box-sizing: border-box;
		background-color: #2E3192;
    position: sticky;
    top: 0;
    z-index: 100;
	}
	#topNavi ul.topNavi_list {
		max-width: 890px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		font-size: 20px;
		font-weight: 900;
	}
	#topNavi ul.topNavi_list li {
		width: 20%;
		border-right: 1px solid #FFF;
	}
	#topNavi ul.topNavi_list li:first-child {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	#topNavi ul.topNavi_list li a {
		color: #FFF;
		display: block;
		margin: 10px auto;
    height: 50px;
    box-sizing: border-box;
	}
	#topNavi ul.topNavi_list li a div {
		display: block;
		border: 2px solid #FFF;
		width: 84%;
		border-radius: 6px;
		margin: 10px auto;
    height: 50px;
    position: relative;
	}
	#topNavi ul.topNavi_list li a div p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
	}

  
  
	#topNavi ul.topNavi_list li:nth-child(1) a div {
		border: 2px solid #2E3192;
	}
	#topNavi ul.topNavi_list li:nth-child(2) a div {
		color: #000;
		background: #FFFFA0;
	}
	#topNavi ul.topNavi_list li:nth-child(3) a div {
		color: #000;
		background: #B4FFB4;
	}
	#topNavi ul.topNavi_list li:nth-child(4) a div {
		color: #000;
		background: #FFB4FF;
	}
	#topNavi ul.topNavi_list li:nth-child(5) a div {
		color: #FFF;
		background: #F15A24;
		border: 2px solid #FFF;
    overflow: hidden;
	}
	#topNavi ul.topNavi_list li:nth-child(5) a div span{
    transform: scale(0.81, 1);
    transform-origin: top left;
    display: block;
    width: 124%;
	}
	#topNavi ul.topNavi_list li span.area{
    font-size: 30px;
	}

  
  .sec_point_wrap{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
	.sec_point {
		max-width: 890px;
    width: 100%;
		border: 3px solid #3FA9F5;
		padding: 20px 10px;
		margin: 40px auto;
	}
	.sec_point h2 {
		text-align: center;
		font-family: "Noto Serif JP", serif;
		font-size: 24px;
		font-optical-sizing: auto;
		font-weight: 800;
		font-style: normal;
		margin: 0 0 10px 0;
	}
	.sec_point ul {
		font-family: "Noto Serif JP", serif;
		font-size: 20px;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		line-height: 31px;
		text-align: center;
		margin: 0 auto;
	}
	.sec_point ul li {
		text-align: left;
		margin: 0 0 15px 0;
		padding: 0 0 0 60px;
		background: url("../images/incon_point.png") top left no-repeat;
	}
	.sec_point ul li:last-child {
		margin: 0;
	}
	.sec_point_sub {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0 0 0;
		line-height: 1.8em;
		font-weight: 700;
	}
	.sec_point_sub > div {
		margin: 0 10px;
	}
	.sec_point_sub a {
		color: #0071BC;
	}
	.sauna_info {
		font-family: "Noto Serif JP", serif;
		margin: 0 0 40px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
	}
	.sauna_info_img img {
		width: 150px;
		margin: 0 10px 0 0;
	}
	.sec_sakatsu {
		width: 100%;
		background: url("../images/sakatsu_back.jpg") top center no-repeat;
		background-size: 1100px;
		padding: 35px 10px;
		margin: 0 0 50px 0;
	}
	.sec_sakatsu .inner {
		width: 100%;
		max-width: 890px;
		margin: 0 auto;
	}
	.sec_sakatsu .inner .sakatsu_ttl {
		width: 55%;
		margin: 0 auto 25px auto;
	}
	.sec_sakatsu img {
		width: 100%;
	}
    .tab_wrap{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

	.tab_area {
		max-width: 890px;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	ul#tabtitle {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
	}
	ul#tabtitle.tab_hokuriku {
		background: url("../images/tab_hokuriku.png") no-repeat top center;
		background-size: 100% 100%;
	}
	ul#tabtitle.tab_sanyo {
		background: url("../images/tab_sanyo.png") no-repeat top center;
		background-size: 100% 100%;
	}
	ul#tabtitle.tab_kyushu {
		background: url("../images/tab_kyushu.png") no-repeat top center;
		background-size: 100% 100%;
	}
	ul#tabtitle li {
		width: 33.333%;
		text-align: center;
		font-size: 22px;
		font-weight: 900;
		height: 92px;
	}
	ul#tabtitle li div {
		height: 80px;
		display: block;
		color: #000;
    position: relative;
	}
	ul#tabtitle li div p{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 2px 2px 4px #000;
	}
	ul#tabtitle li div p span{
		font-size: 30px;
    padding: 0 0 0 23px;
    background: url("../images/tab_arrow_on.svg") left center no-repeat;
	}

	ul#tabtitle li:nth-child(1) div {
		margin: 0;
	}
	ul#tabtitle li:nth-child(2) div {
		margin: 0;
	}
	ul#tabtitle li:nth-child(3) div {
		margin: 0;
	}
	ul#tabtitle li:nth-child(1) div p {
		color: #000;
		background: #FFFFA0;
    width: 64%;
	}
	ul#tabtitle li:nth-child(2) div p{
		color: #000;
		background: #B4FFB4;
    width: 64%;
	}
	ul#tabtitle li:nth-child(3) div p{
		color: #000;
		background: #FFB4FF;
    width: 64%;
	}

	ul#tabtitle li div p.nonactive{
		color: #969696;
		background: #d2d2d2;
    box-shadow:none;
		font-size: 17px;
    top: 65%;
    left: 50%;
    transform: translateY(-50%,-50%);
	}
	ul#tabtitle li div p.nonactive span{
		font-size: 24px;
    padding: 0 0 0 20px;
    background: url("../images/tab_arrow_off.svg") left center no-repeat;
	}

  
	.tabcts {
		max-width: 890px;
		width: 100%;
		margin: 0 auto 10px auto;
		box-sizing: border-box;
		padding: 10px 30px 35px 30px;
	}
	.tabcts img {
		max-width: 100%;
		margin: auto;
	}
	#tabcts_hokuriku {
		border: 2px solid #966432;
		border-top: none;
		background: #FFFFF0;
		border-radius: 0 0 15px 15px;
		display: none;
	}
	#tabcts_sanyo {
		border: 2px solid #966432;
		border-top: none;
		background: #F5FFF5;
		border-radius: 0 0 15px 15px;
		display: none;
	}
	#tabcts_kyushu {
		border: 2px solid #966432;
		border-top: none;
		background: #FFFAFF;
		border-radius: 0 0 15px 15px;
		display: none;
	}
  
  
  
	.tabcts .repeater h2 {
		margin: 0 0 10px 0;
	}
	.tabcts .beginner h2 {
		margin: 0 0 20px 0;
	}
	.tabcts .repeater .plan_ttl {
		font-family: "Noto Serif JP", serif;
		font-size: 40px;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		margin: 0 auto 20px auto;
		color: #0000FF;
		line-height: 1em;
		position: relative;
	}
	.tabcts .repeater .onsen_icon {
		position: absolute;
		right: 280px;
		bottom: 0;
	}
	.tabcts .repeater .plan_ttl span {
		font-size: 20px;
		display: block;
	}
	.tabcts .repeater .plan_ttl img {
		margin: 10px 0 0 0;
		padding: 0;
		vertical-align: bottom;
	}
	.tabcts .repeater .plan_ttl img.plan_ttl_sauna {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 200px;
	}
	.tabcts .beginner .plan_ttl {
		font-family: "Noto Serif JP", serif;
		font-size: 28px;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		margin: 0 auto 20px auto;
		color: #0000FF;
		line-height: 1em;
	}
  
  .tabcts .beginner .plan_ttl_height{
    min-height: 90px;
  }
  
	.letter-spacing_s {
		letter-spacing: -0.07em;
	}
	.tabcts .beginner .onsen {
		background: url("../images/icon_onsen.png") top right no-repeat;
		width: 100%;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
	.tabcts .beginner .plan_ttl span {
		font-size: 20px;
		display: block;
	}
  
  	.tabcts .beginner .plan_ttl span.plan_subttl{
		font-size: 24px;
		display: inline-block;
	}

	.tabcts dl.access {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-weight: 500;
		margin: 0 0 8px 0;
	}
	.tabcts dl.access dt {
		width: 50px;
		margin: 0 0 8px 0;
	}
	.tabcts dl.access dt span {
		width: 46px;
		font-size: 16px;
		color: #FFF;
		background: #4D4D4D;
		text-align: center;
		line-height: 24px;
		border-radius: 4px;
		display: block;
	}
	.tabcts dl.access dd {
		width: calc(100% - 50px);
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		margin: 0 0 8px 0;
	}
  
	.tabcts .main_img {
		margin: 0 0 20px 0;
	}
	.tabcts .img_wrap {
		margin: 0 0 20px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.tabcts .img_box {
		width: 220px;
		margin: 0 15px 0 0;
	}
  .tabcts .img_box_sanyo{
		width: 72%;
		margin: 0 15px 0 0;
	}

	.tabcts .img_box > div:nth-child(2) {
		margin-top: 5px;
	}
	.tabcts .text_box {
		width: calc(100% - 235px);
	}
	.tabcts .text_box_sanyo{
		width: calc(28% - 15px)!important;
	}

	.tabcts .nonimg_wrap {
		margin: 0 0 20px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.tabcts .nonimg_wrap .text_box {
		width: 100%;
	}
	.tabcts .text_box h3 {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 5px 0;
	}
	.tabcts .text_box h3 span {
		font-size: 16px;
	}
	.tabcts .text_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		line-height: 1.4em;
		margin: 0;
	}
	.tabcts .text_box p.sub {
		margin: 70px 0 0 0;
	}
	.tabcts .nonimg_wrap .text_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 19px;
		line-height: 1.4em;
		margin: 0;
	}
	.tabcts .text_box p.caption {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		margin: 0 0 5px 0;
		font-weight: 400;
	}
	.tabcts .img_3column {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
    justify-content:space-between; 
	}
	.tabcts .img_3column .img_box {
		width: 32.5%;
		margin: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
	}
	.tabcts .img_3column .img_box.center_box {
		width: 32.5%;
		margin: 0 1.25%;
	}
	.tabcts .img_3column .img_box.sanyo01{
		width: 20.2%;
	}
	.tabcts .img_3column .img_box.sanyo02{
		width: 38%;
	}

	.tabcts .img_3column .img_box img {
		margin: 0 0 5px 0;
	}
  
  
  
	.tabcts .info {
		border: 2px solid #0000FF;
		width: 100%;
		box-sizing: border-box;
		background: #FFF;
		padding: 15px 25px;
		color: #FF0000;
		margin: 0 0 30px 0;
	}
	.tabcts .info h3 {
		font-size: 24px;
		text-align: center;
		font-weight: 700;
	}
	.tabcts .info ul {
		padding: 0;
		font-size: 16px;
	}
	.tabcts .info ul li {
		list-style: none;
		line-height: 1.3em;
		padding-bottom: 6px;
		text-indent: -1em;
		margin-left: 1em;
		text-align: left;
	}
	.tabcts .info ul li:last-child {
		padding-bottom: 0;
	}
	.tabcts .info ul li:before {
		content: '・';
	}
	.tabcts .info ul li strong {
		font-weight: 700;
		font-size: 18px;
	}
	.tabcts .repeater .application {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.tabcts .repeater .application h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 28px;
		color: #0051E0;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.tabcts .repeater .application .btn_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabcts .repeater .application .btn_wrap > div {
		max-width: 400px;
		width: 48.2%;
	}
	.tabcts .beginner_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabcts .beginner_wrap .beginner_box {
		max-width: 390px;
		width: 47%;
		margin: 0 0 40px 0;
	}
	.tabcts .beginner_wrap .beginner_box .img_box {
		width: 100%;
	}
	.tabcts .beginner_wrap .beginner_box p {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		margin: 10px 0 0 0;
		line-height: 1.3em;
	}
	.tabcts .beginner .beginner_saunainfo {
		margin: 20px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tabcts .beginner .beginner_saunainfo > div {
		width: 52%;
	}
	.tabcts .beginner .beginner_saunainfo > div.leftbtn {
		width: 49%;
		margin: 0 1% 0 0;
	}
	.tabcts .beginner .beginner_saunainfo > div.rightbtn {
		width: 49%;
		margin: 0 0 0 1%;
	}
	.tabcts .beginner .application {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.tabcts .beginner .application.space_l {
		width: 100%;
		margin: 36px 0 0 0;
	}
	.tabcts .beginner .application h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 24px;
		color: #0051E0;
		text-align: center;
		margin: 0 0 10px 0;
    font-weight: 500;
	}
	.tabcts .beginner .application .btn_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabcts .beginner .application .btn_wrap > div {
		max-width: 185px;
		width: 48%;
	}
	.tabcts .beginner .att {
		width: 100%;
		font-size: 13px;
		border: 1px solid #FF0000;
		padding: 2px 5px;
		color: #FF0000;
		text-align: center;
		background: #FFF;
		margin: 5px 0 0 0;
	}
	.tabcts h4 {
		font-size: 20px;
		border-bottom: 2px solid #0000FF;
		padding: 20px 0 10px 0;
		margin: 0 0 20px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
	}
	.tabcts h5 {
		font-size: 20px;
		margin: 20px 0 50px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
	}
	.tabcts h5.osusume {
		font-size: 24px;
		margin: 20px 0 5px 0;
		padding: 5px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
		background: #C87D00;
		color: #FFF;
	}
	.tabcts h5.osusume_sauna{
		font-size: 24px;
		margin: 20px 0 5px 0;
		padding: 5px 0;
		font-weight: 700;
		width: 100%;
		text-align: center;
		background: #0051E0;
		color: #FFF;
	}
  
	.ticket_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	/*tabiwaチケット*/
	.ticketBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 32%;
	}
	.ticket_wrap > .ticketBox:nth-child(2) {
		width: 32%;
		margin: 0 2%;
	}
	.ticketBox .ticketPhoto {}
	.ticketBox .ticketName {
		background: #FFE1FF;
		padding: 5px 3px;
		width: 100%;
		box-sizing: border-box;
	}
	.ticketBox .ticketName img {
		max-width: 255px;
		width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
	}
	.ticketBox .ticketPoint {
		padding: 5px;
		line-height: 1.4;
		font-size: 20px;
		font-weight: 400;
	}
	.ticketBox .ticketPoint p {
		margin-bottom: 1em;
    font-size: 16px;
	}
	.ticketBox .ticketPoint img{
    margin: 0 0 10px 0;
	}
	.ticketBox .ticketPoint a {
		font-weight: 700;
	}
	.saunaBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 100%;
	}
	.saunaBox .ticketPhoto {}
	.saunaBox .saunaBoxName {
		background: #FFF0B4;
		padding: 10px 3px;
		min-height: 60px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.saunaBox .saunaBoxName img {
		vertical-align: bottom;
    text-align: left;
	}
	.saunaBox .saunaBoxName a img {
		width: 200px;
	}
	.saunaBox .saunaBoxPoint {
		padding: 10px 15px 15px;
		line-height: 1.4;
		font-size: 20px;
		font-weight: 400;
	}
	.saunaBox .saunaBoxPoint p.font-l {
		font-size: 24px;
		margin: 0;
	}
	.saunaBox .saunaBoxPoint p {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.saunaBoxBox .saunaBoxPoint a {
		font-weight: 700;
	}
	.gourmet_wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	/*tabiwaチケット*/
	.gourmetBox {
		border: 1px solid #CCC;
		/*padding: 15px;*/
		background: #FFF;
		width: 32%;
	}
	.gourmet_wrap > .gourmetBox:nth-child(2) {
		width: 32%;
		margin: 0 2%;
	}
	.gourmetBox .gourmetName {
		background: #FFF0B4;
		padding: 10px 3px;
		min-height: 60px;
		width: 100%;
		box-sizing: border-box;
	}
	.gourmetBox .gourmetName img {
		max-width: 260px;
		width: 100%;
	}
	.gourmetBox .gourmetPoint {
		padding: 5px 5px 10px 5px;
		line-height: 1.4;
		font-size: 16px;
		font-weight: 400;
	}
	.gourmetBox .gourmetPoint img {
		margin: 0 0 10px 0;
	}
	p.footer_att {
		font-size: 12px;
	}
	/*list横並び*/
	.itemList2, .itemList3, .itemList4 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.itemList2 > div {
		width: 50%;
		height: auto;
		align-self: stretch;
		padding: 10px;
	}
	.itemList3 > div {
		width: 33.33333%;
		height: auto;
		align-self: stretch;
		padding: 10px;
	}
	.itemList4 > div {
		width: 25%;
		height: auto;
		align-self: stretch;
		padding: 10px;
	}
	.itemList2, .itemList3, .itemList4 > div img {
		width: 100%;
		height: auto;
	}
	/*注意事項*/
	.subttl {
		border-left: 6px solid #000;
		font-weight: bold;
		padding-left: 6px;
		margin: 14px 0 6px;
	}
	ul.guideList {
		padding: 0;
		margin-top: 8px;
		line-height: 1.4;
	}
	ul.guideList li {
		list-style: none;
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -1em;
		margin-left: 1em;
		text-align: left;
	}
	ul.guideList li:last-child {
		padding-bottom: 0;
	}
	ul.guideList li:before {
		content: '●';
	}
	ul.guideList li.kome {
		list-style: none;
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -1em;
		margin-left: 1em;
	}
	ul.guideList li.kome:before {
		content: '※';
	}
	ul.guideList li.kome1 {
		list-style: none;
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome1:before {
		content: '（※1）';
	}
	ul.guideList li.kome2 {
		list-style: none;
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome2:before {
		content: '（※2）';
	}
	ul.guideList li.kome3 {
		list-style: none;
		line-height: 1.4;
		padding-bottom: 8px;
		text-indent: -3.6em;
		margin-left: 3.6em;
	}
	ul.guideList li.kome3:before {
		content: '（※3）';
	}
	ul.guideList li span {
		color: #F00;
	}
	/*250526追記*/
	.otherApplication {
		border: solid 2px #FF0000;
		background: #fff;
		padding: 35px 18px;
		margin: 0 0 36px 0;
	}
	.otherApplication h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 26px;
		color: #0051e0;
		text-align: center;
		margin: 0 0 12px 0;
		line-height: 1.4;
    font-weight: 900;
	}
	.otherApplication .btn_wrap {
		display: flex;
		gap: 18px;
	}
	.otherApplication .btn_wrap img {
		width: 100%;
		margin-bottom: 20px;
	}
	.otherApplication p {
		text-align: center;
	}
	/*250526追記*/
	/*250611追記*/
	.campaign {
		max-width: 850px;
		padding: 0 20px;
		margin: 40px auto 80px;
	}
	.campaign img {
		max-width: 100%;
	}
	.campaign h2 {
		padding: 30px 0;
		position: relative;
	}
	.campaign h2::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 29%;
		color: #fff;
		font-size: 33px;
	}
/*	.campaign h2:first-of-type::after {
		content: "①";
	}
	.campaign h2:last-of-type::after {
		content: "②";
	}
*/	.campaign_banner {
		margin: 0 auto 30px;
		max-width: 700px;
	}
	.campaign_banner p {
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 1em;
	}
	.Btn a {
		display: block;
		color: #fff;
		max-width: 400px;
		margin: 10px auto;
		text-align: center;
		background: #4470FF;
		border-radius: 20px;
		padding: 20px 30px;
		position: relative;
		font-size: 24px;
		font-weight: bold;
	}
	.Btn a::after {
		content: "＞";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		font-weight: bold;
	}
	/*250611追記*/
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: auto !important;
}
.prev-arrow {
	left: 8px;
	top: 50%;
	transform: translate(0, -50%);
	background: url("../images/prev-arrow.png") no-repeat;
	width: 18px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	background-size: cover;
}
.next-arrow {
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
	background: url("../images/next-arrow.png") no-repeat;
	width: 18px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	background-size: cover;
}
.prev-arrow2 {
	left: 8px;
	top: 38%;
	transform: translate(0, -50%);
	background: url("../images/prev-arrow.png") no-repeat;
	width: 18px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	background-size: cover;
}
.next-arrow2 {
	right: 8px;
	top: 38%;
	transform: translate(0, -50%);
	background: url("../images/next-arrow.png") no-repeat;
	width: 18px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	background-size: cover;
}

@keyframes steam01 {
  0% {
    bottom: -600px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.4 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.8
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -400px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.4 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.9
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}