@charset "utf-8";

#main { width:1100px; margin:10px auto; }
#main .sp { display:none!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
}


/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }



/*============================================================
  pc
============================================================*/
/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin: 0 auto;
}

#main a {
	text-decoration: none;
}

#main a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.hide {
  margin:0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height:0;
}

.font_16 {
	font-size: 16px;
}

.flt_l {
	float: left;
}

.flt_r {
	float: right;
}

.sp_no01 {
  display: block;
}

.pc_no01 {
  display: none;
}


/*--------------------------------------------------
mv
--------------------------------------------------*/
#mv {
	width: 100%;
	height: 700px;
	background: url(../images/mv01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	z-index: 0;
	overflow: hidden;
	position: relative;
}

#mv .inner {
	width: 780px;
	height: 520px;
	background: url("../images/mv02.png") center center no-repeat;
	background-size: 100% auto;
	margin: 70px auto 0;
	overflow: hidden;
	position: relative;
}

#mv .textbox {
	width: 500px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: justify;
	position: absolute;
	left: 220px;
	bottom: 40px;
}



/*--------------------------------------------------
  contents01
--------------------------------------------------*/
#contents01 .box_bg {
	background: url("../images/bg01.png") center top repeat;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
	padding: 80px 0;
}

#contents01 .box {
	width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#contents01 .wrapper {
	width: 530px;
	height: 588px;
	margin: 0 10px 40px;
	background-color: #fff;
}

/* #contents01 .wrapper01 {
	background: url("../images/bg02.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .wrapper02 {
	background: url("../images/bg03.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .wrapper03 {
	background: url("../images/bg04.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .wrapper04 {
	background: url("../images/bg05.png") 0 0 no-repeat;
	background-size: 100% auto;
} */

#contents01 .ttl {
	color: #fff;
	font-size: 24px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

#contents01 .txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	margin: 20px 0 10px;
}

#contents01 .txt01 {
	color: #fb5353;
}

#contents01 .wrapper01 .ttl {
	background-color: #fb5353;
}
#contents01 .wrapper01 .ttl:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fb5353;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}
#contents01 .txt02 {
	color: #e5602c;
}

#contents01 .wrapper02 .ttl {
	background-color: #e5602c;
}
#contents01 .wrapper02 .ttl:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #e5602c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}
#contents01 .txt03 {
	color: #e49627;
}

#contents01 .wrapper03 .ttl {
	background-color: #e49627;
}
#contents01 .wrapper03 .ttl:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #e49627;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}
#contents01 .txt04 {
	color: #e3b823;
}

#contents01 .wrapper04 .ttl {
	background-color: #e3b823;
}
#contents01 .wrapper04 .ttl:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #e3b823;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}

/* #contents01 .btn_box {
	position: absolute;
	bottom: 30px;
	left: 35px;
	right: 35px;
} */

/* #contents01 ul {
	width: 100%;
	overflow: hidden;
} */

#contents01 li {
	display: table;
	width: 477px;
	height: 75px;
	margin: 5px auto;
}

#contents01 li:last-child {
	margin-bottom: 0;
}

#contents01 li a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}
/*
#contents01 li a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
}
*/
#contents01 li a span {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	padding-left: 150px;
}

/*-------------昔のボタン使いません
#contents01 .btn01 a {
	background: url("../images/btn01.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn02 a {
	background: url("../images/btn02.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn03 a {
	background: url("../images/btn03.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn04 a {
	background: url("../images/btn04.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn05 a {
	background: url("../images/btn05.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn06 a {
	background: url("../images/btn06.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn07 a {
	background: url("../images/btn07.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn08 a {
	background: url("../images/btn08.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn09 a {
	background: url("../images/btn09.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn10 a {
	background: url("../images/btn10.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#contents01 .btn11 a {
	background: url("../images/btn11.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#contents01 .btn12 a {
	background: url("../images/btn12.png") 0 0 no-repeat;
	background-size: 100% auto;
}
-------------*/

#contents01 .btn_no01 a {
	background: url("../images/no01.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#contents01 .btn_no02 a {
	background: url("../images/no02.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#contents01 .btn_no03 a {
	background: url("../images/no03.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#contents01 .btn_no04 a {
	background: url("../images/no04.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#contents01 .btn_no05 a {
	background: url("../images/no05.png") 0 0 no-repeat;
	background-size: 100% auto;
}



/*--------------------------------------------------
  map_area
--------------------------------------------------*/
#map_area {
	background: url("../images/bg01.png") center top repeat;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	top: -40px;
	z-index: 1;
	overflow: hidden;
	padding: 50px 0 90px;
}

#map_area .title_bg {
	width: 1060px;
	text-align: center;
	margin: auto;
}
#map_area .ttl {
	display: inline-block;
	width: 100%;
	height: 80px;
	background: #811f0c;
	line-height: 80px;
	box-sizing: border-box;
	color: #fff;
	font-size: 32px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	vertical-align: middle;
	position: relative;
}
#map_area .ttl:before,
#map_area .ttl:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
#map_area .ttl:before {
	top: 0;
	left: -20px;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: #811f0c;
	border-left-color: transparent;
}
#map_area .ttl:after{
	top: 0;
	right: -20px;
	border-style: solid;
	border-width: 40px 20px 40px 0;
		border-color: #811f0c;
	border-right-color: transparent;
}

#gmap {
	width: 1100px;
	height: 500px;
	margin: 20px auto 0;
}

#map_area #hotel_top {
}



/*--------------------------------------------------
  contents02
--------------------------------------------------*/
#bg {
	background: url("../images/bg06.jpg") 0 0 repeat-y;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 100%;
	margin: -40px auto 50px;
	padding-bottom: 90px;
}

#contents02 {
	overflow: hidden;
	padding: 80px 0 70px;
}

#contents02	.box {
	width: 1100px;
	margin: 0 auto;
}

#contents02	.title_bg {
	background: url("../images/title01.png") 0 0 no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 620px;
	height: 150px;
	margin: 0 auto 60px;
	position: relative;
}

#contents02	.title {
	color: #b12004;
	font-size: 32px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	position: absolute;
	top: 50px;
	left: 200px;
}

#contents02	.wrapper {
	background: linear-gradient( 90deg, #fde5e2 25%, #fde9e6 25%, #fde9e6 50%, #fde5e2 50%, #fde5e2 75%, #fde9e6 75%, #fde9e6 );
	background-size: 80px 80px;
	box-shadow: 10px 10px #eac9c4;
	margin-bottom: 50px;
	padding: 40px 30px;
	overflow: hidden;
}

#contents02	.left {
	width: 580px;
	float: left;
}

#contents02	.right {
	width: 440px;
	float: right;
}

#contents02	.ttl_bg {
	background: url("../images/ttl.png") 0 0 no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 440px;
	height: 60px;
	text-align: center;
	position: relative;
}

#contents02	.ttl {
	color: #fff;
	line-height: 1.3;
	padding: 12px 0;
}


/*---------- inner01 ---------*/
#contents02 .inner01 {
	margin-top: 20px;
}

#contents02 .inner01 dl {
	margin-bottom: 5px;
}

#contents02 .inner01 dt {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	border-radius: 4px;
}

#contents02 .inner01 dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

#contents02 .inner01 .va_t {
	vertical-align: top;
}

#contents02 .inner01 .item01 {
	background: #c33149;
}

#contents02 .inner01 .item02 {
	background: #d8522e;
}

#contents02 .inner01 .item03 {
	background: #d8962e;
}

#contents02 .inner01 .txt01 a {
	color: #c33149;
	text-decoration: underline;
}

#contents02 .inner01 .txt02 {
	color: #d8522e;
}

#contents02 .inner01 .txt03 {
	color: #d8962e;
}

#contents02 .inner01 .seaview {
	width: 230px;
	background: #50b5cd;
	line-height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}


/*---------- inner02 ---------*/
#contents02 .inner02 {
	margin-top: 25px;
}

#contents02 .inner02 .sub {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 5px;
	border-radius: 20px;
}

#contents02 .inner02 .sub01 {
	background: #f56464;
}

#contents02 .inner02 .sub02 {
	background: #f58d64;
}

#contents02 .inner02 .sub03 {
	background: #f5b964;
}

#contents02 .inner02 .sub04 {
	background: #e7c13d;
}

#contents02 .inner02 .txt {
	text-align: justify;
	margin-top: 10px;
}


/*---------- btn_box ---------*/
#contents02 .btn_box {
	width: 980px;
	margin: 40px auto 0;
}

#contents02 .btn_box .btn {
	width: 480px;
}

#contents02 .btn_box .btn01 {
	float: left;
}
#contents02 .btn_box .btn02 {
	float: right;
}

#contents02 .btn_box .btn a {
	display: block;
	background: #d74059;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	line-height: 1.3;
	padding: 15px 0;
	border-bottom: solid 5px #a03b4c;
  border-radius: 8px;
	position: relative;
}

#contents02 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -5px;
}



/*------------------------------------------------------------
 google map popup
------------------------------------------------------------*/
.inline-wrap {
	width: 900px;
	height: 500px;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}

.inline-wrap .hotel_map {
	border: solid 8px #665544;
}

.inline-wrap iframe {
	display: block;
	width: 100%;
	height: 500px;
}

/*---------- 閉じるボタン ---------*/
.popup-modal-dismiss {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #b81f30;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
	top: -60px;
	right: 0;
}

.popup-modal-dismiss:before,
.popup-modal-dismiss:after {
	display: inline-block;
	content: "";
	width: 4px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -2px;
}

.popup-modal-dismiss:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.popup-modal-dismiss:after {
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}



/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
#contents02 .slider {
	width: 100%;
	height: 380px;
	position: relative;
}

#contents02 .slider .photo{
	margin: 0 0;
}

#contents02 .slider img {
	width: 100%;
	height: 380px;
 }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*---------- slider矢印 ---------*/
.slide-arrow {
  position: absolute;
  top: 50%;
	cursor: pointer;
	margin-top: -27px;
}

.prev-arrow {
  width: 54px;
  height: 54px;
	background: url(../images/arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
	left: -3%;
	z-index: 999;
}

.next-arrow {
  width: 54px;
  height: 54px;
	background: url(../images/arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
  right: -3%;
	z-index: 999;
}



/*--------------------------------------------------
  contents03
--------------------------------------------------*/
#contents03 .box {
	background: url("../images/bg07.jpg") center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 60px 0;
	overflow: hidden;
}

#contents03 .btn_box {
	width: 960px;
	margin: auto;
}

#contents03 .btn_box .btn {
	width: 460px;
	height: 80px;
}

#contents03 .btn_box .btn01 {
	float: left;
}

#contents03 .btn_box .btn02 {
	float: right;
}

#contents03 .btn_box .btn a {
	display: block;
	background: #ff5b77;
	width: 100%;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	border-bottom: solid 5px #a03b4c;
  border-radius: 8px;
	position: relative;
}

#contents03 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -5px;
}



/*--------------------------------------------------
  contents04
--------------------------------------------------*/
#contents04	.title_bg {
	background: url("../images/title02.png") 0 0 no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 620px;
	height: 150px;
	margin: 50px auto 20px;
	position: relative;
}

#contents04	.title {
	color: #b12004;
	font-size: 32px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	position: absolute;
	top: 50px;
	left: 200px;
}

#contents04 .box {
	background: linear-gradient( 90deg, #fde5e2 25%, #fde9e6 25%, #fde9e6 50%, #fde5e2 50%, #fde5e2 75%, #fde9e6 75%, #fde9e6 );
	background-size: 80px 80px;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 50px;
}


/*---------- btn_box01 ---------*/
#contents04 .btn_box01 {
	width: 1020px;
	margin: 0 auto;
}

#contents04 .btn_box01 ul {
	width: 100%;
}

#contents04 .btn_box01 li {
	width: 320px;
	height: 70px;
	margin: 0 30px 20px 0;
	float: left;
}

#contents04 .btn_box01 li:last-child {
	margin-right: 0;
}

#contents04 .btn_box01 li a {
	display: block;
	width: 100%;
	background: #fff;
	line-height: 70px;
	color: #f87222;
	font-size: 24px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	border-bottom: solid 5px #f87222;
  border-radius: 8px;
	position: relative;
}

#contents04 .btn_box01 li a:after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #f87222;
	border-right: 2px solid #f87222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}


/*---------- btn_box02 ---------*/
#contents04 .btn_box02 .btn {
	width: 540px;
	height: 85px;
	margin: auto;
}

#contents04 .btn_box02 .btn a {
	display: block;
	background: #50b5cd;
	width: 100%;
	line-height: 85px;
	color: #fff;
	font-size: 24px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	margin: 0 auto 60px;
	border-bottom: solid 5px #3296ae;
  border-radius: 8px;
	position: relative;
}

#contents04 .btn a:after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -5px;
}



/*--------------------------------------------------
  page-top
--------------------------------------------------*/
.page-top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}










/*============================================================
  sp
============================================================*/

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

/*--------------------------------------------------
  body
--------------------------------------------------*/
#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	margin: 0 auto;
}

.font_16 {
	font-size: 2.9vw;
}

.flt_l {
	float: inherit;
}

.flt_r {
	float: inherit;
}

.sp_no01 {
  display: none;
}

.pc_no01 {
  display: block;
}

img {
	width: 100%;
}



/*--------------------------------------------------
sp_mv
--------------------------------------------------*/
#sp_mv {
	background: none;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 0;
	overflow: hidden;
}

#sp_mv .inner {
	background: url("../images/sp_mv01.jpg") center center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	padding-top: 62.5%;
}

#sp_mv .textbox {
	width: 100%;
	font-size: 14px;
	text-align: justify;
	position: static;
	left: inherit;
	bottom: inherit;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 15px;
}



/*--------------------------------------------------
  contents01
--------------------------------------------------*/
#contents01 .box_bg {
	background: url("../images/bg01.png") 0 0 repeat-y;
	background-size: 100% auto;
/* 	height: auto;
	top: 0; */
	margin-top: 30px;
	padding: 30px 0 0;
}

#contents01 .box {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}

#contents01 .wrapper {
	width: 100%;
	height: auto;
/* 	height: 0;
	padding-top: 80%;
	background-size: 100% auto; */
	box-sizing: border-box;
/* 	position: relative; */
margin: 0 0 20px;
padding: 0 0 10px;
}


#contents01 .ttl {
	font-size: 4.2vw;
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
/* 	position: absolute;
	top: 6%; */
}

#contents01 .txt {
	width: 100%;
	font-size: 3.2vw;
	text-align: center;
	line-height: 1.3;
	margin-top: inherit;
	margin: auto;
/* 	position: absolute;
	top: 26%; */
	padding: 20px 0 5px;
}


#contents01 .btn_box {
/* 	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px; */
	padding: 0 5% 5px;
}

#contents01 ul {
	width: 100%;
	overflow: hidden;
}

#contents01 li {
	display: block;
	width: 100%;
	height: inherit;
}

#contents01 li a {
	display: block;
	width: 100%;
	height: 0;
	font-size: 3vw;
	line-height: 1.3;
	padding-top: 15.72%;
}

#contents01 li a:after {
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	right: 5%;
	margin-top: -3px;
}
#contents01 li a span {
	display: block;
	vertical-align: inherit;
	height: 0;
	padding-left: 0;
	position: absolute;
	top: 50%;
	left: 30%;
}

#contents01 li a .pa01 {
	margin-top: -1%;
	margin-top: -2.5%;
}

#contents01 li a .pa02 {
	margin-top: -3%;
	margin-top: -4.5%;
}



/*--------------------------------------------------
  map_area
--------------------------------------------------*/
#map_area {
	background: url("../images/bg01.png") 0 0 repeat-y;
	background-size: 100% auto;
	height: auto;
	top: 0;
	padding: 25px 0 40px;
}

#map_area .title_bg {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#map_area .ttl {
	width: 90%;
	height: 48px;
	line-height: 48px;
	font-size: 4.8vw;
}
#map_area .ttl:before {
	left: -20px;
	border-width: 24px 0 24px 20px;
}
#map_area .ttl:after{
	right: -20px;
	border-width: 24px 20px 24px 0;
}

#gmap {
	width: 100%;
	height: 250px;
	margin: 15px auto 0;
}

#map_area #hotel_top {
}



/*--------------------------------------------------
  contents02
--------------------------------------------------*/
#bg {
	margin: 0 auto 50px;
	padding-bottom: 30px;
}

#contents02 {
	padding: 30px 0 40px;
}

#contents02	.box {
	width: 100%;
	box-sizing: border-box;
	padding: 0  20px 0 10px;
}

#contents02	.title_bg {
	width: 100%;
	height: 0;
	margin: 20px auto 20px;
	padding-top: 24.19%;
}

#contents02	.title {
	font-size: 5vw;
	top: 34%;
	left: 32%;
}

#contents02	.wrapper {
	background-size: 50px 50px;
	box-shadow: 8px 8px #eac9c4;
	margin-bottom: 30px;
	padding: 15px 15px 30px;
}

#contents02	.left {
	width: 100%;
	float: inherit;
}

#contents02	.right {
	width: 100%;
	float: inherit;
	margin-top: 20px;
}

#contents02	.ttl_bg {
	width: 100%;
	height: 0;
	padding-top: 13.63%;
}

#contents02	.ttl {
	width: 100%;
	padding: 0 0;
	font-size: 2.7vw;
	position: absolute;
	top: 18%;
}


/*---------- inner01 ---------*/
#contents02 .inner01 {
	width: 100%;
	margin-top: 10px;
}

#contents02 .inner01 dl {
	width: 100%;
	margin-bottom: 10px;
}

#contents02 .inner01 .dl_02{
	width: 48%;
	float: left;
}

#contents02 .inner01 .dl_03{
	width: 48%;
	float: right;
}

#contents02 .inner01 dt {
	display: block;
	vertical-align: inherit;
	width: 100px;
}

#contents02 .inner01 dd {
	display: block;
	vertical-align: inherit;
	font-size: 3.2vw;
	text-align: center;
	margin-top: 5px;
}

#contents02 .inner01 .va_t {
	vertical-align: inherit;
}

#contents02 .inner01 .item01 {
	width: 100%;
}

#contents02 .inner01 .item02 {
	width: 100%;
}

#contents02 .inner01 .item03 {
	width: 100%;
}

#contents02 .inner01 .seaview {
	width: 100%;
	clear: both;

}


/*---------- inner02 ---------*/
#contents02 .inner02 {
	margin-top: 20px;
}

#contents02 .inner02 .sub {
	font-size: 3.4vw;
	line-height: 30px;
}


/*---------- btn_box ---------*/
#contents02 .btn_box.sp_no01 {
	display: none;
}

#contents02 .btn_box {
	width: 100%;
	margin: 20px auto 0 auto;
}

#contents02 .btn_box .btn {
	width: 100%;
}

#contents02 .btn_box .btn01 {
	float: inherit;
	margin-bottom: 5px;
}

#contents02 .btn_box .btn02 {
	float: inherit;
}

#contents02 .btn_box .btn a {
	display: block;
	font-size: 3.5vw;
	padding: 10px 0;
	border-bottom: solid 4px #a03b4c;
}

#contents02 .btn_box .btn a:after {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
}


/*------------------------------------------------------------
 google map popup
------------------------------------------------------------*/
.inline-wrap {
	width: 100%;
	height: 300px;
	padding: 0 10px;
}

.inline-wrap .hotel_map {
	border: solid 4px #665544;
}

.inline-wrap iframe {
	display: block;
	width: 100%;
	height: 300px;
}


/*---------- 閉じるボタン ---------*/
.popup-modal-dismiss {
	width: 35px;
	height: 35px;
	top: -40px;
}

.popup-modal-dismiss:before,
.popup-modal-dismiss:after {
	width: 2px;
	height: 14px;
	margin: -7px 0 0 -1px;
}



/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
#contents02 .slider {
	width: 100%;
	height: auto;
	position: relative;
}

#contents02 .slider .photo{
	margin: 0 0;
}

#contents02 .slider img {
	width: 100%;
	height: auto;
 }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*---------- slider矢印 ---------*/
.slide-arrow {
  position: absolute;
  top: 50%;
	cursor: pointer;
	margin-top: -20px;
}

.prev-arrow {
  width: 40px;
  height: 40px;
	background: url(../images/arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
	left: -4%;
	z-index: 999;
}

.next-arrow {
  width: 40px;
  height: 40px;
	background: url(../images/arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
  right: -4%;
	z-index: 999;
}



/*--------------------------------------------------
  contents03
--------------------------------------------------*/
#contents03 .box {
	background-size: auto 100%;
	height: auto;
	padding: 20px 0;
}

#contents03 .btn_box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#contents03 .btn_box .btn {
	width: 100%;
	height: 50px;
}

#contents03 .btn_box .btn01 {
	float: inherit;
	margin-bottom: 10px;
}

#contents03 .btn_box .btn02 {
	float: inherit;
}

#contents03 .btn_box .btn a {
	line-height: 50px;
	font-size: 3.7vw;
	border-bottom: solid 4px #a03b4c;
}

#contents03 .btn_box .btn a:after {
	width: 6px;
	height: 6px;
	margin-top: -3px;
}



/*--------------------------------------------------
  contents04
--------------------------------------------------*/
#contents04 .wrapper{
	box-sizing: border-box;
	padding: 0 10px;
}

#contents04	.title_bg {
	width: 100%;
	height: 0;
	margin: 30px auto 20px;
	padding-top: 24.19%;
}

#contents04	.title {
	font-size: 5vw;
	top: 34%;
	left: 32%;
}

#contents04 .box {
	background-size: 50px 50px;
	padding: 30px 0 20px;
	margin-bottom: 20px;
}


#contents04 .btn_box01 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

#contents04 .btn_box01 ul {
	margin-bottom: 5px;
}

#contents04 .btn_box01 li {
	width: 50%;
	height: 60px;
	margin: 0 0 10px 0;
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
}

#contents04 .btn_box01 li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#contents04 .btn_box01 li a {
	line-height: 60px;
	font-size: 3.7vw;
	border-bottom: solid 4px #f87222;
}

#contents04 .btn_box01 li a:after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	right: 5%;
	margin-top: -3px;
}


/*---------- btn_box02 ---------*/
	#contents04 .btn_box02 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#contents04 .btn_box02 .btn {
	width: 100%;
	height: 60px;
}

#contents04 .btn_box02 .btn a {
	line-height: 60px;
	font-size: 3.7vw;
	margin: 0 auto 30px;
	border-bottom: solid 4px #3296ae;
}

#contents04 .btn a:after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
}



/*--------------------------------------------------
  page-top
--------------------------------------------------*/
.page-top {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 20px;
}



}










/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
スライドショー  slick-theme
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .90;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 30px;

		z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 30px;

		z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: none;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: none;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: none;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;

		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
magnific-popup
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
display: none;}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }



button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 0;
  height: 44px;
  line-height: 44px;

  position: absolute;
  right: 2%;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

