@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;/* -webkit-font-smoothing: antialiased; */
}
body.navOpen {
	overflow: hidden
}
a {
	position: relative;
	color: inherit;
}
a[href^=tel] {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}

@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 {
	/* overflow: hidden; */
	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/100862714.png);/* -----------------------background-image-----------------------*/
}
.slick-next {
	right: -56px;
	background-image: url(/content/100862713.png);/* -----------------------background-image-----------------------*/
}
.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
*/
.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
*/
.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-dr */
.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-tf */
.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;
}
.aTarget {
/* position: absolute; */
	/* z-index: 0; */
	/* top: -116px; *//* header-height */
	/* left: 0; */
	/* width: 100%; */
	/* height: 1px; */
	/* display: block; */
}
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/100862716.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 {
/* top: -45px; *//* header-height */
}
}
/* --------------------------------------------------
    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 20px;
	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.icon-download:before {
	font-size: 16px;
	font-size: 1.6rem;
	top: -2px;
	bottom: 0;
	right: 20px;
}
/* btn-w(wide) */
.btn-w {
	max-width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;/* padding-right: 30px; *//* padding-left: 30px; */
}
/* btn-s(small) */
.btn-s {
	font-size: 12px;
	font-size: 1.2rem;
	max-width: 200px;
}
.btn-s .btn_target:before {
	right: 15px;
}
/* btn-g(gold) */
.btn-g {
	color: #fff;
}
.btn-g .btn_target {
	background: #b09d60;
}
.btn-g .btn_target:after {
	background: #8c7d4d;
}
/* btn-b(beju) */

.btn-b .btn_target {
	background: #e9e6dc;
}
.btn-b .btn_target:after {
	background: #ded6bc;
}
.btn-b .btn_target:before {
	color: #b09d60;
}
/* btn-b(gray) */

.btn-gl .btn_target {
	background: #666;
}
.btn-gl .btn_target:after {
	background: #444;
}
/* btn-wF(white frame) */
.btn-wF .btn_target {
	border: 1px solid #fff
}
.btn-wF .btn_target:after {
	background: #fff;
}
/* btn-glF(gray frame) */
.btn-glF .btn_target {
	border: 1px solid #dedfe1;
	padding: 10px 30px 10px 15px;
}
.btn-glF .btn_target:after {
	background: #dedfe1;
}
/* btn-bd(border) */
.btn-bd .btn_target {
	padding: 5px;/* height: 54px; */
}
.btn-bd .btn_target span {
	border: 1px solid #cac4b3;
	padding: 10px 25px 10px;
}
/* btn-gF(gray frame) */
.btn-gF .btn_target {
	border: 1px solid #676363
}
.btn-gF .btn_target:after {
	background-color: #676363
}
/* btn-lgF(lightgray frame) */
.btn-lgF .btn_target {
	border: 1px solid #ddd;
}
.btn-lgF .btn_target:after {
	background: #ececec;
}
/* hover */
.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;/* height: 45px; */
}
.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;
}
/* exception (reigai) */
._sortBox+.block, ._pageHead+.block:not(.block-bg) {
	padding-top: 0
}/*
._sortBox+.block, ._pageHead+.block:not(.block-bg), .pageBody>.block:not(.block-bg):first-child, .pageBody>.frame>.block:not(.block-bg):first-child {
	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;
}
._map+.block-bg {
/* margin-top: 0; */
}
/*
.pageSct:not(:last-child)>.block:last-child:not(.block-bg), .pageSct:not(:last-child) .pageBody>.block:last-child:not(.block-bg) {
	padding-bottom: 0px;
}
*/
.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;/* margin: -8px 0; */
}
.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;
}
/* exception (reigai) */
.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;
}
.main>.block:first-child, .block-bg, .block-bg+.block {
/* padding-top: 30px; */
}
/*
.pageBody>.block:last-child {
	padding-bottom: 30px;
}
*/
.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;
}
/* if device-pc => video show */
.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;
}

@media screen and (max-width: 736px) {
.mainVisual {
}
.mainVisual .video, .mainVisual iframe {
}
}
/* --------------------------------------------------
  .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 iframe {
}
.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_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
}
.mainVisualYT:after {
}
.mainVisualYT iframe {
}
.mainVisualYT.fac-youtube-area {
}
.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 {
	/* when logo-image is background-image */
	background-repeat: no-repeat;
	background-position: center center;
}
.header_logo img {
}
}
/* ---------------------
   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
--------------------- */
.header_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:last-child {
}
.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:last-child {
}
.gNav_item a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #e7e7e7;
}
}
/* sNav */
.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 {
	/*
	border-right: 1px solid #ddd;
	padding-right: 18px;
	margin-right: 18px;
	*/
}
.sNav_item-menu span {
}

@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;
}
.sNav_item-lang:before {
}
}
/* cNav */
.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: 100px;
	font-size: 12px;
	font-size: 1.2rem;
}
.cNav_btn-rsv {
	width: 100px;
}
.cNav_btn-ticket {
	/* color: #fff; */
	width: 140px;
	color: #fff;
}
.cNav_btn .btn_target {
	padding: 0;
	height: 32px;
}
.cNav_btn-cont .btn_target {
	margin-top: 2px;
}
/*
.cNav_btn-rsv .btn_target {
	background: #b09d60;
}
.cNav_btn-rsv .btn_target:after {
	background: #8e7d46;
}*/
.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 {/* float: none; */
	margin: 0;
}
.cNav_item:first-child {
}
.cNav_item:first-child:last-child {
        width: 100%;max-width: 100%;
}
.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: 49%;
	max-width: 49%;/* height: 40px; */
}
.cNav_btn-cont {
	float: none;
	width: 100%;
	max-width: 100%;
	height: 29px;
}
.cNav_btn:nth-child(even) {
	float: right;
}
.cNav_btn .btn_target {
	height: 40px;
}
.cNav_btn-cont .btn_target {
	background: #ffffff;
	border: 0;
	height: 28px;
}
}
/* hover */
.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;
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* margin: auto; */
	bottom: 10px;
}
.header-mini .gNav_item {
	font-size: 13px;
	font-size: 1.3rem;
}
.header-mini .cNav_list-cont {
	display: none;
}

@media screen and (max-width: 736px) {
.header-mini {
	display: none;
	height: 45px/* for js */
}
}
/*----------------
   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;
	display: block;
}
.resortMenu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	text-align: center;
}
.resortMenu_logo {
	margin-bottom: 30px;
}
.rNav {
}
.rNav_list {
	border-top: 1px solid #e5e5e5;
}
.rNav_item {
	border-bottom: 1px solid #e5e5e5;
}
.rNav_item-hotel {
	padding: 20px 0;
}
.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
}
/* hover */
.rNav_item>a:hover {
	color: #b09d60
}

@media screen and (max-width: 736px) {
.resortMenu, .resortMenu_close {
	display: none
}
}
.rCNav {
	/* position: static; */
	/* padding: 20px 20px 0; */
	padding-top: 30px;
}
.rCNav_list+.rCNav_list {
}
.rCNav_list {
/* position: static; */
	/* float: left; */
	/* width: 460px; */
}
.rCNav_list-cont {
	padding: 7px 10px 10px;
	background: #e0e0e0;
	/* float: right; */
	margin-top: 20px;
}
.rCNav_item {/* float: none; */
	margin: 0;
}
.rCNav_item:first-child {
}
.rCNav_item-tel {
	float: none;
	/* font-size: 10px; */
	font-size: 1.2rem;/* margin-bottom: 4px; */
}
.rCNav_item-tel span {
	font-size: 22px;
	font-size: 2.2rem;
	margin-left: 9px;
}
.rCNav_btn {
	/* width: 48%; */
	width: 460px;
	max-width: 100%;
	/* height: 40px; */
	float: left;
}
.rCNav_btn-cont {
	float: none;
	width: 100%;
	max-width: 100%;
}
.rCNav_btn-ticket {
	color: #fff;
}
.rCNav_btn:nth-child(even) {
	float: right;/* margin-top: 10px; */
}
.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;
}
/* ---------------------
   main
--------------------- */
/* ---------------------
	footer
--------------------- */
.footer {
	background: #413c3c;
}

@media screen and (max-width: 736px) {
}
/* footer_head */
.footer_head {
	background: #4e4948;
	color: #fff;
	padding: 40px 0 15px;
}
.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%;
}
.footer_rsvBtn .btn_target {/* padding: 9px 8px; */
}
.footer_rsvNote {
}
}
/* footer_body */
.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_list {
}
.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_innerList {
}
.footer_innerItem {
	color: #b5b4b4;
	margin-top: 10px;
}
.footer_innerItem>a {
}
.footer_innerItem i {
}
.footer_btns {
}
.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;
}
/* hover */
.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_col:nth-child(3n) {
}
.footer_list {
}
.footer_item {
	margin: 0;
	/* padding: 0 20px; */
	border-bottom: 1px solid #4e4948;
}
.footer_item:last-child {
}
.footer_item a {
	display: block;
	padding: 16px 0;
	margin: 0 20px;
	position: relative;
}
.footer_item>a {
}
.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 span {
}
.footer_btn-bnr img {
	width: 130px;
}
.footer_btn-bnr i {
	font-size: 6px;
	font-size: .6rem;
	right: 5px;
}
.footer_fb {
	display: none;
}
/* hover */
.footer_item a:hover {
	text-decoration: none;
}
}
/* footer_foot */
.footer_foot {
	color: #fff;
	padding: 40px 0 20px;
}
.footer_sNav {
	float: right;
}
.footer_sNavList {
}
.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:after {
}
.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 i {
}
/* show */
.footer_pageTop.show {
	bottom: 20px;
	opacity: 1;
}
/* hover */
.footer_pageTop:hover {
	background: #272424;
}
}
/* hover */
.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_sNavItem:after {
}
.footer_sNavItem a {
}
.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;
}
/* hover */
.footer_sNavItem a:hover {
}
}
/* ---------------------
	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;
}
.hotels_txt {
	position: relative;
	width: 87%;
	margin: -40px auto 0;
	padding: 4px;
	background: #fff;
}
.hotels_txtInner {
	padding: 10px 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 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) {
/* 2items */
.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:first-child:nth-last-child(2) .hotels_body, .hotels_item:first-child:nth-last-child(2) ~ .hotels_item .hotels_body {
/* margin-top: 4px; */
}
}

@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;
}
.hotels_ttl img {
	height: 20px;
	width: auto;
}
.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 {
}
.experience .frame {
}
.experience_ttl {
}
.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: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	/* letter-spacing: -.06em; */
	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_list .slick-dots li {
}

@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_list .slick-dots li {
}
.speciality_list .slick-dots .slick-active {
}
}
/* ---------------------
	plan
--------------------- */
.plan {
/* padding: 60px 0; */
}
.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;
}
.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;
	/* float: left; */
	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;
}

/* for IE11 */
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .plan_itemInner {
 position: block
}
*::-ms-backdrop, .plan_img, .plan_txt {
 float: left;
}
}
/* for IE10,9 */
.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;
}
.search_ttl {
	margin-bottom: 4px;
}
.search_ttl:before {
	display: none
}
.search_item {
	width: 100px;
	float: left;
	position: relative;
	margin-right: 20px;
}
.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/100862715.png) no-repeat;/* -----------------------background-image-----------------------*/
	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: 20px;
	height: 40px;
}
.search_btn-conf {
	font-size: 12px;
	font-size: 1.2rem
}
.search_btn:last-child {
	margin-right: 0;
}
.search_btn-rsv {
	width: 220px;
}

@media screen and (max-width: 736px) {
.search {
	padding: 0;
}
.search .frame {
	padding: 0;
}
.search_ttl {
	padding: 14px 20px;
	margin: 0;
	position: relative;
	font-weight: bold;
}
.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 #333;
	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;
}
/* datepicker */
.ui-datepicker {
	font-size: 16px;
	font-size: 1.6rem;
}
}
/* ---------------------
	hotelContact
--------------------- */
.hotelContact {
	background: #eaebee;
	padding: 20px 0;
}
.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;
	float: right;
}
.hotelContact_btn .btn_target {
	border: 1px solid #bbbcbe;
}
.hotelContact_btn .btn_target:after {
	background: #d0d0d0;
}

@media screen and (max-width: 736px) {
.hotelContact {
	padding: 18px 0;
}
.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;
}
}
/* ---------------------
	madori
--------------------- */
.madori {
	overflow: hidden;
}
.madori+.madori {
	margin-top:30px
}
.madori_img {
	float: left;
	margin-right: 20px;
}

.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;
}
/* 2img */
.madori_img-2img {
	float: none;	
	margin: 0 0 20px;	
	overflow: hidden;
}
.madori_img-2img img {
	width: 48%;
	float: left;
}
.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+.madori_data {
	/* margin-top: 20px; */
}
.madori_img {
	overflow: visible;
	margin-bottom: 15px;
}
.madori_data li:last-child {
	border-bottom: 0
}
/* 2img */
.madori_img-2img {	
	margin: 0 0 20px;	
	overflow: hidden;
}
.madori_img-2img img {
	width: 100%;
	float: none;
}
.madori_img-2img img:nth-child(even) {
	float:none;
	margin-top:10px
}
}
/* ---------------------
	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;
}
.restaurantCat_body {
}
}
/* ---------------------
	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;
}
}
/* tripadvisor widget */
.TA_cdsratingsonlywide{
	
margin-top: 20px;
}