@charset "utf-8";

/*==========================================================
	フォント読み込み (Futura)
==========================================================*/
@font-face{
	font-family: 'Futura';
	font-style: normal;
	font-weight: normal;
	src:url('./fonts/Futura.ttc');
}
/*==========================================================
	フォント読み込み (FuturaCondensedMedium)
==========================================================*/
@font-face{
	font-family: 'FuturaCondensedMedium';
	font-style: normal;
	font-weight: normal;
	src:url('./fonts/FuturaCondensed_Medium.otf');
}
/*==========================================================
	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;
}
body{
	line-height: 1em;
	-webkit-text-size-adjust: none;
}
img{
	border: 0px;
	vertical-align: bottom;
}
section,article,div{
	box-sizing: border-box;
}
ul,ol,li{
	list-style: none;
}
table{
	border-spacing: 0px;
	empty-cells: show;
}
/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body{
	position: relative;
	max-width: 640px;
	margin: 0px auto !important;
	font-size: 18px;
	line-height: 1.4em;
	color: #000000;
	font-weight: 400;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	background-color: #FFFFFF;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}
.img100{
	width: 100%;
}
/*==========================================================
	各コンテンツBOX
==========================================================*/
.contents_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 10;
}
/*==========================================================
	コンテンツタイトル
==========================================================*/
.contents_title{
	width: 100%; height: 80px;
	margin: 20px auto 0px auto;
}
.title_box{
	position: relative;
	width: 100%; height: 80px;
	margin: 0px auto;
	text-align: center;
	color: #101010;
}
.title_box h2{
	width: 100%; height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Futura';
}
.title_box p{
	width: 100%; height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
/*==========================================================
	コンテンツサブタイトル
==========================================================*/
.sub_title{
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.sub_title h3{
	width: 100%; height: 30px;
	line-height: 30px;
	font-size: 26px;
}
.sub_title p{
	width: 100%; height: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-family: 'Bebas';
}
/*==========================================================
	ヘッダー (トップページ)
==========================================================*/
header{
	position: relative;
	width: 100%; height: 140px;
	text-align: center;
}
header h1{
	width: 100%; height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	background-color: #920C39;
	border-bottom: solid 1px #7B0015;
}
header h1 a:link,
header h1 a:hover,
header h1 a:visited,
header h1 a:active{
	color: #FFFFFF;
}
header img{
	width: auto; height: 70px;
	margin: 20px auto;
}
/*==========================================================
	ホットポイントグループ情報
==========================================================*/
.group_box{
	position: relative;
	margin: 0px auto;
	padding: 5px 10px 10px 10px;
	background-color: #920C39;
}
.group_box h2{
	width: 100%; height: 60px;
	margin: 0px auto;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: -0.02em;
	font-size: 60px;
	font-weight: 600;
	font-family: 'Teko', sans-serif;
}
.group_shop{
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}
.group_shop ul li.shop_km_hot,
.group_shop ul li.shop_km_style,
.group_shop ul li.shop_km_villa{
	display: inline-block;
}
.group_shop ul li{
	width: 190px;
	margin: 0px 5px;
	color: #FFFFFF;
}
.group_shop ul li img{
	width: 100%;
}
.group_shop ul li h3{
	width: 100%; height: 20px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.group_shop ul li p{
	width: 100%; height: 30px;
	margin: 10px auto 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 38px;
	font-weight: 500;
	font-family: 'FuturaCondensedMedium';
}
.group_shop ul li a:link,
.group_shop ul li a:hover,
.group_shop ul li a:visited,
.group_shop ul li a:active{
	color: #FFFFFF;
	text-decoration: none;
}
/*熊本ホットポイント*/
.kumamoto_area{
	width: 100%; height: 110px;
	margin: 4px auto 0px auto;
	padding: 20px 0px;
	text-align: center;
	border: solid 2px #920C39;
	background-color: #FFD4BF;
}
.kumamoto_area a{
	display: block;
	position: relative;
	width: 100%; height: 100%;
	color: #000000;
}
.kumamoto_area a:link,
.kumamoto_area a:hover,
.kumamoto_area a:visited,
.kumamoto_area a:active{
	color: #000000;
	text-decoration: none;
}
.kumamoto_area h3{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.kumamoto_area p{
	width: 100%; height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
/*ホットポイントグループ*/
.hotpoint_group{
	position: relative;
	width: 100%; height: 220px;
	margin: 0px auto;
	text-align: center;
}
.hotpoint_group ul{
	width: 100%;
	margin: 0px auto;
}
.hotpoint_group ul li{
	float: left;
	width: 50%; height: 110px;
	padding: 20px 0px;
	border: solid 2px #920C39;
}
.hotpoint_group ul li:nth-of-type(even){
	float: right;
}
.hotpoint_group ul li:nth-of-type(1){
	background-color: #C0EEC7;
}
.hotpoint_group ul li:nth-of-type(2){
	background-color: #F9C3FF;
}
.hotpoint_group ul li:nth-of-type(3){
	background-color: #C0DFFE;
}
.hotpoint_group ul li:nth-of-type(4){
	background-color: #D0D0D0;
}
.hotpoint_group ul li a{
	display: block;
	position: relative;
	width: 100%; height: 100%;
	color: #000000;
}
.hotpoint_group a:link,
.hotpoint_group a:hover,
.hotpoint_group a:visited,
.hotpoint_group a:active{
	color: #000000;
	text-decoration: none;
}
.hotpoint_group ul li h3{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.hotpoint_group ul li p{
	width: 100%; height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
/*==========================================================
	フッター
==========================================================*/
footer{
	position: relative;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
	color: #202020;
	line-height: 1.4em;
	font-size: 18px;
}
/*==========================================================
	コピーライト／フッター住所
==========================================================*/
.copyright{
	width: 100%; height: auto;
	margin: 0px auto;
	padding: 10px 0px;
	line-height: 1.4em;
	text-align: center;
	color: #878787;
	font-size: 16px;
}
.copyright span{
	font-size: 14px;
}
.notes{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #878787;
	font-size: 14px;
	font-weight: 200;
}
.notes a:link,
.notes a:hover,
.notes a:visited,
.notes a:active{
	color: #878787;
	text-decoration: none;
}
