/* CSS Document */
@charset 'utf-8';
/* hover */
@media only screen and (min-width: 729px){
.link-btn div:hover{
	text-decoration: none;
    color: #fbfbfb;
 }
.link-btn div:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    5% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	55% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.link-air-btn:hover{
	filter: brightness(.8);
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}
}
/* Tablet */
@media only screen and (max-width: 1000px){	
.tb{
	display: block;
}
/*-------------------- pankuzu */
#pankuzu {
    margin: 15px auto;
    width: 95%;
}
/*-------------------- frame */
#container {
	font-size: 1.6rem;
	line-height: 1.7;
}
.sec{
	padding: 2em 0;
}
.min800{
	max-width: 800px;
}
/*-------------------- title */
h1 {
	font-size: 2.8rem;
}
h1 span {
	font-size: 2rem;
	max-width: 220px;
}
h2{
	font-size: 3.2rem;
	margin-bottom: 1.6em;
}
h3{
	font-size: 2.4rem;
}
h4{
	font-size: 2rem;
}
h5{
	font-size: 1.6rem;
}
.col-red {
    font-size: 1.8rem;
}
/*-------------------- info共通 */
.info-top img{
	object-position: center -80px;
}
.wrapper-island{
	position: relative;
	top: -14vw;
	margin-bottom: -14vw;
}
.title-island{
	padding: 0 2.4em;
}
.title-line{
	max-width: 350px;
}
.inner-hotel{
	position: relative;
	margin: 5em auto 0 auto;
	padding: 6em 2.4em 8em;
	border: solid 4px #2DCCD3;
}
.deco{
	max-width: 400px;
	min-width: 250px;
	width: 45vw;
}
#container .inner-hotel p{
	margin: 2.5em 0 2em;
}
#container .reservation .col-light-blue{
	font-size: 1.6rem;
}
.flex-btn li{
	width: calc((100% - 1.6em) / 2);
	line-height: 1.5;
}
.min-font{
	font-size: 1.4rem;
}
/*-------------------- info-tikehau */
.point-hotel h4{
	font-size: 1.6rem;
}
/*-------------------- info-moorea */
.bg-blue{
	width: 220px;
}
#info-moorea .inner-hotel {
    border: solid 2px #16325B;
}
/*-------------------- airline */
.logo-airline{
	position: absolute;
	width: 24vw;
}
#airline h3{
	margin: 3.5em 0 1em;
}
.inner-airline{
	margin: 0 2em 4em;
}
/*-------------------- recommend */
.deco-line{
	height: 30px;
}
#recommend .wrapper{
	max-width: 450px;
}
#recommend iframe{
	width: 450px; 
	height: 254px;
}
/*-------------------- Call Center */
#callcenter h2{
	font-size: 2.6rem;
	margin-bottom: 1em;
}
#callcenter h3{
	font-size: 2rem;
}
}

@media only screen and (max-width: 728px){	
/*-------------------- frame */
.pc{
	display: none;
	}
.sp{
	display: block;
}
/*-------------------- title */
h1 {
	font-size: 2.8rem;
	margin-bottom: .5em;
	line-height: 1.7;
}
h1 span {
	font-size: 2rem;
	max-width: 230px;
	padding: .4em 1em;
	margin: 0 auto .5em auto;
}
h2{
	font-size: 2.8rem;
	margin-bottom: 1.6em;
}
h3{
	font-size: 2.2rem;
	line-height: 1.5;
}
h4{
	font-size: 2rem;
}
h5{
	font-size: 1.8rem;
	margin-bottom: .5em;
}
h7{
	line-height: 1.7;
	font-size: 1.4rem;
}
h8{
	max-width: 150px;
	padding: .5em 1em;
	line-height: 1.7;
	margin: .5em auto;
	font-size: 1.4rem;
}
/*-------------------- intro */
.tahiti-logo {
	max-width: 384px;
	width: 60vw;
	margin: 0 auto 2em auto;
}
.tahiti-sentence{
	padding: 3em 2em;
	border: solid 2px #2DCCD3;
}
/*-------------------- info共通 */
.info-top{
	position: relative;
}
.info-top img{
	aspect-ratio: 5 / 3;
	object-fit: cover;
	object-position: center -20px;
}
.wrapper-island{
	position: relative;
	top: -35vw;
	padding: 4em 0 0;
	margin-bottom: -35vw;
}
.title-island{
	position: relative;
	padding: 0 2em;
}
.title-line{
	position:absolute; 
	top: 16px;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: 0 auto;
}
.inner-hotel{
	position: relative;
	margin: 5em auto 0 auto;
	padding: 8em 1em 10em;
}
.title-hotel h3{
	font-weight: 400;
}
.deco{
	max-width: 250px;
	min-width: 150px;
	width: 55vw;
}
.deco-top{
	top: 0;
	left: 0;
}
.deco-bottom{
	bottom: 0;
	left: auto;
	right: 0;
}
#container .inner-hotel p{
	margin: 2em 0 2em;
}
.flex-hotel{
	display: block;
	margin-bottom: 1em;
}
.flex-hotel div{
	width: 100%;
	margin-bottom: 1em;
}
.reservation{
	margin: 1.6em 0;
}
.reservation h3{
	margin-top: 2em;
}
.reservation h6{
	text-align: left;
}
#container .reservation p{
	margin: 0 0 1.6em;
	text-align: center;
}
#container .reservation .col-light-blue{
	font-size: 1.4rem;
}
.flex-btn{
	margin-top: 2em;
}
.flex-btn li{
	line-height: 1.5;
}
.min-font{
	font-size: 1.4rem;
}
/*-------------------- ボタン、hover */
.link-btn div{
	margin-top: .5em;
	padding: .5em 1em;
}
/*-------------------- info-tikehau */
.point-hotel{
	margin: 1em 0;
}
.point-hotel h4{
	font-size: 1.8rem;
	padding: .3em 1em;
}
.point-hotel ul{
	margin: .5em 0 1.6em;
}
/*-------------------- info-moorea */
#info-moorea{
	position: relative;
}
.bg-blue{
	padding: .5em 1em;
	width: 200px;
	margin: 0 auto 1.4em;
	line-height: 1.2;
}
#info-moorea .inner-hotel {
    border: solid 2px #16325B;
}
.break img{
	max-height: none;
	object-fit: cover;
}
/*-------------------- airline */
#airline{
	position: relative;
	text-align: center;
	padding-bottom: 0;
}
.logo-airline{
	position: absolute;
	width: 30vw;
}
.title-airline{
	padding: 8em 2em 0;
}
#airline h3{
	margin: 2.5em 0 .8em;
}
.inner-airline{
	margin: 0 2em 5em;
}
.inner-airline .flex-hotel{
	display: none;
}
.inner-airline .flex-hotel-sp{
	display: block;
}
.add{
	padding: 1em;
}
#airline .add p:nth-child(1){
	margin-bottom: .5em	
}
#airline .air-p{
	margin-bottom: 1em;
}
.link-text{
	padding: .5em 1em;
}
/*-------------------- swiper */
.swiper-container {
  position: relative;
}
.swiper{
    /* サイズ調整 */
    width: 100%;
	margin-bottom: 2em;
  }

  .swiper-slide {
    /* 文字配置調整、背景色設定 */
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper-pagination-bullet-active{
	background: #2DCCD3;	
}
.swiper-button-next, .swiper-button-prev {
	width: 50px;
	height: 50px;
	padding: 1em;
    color: #fff;
    -webkit-border-radius: 25%;
	border-radius: 50%;
	background: #2DCCD3;
}
.swiper-button-next{
	position: absolute;
	top: 50%;
	left: auto;
	right: -30px;
	z-index: 10;
}
.swiper-button-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	right: auto;
	z-index: 10;
}
.swiper-button-next::after{
	position: relative;
	top: 3%;
	left: 12%;
	font-size: 2.4rem;
	font-weight: bold;
}
.swiper-button-prev::after {
	position: relative;
	top: 3%;
	left: auto;
	right: 10%;
	font-size: 2.4rem;
	font-weight: bold;
}

/*-------------------- recommend */
.deco-line{
	width: 100%;
	height: 20px;
}
#recommend .wrapper{
	max-width: 450px;
	margin: 0 auto;
}
#recommend ul{
	margin: 2em auto 4em;
	text-align: center;
}
#recommend h3{
	margin: 2em 0 .5em;
}
#recommend iframe{
	width: 450px; 
	height: 253px;
}
/*-------------------- Call Center */
#callcenter h2{
	font-size: 2.2rem;
	margin-bottom: 0;
	line-height: 1.7;
}
#callcenter h3{
	font-size: 2rem;
	line-height: 1.7;
}
#callcenter p{
	margin: 0 0 1em;
}
.phone{
	display: block;
}
}
/* Tablet */
@media only screen and (max-width: 520px){
/*-------------------- frame */
#container {
	font-size: 1.4rem;
	line-height: 1.7;
}
.sec{
	padding: 2em 0;
}
/*-------------------- title */
h1 {
	font-size: 1.8rem;
	margin-bottom: .5em;
	line-height: 1.5;
}
h1 span {
	font-size: 1.6rem;
	max-width: 180px;
	padding: .3em 1em;
	margin: 0 auto .5em auto;
}
h2{
	font-size: 2rem;
	margin-bottom: 1.6em;
}
h3{
	font-size: 1.8rem;
	line-height: 1.5;
}
h4{
	font-size: 1.6rem;
}
h5{
	font-size: 1.4rem;
	margin-bottom: .5em;
}
h7{
	line-height: 1.5;
}
h8{
	max-width: 150px;
	padding: .5em 1em;
	line-height: 1.7;
	margin: .5em auto;
}
hr{
    border-top: 2px dotted #16325B;
}
#container p{
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
.col-red {
    font-size: 1.6rem;
}
/*-------------------- intro */
.tahiti-logo {
	max-width: 384px;
	width: 60vw;
	margin: 0 auto 2em auto;
}
.tahiti-sentence{
	padding: 2em 2em;
	border: solid 2px #2DCCD3;
}
/*-------------------- info共通 */
.info-top{
	position: relative;
}
.info-top img{
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: center -20px;
}
.wrapper-island{
	position: relative;
	top: -50vw;
	padding: 3em 0 0;
	margin-bottom: -50vw;
}
.title-island{
	position: relative;
	padding: 0 2em;
}
.title-line{
	position:absolute; 
	top: 10px;
	left: 0;
	right: 0;
	max-width: 250px;
	margin: 0 auto;
}
.inner-hotel{
	position: relative;
	margin: 3em auto 0 auto;
	padding: 8em 1em 10em;
	border: solid 2px #2DCCD3;
}
.title-hotel h3{
	font-weight: 400;
}
.deco{
	position: absolute;
	width: 55vw;
	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: 2em 0 2em;
}
.flex-hotel{
	display: block;
	margin-bottom: 1em;
}
.flex-hotel div{
	width: 100%;
	margin-bottom: 1em;
}
.reservation{
	margin: 1.6em 0;
}
.reservation h3{
	margin-top: 2em;
}
.reservation h6{
	text-align: left;
}
#container .reservation p{
	margin: 0 0 1.6em;
	text-align: center;
}
.flex-btn{
	display: block;
	margin-top: 2em;
}
.flex-btn li{
	width: 100%;
	margin-bottom: 2em;
	line-height: 1.5;
}
.min-font{
	font-size: 1.4rem;
}
/*-------------------- ボタン、hover */
.link-btn div{
	margin-top: .5em;
	padding: .5em 1em;
}
/*-------------------- info-tikehau */
.point-hotel{
	margin: .5em 0;
}
.point-hotel h4{
	font-size: 1.4rem;
	padding: .3em 1em;
}
.point-hotel ul{
	margin: .5em 0 1.6em;
}
/*-------------------- info-moorea */
#info-moorea{
	position: relative;
}
.bg-blue{
	padding: .5em 1em;
	width: 140px;
	margin: 0 auto 1.4em;
	line-height: 1.2;
}
#info-moorea .inner-hotel {
    border: solid 2px #16325B;
}
/*-------------------- airline */
#airline{
	position: relative;
	text-align: center;
	padding-bottom: 0;
}
.logo-airline{
	position: absolute;
	width: 35vw;
}
.title-airline{
	padding: 10em 2em 0;
}
#airline h3{
	margin: 2.5em 0 .8em;
}
.inner-airline{
	margin: 0 2em 5em;
}
.add{
	padding: 1em;
}
#airline .add p:nth-child(1){
	margin-bottom: .5em	
}
#airline .air-p{
	margin-bottom: 1em;
}
.flex-air-btn{
	display: block;
}
.flex-air-btn li{
	width: 100%;
	margin-bottom: 1em;
}
.link-text{
	padding: .8em 1em;
}
/*-------------------- swiper */
.swiper-button-next, .swiper-button-prev {
	width: 35px;
	height: 35px;
	padding: 1em;
    color: #fff;
    -webkit-border-radius: 25%;
	border-radius: 50%;
	background: #2DCCD3;
}
.swiper-button-next{
	position: absolute;
	top: 50%;
	left: auto;
	right: -16px;
	z-index: 10;
}
.swiper-button-prev {
	position: absolute;
	top: 50%;
	left: -16px;
	right: auto;
	z-index: 10;
}
.swiper-button-next::after{
	position: relative;
	top: 3%;
	left: 14%;
	font-size: 2rem;
	font-weight: bold;
}
.swiper-button-prev::after {
	position: relative;
	top: 3%;
	left: auto;
	right: 12%;
	font-size: 2rem;
	font-weight: bold;
}
/*-------------------- recommend */
.deco-line{
	width: 100%;
	height: 20px;
}
#recommend .wrapper{
	max-width: 320px;
	margin: 0 auto;
}
#recommend ul{
	margin: 2em auto 4em;
	text-align: center;
}
#recommend h3{
	margin: 2em 0 .5em;
}
#recommend iframe{
	width: 320px; 
	height: 180px;
}
/*-------------------- Call Center */
#callcenter h2{
	font-size: 2rem;
	margin-bottom: 0;
	line-height: 1.7;
}
#callcenter h3{
	font-size: 1.8rem;
	line-height: 1.7;
}
#callcenter p{
	margin: 0 0 1em;
}
}


/* Smart */
@media only screen and (max-width: 400px){	
.tahiti-sentence{
	padding: 2em 1.4em;
	border: solid 2px #2DCCD3;
}
.title-island{
	position: relative;
	padding: 0 1.4em;
}
.inner-hotel{
	position: relative;
	margin: 3em auto 0 auto;
	padding: 5em 1em 7em;
}
.title-airline{
	padding: 8em 1.4em 0;
}
.inner-airline{
	margin: 0 1.4em 5em;
}
}
