@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC用スタイル：768px ～　（＋スマホ版でも適用あり）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* ヘッダー
----------------------------------------------------------------------------- */
#header-area {
	background: url(../img/bg_header.png) repeat-x center bottom;
	height: 84px;
	width: 100%;
}
.header-wrap {
	margin: 0 10px;
}
#header {
	max-width: 958px;
	margin: 0 auto;
	position: relative;
}
.site-logo {
/* float: left;
margin-top:25px; */
}
.breadcrumbs {
	width: 1080px;
	font-size: 13px;
	/* padding-left: 8%; */
	box-sizing: border-box;
	padding-bottom: 1%;
	margin: 0 auto;
}
.logo {
/* cursor: pointer;
display: block;
float: left;
width: 200px;
height: 55px;
margin-right: 10px;
background: url(../img/logo.png) no-repeat 0 0;
-webkit-background-size: 200px 55px;
-moz-background-size: 200px 55px;
-ms-background-size: 200px 55px;
-o-background-size: 200px 55px;
background-size: 200px 55px; */
}
.logo a {
/* display: block;
width: 200px;
height: 55px;
text-indent: -9999px; */
}
.logo:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.spLayer {
/*width: 958px;*/
  /* margin: 32px; */
}
/*#header h1 {
	position: absolute;
	top: 44px;
	left: 210px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	width: 260px;
}*/
ul.header-btn {
	float: right;
	margin-top: 35px;
	font-size: 0;
}
ul.header-btn li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	min-height: 35px;
}
ul.header-btn li a span {
	display: block;
	padding-top: 10px;
}
ul.header-btn li a:link, ul.header-btn li a:visited {
	color: #333;
	text-decoration: none;
}
ul.header-btn li a:hover {
	text-decoration: underline;
}
ul.header-btn li.btn-faq {
	background: url(../img/icon_faq.png) no-repeat left center;
	padding: 0 0 0 40px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	background-size: 35px 35px;
}
ul.header-btn li.btn-yoyaku {
	background: url(../img/icon_yoyaku.png) no-repeat left center;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	background-size: 35px 35px;
	padding: 0 0 0 40px;
}
/* パンくずリスト
----------------------------------------------------------------------------- */
#crumbsnavi {
	background: url(../img/bg_pankuzu.png) repeat-x;
	height: 33px;
	margin-bottom: 50px;
}
#crumbsnavi ul {
	max-width: 958px;
	margin: 0 auto;
	padding-top: 10px;
}
#crumbsnavi ul li {
	display: inline;
	line-height: 1.3;
	font-size: 12px;
	color: #fff;
}
div#crumbsnavi ul li a {
	padding-right: 15px;
	background: url(../img/arrow1.png) no-repeat right center;
}
div#crumbsnavi ul li:last-child a {
	padding-right: 0;
	background: none;
}
div#crumbsnavi ul li a:link, div#crumbsnavi ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#crumbsnavi ul li a:hover {
	text-decoration: underline;
	;
}
/* ページトップへ
----------------------------------------------------------------------------- */
/*親要素*/
.page-top-parent {
}
#page-top {
	position: fixed;
	bottom: 190px;
	right: 30px;
	z-index: 100;
}
#page-top a {
	display: block;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	background: url(../img/btn_pagetop.png) no-repeat 0 0;
}
#page-top a:hover {
	background: url(../img/btn_pagetop_on.png) no-repeat 0 0;
}
/* フッター
----------------------------------------------------------------------------- */
#footer-link-area {
	background: url(../img/bg_footerlink.png) center center;
	height: auto;
}
#footer-link {
	max-width: 958px;
	margin: 0 auto;
	text-align: center;
}
#footer-link ul {
	font-size: 0;
	line-height: 62px;
}
#footer-link ul li {
	display: inline;
	font-size: 12px;
	color: #fff;
	margin: 0 2em;
}
#footer-link ul li a:link, #footer-link ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-link ul li a:hover {
	text-decoration: underline;
}
#kanren-tour ul {
	font-size: 0;
	line-height: 1;
	padding: 25px 0 10px;
	text-align: center;
}
#kanren-tour ul li {
	display: inline;
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#kanren-tour ul li:last-child {
	border-right: none;
}
#kanren-tour ul li a:link, #kanren-tour ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#kanren-tour ul li a:hover {
	text-decoration: underline;
}
#copy-area {
	background: url(../img/bg_footer.png) center center;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
/* コンテンツエリア
----------------------------------------------------------------------------- */
#maincontent .contentInn a:hover {
/* filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75; */
}
@font-face {
	font-family: myfont;
	src: url('../font/aozoraminchoregular-webfont.eot');
}
@font-face {
	font-family: myfont;
	src: url('../font/AozoraMinchoRegular.ttf') format('truetype')
}
#maincontent .w960 {
	width: 100%;
	/*width:960px;*/
	margin: 0 auto;
}
#maincontent .floatL {
	float: left;
}
#maincontent .floatR {
	float: right;
}
#maincontent .txtC {
	text-align: center;
}
#maincontent .dBlock {
	display: block;
}
#maincontent .mt20 {
	margin-top: 20px!important;
}
#maincontent .mb100 {
	margin-bottom: 100px;
}
#maincontent .pt0 {
	padding-top: 0 !important;
}
#maincontent .bg01 {
	background: #fb759a;
}
#maincontent {
/*
background-image:
url(../img/top/kv_bg.jpg),
url(../img/top/bg.jpg);
background-position: top center,0 0;
background-repeat: repeat-x,repeat;
*/
}
.contentBody {
	/* background: url(../img/viking/main.png) repeat fixed 50%; */
	background: #ffffec;
	padding-top: 13px;
	padding-bottom: 10px;
}
#maincontent .contentInn {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#maincontent .contentInn .disTable {
	/*background: url(../img/photo/b.jpg) repeat 0 0;*/
	display: table;
	table-layout: fixed;
	width: 100%;
}
#maincontent .contentInn .disCell {
/*display: table-cell;
vertical-align: top;*/
}
#maincontent h2 a {
	display: block;
}
#maincontent .contentInn h3 {
	margin: 0 auto;
	text-align: center;
}
#maincontent.layoutTop .contentInn h3 {
	padding: 5% 0;
}
#maincontent.layoutLower h3 {
	padding: 5% 0 3%;
}
/*--------------- キービジュアル --*/
#maincontent .kv {
	position: relative;
	/* z-index: 100; */
	width: 100%;
	overflow: hidden;
	background: url(../img/viking/viking.png) no-repeat top center;
}
#maincontent.layoutTop .contentHead {
/* background: url(../img/viking/kv_bg.jpg) repeat-x top center; */
}
.layoutTop .contentHead .keyVisual {
	position: relative;
	background: url(../img/top/kv_txt_bg_pc.png) no-repeat top center;
}
#maincontent .contentHead .keyVisual .islandNav {
	position: absolute;
	bottom: 248px;
	left: 50%;
	margin-left: -480px;
}
#maincontent .contentHead .keyVisual .islandNav .navLeft {
	float: left;
	margin-left: 10px;
}
#maincontent .contentHead .keyVisual .islandNav .navLeft li.nav1 {
	position: relative;
	left: -70px;
}
#maincontent .contentHead .keyVisual .islandNav .navRight {
	float: right;
	margin-right: 10px;
}
#maincontent .contentHead .keyVisual .islandNav .navRight li.nav1 {
	position: relative;
	right: -70px;
}
/*--------------- map --*/
#maincontent .contentInn .mapArea {
	padding-bottom: 50px;
}
#maincontent .contentInn .mapArea .mapImg {
	margin-top: -2%;
}
/*--------------- 各島の概要 --*/
.islandSummary .aozora_m {
	/*
color:#4388b1;
*/
	color: #479acc;
	font-size: 18px;
	line-height: 175%;
	font-family: myfont, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.islandSummary .aozora_m .line_bott {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.islandSummary .aozora_m .line_bott b {
	position: relative;
	z-index: 20;
}
.islandSummary .aozora_m .line_bott:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4px;
	padding: 5px 0;
	background: #fdfb7c;
	z-index: 10;
}
.islandSummary .islandBox {
	margin: 5% 4.4% 0;
}
.islandSummary .islandBox .islandInn {
	margin-top: 25px;
	padding: 30px;
	background: #fbfbf7;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.islandSummary .islandBox .islandImg {
	width: 340px;
	float: left;
}
.rightSide {
	width: 465px;
	float: left;
}
.leftSide {
	width: 465px;
	float: left;
}
.leftSideImg {
}
.islandSummary .islandBox .islandText {
	color: #fb759a;
	padding-left: 3%;/*position: relative;*/

/*float:right;*/
}
.islandSummary .islandBox .islandText:after {
	content: "";
	position: absolute;
	right: -10px;
	top: -65px;
	width: 102px;
	height: 100px;
	background: url(../img/top/kazari.png) no-repeat 0 0;
	z-index: 100;
}
.islandSummary .islandBox .islandText dl {
	position: relative;
	z-index: 100;
}
.islandSummary .islandBox .islandText dl dt {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	/*background: #fff;*/
	padding: 4px 2px 0 2px;
	font-size: 22px;
	line-height: 135%;
	margin-top: 18%;
}
.islandSummary .islandBox .islandText dl dt span {
	font-size: 13px;
	display: inline-block;
	letter-spacing: -0.03em;
}
.islandSummary .islandBox .islandText dl dd {
	margin: 3.5% 0 4%;
	line-height: 155%;
	/*background: #fff;*/
	padding: 0 2px;
}
.islandSummary .islandBox .tourSpots {
}
.islandSummary .islandBox .tourSpots p {
	color: #555555;
	font-size: 15px;
}
.islandSummary .islandBox .tourSpots p span {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	padding: 6px 10px;
	margin-bottom: 3%;
}
.islandSummary .islandBox .btnMore {
	text-align: right;
	margin-top: 4%;/*
margin-bottom: 2%;
*/
}
.islandSummary .islandBox .btnMore a {
	display: inline-block;
	width: 299px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #2abefc;
	letter-spacing: -0.03em;
	background: url(../img/top/btn_more.png) no-repeat 0 0;
}
.islandSummary .islandBox .btnMore a:hover {
	text-decoration: none;
}
.islandSummary .islandOther {
	margin: 16px 2% 2.4%;
}
.islandSummary .islandOther .otherBox {
	overflow: hidden;
	padding: 10px;
	background: #ffffec;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}
.islandSummary .islandOther .other_title {
	color: #484848;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/*background: #7a7a7a;*/
	padding: 3% 0;
	/* height: 44px; */
	vertical-align: middle;
	/* display: table-cell; */
  /* width: 422px; */
	border-bottom: 3px dotted #319aff;
}
.islandSummary .islandOther .otherInn {
	float: left;
	/* text-align: center; */
  /* width: 292px; */
	width: 460px;
	margin-left: 10px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 3px solid #efefef;
}
.islandSummary .islandOther .otherInn:first-child {
	margin-left: 0;
}
.islandSummary .islandOther .otherInn .otherImg {
	/*border:5px solid #fff;*/
  /*box-shadow: 0px 0px 10px #838383;*/
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	position: relative;
	/*display:inline-block;*/
	line-height: 0;
	border-radius: 15px;/* overflow:hidden; */
}
.islandSummary .islandOther .otherInn .otherImg::after {
/* content:"";
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  box-shadow: 0px 0px 10px #ccc,
  inset 0px 0px 10px rgba(0, 0, 0, 0.8);
  margin: 7px;
  border-radius: 10px; */
}
.islandSummary .islandOther .otherInn .otherText ul {
	border-spacing: 12px;
	box-sizing: border-box;
	display: table;
	padding: 1%;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.islandSummary .islandOther .otherInn .otherText ul li {
	border: 2px solid #fff;
	/* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
	display: table-cell;
	/* font-weight: bold; */

	padding: 0.5em 0;
	text-decoration: none;
	/* background: #668ad8; */
	color: #FFF;
	border-radius: 4px;
	/* box-shadow: 0px 0px 0px 5px #668ad8; */
	border: dashed 1px #FFF;
	line-height: 1.6;
}
.islandSummary .islandOther .otherInn .otherText ul li a {
	/* border: 3px solid #fff; */
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 12px;
	/* padding: 18px 0 13px 5px; */
	text-decoration: none;/* text-align: left; */
}
.islandSummary .islandOther .otherInn .otherText ul li:hover {
	border: dotted 1px #FFF;
}
.islandSummary .islandOther .otherInn .otherText ul li a span {
	/* border-bottom: 2px dotted #fff; */
	font-size: 15px;
}
.et_1 {
	box-shadow: 0px 0px 0px 5px #3AA3D2;
	background-color: #3AA3D2;/* background: rgba(0, 0, 0, 0) linear-gradient(135deg, #3AA3D2 0%, #3AA3D2 21%, #75bcf9 55%, #2668bf 56%, #6ca3f0 100%) repeat scroll 0 0; */
}
.et_2 {
	box-shadow: 0px 0px 0px 5px #CE79BC;
	background: #CE79BC;/* background: rgba(0, 0, 0, 0) linear-gradient(135deg, #CE79BC 0%, #CE79BC 21%, #ec96d9 55%, #d14eb4 56%, #f2a3e0 100%) repeat scroll 0 0; */
}
.et_3 {
	box-shadow: 0px 0px 0px 5px #FF8700;
	background: #FF8700;/* background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fc9f35 0%, #f80 21%, #ffb663 55%, #f4701d 56%, #ffb554 100%) repeat scroll 0 0; */
}
.et_4 {
	box-shadow: 0px 0px 0px 5px #6FAF22;
	background: #6FAF22;/* background: rgba(0, 0, 0, 0) linear-gradient(135deg, #7cde06 0%, #42c906 21%, #82dd60 55%, #2cb453 56%, #63ff8f 100%) repeat scroll 0 0; */
}
.et_off {
	background: #c8c4c4;
	color: #fff;
	font-size: 12px;
}
.otherText div {
	/* text-align: right; */
	/*padding: 13px 6px 1px;*/
	padding: 0px 6px 1px;
}
.islandSummary .islandOther .otherInn .otherText div span {
	color: #fff;
	background: #9e7962;
	padding: 7px;
	border-radius: 5px;
}
.js-matchHeight dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #fb759a;
	letter-spacing: 0.1em;
	margin: 20px 0 15px;
}
.js-matchHeight dd {
	font-size: 14px;
	/* font-weight: bold; */
	color: #555555;
	/* text-align:center; */
	padding: 10px 0px 0px 9px;
	 line-height: 1.4; 

}
/*--------------- gNav --*/
#maincontent .gNav {
	margin-top: 20px;
	padding-bottom: 10%;
}
#maincontent .gNav ul {
	overflow: hidden;
	border-bottom: 5px solid #d5d5d5;
}
#maincontent .gNav ul li {
	width: 160px;
	float: left;
	background: #ffffff;
}
#maincontent .gNav ul li a {
	font-size: 21px;
	font-weight: bold;
	display: block;
	line-height: 135%;
	padding: 22px 0 18px;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #d5d5d5;
	transition: background-position 0s ease 0s, all 0.5s ease 0s, all 0s linear 0s, background-color 0s ease 0s, all 0.5s ease 0s, all 0s ease-in 0s;
}
#maincontent .gNav ul li a:hover {
	text-decoration: none;
	color: #fff!important;
}
#maincontent .gNav ul li:first-child a {
	border-left: none;
}
#maincontent .gNav ul li.nav01 a {
	color: #5aace0;
	border-top: 5px solid #5aace0;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav01 a:hover {
	background-color: #5aace0;
	background-position: 50% 98%;
}
#maincontent .gNav ul li.nav02 a {
	color: #e05a8d;
	border-top: 5px solid #e05a8d;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav02 a:hover {
	background-color: #e05a8d;
	background-position: 50% 98%;
}
#maincontent .gNav ul li.nav03 a {
	color: #e0c85a;
	border-top: 5px solid #e0c85a;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav03 a:hover {
	background-color: #e0c85a;
	background-position: 50% 98%;
}
#maincontent .gNav ul li.nav04 a {
	color: #77e05a;
	border-top: 5px solid #77e05a;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav04 a:hover {
	background-color: #77e05a;
	background-position: 50% 98%;
}
#maincontent .gNav ul li.nav05 a {
	color: #ff8721;
	border-top: 5px solid #ff8721;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav05 a:hover {
	background-color: #ff8721;
	background-position: 50% 98%;
}
#maincontent .gNav ul li.nav06 a {
	color: #ff73a9;
	border-top: 5px solid #ff73a9;
	background: url("../img/aro.png") no-repeat scroll 50% 93%;
}
#maincontent .gNav ul li.nav06 a:hover {
	background-color: #ff73a9;
	background-position: 50% 98%;
}
/*--------------- kohama（下層ページ） --*/
#maincontent.layoutLower {
/* background-image: url("../img/viking/kv_bg.jpg"); */
/* url(../img/top/bg.jpg) !important; */
/* background-repeat: repeat-x,repeat; */
/* background: #FBF8EC; */

/* background: rgba(0, 0, 0, 0) url("../img/viking/viking.png") no-repeat fixed 50% 40%;
width: 100%;
margin-left: auto;
margin-right: auto; */

/* position: relative;
z-index: 100;
width: 100%;
overflow: hidden;
background: url("../img/viking/viking.png") no-repeat top center; */
}
.kohama #maincontent .contentInn {
/*border-top:5px solid #e05a8d;*/
/*border-bottom:5px solid #e05a8d;*/
}
.layoutLower .islandSummary .islandBox {
	margin: 0 4.5% 1%;
	background: url("../img/ocean/103357.png");
	background-position: 101% 0;
	background-repeat: no-repeat;
	background-size: 50%;
}
.rightBox {
	background: url("../img/photo/103357.png");
	background-position: 11% 0!important;
	background-repeat: no-repeat;
	background-size: 50%;
}
.layoutLower .islandSummary .islandBox .islandInn {
	margin-top: 0;
	background: none !important;
	padding: 0 !important;
}
.layoutLower .islandBox .islandImg {
	width: 390px;
	/*height: 275px;*/
	position: relative;
}
.dis_s_1 {
/*clip-path: circle(160px at 36.6% 52.95%);
  left: 130px;
  position: absolute;
  top: -50px;
  width: 100%;*/
}
.dis_s_2 {
	clip-path: circle(98px at 45.6% 57.95%);
	left: -16px;
	position: absolute;
	top: 112px;
	width: 58%;
}
.layoutLower .islandBox .islandImg img {
	/*margin-left: 28px;*/
	margin-top: 30px;
	clip-path: circle(216px at 36.6% 54.95%);
}
.layoutLower .islandBox .islandImg img.rightSide {
	/*margin-left: 28px;*/
	margin-top: 30px;
	clip-path: circle(216px at 63.6% 54.95%);
}
.layoutLower .islandBox .islandImg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url(../img/common/img_bg01.png) no-repeat 0 0;*/
	background-size: 100% auto;
	z-index: 10;
}
.layoutLower .islandBox .islandText {
	padding-left: 2.5%;
}
.layoutLower .islandSummary .islandBox .islandText:after {
	display: none;
}
.layoutLower .islandBox .islandText dl dd {
	color: #555555;
}
.layoutLower .contentHead .keyVisual {
	position: relative;/*background: url(../img/common/kv_txt_bg_pc.png) no-repeat top center;*/
}
#maincontent.layoutLower .navTop.gNav {
	margin-top: -8px;
	position: relative;
	z-index: 100;
	padding-bottom: 20px;
}
#maincontent.layoutLower .gNav {
	margin-bottom: 0;
}
#maincontent .navTop.gNav ul li.navActive a {
	color: #ffffff;
	background-position: 72% center;
	background-repeat: no-repeat;
	background-size: 4.8% auto;
	background-image: url(../img/common/ico_arr_bw.png);
}
#maincontent .navBottom.gNav ul li.navActive a {
	color: #ffffff;
	background-position: 78% center;
	background-repeat: no-repeat;
	background-size: 4.8% auto;
	background-image: url(../img/common/ico_arr_tw.png);
}
#maincontent .gNav ul li.nav01.navActive a {
	background-color: #5aace0;
}
#maincontent .gNav ul li.nav01.navActive a:hover {
	background-color: #5aace0;
}
#maincontent .gNav ul li.nav02.navActive a {
	background-color: #e05a8d;
}
#maincontent .gNav ul li.nav02.navActive a:hover {
	background-color: #e05a8d;
}
#maincontent .gNav ul li.nav03.navActive a {
	background-color: #e0c85a;
}
#maincontent .gNav ul li.nav03.navActive a:hover {
	background-color: #e0c85a;
}
#maincontent .gNav ul li.nav04.navActive a {
	background-color: #77e05a;
	background-position: 78% center !important;
}
#maincontent .gNav ul li.nav04.navActive a:hover {
	background-color: #77e05a;
	background-position: 78% center !important;
}
.style_h4 {
	text-align: center;
	font-size: 36px;
	color: #8c6954;
	margin-top: 30px;
	margin-bottom: 20px;
}
hr.style_1 {
	background-color: #fff;
	border-width: 0;
	height: 1px;
	margin: 14px;
	text-align: center;
}
.layoutLower .islandBox .mapIframe .islandImg {
	width: 490px;
	height: 330px;
	padding-left: 20px;
	padding-bottom: 17px;
}
.layoutLower .islandBox .mapIframe .islandImg iframe {
	width: 470px;
	height: 330px;
	position: relative;
	z-index: 100;
}
.layoutLower .islandBox .mapIframe .islandImg:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url(../img/common/img_bg02.png) no-repeat left bottom;
background-size: 100% auto;*/
	z-index: 10;
}
.layoutLower .islandBox .mapIframe .islandText {
	padding: 3% 0 0 5%;
}
.layoutLower .islandBox .mapIframe .islandText dl {
	overflow: hidden;
	margin: 0 0 10px;
}
.layoutLower .islandBox .mapIframe .islandText dl dt {
	font-style: oblique;
	font-size: 15px;
	display: inline-block;
	float: left;
	margin: 0;
	width: 25%;
}
.layoutLower .islandBox .mapIframe .islandText dl dd {
	font-size: 15px;
	float: left;
	margin: 0;
}
.layoutLower .islandBox .mapIframe .islandText p {
	color: #555555;
	font-size: 15px;
	line-height: 175%;
}
.layoutLower .islandIchioshi {
	overflow: hidden;
	margin: 8% 4.5% 15px;
}
.layoutLower .islandIchioshi h4 {
	margin-bottom: 2%;
}
.layoutLower .islandIchioshi h4.recommenHotel {
	margin-top: 7%;
}
.layoutLower .ichioshiSlider {
	overflow: hidden;
}
.layoutLower .ichioshiSlider .ichioshiInn {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 2%;
}
.layoutLower .ichioshiSlider .ichioshiText dt {
	padding: 10px 0 0;
	font-size: 18px;
	color: #f271a6;
	font-weight: bold;
}
.layoutLower .ichioshiSlider .ichioshiText dd, .layoutLower .ichioshiSlider .ichioshiText p {
	color: #555555;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 10px;
}
/*
.layoutLower .ichioshiSlider .ichioshiText p.text{
min-height: 165px;
}
*/



.layoutLower .islandRecommen {
	padding: 30px;
	background: #fbfbf7;
}
.layoutLower .islandRecommen h3 {
	padding: 0 !important;
	margin: 0 auto 30px !important;
}
.layoutLower .islandRecommen .recommenSlider {
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
}
.layoutLower .islandRecommen .recommenSlider .recommenImg {
	border-bottom: 10px solid #fdfb7c;
}
.layoutLower .islandRecommen .recommenInn {
	float: left;
	width: 25%;
}
.layoutLower .islandRecommen .recommenInn .recommenText {
}
.layoutLower .islandRecommen .recommenInn .recommenText p {
	color: #fb759a;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	padding: 8px;
}
.layoutLower .islandRecommen .text {
	color: #555555;
	font-size: 15px;
	line-height: 150%;
	margin: 1%;
	padding: 16px 20px;
	letter-spacing: -0.03em;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.recommenBtn {
	margin: 2.5% 0 0;
}
.recommenBtn ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 0;
}
.recommenBtn ul li {
	display: table-cell;
	vertical-align: middle;
}
.recommenBtn ul li a {
	/*display: block;
font-size:18px;
font-weight:bold;
color:#2abefc;
padding: 18px;*/
	text-align: center;
	text-decoration: none;/*letter-spacing: -0.03em;*/
}
.recommenBtn ul li a:hover {
	text-decoration: none;
}
.recommenBtn ul li.bgBtn01 a {
	background: url(../img/common/btn_bg01.png) no-repeat top center;
}
.recommenBtn ul li.bgBtn02 a {
	background: url(../img/common/btn_bg02.png) no-repeat top center;
}
.layoutLower .recommen02 {
	margin-top: 6%;
}
.bx-wrapper .bx-viewport .ichioshiImg {
	text-align: center;
}
.bx-wrapper img {
	margin: 0 auto;
}
.featherlight .featherlight-content {
	min-width: auto;
}
/*edit*/
.slider {
	margin-top: -5%;
}
.slider-nav-wrap {
	position: relative;
	width: 683px;
}
.slider-nav {
	position: absolute;
	left: -68px;
	border-bottom: 2px dashed #39b8ff;
	border-top: 2px dashed #39b8ff;
	padding: 12px 0;
}
.slider-nav2 {
	position: absolute;
	left: -68px;
	border-bottom: 2px dashed #39b8ff;
	border-top: 2px dashed #39b8ff;
	padding: 12px 0;
}
.slider-for img {
	border: 8px solid #f9ffd9;
	width: 434px;
	height: 292px;
}
.slider-for .sp-slide .slide_title {
	padding: 12px;
	/*background: #fff;*/
	font-size: 14px;
}
.slider-for2 img {
	border: 8px solid #f9ffd9;
}
.slider-for2 .sp-slide .slide_title {
	padding: 12px;
	/*background: #fff;*/
	font-size: 14px;
}
.sp-thumbnail img {
}
.slick-center img {
	border: solid 2px #fcdd6b;
	box-sizing: border-box;
}
.slide_text {
	/*background-color: rgba(255, 192, 110, 0.44);*/
  /*background-image: url(../img/photo/bg_text.png);*/
  /*box-shadow: 0 0 2px;*/
	box-sizing: border-box;
	margin: 9px auto;
	padding: 7px;
	width: 95%;
	font-size: 15px;
	color: #593102;
	/*border: 1px solid #8a6108;*/
	border-bottom: 7px dotted #ffb4db;
}
#box_a .slide_text img {
	width: 19%;
	float: left;
	margin-right: 2%;
}
#box_a_cont {
	background-image: url("../img/photo/103357.png");
	background-position: -23% 0;
	background-repeat: no-repeat;
	background-size: 105% auto;
}
#box_a {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #24a1d8;*/
  /*background-color: #e9ac6c;*/
  /*box-shadow: 0 0 3px 3px;*/
	margin-top: 12px;
	padding: 40px 0;
}
#box_a img {
	width: 100%;
}
#box_title {
	color: #118177;
	font-size: 18px;
	padding: 3px
}
#box_text {
	color: #323232;
	padding: 5px;
}
.list-box {
	/*display: table;*/
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background-color: rgba(255, 255, 255, 0.44);
}
.list-img, .list-text {
/*display: table-cell;*/
    /*position: relative;
    vertical-align: top;*/
}
.list-img img {
/*border: 4px solid #ff0d0d;
    box-sizing: border-box;*/
}
.list-img, .list-text {
/*display: table-cell;*/
    /*position: relative;
    vertical-align: top;*/
}
.onsen_box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	width: 86%;
}
.onsen_text {
	border-bottom: 2px solid;
	color: #444;
	font-size: 15px;
	line-height: 1.4;
	padding: 3% 3% 1% 3%;
	width: 83%;
}
.onsen_text span {
	color: #a5557c;/*font-size: 3.5vw;*/
}
.tao_center {
	margin-left: -19%;
	width: 821px;
}
.tao_foot {
	margin-left: 4%;
	width: 100%;
}
.tao_gazo {
	width: 100%;
	margin-left: -25px;
	margin-top: -77px;
}
.title_gazo {
	margin-top: 5%;
	margin-bottom: 5%;
}
.summer_text {
	border-bottom: 2px solid #a5557c;
	color: #444;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1%;
	text-align: center;
	width: 82%;
}
.summer_text span {
	font-size: 20px;
	color: #a5557c;
}
.summer_text_center {
	font-size: 22px;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 62%;
	position: relative;
	background: #f4f4f4;
	padding: 9px 5px 5px 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
}
.summer_text_center:before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #9be1e4;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -0.75em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.memo {
	position: relative;
	background: #F8F0D7;
	border-left: 4px dotted rgba(0,0,0,.1);
	border-right: 4px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	/*padding: 1em;*/
	color: #65513f;
	width: 300px;
}
.masking-tape {
	position: absolute;
	top: 0em;
	left: -6%;
	width: 100px;
	height: 30px;
	/*background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);*/
	background: repeating-linear-gradient(-45deg, rgba(0, 239, 255, 0.3), rgba(139,198,202,.3) 10px, #fff 0, #fff 20px);
	background-size: 170px 40px;
	border-left: 2px dotted rgba(0,0,0,.1);
	border-right: 2px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 3%;
	color: #65513f;
	transform: rotate(-17deg);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.tit_spot {
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	color: #d3417c;
	font-weight: bold;
	margin-top: 25px;
}
.tit_spot span {
	border-bottom: 4px dotted;
}
.block-condition-inner {
	background: #d5d5d5;
	padding: 10px;
}
/* #dept_select {
  display: inline-block;
}
#dept_select dt{
  display: inline-block;
}
#dept_select dd{
  display: inline-block;
}
#planList {
  display: inline-block;
}
#planList dt {
  display: inline-block;
}
#startarea {
  display: none;
}
#searchBlock dd {
  display: inline-block;
}
#searchBlock dl {
  display: inline-block;
}
#searchBlock dt {
  display: inline-block;
}
#searchBlock .button {
  display: inline-block;
}
.radio-list {
  display: inline-block;
}
select#dept_s {
    width: 100px !important;
    letter-spacing: 0em;
}
select#plan {
    width: 150px !important;
}
select#size-large {
    width: 150px !important;
} */
.button button {
	display: inline-block;
	vertical-align: top;
	margin-top: 0!important;
	padding: 4%;
	width: 150px;
	background: #2491cd;
	color: #fff;
	
}
.search_title {
	font-size: 20px;
	font-weight: bold;
	border-left: 7px solid;
	width: 900px;
	margin: 0 auto;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
}
#searchBlock {
	width: 980px;
	margin: auto;
	padding: 13px 50px;
}
select#dept_s {
	width: 230px;
	letter-spacing: 0em;
}
select#plan {
	width: 230px;
}
.block-condition-inner dl dt {
	float: left;
	padding: 2px 0 0 0;
	width: 105px;
	vertical-align: middle;
	font-size: small;
	font-weight: bold;
	zoom: 1;
	position: relative;
}
.block-condition-inner .migi dl dt {
	float: left;
	padding: 2px 0 0 10px;
	width: 70px;
	vertical-align: middle;
	font-size: small;
	font-weight: bold;
	zoom: 1;
	position: relative;
}
.block-condition-inner dl dt span {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background: #aa0505;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	position: absolute;
	right: 10px;
}
.block-condition-inner dl dd {
	width: 345px;
}
.block-condition-inner dl {
	padding: 0px;
	clear: both;
	margin-bottom: 17px;
}
.block-condition-inner select.size-large {
	width: 67%;
}
.radio-list li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 5px 0 0;
}
.hidari {
	display: inline-block;
}
.migi {
	display: inline-block;
	vertical-align: top;
}
.button {
	display: inline-block;
	vertical-align: top;
	margin-top: 46px;
	
}
.img_ume {
	width: 100%;
	margin: 0px -47%;
}
.img_ume img {
	width: 42%;
	float: left;
}
.icon_box {
	width: 640px;
	margin: 0 36%;
	border: 1px solid #dddbba;
	padding: 10px;
	font-size: 13px;
}
.icon_title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #e17b73;
	padding: 10px 3px;
}
.icon_box table {
/* background: #f3c4bb; */
}
.icon_box table td {
	padding: 10px 0 10px;
	width: 235px;
	line-height: 1.5;
}
.icon_box table th {
	padding: 7px 5px;
}
.icon_box table img {
	width: 37px;
	border-radius: 50%;
}
img.icon_1 {
	background: #c09837;
}
img.icon_2 {
	background: #7fbd53;
}
img.icon_3 {
	background: #23c4d7;
}
img.icon_4 {
	background: #d2669c;
}
.ic_box {
	float: left;
	width: 48%;
	
}
.ic {
	width: 20%;
	border-radius: 50%;
}
.otherInn .otherText .ic_text {
	float: right;
	padding: 10px;
	/*margin-top: 16px;*/
}
.otherText .type_box:after{
	content: "";
    clear: both;
    display: block;
	padding: 0;
	
}
p.info:before{
font-family: "Font Awesome 5 Free";
 font-weight: 900; 
content: "\f105";
	margin-right: 3px;
		
}
p.info{
	padding:10px 7px 10px 0;	
	line-height: 1.2;
	color: #1d54A7;
	padding-left:1em;
	text-indent:-0.8em;


}
p.info a{
	color: #1d54A7;
	text-decoration: underline;
	font-weight: 700;
}
p.info a:hover{
	text-decoration: none;
}


.footer_text {
	background: #fff;
	width: 1000px;
	margin: 10px auto;
	box-sizing: border-box;
	padding: 35px;
	color: #483535;
	line-height: 1.4;
}
.totop {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#breadcrumbs {
	font-size: 13px;
	/*font-weight: 700;*/
	color: #000;
	padding: 8px 10px;
	/* background-color: #27412A; */
	white-space: nowrap;
	width: 1080px;
	margin: 0 auto;
}
#breadcrumbs ul li:first-child::before {
	content: "";
}
#breadcrumbs ul li::before {
	color: #000;
	content: "　>　";
}
#breadcrumbs ul li, nav#area ul li a {
	display: inline-block;
}
