@charset "utf-8";

/*==========================================================
	RESET
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}

html { font-size: 62.5% ;}

body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}

img{
	border: 0px;
	vertical-align: bottom;
}

ul,ol,li{
	list-style: none;
}

table{
	border-spacing: 0px;
	empty-cells: show;
}

div,span {
	box-sizing: border-box;
}


/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body, html{
	height: 100%;
	overflow-x: hidden;
}

body{
	height:auto;
    position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #FFFFFF;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","Segoe UI Emoji", sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;


}

a:link{
	color: #4C4C4C;
	text-decoration: none;
}

a:visited{
	color: #4C4C4C;
	text-decoration: none;
}

a:hover{
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #4C4C4C;
	text-decoration: none;
}

.img100{
	width: 100%;
}


/*==========================================================
	ヘッダー
==========================================================*/
.header{
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	background-color: #AA89BE;
	z-index: 5;
}

.header_box{
	position: relative;
	width: 100%; height: 50px;
}

.h_logo{
	width: 100%; height: 50px;
	margin: auto;
	text-align: center;
	z-index: 5;
}

.h_logo img{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	/* width: 55%; */
	height: 20px;
	margin: auto;
}

#h_menu{
	position: absolute;
	top: 0px; left: 0px;
	width: 50px;
	font-size: 0px;
	z-index: 5;
}

#h_tel{
	position: absolute;
	top: 6px; right: 3.125%;
	width: 50px;
	font-size: 0px;
	z-index: 5;
}


/*==========================================================
	ヘッダーメニュー
==========================================================*/

#s_menu {
	display: none;
	position: fixed;
	left: 0px;
	top: 50px;
	margin: 0px;
	width: 100%;
	z-index: 10;
}

#s_menu ul {
	margin: 0px;
	width: 100%;
}

#s_menu ul li {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	border: 0px solid #FFFFFF;
	float: left;
}
#s_menu ul li:nth-of-type( odd ) {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	/* border-left: 0px; */
}
#s_menu ul li:nth-of-type( even ) {
	border-bottom: 1px solid #FFFFFF;
	/* border-right: 0px; */
}
/*
#s_menu ul li:nth-of-type(1),
#s_menu ul li:nth-of-type(2){
	border-top: 0px;
}
*/
#s_menu ul li:nth-last-of-type(1),
#s_menu ul li:nth-last-of-type(2){
	border-bottom: 0px;
}

#s_menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#s_menu ul li a:link,
#s_menu ul li a:visited,
#s_menu ul li a:hover,
#s_menu ul li a:active{
	color: #FFFFFF;
	text-decoration: none;
}



/*==========================================================
	コンテナー
==========================================================*/
.container{
	position: relative;
	width: 100%;
	margin: 50px 0px 0px 0px;
	z-index: 1;
}


/*==========================================================
	ページタイトル
==========================================================*/
.contents_area{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}

.contents_title{
	height: 90px;
	margin: 50px 0px 0px 0px;
	padding: 20px 0px;
	color: #000000;
	font-size: 28px;
	font-family: 'Linotype Didot';
}

.contents_title span{
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 0.4em;
}


/*==========================================================
	ご応募
==========================================================*/
.entry_box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: center;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
	background-color: #333333;
}
.entry_box .en {
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.03em;
	font-family: 'Lato', sans-serif;
}

.entry_box .ja {
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

.ent_title {
	margin: 6.25% auto 0px;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
}

.ent_sub1 {
	font-size: 1.2em;
	letter-spacing: 0.01em;
}
.ent_com1 {
	font-size: 1.1em;
	letter-spacing: 0.01em;
	color: #CCCCCC;
}

.icon_post {
	display: inline-block;
	width: 12.5%;
	margin: 20px 0px;
	vertical-align: middle;
}
.icon_dial {
	display: inline-block;
	width: 30px;
	margin: 0px 4px 6px;
	vertical-align: middle;
}
.entry_btn {
	width: 87.5%;
	height: 35px;
	margin: 5px auto 10px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.entry_btn a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 16px;
	line-height: 35px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 1.4em;
	vertical-align: middle;
	
	border: 1px solid #FF000;
}

/* LINE応募 */
.entry_btn.line{
	background-color: #00CC00;
}
.entry_btn.line a {
	color: #FFFFFF;
}
.entry_btn.line a span {
	font-weight: bold;
}
.entry_btn.line .ico_sns {
	width: 32px;
	margin: 2px 5px 0 0;
	vertical-align: top;
}


/*==========================================================
	フッター
==========================================================*/
.fukuoka_area{
	width: 100%;
	margin: 0px auto;
	padding: 10px 20px;
	background-color: #FFFFFF;
}

.fukuoka_area a{
	display: block;
	width: 100%; height: 100%;
}

footer{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 6% 0px 0px;
	text-align: center;
	background-color: #F6F6F6;
}


.group_link{
	width: 93.75%;
	margin: 0 auto 0px;
	text-align: center;
}

.group_link li{
	display: inline-block;
	width: 100%;
	height: 70px;
	margin: 0px 0px 2px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.group_link li a{
	display: block;
	width: 100%;
	height: 100%;
}

.group_link li a.soleil {
	color: #e97834;
}
.group_link li a.hot {
	color: #607f9a;
}
.group_link li a.style {
	color: #372d28;
}
.group_link li a.villa {
	color: #d1a9db;
}

.shop_ban_en {
	display: inline-block;
	margin: 18px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.shop_ban_ja {
	display: inline-block;
	margin: 2px 0px;
	font-size: 1.0em;
	letter-spacing: 0.03em;
}


.area_link{
	width: 93.75%;
	margin: 0 auto;
	text-align: center;
}

.area_link li{
	display: inline-block;
	width: 50%;
	height: 70px;
	margin: 0px;
	text-align: center;
	color: #7d7d7d;
	background-color: #FFFFFF;
	border: 1px solid #F6F6F6;
	float: left;
}
.area_link li:nth-of-type(odd) {
	border-left: 0px;
}
.area_link li:nth-of-type(even) {
	border-right: 0px;
}

.area_link li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #7d7d7d;
}

.area_link .shop_ban_en {
	display: inline-block;
	margin: 18px 0px 0px;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.02em;
	font-family: 'Lato', sans-serif;
}
.area_link .shop_ban_ja {
	display: inline-block;
	margin: 2px 0px;
	font-size: 0.6em;
	letter-spacing: 0.01em;
}


/*==========================================================
	コピーライト (コメント)
==========================================================*/
.footer_com{
	clear: both;
	width: 93.75%;
	margin: 0px auto 2px;
	padding: 20px 0px 10px;
	text-align: left;
	color: #a0a0a0;
	font-size: 0.7em;
	border-bottom: solid 1px #a0a0a0;
}

.copy_right{
	width: 93.75%;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: left;
	letter-spacing: 0.1em;
	color: #a0a0a0;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
}

.copy_right a{
	color: #a0a0a0;
}

/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media screen and (min-width: 321px) and (max-width: 640px){

#s_menu ul li {
	font-size: 1.0em;
}

}/* (min-width: 321px) and (max-width: 640px) */


/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media (max-width: 767px){
}


/*==========================================================
	MEDIA QUERIES (tablet)
==========================================================*/
@media (min-width: 768px) and (max-width: 979px){
}


/*==========================================================
	MEDIA QUERIES (PC)
==========================================================*/
@media (min-width: 980px){
}


/*==========================================================
	フォント読み込み (Didot)
==========================================================*/
@font-face {
	font-family: 'Linotype Didot';
	font-style: normal;
	font-weight: normal;
	src:url('./font/DidotLH-Roman.eot');
	src:url('./font/DidotLH-Roman.eot?#iefix') format('embedded-opentype'),
		url('./font/DidotLH-Roman.woff') format('woff'),
		url('./font/DidotLH-Roman.ttf') format('truetype'),
		url('./font/DidotLH-Roman.svg#DidotLH-Roman') format('svg');
}