@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : stay__suite.css
 author     : Ability Consultant
 style info : ご宿泊 スイート
=================================================================== */
.box_st h4, .con_slider, .con_roo, .con_info .box_info {
	max-width: 1160px;
	margin: auto;
}
@media only screen and (max-width: 1159px) {
  .box_st h4, .con_slider, .con_roo, .con_info .box_info {
		width: 91.66667%;
  }
}

@font-face {
	font-family: "Times New Roman", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
	src: url(../css/fonts/arabtype.woff) format("woff"), url(../css/fonts/arabtype.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
#sta_pnav li:first-child + * + * a {
	background: #fff;
}

#header .con_title .box_title {
	top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  #header .con_title .box_title {
		top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_title .box_title {
		top: 35%;
  }
}
#header .con_title .box_title h2 span, #header .con_title .box_title h2 em {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

h3.page_title {
	font-weight: 100;
	text-align: center;
	display: block;
	font-family: "Times New Roman", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
	font-size: 393%;
	line-height: 1;
	margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  h3.page_title {
		font-size: 429%;
  }
}
@media only screen and (max-width: 767px) {
  h3.page_title {
		font-size: 286%;
  }
}
h3.page_title strong {
	font-size: 114%;
	font-weight: 100;
}
@media only screen and (min-width: 768px) {
  h3.page_title:before, h3.page_title:after {
		display: inline-block;
		content: "";
		width: 72px;
		height: 30px;
  }
  h3.page_title:before {
		background: url(../images/common/title_be.png) no-repeat center;
		margin-right: .3em;
  }
  h3.page_title:after {
		background: url(../images/common/title_af.png) no-repeat center;
		margin-left: .3em;
  }
}
@media print {
  h3.page_title:before, h3.page_title:after {
		display: inline-block;
		content: "";
		width: 72px;
		height: 30px;
  }
  h3.page_title:before {
		background: url(../images/common/title_be.png) no-repeat center;
		margin-right: .3em;
  }
  h3.page_title:after {
		background: url(../images/common/title_af.png) no-repeat center;
		margin-left: .3em;
  }
}
.ie8 h3.page_title:before, .ie8 h3.page_title:after {
	display: inline-block;
	content: "";
	width: 72px;
	height: 30px;
}
.ie8 h3.page_title:before {
	background: url(../images/common/title_be.png) no-repeat center;
	margin-right: .3em;
}
.ie8 h3.page_title:after {
	background: url(../images/common/title_af.png) no-repeat center;
	margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  h3.page_title {
		margin-top: 5%;
  }
}

/* -----------------------------------------------------------
	.box_st
----------------------------------------------------------- */
.box_st {
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box_st {
		margin-top: 10%;
  }
}
.box_st h4 {
	font-weight: 100;
	letter-spacing: -.4em;
  /*span {
  	letter-spacing: normal;
  	display: inline-block;
  	font-weight: 600;
  	line-height: 1;
  	color: #7c5b33;
  	&:before, &:after {
  		content: "/";
  		display: inline-block;
  	}
  	&:before {margin-right: .5em;}
  	&:after {margin-left: .5em;}
  }*/
}
.box_st h4 em {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	line-height: 1em;
	font-size: 215%;
}
.box_st h4 em:before, .box_st h4 em:after {
	content: "/";
	display: inline-block;
}
.box_st h4 em:before {
	margin-right: .2em;
}
.box_st h4 em:after {
	margin-left: .2em;
}
@media only screen and (max-width: 767px) {
  .box_st h4 em {
		font-size: 219%;
  }
}
.box_st h4 .en {
	font-family: "Times New Roman", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}
.box_st h4 .jp {
	font-family: "Times New Roman", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}
@media only screen and (max-width: 767px) {
  .box_st h4 {
		text-align: center;
  }
  .box_st h4 span, .box_st h4 em {
		display: block;
  }
  .box_st h4 em {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_st h4 {
		text-align: left !important;
  }
  .box_st h4 span, .box_st h4 em {
		display: inline-block !important;
  }
}

/* -----------------------------------------------------------
	.con_slider
----------------------------------------------------------- */
.con_slider {
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_slider {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 1159px) {
  .con_slider {
		width: 100%;
  }
}
.con_slider .box_slider .slick-list {
	overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_slider .box_slider .slick-list .photo {
		overflow: hidden;
  }
  .con_slider .box_slider .slick-list .photo img {
		position: relative;
		width: 115%;
		max-width: none;
		margin-left: -7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-list .photo {
		overflow: hidden;
  }
  .con_slider .box_slider .slick-list .photo img {
		position: relative;
		width: 135%;
		max-width: none;
		margin-left: -17.5%;
  }
}
.con_slider .box_slider .slick-arrow {
	position: absolute;
	bottom: 50%;
	height: 0;
	overflow: hidden;
	z-index: 3;
	width: 35px;
	height: 68px;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-arrow {
		width: 3.64583%;
		max-width: 35px;
		padding-top: 68px;
  }
}
.mouse .con_slider .box_slider .slick-arrow {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_slider .box_slider .slick-arrow:hover, .touch .con_slider .box_slider .slick-arrow.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_slider .box_slider .slick-arrow {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_slider .box_slider .slick-arrow.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_slider .box_slider .slick-next {
	cursor: pointer;
	background: url(../images/common/arr_nex.png) no-repeat left top;
	background-size: 100% auto;
	right: 5.5%;
}
.con_slider .box_slider .slick-next::before {
	content: "";
}
@media only screen and (max-width: 1159px) {
  .con_slider .box_slider .slick-next {
		right: 1%;
  }
}
.con_slider .box_slider .slick-prev {
	cursor: pointer;
	background: url(../images/common/arr_pre.png) no-repeat left top;
	background-size: 100% auto;
	left: 5.5%;
}
.con_slider .box_slider .slick-prev::before {
	content: "";
}
@media only screen and (max-width: 1159px) {
  .con_slider .box_slider .slick-prev {
		left: 1%;
  }
}
.con_slider .box_slider .slick-dots {
	width: 95%;
	right: 2.5%;
	bottom: 7%;
	text-align: center;
	line-height: 1;
}
.con_slider .box_slider .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 .8em;
	vertical-align: middle;
	text-align: center;
	-moz-transition: width 0.35s, height 0.35s;
	-o-transition: width 0.35s, height 0.35s;
	-webkit-transition: width 0.35s, height 0.35s;
	transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-dots li {
		width: 1em;
		height: 1em;
  }
}
.con_slider .box_slider .slick-dots li button {
	cursor: pointer;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.con_slider .box_slider .slick-dots li button:before {
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.con_slider .box_slider .slick-dots li.slick-active button:before {
	border: 1px solid #fff;
	background-color: #fff;
}

/* -----------------------------------------------------------
	.con_roo
----------------------------------------------------------- */
.con_roo {
	margin-top: 25px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_roo {
		margin-top: 4%;
  }
}
.con_roo .box_roo {
	float: left;
	width: 50.43103%;
	padding-right: 3.62069%;
	border-right: 1px solid #cccabf;
}
.con_roo .box_roo .txt {
	line-height: 1.7;
}
.con_roo .box_roo table {
	margin-top: 15px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo table {
		margin-top: 2.5%;
  }
}
.con_roo .box_roo .memo {
	margin-top: 15px;
	line-height: 1.7;
	font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .memo {
		margin-top: 2.5%;
  }
}
.con_roo .box_roo .btn {
	margin: 15px 0 0;
	border: 2px solid #d5cfc5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 340px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_roo .box_roo .btn {
		margin: 2.5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .btn {
		margin: 2.5% auto 0;
  }
}
.con_roo .box_roo .btn a {
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 1em 0;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTJlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlY2ZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee2e1), color-stop(100%, #decfce));
	background: -moz-linear-gradient(#eee2e1, #decfce);
	background: -webkit-linear-gradient(#eee2e1, #decfce);
	background: linear-gradient(#eee2e1, #decfce);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEE2E1', endColorstr='#FFDECFCE');
	border: 1px solid #fff;
}
.mouse .con_roo .box_roo .btn a {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .con_roo .box_roo .btn a:hover, .touch .con_roo .box_roo .btn a.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .con_roo .box_roo .btn a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_roo .box_roo .btn a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_roo .box_roo .btn a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
	padding: .2em .4em .2em .6em;
	background: #904f4a;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_roo .box_roo .btn {
		width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .btn {
		width: 70%;
  }
}
.con_roo .img_map {
	float: right;
	width: 42.24138%;
	letter-spacing: -.4em;
}
.con_roo .img_map li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.con_roo .img_map li a {
	display: block;
	text-decoration: none;
	position: relative;
}
.con_roo .img_map li a span {
	display: block;
	line-height: 2;
}
.con_roo .img_map li a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
}
.con_roo .img_map li a:before {
	font-size: 186%;
	display: block;
	position: absolute;
	width: 1em;
	height: 1.5em;
	margin-right: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	z-index: 3;
}
.con_roo .img_map li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1160px) {
  .con_roo .img_map li a:before, .con_roo .img_map li a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: opacity 0.45s;
		-o-transition: opacity 0.45s;
		-webkit-transition: opacity 0.45s;
		transition: opacity 0.45s;
  }
  .con_roo .img_map li a:hover:before, .con_roo .img_map li a:hover:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
  }
}
@media print {
  .con_roo .img_map li a:before, .con_roo .img_map li a:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: opacity 0.45s;
		-o-transition: opacity 0.45s;
		-webkit-transition: opacity 0.45s;
		transition: opacity 0.45s;
  }
  .con_roo .img_map li a:hover:before, .con_roo .img_map li a:hover:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
  }
}
.ie8 .con_roo .img_map li a:before, .ie8 .con_roo .img_map li a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.45s;
	-o-transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
}
.ie8 .con_roo .img_map li a:hover:before, .ie8 .con_roo .img_map li a:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.con_roo .img_map li:first-child + * {
	margin-left: 2%;
}
@media only screen and (max-width: 1159px) {
  .con_roo .img_map li {
		width: 49%;
  }
}
@media only screen and (max-width: 930px) {
  .con_roo .box_roo {
		float: none;
		width: 100%;
		padding-right: 0;
		border-right: none;
  }
  .con_roo .img_map {
		margin-top: 4%;
		float: none;
		width: 100%;
		text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
	border-top: 3px solid #e3e2da;
	background: #fff;
	margin-top: 65px;
	padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .con_info {
		margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
		padding: 7% 0;
  }
}
.con_info h4 {
	font-weight: 100;
	text-align: center;
	display: block;
	font-family: "Times New Roman", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
	font-size: 393%;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_info h4 {
		font-size: 429%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info h4 {
		font-size: 286%;
  }
}
.con_info h4 strong {
	font-size: 114%;
	font-weight: 100;
}
@media only screen and (min-width: 768px) {
  .con_info h4:before, .con_info h4:after {
		display: inline-block;
		content: "";
		width: 72px;
		height: 30px;
  }
  .con_info h4:before {
		background: url(../images/common/title_be.png) no-repeat center;
		margin-right: .3em;
  }
  .con_info h4:after {
		background: url(../images/common/title_af.png) no-repeat center;
		margin-left: .3em;
  }
}
@media print {
  .con_info h4:before, .con_info h4:after {
		display: inline-block;
		content: "";
		width: 72px;
		height: 30px;
  }
  .con_info h4:before {
		background: url(../images/common/title_be.png) no-repeat center;
		margin-right: .3em;
  }
  .con_info h4:after {
		background: url(../images/common/title_af.png) no-repeat center;
		margin-left: .3em;
  }
}
.ie8 .con_info h4:before, .ie8 .con_info h4:after {
	display: inline-block;
	content: "";
	width: 72px;
	height: 30px;
}
.ie8 .con_info h4:before {
	background: url(../images/common/title_be.png) no-repeat center;
	margin-right: .3em;
}
.ie8 .con_info h4:after {
	background: url(../images/common/title_af.png) no-repeat center;
	margin-left: .3em;
}
.con_info .box_info table {
	margin-top: 25px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info table {
		margin-top: 4%;
  }
}
.con_info .box_info .memo {
	margin-top: 15px;
	line-height: 1.7;
	font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .memo {
		margin-top: 2.5%;
  }
}

.con_rsrv-lod {
	margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .con_rsrv-lod {
		margin-top: 7%;
  }
}
