/* OKINAWA LUXURY CSS */

/*******************************************************************************
01:COMMON
********************************************************************************/
html,body{overflow-x:hidden; box-sizing: border-box;}
*{box-sizing: border-box;}
body{position: relative; overflow: hidden;}
body:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:80px;
	background-color: #fafaf6;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.container {
	width: 1000px;
	margin: 0 auto;
	font-family:'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	line-height:1.6;
	font-feature-settings: "palt";
    word-wrap: break-word;
    overflow-wrap: break-word;
	box-sizing: border-box;
	position: relative;
}
#breadcrumb{width: 1000px}
dl,dt,dd,ul,li,ol,li {
	margin:0;
	padding:0;
	text-decoration:none;
}
/*
font-family: 'Kaisei Tokumin', serif;
font-family: 'Noto Serif JP', serif;
*/
img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a, a:link{background:none; text-decoration:none;}
th {	font-family:'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック',sans-serif;}
#container:after, .content:after, .inner:after, dl:after,.clearfix:after{display: none;}
#container{background-color: #fafbf6;}

/*pagetop*/
#gotop{display: none;}
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index:50;
	width:4em;
	height:4em;
	border-radius:50%;
	overflow:hidden;
	text-align: center;
}
#pagetop a {
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	background-image: none;
	background-color:rgba(119,119,119,0.4);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
#pagetop a:before{
	content: "▲";
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 2em;
    text-indent: 0;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#pagetop a:hover {
	text-decoration: none;
	background-color: #a5a5a5;
}
.fullsize{
	margin-left:-200%;
	margin-right: -200%;
	padding-left:200%;
	padding-right: 200%;
	position: relative;
}
.disc{
	position: relative;
	padding-left: 1em;
}
.disc:before{
	content: "\30FB";
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.asterisk{
	position: relative;
	padding-left: 1em;
}
.asterisk:before{
	content: "\203B";
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
[class^="btn-"]{
	font-size: 1.2em;
	text-align: center;
	border-radius: 1em;
	overflow: hidden;
}
[class^="btn-"] a{
	color: #FFF;
	display: block;
	padding: 0.5em;
}


/*--1000px以下------------------------------------*/
@media only screen and (max-width: 1000px) {
.container{	width:100%; padding: 0 3%; overflow-x: hidden;}
#breadcrumb{width: 100%}
.fullsize{
	margin-left: -3.1%;
	margin-right: -3.1%;
	padding-left: 3.1%;
	padding-right: 3.1%;
}
}
/*--600px以下------------------------------------*/
@media screen and (max-width: 600px)  {
#breadcrumb{display: none;}
.container {
    font-size: 13px;
    line-height: 1.6;
}
section {
    padding-top: 2em;
    padding-bottom: 2em;
}
}

/*******************************************************************************
02:title
********************************************************************************/
#title{
	background: url("../img/title_bg.jpg") no-repeat center bottom;
	padding-top: 5%;
	padding-bottom: 15%;
	position: relative;
	background-size: cover;

}
#title h1{
	width: 50%;
	padding-top: 36%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/title-onsen.png") no-repeat center top;
	background-size: cover;
	margin: 0 auto;
}
/*--1000px以上------------------------------------*/
@media only screen and (min-width: 1000px) {
#title{
	background-size: 100vw auto;
}
}
/*--600px以下------------------------------------*/
@media screen and (max-width: 600px)  {
#title h1{
	width: 90%;
    padding-top: 56%;
}
}


/*******************************************************************************
03:hotel_select
********************************************************************************/
#hotel_select{
	position: relative;
	top: -5em;
}
#hotel_select ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#hotel_select ul li{
	flex-basis: calc(96% / 3);
	max-width:  calc(96% / 3);
	margin-bottom: 2%;
	overflow: hidden;
}
#hotel_select ul::after{
    content: "";
    display: block;
	flex-basis: calc(96% / 3);
	max-width:  calc(96% / 3);
    order: 1;
}
#hotel_select ul li a{
	display: block;
	position: relative;
}

#hotel_select ul li b{
	display: block;
	position: relative;
	padding-top: 50%;
	z-index: 0;
	overflow: hidden;
}
#hotel_select ul li b:after{
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	max-width:  calc(100% - 10px);
	border: 5px solid rgba(255,255,255,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#hotel_select ul li b img{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#hotel_select ul li a span{
	display: inline-block;
	position: absolute;
	right: 10px;
	top:10px;
	z-index: 1;
	background-color: rgba(0,69,118,1);
	color: #FFF;
	padding: 0 0.5em;
}
#hotel_select ul li a strong{
	display: block;
	width:calc(100% - 10px);
	color: #FFF;
	font-weight: normal;
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 1;
	padding: 1em 0.5em 0.3em;
	font-size: 1.3em;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%);
}

/*--800px以下------------------------------------*/
@media screen and (max-width: 800px)  {
#hotel_select {
	top: -2em;
}
#hotel_select ul li{
	flex-basis: calc(98% / 2);
	max-width:  calc(98% / 2);
	margin-bottom: 2%;
}
}
/*--600px以下------------------------------------*/
@media screen and (max-width: 600px)  {
#hotel_select {
	top: -5em;
}
#hotel_select ul li{
	flex-basis:100%;
	max-width:100%;
	border: 1px solid #999;
	background-color: #FFF;
}
#hotel_select ul li b {
    padding-top: 22%;
}
#hotel_select ul li a:after{
	content: "";
	display: block;
	clear: both;
}
#hotel_select ul li a b{
	width: 38%;
	float: left;
}
#hotel_select ul li a b img{
	width: 120%;
}
#hotel_select ul li b:after{display: none;}
#hotel_select ul li a span{
	position: relative;
	right: auto;
	top: auto;
}
#hotel_select ul li a strong{
	position: relative;
	left: auto;
	top: auto;
	float: left;
	width: 60%;
	background: none;
	color: #666;
	padding: 3%;
	font-size: 4vw;
}
}
/*******************************************************************************
04:hotelbox
********************************************************************************/
.hotelbox{
	background:url("../img/line01.png") no-repeat center top;
	background-size: 100% auto;
	padding-top: 70px;
	margin-bottom: 15%;
}
.h_area{
	display: inline-block;
	background-color: rgba(0,69,118,1);
	color: #FFF;
	padding: 0 0.5em;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.h_name{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1em;
}

.h_name h2{
	flex-basis:45%;
	max-width: 45%;
	font-size: 1.6em;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
}
.h_name h2 strong{
	font-size: 1.3em;
	display: block;
	margin-bottom: 0.3em;
}
#monterey .h_name h2 strong{letter-spacing: -1px;}
.future{
	flex-basis:52%;
	max-width: 52%;
	display: flex;
	flex-wrap: wrap;
}
.future li {
	min-width: 7em;
	margin-right: 1%;
	background-color: #558bb1;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 1%;
	padding: 0.3em 0.5em;
}
.h_summary{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.h_photo{
	flex-basis:45%;
	max-width: 45%;
}
.h_photo img{width: 100%;}
.h_text{
	flex-basis:52%;
	max-width: 52%;
	font-size: 1.2em;
}
.h_data{
	margin: 2em 0;
	border-top: 1px solid rgba(0,69,118,1);
	border-bottom: 1px solid rgba(0,69,118,1);
	padding: 0.5em 0;
	font-size: 0.85em;
}
.h_data li{
	position: relative;
	padding-left: 5em;
	line-height: 1.4;
	margin:0.5em 0;
}
.h_data li span{
	color: rgba(0,69,118,1);
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,69,118,0.2);
	min-width: 5em;
	text-align: center;
	padding: 0.2em 0;
	font-size: 0.9em;
	line-height: 1.2;
}
.h_gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h_gallery li{
	flex-basis: calc(100% /3 - 1%);
	max-width: calc(100% /3 - 1%);
	margin-bottom: 1.5%;
}
.h_gallery li img{width: 100%;}
.spot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f2eef1;
	padding:1.5% 3%;
	margin: 1% 0 2%;
}
.spot h3{
	flex-basis: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6em;
	margin-bottom: 0.3em;
	background: url("../img/spot0.png") no-repeat left top;
	background-size: auto 1.5em;
	padding-left: 2em;
}
.spot .spot_map,
.spot dl{
	flex-basis: 49%;
	max-width: 49%;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.spot .spot_map img{width: 100%;}
.spot dt{
	flex-basis: 40%;
	max-width: 40%;
}
.spot dt img{width: 100%;}
.spot dd{
	flex-basis: 57%;
	max-width:57%;
	font-size: 0.95em;
	line-height: 1.4;
}
.spot dd h4{
	font-size: 1.4em;
	line-height: 1.3;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 1em;
	padding:1em 0 0.3em 1.5em;
	margin-bottom: 0.2em;
	border-bottom: 1px dashed #999;
	position: relative;
}
.spot dl:nth-of-type(1) dd h4{
	background-image: url("../img/spot1.png");
}
.spot dl:nth-of-type(2) dd h4{
	background-image: url("../img/spot2.png");
}
.spot dl:nth-of-type(3) dd h4{
	background-image: url("../img/spot3.png");
}
.spot dd h4::before{
	content: "";
    display: inline-block;
	margin-right: 0.3em;
	background-color: #c987b9;
	border-radius: 1.5em;
	font-size: 0.8em;
	line-height: 1;
	padding: 0.3em;
	position: absolute;
	left: 0;
	top:1.3em;
    width: 1em;
    height: 1em;
}
.spot dd h4::after{
    content: "";
	line-height: 1;
	position: absolute;
	left: 0.2em;
	top:1.2em;
    display: inline-block;
    vertical-align: middle;
    width: 0.8em;
    height: 0.8em;
    -webkit-mask-image: url("../img/binoculars-solid.svg");
    mask-image: url("../img/binoculars-solid.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #FFF;
}
.ac_car{
	margin-bottom: 0.5em;
	padding-left: 0.3em;
}
.ac_car:before{
	line-height: 1.2;
	margin-right: 0.2em;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    -webkit-mask-image: url("../img/car-solid.svg");
    mask-image: url("../img/car-solid.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #666;
}
.ac_walk{
	margin-bottom: 0.5em;
	padding-left: 0.3em;
}
.ac_walk:before{
	line-height: 1.2;
	margin-right: 0.2em;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    -webkit-mask-image: url("../img/person-walking-solid.svg");
    mask-image: url("../img/person-walking-solid.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #666;
}
.book{
	position: relative;
	background-color: rgba(0,69,118,0.8);
	padding:1% 3% 2.5% 3%;
}
.book:before{
	content: "";
	display: block;
	width: 12%;
	max-width:8em;
	height: 6em;
	background: url("../img/flower01.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	left: -1em;
	top:-1em;
}
.book:after{
	content: "";
	display: block;
	width: 12%;
	max-width:8em;
	height: 6em;
	background: url("../img/flower02.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: -1em;
	top: -1em;
}
.book h4{
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 0.5em;
	font-weight: 500;
	padding: 0 8% 0.5em;
}
.book h4 strong{
	font-size: 1.2em;
	font-weight: 500;
	margin-right: 0.3em;
}
.book ul{
	background-color: #FFF;
	padding:2% 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.book ul li{
	flex-basis: calc(100% / 3 - 1%);
	max-width:  calc(100% / 3 - 1%);
	margin: 1% 0;
}
.book ul li a {
	display: block;
	text-align: center;
	padding: 0.5em;
	font-size: 1.6em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	background-color: #DDD;
	border-bottom: 5px solid #CCC;
	border-radius: 5px;
	overflow: hidden;
}
.book ul li a[href],
.book ul li a:link {
	display: block;
	text-align: center;
	padding: 0.5em;
	font-size: 1.6em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	background-color: #4a98d5;
	border-bottom: 5px solid #2167aa;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	border-radius: 5px;
	overflow: hidden;
}
.book ul li a:link:hover {
	margin-top: 3px;
	color: #fff;
	background: #73b6eb;
	border-bottom: 2px solid #2167aa;
}
/*--800px以下------------------------------------*/
@media screen and (max-width: 800px)  {
.book ul li{
	flex-basis: calc(100% / 2 - 1%);
	max-width:  calc(100% / 2 - 1%);
	margin: 1% 0;
}
.h_name h2,	.future, .h_photo, .h_text{
	flex-basis: 100%;
	max-width: 100%;
}
.h_name h2,	.h_photo{
	margin-bottom:1em;
}
.h_name h2{
	font-size: 1.4em;
}
.spot .spot_map, .spot dl{
	flex-basis: 100%;
	max-width: 100%;
}
.spot dl{
	border-bottom: 2px solid #FFF;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.spot dl:last-of-type{
	margin-bottom: 0;
	border-bottom: 0;
}
.spot dt{
	flex-basis: 35%;
	max-width: 35%;
}
.spot dd{
	flex-basis: 62%;
	max-width: 62%;
}
}
/*--600px以下------------------------------------*/
@media screen and (max-width: 600px)  {
.hotelbox{
	background-size: 160% auto;
	padding-top: 12%;
}
.h_name h2 strong {
    font-size: 1.2em;
}
.h_gallery li{
	flex-basis: calc(100% /2 - 1%);
	max-width: calc(100% /2 - 1%);
}
.book ul li a[href], .book ul li a:link{
    font-size: 3.8vw;
}
.book:before{
	width: 18%;
	left: -2.5em;
	top:0em;
}
.book:after{
	width: 18%;
	right: -2.5em;
	top: 0em;
}
.book ul li{
	flex-basis: calc(100% / 2 - 1%);
	max-width:  calc(100% / 2 - 1%);
	margin: 0.5em 0;
}
}















