@charset "UTF-8";

/*========================================*
*　■基本レイアウト・設定
*========================================*/

/*基本レイアウト*/
body {
	background: #000000;
	font-size: 14px;
	color: #e8e8e8;
	min-width: 1240px;
}
#wrapper {
	margin: 0px auto;
}
#header {
	height: 150px;
	width: 1200px;
	margin: 0px auto;
	position: relative;
	z-index: 999;
}
#contents {
	width: 1200px;
	margin: 0px auto;
}
#footer {
}

a {
	transition: color .3s;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #9a8d63;
	text-decoration: underline;
}


/* ====================================================================================================
　ヘッダー
==================================================================================================== */

#header-wrapper {
}
#header {
}
#header h1 {
	width: 483px;
	padding-top: 40px;
}

#header #member-navi {
	position: absolute;
	top: 64px;
	left: 930px;
}
#header #member-navi ul {
}
#header #member-navi ul li {
	float: left;
	margin-left: 15px;
	font-size: 16px;
}
#header #member-navi ul li a {
	text-decoration: none;
}
#header #member-navi ul li a .icon {
}
#header #member-navi ul li a .text {
	padding: 2px 0px 0px 8px;
}


/* ====================================================================================================
　コンテンツ
==================================================================================================== */

#contents {
}

#contents h2 {
	text-align: center;
	margin-bottom: 20px;
	font: bold 34px "Roboto Condensed", san-serif;
}


/* ====================================================================================================
　サイド
==================================================================================================== */



/* ====================================================================================================
　メイン
==================================================================================================== */



/* ====================================================================================================
　フリーダイヤル
==================================================================================================== */

.p-freedial {
	background: #171717;
	padding: 30px 0px;
	color: #FFF;
}
.p-freedial .p-freedial-wrap {
	margin: 0px auto;
	width: 580px;
}
.p-freedial .p-freedial-wrap .read-freedial {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.p-freedial .p-freedial-wrap .main-freedial {
	font: bold 60px Roboto, sans-serif;
	color: #FFF;
}
.p-freedial .p-freedial-wrap .main-freedial .icon {
	margin-right: 5px;
}



/* ====================================================================================================
　ショップガイド
==================================================================================================== */

.p-shopguide {
	background: #2b2b2b;
	padding: 100px 0px;
	width: 100%;
}

.p-shopguide .p-shopguide-wrap {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.p-shopguide .p-shopguide-wrap .p-shopguide-column {
	width: 22%;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column h3.c-ttl-sub {
	font-size: 20px;
	color: #9a8d63;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt {
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt dt {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt dd {
}



/* ====================================================================================================
　フッター
==================================================================================================== */

#footer {
	background: #171717;
	padding: 100px 0px;
	width: 100%;
}
#footer #footer-contents {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

#footer #footer-contents .ft-logo {
	width: 120px;
	margin-right: 100px;
}

#footer #footer-contents ul.footer-navi01,
#footer #footer-contents ul.footer-navi02 {
	width: 180px;
	margin-right: 60px;
}
#footer #footer-contents ul.footer-navi01 li,
#footer #footer-contents ul.footer-navi02 li {
	padding: 10px 0 0;
}
#footer #footer-contents ul.footer-navi01 li a,
#footer #footer-contents ul.footer-navi02 li a {
	text-decoration: none;
}

#footer #footer-contents .ft-sub {
	width: 360px;
	margin-left: auto;
}
#footer #footer-contents .ft-sub .text01 {
	font-size: 16px;
	margin-bottom: 20px;
}
#footer #footer-contents .ft-sub .text02 {
	margin-bottom: 20px;
}
#footer #footer-contents .ft-sub address  {
}






/*===================================================================================================================*/

@media screen and (max-width: 767px) { /* SmartPhone Display - width:767px under - */


/*========================================*
*　■基本レイアウト・設定
*========================================*/

img {
	max-width: 100%;
}

/*基本レイアウト*/
body {
	background: #000000;
	font-size: 16px;
	color: #e8e8e8;
	min-width: 100%;
	overflow-x: hidden;
}
#wrapper {
	margin: 0px auto;
}
#header {
	height: 50px;
	width: 100%;
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	z-index: 999;
}
#contents {
	width: 100%;
	margin: 0px auto;
}
#footer {
}

a {
	transition: color .3s;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #9a8d63;
	text-decoration: underline;
}


/* ====================================================================================================
　ヘッダー
==================================================================================================== */

#header-wrapper {
}
#header {
}
#header h1 {
	width: 180px;
	padding-top: 0px;
	padding-left: 12px;
}

#header #member-navi {
	position: absolute;
	top: 12px;
	left: auto;
	right: 12px;
}
#header #member-navi ul {
}
#header #member-navi ul li {
	float: left;
	margin-left: 15px;
	font-size: 16px;
}
#header #member-navi ul li a {
	text-decoration: none;
}
#header #member-navi ul li a .icon {
}
#header #member-navi ul li a .text {
	padding: 2px 0px 0px 8px;
	display: none;
}


/* ====================================================================================================
　コンテンツ
==================================================================================================== */

#contents {
}

#contents h2 {
	text-align: center;
	margin-bottom: 20px;
	font: bold 34px "Roboto Condensed", san-serif;
}


/* ====================================================================================================
　サイド
==================================================================================================== */



/* ====================================================================================================
　メイン
==================================================================================================== */



/* ====================================================================================================
　フリーダイヤル
==================================================================================================== */

.p-freedial {
	background: #171717;
	padding: 30px 0px;
	color: #FFF;
}
.p-freedial .p-freedial-wrap {
	margin: 0px auto;
	width: 96%;
	text-align: center;
}
.p-freedial .p-freedial-wrap .read-freedial {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.p-freedial .p-freedial-wrap .main-freedial {
	font: bold 28px Roboto, sans-serif;
	color: #FFF;
	line-height: 50px;
}
.p-freedial .p-freedial-wrap .main-freedial .icon {
	margin-right: 0px;
}
.p-freedial .p-freedial-wrap .main-freedial .icon img {
	height: 50px;
}


/* ====================================================================================================
　ショップガイド
==================================================================================================== */

.p-shopguide {
	background: #2b2b2b;
	padding: 80px 0 30px;;
	width: 100%;
}

.p-shopguide .p-shopguide-wrap {
	width: 96%;
	margin: 0 auto;
	display: block;
	justify-content: auto;
}

.p-shopguide .p-shopguide-wrap .p-shopguide-column {
	width: 100%;
	margin-bottom: 50px;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column h3.c-ttl-sub {
	font-size: 20px;
	color: #9a8d63;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt {
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt dt {
	margin-top: 30px;
}
.p-shopguide .p-shopguide-wrap .p-shopguide-column dl.p-shopguide-txt dd {
}



/* ====================================================================================================
　フッター
==================================================================================================== */

#footer {
	background: #171717;
	padding: 80px 0;
	width: 100%;
}
#footer #footer-contents {
	width: 96%;
	margin: 0 auto;
	display: block;
}

#footer #footer-contents .ft-logo {
	width: 80px;
	margin: 0 auto 30px;;
}

#footer #footer-contents ul.footer-navi01,
#footer #footer-contents ul.footer-navi02 {
	width: 100%;
	margin-right: 0px;
}
#footer #footer-contents ul.footer-navi01 li,
#footer #footer-contents ul.footer-navi02 li {
	padding: 10px 0 0;
}
#footer #footer-contents ul.footer-navi01 li a,
#footer #footer-contents ul.footer-navi02 li a {
	text-decoration: none;
}

#footer #footer-contents .ft-sub {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}
#footer #footer-contents .ft-sub .text01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer #footer-contents .ft-sub .text02 {
	margin-bottom: 20px;
}
#footer #footer-contents .ft-sub address  {
}

