@charset "utf-8";
/*------------------------------------------
 *	Reset
------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,icenter,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}img{line-height:1;vertical-align:bottom;}em,strong {font-weight:bold;}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
	font-size: 100%;
}
body {
	width: 100%;
	color: #050505;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #050505;
	text-decoration:underline;
}
a:hover {
	color: #050505;
}
img {
	max-width: 100%;
	height: auto;
}


/*------------------------------------------
 *	Header
------------------------------------------*/
#header {
	width:100%;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	display: block;
	background-color: #042111;
}
#header div{
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	max-width: 1024px;
}

#header h1{
	font-size: 1.2rem;
	font-weight: 700;
	color:#fff;
	margin: 0.8rem auto;
}
#header p{
	font-size: 1rem;
	color:#fff;
	margin-bottom: 0.8rem;
}
#header h1 + p{
	text-align: right;
	font-weight: 400;
}
#footer {
	padding: 40px 0;
}
#footer .txt-copyright {
	display: block;
	font-size: 90%;
	font-style:normal;
}

#header, #main article {
	box-sizing: border-box;
}

#main {
	margin: 0 auto 2em;
}
#kv{
	width:100%;
	height:500px;
	background: url(../img/kv2.jpg) center center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;}
#kv h2{
	color:#fff;
	text-shadow:0px 0px 0.3em #000;
	text-shadow:0px 0px 0.2em #000;
	text-shadow:0px 0px 0.4em #000;
	text-shadow:0px 0px 0.3em #000;
	text-shadow:0px 0px 0.3em #000;
	text-shadow:0px 0px 0.3em #000;
	text-shadow:0px 0px 0.3em #000;
	text-shadow:0px 0px 0.3em #000;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}
#main article{
	width:90%;
	max-width: 1024px;
	margin:60px auto;
}
#main article h2{
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	padding: 1em 0;
}
#main article h3{
	font-size:150%;
	font-weight: 500;
	padding: 1em 0;
}
#main article h3 + p{
	width:100%;
	margin: 0 auto;
}
#main article h3 span{
	font-size:70%;
	font-weight: 300;
}
#main article h4{
	font-size:130%;
	font-weight: 500;
	padding: 1em 0 0;
}
#main article h4 + p{
	width:95%;
	margin: 0 auto;
}

/* お客さまの声 */
#main article.voice{
	margin: 2em auto;
}
#main article.voice img {
	margin-left: 20px;
	margin-bottom: 20px;
}
#main article.voice div.male, #main article.voice div.female {
	width:100%;
	margin: 2em auto;
	position: relative;
	padding: 2.5rem;
	border-radius: 15px;
	box-sizing: border-box;
}
#main article.voice div.male {
	background: #e6f4ff;
}
#main article.voice div.female {
	background: #fcecf9;
}

#main article.voice div.male:after, #main article.voice div.female:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	width: 0;
	height: 0;
}
#main article.voice div.male:after {
	border-top: 15px solid #e6f4ff;
}
#main article.voice div.female:after {
	border-top: 15px solid #fcecf9;
}

#main article.voice p{
	font-size: 1rem;
	margin: 1em auto;
}
#main article.voice hr{
    border:none;
    border-top: dotted 1px #333;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}
/* ※印 */
.kome {
 font-size: 0.8em !important;
}

/* バリ島オススメエリア・楽園Bali style現地サロン */
#main .villa h3 {
	margin-top: 2em;
}
#main .villa p {
	font-size: 1rem;
	margin-bottom: 1em;
}
#main .villa-img {
	display: grid;
	grid-row-gap: 0.5rem;
	grid-column-gap: 0.5rem;
	grid-template-columns: 1fr 1fr;
	justify-items:  center;
}

/* 代表プロフィール */
	.profile-img {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#main article p{
	margin: 1em 0;
}
#main article ul.bullet{
	margin: 0 4em;
	font-size: 150%;
}
#main article ul.bullet li{
  position: relative;
  padding-left: 0.5em;
  line-height: 2;
}
#main article ul.bullet li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 16px;
  height: 6px;
  border-left: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

article.bxshadow{
margin-top:30px;
padding: 2.5rem;
box-shadow:0px 0px 6px 3px #bababa;
border-radius:6px;
border:1px solid #cccccc;
}
.bxshadow p {
 font-size: 1rem;
}

/* 特典お申し込みフォーム・個人面談 */
.widebg > article {
	margin: 0 auto !important;
}
div.widebg{
	width:100%;
	font-size: 1rem;
	padding: 0.5em 0 2em;
	background-color: #dedede;
}
div.balloon-area {
	position: relative;
	background: #88b7d5;
	padding: 4rem 5%;
}
div.balloon-area:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
div.balloon-area h2{
	font-size:200%;
	font-weight: bold;
	text-align: center;
	color:#fff;
}
.clearfix > p {
	font-size: 1rem;
}
.triangle{
	margin: 30px auto;
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 50px solid #3498db;
}
h4.contents-list{
	text-indent:0.5em;
	border-bottom: 1px dotted #999;
	margin-top:1em;
	margin-bottom: 1em;
	padding-bottom:1em;
}
h4.contents-list:before {
content: '●';
color: #88b7d5;
margin-right: 8px;
}
/* 一覧エリアの背景 */
.appositive-list {
	margin-top: 2em;
	margin-bottom: 5em;
	border:1px double #999;
	padding: 1.5em;
}
.appositive-list ol li{
	font-size:95%;
}
/* クリアフィックス */
.appositive-list ol:after {
content: "";
clear: both;
display: block;
}
/* 一覧のリストの設定 */
.appositive-list ol {
display: grid;
grid-row-gap: 1rem;
grid-column-gap: 2rem;
grid-template-columns: 1fr 1fr;
}
.appositive-list ol li {
list-style-type:none;
/*height: 2em;*//* 見た目の調整 */
line-height: 1.5;/* 見た目の調整 */
}
/* 等分なし */
.appositive-list ol.al-1 li, .appositive-list ol.al-2 li {
width: 100%;
}
.appositive-list ol.al-2 li:nth-child(2n) {
margin-right: 0;
}
.balloon3-right-btm {
 	position: relative;
	display: inline-block;
	margin: 0 15px 1.5em 0;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #3498db;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right-btm:before{
	content: "";
	position: absolute;
	bottom: -8px;
	right: -8px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #3498db;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.book {
	position: relative;
	margin-bottom: 2em;
}
.book > span {
	position: absolute;
	left: 105px;
	bottom: -0.5em;
}

/* 特典お申し込みフォームへ */
.btn_inquiry {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	max-width: 450px;
	margin: 20px auto;
}
.btn_inquiry a {
	display: block;
	width: 100%;
	padding: 1em;
	background: #0066cc;
	border: solid 3px #7abccc;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.btn_inquiry a:hover {
	background: #000099;
}
.supp{
	padding: 0 3em;
	font-size:95%;
}
/* Facebookタイムライン */
.clearfix iframe {
	float: right;	
	max-width: 340px;
	margin-left: 1.5rem;
}
/* お電話でのお問い合わせ */
.tel {
	font-size: 2rem !important;
}
.tel a {
	color: #0483b9;
	text-decoration: none;
}

/* お問い合わせフォーム */
iframe.tform{
	border: 0;
	height: 1650px;
}

/* ページトップへ戻るボタン */
	.pagetop_button {
	position: fixed;
	display: none;
	bottom: 1rem;
	right: 1rem;
}
	.pagetop_button a {	
	display: block;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #101010;
	padding: 0.5em 0.8em;
	transition: all 0.3s;
}
	.pagetop_button a:hover {
	background: #202020;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 

/* スマホ版 */
@media screen and (max-width:480px) {
	#kv {
	height: 280px;
}
	#kv h2 {
	font-size: 1.4rem !important;
}
article.bxshadow, #main article.voice div.male, #main article.voice div.female {
	padding: 1.5rem;
}
	#main .villa-img {
	grid-template-columns: 1fr !important;
}
.tel {
	font-size: 1.5rem !important;
}
	.pagetop_button {
	bottom: 0.5rem;
	right: 0.5rem;
}
	.pagetop_button a {
	font-size: 1.5rem;
}
}

/* スマホ＆タブレット版 */
@media screen and (max-width:768px) {
	body {
	font-size: 14px;
}	
	#header h1 {
	font-size: 0.8rem !important;
	line-height: 1.6 !important;
}
	#header p {
	font-size: 0.7rem !important;
}
	#main article ul.bullet {
	font-size: 1rem;
	margin: 0 0 0 1.5rem;
}
	#main article ul.bullet li::after {
	top: 0.6em;
	left: -1.2em;
}
	.appositive-list ol {
	grid-template-columns: 1fr !important;
}
	.btn_inquiry {
	font-size: 1.2rem;
}
	.cl-b > img, .profile-img {
	display: block;
	float: none !important;
	margin: 0 auto 2em;
	padding-left: 0 !important;
}
.bxshadow > h2, .widebg h2 {
	font-size: 1.2rem !important;
}
	.profile-img {
	width: 70%;
	height: auto;
}
	.profile-name {
	text-align: center;
}
/* お客さまの声 名前と画像を横に揃える */
	.voice-grid {
	display: grid;
	grid-column-gap: 1rem;
	grid-template-columns: 2fr 1fr;
	justify-items: center;
	align-items: center;
}
	.voice-grid h3 {
	font-size: 1rem !important;
}
	.voice-grid img {
	float: none !important;
	margin: 0;
	width: 80px;
	height: auto;
}
	.clearfix iframe {
	display: block;
	float: none !important;
	margin: 0 auto;
}
	iframe.tform {
	height: 2320px;
}
	.emsize150 {
	font-size: 1rem !important;
}
	.emsize200 {
	font-size: 1.5rem;
}
	.emsize300 {
	font-size: 2rem !important;
}
}

/*------------------------------------------
 *	Module
------------------------------------------*/
/*
 *	Common
------------------------------------------*/
.clearfix::after {
	content: '';
	clear: both;
	display: block;
}
.color-red {color: #e62d2d;}
.color-blue {color: #0483b9;}
.color-cloud {color: #f4b111;}
.color-firm {color: #009ad3;}
.ff-robot {font-family: 'Roboto', sans-serif;}
.fw-b {font-weight: 700;}

.ta-l {text-align: left;}
.ta-c {text-align: center;}
.ta-r {text-align: right;}

.em100{font-weight: 100;}
.em200{font-weight: 200;}
.em300{font-weight: 300;}
.em400{font-weight: 400;}
.em500{font-weight: 500;}
.em600{font-weight: 600;}
.em700{font-weight: 700;}
.em800{font-weight: 800;}
.em900{font-weight: 900;}

.emsize120{font-size:120%;}
.emsize150{font-size:150%;}
.emsize170{font-size:170%;}
.emsize200{font-size:200%;}
.emsize300{font-size:300%;}

.fl-l{float: left;}
.fl-r{float: right;}
.cl-b{clear: both;}

.mb5em{margin-bottom: 5em;}
.pd-l1em{padding-left:1em;}