@charset "UTF-8";

/*==========================================
共通
===========================================*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 , h2 , h3, h4 , p , img {
	margin: 0px;
	padding: 0px;
}

.color_red {
	color:#F00;
}

.font_16px {
	font-size: 16px;
}

.font_23px {
	font-size: 23px;
}

.font_23px_bold {
	font-size: 23px;
	font-weight: 600;
}

.font_22px {
	font-size: 22px;
}

.font_25px {
	font-size: 25px;
}

.font_25px_bold {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}


/*==========================================
 全体 のスタイル
===========================================*/
#wrap {
	margin-left: auto;
	margin-right: auto;
}

/*==========================================
 ヘッダー（全体）のスタイル
===========================================*/
#header {
	margin-bottom:20px;
}

/*==========================================
 ヘッダー（SEO）のスタイル
===========================================*/
#header_seo {
	margin-bottom:20px;
}

#header_seo h1 {
	font-size:10px;
	line-height: 15px;
	color: #666;
	text-align: right;
}

#header_seo p {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	text-align: right;
}

/*==========================================
 ヘッダー（ロゴ + 問合せボタン）のスタイル
===========================================*/
#header_wrap {
	margin-bottom: 40px;
}

#header_logo {
	text-align: center;
}

#logo {
	vertical-align: bottom;
}

#header_mail {
	-mox-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
}

#header_mail p {
	font-size: 13px;
	font-weight: normal;
}

#header_mail a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color:#F00;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 16px;
}

#header_mail a:hover {
	opacity: 0.7;
}


/*==========================================
 メイン写真のスタイル
===========================================*/
#main_photo {
	margin-bottom: 40px;
}

#top_img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*==========================================
 コンテンツ「共通」のスタイル
===========================================*/
.top_contents_wrap h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	text-align: center;
}

.top_contents_wrap h3 {
	text-align: center;
	padding-bottom: 30px;
}

.top_contents_wrap h4 {
	margin-bottom:20px;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 3px;
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.top_contents_wrap p {
	font-size: 13px;
	line-height: 26px;
	line-height: 22px;
	padding-bottom: 20px;
}

.top_contents_wrap_left, .top_contents_wrap_right, .top_contents_wrap_1box {
	background-color: #f0f0f0;
	margin-bottom:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
}

.price_in_1 {
	padding-bottom: 20px;
}

.top_contents_white {
	background-color: #FFF;
	height: 40px;
}

.top_contents_white_2 {
	background-color: #FFF;
	height: 20px;
}

.photo_size {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.top_contents_title {
	background-color: #F00;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_contents_title p {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}

.catch_copy {
	font-size: 15px;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

.top_contents_gray_1 {
	background-color: #f0f0f0;
	height: 30px;
}

/*==========================================
 コンテンツ「共通（OTHER）」の横並び
===========================================*/
.top_contents_wrap_2 {
	background-color: #f0f0f0;
}

.top_contents_wrap_2 h4 {
	margin-bottom:20px;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 3px;
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.top_contents_wrap_2 p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 20px;
}

/*==========================================
 コンテンツ「共通（地図個所）」のスタイル
===========================================*/
.top_contents_wrap_left_white, .top_contents_wrap_right_white {
	margin-bottom:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
}

/*==========================================
 コンテンツ「共通（会社概要の中の店舗写真）」の横並び
===========================================*/
.corporate_wrap {
	margin-bottom:20px;
}

.corporate_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.corporate_photo {
	float: left;
	width: 50%;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-web-kit-box-sizing: border-box;
	box-sizing: border-box;
}

.corporate_info {
	float: left;
	width: 50%;
}

/*==========================================
 コンテンツ「共通（会社概要の中の注意事項）」の横並び
===========================================*/
.top_caution ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_caution li {
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}

.top_caution:after {
	content: "";
	display: block;
	clear: both;
}

.top_caution img {
	float: left;
	width: 26px;
	padding-top:6px;
}

.top_caution .caution_text {
	float: none;
	width: auto;
	padding-left: 35px;
}

/*==========================================
 コンテンツ「共通（地図の下の 詳細ボタン ）」
===========================================*/
.map_info {
	font-size: 100px;
	color:#0C6;
}

.top_contents_wrap_left_white a {
	text-decoration: none;
	color: #000;
}

.top_contents_wrap_left_white a:hover {
	color: #F00;
}

/*==========================================
 コンテンツ「共通（地図の下の 電話番号 ）」
===========================================*/
.font_23px_bold_tel {
	font-size: 23px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.top_contents_wrap_right_white a {
	text-decoration: none;
}

/*==========================================
 コンテンツ「共通（コピーライト）」
===========================================*/
.copyright {
	font-size: 10px;
	margin-bottom: 20px;
}

/*==========================================
 ページトップへボタン
===========================================*/
a#side_mail_Btn img {
	position: fixed;
	bottom: 60px;
	right: 1px;
}

/*==========================================
 ページトップへボタン
===========================================*/
a#pagetopBtn img {
	position: fixed;
	bottom: 10px;
	right: 1px;
}



/*----------------------------------------------------------------------------------------------
お問合せページ独自の設定
----------------------------------------------------------------------------------------------*/
.mail_catch_copy {
	font-size: 16px;
	line-height: 33px;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mail_contents_wrap h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

.mail_contents_wrap p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 20px;
}

.mail_main_text {
	font-size: 18px;
}

.mail_contents_wrap_left, .mail_contents_wrap_right {
	background-color: #f0f0f0;
	margin-bottom:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 35px;
}


.mail_center_box_wrap {
	padding: 20px 0 20px 0;
}

/*==========================================
 お問合せページ「注意事項」のセンタリング
===========================================*/
.mail_center_box_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.mail_center_box_1 {
	float: left;
	width: 10%;
}

.mail_center_box_2 {
	float: left;
	width: 80%;
}

.mail_center_box_3 {
	float: left;
	width: 10%;
}

/*==========================================
 お問合せページ「タイトルバー」
===========================================*/
.mail_contents_title {
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mail_contents_title p {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}

/*==========================================
 お問合せページ「各問い合せ内容」のセンタリング
===========================================*/
.mail_contents_wrap p {
	text-align: center;
}

/*==========================================
 お問合せページ「メールアドレス・電話」箇所
===========================================*/
.mail_contents_wrap_left a {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.mail_contents_wrap_left a:hover {
	font-size: 22px;
	color: #F00;
}

.mail_contents_wrap_right p {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}


/*==========================================
 お問合せページ「お電話でのお問合せの場合」の電話番号
===========================================*/
.mail_contents_wrap_right a {
	font-size: 23px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}


	

/* ###########   600px 以上 〜 768以下   ########### */
@media (min-width: 600px) and (max-width: 768px) {
/*==========================================
 コンテンツ「共通（会社・個人内の PRICE ）」の横並び
===========================================*/
.price_in_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.price_in_1 {
	float: left;
	width: 50%;
}

.price_in_2 {
	float: left;
	width: 50%;
}

/*----------------------------------------------------------------------------------------------
お問合せページ独自の設定
----------------------------------------------------------------------------------------------*/
.mail_main_text {
	font-size: 22px;
}

}




/* ###########   768px 以上   ########### */
@media (min-width: 768px) {
/*==========================================
 ヘッダー（ロゴ + 問合せボタン）の横並び
===========================================*/
#header_wrap {
	margin-bottom: 30px;
}

#header_wrap:after {
	content: "";
	display: block;
	clear: both;
}

#header_logo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	width: 80%;
	text-align: left;
}

#header_mail {
	float: left;
	width: 20%;
}

/*==========================================
 コンテンツ「共通」
===========================================*/
.top_contents_wrap h2 {
	font-size: 25px;
	line-height: 30px;
}

.catch_copy {
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*==========================================
 コンテンツ「共通」の横並び
===========================================*/
.top_contents_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.top_contents_wrap_left {
	float: left;
	width: 48%;
	margin-right: 2%;
}


.top_contents_wrap_right {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.top_contents_wrap h4 {
	padding-left: 15px;
}

/*==========================================
 コンテンツ「共通（OTHER）」の横並び
===========================================*/
.top_contents_wrap_2:after {
	content: "";
	display: block;
	clear: both;
}

.top_contents_wrap_2_left {
	float: left;
	width: 48%;
	margin-right: 2%;
}


.top_contents_wrap_2_right {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.top_contents_wrap_2 h4 {
	padding-left: 15px;
}

/*==========================================
 コンテンツ「共通（納期について）」の横並び
===========================================*/
.nouki_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.nouki_1 {
	float: left;
	width: 50%;
}

.nouki_2 {
	float: left;
	width: 50%;
}

/*==========================================
 コンテンツ「共通（納期について ★左右の間隔）」の横並び
===========================================*/
.nouki_1 {
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nouki_2 {
	padding-left: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*==========================================
 コンテンツ「共通（会社概要）」の横並び
===========================================*/
.top_contents_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.top_contents_wrap_left_white {
	float: left;
	width: 48%;
	margin-right: 2%;
}


.top_contents_wrap_right_white {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.top_contents_wrap h4 {
	padding-left: 15px;
}

/*==========================================
共通：電話番号リンクの無効化
===========================================*/
a[href^="tel:"] {
		pointer-events: none;
	}


/*----------------------------------------------------------------------------------------------
お問合せページ独自の設定
----------------------------------------------------------------------------------------------*/
.mail_main_text {
	font-size: 22px;
}

/*==========================================
 お問合せページ「注意事項」のセンタリング
===========================================*/
.mail_center_box_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.mail_center_box_1 {
	float: left;
	width: 25%;
}

.mail_center_box_2 {
	float: left;
	width: 50%;
}

.mail_center_box_3 {
	float: left;
	width: 25%;
}

/*==========================================
 お問合せページ「注意事項」のセンタリング
===========================================*/
.mail_catch_copy {
	font-size: 18px;
	line-height: 33px;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mail_contents_wrap h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}

/*==========================================
 お問合せページ「メールアドレス・電話」箇所
===========================================*/
.mail_contents_wrap_left a {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}






/* ###########   1190px 以上   ########### */
@media (min-width: 1190px) {
/*==========================================
全体の横幅を固定
===========================================*/
#header_seo, #header_wrap, #main_photo, .top_contents_wrap, .top_contents_wrap_plan, .top_contents_title, .top_contents_title_2, .top_contents_wrap_2, .copyright, .mail_center_box_wrap, .mail_contents_title, .mail_contents_wrap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/*==========================================
 コンテンツ「共通（会社・個人内の PRICE ）」の横並び
===========================================*/
.price_in_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.price_in_1 {
	float: left;
	width: 50%;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.price_in_2 {
	float: left;
	width: 50%;
}

.price_in_wrap p {
	font-size: 12px;
}
