﻿@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
	color: #000;
	background: #FFF;
}
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #000;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
    border: none;
    /*width: 365px;*/
    /*margin-left: 5px;*/
    margin-right: 5px;
}

a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.img_left2 {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}

/*------------------------------------------
■ テキスト間隔
------------------------------------------*/
.txt_pad_t_10{padding-top:5px;}
.txt_pad_t_20{padding-top:10px;}
.txt_pad_t_30{padding-top:15px;}
.txt_pad_b_10{padding-bottom:5px;}
.txt_pad_b_20{padding-bottom:10px;}
.txt_pad_b_30{padding-bottom:15px;}


/*------------------------------------------
■ 枠　1.枠なし　２～４枠のみ　５～７バック有
------------------------------------------*/
.circle{padding:10px; margin:0 5px;}
.circle2{border: solid 1px #8d9c71; 2px 2px 2px #999999; margin:10px auto; padding:10px 10px; text-align: center;}
.circle03{border: solid 1px #8d9c71; 2px 2px 2px #999999; margin:10px auto; padding:10px 10px; text-align: center;}
.circle3{border: dottid 1px #2282ae; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}
.circle4{border: double 5px #2282ae; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}
.circle5{background: url("../img/bg06.gif") repeat scroll center 0 transparent;border: solid 1px #2282ae; padding:0 10px;box-shadow: 2px 2px 2px #666666; margin:10px auto;}
.circle6{background: url("../img/bg06.gif") repeat scroll center 0 transparent;border: dotted 1px #2282ae; padding:0 10px;box-shadow: 2px 2px 2px #666666; margin:10px auto;}
.circle7{background: url("../img/bg06.gif") repeat scroll center 0 transparent;border: double 5px #2282ae; padding:0 10px;box-shadow: 2px 2px 2px #666666; margin:10px auto;}


/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_red {
	color: #cc0000;
}
.txt_blue {
	color: #0066cc;
}
.txt_keycolor {
	color: #bb9e8b;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
	display: none;
}
.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {
	max-width: 100%;
}

.max_w2 {
	max-width: 102%;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
 font-size:0.9em;
}
#wrap {
	position: relative;
	top: 50px;/*スマホメニュー初期は一様の余白調整*/
}

#frame {
    margin-top: -50px;
}	
	
#header {
	display: none;
}
#top {
	max-width: 100%;
}
#top h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 96%;
	margin: 0 auto;
        margin-top: 20px;
}
/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
}

.box2 {
 background-color:#f4f3e6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
 margin: 0px auto;
 padding-top:5px;
	clear: both;
 padding:5px;
}




.box_bg {
	background: url("../img/bg07.gif") repeat scroll center 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
	margin: 10px auto;
	padding: 5px 10px 10px;
}
.box_border {
	background-color: #FCFAF8;
	border: 5px double #CCCCCC;
	margin: 10px auto;
	padding: 5px 10px 10px;
}
.txt_area {
	padding: 0px;
}


.txt_area2 {
	padding: 0px;
}

.txt_area3 {
 background:url(../img/voice_bg.gif) no-repeat scroll bottom  transparent;
 background-color:#ffffff;
	padding: 5px;
 margin:5px;
	border-radius: 5px 5px 5px 5px;
}

.txt_area_bg {
	background-color: #fdfbf6;
	border: 1px solid #d5cfba;
	margin: 10px auto;
	padding: 10px;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px;
}
/*------------------------------------------
■ h1 h2 
------------------------------------------*/

h1 {
	background-color: #b0e1b8;
        background-image: linear-gradient(45deg, #b0d47c, #88d098 50%, #c3d8a5 95%);
	color: #fff;
	display: block;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
}
.h1_txt {
	display: block;
	margin: 0;
	padding: 4px 10px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: none;
}
/*------------------------------------------
■オーダー（お申込み）エリア
------------------------------------------*/
.order01 {
    margin: 10px auto;
    padding: 1px 1px 10px;
    text-align: center;
}

.order02 {
	border: 5px solid #DEF3E2;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
	margin: 10px auto;
	padding: 1px 1px 10px;
	text-align: center;
}

.order03 {
	border: 5px solid #DEF3E2;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
	margin: 10px auto;
	padding: 1px 1px 10px;
	text-align: center;
}
.order_area {
}

.order_bg{
	background: url(../img/order_bg.jpg) repeat-x center bottom;

}

h4.copy {
	background: none repeat scroll 0 0 #DEF3E2;
	color: #333;
	font-size: 13px;
	padding: 5px 10px;
}


/*　▼営業時間▼　*/
p.txt_cap, .order p.order_time {
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	padding: 5px 0;
}
/*　▼TEL番号エリア▼　*/
.order_tel {
	margin: 5px 10px;
}
a.txt_tel {
	color: #333333;
	display: block;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
margin: 10px auto;
}
/*　▼ボタンエリア▼　*/
.order_mail {
	padding-top: 0px;
	text-align: center;
}
.order_mail2 {
	padding-top: 0px;
	text-align: center;
}

.order_btn {
	margin: 0 auto;
	max-width: 92%;
}

.order_btn2 {
	margin: 0 auto;
	max-width: 100%;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4  {
	/*background-color: #4e7d9e;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	/*border-radius: 5px 5px 5px 5px;*/
	/*border-right: 1px solid #CCCCCC;*/
	color: #313e33;
	display: block;
	font-size: 25px;
	font-weight: bold;
	line-height: 120%;
	margin: 15px auto 10px;
	padding: 10px;
	text-align:center;
        /*margin-top: 22px;*/
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 8px solid #b3ce83;
	font-weight: bold;
	line-height: 130%;
	margin: 5px auto;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 3px solid #bb9e8b;
	font-weight: bold;
	line-height: 130%;
	margin: 5px auto;
	padding: 5px 0;
}

.sub_title_b_2{
background-image: url("../img/icon.gif");
background-position: left center;
background-repeat: no-repeat;
border-bottom:1px dotted #DEF3E2;
margin: 10px auto;
padding: 1px 0 5px;
text-indent:13px;
font-size:120%;
font-weight:bold;
}

.sub_title_b_3{
    background-image: url("../img/icon02_sp.png");
background-position: left center;
background-repeat: no-repeat;
border-bottom:1px dotted #DEF3E2;
margin: 10px auto;
padding: 1px 0 5px;
text-indent:40px;
font-size:120%;
font-weight:bold;
}

.sub_title_c {
	border-bottom: 1px solid #8d9c71;
	border-left: 10px solid #8d9c71;
	font-weight: bold;
	line-height: 130%;
	margin: 5px auto;
	padding: 0 10px 5px;
}
.sub_title_d {
	background-color: #DEF3E2;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 130%;
	margin: 5px auto;
	padding: 10px 20px 8px;
}
.sub_title_e {
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 120%;
	line-height: 130%;
	margin: 5px;
	padding: 5px 0 6px;
}
.sub_title_f {
	background-color: #F8F3E7;
	border-left: 15px solid #DEF3E2;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #000000;
	line-height: 130%;
	margin: 5px 0 5px;
	padding: 8px 10px 6px;
}
.sub_title_bg {
	background-color: #F8F3E7;
	color: #000000;
	line-height: 130%;
	margin: 5px 0 5px;
	padding: 8px 10px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEF3E2;
	border-right-color: #DEF3E2;
	border-bottom-color: #DEF3E2;
	border-left-color: #DEF3E2;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
	padding: 4px 4px 4px 24px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin: 10px auto;
	padding: 10px;
}
/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.box_m {
	margin: 0;
	padding: 0 0px 10px;
}

.box_m_in {
background: url("../img/box_m_linesp.gif") repeat-y scroll center 0;
    margin: 0;
    padding: 5px 17px;
}


.box_m_txt {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	margin: 0 10px;
	padding: 10px;
}
.box_m_set {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
}
.sub_title_m {
	border-bottom: 2px dotted #f48500;
	font-weight: bold;
	line-height: 170%;
	margin: 10px auto;
	padding: 0;
}
.m_block {
	display: block;
	background-color: #F4F5E0;
	border-left: 10px solid #DEF3E2;
	box-shadow: 1px 1px 1px #999999;
	font-size: 80%;
	margin-right: 15px;
	padding: 3px 10px;
}
.p_icon {
	float: left;
	margin: 0 5px 0 0;
	width: 40px;
}
/*------------------------------------------
■ box_e
------------------------------------------*/
.box_e {
	background-color: #DEF3E2;
	border-radius: 5px 5px 5px 5px;
	margin: 10px auto;
	padding: 10px 0 5px;
}
.box_e_title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	text-align: center;
}
.box_e .box_e_in {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background: #FCF8F2;
	margin: 10px;
	padding: 10px;
	font-size: 90%;
}
/*------------------------------------------
■ フロートボックス width: 216pxにすれば3つ横に並ぶよ。
------------------------------------------*/
.con2_1, .con2_2, .con2_3, .con2_4 {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin: 10px 0;
	padding: 10px;
}
.con2_title {
	border-bottom: 3px dotted #DEF3E2;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/*------------------------------------------
■ 新要素　グリッドデザイン（新フロートボックス）
------------------------------------------*/
.gd_box {
	letter-spacing: -0.34em;
*letter-spacing:normal;
*word-spacing:-0.43em;
	text-rendering: optimizespeed;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap
}
.gd_1-2, .gd_1-3, .gd_2-3, .gd_1-4, .gd_3-4 {
	display: inline-block;
*display:inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto
}
.gd_1-2 {
	width: 50%;
 *width: 49.9690%;
}
.gd_1-3 {
	width: 33.3333%;
 *width: 33.3023%;
}
.gd_2-3 {
	width: 66.6667%;
 *width: 66.6357%;
}
.gd_1-4 {
	width: 25%;
 *width: 24.9690%;
}
.gd_3-4 {
	width: 75%;
 *width: 74.9690%;
}
.gd_box:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ POINT
------------------------------------------*/
.point_title {
	border-bottom: 2px dotted #DEF3E2;
	color: #AA0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
 background-color:#fedded;
	margin: 10px auto;
	padding: 10px;
}
.step_title {
	border-bottom: 2px dashed #f48500;
	color: #412C1B;
	font-weight: bold;
	line-height: 160%;
	margin: 10px 0;
	padding: 0 0 5px;
}
.s_block {
	background-color: #f48500;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: block;
	font-size: 96%;
	padding: 0 15px;
	text-align: center;
	width: 25%;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
}
.voice {
	background: url("../img/bg03.gif") repeat scroll 0 0 transparent;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCCCCC, 0 0 5px #CCCCCC inset;
	font-size: 96%;
	margin: 0 auto 20px;
	padding: 15px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq {
	background-color: #FDFBF6;
	border: 1px dashed #D5CFBA;
	margin: 10px auto;
	padding: 5px 10px;
}
.faq_q {
	border-bottom: 1px solid #460607;
	color: #460607;
	font-weight: bold;
	margin: 10px auto;
	padding: 0 0 5px;
}
.faq_a {
	margin: 10px auto;
	padding: 0;
}

.faq2{
background-color: #FDFBF6;
border: 1px dashed #D5CFBA;
margin: 10px auto;
padding: 5px 10px;
}
.faq_q2{

background: url("../img/icon_q.gif") no-repeat scroll 0 0 transparent;

border-bottom: 1px solid #64ab03;
color: #64ab03;
font-weight: bold;
margin: 10px auto;
padding: 0 0 5px 40px;

}
.faq_a2{

background: url("../img/icon_a.gif") no-repeat scroll 0 0 transparent;

margin: 10px auto;
padding: 0 0 5px 40px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
	background-color: #fff;
}
.block_right {
	background-color: #fff;
}
.room {
	padding: 10px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 90%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 90%;
	margin: 10px auto;
	width: 100%;
}
.table01 th {
	background-color: #b3ce83;
	padding: 5px 5px;
	text-align: left;
	width: 26%;
	border: 1px solid #cccccc;
}
.table01 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
/*------------------------------------------
■ youtube
------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: #666666 1px dashed;
	margin: 10px auto;
}
.inq_box {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: #666666 1px dashed;
	overflow: hidden;
}
.inq_box_title {
	border-left: 8px solid #a2b96e;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding-left: 5px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
 font-size:86%;
}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	background: #ffffff;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0px 0 10px 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 2px #CCCCCC;
	text-shadow: 0 1px 0 #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 14px;
}
.copyright {
	margin-top: 15px;
	font-size: 10px;
	padding-bottom: 50px;
 text-align:center;
     font-size: 1.5em;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	background-color: #aad380;
	border-bottom: 3px solid #CCCCCC;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	padding: 12px 0 10px;
	text-align: center;
}
#order_page, #privacypolicy, #company, #law, #order_end {
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
}
/* 別々に指定したければ、分けてください*/

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
    background: none no-repeat scroll 0 0 #aad380;
    border-bottom: 2px solid #aad380;
    border-right: 2px solid #aad380;
    font-weight: bold;
    margin: 20px 0 5px;
    padding: 5px 10px;
}


/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
■ 会社概要
------------------------------------------*/


/*------------------------------------------
■ 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top {
	display: none;
}
#go_top a {
	display: none;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav {
	display: none;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav {
	position: fixed;
	width: 100%;
	line-height: 100%;
	text-align: left;
	display: block;
	background-color: #628e5a;
	padding: 5px;
	bottom: 0px;
	left:0px;
}
.sp_nav .sp_menu_title label {
	float: left;
	padding-right: 5px;
}
.sp_nav .sp_menu_title label img {
	max-width:40px;
}
.sp_nav input[type="checkbox"].on-off {
	display: none;
}
.sp_nav ul {
	margin: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
@media only screen
    and (orientation:landscape) {
	.sp_nav li {
	float: left;
	width: 33.3023%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 10px;
	letter-spacing: -0.2em;
}
}
@media only screen
    and (orientation:portrait) {
	.sp_nav li {
	float: left;
	width: 49.9690%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 11px;
}	
}
.sp_nav li a {
	width: 100%;
	text-indent: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 18px;
}
.sp_nav input[type="checkbox"].on-off + ul {
	height: 0;
	overflow: hidden;
	padding: 0;
}
.sp_nav input[type="checkbox"].on-off:checked + ul {
	height: auto;
	padding: 3px;
}
.sp_nav .sp_nav_tel {
	font-size: 10px;
	text-indent: -0.5em;
}
.sp_nav .sp_nav_tel a.plain {
	color: #CC0000;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.top_nav_btn
{
	margin:0 auto;
	text-align:center;
	
	
	}
/*------------------------------------------
■ 新要素　イメージリストエリア（ライトボックス風　サムネイルクリックで拡大写真）
施工事例や店内・院内風景などにご使用ください。
------------------------------------------*/
.img_list_area_1, .img_list_area_2, .img_list_area_3 {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img_list_area_1 .thumbnail, .img_list_area_2 .thumbnail, .img_list_area_3 .thumbnail {
	clear: both;
	padding: 0px;
	margin: 0px auto;
	width: auto;
}
.img_list_area_1 .thumbnail img, .img_list_area_2 .thumbnail img, .img_list_area_3 .thumbnail img {
	padding: 0px 3px 3px 0px;
	width: 30%;
	max-width: 140px;
}
.img_list_area_1 .thumbnail_notes, .img_list_area_2 .thumbnail_notes, .img_list_area_3 .thumbnail_notes {
	font-size: 80%;
	text-align: right;
}
.img_list_area_1 .text_block, .img_list_area_2 .text_block, .img_list_area_3 .text_block {
	clear: both;
}
.img_list_area_1 .text_block img, .img_list_area_2 .text_block img, .img_list_area_3 .text_block img {
	display: block;
	margin: 0 auto;
	clear: both;
}
.img_list_area_1 table, .img_list_area_2 table, .img_list_area_3 table {
	width: 100%;
	margin: 10px auto;
}
.img_list_area_1 table th, .img_list_area_2 table th, .img_list_area_3 table th {
	width: 30%;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #cccccc;
}
.img_list_area_1 table td, .img_list_area_2 table td, .img_list_area_3 table td {
	width: 70%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
}


/* オーダー部分（商品詳細） */
.order_btn_warp {
 background-color: #f4f3e6;
    border-radius: 5px;
    box-shadow: 0 2px 2px #cccccc;
    clear: both;
    margin: 0 auto;
    padding: 5px;
}

.item_detail {
 background-color:#ffffff;
	padding: 5px;
 margin:5px;
	border-radius: 5px 5px 5px 5px;	
}

.order_btn01,.order_btn02 {
 background:url(../img/voice_bg.gif) no-repeat scroll bottom  transparent;
 background-color:#ffffff;
	padding: 5px;
 margin:5px;
	border-radius: 5px 5px 5px 5px;
}

.sub_title_c2 {
    border-bottom: 1px solid #8d9c71;
    border-left: 10px solid #8d9c71;
    font-weight: bold;
    line-height: 130%;
    margin: 5px auto;
    padding: 0 10px 5px;
}

.block_left2 {
    float: left;
    width: 100%;
    margin-bottom: -22px;
}
.kadomaru {
    width: 90% auto;
    padding: 23px;
    /* border: solid 2px #ccc; */
    border-radius: 25px 25px 25px 25px;
    background-color: #cbf39f;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 1.3em;
}
.kadomaru02 {
    width: 90% auto;
    padding: 23px;
    /* border: solid 2px #ccc; */
    border-radius: 25px 25px 25px 25px;
    background-color: #cbf39f;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 1.3em;
}


.section4  {
 font-style: oblique;
}



.Curriculum {
    margin: 0 auto;
    padding-top: 10px;
    font-size: 0.9em;
        padding-left: 18px;
    padding-right: 18px;
}

dl.Curriculum dl {
    margin: 0 auto;
    padding-top: 10px;
}
dl.Curriculum dt {
    float: left;
    width: 100px;
    padding: 2px 0 0 0;
    margin: 0 0 0 2px;
    text-indent: 3px;
    font-weight: bold;
}
dl.Curriculum dd {
    margin: 0;
    padding: 2px 0 2px 100px;
    border-bottom: #a6937c 1px dotted;
    word-wrap: break-word;
}

.section4  {
    background: url(../img/section_bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
      background-size: cover;
}

.section5  {
    background: url(../img/section_bg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
      background-size: cover;
}

.smalltex  {
    line-height: 2.5em;
    font-size: 0.95em;
    padding: 5px 7px 5px 5px;
    font-feature-settings: "palt";
    margin-left: 13px;
    border-left: 5px solid #d7f7ff;
    /* margin: 2em 0; */
    padding: 1em;
}


.box01 {
    padding-left: 20px;
    padding-right: 18px;
}

h5 {
    font-size: 1.5em;
    color: #4a88bf;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.aisatu {
padding: 19px;
}

h8 {
    background-color: #4e7d9e;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #CCCCCC;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    margin: 15px auto 10px;
    padding: 10px;
    text-align: center;
    margin-top: -20px;
}

.tits {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

/*------------------------------------------
■ メインビジュアル実験 main_sp01.jpg
------------------------------------------*/
#main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/sp/main_sp01.jpg) no-repeat center center;
    background-size: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0;
    z-index: 2;
}

#main_visual .a-txt {
    position: absolute;
    width: 271px;
    height: 71px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    animation-fill-mode: forwards;
}

#main_visual .a-txt .a-t-1 {
    background: url(../img/sp/main-visual-a-10.png) no-repeat;
    background-size: cover;
    width: 271px;
    height: 67px;
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    /* opacity: 0; */
    margin: auto;
    -webkit-animation-name: SpAnimationTxt1;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    -moz-animation-name: SpAnimationTxt1;
    -moz-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 2s;
    animation-fill-mode: forwards;
}

#main_visual .a-txt .a-t-2 {
    background: url(../img/sp/main-visual-a-20.png) no-repeat;
    background-size: cover;
    width: 271px;
    height: 68px;
    /* height: 21px; */
    bottom: 0;
    top: 46px;
    right: 0;
    left: 0;
    /* opacity: 0;*/
    margin: auto;
    -webkit-animation-name: SpAnimationTxt2;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2.2s;
    animation-fill-mode: forwards;
    margin-top: 10px;
}

.sprite {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.to-contact {
    width: 138px;
    height: 138px;
    background: url(../images/to-contact.png) no-repeat;
    position: fixed;
    right: 30px;
    bottom: 38px;
    z-index: 9998;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
}

#main_visual .arrow {
    background: url(../img/sp/m-v-arrow.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 13px;
    /*position: absolute;*/
    right: 0;
    left: 0;
    bottom: 18px;
    margin: auto;
}
/*------------------------------------------
■ メインビジュアル実験 main_sp02.jpg
------------------------------------------*/
#main_visual2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/sp/main_sp02.jpg) no-repeat center center;
    background-size: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0;
    z-index: 2;
}

#main_visual2 .a-txt {
    position: absolute;
    width: 285px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    animation-fill-mode: forwards;
}

#main_visual2 .a-txt .a-t-3 {
    background: url(../img/sp/main-visual-a-30.png) no-repeat;
    /*background-size: cover;*/
    width: 285px;
    height: 84px;
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    /* opacity: 0; */
    margin: auto;
    -webkit-animation-name: SpAnimationTxt1;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    -moz-animation-name: SpAnimationTxt1;
    -moz-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 2s;
    animation-fill-mode: forwards;
}

#main_visual2 .a-txt .a-t-4 {
    background: url(../img/sp/main-visual-a-40.png) no-repeat;
    background-size: cover;
    width: 271px;
    height: 68px;
    /* height: 21px; */
    bottom: 0;
    top: 46px;
    right: 0;
    left: 0;
    /* opacity: 0;*/
    margin: auto;
    -webkit-animation-name: SpAnimationTxt2;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2.2s;
    animation-fill-mode: forwards;
    margin-top: 10px;
}

.sprite {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.to-contact {
    width: 138px;
    height: 138px;
    background: url(../images/to-contact.png) no-repeat;
    position: fixed;
    right: 30px;
    bottom: 38px;
    z-index: 9998;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
}

#main_visual2 .arrow {
    background: url(../img/sp/m-v-arrow.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 13px;
    /*position: absolute;*/
    right: 0;
    left: 0;
    bottom: 18px;
    margin: auto;
}

/*------------------------------------------
■ メインビジュアル実験 main_sp03.jpg
------------------------------------------*/
#main_visual3 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/sp/main_sp03.jpg) no-repeat center center;
    background-size: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0;
    z-index: 2;
}

#main_visual3 .a-txt {
    position: absolute;
    width: 271px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    animation-fill-mode: forwards;
}

#main_visual3 .a-txt .a-t-5 {
    background: url(../img/sp/main-visual-a-50.png) no-repeat;
    background-size: cover;
    width: 271px;
    height: 80px;
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    /* opacity: 0; */
    margin: auto;
    -webkit-animation-name: SpAnimationTxt1;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    -moz-animation-name: SpAnimationTxt1;
    -moz-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 2s;
    animation-fill-mode: forwards;
}

#main_visual3 .a-txt .a-t-6 {
    background: url(../img/sp/main-visual-a-40.png) no-repeat;
    background-size: cover;
    width: 271px;
    height: 68px;
    /* height: 21px; */
    bottom: 0;
    top: 46px;
    right: 0;
    left: 0;
    /* opacity: 0;*/
    margin: auto;
    -webkit-animation-name: SpAnimationTxt2;
    -webkit-animation-duration: .5s;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 2.2s;
    animation-fill-mode: forwards;
    margin-top: 10px;
}

.sprite {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.to-contact {
    width: 138px;
    height: 138px;
    background: url(../images/to-contact.png) no-repeat;
    position: fixed;
    right: 30px;
    bottom: 38px;
    z-index: 9998;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
}

#main_visual3 .arrow {
    background: url(../img/sp/m-v-arrow.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 13px;
    /*position: absolute;*/
    right: 0;
    left: 0;
    bottom: 18px;
    margin: auto;
}

/*------------------------------------------
■ スライドイン要素
------------------------------------------*/
.box-wrap {
    /*width: 640px;*/
    /*margin: 50px auto;*/
    display: none;
}

.box-wrap p {
    display: inline-block;
    width: 215px;
    margin: 0 5% 0 0;
    padding: 50px 20px;
    background: #fff;
    color: #666666;
}

.sp_ok{
    margin-bottom: 45px;
}

/*------------------------------------------
■ お試しオーダーCSS
------------------------------------------*/
#inqArea02 {
    background: #80c269;
}

#inqArea02 .inqInner {
    width: 96%;
    padding: 0 2%;
}

#inqArea02 h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

#inqArea02 h4 {
    border: #b7d0b7 5px solid;
    background: #fff;
    color: #4d7a45;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 1px 5px;
    margin: 0 0 20px;
}

.fontL {
    font-size: 1.6em !important;
}


#inqArea02 h4 {
    font-size: 1.4em;
}

.pcDisp {
    display: none !important;
}

#inqArea02 .tel {
    width: 100%;
    margin: 0 0 10px;
    float: none;
}

#inqArea02 .btnContact {
    width: 100%;
    margin: 0 0 -10px;
    float: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/*------------------------------------------
■ お試し 三つの特徴
------------------------------------------*/
.index-3 .ttl-area {
    background: #f0f0f0;
    width: 100%;
    height: 82px;
    position: relative;
    display: block;
    margin: auto;
}
.index-3 .ttl-area h2 {
    width: 257px;
    height: 44px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-3 .ttl-area h2 .index-ttl-3 {
    background: url(../img/sp/index-ttl-3-1.png) no-repeat;
    width: 257px;
    height: 44px;
    background-size: cover;
    position: absolute;
    margin: auto;
}
/*------------------------------------------
■ お試し 三つの特徴 画像調節
------------------------------------------*/
.index-3 .ov_box {
    height: auto;
    width: 100%;
}
.index-3 .ov_box .ov_box_img.img_1 {
    background: url(../img/index-img-1.jpg) no-repeat center center;
    background-size: cover;
}
.index-3 .ov_box .ov_box_img {
    width: 100%;
    height: 215px;
    float: none;
}
.index-3 .ov_box .ov_box_txt {
    width: 100%;
    height: auto;
    /* background: #f6fae9; */
    background: #fff;
    margin: 0 auto;
    float: none;
    padding: 22px 0;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl {
    position: relative;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .merit-1, .index-3 .ov_box .ov_box_txt .ov_box_ttl .merit-2, .index-3 .ov_box .ov_box_txt .ov_box_ttl .merit-3 {
    display: none;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .sp-merit-1 {
    background: url(../img/sp/merit-1.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 35px;
    margin: auto auto 16px;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .t_1 {
    background: url(../img/sp/index-ttl-5.png) no-repeat;
    background-size: cover;
    width: 249px;
    height: 39px;
    margin: auto auto 17px;
    line-height: 1;
}
.sprite {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.index-3 .ov_box .ov_box_txt p {
    /*text-align: justify;*/
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    padding: 0 15px;
}
/*------------------------------------------
■ お試し 三つの特徴 画像調節　2枚目
------------------------------------------*/

.index-3 .ov_box .ov_box_img.img_2 {
    background: url(../img/index-img-2.jpg) no-repeat center center;
    background-size: cover;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .sp-merit-2 {
    background: url(../img/sp/merit-2.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 35px;
    margin: auto auto 16px;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .t_2 {
    background: url(../img/sp/index-ttl-6.png) no-repeat;
    background-size: cover;
    width: 249px;
    height: 39px;
    margin: auto auto 17px;
    line-height: 1;
}
/*------------------------------------------
■ お試し 三つの特徴 画像調節　3枚目
------------------------------------------*/
.index-3 .ov_box .ov_box_txt .ov_box_ttl .sp-merit-3 {
    background: url(../img/sp/merit-3.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 35px;
    margin: auto auto 16px;
}
.index-3 .ov_box .ov_box_txt .ov_box_ttl .t_3 {
    background: url(../img/sp/index-ttl-7.png) no-repeat;
    background-size: cover;
    width: 249px;
    height: 39px;
    margin: auto auto 17px;
    line-height: 1;
}
.index-3 .ov_box .ov_box_img.img_3 {
    background: url(../img/index-img-3.jpg) no-repeat center center;
    background-size: cover;
}

/*------------------------------------------
■ こんなご要望ございませんか？ タイトル
------------------------------------------*/
.index-1 .ttl-area {
    /*background: #f0f0f0;*/
    width: 100%;
    height: 82px;
    position: relative;
    display: block;
    margin: auto;
}
.index-1 .ttl-area h2 {
    width: 257px;
    height: 44px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-1 .ttl-area h2 .index-ttl-1 {
    background: url(../img/sp/index-ttl-3-20.png) no-repeat;
    width: 257px;
    height: 44px;
    background-size: cover;
    position: absolute;
    margin: auto;
    margin-top: -10px;
}

#contentsBox03Left {
padding: 5% 5% 5% 5%;
    margin-top: -28px;
}
/*------------------------------------------
■ 浄福寺のご葬儀 タイトル
------------------------------------------*/
.index-2 .ttl-area {
    background: #f0f0f0;
    width: 100%;
    height: 82px;
    position: relative;
    display: block;
    margin: auto;
}
.index-2 .ttl-area h2 {
    width: 300px;
    height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-2 .ttl-area h2 .index-ttl-2 {
    background: url(../img/sp/index-ttl-3-30.png) no-repeat;
    width: 300px;
    height: 44px;
    background-size: cover;
    position: absolute;
    margin: auto;
    margin-top: -10px;
}
/*------------------------------------------
■ お問い合わせ タイトル
------------------------------------------*/
.index-4 .ttl-area {
    background: #f0f0f0;
    width: 100%;
    height: 82px;
    position: relative;
    display: block;
    margin: auto;
}
.index-4 .ttl-area h2 {
    width: 300px;
    height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-4 .ttl-area h2 .index-ttl-4 {
    background: url(../img/sp/index-ttl-3-40.png) no-repeat;
    width: 300px;
    height: 44px;
    background-size: cover;
    position: absolute;
    margin: auto;
    margin-top: -10px;
}
/*------------------------------------------
■ こんなお悩みございませんか
------------------------------------------*/

#contentsBox03Left ul li {
    color: #246950;
    font-size: 1em;
    font-weight: bold;
    border-bottom: #246950 2px dotted;
    padding: 0 0 10px;
    margin: 0 0 10px;
}