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

/* !common
---------------------------------------------------------- */
.telLink {
	pointer-events: none;
}
.btnLink01 {
	display: block;
	border: 1px solid;
	color: #fff;
	width: 100%;
	max-width: 443px;
	height: 60px;
	line-height: 58px;
	box-sizing: border-box;
	padding-left: 120px;
	background: url(../img/icon_ft03.png)no-repeat left 42px center #964a17;
	background-size: 57px auto;
	font-size: 2rem;
}
.btnLink01:hover {
	opacity: .7;
	text-decoration: none;
}
.animated {
	-webkit-animation-duration: 2s!important;
	animation-duration: 2s!important;
}
.sp {
	display: none
}
#mealInfor {
	padding-top: 20px;
	margin-top: -20px;
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 1024px;
	overflow: hidden;
}
.inner {
	max-width: 1040px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
/* !header
---------------------------------------------------------- */

.home header #header{
	background-color: transparent;
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	width: 100%;
	
}

article {
	margin-top: 144px;
}
.home article {
	margin-top: 0px;
}
.home header.changed #header,
#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 144px;
	background-color: #fff;
}
.home #header {
	position: absolute;
}
#headerIn {
	max-width: 1180px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 44px 20px 0;
	position: relative;
}
.home #headerIn {
	min-width: 1024px;
}


.home header.changed #headerIn a,
#headerIn a {
	color: #603813;
}
.home #headerIn a {
	color: #fff;
}
#headerLogo {
	float: left;
}
.indexLogo {
	display: none;
}


.home .otherLogo {
	display: none;
}

.home .indexLogo {
	display: block;
}

.home header.changed .otherLogo{
	display: block !important;
}

.home header.changed .indexLogo{
	display: none !important;
}

.accoBtn a {
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff!important;
	display: block;
	width: 191px;
	height: 64px;
	border: 2px solid #fff;
	border-top: 0;
	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);
	padding-left: 21px;
	padding-top: 17px;
	font-size: 2.2rem;
}
.accoBtn a img {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.accoBtn a span {
	display: none;
}

.home .changed .contactBtn a,
.contactBtn a {
	position: absolute;
	right: 248px;
	top: 22px;
	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.8rem;
	letter-spacing: 0.1em;
}

.home .changed .contactBtn font,
.contactBtn font {
	position: relative;
	top: -2px;
}
.home .contactBtn a {
	background: url(../img/icon_contact_index.png)no-repeat left 15px center;
	background-size: auto;
}


.home .changed .accessBtn a,
.accessBtn a {
	position: absolute;
	right: 500px;
	top: 27px;
	background: url(../img/icon_access.png)no-repeat left top;
	background-size: auto;
	box-sizing: border-box;
	padding-left: 26px;
	font-size: 1.8rem;
	padding-top: 2px;
	letter-spacing: 0.1em;
}
.home .accessBtn a {
	background: url(../img/icon_access_index.png)no-repeat;
	background-size: auto;
}
.accoBtn a:hover, .contactBtn a:hover, .accessBtn a:hover {
	opacity: .7;
	text-decoration: none;
}
.btnMenu {
	display: none;
}
/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	padding-top: 50px;
	float: right;
}
#gNavi li {
	float: left;
	padding: 0 36px;
	position: relative;
}

.home .changed #gNavi li:before,
#gNavi li:before {
	content: '|';
	color: #603813;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}
.home #gNavi li:before {
	color: #fff;
}
#gNavi li:last-of-type {
	padding-right: 0
}
#gNavi li:last-of-type:before {
	content: none !important;
}
#gNavi li a {
	letter-spacing: 0.2em;
	font-size: 1.9rem;
}
#gNavi li a:hover {
	text-decoration: none;
	opacity: .7
}

@media screen and (max-width: 1170px) {
#gNavi li {
	padding: 0 25px;
}
#gNavi li a {
	letter-spacing: 0.1em;
}
}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
}
#mainVisual .bgImg {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	transform: scale(1);
	transition: transform 6s ease-out;
}
#mainVisual .bgImg.active {
	transform: scale(1.1);
}
#mainVisual .flexBox {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.9rem;
	line-height: 2.63;
	letter-spacing: 0.2em;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.snsUl {
	position: absolute;
	right: 40px;
	top: 163px;
	z-index: 3;
    display: none;
}
.snsUl li + li {
	margin-top: 28px;
}
.snsUl li img {
	width: 31px;
}
#mainVisual .p01 {
	position: absolute;
	left: 24px;
	bottom: 25px;
	z-index: 3;
}
.acUl {
	position: absolute;
	right: 30px;
	bottom: 26px;
	z-index: 3;
}
.acUl li + li {
	margin-top: 14px;
}
.acUl li a {
	display: block;
	width: 180px;
	height: 128px;
	box-sizing: border-box;
	padding-top: 77px;
	color: #603813;
	border-radius: 10px;
	background: url(../img/icon_ac01.png)no-repeat center top 25px rgba(255,255,255,0.8);
	background-size: auto;
	text-align: center;
	font-size: 2.8rem;
}
.acUl li:nth-of-type(2) a {
	background: url(../img/icon_ac02.png)no-repeat center top 13px rgba(255,255,255,0.8);
	background-size: auto;
}
.acUl li:nth-of-type(3) a {
	background: url(../img/icon_ac03.png)no-repeat center top 21px rgba(255,255,255,0.8);
	background-size: auto;
}
.acUl li a span {
	font-size: 2.2rem;
	position: relative;
	top: -3px;
}
.acUl li a font {
	font-size: 1.7rem;
	position: relative;
	top: -5px;
	margin-left: 5px;
}
.acUl li a:hover {
	opacity: .7;
	text-decoration: none;
}
@keyframes scroller {
 0% {
 bottom:110px;
 height: 0;
}
 20% {
 bottom: 58px;
 height: 52px;
}
 20.1% {
 bottom: 58px;
 height: 52px;
}
 50% {
 bottom: 58px;
 height: 0;
}
 100% {
 bottom: 58px;
 height: 0;
}
}
.scrollP, .scrollAn {
	position: absolute;
	bottom: 58px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
}
.scrollP {
	bottom: 36px;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
.scrollAn {
	border-right: 1px solid #fff;
	height: 52px;
	-webkit-animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
	animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
}
/* !teaser
---------------------------------------------------------- */
#teaser {
	background: url(../img/bg_blue.png)no-repeat right 13.5vw center;
	background-size: cover;
	height: 550px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 50px;
}
#teaser .bgImg {
	width: 67.5%;
	max-width: 1000px;
	height: 500px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#teaser .inner {
	max-width: 1140px;
	height: 100%;
}
#teaser h1 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #866239;
	font-size: 5rem;
	line-height: 1.12;
	letter-spacing: 0.2em;
}
#contact #teaser h1 {
	font-size: 3.7rem;
	letter-spacing: 0;
	line-height: 1.43
}
#contact #teaser .bgImg {
	background-position: bottom right 15%;
}
#about_spa #teaser .bgImg {
	background-position: center left
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 3;
}
#breadcrumb ul li a {
	color: #808080;
}
#breadcrumb ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 30px;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	color: #808080;
}
#breadcrumb ul li:before {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 2;
	content: ">";
}
#breadcrumb ul li:last-of-type {
	padding-right: 0;
}
#breadcrumb ul li:last-of-type:before {
	content: none;
}
#breadcrumb ul li a:hover {
	text-decoration: none;
	opacity: .7
}
/* !contents
---------------------------------------------------------- */
#contents {
}
#main {
}
#side {
}
.inner {
}
/* !pageTop
---------------------------------------------------------- */
.pageTop a {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 99;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	opacity: 0;
	visibility: hidden;
}
.pageTop span {
	display: block;
}
.pageTop span.spInline {
	display: none;
}
.pageTop.active a {
	opacity: .8;
	visibility: visible;
}
.pageTop a:hover {
	text-decoration: none;
	opacity: .6;
}
/* !footer
---------------------------------------------------------- */
#footer {
	background: #7a3720;
	padding: 50px 0;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .footerIn {
	/*max-width: 940px;*/
    max-width: 600px;
}
.ftLogo img {
	width: 324px;
	padding-bottom: 23px;
}
#footer .addr {
	font-size: 1.7rem;
	line-height: 1.59;
	text-align: center;
	padding-bottom: 40px;
}
#footer ul {
	/*margin-left: -14px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer li {
    /*
	float: left;
	padding-left: 14px;
    */
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 18px;
}
#footer li:first-of-type {
	width: 100%;
}
#footer li > a{
    margin: 0 auto;
}
#footer li:first-of-type .btnLink01 {
	background: url(../img/icon_ft01.png)no-repeat left 71px center #a05240;
	background-size: 40px auto;
	padding-left: 130px;
}
#footer li:nth-of-type(2) .btnLink01 {
	background: url(../img/icon_ft02.png)no-repeat left 65px center #993944;
	background-size: 34px auto;
	padding-left: 115px;
}
#footer li:nth-of-type(3) .btnLink01 {
}
#footer .snsP {
	position: absolute;
	/*left: calc(50% + 60px);*/
    right: 0;
	top: 205px;
	z-index: 2;
    display: none;
}
#footer .snsP a + a {
	margin-left: 28px;
}
#footer .member {
	position: absolute;
	z-index: 2;
	left: calc(50% + 232px);
	top: 147px;
    display: none;
}
#copyright {
	padding-top: 27px;
	text-align: center;
}
/* index.html
---------------------------------------------------------- */
.indexIntro {
	background: url(../img/index/bg_intro.jpg)no-repeat;
	background-size: cover;
	padding: 67px 0 82px;
}
.indexIntro .p01, .indexIntro .p02 {
	font-size: 2rem;
	letter-spacing: 0.25em;
	padding: 45px 0 100px;
}
.indexIntro .p02 {
	padding: 0 0 38px;
}
.indexIntro .p03 {
	font-size: 1.8rem;
	line-height: 1.77;
	letter-spacing: 0.25em;
}
.indexIntro .p03 + .p03 {
	padding-top: 32px;
}
.indexInfor {
	padding: 83px 0 78px;
}
.indexNews {
	float: left;
	width: 54%;
	position: relative;
}
.indexEvent {
	float: right;
	width: 41%;
	position: relative;
}
.indexInfor .hd {
	color: #603813;
	font-size: 2.5rem;
	padding-left: 15px;
	padding-top: 3px;
	background: url(../img/line01.png)no-repeat left center;
	margin-bottom: 20px;
}
.indexInfor .toLink a {
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 3;
	color: #866239;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	background: #fff8e6;
	padding: 8px 3px;
	padding-right: 0;
	border-radius: 50%;
}
.indexInfor .toLink a:hover {
	text-decoration: none;
	opacity: .7
}
.indexInfor .img01 {
	position: absolute;
	right: 97px;
	top: -44px;
	z-index: 3;
}
.indexNews li {
	border-bottom: 1px solid #bbb;
	margin-bottom: 23px;
	padding-bottom: 23px;
	font-size: 1.7rem;
}
.indexNews li:last-of-type {
	margin-bottom: 0
}
.indexNews li .date, .indexNews li .explain, .eventSliderList .text .date, .eventSliderList .text .explain {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.indexNews li .explain {
	width: calc(100% - 150px);
}
.eventSlider {
	background: #fff8e6;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}
.eventSliderList .img {
	width: 223px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	height: 223px;
	display: flex;
	align-items: center;
}
.eventSliderList .text {
	border-bottom: 1px solid #bbb;
	padding: 16px 0;
}
.eventSliderList .text .date {
	width: 130px;
}
.eventSliderList .text .explain {
	width: calc(100% - 130px);
}
.prideTop {
	padding: 73px 0;
	background: url(../img/index/bg_pride_top.png)no-repeat top center;
	background-size: auto;
}
.prideTop .inner {
	max-width: 1140px;
}
.hd01 {
	text-align: center;
	font-size: 2.5rem;
	padding-bottom: 9px;
	background: url(../img/line02.png)no-repeat bottom center;
	background-size: 83px 3px;
	color: #603813;
	letter-spacing: 0.4em;
}
.prideTop .hd01 {
	font-size: 3rem;
	padding-bottom: 16px;
	letter-spacing: 0.4em;
}
.prideTop .text {
	line-height: 2.1;
	color: #4d4d4d;
	letter-spacing: 0.25em;
	padding: 23px 0 50px;
}
.prideTop ul {
	margin-left: -19px;
}
.prideTop li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 19px;
}
.prideTop li:nth-of-type(2) {
	animation-delay: 0.4s;
}
.prideTop li:nth-of-type(3) {
	animation-delay: 0.8s;
}
.prideTop li:nth-of-type(4) {
	animation-delay: 1.2s;
}
.prideTop li a {
	width: 100%;
	height: 164px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 64px 0 30px;
	font-size: 2.3rem;
	line-height: 1.2;
}
.prideTop li a span {
	position: absolute;
	width: 44px;
	height: 52px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/icon_lbx.png)no-repeat;
	background-size: auto;
	font-size: 2.8rem;
	font-weight: normal;
}
.prideTop li a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translateX(-50%);
	width: 28px;
	height: 12px;
	background: url(../img/icon_arrow01.png)no-repeat;
	background-size: auto;
}
.prideTop li a:hover {
	text-decoration: none;
	opacity: .7;
}
.hdBox {
	background: url(../img/index/bg_spa.jpg)no-repeat center center;
	background-size: cover;
	height: 360px;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 80px;
	position: relative;
}
.hdBox .hdP {
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: 0.4em;
}
.hdBox .hdTitle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.95);
	color: #603813;
	width: 934px;
	text-align: center;
	font-size: 3rem;
	padding: 18px 0;
}
.dl01 {
	max-width: 900px;
	margin: 34px auto 88px;
}
.dl01 dt {
	float: left;
	font-size: 1.6rem;
	line-height: 2.1;
	letter-spacing: 0.25em;
	width: 440px;
	margin-right: 50px;
}
.dl01 dd {
	float: right;
	width: 410px;
}
.dl01 ul {
	width: 100%;
}
.dl01 li + li {
	margin-top: 27px;
	animation-delay: 0.6s
}
.btnLink02 {
	display: block;
	border: 2px solid #603813;
	color: #603813;
	width: 100%;
	height: 66px;
	line-height: 62px;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../img/icon_arrow02.png)no-repeat right 17px center;
	background-size: 12px auto;
	font-size: 2.5rem;
}
.btnLink02:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/icon_arrow02_on.png)no-repeat right 17px center #603813;
	background-size: 12px auto;
}
.prideRooms .hdBox {
	background: url(../img/index/bg_rooms.jpg)no-repeat center center;
	background-size: cover;
}
.prideRooms .topP {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.25em;
	max-width: 865px;
	margin: 24px auto 60px;
}
.prideRooms .inner {
	max-width: 1140px;
}
/*tabLink*/
.tabLinkList li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 7px;
	margin-bottom: 25px;
	font-size: 2.2rem;
	position: relative;
}
.tabLinkList li:before, .tabLinkList li:first-of-type:after {
	content: '|';
	color: #603813;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}
.tabLinkList li:first-of-type:after {
	right: auto;
	left: 0;
	transform: translate(-50%, -50%);
}
.tabLinkList li:nth-of-type(n + 6) {
	width: 14.2%;
	padding: 0 4px;
}
.tabLinkList li a {
	background: #fff8e3;
	border-radius: 10px;
	display: block;
	width: 100%;
	color: #603813;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0;
	position: relative;
}
.tabLinkList li:nth-of-type(n + 6) a {
	padding-bottom: 9px;
}
.tabLinkList li a span {
	font-size: 1.6rem;
	display: block;
	padding-bottom: 3px
}
.tabLinkList .noLink {
	color: #603813;
	padding: 18px 7px 6px!important;
}
.tabLinkList li a:before {
	content: none;
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	border-radius: 12px;
	background: -moz-linear-gradient(left, #f5a93b, #e71f79);
	background: -webkit-gradient(linear, left, from(#f5a93b), to(#e71f79));
	background: -webkit-linear-gradient(left, #f5a93b, #e71f79);
	background: -o-linear-gradient(left, #f5a93b, #e71f79);
	background: -ms-linear-gradient(left, #f5a93b, #e71f79);
	background: linear-gradient(left, #f5a93b, #e71f79);
}
.tabLinkList li a font {
	display: none;
}
.tabLinkList li a:hover {
	text-decoration: none;
}
.tabLinkList li a.active:before, .tabLinkList li a:hover:before {
	content: '';
}
.tabLinkList li.line05 a {
	padding-top: 42px;
}
.roomsSlider {
	margin-bottom: 50px;
}
.roomsSliderList {
	position: relative;
}
.roomsSliderList .hd {
	position: absolute;
	font-size: 2.2rem;
	background: rgba(255,255,255,0.9);
	width: 428px;
	line-height: 56px;
	padding-left: 30px;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 3;
	color: #603813;
}
.roomsSliderList ul {
	margin-left: -8px;
	margin-bottom: 26px;
}
.roomsSliderList li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 8px;
}
.roomsSliderList .img {
	margin-bottom: 26px;
}
.roomsSliderList dl {
	border: 1px solid #d1b7ae;
	box-sizing: border-box;
	padding: 12px 0;
}
.roomsSliderList dt, .roomsSliderList dd {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 26px 4px;
}
.roomsSliderList dd {
	border-left: 2px solid #e1dad3;
}
.roomsSliderList .title {
	font-size: 2rem;
	color: #603813;
	padding-bottom: 5px;
}
.roomsSliderList .text {
	color: #4d4d4d;
	line-height: 1.625;
	letter-spacing: 0.1em;
}
.roomsGuide {
	padding-bottom: 35px;
}
.roomsGuide .hd01 {
	font-size: 2.5rem;
	margin-bottom: 38px;
}
.roomsGuide ul {
	margin-left: -65px;
	text-align: center;
	font-size: 0;
}
.roomsGuide li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 65px;
	font-size: 1.6rem;
	margin-bottom: 60px;
}
.roomsGuide .title {
	color: #603813;
	font-size: 2rem;
	padding: 5px 0 10px;
}
.roomsGuide .text {
	line-height: 1.625;
	text-align: left;
	letter-spacing: 0.1em;
}
.prideMeal .hdBox {
	background: url(../img/index/bg_meal.jpg)no-repeat center center;
	background-size: cover;
}
.prideMeal .btn {
	padding-bottom: 60px;
}
/*indexAccess*/
.indexAccess .hd01 {
	margin-bottom: 27px;
	background-size: 54px 3px;
}
.accessInner {
	background: #f3f3f3;
	color: #603813;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.05em;
}
.accessTop .map {
	float: left;
	width: 50%;
}
.accessTop .map iframe {
	display: block;
	width: 100%;
	height: 370px;
}
.carWrap {
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 67px;
	padding-top: 35px;
}
.accessInner .spHd {
	background: url(../img/icon_car.png)no-repeat left top 0px;
	background-size: auto;
	box-sizing: border-box;
	padding: 3px 0 13px 42px;
}
.accessInner .text + .text {
	padding-top: 26px;
}
.accessInner .inner {
	max-width: 1150px;
}
.accessInner ul {
	padding: 45px 0 50px;
}
.accessInner li {
	float: left;
	width: calc(50% - 230px);
	box-sizing: border-box;
	border-left: 1px solid #aa9683;
	padding: 0 30px 16px;
}
.accessInner .plane, .accessInner .bus {
	width: 230px;
}
.accessInner li:last-of-type {
	border-right: 1px solid #aa9683;
}
.accessInner li .text {
	line-height: 1.375
}
.accessInner li .spHd {
	background: url(../img/icon_plane.png)no-repeat center top 0px;
	background-size: auto;
	padding: 33px 0 23px;
	text-align: center;
}
.accessInner .plane .spHd {
	background: url(../img/icon_plane.png)no-repeat center top 0px;
	background-size: auto;
}
.accessInner .jr .spHd {
	background: url(../img/icon_jr.png)no-repeat center top 0px;
	background-size: auto;
}
.accessInner .ship .spHd {
	background: url(../img/icon_ship.png)no-repeat center top 0px;
	background-size: auto;
}
.accessInner .bus .spHd {
	background: url(../img/icon_bus.png)no-repeat center top 0px;
	background-size: auto;
}
/* contact.html
---------------------------------------------------------- */
.contactInfor {
	padding: 60px 0 100px;
	text-align: center;
}
.contactWrap h2, .contactWrap h3{
	text-align: center;
	color: #866239;
	padding-bottom: 9px;
	border-bottom: 1px solid;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
}
.contactInfor .p01 {
	padding: 34px 0 25px;
	line-height: 1.66;
	font-size: 1.5rem;
}
.contactInfor .tel a {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	color: #603813;
	padding-left: 40px;
	background: url(../img/icon_tel02.png)no-repeat center left;
	background-size: auto;
}
.contactInfor .addr {
	color: #603813;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.66;
	padding-top: 14px;
}
.contactForm .topP, .registWrap .p02 {
	font-size: 1.5rem;
	padding: 21px 0;
	text-align: center;
}
.contactForm .topP font, .registWrap .p02 font {
	color: #db4d4d;
}
.table01 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.table01 th, .table01 td {
	box-sizing: border-box;
	padding: 15px 0;
	vertical-align: top;
	line-height: 1.3125;
}
.table01 th {
	text-align: right;
	padding-top: 25px;
}
.table01 td {
	width: 650px;
}
.table01 th span.must, .table01 th span.any {
	float: right;
	color: #808080;
	margin: 0 15px;
}
.table01 th span.must {
	color: #db4d4d
}
.twoLines {
	overflow: hidden;
	display: block;
}
.table01 td select, .table01 td input[type='text'], .table01 td input[type='number'], .table01 td input[type='tel'], .table01 td input[type='email'] {
	height: 42px;
	width: 100%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 15px;
}
.table01 td textarea {
	width: 100%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 14px 15px;
	resize: none;
	font-family: initial;
	min-height: 145px;
	margin-bottom: 5px;
}
.table01 td select {
	background: url(../img/icon_select.png)no-repeat right 17px center;
	background-size: auto;
	max-width: 375px;
	padding: 0 50px 0 15px;
	font-size: 1.6rem;
}
.table01 td input.medium {
	max-width: 375px;
}
.table01 td input.short {
	max-width: 150px;
}
.table01 .example01, .table01 .example02 {
	font-size: 1.5rem;
	color: #575757;
	margin-left: 15px;
}
.table01 .example02 {
	display: block;
	text-align: right;
	padding: 3px 0 0px;
	margin-bottom: -10px
}
.table01 .example02.spe {
	margin-bottom: -25px;
}
.table01 .texta p {
	font-size: 1.5rem;
	line-height: 1.66
}
.table01 .texta p font {
	color: #603813
}
.contactForm .btn {
	text-align: center;
	padding: 20px 0 146px;
}
.contactWrap .btn input[type="submit"] {
	border: none;
	color: #FFf;
	background: #603813;
	width: 188px;
	height: 65px;
	font-size: 2.4rem;
	display: inline-block;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	margin: 0 10px;
}
.contactForm .btn input[type="submit"]:hover {
	opacity: .7
}
label.radioBtn {
	margin-right: 35px;
}
label.radioBtn input[type="radio"] {
	margin-right: 10px;
	position: relative;
	top: 0px;
}
.registWrap {
	padding-bottom: 100px;
}
.registWrap .btn {
	text-align: center;
	padding: 36px 0 42px;
}
.registWrap .p01 {
	font-size: 1.8rem;
	line-height: 1.66;
	padding: 28px 0 32px;
	text-align: center;
}
.discWrap {
	max-width: 700px;
	margin: 0 auto;
}
.discWrap .title {
	font-size: 1.8rem;
	padding-bottom: 3px;
	border-bottom: 2px solid #e3e2df;
	margin-bottom: 12px;
	text-align: center;
}
.discWrap .text {
	font-size: 1.6rem;
	line-height: 1.5625;
}
.discBox {
	background: #ececec;
	box-sizing: border-box;
	padding: 20px;
	font-size: 1.7rem;
	margin-top: 14px;
}
.discBox span {
	margin-right: 17px;
}
.table01 .sex th {
	padding-top: 15px
}
.table01 label.radioBtn {
	margin-right: 87px;
}
.registWrap .notice {
	max-width: 850px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.66
}
/* !meal.html
---------------------------------------------------------- */
.localFood {
	padding: 63px 0 55px;
}
.mealWrap .hd {
	font-size: 3rem;
	letter-spacing: 0.2em;
	color: #866239;
	text-align: center;
}
.localFood .topP {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	text-align: center;
	padding: 35px 0 47px;
}
.localList01 {
	margin-left: -27px;
}
.localList01 li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 27px;
	text-align: center;
}
.localList01 .name {
	font-size: 2rem;
	padding-top: 10px;
	letter-spacing: 0.25em;
}
.localFood .p01 {
	max-width: 790px;
	margin: 50px auto 80px;
	letter-spacing: 0.25em;
	font-size: 1.6rem;
	line-height: 1.6875;
}
.localInner {
	max-width: 930px
}
.localList02 {
	margin-left: -66px;
}
.localList02 li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 66px;
	margin-bottom: 75px;
}
.localList02 dt {
	padding-bottom: 5px;
}
.localList02 dd {
	font-size: 3rem;
	letter-spacing: 0.2em;
	color: #29688c;
	text-align: center;
	padding-bottom: 15px;
}
.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 {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5625;
}
.localList02 li.last {
	width: 100%;
}
.localList02 li.last dl {
	float: left;
	width: 415px;
}
.localList02 li.last dt {
	float: left;
}
.localList02 li.last dd {
	overflow: hidden;
}
.localList02 .linkP {
	padding-top: 14px;
	color: #18477f;
	font-size: 1.6rem;
	line-height: 1.75;
}
.localList02 .linkP span {
	display: block;
}
.localList02 .linkP span.sp {
	display: inline;
}
.localList02 .linkP a {
	color: #18477f;
}
.localList02 .linkP a:hover {
	text-decoration: none;
	opacity: .7
}
.mealInfor h2.hd {
	padding-bottom: 50px;
}
.mealInfor dt {
	float: left;
	width: 57.5%;
	height: 480px;
	margin-right: 55px;
}
.mealInfor dd {
	overflow: hidden;
	max-width: 365px;
}
.mealInfor dl .p01 {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	padding-left: 8px;
}
.mealInfor dl .p02 {
	font-size: 2rem;
	letter-spacing: 0.2em;
	padding: 24px 0 40px 5px;
}
.mealInfor dl .p02 span {
	font-size: 5.5rem;
	letter-spacing: 0.2em;
	margin-right: 24px;
	display: inline-block;
	vertical-align: sub;
	line-height: 1;
}
.mealInfor dl .text {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76
}
.busiHour {
	padding: 60px 0 70px
}
.busiHour .hd {
	font-size: 2.5rem;
	padding-bottom: 10px;
}
.busiHour .p01 {
	font-size: 1.9rem;
	max-width: 300px;
	margin: 0 auto;
	letter-spacing: 0.25em;
	line-height: 1.79
}
.busiHour .p02 {
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 1.7rem;
	padding-top: 18px;
}
.drinkMenu {
	background: #fffdee;
	padding: 52px 0 73px
}
.drinkMenu .inner {
	max-width: 1140px;
}
.drinkMenu .hd {
	font-size: 2.5rem;
	padding-bottom: 28px
}
.drinkMenu ul {
	font-size: 0;
	text-align: center;
	margin-left: -40px
}
.drinkMenu li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 20%;
	padding-left: 40px;
}
.drinkMenu li .name {
	font-size: 1.7rem;
	padding: 6px 0 3px;
	letter-spacing: 0.25em;
}
.drinkMenu li .intro {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.3125
}
.useInfor {
	padding: 76px 0
}
.useInfor .inner {
	max-width: 870px;
}
.useInfor .title {
	text-align: center;
	font-size: 2.5rem;
	padding-bottom: 18px;
	background: url(../img/line03.png)no-repeat bottom center;
	background-size: 65px 1px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.useInfor .text {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76;
	text-align: center;
}
.mealWrap span.onlyguest{
	font-size: 1.4rem;
    color: gray;
}

/* !about_spa.html
---------------------------------------------------------- */
.spaSource {
	padding: 62px 0 100px;
}
.spaWrap .hd {
	font-size: 3.5rem;
	color: #866239;
	letter-spacing: 0.2em;
	text-align: center;
}
.spaSource .hd {
	font-size: 3rem;
	padding-bottom: 60px;
}
.spaSource dt {
	float: left;
	width: 53%;
	margin-right: 45px;
	height: 450px;
}
.spaSource dd {
	overflow: hidden;
	padding-top: 40px;
	max-width: 460px;
}
.spaSource .colorBox {
	border: 2px solid;
	color: #866239;
	box-sizing: border-box;
	padding: 10px 6px;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.68;
	margin-bottom: 32px;
	letter-spacing: 0.2em;
}
.spaSource .text {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76;
}
.spaHistory .hdBox01 {
	height: 460px;
	background: url(../img/spa/bg_history.jpg)no-repeat center center;
	background-size: cover;
}
.spaHistory .hd, .fireWood .hd {
	color: #fff;
}
.spaHistory .inner {
	max-width: 1130px;
}
.spaHistory dl, .fireWood dl {
	padding: 47px 0 100px;
}
.spaHistory dt {
	float: left;
	width: calc(100% - 434px);
	margin-right: 80px;
	font-size: 1.7rem;
	line-height: 1.76;
	letter-spacing: 0.25em;
}
.spaHistory dd {
	overflow: hidden;
}
.fireWood .hdBox01 {
	height: 360px;
	background: url(../img/spa/bg_wood.jpg)no-repeat center center;
	background-size: cover;
}
.fireWood .inner {
	max-width: 1240px;
}
.fireWood dt {
	float: left;
	margin-right: 3.4%;
	width: 53.7%;
	height: 365px;
}
.fireWood dd {
	overflow: hidden;
}
.fireWood dd .title {
	letter-spacing: 0.2em;
	font-size: 2.7rem;
	line-height: 1.74;
	padding-bottom: 40px;
}
.fireWood dd .text {
	font-size: 1.7rem;
	line-height: 1.76;
	letter-spacing: 0.25em;
	max-width: 460px
}
.spaBath {
	padding-bottom: 84px;
}
.spaBath .hd {
	padding-bottom: 27px;
}
.spaBath .bathTop {
	max-width: 1200px;
	margin: 0 auto 55px;
	height: 494px;
}
.spaBath .colorBox02 {
	float: left;
	min-height: 140px;
	border: 1px solid #866239;
	box-sizing: border-box;
	padding: 50px 25px 20px;
	font-size: 2rem;
	margin-bottom: 50px;
	letter-spacing: 0.25em;
	position: relative;
}
.spaBath .colorBox02:last-of-type {
	float: right;
	max-width: 700px;
	padding: 30px 25px 20px;
	font-size: 1.7rem;
	line-height: 1.76;
	letter-spacing: 0.25em;
}
.colorBox02 .title {
	text-align: center;
	color: #866239;
	font-size: 2.5rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.spaBath .title span {
	background: #fff;
	padding: 0 5px;
}
.spaBox {
	margin-bottom: 70px;
}
.spaBox .title {
	font-size: 2.4rem;
	letter-spacing: 0.25em;
	padding-bottom: 6px;
	border-bottom: 2px solid #a6a6a6;
	text-align: center;
}
.spaBox .text01 {
	padding: 16px 40px 0;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76;
}
.spaBox .text02 {
	padding-top: 33px;
	font-size: 2rem;
	letter-spacing: 0.25em;
}
.spaBath dt {
	float: right;
	margin-left: 25px;
}
.spaBath dd {
	overflow: hidden;
}
.spaBath dd .title {
	font-size: 2rem;
	padding-bottom: 17px;
}
.spaBath dd .text {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76;
}
.footBath {
	padding-bottom: 100px;
}
.footBath .hd {
	padding-bottom: 30px
}
.footBath dt {
	float: left;
	margin-right: 50px;
}
.footBath dd {
	overflow: hidden;
}
.footBath .p01, .footBath .p02, .footBath .p04 {
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	line-height: 1.76;
}
.footBath .p01 {
	padding-bottom: 25px;
}
.footBath .p02, .footBath .p04 {
	color: #000;
	line-height: 1.5;
}
.footBath .p03 {
	font-size: 1.9rem;
	line-height: 1.32;
	color: #bb272d;
	letter-spacing: 0.25em;
}
/* !around_map.html
---------------------------------------------------------- */
.aroundWrap .hd {
	font-size: 3rem;
	color: #866239;
	letter-spacing: 0.2em;
	text-align: center;
}
.aroundTop {
	padding: 62px 0
}
.aroundTop .hd {
padding-bottom:
}
.aroundTop .topP {
	font-size: 2rem;
	letter-spacing: 0.25em;
	padding: 23px 0 27px;
	text-align: center;
}
.aroundWrap .text01 {
	font-size: 1.7rem;
	line-height: 1.76;
	letter-spacing: 0.25em;
}
.aroundTop .p01 {
	padding-bottom: 18px
}
.googleMap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 22px;
	height: 477px;
	position: relative;
	overflow: hidden;
}
.googleMap iframe{
	width: 100%;
	height: 477px;
}

.toggleList {
	padding-bottom: 20px;
}
.toggleHd {
	background: url(../img/icon_arrow05_on.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
	border-bottom: 3px solid;
	color: #5f28ac;
	font-size: 3rem;
	line-height: 1.4;
	box-sizing: border-box;
	margin: 0 -50px 14px;
	padding-left: 50px;
	cursor: pointer;
}
.active.toggleHd {
	background: url(../img/icon_arrow05.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
}
.toggleBox {
	padding-bottom: 10px;
}
.toggleBox li {
	margin-bottom: 40px;
}
.toggleBox .title {
	font-size: 2.5rem;
	color: #5f28ac;
	letter-spacing: 0.2em;
	padding-bottom: 8px;
}
.toggleBox dt {
	float: left;
}
.toggleBox dt img {
	margin-right: 20px;
}
.toggleBox dd {
	overflow: hidden;
}
.toggleBox .linkP a {
	color: #0071b5;
	font-size: 1.5rem;
	line-height: 2;
}
.toggleBox .btnLink {
	padding-top: 10px;
	font-size: 0;
}
.toggleBox .btnLink a {
	display: inline-block;
	color: #ae571c;
	margin-right: 28px;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	padding: 0px 15px;
	line-height: 61px;
	border: 2px solid;
	min-width: 140px;
	text-align: center;
	box-sizing: border-box;
}
.view .toggleHd {
	background: url(../img/icon_arrow06_on.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
	color: #418325;
}
.view .toggleBox .title {
	color: #418325;
}
.view .active.toggleHd {
	background: url(../img/icon_arrow06.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
}
.food .toggleHd {
	background: url(../img/icon_arrow07_on.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
	color: #ae571c;
}
.food .toggleBox .title, .food .toggleBox .title a {
	color: #ae571c;
}
.food .active.toggleHd {
	background: url(../img/icon_arrow07.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
}
.other .toggleHd {
	background: url(../img/icon_arrow08_on.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
	color: #215f88;
}
.other .toggleBox .title {
	color: #215f88;
}
.other .active.toggleHd {
	background: url(../img/icon_arrow08.png)no-repeat right 65px bottom 9px;
	background-size: auto 15px;
}
.aroundMiddle {
	background: url(../img/around/bg_middle.jpg)no-repeat center center;
	background-size: cover;
	height: 225px;
}
.oneDayTour {
	padding: 50px 0 100px;
}
.oneDayTour .inner {
	max-width: 1140px;
}
.oneDayTour .text01 {
	padding: 20px 0;
	text-align: center;
}
/*add*/
.confirm .table01 th, .confirm .table01 td {
	padding: 15px 0 !important;
}
.confirm .table01 td {
	padding-left: 20px !important;
}
.contactTable .btn {
	width: 200px;
	margin: 0 auto;
}
.contactTable .btn .btnLink02 {
	padding-left: 0;
}
.colorRed {
	color: #db4d4d;
}
.slideshow{
	display: block;
}
.slideshow a.navi{
	display: inline-block;
	width:15%;
}
.slideshow a img.navi_img{
margin-bottom: 70%;
}
.slideshow-container{
  display: inline-block;
  width: 67%;
  position: relative;
  margin: auto;

}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

