@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !common
---------------------------------------------------------- */
.telLink{pointer-events: auto;}
.btnLink01{
	display: block;
    border: 1px solid;
    color: #fff;
    width: 100%;
    max-width: 314px;
    height: 48px;
    line-height: 46px;
    box-sizing: border-box;
    padding-left: 75px;
    background: url(../img/icon_ft03.png)no-repeat left 15px center #964a17;
    background-size:45px auto;
    font-size: 1.6rem;
}
.btnLink01:hover{text-decoration: none;}
 .animated{
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
.pc{display: none;}
#spa,#meal,#rooms,#access{padding-top:80px;margin-top: -80px; }
#access,#mealInfor{padding-top:90px;margin-top: -90px; }
/* !wrapper
---------------------------------------------------------- */
#wrapper {min-width: 320px;padding-top: 80px;padding-bottom:56px; }
.home #wrapper{padding-top: 0;}
.inner{
	padding:  0 3.125vw;
	box-sizing: border-box;
	position: relative;
}

/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 80px;
	background: #fff;
}
.home #header{background: transparent;}
#header.active{background: #fff;box-shadow: 0 0 3px #ccc;}
.home #header.active{}
#headerIn {
	box-sizing: border-box;
	padding: 19px 16px 0;
	position: relative;
	z-index: 100;
}
#headerIn a{color: #603813;}
#headerLogo {
	float: left;
	z-index: 100;
	width: 170px;
}
.navLogo{
	position: absolute;
	left: 16px;
	top: 19px;
	width: 170px;
}
.indexLogo{display: none;}
.home .otherLogo{display: none;}
.home .indexLogo{display: block;}
.home #header.active .otherLogo{display: block;}
.home #header.active .indexLogo{display: none;}
.accoBtn a{
    position: absolute;
    right: 70px;
    top: 7.5px;
    z-index: 99;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff!important;
    display: block;
    width: 85px;
    height: 65px;
    padding-top: 8px;
    border: 1px solid #fff;
    background: -moz-linear-gradient(left, #ef8002, #e63560);
    background: -webkit-gradient(linear, left, from(#ef8002), to(#e63560));
    background: -webkit-linear-gradient(left, #ef8002, #e63560);
    background: -o-linear-gradient(left, #ef8002, #e63560);
    background: -ms-linear-gradient(left, #ef8002, #e63560);
    background: linear-gradient(left, #ef8002, #e63560);
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
    z-index: 100;
}
.accoBtn a img{display: block;margin: 0 auto 5px;width: 20px}
.accoBtn a:hover,.contactBtn a:hover,.accessBtn a:hover{
    text-decoration: none;
}
.btnMenu {
	position: absolute;
	right: 8px;
	top: 7.5px;
	z-index: 100;
}
.btnMenu a {
  display: block;
  width: 55px;
  height: 65px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
  display: block;
  background: #603813;
  width: 37px;
  height: 1px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 12px;
}

.btnMenu a span:nth-child(2) {
	top: 23px;
}

.btnMenu a span:nth-child(3) {
  bottom: 30px;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
.btnMenu a em {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 2;
    width: 100%;
    color: #603813;
    text-align: center;
}
.btnMenu a em:nth-of-type(2){display: none}
.btnMenu.active a em:nth-of-type(1){display: none}
.btnMenu.active a em:nth-of-type(2){display: block;}


/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
    display: none;
    background: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 100px 3.33vw 30px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
#gNavi  li {
	padding: 10px 0;
	position: relative;
}
#gNavi  li:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background: #ccc;
}
#gNavi  li a {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #603813;
	box-sizing: border-box;
}
#gNavi  li a span{
	display: block;
}
#gNavi  li a:hover{
	text-decoration: none;
}
.contactBtn,.accessBtn{padding: 15px 0 0}
.contactBtn a{
	display: inline-block;
	border: 1px solid;
	width: 213px;
	height: 37px;
	box-sizing: border-box;
	line-height: 35px;
	padding-left: 63px;
	background: url(../img/icon_contact.png)no-repeat left 15px center;
	background-size: auto;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.contactBtn font{position: relative;top: -1px;}
.accessBtn a{
	display: inline-block;
	background: url(../img/icon_access.png)no-repeat left top;
	background-size: auto;
	box-sizing: border-box;
	padding-left: 26px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-top: 2px;
}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
	overflow: hidden;
}
#mainVisual .bgImg{
	width: 100%;
	height: 465px;
	color: #fff;
	transform: scale(1);
    transition: transform 6s ease-out;
}
#mainVisual .bgImg.active{transform: scale(1.1);}
#mainVisual .flexBox{
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.acUl{
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.acUl li{
	width: calc(33.33% - 6px);
	max-width: 114px;
	display: inline-block;
}
.acUl li + li{margin-left:9px;}
.acUl li a{
	display: block;
	height: 82px;
	width: 100%;
	box-sizing: border-box;
	padding-top: 44px;
	color: #603813;
	border-radius: 10px;
	background: url(../img/icon_ac01.png)no-repeat center top 14px rgba(255,255,255,0.9);
	background-size:35px auto;
	text-align: center;
	font-size: 1.7rem;
}
.acUl li:nth-of-type(2) a{
	background: url(../img/icon_ac02.png)no-repeat center top 8px rgba(255,255,255,0.8);
	background-size:35px auto;
}
.acUl li:nth-of-type(3) a{
	background: url(../img/icon_ac03.png)no-repeat center top 12px rgba(255,255,255,0.8);
	background-size:40px auto;
}
.acUl li a span{display: none;}
.acUl li a font{font-size: 1.1rem;position: relative;top: -3px;}
.acUl li a:hover{text-decoration: none;}

/* !teaser
---------------------------------------------------------- */
/* !teaser
---------------------------------------------------------- */
#teaser {
	background: url(../img/bg_blue.png)no-repeat right 13.5vw center;
	background-size: cover;
	height: 48.6vw;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 4.85vw;
}
#teaser .bgImg{
	width: 60.7%;
	max-width: 1000px;
	height: 43.75vw;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#teaser .inner{height: 100%;}
#teaser h1{
	position: absolute;
	left: 3.125vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #866239;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 0.2em;
}
#contact #teaser h1{font-size: 1.7rem;letter-spacing: 0;line-height: 1.56}
#contact #teaser .bgImg{background-position: bottom  right 15%;}
#about_spa #teaser .bgImg{background-position: center left }

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop a {
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 99;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	opacity: 0;
    visibility: hidden;
    width: 100%;
    color: #7a3720!important;
    background: rgba(255,255,255,0.4);
    padding: 6px 0
}
.pageTop img{
	vertical-align: middle;
	width: 44px;
	padding-left: 5px;
}
.pageTop.active a{opacity:.8;visibility: visible;}
.pageTop a:hover{text-decoration: none;opacity: .6;}

/* !footer
---------------------------------------------------------- */
#footer {
	background: #7a3720;
	padding: 30px 0 25px;
	color: #fff;
}
#footer a{color: #fff;}
.ftLogo img{width: 324px;padding-bottom: 15px;}
#footer .addr{
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid;
}
.ftAd{text-align: center;padding: 10px 0 30px;}
.ftAd img{width: 320px; height:auto;}
#footer li{
	box-sizing: border-box;
	margin-bottom: 26px;
}
#footer li .btnLink01{margin: 0 auto}
#footer li:first-of-type .btnLink01{
	background: url(../img/icon_ft01.png)no-repeat left 36px center #a05240;
    background-size:31px auto;
    padding-left: 85px;
}
#footer li:nth-of-type(2) .btnLink01{
	background: url(../img/icon_ft02.png)no-repeat left 32px center #993944;
    background-size:26px auto;
    padding-left: 74px;
}
#footer .snsP{
	padding: 7px 0 0;
	text-align: center;
	font-size: 1.4rem;
    display: none;
}
#footer .snsP span{display: block;}
#footer .snsP a{margin-bottom:12px;display: inline-block; }
#footer .snsP a + a{margin-left: 30px;}
#copyright {
	padding-top: 22px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 359px) {
	#headerLogo,.navLogo{width: 145px;padding-top: 10px;}
	#footer li:nth-of-type(3) .btnLink01{padding-left:68px }
}


/* index.html
---------------------------------------------------------- */
.indexIntro{
	background: url(../img/index/bg_intro.jpg)no-repeat;
	background-size: cover;
	padding: 22px 0;
}
.indexIntro .hd img{width: 132px;}
.indexIntro .p01{
	font-size: 1.65rem;
	letter-spacing: 0.25em;
	padding: 21px 0 25px;
	line-height: 1.24;
}
.indexIntro .p02{
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	padding-bottom: 13px;
	line-height: 1.29;
}
.indexIntro .p03{font-size: 1.4rem;letter-spacing: 0.25em;text-align: left;}
.indexIntro .p03 + .p03{padding-top: 12px;}

.indexInfor{
	padding: 25px 0 28px;
}
.indexNews,.indexEvent{
	position: relative;
}
.indexEvent {margin-top: 41px;}
.indexInfor .hd{
	color: #603813;
	font-size: 2rem;
	padding-left: 17px;
	padding-top: 3px;
	background: url(../img/line01.png)no-repeat left center;
	background-size:  auto 13px;
	margin-bottom: 9px;
}
.indexInfor .toLink a{
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 3;
	color: #866239;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	background: #fff8e6;
	padding: 9px 3px;
	padding-right: 0;
	border-radius: 50%;
}
.indexInfor .toLink a:hover{text-decoration: none;opacity: .7}
.indexInfor .img01{
	position: absolute;
	right: 88px;
	top: -20px;
	z-index: 3;
	width: 47px;
}
.indexNews li {
	border-bottom: 1px solid #bbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.indexNews li:last-of-type{margin-bottom: 0}
.indexNews li .date,
.indexNews li .explain,
.eventSliderList .text .date,
.eventSliderList .text .explain{
	width: 100%;
	display:  block;
	font-size: 1.4rem;
}

.eventSlider{
	background: #fff8e6;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 22px; 
}
.eventSliderList .img{
	width: 150px;
	margin-right: 12px;
	margin: auto;
	height: 150px;
	display: flex;
	align-items: center;
}
.eventSliderList .text p{
	margin: auto;
	text-align: center;
}

.eventSliderList .text{
	overflow: hidden;
	display: flex;
	align-items: center;
}

.prideTop{
	padding:0 0 14px;
	background: url(../img/index/bg_pride_top.png)no-repeat top 25px center;
	background-size: 287px auto;
}
.hd01{
	text-align: center;
	font-size: 2rem;
	padding-bottom: 6px;
	background: url(../img/line02.png)no-repeat bottom center;
	background-size: 42px 2px;
	color: #603813;
	letter-spacing: 0.4em;
}
.prideTop .hd01{
	font-size: 2.25rem
	;padding-bottom: 12px;
	letter-spacing: 0.4em;
	line-height: 1.86;
}
.hdBox{
	background: url(../img/index/bg_spa.jpg)no-repeat center center;
	background-size: cover;
	height: 180px;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 42px;
}
.hdBox .hdP{
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.4em;
}
.hdBox .hdTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	background: rgba(255,255,255,0.95);
	color: #603813;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	line-height: 1.325;
	padding: 16px 0;
}

.dl01{margin: 10px auto 40px;}
.dl01 dt{
	font-size: 1.4rem;
	line-height: 1.36;
	letter-spacing: 0.25em;
}
.dl01 dd{
	max-width: 310px;
	margin: 22px auto 0;
}
.dl01 ul{width: 100%;}
.dl01 li + li{margin-top: 20px;animation-delay: 0.6s}
.btnLink02{
	display: block;
    border: 1px solid #603813;
    color: #603813;
    width: 100%;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 24px;
    background: url(../img/icon_arrow02.png)no-repeat right 14px center;
    background-size:9px auto;
    font-size: 2rem;
}
.prideRooms .hdBox{
	background: url(../img/index/bg_rooms.jpg)no-repeat center center;
	background-size: cover;
}
.prideRooms .topP{
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: 0.25em;
	margin: 10px auto 28px;
}

/*tabLink*/
.tabLinkHead{position: relative;}
.tabSmart a {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 46px;
    color: #603813;
    font-size: 1.45rem;
    background: url(../img/icon_arrow03.png)no-repeat right 13px center;
    background-size: 15px auto;
    box-sizing: border-box;
    padding-left: 13px;
    border: 1px solid;
    margin-bottom: 22px;
}
.tabSmart a:hover{text-decoration: none;}
.tabLinkList {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    border-left: 1px solid #603813;
    border-right: 1px solid #603813;
    box-sizing: border-box;
}
.tabLinkList li {
    border-bottom: 1px solid #603813;
    background: #fff;
}
.tabLinkList li a{
	line-height: 46px;
	line-height: 35px;
    color: #603813;
    font-size: 1.45rem;
    box-sizing: border-box;
    padding-left: 13px;
    display: block;
}
.tabLinkList li a span{}
.tabLinkList .noLink{display: none;}

.roomsSlider{margin-bottom: 40px;padding: 0 1px;}
.roomsSliderList .hd{
	font-size: 1.9rem;
	color: #603813;
	padding-bottom: 6px;
	text-align: center;
}
.roomsSliderList ul{margin-left: -4px;margin-bottom: 12px;}
.roomsSliderList li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 4px;
}
.roomsSliderList .img{margin-bottom: 12px;}
.roomsSliderList li img,.roomsSliderList .img img{width: 100%;}
@media screen and (max-width: 767px) {
	/*.roomsSliderList ul{margin-left: 0}
	.roomsSliderList li{float: none;width: 100%;padding-left: 0;}
	.roomsSliderList li + li{margin-top: 4px;}*/
}
.roomsSliderList dl{
	border: 1px solid #d1b7ae;
	box-sizing: border-box;
	padding: 0 12px;
	margin-right: 1px;
}
.roomsSliderList dt,.roomsSliderList dd{
	box-sizing: border-box;
	padding: 10px 0 17px;
}
.roomsSliderList dd{
	border-top: 1px solid #e1dad3;
}
.roomsSliderList .title{
	font-size: 1.75rem;
	color: #603813;
	padding-bottom: 3px;
}
.roomsSliderList .text{
	color: #4d4d4d;
	line-height: 1.36;
	font-size: 1.4rem;
	letter-spacing: 0.25em;
}


.roomsGuide{padding-bottom: 35px;}
.spHd{
	background: url(../img/icon_arrow04.png)no-repeat right 16px bottom 15px;
	background-size: auto 9px;
	border-bottom: 1.5px solid;
	color: #603813;
	font-size: 2rem;
	padding-bottom: 3px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.spBox{display: none;}
.roomsGuide ul{text-align: center;font-size: 0;}
.roomsGuide li{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.roomsGuide .title{
	color: #603813;
	font-size: 1.75rem;
	padding: 9px 0 5px;
}
.roomsGuide .text{
	line-height: 1.36;
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	text-align: left;
}

.prideMeal .hdBox{
	background: url(../img/index/bg_meal.jpg)no-repeat center center;
    background-size: cover;
}
.prideMeal .btn{padding-bottom: 32px;}
.prideMeal .btn img{width:227px; }

.indexAccess .hd01{background-size: 27px 2px;}
.accessTop .map{padding: 11px 0 27px;}
.accessTop .map iframe{
	display: block;
	width: 100%;
	height: 51.4vw;
}
.accessInner{
	color: #603813;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.accessInner .spHd{
	font-size: 0rem;
	padding-left:0px; 
	padding-bottom: 0;
	border-width: 1px;
	margin-bottom: 10px;
}
.accessInner .spHd span{
	display: inline-block;
	font-size: 1.6rem;
	background: url(../img/icon_car.png)no-repeat left 10px top 3px;
	background-size:32px auto;
	box-sizing: border-box;
	padding:5px 0 6px 52px;
}
.accessInner .plane .spHd span{
	background: url(../img/icon_plane.png)no-repeat left 16px top 3px;
	background-size:22px auto;
}
.accessInner .jr .spHd span{
	background: url(../img/icon_jr.png)no-repeat left 18px top 3px;
	background-size:17px auto;
}
.accessInner .ship .spHd span{
	background: url(../img/icon_ship.png)no-repeat left 10px top 3px;
	background-size:32px auto;
}
.accessInner .bus .spHd span{
	background: url(../img/icon_bus.png)no-repeat left 10px top 3px;
	background-size:32px auto;
}
.accessInner .spBox{box-sizing: border-box;padding:0 10px 16px}
.accessInner .text{line-height: 1.7}
.accessInner .text + .text{padding-top: 12px;}
.accessInner ul{padding-bottom: 25px}

@media screen and (max-width: 359px) {
	.hdBox .hdTitle{font-size: 1.8rem;}
	.roomsSliderList .hd{font-size: 1.7rem;}
	.accessInner .text{font-size: 1.2rem;}
}

/* contact.html
---------------------------------------------------------- */
.contactInfor{padding: 28px 0 59px;text-align: center;}
.contactWrap h2, .contactWrap h3{
	text-align: center;
	color: #866239;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-size: 1.75rem;
	letter-spacing: 0.2em;
}
.contactInfor .p01{
	padding:8px 0 18px;
	line-height: 1.6;
	font-size: 1.4rem;
}
.contactInfor .tel a{
	display: inline-block;
	font-size: 1.95rem;
	font-weight: bold;
	color: #603813;
	padding-left: 30px;
	background: url(../img/icon_tel02.png)no-repeat center left;
	background-size: auto 27px;
}
.contactInfor .addr{
	color: #603813;
	font-weight: bold;
	line-height: 1.6;
	font-size: 1.4rem;
	padding-top: 13px;
}

.contactForm .topP,
.registWrap .p02{
	font-size: 1.4rem;
	padding: 13px 0;
	text-align: center;
}
.contactForm .topP font,.registWrap .p02 font{color: #db4d4d;}
.table01{width: 100%;font-size: 1.25rem;}
.table01 th, .table01 td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 1.3125;
}
.table01 td{padding-bottom: 12px;}
.table01 th span.must,
.table01 th span.any{
	color: #808080;
	margin: 0 5px;
	vertical-align: text-top;
}
.table01 th span.must{color:#db4d4d }
.table01 td select,
.table01 td input[type='text'],
.table01 td input[type='number'],
.table01 td input[type='tel'],
.table01 td input[type='email'] {
    height: 31px;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 0 10px;
}
.table01 td textarea{
	width: 100%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 7px 10px;
    resize: none;
    font-family: initial;
    min-height: 140px;
    margin-bottom: 5px;
}
.table01 td select{
	background: url(../img/icon_select.png)no-repeat right 12px center;
	background-size:17px auto;
    padding: 0 50px 0 10px;
    /*max-width: 375px;*/
    box-sizing: border-box;
}
.table01 td input.medium,
.table01 td input.short{width: 52%;/*max-width: 375px;*/}
.table01 .example01,.table01 .example02{
	color: #575757;
	margin-left: 7px;
}
.table01 .example02{
	display: block;
	padding: 3px 0 0px;
}
.table01 .example02.pc{display: none;}
.table01 .example02.spe{
	position: relative;
	top: -51px;
	margin-bottom: -19px;
	text-align: right;
}
.table01 .texta p{line-height: 1.66}
.table01 .texta p font{color: #603813}
.contactForm .btn{
	text-align: center;
	padding: 13px 0 65px;
}
.contactWrap .btn input[type="submit"]{
    border: none;
    color: #FFf;
    background: #603813;
    width: 122px;
    height: 42px;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 10px;
}

label.radioBtn{margin-right: 27px;}
label.radioBtn input[type="radio"]{
	margin-right: 8px;
	position: relative;
	top: 2.5px;
}
.registWrap{padding-bottom: 50px;}
.registWrap .btn{
	text-align: center;
	padding: 12px 0 29px;
}
.registWrap .p01{
	font-size: 1.4rem;
	line-height: 1.61;
	padding: 10px 0 33px;
	text-align: center;
}
.discWrap .title{
	font-size: 1.25rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e2df;
	margin-bottom: 10px;
	text-align: center;
}
.discWrap .text{
	font-size: 1.125rem;
	line-height: 1.65;
}
.discBox{
	background: #ececec;
	box-sizing: border-box;
	padding: 15px;
	font-size: 1.3rem;
	margin-top: 9px;
}
.discBox span{margin-right: 17px;}
.table01 .sex th,
.table01 .sex td{display: inline-block;width: auto;padding-bottom: 12px;}
.table01 .sex td{margin-left: 10px;}
.table01 label.radioBtn{margin-right: 24px;}
.registWrap .notice{
	font-size: 1.25rem;
}
.table01 .nick input.medium{width: 100%}

/* !meal.html
---------------------------------------------------------- */
.localFood{padding: 25px 0 40px;}
.mealWrap .hd{
	font-size: 1.75rem;
	letter-spacing: 0.2em;
	color: #866239;
	text-align: center;
}
.localFood .topP{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	text-align: center;
	padding: 20px 0;
}
.localList01{}
.localList01 li{
	text-align: center;
	margin-bottom: 20px;
}
.localList01 .name{
	font-size: 1.75rem;
	padding-top: 3px;
	letter-spacing: 0.25em;
}
.localFood .p01{
	letter-spacing: 0.25em;
	font-size: 1.35rem;
	line-height: 1.6;
	padding-bottom: 34px;
}
.localList02 li{
	margin-bottom: 34px;
}
.localList02 dt{
	padding-bottom:6px;
	float: left;
	max-width: 50%;
}
.localList02 dd{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	color: #29688c;
	text-align: center;
}

.localList02 li:nth-of-type(2) dd{color: #317226;}
.localList02 li:nth-of-type(3) dd{color: #a0692d;}
.localList02 li:nth-of-type(4) dd{color: #7a7a7a;}
.localList02 .text{
	letter-spacing: 0.25em;
	font-size: 1.35rem;
	line-height: 1.6;
}
.localList02 .linkP{
	padding-top: 5px;
	color: #18477f;
	font-size: 1.25rem;
	line-height: 1.52;
}
.localList02 .linkP span{display: block;}
.localList02 .linkP a{color: #18477f;}

.mealInfor h2.hd{padding-bottom: 24px;}
.mealInfor dt{
	height: 66.66vw;
	max-height: 480px;
}
.mealInfor dd{
	box-sizing: border-box;
	padding: 0 3.125vw;
}
.mealInfor dl .p01{
	font-size: 1.25rem;
	letter-spacing: 0.25em;
	padding-left: 25vw;
	padding-top: 13px;
}
.mealInfor dl .p02{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	padding: 5px 0 30px 25vw;
}
.mealInfor dl .p02 span{
	font-size: 4.4rem;
	letter-spacing: 0.2em;
	margin-right: 20px;
	display: inline-block;
	vertical-align: sub;
	line-height: 1;
}
.mealInfor dl .text{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}

.busiHour{padding: 35px 0 45px}
.busiHour .hd{padding-bottom: 10px;}
.busiHour .p01{
	font-size: 1.4rem;
	max-width: 210px;
	margin: 0 auto;
	letter-spacing: 0.25em;
	line-height: 1.64
}
.busiHour .p02{
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 1.35rem;
	padding-top: 20px;
	line-height: 1.59
}

.drinkMenu{
	background: #fffdee;
	padding: 22px 0 0px
}
.drinkMenu .hd{padding-bottom: 26px}
.drinkMenu ul{font-size: 0;text-align: center;margin-left: -34px}
.drinkMenu li{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	padding-left: 34px;
	margin-bottom: 30px;
}
.drinkMenu li .name{
	font-size: 1.4rem;
	padding: 6px 0 4px;
	letter-spacing: 0.25em;
}
.drinkMenu li .intro{
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.36
}

.useInfor{padding: 29px 0 40px}
.useInfor .title {
    text-align: center;
    font-size: 1.75rem;
    padding-bottom: 14px;
    background: url(../img/line03.png)no-repeat bottom center;
    background-size: 48px 1px;
    letter-spacing: 0.2em;
    margin-bottom: 17px;
}
.useInfor .text{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}

.mealWrap span.onlyguest{
    font-size: 1.25rem;
    color: gray;
}


/* !about_spa.html
---------------------------------------------------------- */
.spaSource{padding: 25px 3.125vw 35px;box-sizing: border-box;}
.spaWrap .hd{
	font-size: 1.75rem;
	color: #866239;
	letter-spacing: 0.2em;
	text-align: center;
}
.spaSource .hd{padding-bottom: 14px;}
.spaSource dt{
	height: 42vw;
	max-height: 450px;
	text-align: center;
}
.spaSource dd{padding-top: 12px;}
.spaSource .colorBox{
	border: 1px solid;
	color: #866239;
	box-sizing: border-box;
	padding: 10px 6px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
}
.spaSource .text{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}

.spaHistory .hdBox01{
	max-height: 460px;
	height: 29.4vw;
	background: url(../img/spa/bg_history.jpg)no-repeat center center;
    background-size: cover;
}
.spaHistory .hd,.fireWood .hd{color: #fff;}
.spaHistory dl{padding:25px 0;}
.spaHistory dt{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}
.spaHistory dd{text-align: center;padding-top: 20px;}

.fireWood .hdBox01{
	max-height: 360px;
	height: 29.4vw;
	background: url(../img/spa/bg_wood.jpg)no-repeat center center;
    background-size: cover;
}
.fireWood dl{padding: 15px 0 30px}
.fireWood dd .title{
	letter-spacing: 0.2em;
	font-size: 1.65rem;
	line-height: 1.73;
	padding-bottom: 15px;
}
.fireWood dd .text{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}

.spaBath{padding-bottom: 35px;}
.spaBath .hd{padding-bottom: 8px;font-size: 2rem;}
.spaBath .bathTop{
	width: 100%;
	margin-bottom: 25px;
	height: 41vw;
	max-height: 494px;
}
.spaBath .colorBox02{
	border: 1px solid #866239;
	box-sizing: border-box;
	padding: 30px 20px 15px;
	font-size: 1.4rem;
	margin:0 auto 30px;
	letter-spacing: 0.25em;
	position: relative;
	max-width: 175px;
}
.spaBath .colorBox02:last-of-type{
	max-width: none;
	padding: 18px 15px 14px;
	font-size: 1.3rem;
	line-height: 1.59;
	letter-spacing: 0.25em;
}
.colorBox02 .title{
	text-align: center;
	color: #866239;
	font-size: 1.8rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	white-space: nowrap;

}
.spaBath .title span{background: #fff;padding: 0 5px;}
.spaBox {margin-bottom: 35px;}
.spaBox .title{
	font-size: 1.65rem;
	letter-spacing: 0.25em;
	padding-bottom: 5px;
	border-bottom: 1px solid #a6a6a6;
	text-align: center;
}
.spaBox .text01{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
	padding: 9px
}
.spaBox .text02{
	padding-top: 10px;
	font-size: 1.5rem;
	line-height: 1.43;
	letter-spacing: 0.25em;
}
.spaBath dt{
	text-align: center;
}
.spaBath dd{overflow: hidden;}
.spaBath dd .title{
	font-size: 1.65rem;
	padding:13px 0 8px;
	text-align: center;
}
.spaBath dd .text{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}

.footBath{padding-bottom: 35px;}
.footBath .hd{padding-bottom:10px}
.footBath dt{
	text-align: center;
	padding-bottom: 18px;
}
.footBath .p01,.footBath .p04{
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	line-height: 1.59;
}
.footBath .p01{padding-bottom:15px; }
.footBath .p02{
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	color: #000;
	line-height: 1.6;
}
.footBath .p03{
	font-size: 1.75rem;
	line-height: 1.29;
	color: #bb272d;
	letter-spacing: 0.25em;
	padding-bottom: 20px;
}

/* !around_map.html
---------------------------------------------------------- */
.aroundWrap .hd{
	font-size: 1.75rem;
	color: #866239;
	letter-spacing: 0.2em;
	text-align: center;
}
.aroundTop{padding: 30px 0}
.aroundTop .hd{padding-bottom: }
.aroundTop .topP{
	font-size: 1.5rem;
	letter-spacing: 0.25em;
	padding: 15px 0 13px;
	text-align: center;
}
.aroundWrap .text01{
	font-size: 1.35rem;
	line-height: 1.59;
	letter-spacing: 0.25em;
}
.aroundTop .p01{padding-bottom: 15px}
.googleMap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	max-height: 477px;
	height: 66.25vw;
	position: relative;
	overflow: hidden;
}
.googleMap iframe{
	width: 100%;
	height: 300px;
}
.toggleList{padding-bottom: 10px;}
.toggleHd{
	background: url(../img/icon_arrow05_on.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
    border-bottom: 1.5px solid;
    color: #5f28ac;
    font-size: 2rem;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding-left: 5px;
    padding-bottom: 2px;
    cursor: pointer;
}
.active.toggleHd{
	background: url(../img/icon_arrow05.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
}
.toggleBox{
	padding-bottom: 5px;
}
.toggleBox li{margin-bottom: 20px;}
.toggleBox .title{
	font-size: 1.5rem;
	color: #5f28ac;
	letter-spacing: 0.2em;
	padding-bottom: 8px;
}
.toggleBox dt{
	text-align: center;
}
.toggleBox dt img{margin-bottom: 10px;}
.toggleBox dd{overflow: hidden;}
.toggleBox .linkP a{color: #0071b5;font-size: 1.3rem;line-height: 1.5;}
.toggleBox .btnLink{padding-top: 5px;font-size: 0;}
.toggleBox .btnLink a{
	display: inline-block;
	color: #ae571c;
	margin-right: 14px;
	font-size: 1.35rem;
	letter-spacing: 0.2em;
	padding: 0px 7px;
	line-height: 30px;
	border: 1px solid;
	min-width: 65px;
	text-align: center;
	box-sizing: border-box;
}


.view .toggleHd{
	background: url(../img/icon_arrow06_on.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
    color: #418325;
}
.view .toggleBox .title{color: #418325;}
.view .active.toggleHd{
	background: url(../img/icon_arrow06.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
}

.food .toggleHd{
	background: url(../img/icon_arrow07_on.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
    color: #ae571c;
}
.food .toggleBox .title,.food .toggleBox .title a{color: #ae571c;}
.food .active.toggleHd{
	background: url(../img/icon_arrow07.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
}

.other .toggleHd{
	background: url(../img/icon_arrow08_on.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
    color: #215f88;
}
.other .toggleBox .title{color: #215f88;}
.other .active.toggleHd{
	background: url(../img/icon_arrow08.png)no-repeat right 15px bottom 6px;
    background-size: auto 12px;
}

.aroundMiddle{
	background: url(../img/around/bg_middle.jpg)no-repeat center center;
    background-size: cover;
    height: 225px;
}

.oneDayTour{padding: 25px 0 40px;}
.oneDayTour .text01{padding: 10px 0;text-align: center;}
/*add*/
.confirm .table01 {
  margin-top: 20px;
}
.confirm .table01 th {
  margin-bottom: 5px;
}