@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#FFFFCC;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red {
    color: #FF0000;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
    
.spnone{
    display: none !important;
	}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    padding: 0.5rem 1rem;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #CF4E26 0%, #C3360A 100%);
    background-image: -o-linear-gradient(left, #CF4E26 0%, #C3360A 100%);
    background-image: linear-gradient(to right, #CF4E26 0%, #C3360A 100%);
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
}

h3 {
  position: relative;
  padding: 1rem 0 0.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #D5372B;
}

h4 {
  text-align: center;
  font-size: 123.1%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

p.text2 {
	font-size: 108%;
	text-align: center;
	margin: 2% 0;
}

.attention {
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    font-size: 123.1%
}

.attention img {
    font-size: 120%; 
    width: 100%; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.attention .op img {
    max-width: 36px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.attention strong {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
    font-weight: bold;
}

.attention .text01 {
	font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.attention ul {
	line-height: 1.4;
	margin-top: 2%;
}

.attention ul li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.attention ul li:before {
	content: '◆';
}

.attention ul li.kome,
.attention ul li.komered {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

.attention ul li.kome:before {
	content: '※';
}

.attention ul li.komered:before {
	content: '※';
    color: #FF0000;
}

.borderBox {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #003366 solid;
	padding: 2%;
	background: #FFF;
}

.borderBox strong {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
    font-weight: bold;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.textRight {
	font-size: 123.1%;
	text-align: right;
}

.model img {
  width: 100%;
  height: auto;
  margin-top: 1%;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
    background: #0066cc;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 50%;
	float: left;
	margin: 0;
    padding: 2% 0;
	/*border-left: 1px dashed rgba(255,255,255,0.5);*/
	/*border-bottom: 1px dashed rgba(255,255,255,0.5);*/
}

	.topNavi ul li:nth-child(2){
		border-left: 1px dashed rgba(255,255,255,0.5);
	}

/*.topNavi ul li:nth-child(n+5) { 3番目以降*/
	/*border-bottom: none;
}*/

/*.topNavi ul li:nth-child(odd) { /*奇数*/
	/*border-left: none;
}*/

/*.topNavi ul li:nth-child(5) {
	width: 99%;
}*/

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}


/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 2%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆キャンペーン
========================================================= */
.campaign1 img{
	width: 100%;
	}
	
.campaign2 img{
	width: 100%;
	margin-bottom: 5%;
	}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 5% auto 0;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
    
.slide-box {
	margin-right: 3%;
  flex: 0 0 70%;
	text-align: left;
	font-size: 123.1%;
}

.slide-box img {
    width: 100%;
	  margin-bottom: 5%;
}

.slide-box .hotel{  
  display: flex;
	align-items: center;
  position: relative;
  margin: 10px auto 0px;
  padding: 10px 0px 10px 5px;
  width: 100%;
  background: #0A96FA;
  box-sizing: border-box;
	color: #FFF;
	height: 80px;
 }

.slide-box .hotel p {
	text-align: center;
	font-weight: bold;
	width: 320px;
	padding-left: 30px;
}

.slide-box .hotel .ribbon {  
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  margin: 0;
  padding: 7px 0;
  z-index: 1;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 90%;
	font-weight:bold;
  background: linear-gradient(#990000 0%, #CC0000 100%);
  border-radius: 2px 0 0 0;
  }

/* =========================================================
.slide-box .hotel .ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 5px #CC0000;
  border-right: solid 5px transparent;
}
========================================================= */

.slide-box .hotel .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #CC0000;
  border-right: 20px solid #CC0000;
  border-bottom: 10px solid transparent;
}

.slide-box .access p {
  margin: 5% 0 7% 0;
	line-height: 1px;
}

.slide-box .access p img {
    width: 30px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.linedot {
	border-bottom: 1px dashed #999;
	padding: 1% 0;
	margin: 3% 0;
}



/* =========================================================
◆list横並び
========================================================= */
.itemList2 {
	width: 100%;
	padding: 2% 0;
	display: inline-block;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 div {
    text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 1%;
}
	
.itemList2 div .Btn {
  color: #fff;
  width: 94%;
  margin: 3%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-weight: bold;
	font-size: 123.1%;
}

.itemList2 div .Btn a {
	color: #fff;
}

.itemList2 div .Btn span {
  font-size: 80%;
  font-weight: normal;
}

.itemList2 div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
}

.itemList2 div img {
	width: 100%;
    margin: 10px auto;
}

.itemList2 div dt {
    width: 100%;
	font-size: 123.1%;
    text-align: center;
}

.itemList2 div dt p {
    display: inline-block;

    text-align: left;
}

.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

	
/* =========================================================
◆注意事項
========================================================= */
	.unit{
		font-size: 123.1%;
	}
	
	.unit dl {
    width: 100%;
	padding: 1px 0;
}

.unit dt {
	width: 100%;
	padding: 5px 8px;
	line-height: 1.5;
	color: #FFF;
	background: #000;
}

.unit dd {
    width: 100%;
    padding: 5px 8px;
    background: #F4F3F3;
    line-height: 1.5;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆slider
========================================================= */
.slider {
	margin-top: 5%;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆予約
========================================================= */
.yoyaku{
	width: 100%;
}

.Btn2 {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 3%;
  position: relative; /* 追記 */
  font-weight: bold;
	font-size: 123.1%;
}

.Btn2 a {
	color: #fff;
}

.Btn2 span {
  font-size: 80%;
  font-weight: normal;
}

.Btn2::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn2_gray {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 3%;
  position: relative; /* 追記 */
  font-weight: bold;
	font-size: 123.1%;
}

.Btn2_gray a {
	color: #fff;
}

.Btn2_gray span {
  font-size: 80%;
  font-weight: normal;
}

.Btn2::after_gray {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


/* =========================================================
◆終了
========================================================= */
.End {
  width: 90%;
  margin: 10px auto;
  text-align: center;
	border: solid 3px #F00;
  border-radius: 5px;
	background: #FFF;
  padding: 10px;
}

.End p{
	font-size: 123.1%;
	color: #F00;
  font-weight: bold;
  line-height: 1.4;
	}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-weight: bold;
	font-size: 100%;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 100%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 200%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-weight: bold;
	font-size: 100%;
}

.Btn_gray a {
	color: #fff;
}

.Btn_gray span {
  font-size: 80%;
  font-weight: normal;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
	





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) center 0;
	position: relative;
  height: 380px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #CF4E26 0%, #C3360A 100%);
    background-image: -o-linear-gradient(left, #CF4E26 0%, #C3360A 100%);
    background-image: linear-gradient(to right, #CF4E26 0%, #C3360A 100%);
    text-align: center;
    font-size: 220%;
    font-weight: bold;
}

h3 {
  position: relative;
  padding: 1.5rem 0 0.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-size: 220%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #D5372B;
}

h4 {
  text-align: center;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.text2{
	font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
	margin: 5px 0;
}

.attention {
    width: 100%;
	font-size: 123.1%;
	line-height: 1.5;
	margin: 10px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention img {
    width: 100%;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
    
.attention .op img {
    width: 40px;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.attention strong {
	font-size: 150%;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.attention .text01 {
	font-size: 153.9%;
    font-weight: bold;
    text-align: center;
}

.attention ul{
	padding: 0;
	line-height: 1.5;
}

.attention ul li {
	list-style: none;
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.attention ul li:before {
	content: '◆';
}

.attention ul li.kome,
.attention ul.komered {
	list-style: none;
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
}

.attention ul li.kome:before {
	content: '※';
}

.attention ul li.komered:before {
	content: '※';
    color: #FF0000;
}

.borderBox {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #003366 solid;
	text-align: left;
	background: #FFF;
}

.borderBox strong {
	font-size: 150%;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.model img {
  width: 950px;
  height: auto;
  margin-top: 20px;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
    background: #0066cc;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 50%;
}

/*.topNavi ul li:nth-child(4),*/
.topNavi ul li:last-child { /*4番目と最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}


    
/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}
	
/* =========================================================
◆キャンペーン
========================================================= */
.campaign1 img{
	width: 100%;
	}

.campaign2 img{
	width: 100%;
	margin-bottom: 10px;
	}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}


.slide-box {
  width: 33.33333%;
  padding: 10px;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
	margin-bottom: 10px;
}

.slide-box p {
  font-size: 123.1%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box .hotel{  
  display: flex;
	align-items: center;
  position: relative;
  margin: 10px auto 0px;
  padding: 10px 0px 10px 5px;
  width: 100%;
  background: #0A96FA;
  box-sizing: border-box;
	color: #FFF;
	height: 80px;
 }

.slide-box .hotel p {
	text-align: center;
	font-weight: bold;
	width: 320px;
	padding-left: 30px;
}

.slide-box .hotel .ribbon {  
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  margin: 0;
  padding: 7px 0;
  z-index: 1;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 116%;
	font-weight:bold;
  background: linear-gradient(#990000 0%, #CC0000 100%);
  border-radius: 2px 0 0 0;
  }

/* =========================================================
.slide-box .hotel .ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 5px #CC0000;
  border-right: solid 5px transparent;
}
========================================================= */

.slide-box .hotel .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #CC0000;
  border-right: 20px solid #CC0000;
  border-bottom: 10px solid transparent;
}

.slide-box .access p {
  font-size: 123.1%;
  margin: 10px 0 20px 0;
	line-height: 1px;
}

.slide-box .access p img {
    width: 30px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.linedot {
	border-bottom: 1px dashed #999;
	padding: 5px 0 10px 0;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 div {
  height: auto;
  padding: 10px;
	width: 50%;
}

.itemList2 div .Btn {
  color: #fff;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative; /* 追記 */
  font-weight: bold;
  line-height: 1.4;
}
	
.itemList2 div .Btn a {
	color: #fff;
}

.itemList2 div .Btn span {
  font-size: 75%;
  font-weight: normal;
}

.itemList2 div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList2 div img {
	width: 80%;
}

.itemList2 div dt {
    text-align: center;
    margin: 5px auto;
    width:100%;
	font-size: 123.1%;
}

.itemList2 div dt p{
    display: inline-block;
    text-align: left;
}
    
.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
	border: solid #000 20px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}
	
/* =========================================================
◆注意事項
========================================================= */
	.unit{
		font-size: 123.1%;
	}
	
	.unit dl {
	width: 100%;
	padding: 1px 0;
  display: table;
}

.unit dt {
	width: 20%;
	padding: 5px 8px;
	display: table-cell;
	line-height: 1.6;
	color: #FFF;
	background: #000;
}

.unit dd {
    width: 80%;
    padding: 5px 8px;
    background: #F4F3F3;
    display: table-cell;
    line-height: 1.6;
}

ul.guideList {
	padding: 0;
  margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
  margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆slider
========================================================= */
.slider {
	margin-top: 20px;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 5px 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 60%;
  margin-top: -120px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆予約
========================================================= */
	.yoyaku{
		width: 970px;
	}

	.yoyaku .Btn2{
	color: #fff;
  width: 70%;
  margin: 10px auto;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
	}

.yoyaku .Btn2 a {
	color: #fff;
}

.yoyaku .Btn2 span {
  font-size: 75%;
  font-weight: normal;
}

.yoyaku .Btn2::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
	.yoyaku .Btn2_gray{
	color: #fff;
  width: 70%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
	}

.yoyaku .Btn2_gray a {
	color: #fff;
}

.yoyaku .Btn2_gray span {
  font-size: 75%;
  font-weight: normal;
}

.yoyaku .Btn2_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
/* =========================================================
◆終了
========================================================= */
.End {
  width: 90%;
  margin: 10px auto;
  text-align: center;
	border: solid 3px #F00;
  border-radius: 5px;
	background: #FFF;
  padding: 10px;
}

.End p{
	font-size: 138.5%;
	color: #F00;
  font-weight: bold;
  line-height: 1.4;
	}


/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
	
.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
.Btn_blue {
  color: #fff;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 15px 30px;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 100%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
	
.Btn_gray a {
	color: #fff;
}

.Btn_gray span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

    
/* =========================================================
◆おすすめプラン
========================================================= */
.Recommend{
    margin-top: 40px;
}

.note {
	font-size: 123.1%;
	line-height: 1.4;
	width: 950px;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	background: #FFEAE2;
	border-radius: 5px;
}


/*magazine*/
@media screen and (min-width: 760px),print {
#af_magazine_box dl {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 40px auto 20px;
    display: flex;
    background: rgba(255,255,255,1);
    padding: 25px;
    box-sizing: border-box;
}
#af_magazine_box dt{
	width: 297px;
	margin-right: 53px;
}
#af_magazine_box dt img {
	cursor: pointer;
	box-shadow: 3px 3px 8px #666;
	transition-duration:0.2s;
}
#af_magazine_box dt img:hover {
	opacity: 0.8;
	transition-duration:0.2s;
}
#af_magazine_box dd{width: calc(100% - 350px);}
#af_magazine_box dd h3{
    margin: 0 0 15px;
    font-size: 24px;
    position: relative;
    letter-spacing: 2px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
#af_magazine_box dd p a:hover {
	opacity: 0.6;
	transition-duration:0.2s;
}
}
@media screen and (max-width: 759.9px) {
#af_magazine_box dl {
    padding: 20px;
}
#af_magazine_box dt {
    width: 80%;
    margin: 0 auto 25px;
}
#af_magazine_box dt img {box-shadow: 2px 2px 5px #666;}
#af_magazine_box dd h3 {
    margin: 0 auto 15px;
    font-size: 18px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
}

}