﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-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: '>';
}

/*-------------------- often used */
a {
	text-decoration: none !important;
}
p,
li,
dt,
dd {
	text-align: inherit;
	text-justify: inherit;
}
ul.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.gallery img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*-------------------- frame */
#container {
	font-family: 'Noto Sans JP', sans-serif, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN;
	font-size: 1.4rem;
	line-height: 1.7;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.box {
	position: relative;
	clear: both;
	overflow: hidden;
}

/*-------------------- main visual */
#title {
	position: relative;
	background: url(../img/bg_main.jpg) no-repeat center center;
	background-size: cover;
}
p.title_logo {
	clear: both;
	overflow: hidden;
	height: 600px;
	margin-bottom: 0;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/title.png) no-repeat center;
}
/*.info {
    text-align: center;
    padding: .5em 0;
    background: #c7007a;
    color: #FFF;
    font-size: 1.7rem;
}
.info span{
	display: inline-block;
}*/

/*-------------------- title */
/*h1.sitetitle {
	font-size: 3.6rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
h1.sitetitle span {
	display: block;
	font-size: 3.6rem;
}*/
h2.blockttl {
	font-size: 3rem;
	margin-bottom: .7em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
h2.blockttl span {
	display: inline-block;
}
.en {
	font-family: 'Quicksand', sans-serif;
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: -1px;
	word-break: break-all !important;
	text-align: center;
	margin-bottom: 50px;
}
h3.copy {
	font-size: 2.4rem;
	margin-bottom: 1em;
	text-align: center;
	color: #0068c0;
	font-weight: normal;
}
h3.copy span {
	display: block;
}
.area {
	font-size: 1.6rem;
	text-align: center;
	background: #2dccd3;
	padding: 4px 10px;
	margin: 0 auto 20px;
	display: table;
	color: #FFF;
}
.area_nth2 {
	font-size: 1.6rem;
	text-align: center;
	background: #2dccd3;
	padding: 4px 10px;
	margin: 100px auto 20px;
	display: table;
	color: #FFF;
}
.describe {
	font-size: 1.6rem;
	margin-bottom: 2em;
}
.room {
	margin-bottom: 10px;
}
.room span {
	font-size: 1.6rem;
	display: block;
}
.location {
	margin-bottom: 30px;
}
.location:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-weight: 900;
}

/*-------------------- intro */
.info_bar {
	text-align: center;
	padding: .5em 0;
	background: #333333;
	color: #FFF;
	font-size: 1.6rem;
}

/*-------------------- intro */
#intro {
	padding: 3em 0;
	background: url("../img/bg_02.jpg") no-repeat center top;
	background-size: cover;
	border-top: 1px solid #FFF;
}
#sitetitle {
	color: #FFF;
}
#sitetitle h1 {
	text-align: center;
	width: 677px;
	margin: 0 auto;
}
#sitetitle h1 img {
	width: 100%;
	height: auto;
}
.lead {
	font-size: 1.6rem;
	margin-top: 2.5em;
	text-align: center;
	color: #000;
}
.lead span {
	display: block;
}
.lead span.note {
	color: #FF0;
}
dl.info {
	margin-top: 30px;
	border-top: 1px dotted #AAA;
	display: table;
	margin: 2em auto 1em;
	padding-top: 2em;
}
dl.info dt,
dl.info dd {
	text-align: center;
}

/*-------------------- airline */
#airline {
	padding: 6em 0 10em;
	background: url(../img/bg_03.jpg) no-repeat center top;
	background-size: cover;
	border-top: 1px solid #959595;
}
ul.type_A,
ul.type_B,
ul.type_C {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.type_A li {
	position: relative;
	width: 48%;
}
ul.type_A li:nth-child(n+3) {
	margin-top: 50px;
}
ul.type_A li p,
ul.type_B li p,
ul.type_C li p {
	position: relative;
}
ul.type_A li img,
ul.type_B li img,
ul.type_C li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
span.copyRight {
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	color: #fff;
}
ul.type_B li {
	position: relative;
	width: 32.5%;
}
ul.type_B li:nth-child(4n) {
	width: 100%;
	margin-bottom: 50px;
}
ul.type_C li {
	position: relative;
	width: 31%;
}
ul.type_C li:nth-child(n+4) {
	margin-top: 50px;
}
dl.detail {
	position: relative;
	margin-top: 1.7em;
}
dl.detail dt {
	font-family: 'Quicksand', sans-serif;
	font-size: 3.0rem;
	line-height: 1;
	margin-bottom: .5em;
	letter-spacing: -1px;
	word-break: break-all !important;
}
dl.detail dd:nth-child(2) {
	font-size: 1.7rem;
	margin-bottom: .8em;
	line-height: 1.4;
}
dl.detail dd.star {
	font-size: 1.2rem;
}
dl.detail dd span {
	font-size: 1.2rem;
	display: block;
	margin-top: 1em;
}
.note {
	font-size: 1.4rem;
	margin-top: 4em;
}
#facility {
	background: #efeeed;
}
#facility ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facility li {
	position: relative;
	width: 50%;
}
#facility li:nth-child(2) {
	padding: 6%;
}
#facility li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#facility li:last-child span.copyRight {
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	color: #fff;
}
#facility h2.blockttl {
	font-size: 3rem;
	margin-bottom: .7em;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.6;
}
#facility h2.blockttl span {
	display: inline-block;
}
#facility .en {
	font-family: 'Quicksand', sans-serif;
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: -1px;
	word-break: break-all !important;
	text-align: left;
	margin-bottom: 50px;
}
.clublounge_photo {
	background: url(../img/pattaya_01.jpg) no-repeat center left;
	background-size: cover;
}
#facility dd:last-child p {
	margin-bottom: 1em;
}

/*-------------------- hotel */
#hotel .wrapper {
	padding: 6em 0 8em;
}
#hotel ul.gallery li {
	width: 49%;
	margin-bottom: 1em;
	position: relative;
}
dl.omotenasi {
	clear: both;
	margin: 30px 0;
}
dl.omotenasi dt {
	font-size: 1.6rem;
	display: inline-block;
	height: 35px;
	margin-bottom: 20px;
	padding: 4px 25px 0px 15px;
	color: #fff;
	background: url(../img/bg_ribbon.jpg) no-repeat right top #e4007f;
}
dl.omotenasi dd {
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #AAA;
}

/*-------------------- booking */
ul.button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
ul.button li {
	width: 100%;
}
ul.button dt {
	font-size: 1.6rem;
	font-weight: bold;
}
ul.button dd span.price {
	font-size: 1.6rem;
	text-decoration: none;
	color: #f00;
}
.btn {
	margin-top: auto;
	padding-top: 7px;
	text-align: center;
}
.btn a {
	display: block;
	clear: both;
	padding: 1em;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background: -moz-linear-gradient(center top, #807878 5%, #635757 100%);
	background: -ms-linear-gradient(top, #807878 5%, #635757 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #807878), color-stop(100%, #635757));
	background-color: #807878;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#807878', endColorstr='#635757');
}
.btn a:hover {
	color: #fff;
	border-radius: 3px;
	background: -moz-linear-gradient(center top, #635757 5%, #807878 100%);
	background: -ms-linear-gradient(top, #635757 5%, #807878 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #635757), color-stop(100%, #807878));
	background-color: #635757;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#635757', endColorstr='#807878');
}
.fa-external-link-alt {
	margin-left: 5px;
}

/*-------------------- gadget */
.deplistWrap,
.pricelist span.left {
	display: none;
}
.pricelistWrap ul {
	margin-left: 0;
}
.pricelistWrap ul li {
	padding-left: 0;
	background: none;
	width: 100% !important;
	box-shadow: none !important;
}
.pricelistWrap a {
	font-size: 1.6rem;
}
.fa-external-link-alt {
	margin-left: 5px;
}

/*-------------------- Other */
#other {
	background: #5c5859;
	padding: 3em 0 3.5em;
}
#other h3 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.8rem;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}
#other ul.bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#other ul.bnr li {
	background: #000;
	color: #FFF;
	position: relative;
}
#other ul.bnr li:first-child {
	width: 40%;
}
#other ul.bnr li img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#other ul.bnr li:last-child {
	width: 60%;
	padding: 10px 0;
	background: #000;
	color: #FFF;
}
#other .other_tour_title {
	text-align: center;
	margin-top: 20px;
}
#other .other_tour_title span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}
#other .other_tour_title span.other_btn {
	font-size: 1.4rem;
	display: block;
}
#other .other_tour_title span.other_btn:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}
#other .other_tour_title a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}
#other .other_tour_title a:hover {
	opacity: .5;
}

/*-------------------- Call Center */
.callcenter {
	padding: 1.5em 0;
	color: #fff;
	background: url(../img/bg_05.jpg) no-repeat center top #3d3d3d;
	background-size: cover;
}
.callcenter ul.phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.callcenter ul.phone li:first-child {
	flex-grow: 1;
}
.callcenter h2 {
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-weight: normal;
}
.callcenter h2 span {
	display: inline-block;
}
.callcenter ul.phone li:nth-child(n+2) {
	width: auto;
	margin-left: 3em;
}
.callcenter ul.phone dt {
	font-size: 1.4rem;
	margin-bottom: .3em;
}
.callcenter ul.phone dt span {
	margin-right: .5em;
	padding: 0 .3em .1em;
	color: #3d3d3d;
	background: #fff;
}
.callcenter ul.phone dd {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
}
.callcenter ul.phone a {
	color: #fff;
}
.callcenter ul.phone dd:nth-child(2):before {
	font-family: FontAwesome;
	padding-right: 7px;
	content: '\f3cd';
}
.callcenter ul.phone dd a {
	letter-spacing: 2px;
}

/*-------------------- 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;
}