/* OKINAWA LUXURY CSS */

/*******************************************************************************
01:COMMON
********************************************************************************/
html,body{overflow-x:hidden; box-sizing: border-box;}
*{box-sizing: border-box;}
body{position: relative; overflow: hidden;}

.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: 'Italianno', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', 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%;
}
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
#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 center #bddafd;
    background-size: 100vw auto;
    position: relative;
    padding-top: 8%;
    padding-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
#title:after{
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
}
.title_circle{
    flex-basis: 10em;
    max-width: 10em;
    margin-right: 1em;
    z-index: 1;
}
.title_circle img{
    width: 100%;
}
#title h1{
    font-family: 'Shippori Mincho B1', serif;
    font-size: 3.4em;
    line-height: 1.2;
    letter-spacing: -0.2em;
    text-align: left;
    text-shadow: 1px 1px 6px rgba(255,255,255,1),-1px -1px 6px rgba(255,255,255,1),1px 1px 6px rgba(255,255,255,1),-1px -1px 6px rgba(255,255,255,1),1px 1px 6px rgba(255,255,255,1),-1px -1px 6px rgba(255,255,255,1);
    position: relative;
    z-index: 1;
    color: #012b80;
    font-weight: 600;
}
#title h1 strong{
    font-size: 1.4em;
    font-weight: 600;
}
#title h1:before{
    content: "High class resort hotel stay";
    display: block;
    font-family: 'Italianno', cursive;
    letter-spacing: 0;
    font-weight: normal;
    color: #a89a82;
    text-shadow: none;
    line-height: 1;
    font-size: 0.8em;
}
#title .lead_text{
    padding: 2% 2.5%;
    flex-basis: 76%;
    max-width: 76%;
    margin: 8% 0 0 15%;
    font-size: 1.2em;
    position: relative;
    z-index: 1;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 900;
    background-color:rgba(255,255,255,0.75);
    color: #3e3e9b;
    letter-spacing: -1px;
    text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
/*--1200px以下------------------------------------*/
@media screen and (max-width: 1200px)  {
#title{
    background-size: auto 100%;
}
.lead_text br{display: none;}
}
/*--1000px以下------------------------------------*/
@media screen and (max-width: 1000px)  {
#title{
    background-size: auto 100%;
    padding-top: 4%;
}
.title_circle{
    flex-basis: 7em;
    max-width: 7em;
}
#title .lead_text{
    flex-basis: 94%;
    max-width: 94%;
    margin-left: 0;
}


}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
#title h1{
    font-size: 8.3vw;
    line-height: 1.4;
}
}


/*******************************************************************************
02:hotel_select
********************************************************************************/
#hotel_select{
    margin-top: -11%;
    position: relative;
    z-index: 1;
}
#hotel_select h2{
    font-family: 'Italianno', cursive;
    color: #a89a82;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1;
}
.select_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select_btn li{
    flex-basis: calc(100% / 3 - 0.5%);
    max-width:  calc(100% / 3 - 0.5%);
    padding: 3px;
    border: 1px solid #d6cbb9;
    box-sizing: border-box;
    margin-bottom: 0.5%;
}
.select_btn::before{
    content: "";
    display: block;
    flex-basis: calc(100% / 3 - 0.5%);
    max-width:  calc(100% / 3 - 0.5%);
    order: 1;
}
.select_btn li a{
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 3.2em;
    color: #4b3b21;
    background-color: #f0ede8;
    padding: 0.3em 1em 0.3em 0.7em;
    line-height: 1.1;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.15em;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
}
.select_btn li a:hover{
    background-color: #776444;
    color: #f0ede8;
}
.select_btn li a::after {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    -webkit-mask-image: url("../img/angles-down-solid.svg");
    mask-image: url("../img/angles-down-solid.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #d6cbb9;
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
.select_btn li{
    flex-basis: calc(100% / 2 - 0.5%);
    max-width:  calc(100% / 2 - 0.5%);   
}
}
/*--480px以下------------------------------------*/
@media screen and (max-width: 480px)  {
.select_btn li{
    flex-basis:100%;
    max-width:100%;
    margin: -1px 0 0 0;
}
.select_btn li a{
    min-height: 2em;

}
.select_btn li a br{display: none;}
}
/*******************************************************************************
03:hotel
********************************************************************************/
#hotel{
    margin-top: 5%;
    margin-bottom: 15%;
}
.hotelbox{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.hotelbox dt{
    flex-basis: 60%;
    max-width: 60%;
    position: relative;
}
.hotelbox dd{
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
    background: url("../img/hotel_bg.png") no-repeat left top;
    background-size: 70% auto;
    padding: 1em 0 0 3em;
    border-top: 1px solid #bdac8e;
}
.hotelbox dd::before{
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 3px;
    top: 0;
    background: rgb(189,172,142);
    background: linear-gradient(0deg, rgba(189,172,142,0) 11%, rgba(189,172,142,1) 100%);
}
.hotelbox dd::after{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    background: rgb(189,172,142);
    background: linear-gradient(0deg, rgba(189,172,142,0) 11%, rgba(189,172,142,1) 100%);
}

.hotelbox dt p img{
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.hotelbox dt p{
    float: left;
    position: absolute;
    overflow: hidden;
}
.hotelbox dt p:nth-of-type(1){
    width: 66.7%;
    height: 100%;
    border-right: 1px solid #FFF;
}
.hotelbox dt p:nth-of-type(2){
    width: 33.3%;
    height: 50%;
    right: 0;
    border-bottom: 1px solid #FFF;
}
.hotelbox dt p:nth-of-type(3){
    width: 33.3%;
    height: 50%;
    right: 0;
    top: 50%;
}

.h-area{
    display: inline-block;
    background-color: #cc3366;
    color: #FFF;
    padding: 0.2em 0.5em 0.1em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.hotelbox h3{
    color: #012b80;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 2em;
    left: -0.1em;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.h-en{
    color: #4b3b21;
    font-family: 'Shippori Mincho B1', serif;
    margin-bottom: 2em;
}
.bookbtn{
    background-color: rgba(130,185,204,0.4);
    margin-top: 1.5em;
    padding:0.7em 1em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.bookbtn::before{
    content: "出発地を選択してください";
    font-family: 'Shippori Mincho B1', serif;
    display: block;
    color: #012b80;
    flex-basis: 100%;
    margin-bottom: 0.5em;
    font-weight: 600;
    left: 0.1em;
    font-size: 0.9em;
}
.bookbtn::after{
    content: "";
    display: block;
    flex-basis: 100%;
    position: absolute;
    height: 1px;
}
.bookbtn li{
    margin:0 5px 5px 0;
    flex-grow: 1;
    text-align: center;
}
.bookbtn li a{
    display: block;
    background: #DDD;
    color: #FFF;
    padding: 0.4em 1em 0.2em 1em;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.bookbtn li a[href]{
    background-color: #fcf6d5;
    border: 1px solid #bfae92;
    color: #333;
    background: rgb(252,246,213);
    background: linear-gradient(0deg, rgba(252,246,213,1) 0%, rgba(255,254,250,1) 52%, rgba(252,246,213,1) 100%);
}
/*--800px以下------------------------------------*/
@media screen and (max-width: 800px)  {
.hotelbox h3{
    font-size: 5.8vw;
}
.hotelbox dt,
.hotelbox dd{
    flex-basis: 100%;
    max-width: 100%;
}
.hotelbox dt{
    height: 50vw;
    margin-bottom: 2px;
}

.hotelbox dd{
    padding-left: 2.5em;
    background-size: 50% auto;
}
.hotelbox dd::before{
    left: 0;
}
.hotelbox dd::after{
    left: 12px;
}

}

