/* 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: 'Noto Serif JP', serif;
font-family: 'Petemoss', cursive;
font-family: 'Sawarabi Mincho', sans-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 center;
    background-size: 100vw auto;
    position: relative;
    padding-top: 10%;
    padding-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#title:before{
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%);
}
#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: 11em;
    max-width: 11em;
    margin-right: 1em;
    z-index: 1;
}
.title_circle img{
    width: 100%;
}
#title h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 4.2em;
    line-height: 1.2;
    letter-spacing: -0.1em;
    text-align: center;
    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;
}
#title h1:before{
    content: "Oceanview Hotel";
    display: block;
    font-family: 'Petemoss', cursive;
    letter-spacing: 0;
    font-weight: normal;
    color: #00a8ff;
    text-shadow: none;
    margin-left: -0.5em;
    line-height: 1;
    font-size: 0.8em;
}
#title .lead_text{
    background-color: rgba(255,255,255,0.8);
    padding: 2% 3%;
    flex-basis: 80%;
    max-width: 80%;
    font-size: 1.1em;
    margin-top: 20%;
    position: relative;
    z-index: 1;
    font-family: 'Noto Serif JP', serif;
}


/*--1000px以下------------------------------------*/
@media screen and (max-width: 1000px)  {
#title{
    background-size:auto 100%;
    background-position: left center;
}
#title h1{
    font-size: 8vw;
}
.title_circle{
    font-size: 1.5vw;
}
#title .lead_text{
    flex-basis: 100%;
    max-width: 100%;
    font-size: 0.9em;
    margin-top: 40%;
}
}
/*******************************************************************************
02:HOTEL
********************************************************************************/
#hotel{margin-bottom: 10%;}
#hotel h3{
    text-align: center;
    background: rgba(113,185,255,0.1);
    position: relative;
    margin-bottom: 1.5em;

}
#hotel h3 br{display: none;}
#hotel h3::before{
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}
#hotel h3::after{
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
}
#hotel h3 strong{
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    padding: 0.4em 1em;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
    color: #003399;
    border-top: 3px double #003399;
    border-bottom: 3px double #003399;
    width: 100%;
}
.hotel_list_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotel_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-basis:calc(100% / 2 - 1%);
    max-width:calc(100% / 2 - 1%);
    margin-bottom: 2%;
    /*border: 1px solid #DEDEDE;*/
}
.hotel_list dt{
    position: relative;
    flex-basis: 100%;
}
.hotel_list dd{
    background: url("../img/list_bg.png") no-repeat left top;
    background-size: 100% auto;
    padding: 4% 4% 9em;
    flex-basis: 100%;
}
.h-area{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    padding: 0.3em 2em 0.3em 1em;
    font-size: 1.2em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    background: rgb(7,99,136);
    background: linear-gradient(90deg, rgba(7,99,136,0.9) 60%, rgba(7,99,136,0) 100%);
}
.h-photo::after{content: "";display: block; clear: both;}
.h-photo li{
    float: left;
}
.h-photo li:nth-of-type(1){
    width: calc(66.8% - 1px);
    margin-right: 1px;
}
.h-photo li:nth-of-type(2),
.h-photo li:nth-of-type(3){
    width: 33.2%;
}
.h-photo li:nth-of-type(3){
    margin-top: 1px;
}
.h-photo li img{width: 100%;}
.hotel_list h4{
    font-family: 'Noto Serif JP', serif;
    color: #036286;
    font-size: 1.7em;
    line-height: 1.2;
    margin-bottom: 0.6em;
}
.hotel_list h4::before{
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: bottom;
    background: url("../img/icon_hibiscus.png") no-repeat left top;
    background-size: contain;
    margin-right: 0.3em;
}
.bookbtn{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4% 0;
    width: 92%;

}
.bookbtn li{
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%); 
    margin-bottom: 1.5%;
}
.bookbtn li a{
    display: block;
    padding: 0.6em 0.3em;
    background: #DDD;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    font-size: 1em;
    /*font-family: 'Noto Serif JP', serif;*/
}
.bookbtn li a[href]{
    color: #333;
    background: rgb(227,214,150);
    background: linear-gradient(0deg, rgba(227,214,150,1) 0%, rgba(251,243,202,1) 100%);
}
.bookbtn li a[href]:hover{
    color: #FFF;
    background: rgb(190,168,57);
    background: linear-gradient(0deg, rgba(190,168,57,1) 0%, rgba(226,206,102,1) 100%);
}
/*--1000px以下------------------------------------*/
@media screen and (max-width: 1000px)  {
.hotel_list dd{
    padding: 4% 4% 11em;
}
.bookbtn li{
    flex-basis: calc(100% / 2 - 1%);
    max-width: calc(100% / 2 - 1%); 
}
}
/*--600px以下------------------------------------*/
@media screen and (max-width: 600px)  {
.hotel_list{
    flex-basis: 100%;
    max-width: 100%;
}
.hotel_list dd{
    padding: 4%;
}
.bookbtn{
    position: relative;
    width: 100%;
}
.bookbtn li{
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%); 
}
/*
.bookbtn li a {
    font-size: 4vw;
}*/
#hotel h3 br{display: block;}
}








