/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

/*-------------------- pankuzu */
#pankuzu ul {
	overflow: auto;
	padding: 0;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}
/*-------------------- frame */
#container {
	font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
	line-height: 2;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto;
	color: #16325B;
}
#container img{
	width: 100%;
	line-height: 0;
}
.wrapper {
	position: relative;
	clear: both;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
.sec{
	padding: 3em 0;
}
.min800{
	max-width: 800px;
	margin: 0 auto;
}
.sp,.tb{
	display: none;
}

/*-------------------- main visual */
#main-visual {
	position: relative;
	line-height: 0;
}
/*-------------------- title */
h1 {
	font-size: 3.2rem;
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
	text-align: center;
	color: #2DCCD3;
	margin-bottom: .5em;
}
h1 span {
	display: block;
	font-size: 2.4rem;
	color: #fff;
	background-color: #2DCCD3;
	max-width: 300px;
	padding: .5em 1em;
	margin: 0 auto .5em auto;
}
h2{
	position: relative;
	font-size: 4rem;
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom: 1.6em;
}
h3{
	font-size: 2.8rem;
}
h4{
	font-size: 2.4rem;
	font-weight: 700;

}
h5{
	font-size: 2rem;
	font-family: "neue-kabel", sans-serif;
    font-weight: 500;
    font-style: normal;
	margin-bottom: .5em;
}
h7{
	display: block;
	line-height: 1.7;
}
h8{
	display: block;
	background-color: #2DCCD3;
	max-width: 200px;
	padding: .5em 1em;
	line-height: 1.7;
	margin: .5em auto;
}
hr{
	border: none;
    border-top: 2px dotted #16325B;
}
#container p{
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
#container a{
	color: #ffffff;
}
.col-red{
	color: #DD5353;
	font-weight: 700;
	font-size: 2.2rem;
}
.col-blue{
	color: #0d33ff;
	font-size: 130%;
	margin: 0 .2em;
}
/*-------------------- intro */
.tahiti-logo {
	max-width: 384px;
	width: 30vw;
	margin: 0 auto 2em auto;
}
.tahiti-sentence{
	margin: 0 auto;
	padding: 2.4em;
	border: solid 4px #2DCCD3;
}
/*-------------------- info共通 */
.info-top{
	position: relative;
}
.info-top img{
	aspect-ratio: 3 / 1;
	object-fit: cover;
	object-position: center -120px;
}
.wrapper-island{
	position: relative;
	top: -19vw;
	background-color: #fff;
	margin: 0 auto;
	padding: 4.4em 0 0;
	text-align: center;
	margin-bottom: -19vw;
}
.title-island{
	position: relative;
}
.title-line{
	position:absolute; 
	top: 20px;
	left: 0;
	right: 0;
	max-width: 450px;
	margin: 0 auto;
}
.inner-hotel{
	position: relative;
	margin: 7em auto 0 auto;
	padding: 6em 2.4em 7em;
	border: solid 4px #2DCCD3;
	z-index: 10;
}
.title-hotel h3{
	font-weight: 400;
}
.deco{
	position: absolute;
	max-width: 450px;
	min-width: 400px;
	width: 25vw;
	line-height: 0;
	z-index: -1;
}
.deco-top{
	top: 0;
	left: 0;
}
.deco-bottom{
	bottom: 0;
	left: auto;
	right: 0;
}
#container .inner-hotel p{
	margin: 3em 0 2em;
}
.flex-hotel{
	display: flex;
	grid-gap: 1.6em;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.flex-hotel div{
	width: calc((100% - 1.6em )/ 2);
	line-height: 0;
}
.flex-hotel li{
	width: calc((100% - 1.6em )/ 2);
	line-height: 0;
}
.reservation{
	margin: 1.6em 0;
}
.reservation h3{
	margin-top: 2.4em;
}
.reservation h6{
	text-align: left;
}
#container .reservation p{
	margin: 0 0 1.6em;
	text-align: center;
}
.bg-gray{
	background-color: #f5f5f5;
	padding: 1em;
}
#container .reservation .col-light-blue{
	margin: .5em 0;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 700;
}
.flex-btn{
	display: flex;
	align-items: flex-end;
	grid-gap: 1.6em;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.flex-btn li{
	width: calc((100% - 1.6em) / 2);
	line-height: 1.7;
}
.min-font{
	font-size: 1.8rem;
}
/*-------------------- ボタン、hover */
.link-btn{
	display: block;
	position: relative;
}
.link-btn div{
	position: relative;
	width: 100%;
	background-color: #16325B;
	margin-top: 1em;
	padding: .5em 1em;
  overflow: hidden;
}
/*-------------------- info-tikehau */
#info-tikehau{
	position: relative;
}
.point-hotel{
	text-align: left;
	margin: 1.6em 0;
}
.point-hotel h4{
	display: inline;
	background-color: #FFCB41;
	font-size: 2rem;
	padding: .5em 1em;
	color: #fff;
}
.point-hotel ul{
	margin: 1em 0 0;
}
/*-------------------- info-moorea */
#info-moorea{
	position: relative;
}
.bg-blue{
	display: block;
	background-color: #16325B;
	padding: .5em 1em;
	width: 260px;
	color: #fff;
	margin: 0 auto 1.4em;
	line-height: 1.2;
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
}
#info-moorea .inner-hotel {
    border: solid 4px #16325B;
}
/*-------------------- break */
.break{
	width: 100%;
}
.break img{
	max-height: 300px;
	object-fit: cover;
}
/*-------------------- airline */
#airline{
	position: relative;
	text-align: center;
}
.logo-airline{
	position: absolute;
	width: 250px;
}
.title-airline{
	padding: 6em 0 2em;
}
#airline h3{
	margin: 3em 0 1em;
}
.inner-airline{
	margin-bottom: 4em;
}
.add{
	background-color: #f5f5f5;
	padding: 1em;
}
#airline .air-p{
	margin-bottom: 1em;
}
.flex-air-btn{
	display: flex;
	column-gap: 1.6em;
}
.flex-air-btn li{
	width: calc((100% - 1.6em) / 2);
}
.link-air-btn{
	display: block;
	transition: filter 0.3s ease;
}
.link-item{
	background: #16325B;
}
.link-img{
	line-height: 0;
}
.link-text{
	padding: .5em 1em;
}
/*-------------------- recommend */
#recommend{
	background-color: #FFFBF2;
}
.deco-line{
	width: 100%;
	height: 35px;
	background: url("../img/dec_line.webp");
	background-repeat: repeat-x;
	background-size: contain;
}
#recommend .wrapper{
	max-width: 550px;
	margin: 0 auto;
}
#recommend ul{
	margin: 2em auto 4em;
	text-align: center;
}
#recommend h3{
	margin: 2em 0 .5em;
}
#recommend iframe{
	width: 550px; 
	height: 310px;
}
/*-------------------- Call Center */
#callcenter {
	background-color: #16325B;
	color: #fff;
}
#callcenter h2{
	font-size: 3.2rem;
	line-height: 1.7;
	font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#callcenter h3{
	font-size: 2.8rem;
	line-height: 1.7;
}
#callcenter p{
	margin: 0;
}
.phone{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 1.6em;
}
/*-------------------- page-top */
#page-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	display: block;
	width: 90px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #ddd;
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}
#page-top img {
	width: 50%;
}
