@charset 'UTF-8';
/* --------------------------------------------------
    reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* --------------------------------------------------
    base
-------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	_overflow: auto;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.7;
	color: #333;
	background: #f7f8fb;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1020px;
}
body.navOpen {
	overflow: hidden
}
a {
	position: relative;
	color: inherit;
}
a[href^=tel] {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inher
}

@media screen and (min-width: 737px) {
a img {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}
.no-touchevents a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
}
}

@media screen and (max-width: 736px) {
body {
	font-size: 12px;
	font-size: 1.2em;
	min-width: 100%;
}
}
/* ---------------------
   Heading, Paragraph
--------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* ---------------------
   List
--------------------- */
ol, ul, li {
	zoom: 1;
	list-style: none;
}
/* ---------------------
   Table
--------------------- */
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
dl, dt, dd {
	zoom: 1;
}
/* ---------------------
   Form
--------------------- */
fieldset {
	border: none;
}
input[type=submit], input[type=number], input[type=button], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, select, label, button {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
}
input[type=submit], input[type=number], input[type=button], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, button, select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=number], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, select {
	position: relative;
	width: 100%;
	padding: 7px 12px;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px #eaeff3 inset;
}
button {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
label {
	cursor: pointer;
}
legend {
	display: none;
}

@media screen and (max-width: 736px) {
input[type=number], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, select {
	padding: 7px 10px;
}
}
/* ---------------------
   Other
--------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: none;
}
object {
	vertical-align: middle;
	outline: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
small {
	font-size: 100%;
}
abbr, acronym {
	font-variant: normal;
	border: none;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	display: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	margin: 0
}
/* --------------------------------------------------
    for slick
-------------------------------------------------- */
.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 27px;
	height: 100%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.slick-prev {
	left: -56px;
	background-image: url(../../content/100807627.png);
}
.slick-next {
	right: -56px;
	background-image: url(../../content/100807626.png);
}
.slick-dots {
	text-align: center;
	height: 10px;
}
.slick-dots li {
	display: inline-block;
	text-indent: -9999px;
	height: 10px;
	width: 10px;
	background: #c3c3c3;
	border-radius: 50%;
	margin: 0 6px;
}
.slick-dots .slick-active {
	background: #b09d60;
}

@media screen and (max-width: 1060px) {
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
}

@media screen and (max-width: 736px) {
.slick-arrow {
	width: 40px;
	background-size: 13px auto;
}
.slick-prev {
	left: 5px;
	background-position-x: left;
}
.slick-next {
	right: 5px;
	background-position-x: right;
}
.slick-dots {
	height: 8px;
}
.slick-dots li {
	height: 8px;
	width: 8px;
}
}
/* --------------------------------------------------
    utility
-------------------------------------------------- */
/* ---------------------
   transition
--------------------- */
.trs {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.trp {
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-ms-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}
.trp:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
.trs-dr02 {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.trs-dr03 {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.trs-dr05 {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.trs-dr06 {
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
}
.trs-dr08 {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.trs-dr12 {
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	transition-duration: 1.2s;
}
.trs-tfCb {
	-webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	transition-timing-function: cubic-bezier(0, .96, .4, .99);
}
/* ---------------------
   txt
--------------------- */
.txt p:not(:last-child) {
	margin-bottom: 1.2em;
}
/* ---------------------
   cf
--------------------- */
.cf:after {
	display: block;
	clear: both;
	content: '';
}
/* ---------------------
   frame
--------------------- */
.frame {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
.frame .frame {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 736px) {
.frame {
	padding-right: 20px;
	padding-left: 20px;
}
}
/* ---------------------
   font
--------------------- */
.ff-en {
	font-family: 'Quicksand', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
}
.ff-en02 {
	font-family: 'Cinzel', cursive;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: normal;
}
.ff-min {
	font-family: times new roman, 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
/* ---------------------
   device
--------------------- */
.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width: 736px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
}
/* ---------------------
   hover
--------------------- */
.hoverImg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hoverImg-bg {
	position: absolute;
	display: block;
}
.hoverImg_img, .hoverImg-bg_img {
	min-width: 100%;
	-webkit-transition: all .8s cubic-bezier(0, 0, .15, .99);
	-moz-transition: all .8s cubic-bezier(0, 0, .15, .99);
	-ms-transition: all .8s cubic-bezier(0, 0, .15, .99);
	transition: all .8s cubic-bezier(0, 0, .15, .99);
}
.hoverImg-bg_img {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 737px) {
/* hoverImg(zoom) */
.device-pc a:hover .hoverImg_img, .device-pc a:hover .hoverImg-bg_img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.device-pc a:hover .hoverImg_img img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* txt(opacity) */
.device-pc a .hoverImg+[class*="Txt"]>*:not(.btn), .device-pc a .hoverImg+[class*="txt"]>*:not(.btn), .device-pc a .plan_txtInner {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.device-pc a:hover .hoverImg+[class*="Txt"]>*:not(.btn), .device-pc a:hover .hoverImg+[class*="txt"]>*:not(.btn), .device-pc a:hover .plan_txtInner {
	opacity: .6
}
}
/* ---------------------
   other
--------------------- */
.aParent {
	position: relative;
}
i.icon {
	line-height: 1;
	width: 1em;
}
.link-pdf, a[href*=pdf] {
	padding-left: 18px;
	position: relative;
}
.link-pdf:before, a[href*=pdf]:before {
	content: "";
	background: url(../../content/100809583.png) no-repeat center center;
	width: 15px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 736px) {
.aTarget {
}
}
/* --------------------------------------------------
    component
-------------------------------------------------- */
/* ---------------------
	btn
--------------------- */
.btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.btn_target {
	width: 100%;
	height: 100%;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	display: table;
}

@media screen and (min-width: 737px) {
.no-touchevents .btn_target:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: transform .5s cubic-bezier(0, .58, 0, .96);
	-moz-transition: transform .5s cubic-bezier(0, .58, 0, .96);
	-ms-transition: transform .5s cubic-bezier(0, .58, 0, .96);
	transition: transform .5s cubic-bezier(0, .58, 0, .96);
}
}
.btn_target span {
	position: relative;
	z-index: 10;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.btn_target:before {
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 1em;
	z-index: 10;
}
.btn_target.icon-icon-exlink:before {
	font-size: 11px;
	font-size: 1rem;
	top: 0;
	bottom: 0;
	right: 20px;
}
.btn_target[href*=pdf]:before {
	left: auto;
}
.btn_target.icon-download:before {
	font-size: 16px;
	font-size: 1.6rem;
	top: -2px;
	bottom: 0;
	right: 20px;
}
.btn-w {
	max-width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.btn-s {
	font-size: 12px;
	font-size: 1.2rem;
	max-width: 200px;
}
.btn-s .btn_target:before {
	right: 15px;
}
.btn-g {
	color: #fff;
}
.btn-g .btn_target {
	background: #b09d60;
}
.btn-g .btn_target:after {
	background: #8c7d4d;
}
.btn-b .btn_target {
	background: #e9e6dc;
}
.btn-b .btn_target:after {
	background: #ded6bc;
}
.btn-b .btn_target:before {
	color: #b09d60;
}
.btn-gl {
	color: #fff;
}
.btn-gl .btn_target {
	background: #666;
}
.btn-gl .btn_target:after {
	background: #444;
}
.btn-wF .btn_target {
	border: 1px solid #fff
}
.btn-wF .btn_target:after {
	background: #fff;
}
.btn-glF .btn_target {
	border: 1px solid #dedfe1;
	padding: 10px 30px 10px 15px;
}
.btn-glF .btn_target:after {
	background: #dedfe1;
}
.btn-bd .btn_target {
	padding: 5px;
}
.btn-bd .btn_target span {
	border: 1px solid #cac4b3;
	padding: 10px 25px 10px;
}
.btn-gF .btn_target {
	border: 1px solid #676363
}
.btn-gF .btn_target:after {
	background-color: #676363
}
.btn-lgF .btn_target {
	border: 1px solid #ddd;
}
.btn-lgF .btn_target:after {
	background: #ececec;
}
.btn_target:hover:after, a:hover .btn_target:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
@media screen and (min-width: 737px) {
.no-touchevents .btn-wF:hover, .no-touchevents a:hover .btn-wF .btn_target:after {
	color: #4e4948
}
}
@media screen and (max-width: 736px) {
.btn {
	max-width: 240px;
}
.btn-bd .btn_target {
	padding: 2px;
}
.btn-w {
	max-width: 240px;
	padding-left: 0;
	padding-right: 0
}
.btn-s {
	max-width: 180px;
	font-size: 10px;
	font-size: 1rem;
}
}
/* ---------------------
   iconClose
--------------------- */
.iconClose {
	position: fixed;
	z-index: 700;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.iconClose_line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b09d60;
	top: 0;
	bottom: 0;
	margin: auto;
}
.iconClose_line:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.iconClose_line:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
/* ---------------------
   accoItem
--------------------- */
.accoItem:not(.accoItem-sp) .accoItem_cnt {
	display: none;
}
@media screen and (min-width: 737px) {
.accoItem-sp .accoItem_cnt {
	display: block!important
}
}

@media screen and (max-width: 736px) {
.accoItem-sp .accoItem_cnt {
	display: none;
}
}
/* ---------------------
	block
--------------------- */
.block {
	padding-top: 60px;
}
.block-bg, .pageBody>.block:last-child:not(.backArea), .main>.block:last-child {
	padding-bottom: 60px;
}
._sortBox+.block, ._pageHead+.block:not(.block-bg) {
	padding-top: 0
}
.pageBody>.block:not(.block-bg):first-child, .pageBody>.frame>.block:not(.block-bg):first-child {
	margin-top: -50px;
}
.block:not(.block-bg):not(._map)+.block-bg {
	margin-top: 60px;
}
.block_headImg {
	margin-bottom: 45px;
}
.block_headImg-col2 .block_headImgItem {
	float: left;
	width: 49%;
}
.block_headImg-col2 .block_headImgItem:nth-child(even) {
	float: right;
	text-align: right;
}
.block_ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: lighter;
	line-height: 1.4;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: .06em;
}
.block_ttl.ff-en {
	letter-spacing: .1em;
}
.block_lead {
	line-height: 2.14;
	text-align: center;
}
.block_btn {
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
.block {
	padding-top: 30px;
}
.block-bg, .pageBody>.block:last-child:not(.backArea), .main>.block:last-child {
	padding-bottom: 30px;
}
.pageBody>.block:not(.block-bg):first-child, .pageBody>.frame>.block:not(.block-bg):first-child {
	margin-top: -30px;
}
.block:not(.block-bg):not(._map)+.block-bg {
	margin-top: 30px;
}
._map+.block-bg {
	margin-top: 0;
}
.block_headImg {
	margin-bottom: 25px;
}
.block_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 15px;
}
.block_lead {
	text-align: left;
}
.block_btn {
	margin-top: 14px;
}
}
/* --------------------------------------------------
    common
-------------------------------------------------- */
.mainVisual {
	min-height: 480px;
	height: 70%;
	height: -webkit-calc(100vh - 220px);
	height: calc(100vh - 220px);
	overflow: hidden;
	position: relative;
}
.mainVisual .video {
	display: none;
}
.device-pc .mainVisual .video, .device-pc .mainVisual iframe {
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	width: auto;
	display: block;
}
.device-pc .mainVisual {
	background-image: none!important;
}
/* --------------------------------------------------
  .mainVisualYT
-------------------------------------------------- */
.mainVisualYT {
	min-width : 1020px;
	height: calc(100vh - 220px);
	position: relative;
	padding: 56.206% 0 0;
	overflow: hidden;
	display: none;
}
.device-pc .mainVisualYT {
	display: block
}
.mainVisualYT:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.mainVisualYT iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mainVisualYT.fac-youtube-area {
	padding: 0;
}
.mainVisualYT.fac-youtube-area:after {
	background: #000;
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0s;
}
.mainVisualYT.fac-youtube-area.fac-youtube-area-playing:after {
	opacity: 0;
	transition-delay: 0.2s;
}
.mainVisualYT.fac-youtube-area > .fac-youtube-area-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:11; 
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	visibility: visible;
	opacity: 1
}

.mainVisualYT.fac-youtube-area.fac-youtube-area-playing > .fac-youtube-area-loader {
	-webkit-transition: opacity .4s ease-out,visibility 0s ease-out 1s;
	-o-transition: opacity .4s ease-out,visibility 0s ease-out 1s;
	transition: opacity .4s ease-out,visibility 0s ease-out 1s;
	visibility: hidden;
	opacity: 0;
}

.mainVisualYT.fac-youtube-area > .fac-youtube-area-loader > .fac-youtube-area-loader-icon {
	width: 50px;
	height: 50px;
	-webkit-animation: 1s loading linear infinite;
	animation: 1s loading linear infinite;
	border: 1px solid #aaa;
	border-top: 1px solid #555;
	border-radius: 50%;
	background-color: transparent
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.mainVisualYT_fallback {
	display: block
}
.device-pc .mainVisualYT_fallback {
	display: none
}

@media screen and (max-width: 736px) {
.mainVisualYT, .device-pc .mainVisualYT {
	min-width : 320px;
	max-height: 320px;
	min-height: 200px;
	margin-top: 45px;
	display: none
}
.device-pc .mainVisualYT_fallback {
	display: block
}
}
/* ---------------------
   wrapper
--------------------- */
.wrapper {
	padding-top: 190px;
	position: relative;
	z-index: 10;
	background: #F6F7FB;
}

@media screen and (max-width: 736px) {
.wrapper {
	padding-top: 45px;
}
}
/* ---------------------
   header
--------------------- */
.header {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 190px;
	top: 0;
	left: 0;
	z-index: 100;
	min-width: 1020px;
}
.header_logo {
	text-align: center;
}
.header_logo a {
	display: inline-block;
}

@media screen and (max-width: 736px) {
.header {
	min-width: 100%;
	padding: 0;
	height: 45px;
	position: fixed;
	overflow: visible;
}
.header_logo {
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
.header_logo a {
	background-repeat: no-repeat;
	background-position: center center;
}
}
/* ---------------------
   main
--------------------- */
.main {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.loaded .main {
	opacity: 1;
}
/* ---------------------
	nav
--------------------- */
@media screen and (max-width: 736px) {
.header_nav {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	background: rgba(255,255,255,.95);
	top: 0;
	left: 0;
	z-index: 500;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-moz-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-ms-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
}
.header_nav.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
}

@media screen and (min-width: 737px) {
.header_nav {
	display: block!important
}
}
/* gNav */
.gNav {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
}
.gNav_list {
	display: inline-block;
	margin-left: -30px;
}
.gNav_item {
	float: left;
	margin-left: 30px;
}
.gNav_item a {
	text-decoration: none;
}

@media screen and (max-width: 736px) {
.gNav {
	position: static;
}
.gNav_list {
	display: block;
	padding-top: 45px;
	margin: 0;
}
.gNav_item {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 20px;
}
.gNav_item a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #e7e7e7;
}
}
.sNav {
	position: absolute;
	top: 20px;
	left: 30px;
}
.sNav_item {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 5px;
}
.sNav_item a {
	text-decoration: none;
}
.sNav_item-lang {
	width: 120px;
}
.lang {
	border: 1px solid #ddd;
	line-height: 1.5;
	padding: 1px 7px;
	font-size: 11px;
	font-size: 1.1rem;
}
.sNav_item-lang:before {
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 16px;
	color: #b09d60;
	font-size: 18px;
	font-size: 1.8rem;
}
.sNav_item-menu {
	color: #b09d60;
	margin-bottom: 10px;
	cursor: pointer;
	letter-spacing: .07em;
	font-size: 15px;
	font-size: 1.5rem;
}
.sNav_item-menu img {
	padding-right: 18px;
	float: left;
	display:  block;
}
.sNav_item-menu span {
	border-left: 1px solid #ddd;
	padding-left: 18px;
	line-height: 30px;
	display: block;
	float: right;
}

@media screen and (max-width: 736px) {
.sNav {
	position: static;
	padding: 20px;
}
.sNav_item {
	/* margin-bottom: 20px; */
	display: none;
}
.sNav_item:last-child {
 margin-bottom: 0
}
.sNav_item-lang {
	width: 100%;
	display: block;
}
.sNav_item a {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}
.lang {
	padding: 14px 10px;
	border-radius: 4px;
}
}
.cNav_list {
	position: absolute;
	right: 20px;
	float: right;
}
.cNav_list-btns {
	top: 20px;
}
.cNav_list-cont {
	top: 60px;
}
.cNav_item {
	float: left;
	width: auto;
	margin-left: 10px;
}
.cNav_item:first-child {
	margin-left: 0px;
}
.cNav_item-tel {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
}
.cNav_item-tel span {
	font-size: 20px;
	font-size: 2rem;
	display: block;
}
.cNav_btn-cont {
	width: 332px;
	font-size: 12px;
	font-size: 1.2rem;
}
.cNav_btn-rsv {
	width: 100px;
}
.cNav_btn-ticket {
	width: 111px;
	color: #fff;
}
.cNav_btn .btn_target {
	padding: 0;
	height: 32px;
}
.cNav_btn-cont .btn_target {
	margin-top: 2px;
}
.cNav_btn-ticket .btn_target {
	background: #584f30;
}
.cNav_btn-ticket .btn_target:after {
	background: #252113;
}

@media screen and (max-width: 736px) {
.cNav {
	position: static;
	padding: 20px 20px 0;
}
.cNav_list+.cNav_list {
	margin-top: 10px;
}
.cNav_list {
	position: static;
	float: none;
}
.cNav_list-cont {
	padding: 10px 9px;
	background: #e0e0e0;
}
.cNav_item {
	margin-left: 2%;
}
.cNav_item-tel {
	float: none;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 4px;
}
.cNav_item-tel span {
	font-size: 22px;
	font-size: 2.2rem;
}
.cNav_btn {
	width: 100%;
	max-width: 100%;
}
.cNav_btn:first-child:nth-last-child(2), .cNav_btn:first-child:nth-last-child(2) ~ .cNav_btn {
	width: 49%;
	max-width: 49%;
}
.cNav_btn:first-child:nth-last-child(3), .cNav_btn:first-child:nth-last-child(3) ~ .cNav_btn {
	width: 32%;
	max-width: 32%;
} 
.cNav_btn-cont {
	float: none;
	width: 100%;
	max-width: 100%;
	height: 29px;
}
.cNav_btn .btn_target {
	height: 40px;
}
.cNav_btn-cont .btn_target {
	background: #ffffff;
	border: 0;
	height: 28px;
}
}
.gNav_item a, .sNav_item a {
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gNav_item a:hover, .sNav_item a:hover {
	color: #b09d60
}

@media screen and (max-width: 736px) {
}
/* ---------------------
   header-mini
--------------------- */
.header-mini {
	position: fixed;
	height: 116px;
	background: rgba(255,255,255,.95);
	top: -116px;
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(0, 0, 0, 0.88);
	-moz-transition: all .5s cubic-bezier(0, 0, 0, 0.88);
	-ms-transition: all .5s cubic-bezier(0, 0, 0, 0.88);
	transition: all .5s cubic-bezier(0, 0, 0, 0.88);
}
.header-mini.show {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	transition-delay: .8s;
}
.header-mini .header_logo {
	margin-bottom: 12px;
}
.header-mini .gNav {
	font-size: 0;
	bottom: 10px;
}
.header-mini .gNav_item {
	font-size: 13px;
	font-size: 1.3rem;
}
.header-mini .cNav {
	position: absolute;	
	right: 20px;	
	top: 20px;
}
.header-mini .cNav_list {
	float:left;
	position: static;
}
.header-mini .cNav_list-cont {
	margin-left: 10px;
}
.header-mini .cNav_btn-cont {
	width: 120px;
	font-size: 14px;
	font-size: 1.4rem;
}
.header-mini .cNav_btn-cont .btn_target {
    margin-top: 0
}

@media screen and (max-width: 736px) {
.header-mini {
	display: none;
	height: 45px;
}
}
/*----------------
   menuTrigger
--------------------- */
.menuTrigger {
	display: none;
}

@media screen and (max-width: 736px) {
.menuTrigger {
	position: fixed;
	z-index: 700;
	top: 15px;
	right: 15px;
	display: block;
	width: 22px;
	height: 19px;
	cursor: pointer;
}
.menuIcon_line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #b09d60;
}
.menuIcon_line:nth-of-type(1) {
	top: 0;
}
.menuIcon_line:nth-of-type(2) {
	top: 7px;
}
.menuIcon_line:nth-of-type(3) {
	top: 14px;
}
/* open */
.menuIcon_line.open:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menuIcon_line.open:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.menuIcon_line.open:nth-of-type(3) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
}
/* ---------------------
   resortMenu
--------------------- */
.resortMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	background: rgba(255,255,255,.95);
	top: 0;
	left: 0;
	z-index: 500;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-moz-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-ms-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	transition: all .5s cubic-bezier(0, 0.44, 0, 0.97);
	padding: 35px 0 100px;
	display: block;
}
.resortMenu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	text-align: center;
}
.resortMenu_logo {
	margin-bottom: 30px;
}
.rNav_list {
	border-top: 1px solid #e5e5e5;
}
.rNav_item {
	border-bottom: 1px solid #e5e5e5;
}
.rNav_item-hotel {
	padding: 20px 0 40px;
}
.rNav_item-about {
	border: 1px solid #cccccc;
	margin-top: 30px;
}
.rNav_item>a, .rNav_item>span {
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 0;
	display: block;
}
.rNav_item>a {
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.resortMenu_close {
	-webkit-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-moz-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	-ms-transition: all .3s cubic-bezier(0, 0.44, 0, 0.97);
	transition: all .5s cubic-bezier(0, 0.44, 0, 0.97);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
	opacity: 0;
	top: 30px;
	right: 40px;
}
.resortMenu_close.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}
.rNav_item>a:hover {
	color: #b09d60
}

@media screen and (max-width: 736px) {
.resortMenu, .resortMenu_close {
	display: none
}
}
.rCNav {
	padding-top: 30px;
}
.rCNav_list+.rCNav_list {
}
.rCNav_list-cont {
	padding: 10px;
	background: #e0e0e0;
	margin-top: 20px;
}
.rCNav_item {
	margin: 0;
}
.rCNav_item:first-child {
}
.rCNav_item-tel {
	float: none;
	font-size: 1.2rem;
}
.rCNav_item-tel span {
	font-size: 22px;
	font-size: 2.2rem;
	margin-left: 9px;
}
.rCNav_btn {
	width: 460px;
	max-width: 100%;
	float: left;
}
.rCNav_btn-cont {
	float: none;
	width: 100%;
	max-width: 100%;
}
.rCNav_btn-ticket {
	color: #fff;
}
.rCNav_btn:nth-child(even) {
	float: right;
}
.rCNav_btn .btn_target {
	height: 40px;
}
.rCNav_btn-ticket .btn_target {
	background: #584f30;
}
.rCNav_btn-ticket .btn_target:after {
	background: #252113;
}
.rCNav_btn-cont .btn_target {
	background: #ffffff;
	border: 0;
	height: 28px;
}
.rSNav {
	margin-top:  20px;
}
.rSNav_list {
	float:right
}
.rSNav_item {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	border-right: 1px solid #a2a2a2;
	padding: 0 10px;
	float: left;
}
.rSNav_item:first-child {
	border-left: 1px solid #a2a2a2;
}
.rSNav_item a {
	text-decoration: none
}
/* ---------------------
   main
--------------------- */
/* ---------------------
	footer
--------------------- */
.footer {
	background: #413c3c;
}

@media screen and (max-width: 736px) {
}

.footer_head {
	background: #4e4948;
	color: #fff;
	padding: 40px 0 15px;
}
.page_hotel .footer_head {
	display: none
}
.footer_logo {
	float: left;
	margin-top: 5px;
}
.footer_meta {
	float: right;
}
.footer_tel {
	float: left;
	margin-right: 20px;
}
.footer_telTtl {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.footer_telNo {
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.4;
}
.footer_telNo span {
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
}
.footer_rsv {
	float: left;
}
.footer_rsvBtn {
	width: 140px;
}
.footer_rsvBtn .btn_target {
	padding: 9px 8px;
}
.footer_rsvNote {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	margin-top: 8px;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
.footer_head {
	padding: 18px 0 10px;
}
.footer_logo {
	display: none;
}
.footer_meta {
	float: none;
}
.footer_tel {
	width: 48%;
	margin: 0;
}
.footer_telTtl {
	float: none;
	margin: 0 0 5px;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
}
.footer_telNo {
	text-align: left;
	font-size: 9px;
	font-size: .9rem;
}
.footer_telNo span {
	font-size: 18px;
	font-size: 1.8rem;
}
.footer_rsv {
	width: 48%;
	float: right;
}
.footer_rsvBtn {
	width: 100%;
	max-width: 100%;
}
}
.footer_body {
	color: #fff;
	padding-top: 40px;
}
.footer_col {
	float: left;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
}
.footer_col:nth-child(3n) {
	margin-right: 0;
}
.footer_item {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 25px;
}
.footer_item:last-child {
	margin-bottom: 0
}
.footer_item a {
	text-decoration: none;
}
.footer_item>a {
	font-weight: bold;
}
.footer_item a:before {
	display: none;
}
.footer_innerItem {
	color: #b5b4b4;
	margin-top: 10px;
}
.footer_btn {
	max-width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.footer_btn .btn_target {
	display: table;
	height: 40px;
	width: 100%;
	position: relative;
	padding: 0;
}
.footer_btn span {
	display: table-cell;
	vertical-align: middle;
}
.footer_btn-bnr {
	background: #fff;
	text-align: center;
	margin-top: 20px;
}
.footer_btn-bnr-fb {
	background: #3b579d;
}
.footer_btn-bnr a {
	display: table;
	height: 60px;
	width: 100%;
	position: relative;
}
.footer_btn-bnr span {
	display: table-cell;
	vertical-align: middle;
}
.footer_btn-bnr i {
	color: #333;
	font-size: 10px;
	font-size: 1rem;
	position: absolute;
	right: 0;
	height: 1em;
	width: 1em;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	line-height: 1;
}
.footer_btn-bnr-fb i {
	color: #fff;
}
.footer_fb {
	margin-top: 20px;
}
.footer_item a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 737px) {
.footer_innerList {
	display: block!important
}
}

@media screen and (max-width: 736px) {
.footer_body {
	padding: 0;
}
.footer_body .frame {
	padding: 0;
}
.footer_col {
	width: 100%;
	float: none;
	margin: 0;
}
.footer_item {
	margin: 0;
	border-bottom: 1px solid #4e4948;
}
.footer_item a {
	display: block;
	padding: 16px 0;
	margin: 0 20px;
	position: relative;
}
.footer_item a:before {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	width: 1em;
	color: #797373;
}
.footer_innerList {
	background: #4a4545;
}
.footer_innerItem {
	margin: 0;
	color: #fff;
}
.footer_innerItem>a {
	border-bottom: 1px solid #333;
}
.footer_innerItem:last-child>a {
	border-bottom: 0
}
.footer_innerItem i {
	color: #272727;
}
.footer_btns {
	padding: 20px 20px 0;
	margin-bottom: -10px;
}
.footer_btn {
	font-size: 9px;
	font-size: .9rem;
	width: 48%;
	float: left;
}
.footer_btn:nth-child(even) {
	float: right;
}
.footer_btn .btn_target {
}
.footer_btn span {
}
.footer_btn-bnr {
	margin-top: 0;
}
.footer_btn-bnr a {
	height: 40px;
}
.footer_btn-bnr img {
	width: 130px;
}
.footer_btn-bnr i {
	font-size: 6px;
	font-size: .6rem;
	right: 5px;
}
.footer_fb {
	display: none;
}
.footer_item a:hover {
	text-decoration: none;
}
}
.footer_foot {
	color: #fff;
	padding: 40px 0 20px;
}
.footer_sNav {
	float: right;
}
.footer_sNavItem {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
	float: left;
}
.footer_sNavItem a {
	text-decoration: none
}
.footer_footInner {
	overflow: hidden;
	padding-right: 20px;
}
.footer_copy {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 737px) {
.footer_pageTop {
	font-size: 28px;
	width: 50px;
	height: 50px;
	background: #4e4948;
	display: block;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: -20px;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-decoration: none;
	z-index: 200;
}
.footer_pageTop>span {
}
.footer_pageTopTxt {
	display: none;
}
.footer_pageTop.show {
	bottom: 20px;
	opacity: 1;
}
.footer_pageTop:hover {
	background: #272424;
}
}
.footer_sNavItem a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
.footer_foot {
	padding: 20px 0 0;
}
.footer_foot .frame {
	padding: 0;
}
.footer_sNav {
	float: none;
	margin-bottom: 14px;
	padding: 0 20px;
}
.footer_sNavList {
	text-align: center;
}
.footer_sNavItem {
	font-size: 10px;
	font-size: 1rem;
	display: inline-block;
	float: none;
}
.footer_footInner {
	padding: 0;
	background: #232020;
}
.footer_copy {
	font-size: 9px;
	font-size: .9rem;
	width: 60%;
	float: left;
	padding: 15px 0 15px 15px;
	border-right: 1px solid #413c3c;
}
.footer_pageTop {
	display: block;
	overflow: hidden;
	font-size: 9px;
	font-size: .9rem;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
}
.footer_pageTop>span {
	position: relative;
	margin-left: -10px;
}
.footer_pageTop i {
	position: absolute;
	font-size: 20px;
	font-size: 2rem;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 1;
}
}
/* ---------------------
	hotels
--------------------- */
.hotels_list {
	letter-spacing: -.4em;
	margin-bottom: -20px;
}
.hotels_list+.hotels_list {
	margin-top: 20px;
}
.hotels_item {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}
.hotels_item:nth-child(3n) {
	margin-right: 0;
}
.hotels_item a {
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.hotels_txt {
	position: relative;
	width: 87%;
	margin: -40px auto 0;
	padding: 4px;
	background: #fff;
	letter-spacing: 0;
}
.hotels_txtInner {
	padding: 14px 8px 10px;
	border: 1px solid #e5e5e5;
}
.hotels_ttl {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	height: 32px;
	width: 100%;
	text-align: center;
}
.hotels_ttl img {
	margin:0 auto
}
.hotels_ttl span {
	vertical-align: -10%;
}
.hotels_body {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 2px;
	line-height: 1.5;
}

@media screen and (min-width: 737px) {
.hotels_item:first-child:nth-last-child(1), .hotels_item:first-child:nth-last-child(1) ~ .hotels_item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.hotels_item:first-child:nth-last-child(1) ~ .hotels_item:nth-child(even) {
	margin-right: 0
}
.hotels_item:first-child:nth-last-child(1) .hoverImg, .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hoverImg {
	width: 620px;
	float: left;
}
.hotels_item:first-child:nth-last-child(1) .hotels_txt, .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txt {
	width: 320px;
	margin: 0;
	height: 360px;
}
.hotels_item:first-child:nth-last-child(1) .hotels_txtInner, .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txtInner {
	height: 100%;
	vertical-align: middle;
}
.hotels_item:first-child:nth-last-child(1) .hotels_txtInnerInner, .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txtInnerInner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hotels_item:first-child:nth-last-child(1) .hotels_ttl, .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_ttl {
	height: auto;
	margin-bottom: 15px;
}
.hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) .hoverImg, .hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hoverImg {
	float: right;
}
.hotels_list:nth-child(odd) .hotels_item:first-child:nth-last-child(1) .hotels_txt, .hotels_list:nth-child(odd) .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txt {
	float: right;
	padding-left: 0;
}
.hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) .hotels_txt, .hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txt {
	float: left;
	padding-right: 0;
}
.hotels_list:nth-child(odd) .hotels_item:first-child:nth-last-child(1) .hotels_txtInner, .hotels_list:nth-child(odd) .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txtInner {
	border-left: 0;
}
.hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) .hotels_txtInner, .hotels_list:nth-child(even) .hotels_item:first-child:nth-last-child(1) ~ .hotels_item .hotels_txtInner {
	border-right: 0;
}
.hotels_item:first-child:nth-last-child(2), .hotels_item:first-child:nth-last-child(2) ~ .hotels_item {
	width: 49%;
}
.hotels_item:first-child:nth-last-child(2) ~ .hotels_item:nth-child(even) {
	margin-right: 0
}
.hotels_item:first-child:nth-last-child(2) .hotels_imgInner, .hotels_item:first-child:nth-last-child(2) ~ .hotels_item .hotels_imgInner {
	min-height: 280px;
}
.hotels_item:first-child:nth-last-child(2) .hotels_txtInner, .hotels_item:first-child:nth-last-child(2) ~ .hotels_item .hotels_txtInner {
	padding-top: 15px;
	padding-bottom: 14px;
}
.hotels_item-even {
	width: 49%;
}
.hotels_item-even:nth-child(3n) {
	margin-right: 2%;
}
.hotels_item-even:nth-child(even) {
	margin-right: 0;
}
.hotels_item-even a {
	overflow: hidden;
	height: 140px;
}
.hotels_item-even .hotels_img {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.hotels_item-even .hotels_txt {
	margin: 0;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-left: 0;
}
.hotels_item-even .hotels_txtInner {
	padding: 0;
	height: 100%;
	position: relative;
	left: 0;
	top: 0%;
	width: 100%;
	border-left: 0;
	display: table;/* padding: 0 10px; */
}
.hotels_item-even .hotels_txtInnerInner {
	display: table-cell;
	vertical-align: middle;
}
}

@media screen and (max-width: 736px) {
.hotels_list {
	margin-bottom: 0
}
.hotels_list+.hotels_list {
	margin-top: 0
}
.hotels_item {
	width: 100%;
	margin: 0 0 20px;
}
.hotels_list:last-child .hotels_item:last-child {
	margin-bottom: 0;
}
.hotels_img img {
	width: 100%;
}
.hotels_txt {
	margin-top: -25px;
	padding: 2px;
	width: 88%;
}
.hotels_ttl {
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 7px;
}
.hotels_body {
	font-size: 10px;
	font-size: 1rem;
}
}
/* ---------------------
	experience
--------------------- */
.experience_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: .075em;
}
.experience_list {
	overflow: visible;
	letter-spacing: -.4em;
}
.experience_item {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0;
}
.experience_item:nth-child(3n) {
	margin-right: 0;
}
.experience_item a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.experience_itemImg {
	position: relative;
	z-index: 0;
}
.experience_itemTxt {
	position: relative;
	z-index: 10;
	width: 88%;
	margin: -40px auto 0;
	padding: 20px 15px 62px;
	background: #fff;
}
.experience_itemTtl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: lighter;
	line-height: 1.4;
	margin-bottom: 5px;
	letter-spacing: .06em;
}
.experience_itemLead {
	font-size: 12px;
	font-size: 1.2rem;
}
.experience_itemBtn {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 0 10px;
}
.experience_itemBtn .btn_target {
	padding: 10px;
}

@media screen and (max-width: 736px) {
.experience_item {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.experience_item:last-child {
	margin-bottom: 0;
}
.experience_item a {
	display: table;
}
.experience_item:nth-child(even) a {
	direction: rtl;
}
.experience_itemImg {
	display: table-cell;
	width: 50%;
	height: auto;
	vertical-align: middle;
}
.experience_itemImgInner {
	vertical-align: middle;
}
.experience_itemTxt {
	position: relative;
	display: table-cell;
	width: auto;
	width: 50%;
	margin: 0;
	padding: 30px 8px 50px;
	vertical-align: middle;
	direction: ltr;
}
.experience_itemTtl {
	font-size: 14px;
	font-size: 1.4rem;
}
.experience_itemLead {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 0;
}
.experience_itemLead br {
	display: none;
}
.experience_itemImg img {
	width: 100%;
}
.experience_itemBtn {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
}
.experience_itemBtn .btn_target {
	padding: 6px 10px;
}
}
/* ---------------------
	speciality
--------------------- */
.speciality {
	overflow: hidden;
	padding-bottom: 35px;
}
.speciality_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: .075em;
}
.speciality_list {
	overflow: visible;
	width: 720px;
	margin: 0 auto;
	position: relative;
}
.speciality_item {
	width: 740px;
	padding: 0 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align: center;
	opacity: .3;
}
.speciality_item.slick-center {
	opacity: 1;
}
.speciality_item a {
	text-decoration: none;
}
.speciality_itemImg {
	position: relative;
	z-index: 0;
}
.speciality_itemImg img {
	width: 100%;
}
.speciality_itemTxt {
	position: relative;
	z-index: 10;
	width: 94%;
	margin: -40px auto 0;
	padding: 20px 10px;
	background: #fff;
}
.speciality_itemCat {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #b09d60;
}
.speciality_itemTtl {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 3px;
}
.speciality_itemLead {
	font-size: 14px;
	font-size: 1.4rem;
}
.speciality_list .slick-list {
	overflow: visible;
}
.speciality_list .slick-prev, .speciality_list .slick-next {
	width: 120px;
	background-position-y: 45%;
}
.speciality_list .slick-prev {
	left: -120px;
}
.speciality_list .slick-next {
	right: -120px;
}
.speciality_list .slick-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
}
.speciality_btn {
	margin-top: 70px;
        margin-bottom: -25px;
}

@media screen and (max-width: 736px) {
.speciality {
	padding-bottom: 25px;
}
.speciality_ttl {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.speciality_item {
	width: 280px;
	padding: 0 5px;
	opacity: 1;
}
.speciality_itemImgInner {
	min-height: auto;
}
.speciality_itemTxt {
	width: 87%;
	margin: -21px auto 0;
	padding: 10px 5px;
}
.speciality_itemTtl {
	font-size: 14px;
	font-size: 1.4rem;
}
.speciality_itemLead {
	font-size: 10px;
	font-size: 1rem;
}
.speciality_itemBtn {
	font-size: 7px;
	font-size: .7rem;
	max-width: 100%;
}
.speciality_itemBtn .btn_target {
	padding: 4px;
}
.speciality_list {
	width: auto;
}
.speciality_list .slick-dots {
	bottom: -25px;
}
.speciality_btn {
	margin-top: 45px
}
}
/* ---------------------
	plan
--------------------- */
.plan .block_body {
	overflow: hidden;
}
.plan_list {
	overflow: visible;
	width: 940px;
	margin: 0 auto;
}
.plan_item {
	position: relative;
	width: 980px;
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (min-width:737px) {
.plan_item {
	height: 370px!important;
}
}
.plan_item a {
	position: relative;
	display: block;
	text-decoration: none;
	height: 100%;
}
.plan_itemInner {
	position: relative;
	background: #fff;
	display: table;
	width: 100%;
	height: 100%;
}
.plan_itemOl {
	position: absolute;
	z-index: 10;
	top: 0;
	left: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	background: rgba(230, 225, 207, .9);
}
.slick-center .plan_itemOl {
	opacity: 0;
}
.plan_img {
	position: relative;
	width: 50%;
	min-height: 380px;
	display: table-cell;
	vertical-align: top;
}
.plan_txt {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 5px 5px 5px 0;
	background: #fff;
}
.plan_txtInnerWrap {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-left: 0;
}
.plan_txtInner {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	text-align: center;
	vertical-align: middle;
}
.plan_month {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #2d2016;
	border-bottom: 1px solid #ddd;
}
.plan_month span {
	font-size: 60px;
	font-size: 6rem;
	display: block;
	color: #b09d60;
}
.plan_month-label {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	height: 50px;
	margin: auto;
	padding: 0;
	-webkit-transition: all .5s cubic-bezier(0, .58, 0, .96);
	-moz-transition: all .5s cubic-bezier(0, .58, 0, .96);
	-ms-transition: all .5s cubic-bezier(0, .58, 0, .96);
	transition: all .5s cubic-bezier(0, .58, 0, .96);
	text-align: center;
	opacity: 1;
	border: 0;
}
.slick-center .plan_month-label {
	opacity: 0;
}
.plan_month-label, .plan_month-label span {
	color: #928c78;
}
.plan_month-label span {
	font-size: 45px;
	font-size: 4.5rem;
}
.plan_month-label-l {
	left: 50px;
}
.plan_month-label-r {
	right: 50px;
}
.plan_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
}
.plan_body {
	line-height: 2;
}
.plan_list .slick-list {
	overflow: visible;
}
.plan_list .slick-arrow {
	width: 140px;
}
.plan_list .slick-prev {
	left: -150px;
	background-position-x: left;
}
.plan_list .slick-next {
	right: -150px;
	background-position-x: right;
}
.plan ._list08 {
	padding: 60px 0 0;
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .plan_itemInner {
 position: block
}
*::-ms-backdrop, .plan_img, .plan_txt {
 float: left;
}
}
.plan_itemInner {
	position: block\9
}
.plan_img, :root .plan_txt {
	float: left\9;
}

@media screen and (max-width:1180px) {
.plan_list {
	width: 100%;
}
.plan_item {
	margin: 0 20px;
	padding: 0;
}
.plan_itemOl {
	display: none;
}
.plan_list .slick-arrow {
	width: 60px;
	background-color: #e9e6dc;
	background-position-x: center;
	background-size: 18px;
}
.plan_list .slick-prev {
	left: 0;
}
.plan_list .slick-next {
	right: 0;
}
}

@media screen and (max-width: 736px) {
.plan_item {
	margin: 0 10px;
}
.plan_img {
	float: none;
	width: 100%;
	min-height: 190px;
	display: block;
}
.plan_txt {
	width: 100%;
	height: calc(100% - 190px);
	padding: 2px;
	display: block;
}
.plan_txtInnerWrap {
	border: 0
}
.plan_txtInner {
	padding: 15px 15px 15px;
	border: 1px solid #e5e5e5;
	vertical-align: top;
	position: relative;
	top: 0;
	bottom: 0;
}
.plan_month {
	font-size: 9px;
	font-size: .9rem;
	margin-bottom: 18px;
	padding-bottom: 8px;
}
.plan_month span {
	font-size: 30px;
	font-size: 3rem;
}
.plan_month-label {
	display: none
}
.plan_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.plan_body {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: left;
}
.plan_list .slick-arrow {
	width: 30px;
	background-size: 13px auto;
}
.plan ._list08 {
	padding: 40px 0 0;
}
}
/* ---------------------
	search
--------------------- */
.search {
	background: #222;
	color: #fff;
	padding: 15px 0 18px;
	line-height: 1.5;
    bottom: 10px;
}
.search_ttl {
	margin-bottom: 4px;
}
.search_ttl:before {
	display: none
}
.search_item {
	width: 100px;
	float: left;
	position: relative;
	margin-right: 17px;
}
.search_item-date {
	width: 220px;
}
.search_item dt {
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	top: -24px;
	left: 0;
	white-space: nowrap;
}
.search_item-date dt {
	display: none
}
.search_item dd {
	border: 1px solid #666;
	position: relative;
}
.search_item dd:before {
	position: absolute;
	right: 6px;
	font-size: 24px;
	font-size: 2.4rem;
	height: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search_item-date .icon:before {
	content: '';
	background: url(../../content/100807628.png) no-repeat;
	position: absolute;
	right: 10px;
	width: 22px;
	height: 22px;
}
.search_item input, .search_item select {
	color: #fff;
	height: 40px;
}
.search_item option {
	color: #000;
	background: #fff
}
.search_btns {
	float: left;
}
.search_btn {
	width: 100px;
	float: left;
	position: relative;
	margin-right: 17px;
	height: 40px;
}
.search_btn-conf {
	font-size: 12px;
	font-size: 1.2rem
}
.search_btn:last-child {
	margin-right: 0;
}
.search_btn-rsv {
	width: 235px;
}

@media screen and (min-width: 737px) {
.search_btn.sp {
	display:none
}
}
@media screen and (max-width: 736px) {
.search {
	padding: 0;
    position: fixed;
	z-index: 80;
	width: 80%;
    right:0;
    background: #b09d60;
}
.search .frame {
	padding: 0;
}
.search .btn-g .btn_target {
	background: #000;
} 
.search_item dd {
	border: 1px solid #716129;
}   
.search_ttl {
	padding: 14px 20px;
	margin: 0;
	position: relative;
	font-weight: bold;
    text-align: center;
}
.search_ttl:before {
	display: block;
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	font-size: 24px;
	font-size: 2.4rem;
	color: #797373;
}
.search_body {
	display: none;
	border-top: 1px solid #716129;
	padding: 14px 20px 20px;
}
.search_item {
	width: 48%;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
}
.search_item:nth-child(even) {
	float: right;
}
.search_item dt {
	position: static;
	margin-bottom: 6px;
	font-size: 10px;
	font-size: 1.0rem;
}
.search_item-date dt {
	display: block;
}
.search_item dd:before {
	font-size: 16px;
	font-size: 1.6rem;
	right: 7px;
}
.search_item-date .icon:before {
	background-size: cover;
	width: 11px;
	height: 11px;
}
.search_item input, .search_item select {
	height: 32px;
}
.search_btns {
	float: none;
	clear: both;
	padding-top: 10px;
}
.search_btn {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}
.search_btn-conf {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.ui-datepicker {
	font-size: 16px;
	font-size: 1.6rem;
}
}
/* ---------------------
	hotelContact
--------------------- */
.hotelContact {
	background: #eaebee;
	padding: 40px 0 15px;
}
.pageSct+.hotelContact {
	margin-top: 60px
}
.hotelContact_meta {
	float: left;
	line-height: 1.5;
}
.hotelContact_meta dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.hotelContact_meta dd {
	font-size: 12px;
	font-size: 1.2rem;
}
.hotelContact_meta dd span {
	margin-left: 10px;
}
.hotelContact_btn {
	width: 140px;
}
.hotelContact_btn .btn_target {
	border: 1px solid #bbbcbe;
	padding: 9px 8px;
}
.hotelContact_btn .btn_target:after {
	background: #d0d0d0;
}
/* add 170911 */
.hotelContact_btns {
	float: right
}
.hotelContact_cnt {
	float: left;
	margin-right: 20px;
}
.hotelContact_rsv {
	float: left;
}
.hotelContact_rsvNote {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	margin-top: 8px;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
.hotelContact {
	padding: 18px 0 10px;
}
.pageSct+.hotelContact {
	margin-top: 30px;
}
.hotelContact_meta {
	float: none;
	text-align: center;
}
.hotelContact_meta dt {
	font-size: 12px;
	font-size: 1.2rem;
}
.hotelContact_meta dd {
	font-size: 10px;
	font-size: 1rem;
}
.hotelContact_meta dd span {
	display: block;
	margin: 0;
}
.hotelContact_btn {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.hotelContact_btns {
	float: none;
}
.hotelContact_cnt {
	width: 48%;
	margin: 0;
}
.hotelContact_rsv {
	width: 48%;
	float: right;
}
.hotelContact_rsvNote {
	margin-top: 5px;
}
}
/* ---------------------
	madori
--------------------- */
.madori {
	overflow: hidden;
}
.madori+.madori {
	margin-top: 30px
}
.madori_img {
	float: left;
	margin-right: 20px;
}
.madori_img a:before {
	display: none
}
.madori_ttl {
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
}
.madori_data {
	overflow: hidden;
	border-top: 1px solid #dfdfe2;
}
.madori_data li {
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px solid #dfdfe2;
	padding: 10px 0;
}
.madori_img-2img {
	float: none;
	margin: 0 0 20px;
	overflow: hidden;
}
.madori_img-2img>a, .madori_img-2img>img {
	width: 48%;
	float: left;
	padding: 0;
	display: block;
}
.madori_img-2img>a:nth-child(even), .madori_img-2img>img:nth-child(even) {
	float: right;
}

@media screen and (max-width: 736px) {
._def01_item:last-child .madori {
	margin-bottom: -15px;
}
.madori+.madori {
	margin-top: 17px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.madori_img {
	width: 100%;
	text-align: center;
	float: none;
	margin: 0;
}
.madori_img img {
	max-width: 100%;
}
.madori_img {
	overflow: visible;
	margin-bottom: 15px;
}
.madori_data li:last-child {
	border-bottom: 0
}
.madori_img-2img {
	margin: 0 0 20px;
	overflow: hidden;
}
.madori_img-2img>a, .madori_img-2img>img {
	width: 100%;
	float: none;
}
.madori_img-2img>a:nth-child(even), .madori_img-2img>img:nth-child(even) {
	float: none;
	margin-top: 17px;
}
}
/* ---------------------
	otherRoom
--------------------- */
.otherRoom {
	padding-bottom: 40px;
	background: #eaebee;
}
.otherRoom_btn {
	margin-top: 40px;
}

@media screen and (max-width: 736px) {
.otherRoom {
	padding-bottom: 20px;
}
.otherRoom_btn {
	margin-top: 20px;
}
}
/* ---------------------
	restaurantCat
--------------------- */
.restaurantCat {
	padding-bottom: 40px;
	padding-top: 0;
}
.restaurantCat_head {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
.restaurantCat_ttl {
}
.restaurantCat_lead {
	margin-top: 25px;
}
.restaurantCat_body {
}

@media screen and (max-width: 736px) {
.restaurantCat {
	padding-bottom: 20px;
}
.restaurantCat_head {
	margin-bottom: 15px;
	padding-top: 20px;
}
.restaurantCat_ttl {
	width: 190px;
	margin: 0 auto;
}
.restaurantCat_lead {
	margin-top: 10px;
}
}
/* ---------------------
	backArea
--------------------- */
.backArea {
	padding: 40px 0;
	border-top: 1px solid #dfdfe2;
	border-bottom: 1px solid #dfdfe2;
}

@media screen and (max-width: 736px) {
.backArea {
	padding: 20px 0;
}
}
.TA_cdsratingsonlywide {
	margin-top: 20px;
}
/* ---------------------
	generalSct
--------------------- */
.generalSctRow {
	padding-top: 40px;
}
.generalSct_ttl {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.generalSct_fgr {
	float: left;
	margin-right: 20px;
}
.generalSct_txt {
	overflow: hidden;
	line-height: 2;
}

@media screen and (max-width: 736px) {
.generalSctRow {
	padding-top: 20px;
}
.generalSct_ttl {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
.generalSct_fgr {
	float: none;
	width: 240px;
	margin: 0 auto 10px;
}
.generalSct_txt {
	line-height: 1.8;
}
}

/* ---------------------
	追記
--------------------- */
sup {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 1em;
    vertical-align: text-bottom;
	}

.bxBox_bottom{
	text-align: right;
    font-size: 14px;
}
.ast {
	font-size:1.4em;
}
@media screen and (max-width: 736px) {
	.bxBox_bottom{
		padding-bottom:3%;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
#footer {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto
}

#footer .wrapper {
	background: #413c3c;
	padding-top: 40px;
}

#footer .container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.1rem 0 2rem;
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .container {
        width:90%
    }
}

@media only screen and (max-width: 767px) {
    #footer .container {
        width:90%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .container {
        padding:2em 0
    }
}

@media only screen and (max-width: 767px) {
    #footer .container {
        padding:2em 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .container {
        align-items:center
    }
}

@media only screen and (max-width: 768px) {
    #footer .container {
        flex-direction:column
    }
}

#footer .container .flex_items_left {
    width: 40%;
    margin-top: 10px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    #footer .container .flex_items_left {
        width:50%
    }
}

@media only screen and (max-width: 768px) {
    #footer .container .flex_items_left {
        margin-left:auto;
        margin-right: auto
    }
}

#footer .container .flex_items_left a {
    display: block
}

#footer .container .flex_items_left a:hover {
    opacity: 0.7
}

#footer .container .flex_items_left img {
    width: 50%
}

#footer .container .flex_items_right {
    width: 300px;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    #footer .container .flex_items_right {
        width:100%
    }
	#footer .container .flex_items_left img {
		width: 100%
	}
}

@media only screen and (max-width: 768px) {
    #footer .container .flex_items_right {
        margin-top:0.5rem
    }
}

#footer .container .flex_items_right .box_contact,#footer .container .flex_items_right .box_rsv {
    width: 140px
}

@media only screen and (max-width: 768px) {
    #footer .container .flex_items_right .box_contact,#footer .container .flex_items_right .box_rsv {
        width:47.76119%
    }
}

#footer .container .flex_items_right .box_contact .btn,#footer .container .flex_items_right .box_rsv .btn {
    width: 100%;
    padding: 0.5em 0;
    color: #fff;
    text-align: center;
    border: 1px #fff solid
}

#footer .container .flex_items_right .box_contact .btn:hover,#footer .container .flex_items_right .box_rsv .btn:hover {
    opacity: 0.7
}

#footer .container .flex_items_right .box_contact .btn a,#footer .container .flex_items_right .box_rsv .btn a {
    color: #fff;
	text-decoration: none;
    font-size: 88%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .container .flex_items_right .box_contact .btn a,#footer .container .flex_items_right .box_rsv .btn a {
        font-size:88%
    }
}

@media only screen and (max-width: 767px) {
    #footer .container .flex_items_right .box_contact .btn a,#footer .container .flex_items_right .box_rsv .btn a {
        font-size:107%
    }
}

#footer .container .flex_items_right .box_contact .fs10,#footer .container .flex_items_right .box_rsv .fs10 {
    color: #fff;
    margin-top: .5em;
    font-size: 10px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #footer .container .flex_items_right .box_contact .fs10,#footer .container .flex_items_right .box_rsv .fs10 {
        margin-top:.5em
    }
}

@media only screen and (max-width: 767px) {
    #footer .container .flex_items_right .box_contact .fs10,#footer .container .flex_items_right .box_rsv .fs10 {
        font-size:10px
    }
}

#footer #copyright {
    margin: 1em 0;
    text-align: center;
    font-size: 69%;
    color: #fff;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer #copyright {
        font-size:69%
    }
}

@media only screen and (max-width: 768px) {
    #footer #copyright {
        font-size:13px
    }
}

@media only screen and (max-width: 768px) {
    #footer #copyright {
        margin-bottom:2rem
    }
}



/* ----------------------------------------------------
	footer_m プライベートプール
---------------------------------------------------- */
#footer_m {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto
}

#footer_m .wrapper {
	background: #413c3c;
	padding-top: 40px;
}

#footer_m .container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.1rem 0 2rem;
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer_m .container {
        width:90%
    }
}

@media only screen and (max-width: 767px) {
    #footer_m .container {
        width:90%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer_m .container {
        padding:2em 0
    }
}

@media only screen and (max-width: 767px) {
    #footer_m .container {
        padding:2em 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer_m .container {
        align-items:center
    }
}

@media only screen and (max-width: 768px) {
    #footer_m .container {
        flex-direction:column
    }
}

#footer_m .container .flex_items_left {
    width: 40%;
    margin-top: 10px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    #footer_m .container .flex_items_left {
        width:50%
    }
}

@media only screen and (max-width: 768px) {
    #footer_m .container .flex_items_left {
        margin-left:auto;
        margin-right: auto
    }
}

#footer_m .container .flex_items_left a {
    display: block
}

#footer_m .container .flex_items_left a:hover {
    opacity: 0.7
}

#footer_m .container .flex_items_left img {
    width: 50%
}

#footer_m .container .flex_items_right {
    width: 300px;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    #footer_m .container .flex_items_right {
        width:100%
    }
	#footer_m .container .flex_items_left img {
		width: 100%
	}
}

@media only screen and (max-width: 768px) {
    #footer_m .container .flex_items_right {
        margin-top:0.5rem
    }
}

#footer_m .container .flex_items_right .box_contact,#footer_m .container .flex_items_right .box_rsv {
    width: 140px
}

@media only screen and (max-width: 768px) {
    #footer_m .container .flex_items_right .box_contact,#footer_m .container .flex_items_right .box_rsv {
        width:47.76119%
    }
}

#footer_m .container .flex_items_right .box_contact .btn,#footer_m .container .flex_items_right .box_rsv .btn {
    width: 100%;
    padding: 0.5em 0;
    color: #fff;
    text-align: center;
    border: 1px #fff solid
}

#footer_m .container .flex_items_right .box_contact .btn:hover,#footer_m .container .flex_items_right .box_rsv .btn:hover {
    opacity: 0.7
}

#footer_m .container .flex_items_right .box_contact .btn a,#footer_m .container .flex_items_right .box_rsv .btn a {
    color: #fff;
	text-decoration: none;
    font-size: 88%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer_m .container .flex_items_right .box_contact .btn a,#footer_m .container .flex_items_right .box_rsv .btn a {
        font-size:88%
    }
}

@media only screen and (max-width: 767px) {
    #footer_m .container .flex_items_right .box_contact .btn a,#footer_m .container .flex_items_right .box_rsv .btn a {
        font-size:107%
    }
}

#footer_m .container .flex_items_right .box_contact .fs10,#footer_m .container .flex_items_right .box_rsv .fs10 {
    color: #fff;
    margin-top: .5em;
    font-size: 10px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #footer_m .container .flex_items_right .box_contact .fs10,#footer_m .container .flex_items_right .box_rsv .fs10 {
        margin-top:.5em
    }
}

@media only screen and (max-width: 767px) {
    #footer_m .container .flex_items_right .box_contact .fs10,#footer_m .container .flex_items_right .box_rsv .fs10 {
        font-size:10px
    }
}

#footer_m #copyright {
    margin: 1em 0;
    text-align: center;
    font-size: 69%;
    color: #fff;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer_m #copyright {
        font-size:69%
    }
}

@media only screen and (max-width: 768px) {
    #footer_m #copyright {
        font-size:13px
    }
}

@media only screen and (max-width: 768px) {
    #footer_m #copyright {
        margin-bottom:2rem
    }
}





/* ----------------------------------------------------
	プライベートプール移植
---------------------------------------------------- */


#ssmr-fblp {background:#faf9f5; font-size:1.6rem; overflow:hidden; counter-reset:content;}
    #ssmr-fblp > header {position:relative; font-size:1.8rem; line-height:2.2; text-align:center;}
    #ssmr-fblp > header > .image > img {display:block; width:100%; height:auto;}
    #ssmr-fblp > header > h1 {width:1000px; height:0; position:absolute; left:50%; bottom:97px; z-index:2; margin:0 0 0 -500px; padding: 0 0 252px 0; font-size:3.5rem; line-height:1.6;}
    #ssmr-fblp > header > p {margin:1em 0 5em 0; position:relative; z-index:2;}

   @media screen and (max-width: 1020px) {
        #ssmr-fblp > section > header > .image {margin-left:-40px; margin-right:-40px;}
    }

    @media screen and (max-width: 736px) {
        #ssmr-fblp {font-size:1.2rem; font-size:3.75vw;}
        #ssmr-fblp > header {padding: 0 20px; font-size:inherit;}
        #ssmr-fblp > header > .image {margin: 0 0 0 0;}
        #ssmr-fblp > header > .image > img {width:140%; max-width:none; margin:0 -20%;}
        #ssmr-fblp > header > h1 {width:100%; left:0; bottom:155px; margin:1em auto 13em; padding:0 0 0 0; background-size:contain; font-size:2rem;}
        #ssmr-fblp > header > p {text-align:left; font-size:1.4rem; margin:5em 0;}
    }

    ul.bxStyle01 li {padding: 2% 4%; height: auto;}
    @media screen and (max-width: 736px) {
        ul.bxStyle01 {font-size: 1.6rem;}
    }


    .rooms {padding-top: 8%; padding-bottom: 1%;}
    .rooms .hotellogo img {margin-bottom: 3%;}
    .rooms .roomBox {width: 940px; margin: 0 auto;}
    .rooms .roomBox li {margin-bottom: 5%;}
    .rooms .roomBox .roomsInner {background: #fff; display: table; width: 100%; height: 100%;}
    .rooms .roomBox .romsInner .roomsImg {width: 50%; min-height: 380px; display: table-cell; vertical-align: top;}
    .rooms .roomBox .roomsInner .roomsTxt {display: table-cell; width: 50%; padding: 5px 5px 5px 0; background: #fff; vertical-align: top}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap {display: table; width: 100%; height: 100%; border: 1px solid #e5e5e5; border-left: 0;}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner {display: table-cell; width: 100%; height: 100%; padding: 20px 15px; text-align: center; vertical-align: middle;}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsName {font-size: 18px; font-size: 1.8rem; line-height: 1.5; margin-bottom: 21px; padding-bottom: 10px; color: #2d2016; border-bottom: 1px solid #ddd;}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsName span {font-size: 22px; font-size: 2.2rem; display: block; color: #b09d60;}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsTtl {font-size: 22px; font-size: 2.2rem; font-weight: normal; line-height: 1.4; margin-bottom: 10px;}
    .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsBody {line-height: 2; font-size: 14px; font-size: 1.4rem;}
    .mrg {background: #000;}
    .sbsa {background: #faf9f5;}
    .rooms .more {display:block; max-width:220px; margin-top:1em; margin-left: auto; margin-right: auto; padding:14px 3em 14px 14px; border:1px solid #e1e1de; background:#fff; font-size:12px; font-size:1.2rem; text-decoration:none; line-height:1; max-height: 42px;}
    .rooms .more::before {display:block; content:"\e801"; width:1.5em; position:absolute; right:0; top:55%; transform:translateY(-50%); color:#b09d60; font:normal 1.8em/1 icon; text-align:center;}
	.rooms .more::after {background:#ccc; opacity:0.3;}

    @media screen and (max-width:1180px) {
        .rooms .roomBox {margin: 0 20px; padding: 0;}

    }
    @media screen and (max-width: 736px) {
        .rooms .hotellogo img { margin-bottom: 5%;}
        .rooms.mrg .hotellogo img {width: 70%;}
        .rooms .roomBox {width: 100%; margin: 0 auto;}
        .rooms .roomBox .roomsInner {display: block;}
        .rooms .roomBox .roomsInner .roomsImg { width: 100%; max-height: 300px; display: block; overflow: hidden;}
        .rooms .roomBox .roomsInner .roomsTxt {width: 100%; padding: 2px; display: block;}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap {border: 0}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner {padding: 15px 15px 15px; border: 1px solid #e5e5e5; vertical-align: top; position: relative; top: 0; bottom: 0;}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsName {font-size: 16px; font-size: 1.6rem; margin-bottom: 18px; padding-bottom: 8px;}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsName span {font-size: 26px; font-size: 2.6rem;}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner .roomsTtl {font-size: 18px; font-size: 1.8rem; margin-bottom: 8px;}
        .rooms .roomBox .roomsInner .roomsTxt .roomsTxtInnerWrap .roomsTxtInner  .roomsBody{font-size: 12px; font-size: 1.2rem; text-align: left;}
    }

    #hotel_mrg > .images {min-height:400px;}
    #hotel_mrg > .images ul {height:100%; position:relative;}
    #hotel_mrg > .images ul > li {position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; background:#000; color:#fff; line-height:1.5;}
    #hotel_mrg > .images ul > li {
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        height:100%;
        min-height: 400px;
        position:relative;
        padding: 0 3.8125% 0 64.84375%;
        text-decoration:none;
        overflow:hidden;
    }
    #hotel_mrg > .images ul > li .image {
        width:61.71875%; position:absolute; left:0; top:0; bottom:0; z-index:1; transition:transform .8s cubic-bezier(0, 0, .15, .99); overflow:hidden;}
    #hotel_mrg > .images ul > li .image > img {
        display:block; width:100%; min-width:790px; height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); opacity:1;}
    #hotel_mrg > .images ul > li > p {font-size: 12px; font-size: 1.2rem; line-height: 2;}
    #hotel_mrg > .images ul > li > p strong {font-size: 16px; font-size: 1.6rem;}
    .hotelBtbox {margin: 10% auto; width: 100%}
    .btLeft {width: 48%; float: left; margin-right: 2%;}
    .btRight {width: 48%; float: left;}
    .btLR .btn_target {padding: 9px 8px;}
    .btn2 {width: 100%; margin: 0 auto; text-align: center; display: block;}


    @media screen and (min-width: 1367px) {
        #hotel_mrg > .images {height: 460px;}
    }
    @media screen and (min-width: 1600px) {
        #hotel_mrg > .images {height:600px;}
    }
    @media screen and (min-width: 1920px) {
        #hotel_mrg > .images {height:700px;}
    }
    @media screen and (min-width: 2560px) {
        #hotel_mrg > .images {height:900px;}
    }

    @media screen and (max-width: 736px) {
        #hotel_mrg {max-width:736px; padding: 0 20px;}
        #hotel_mrg > .images {height:auto;}
        #hotel_mrg > .images ul {display:-webkit-flex; display:-ms-flexbox; display:flex;}
        #hotel_mrg > .images ul > li {position:static; padding:20px 20px 40px;}
        #hotel_mrg > .images ul > li {height:auto; margin:0 -20px; padding:20px;}
        #hotel_mrg > .images ul > li .image {width:auto; position:relative; margin:-20px -20px 0; transform:none !important;}
        #hotel_mrg > .images ul > li .image > img {min-width:0; position:static; transform:none !important;}
        .hotel_itemLogo img {width: 60%; margin: 2% 0 0 0;}
        .btLeft {width: 100%; float: none; margin: 0 0 2% 0;}
        .btRight {width: 100%; float: none;}
        .btn2 {width: 100%;}
    }
    #hotel_sbsa > .images {min-height:400px;}
    #hotel_sbsa > .images ul {height:100%; position:relative;}
    #hotel_sbsa > .images ul > li {position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; background:#faf9f5; color:#333; line-height:1.5;}
    #hotel_sbsa > .images ul > li {
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        height:100%;
        min-height: 400px;
        position:relative;
        padding: 0 3.8125% 0 64.84375%;
        text-decoration:none;
        overflow:hidden;
    }
    #hotel_sbsa > .images ul > li .image {
        width:61.71875%; position:absolute; left:0; top:0; bottom:0; z-index:1; transition:transform .8s cubic-bezier(0, 0, .15, .99); overflow:hidden;}
    #hotel_sbsa > .images ul > li .image > img {
        display:block; width:100%; min-width:790px; height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); opacity:1;}
    #hotel_sbsa > .images ul > li > p {font-size: 12px; font-size: 1.2rem; line-height: 2;}
    #hotel_sbsa > .images ul > li > p strong {font-size: 16px; font-size: 1.6rem;}
    .hotelBtbox {margin: 10% auto; width: 100%}
    .btLeft {width: 48%; float: left; margin-right: 2%;}
    .btRight {width: 48%; float: left;}
    .btLR .btn_target {padding: 9px 8px;}
    .btn2 {width: 100%; margin: 0 auto; text-align: center; display: block;}


    @media screen and (min-width: 1367px) {
        #hotel_sbsa > .images {height: 460px;}
    }
    @media screen and (min-width: 1600px) {
        #hotel_sbsa > .images {height:600px;}
    }
    @media screen and (min-width: 1920px) {
        #hotel_sbsa > .images {height:700px;}
    }
    @media screen and (min-width: 2560px) {
        #hotel_sbsa > .images {height:900px;}
    }

    @media screen and (max-width: 736px) {
        #hotel_sbsa {max-width:736px; padding: 0 20px;}
        #hotel_sbsa > .images {height:auto;}
        #hotel_sbsa > .images ul {display:-webkit-flex; display:-ms-flexbox; display:flex;}
        #hotel_sbsa > .images ul > li {position:static; padding:20px 20px 40px;}
        #hotel_sbsa > .images ul > li {height:auto; margin:0 -20px; padding:20px;}
        #hotel_sbsa > .images ul > li .image {width:auto; position:relative; margin:-20px -20px 0; transform:none !important;}
        #hotel_sbsa > .images ul > li .image > img {min-width:0; position:static; transform:none !important;}
        .hotel_itemLogo img {width: 60%; margin: 2% 0 0 0;}
        .btLeft {width: 100%; float: none; margin: 0 0 2% 0;}
        .btRight {width: 100%; float: none;}
        .btn2 {width: 100%;}
    }

    #resort_info {margin:70px 0 0; background:#b09d5f; color: #fff;}
    #resort_info .inner {padding: 5% 0;}
    #resort_info h2 {margin:0 0 0.5em; color:#fff;}
    #resort_info p {color:#fff; text-align: center}
    #resort_info .btn {margin:2em auto 0 auto; color:#333; max-width: 460px;}
    @media screen and (max-width: 736px) {
        #resort_info {margin: 0;}
        #resort_info p {font-size: 13px; font-size: 1.3rem; text-align: left;}
    }

	.footer_btn .btn_target i {
		color: #fff;
		font-size: 10px;
		font-size: 1rem;
		position: absolute;
		right: 0;
		height: 1em;
		width: 1em;
		top: 0;
		bottom: 0;
		right: 13px;
		margin: auto;
		line-height: 1;
	}

	.footer_btn .btn_target img {
		-webkit-backface-visibility: hidden;
	}

    .footer_sNavList .link-pdf, .footer_sNavList a[href*=pdf] {
        padding-left: 0;
    }
    .footer_sNavList .link-pdf:before, .footer_sNavList a[href*=pdf]:before {
        background: none;
    }
/*--------------------------
追記
---------------------------*/
	.titSt06 p {
		padding-top:3%;
	}