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

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
	color: #080808;
        background: url("../img/bg03.gif") repeat scroll center 0 transparent;
}
html.pp {
    color: #612b2b;
    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 #3eb370;
	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;
}

.section,.section_top  {

			display: block;
	    padding: 10%;
	    margin: auto;
	}

	.section_top {
			    background-color: #00a381;
	}


.section02 {
	margin: 20% auto 5%;
	display: block;
}

.section03 {
	margin: 20% auto 5%;
	width:90%;
	display: block;
}

.section_pa {
	margin: 20% auto 5%;
	width:90%;
	display: block;

}

hr {
    margin: 20px 0;
}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #2f2f34;
	text-decoration: none;
}
a:hover {
	color: #bf0435;
	text-decoration: none;
}

/*------------------------------------------
■お問い合わせボタン
------------------------------------------*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: linear-gradient(#3eb370,#30ecdd);
  color: #FFF;
  border-bottom: solid 4px #5c775c;
  border-radius: 10px;
  width: 300px;
  height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}
.btn-square a {
  color: #fff;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square::before {
content:'\f0e0';
    	font-family:'Font Awesome 5 Free';
    	font-weight:900;
      color: #fff;
      padding: 2%;
  }

  .btn-square-bavi {
		letter-spacing: 0.2em;
		font-family: serif;
		font-size: 20px;
    letter-spacing: 0.1em;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient( #fff,#f5f5f5);
    padding: 2%;
    text-decoration: none;
    color: #3eb370;
    border-bottom: solid 4px #5c775c;
    border-radius: 10px;
    width: 62vw;
    height: 25px;
    position: relative;
    left: 90px;
    top: 2px;

  }
  .btn-square-bavi:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }

  .btn-square-bavi:before {
  content:'\f0e0';
      	font-family:'Font Awesome 5 Free';
      	font-weight:900;
        color: #3eb370;
        padding: 2%;
    }

.order_btn {
    position: relative;
}
.n_order_mail {
				color: #263828;
      margin-top: 3%;
  font-family: serif;
  font-size: 30px;
  display: inline-block;
padding: 0.7em 1em 0.2em 1em;
  text-decoration: none;
	background: -moz-linear-gradient(top, #f39800, #ffdb55);
  background: -webkit-linear-gradient(top, #f39800, #ffdb55);
  background: linear-gradient(to bottom, #f39800, #ffdb55);
	  border-bottom: solid 6px #fff;
  width: 80%;
height: 40px;
text-align: center;
letter-spacing: 0.1em;
margin-bottom: 5%;
}





.btn-order_tel  {
      margin-top: 3%;
  font-family: serif;
  font-size: 30px;
  display: inline-block;
padding: 0.7em 1em 0.2em 1em;
  text-decoration: none;
	background: -moz-linear-gradient(top, #f33f00, #ff9955);
  background: -webkit-linear-gradient(top, #f33f00, #ff9955);
  background: linear-gradient(to bottom, #f33f00, #ff9955);
	  border-bottom: solid 6px #fff;
	  color: #263828;
  width: 80%;
height: 40px;
text-align: center;
letter-spacing: 0.1em;
}
.btn-order_tel:before {
content:'\f2a0';
    	font-family:'Font Awesome 5 Free';
    	font-weight:900;
      color: #263828;
      padding: 2%;
  }



	.btn-order:before {
	content:'\f0e0';
	    	font-family:'Font Awesome 5 Free';
	    	font-weight:900;
	      color: #263828;
	      padding: 2%;
	  }










.btn-order:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}



/*------------------------------------------
■ リンク画像の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;
}

.block_r_txt {
width: 100%;
}

.block_r_txt img {
  float: right;
  width: 47%;
  padding-left: 10px;
}

.block_r_txt p {
	text-align: justify;
margin-bottom: 10px;
margin-left: 10px;
}

.block_l_txt {
width: 100%;
}

.block_l_txt img {
  float: left;
  width: 47%;
  padding-right: 10px;
}

.block_l_txt p {
	text-align: justify;
margin-bottom: 10px;
margin-right: 10px;
}


/*------------------------------------------
■ テキスト間隔
------------------------------------------*/
.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;}

.txt_p {
	text-align: left;
    margin: 2% 0% 0% 0%;
    }

/*------------------------------------------
■ 枠　1.枠なし　２～４枠のみ　５～７バック有
------------------------------------------*/
.circle{padding:10px; margin:0 5px;}
.circle2{border: solid 1px #080808; margin:10px auto 20px; padding:10px 10px;}
.circle3{border: dottid 1px #a7d0c5; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}
.circle4{border: double 5px #a7d0c5; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}


.circle5{background-color:#a5c6c3;
padding: 20px 20px;
margin: 0px auto 0px;}

.circle5_2{background-color:#ceeeeb;
padding: 20px 20px;
margin: 0px auto 0px;}


/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_red{color:#c82a00;}

.txt_blue {
	color: #0066cc;
}
.txt_white {
	color: #ececec;
}
.txt_keycolor {
	color: #d24242;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
.txt_serif{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {

}
.sp_none {

}

.pad_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%;
}

/*------------------------------------------
■ ipad切り替え用
------------------------------------------*/



/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size:1.2em;
 line-height:1.8em;
}
#wrap2 {
	margin: 0px auto 0;
	text-align: left;
	width: 1000px;
}

#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 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main02 {
        width: 90%;
	margin: 0 auto;
        padding: 0;
}

.main_w {
        background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
	margin: 0 auto;
        padding:0 5% ;
        color:#3eb370;
}

/*------------------------------------------
■TOP画像エリア
------------------------------------------*/






/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.txt_li {
	padding-top: 20px;
}

.txt_li li{
	font-family: serif;
  display: inline-block;
  width: 30%;
  margin: 0px 4px 10px 0px;
  padding: 20px 0px 20px 0px;
  background-color: #dc93ac;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}



.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;
        color:#3eb370;
	margin: 10px auto;
	padding: 10px;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px;

}


.date_back {
 display: block;
  background-color:#00a381;
  color: #fff;
  font-weight: bold;
  padding: 1%;
}
.block_right p {
  padding: 1%;
}


/*------------------------------------------
■ h1 h2
------------------------------------------*/

h1 {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.h1_txt {
	display: block;
	margin: 0;
	padding: 4px 10px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: none;
}
/*------------------------------------------
■お申込みエリア
------------------------------------------*/
.order01 {
    clear: both;
    margin: 0 auto;
    padding-bottom: 3%;
    position: relative;
    width: 100%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.n_order_area{
	width:100%;
	display: block;
	margin:0 auto;
	padding-top:3%;
}

.n_order_p {
	padding-top: 5%;
color: #080808;
font-size: 1.2em;
display: block;
text-align: center;
margin: 0 auto 1%;
}

.n_order_left{
    color: #080808;
	width:50%;
	float: left;
}

.n_order_right{
    color: #080808;
	width:50%;
	float: right;
	line-height: 120%;
}


.left_order{
	width: 80%;
	margin: auto;
}



.right_order {
width: 100%;
    padding-top: 2%;

}
.temple_sn {
  font-family: serif;
  width: 27%;
  font-size: 18px;
	position: relative;
	    top: -44px;
	    left: 59px;
  letter-spacing: 0.5em;
}
.temple_sn span{
  position: relative;
  top: 6px;
}


.temple_name{
	width: 50%;
	float: left;
	font-size: 33px;
	position: relative;
	padding: 5% 0;
	letter-spacing: 0.3em;
	right: 3%;
}

.temple_name_d {
padding-bottom: 3%;
}




.temple_name_y {
	font-size: 10px;
padding: 5% 0;
letter-spacing: 1em;
position: absolute;
top: -30px;
}



h3.copy {
	display: none;
}
.order_area {
}
/*　▼営業時間▼　*/
.order p.txt_cap, .order p.order_time {
	display: none;
}
/*　▼TEL番号エリア▼　*/
.order_tel {
}
.txt_tel {
	font-family: sans-serif;
	color: #3eb370;
	cursor: default;
	display: inline-block;
	font-size: 300%;
	font-weight: bold;
	margin: auto;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 2%;
}

.txt_tel:before{
  font-family:'Font Awesome 5 Free';
  content:'\f2a0';
  float: left;
    font-weight: 900;
  padding-right: 2%;
 display: -webkit-flex;
 display: flex;
}

.txt_tel a {
	font-family: sans-serif;
	color: #3eb370;
	cursor: default;
	display: inline-block;
	font-size: 300%;
	font-weight: bold;
	margin: auto;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 2%;
}

.temple_tel {
    text-align: center;
}



a:hover {color: #3eb370;}

/*　▼ボタンエリア▼　*/
/*　.order_btn {
	margin: 0 auto;
    width: 55vw;
}*/

.order_mail {
    display: block;
    margin: 7% auto 0;
    width: 100%;
}
.order_bg{
      background: url(../img/order_bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    height: 100%;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg', sizingMethod='scale')";
}

@media screen and (min-width : 600px) and (max-width: 1001px) {/*スマフォ・タブレット用*/
	.order_bg{
		background-attachment: scroll;
	}
}





.order_mail2 {
    bottom: 111px;
    display: block;
    left: 549px;
    position: relative;
    width:0px;
    height:0px;
}
.order_btn {
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 120%;
    margin: 0 auto 0px;
    padding: 1%;
}

h4.title_w {
    text-align: center;
    color: #080808;
    border-bottom: 1px solid #dc93ac;
    padding: 40px 0px 10px 0px;
    font-size: 23px;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.title_l {
   font-family:serif;
    font-size:30px;
    letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 5%;
    text-align: center;
    letter-spacing: 0.3em;
  }

  .title_l_02 {
     font-family:serif;
      font-size:36px;
      letter-spacing: 0.2em;
      color: #00a381;
      padding-bottom: 5%;
      text-align: center;
      letter-spacing: 0.3em;
    }


.title_l p {
     font-family:serif;
    font-size:36px;
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
		 line-height: 1.8em;
}

.title_top {
  font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    line-height: 1.8em;
      letter-spacing: 0.3em;
}

.title_top span {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.title_c{
       background:none;
       margin-top:0;
	   text-align: center;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #3eb370;
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0 0;
	}

/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
    background-color: #3eb370;
    font-size: 21px;
    font-weight: bold;
    line-height: 130%;
    margin-right: 2%;
    font-family: YuMincho, 'Yu Mincho', serif;
    color: #fff;
    float: left;
    padding: 1.5% 3%;
    border-radius: 2%;
    width: 30%;
    text-align: center;
}

.sub_title_a02 {
    background-image: url(../img/title_icon_sp.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 130%;
    margin: 5px auto;
    padding-left: 36px;
    font-size: 18px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.sub_title_b {
line-height: 1.8em;
letter-spacing: 0.2em;
color:#00a381;
  font-size: 25px;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}






.sub_title_b02 {
border-bottom: solid 2px #91b7c7;
	font-weight: bold;
	line-height: 130%;
	margin: 5px auto;
	padding: 5px 0;
        font-size: 18px;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.sub_title_b_2{
background-image: url("../img/icon.gif");
background-position: left center;
background-repeat: no-repeat;
border-bottom:1px dotted #f3f0e6;
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 #f3f0e6;
margin: 10px auto;
padding: 1px 0 5px;
text-indent:40px;
font-size:120%;
font-weight:bold;
}

.sub_title_e {
background-color:#89aa77;
font-size:120%;
line-height: 130%;
margin-top: 3%;
padding: 10px 18px 6px;
box-shadow: 2px 2px 2px#666;
color:#080808;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: bold;
}
.sub_title_d {
  letter-spacing: 0.1em;
  background-color: #2f2f34;
  color: #fff;
  font-size: 24px;
  padding: 2% 0% 2% 0%;
  margin: auto;
  text-align: center!important;
  display: inline-block;
  width: 100%;
	margin: 2% auto;
}

.sub_title_d p {
    text-align: center!important;
  padding: 0;
  margin: auto;
}
.sub_title_d p {
  padding: 0;
  margin: auto;
}

.sub_title_d2 {
  letter-spacing: 0.1em;
  background-color: #2f2f34;
  color: #fff;
  font-size: 24px;
  padding: 2% 0% 2% 0%;
  margin: auto;
  text-align: center!important;
  display: inline-block;
  width: 100%;
	margin: 2% auto;
}

.sub_title_d2 p {
    text-align: center!important;
  padding: 0;
  margin: auto;
}


.sub_title_f {
	background-color: #F8F3E7;
	border-left: 15px solid #f3f0e6;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #3eb370000;
	line-height: 130%;
	margin: 5px 0 5px;
	padding: 8px 10px 6px;
}
.sub_title_bg {
	background-color: #F8F3E7;
	color: #3eb370000;
	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: #f3f0e6;
	border-right-color: #f3f0e6;
	border-bottom-color: #f3f0e6;
	border-left-color: #f3f0e6;
}


.txt_box {
	margin: auto;
    border: 2px dashed #548859;
    border-radius: 10px;
    width: 90%;
    padding: 2%;
}

.txt_box_mini {
    border: 2px dashed #548859;
    border-radius: 10px;
    padding: 2%;
}

.txt_box_mini p {
  font-family: serif;
	line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size: 22px;
  text-align: center;
	margin-bottom: 2%;
}








/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
        color: #3eb370;
	padding: 4px 4px 4px 24px;
}

ul.type_2_2{
  list-style-type : disc;
  list-style-position : outside;
  margin : 0;
    padding-left: 20px;
}

ul.asterisk li {
  list-style-type: none;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	margin: 10px auto;
	padding: 10px;
}
/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.txt_li li{
  display: inline-block;
width: 32%;
  background-color: #dc93ac;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}


.txt_icon_li li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 43%;
	height: 320px;
	margin: 0px 4px 10px 0px;
	padding: 4% 2% 0% 2%;
	background-color: #fff;
	text-align: center;
	border: solid 5px #dc93ac;
	border-radius: 20px;
	font-size: 24px;
	color: #000;
}

.txt_icon_li li:nth-child(2n){
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 43%;
	height: 320px;
	margin: 0px 4px 10px 0px;
	padding: 4% 2% 0% 2%;
	background-color: #fff;
	text-align: center;
	border: solid 5px #ccc;
	border-radius: 20px;
	font-size: 24px;
	color: #000;
}


.tit_icon h4:after{
content:"";
display:inline-block;
width:1em;
height:1em;
background:url(../img/icon_pink.png) no-repeat scroll 0 0;
background-size:contain;
position: absolute;
top: 77px;
left: 155px;

}


.tit_icon p {
word-wrap: break-word;
padding: 12% 2% 0% 3%;
text-align: left;
line-height: 1.8em;
font-size: 16px;
font-family: serif;
}



.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;
}
.txt_center{ text-align:center;}

.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 #f3f0e6;
	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: #f3f0e6;
	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 #f3f0e6;
	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 #f3f0e6;
	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;
}

/*------------------------------------------
■ 表
------------------------------------------*/
.box_etc_01 {
  width: 100%;
  text-align: center;

}

.box_etc_01 th:first-child {
border-right: 2px solid #fff;
}

.box_etc_01 th {
  padding: 1%;
  text-align: center;
  background-color: #00a381;
  border: 2px solid #00a381;
  color: #fff;
  font-size:24px;
  letter-spacing: 0.2em;
}


.box_etc_01 td {
  color: #00a381;
  font-size:20px;
  padding: 2%;
   border: 2px solid #00a381;

}
.box_etc_02 {
  width: 100%;
  text-align: center;

}


.box_etc_02 th {
  padding: 1%;
  text-align: center;
  background-color: #00a381;
  border: 2px solid #00a381;
  color: #fff;
  font-size:24px;
  letter-spacing: 0.2em;
}


.box_etc_02 td {
  color: #00a381;
  font-size:20px;
  padding: 2%;
   border: 2px solid #00a381;
     letter-spacing: 0.2em;

}
.box_etc_03 {
  padding: 2%;
  background-color: #00a381;
}
.box_etc_03 h4 {
  color: #fff;
  font-size:24px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 2%;
}
.box_etc_03 p {
    color: #fff;
    text-align: center;
}

.box_etc_04 h4 {
  color: #00a381;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.3em;
  border-bottom: 2px solid #00a381;
  padding-bottom: 0.5em;
  margin-bottom: 2%;
}

hr {
  border:2px solid #fff;
    margin: 20px 0px  20px 0px;
}













/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left0 {

}

.block_right0 {
float: right;
width: 50%;
}




.block_left02 {
    float: left;
    width: 40%;
}

.block_right02 {
	float: right;
	width: 59%;
}

.block_txt{
	color:#080808;
	padding:10%;
	font-size: 100%;
	line-height: 180%;
}

/*------------------------------------------
■ マージン設定
------------------------------------------*/
.margin_1 {
  margin-top: 1%;
}

.margin_2 {
  margin-top: 2%;
}

.margin_3 {
  margin-top: 3%;
}

.margin_4{
    margin-top: 4%;
}
.margin_5 {
  margin-top: 5%;
}
.margin_6 {
  margin-top: 6%;
}

.margin_10 {
  margin-top: 10%;
}

.margin_20 {
  margin-top: 20%;
}









.flex_box{
	display:flex;
}

.block_right img{padding-right:0px;}
.room {
	padding: 15px;
}

.btn{
	background-color:#3eb370;
	padding:1%;
	border-radius: 5px;
	float: right;
}
.btn a{	color:#fff;}
.btn a:hover{color:#A79414;}

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 400px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 10px auto 30px;
	width: 100%;
}
.table01 th img{
    width:100%;
}
.table01 th {
	background-color: #fbfaf7;
        color: #3eb370;
	padding: 5px 5px;
	text-align: left;
	width: 25%;
	border: 1px solid #cccccc;
}
.table01 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.table02 {
	margin: 10px auto;
	width: 100%;
}
.table02 th {
	background-color: #EFEFEF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	width: 30%;
	border: 1px solid #cccccc;
}
.table02 td {
	padding: 10px;
	font-size:90%;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
        color: #3eb370;
}

.table03 {
	font-size: 70%;
	margin: 0 auto;
	width: 100%;
}
.table03 th img{
    width:100%;
}
.table03 th {
	background-color: #fbfaf7;
        color: #3eb370;
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid #cccccc;
}
.table03 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
        color: #612b2b;
}
/*------------------------------------------
■ 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: 100px auto;

}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #f5f5f5;
	margin: 15px auto;
	width: 100%;
}
.inq_box {
	border-bottom: 1px dashed #f5f5f5;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	width: 100%;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {

    float: left;
    font-weight: bold;
    line-height: 150%;
    margin-top: 20px;
    padding-left: 12px;
    width: 30%;
	text-align: left;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 20px;
	width: 60%;
	text-align: left;

}
input, textarea, select {
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	text-align: center;
	margin: 100px auto 100px;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	border-top:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
	color: #3eb370000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}

.footer_btn:first-child {
	border-bottom:none;
}
#footer a {
	font-size: 14px;
}

#wrap2>footer  {
		margin: 100px auto 0px;
}

.copyright {
	    font-size: 13px;
	    text-align: center;
	    padding: 10px 0px 10px 0px;
	    color: #36633a;
			background-color: #fff;
}

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

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

/*------------------------------------------
■ サブページ共通
------------------------------------------*/

/* 別々に指定したければ、分けてください*/

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
  color:#080808;
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.sub_page_h span {
  background: linear-gradient(transparent 50%,#d6f2e2 0%);
  font-weight: bold;
}


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



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


/*------------------------------------------
■ 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top {
	display: none;
}
#go_top a {
	display: none;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav {
	display: none;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
button  {
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
}


.sp_nav {

	border-top: 1px solid #fff;
	background-color: #fff;
	height: 60px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}


.tel_tap {
		font-family: serif;
		    border-bottom: solid 2px #263828;
	    color: #263828;
	letter-spacing: 0.1em;
	width: 62%;
	height: 40px;
    font-size: 20px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
		background: -moz-linear-gradient(top, #f33f00, #ff9955);
	  background: -webkit-linear-gradient(top, #f33f00, #ff9955);
	  background: linear-gradient(to bottom, #f33f00, #ff9955);
  }

.tel_tap span {
    font-size: 18px;

}
	.mail_tap {
		    border-bottom: solid 2px #263828;
			letter-spacing: 0.1em;
		font-family: serif;
    color: #263828;
		width: 30%;
		height: 40px;
	    font-size: 20px;
	    position: fixed;
    bottom: 10px;
	    left:20px;
	    z-index: 100;
			background: -moz-linear-gradient(top, #f39800, #ffdb55);
		  background: -webkit-linear-gradient(top, #f39800, #ffdb55);
		  background: linear-gradient(to bottom, #f39800, #ffdb55);

	  }

	.mail_tap span {
		    font-size: 18px;

		}
.sp_nav .sp_menu_title label {
	float: left;
  padding: 5px 10px 0px 10px;
}
.sp_nav .sp_menu_title label img {
	max-width:40px;
}
.sp_nav input[type="checkbox"].on-off {
	display: none;
}

.txt_tel_f {
	font-family: serif;
    color: #fff;
    cursor: default;
    display: block;
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
    position: relative;
    top: 0px;
		 left: 173px;
    text-indent: 2%;
		padding: 2%
}


.temple_tel_f  {
    text-align: left;
}

.txt_tel_f:before{
	content:'✆';
	font-size: 120%;
	float: left;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}



.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.969%;
    padding: 0px;
    padding-left: 0px;
    max-height: 30px;
    font-size: 14px;
}
}
.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;
}

/*------------------------------------------
■ 2カラム画像背景
------------------------------------------*/
h5.length01{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 1.4em;
    line-height: 1.4em;
    margin: 0 auto 50px;
    padding: 10px;
    font-weight: bold;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

h5.length02{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 2.9em;
    line-height: 1.4em;
    margin: 0 auto 50px;
    padding: 10px;
    font-weight: bold;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.two_box01{
    background:url(../img/box_bg01.jpg);
    background-size:cover;
    margin-bottom: 20px;
    padding-top: 30px;

}

.two_box01 p{
    background: rgba(178,186,108,0.9);
    padding: 30px 20px;
    color: #fff;
}

.two_box02{
    background:url(../img/box_bg02.jpg);
    background-size:cover;
    margin-bottom: 20px;
    padding-top: 30px;
}

.two_box02 p{
    background: rgba(108,186,150,0.9);
    padding: 30px 20px;
    color: #fff;
}

/*------------------------------------------
■ 画像背景のご要望
------------------------------------------*/
.list_img{
    background:url(../img/list_box_bg.jpg)no-repeat left bottom;
    background-size:cover;
    padding:40px 0;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
    }

.list_img img{
    width:60%;
}

/*------------------------------------------
■ 沿革用タイトル
------------------------------------------*/
.history_tit{
    font-weight:bold;
}

/*------------------------------------------
■ ご要望（巻物）
------------------------------------------*/
.list_box04{
    background: #7676a6;
    padding: 20px 0;
    margin: 0 auto;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}

.list_box04_inner{
        background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
        color: #3eb370;
        padding:20px 0 ;
}

.check{
    text-align: left;
    margin: 0 auto;
}

.check li{
    background: url(../img/check.png) no-repeat scroll 0 0;
    background-size: auto auto;
    background-size: 23px;
    padding-left: 30px;
    margin: 20px 30px;
    font-size: 12pt;
    font-family: serif;
}

/*------------------------------------------
■ ご要望（付箋）
------------------------------------------*/
.check_02{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.check_02 li {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 1%;
    margin:  2%;
  color: #242424;
}

.check_02 li:before{
  content:'\f00c';
  	font-family:'Font Awesome 5 Free';
  	font-weight:900;
    color:#00a381;
    padding: 2%;
}


.check_02 li:first-child{
   padding-top: 5%;
}
.check_02 li:last-child{
   padding-bottom: 5%;
}
/*------------------------------------------
■ ご要望（2列）
------------------------------------------*/
.check_03 ul li {
    background: url(../img/check_sp.png) no-repeat 15px center;
    font-size: 12pt;
    padding: 20px 0 18px 40px;
    line-height: 130%;
    font-family: serif;
    color: #3eb370;
    text-align:left;
    border-bottom: 1px #3eb370 dotted;
}
/*------------------------------------------
■ Q&A
------------------------------------------*/
.active02{
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.menu-box .menu-btn {
    position: absolute;
    right: -2%;
    margin-top: 4%;
    z-index: 2;
}
.menu-box ul {
  display: none;
  width: 100%;
  background-color: #fff;
	color:#5a5a5a;
}
.menu-box ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 1em 0.7em;
    color: #5a5a5a;
    font-size: 1em;
    font-weight: bold;
}
.menu-box ul li:first-child a {
 text-align: center;
 border-bottom: none;
 color:#000;
 border-bottom: 1px solid #ccc;
 font-size: 120%;
 content:' ';
}

.menu-box .bdrl a:after {
 content:'＞';
 font-size: 100%;
 float: right;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.menu-btn:before {
 content:'≡';
  color: #000;
  font-size: 3.0rem;
}
.menu-btn.active:before {
 content:'×';
 font-size: 3.0rem;
}



.menu-btn span {
    position: relative;
    top: 10px;
    right: 48px;
    font-size: 90%;
}


.info_box{
	position: fixed;
	width: 100%;
	line-height: 100%;
	text-align: left;
	display: block;
	background-color: #fff;
	bottom: 0px;
}

.phone_box {width:50%;
background-color:#79517e;
	float: left;
	text-align: center;
    padding: 5% 0 4%;
}

.phone_box a{color:#fff;}

.mail_box{width:50%;
background-color:#297ba2;
	float: left;
	text-align: center;
    padding: 5% 0 4%;
}
.mail_box a{color:#fff;}


/*------------------------------------------
■ PR
------------------------------------------*/
.pr_area{
    background:#3eb370;
    color: #fff;
    padding:0 5%;
}

.pr_area table th, .pr_area table td{
        vertical-align: top;
        border: none;
        font-weight:bold;
}


/*------------------------------------------
■ 白BOX
------------------------------------------*/
.w_box{
    background-color: rgba(255,255,255,0.7);
    margin:0 0 20px;
    padding: 10px;
}

/*------------------------------------------
■ 動画
------------------------------------------*/
.movie_in {
	display: block;
	height: 240px;
	margin: 0 auto;
	width: 100%;
}





	.pad_on{
		display:block;
		margin: 0 auto;
	}


/*------------------------------------------
■ FLEX BOX
------------------------------------------*/
.flex_container{
    display:flex;
  -webkit-justify-content: space-between ; /* Safari */
  justify-content:         space-between ;
    padding:10px 0;
}

.flex_unit01{
    background: #fff;
    margin:10px;
    padding:20px;
    border:1px solid #0b3471;
    flex: 1 1 0;
}




.flex_unit02{
    width:50%;
     padding: 0 10px;
    background: url(../img/arrow01.png) no-repeat;
    background-position:right center;
}

.flex_unit03{
    width: 33.333%;
    flex: 1 1 0;
}

.flex_unit03:first-child {
padding-right: 10px;
}
.flex_unit03:last-child {
padding-left: 10px;
}


.flex_unit04 {
  padding-left: 10px;
  background-position:right center;
  width: 33%;
display: block;
}

.flex_unit04:first-child {
  padding-left: 0px;
}

.flex_unit02 img, .flex_unit03 img{
    width:100%;
}


.flex_unit02:nth-of-type(4) {
    background:none;
    padding-right:0;
}

.flow{
    background:#fff;
    padding:20px;
    margin:10px;
    border:1px solid #7a5f2c;
}

.flow h2{
    font-weight:bold;
}

.flow p{
    font-size:16px;
    line-height: 150%;
}

.flow img{
    width:100%;
    padding-top:10px;
}


.tel_top {
    width: 80%;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 0 20px;
    background-color: #3eb370;
    margin:0  auto 0%;
        margin-bottom: auto;
    border-radius: 255px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#fff;
	position: relative;
	top:-47px;
}

.telbox {
	margin: 10px auto;
	clear: both;
    padding: 1% 0% 1%;
	width:79%;
	margin-top: 40px;
}

.top_btn{
background-color: #d6a945;
color: #080808;
border-radius: 10px;
padding: 4% 4% 4%;
box-shadow: 5px 5px 0px #4a380f;
display: block;
width: 85%;
margin-top: -4%;
text-align: center;
font-size: 1.5vw;
margin: 1% 0 0;
}

.top_tel{
height: 0px;
display: block;
}

.top_telno{
    display: block;
    font-size: 3vw;
	font-weight: bold;
	color:#3eb370;
white-space: nowrap
}

.telbox_in {
    background-color: #fff;
	padding: 0% 5% 7%;
    border-radius: 25px 25px 25px 25px;
    border: 9px double #3eb370;

}

.sogi_txt{
    padding-left: 0px;
    padding-top: 10px;
    line-height: 180%;
	text-align: center;
	margin-top: 0px;
	font-size: 120%;
	font-weight: bold;
	font-family: serif;
}
