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

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/

html.pp {
    color: #242424;
    background: #fff;
}


#top img,#top02 img,#top03 img{
        width:100%;
}

#top h2 {
}

.top_bg{
   /* background: #fff;*/
    width: 100%;
    background-size:cover;
}



* {
	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;
}

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;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%;
 max-width:100%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}



button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

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


/*------------------------------------------
■ 枠　1.枠なし　２～４枠のみ　５～７バック有
------------------------------------------*/
.circle{padding:20px; margin:0 10px;}
.circle2{border: solid 3px ##3eb370; padding:5%; margin:20px auto 20px; color:#242424; width: 90%; font-size: 90%; display: block;}
.circle3{border: dotted 1px ##3eb370; padding:10px 20px; box-shadow: 2px 2px 2px #999999; margin:20px auto;}
.circle4{border: double 10px ##3eb370; padding:10px 20px; box-shadow: 2px 2px 2px #999999; margin:20px auto;}
.circle6{background: url("../img/bg06.gif") repeat scroll center 0 transparent;border: dotted 1px ##3eb370; padding:0 20px;box-shadow: 2px 2px 2px #666666; margin:20px auto;}
.circle7{background: url("../img/bg06.gif") repeat scroll center 0 transparent;border: double 10px ##3eb370; padding:0 20px;box-shadow: 2px 2px 2px #666666; margin:20px auto;}


/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #00a381;
	text-decoration: none;
}
a:hover {
	color: #1480a3;
	text-decoration: none;
}

/*------------------------------------------
■ アンカーリンク
------------------------------------------*/
a.anchor {
  display: block;
padding-top: 20px;
margin-top: -20px;
}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	float: left;
}

.img_left2 {
	float: left;
	margin: 20px 0;
	margin-bottom: 10px;
}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}

.block_r_txt {
width: 100%;
}

.block_r_txt img {
  float: right;
  width: 50%;
  padding-left: 20px;
}

.block_r_txt p {
      line-height: 2em;
margin-bottom: 10px;
}

.block_l_txt {
width: 100%;
}

.block_l_txt img {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.block_l_txt p {
line-height: 2em;
margin-bottom: 10px;
}

.clearfix { clear : both ; }
.size_m {
	border: 2px solid #FFFFFF;
	box-shadow: 3px 3px 3px #CCCCCC;
}

/*------------------------------------------
■ 画像二つ並びリスト
------------------------------------------*/


/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold{font-weight:bold;}
.txt_small{font-size:80%;}
.txt_big{font-size:120%;}
.txt_big2{font-size:140%;}
.txt_right{text-align:right;}
.txt_red{color:#c82a00;}
.txt_blue{color:#0066cc;}
.txt_keycolor{color:#d24242;}
.txt_marker{background-color:#FFFF00;}
.txt_underline{border-bottom:#cccccc 1px dotted;margin-bottom:2px;}
.txt_center{text-align:center;}
.txt_serif{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}

.pad_none{
}

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

@media screen and (max-width: 1001px) {

}

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

#wrap2 {
    margin: 0px auto 0;
    text-align: left;
}


.wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#frame {
    margin: 0px auto 0px;
    padding: 0 0 0px;
    text-align: left;
}
.main {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main02 {
    background: url("../img/bg05.jpg") no-repeat fixed center 0 / 100% auto;
	padding: 0px;

	margin: 0px auto;
}

.main_w {
        background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        color:#242424;
}

/*------------------------------------------
■TOP画像エリア
------------------------------------------*/
#top,#top02,#top03 {
	margin: 0 auto;
}
#top img,#top02 img,#top03 img{
  max-width: 100%;
   height: auto;

}


/*---ipad用-----------*/

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



#top {
 	background: url(../img/top_pad01.jpg) no-repeat 0 0 /100% auto ;
 	height: 57vw;
 	width: 100%;
	margin: 0 auto;
}
#top02 {
 	background: url(../img/top_pad02.jpg) no-repeat 0 0 /100% auto ;
 	height: 57vw;
 	width: 100%;
	margin: 0 auto;
}
#top03 {
 	background: url(../img/top_pad03.jpg) no-repeat 0 0 /100% auto ;
 	height: 57vw;
 	width: 100%;
	margin: 0 auto;
}




}



.section {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 250px;
  padding-bottom: 100px;
	width:1000px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.section_top {
    background-color: #00a381;
	clear: both;
  padding-top: 250px;
	margin-right: auto;
	margin-left: auto;
  text-align:center;
      padding-bottom: 100px;
	display: block;
}

.section_pa {
  clear: both;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  width:1000px;
}

.section_order {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	width:1000px;
  font-family: serif;
}

.section02 {
    clear: both;
    margin: 100px auto 100px;
    width: 1000px;

}

.section03 {
  padding-top: 250px;
  clear: both;
  margin: auto;
  width: 1000px;
}


.zero{width:100%;}

/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {

	margin: auto;
	clear: both;
	padding:0px;
}

.box_img{
	width:80%;
}

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

.box3 {
	background: url("../img/roze01.jpg") no-repeat scroll center 0 transparent;
	height: 628px;
 margin: 0px auto;
	clear: both;
}

.txt_p {
    letter-spacing: 0.03em;

}

.txt_p .ltxt{line-height: 10px;
display: block;
margin-bottom: -7%;}

.txt_p02{
    padding-left: 10px;
}


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

.txt_area2 {
	padding: 20px;
}

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

.txt_area4{
	padding: 5px;
}

.txt_area_bg {
	background-color: #fdfbf6;
	border: 1px solid #d5cfba;
        color:#242424;
	padding: 10px 20px;
	margin: 10px auto;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 1px solid #D5CFBA;
	padding: 10px 20px;
	margin: 10px auto;
}

.txt_m01{
    font-size: 27px;
    font-weight: bold;
    padding: 187px 0 20px 37px;
    width: 700px;
    color:#f5f5f5;
text-shadow: 1px 1px 2px #ffffff,-1px 1px 2px #ffffff,-1px -1px 2px #ffffff,1px -1px 2px #ffffff;

 }

 .txt_m02{
    color: #633b3a;
    font-size: 23px;
    padding: 0px 0 20px 67px;
    text-shadow: 1px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px -1px 2px #ffffff, 1px -1px 2px #ffffff;
    width: 290px;

 }

ul.type_2_2{
  list-style-type : disc;
  list-style-position : outside;
  margin : 0;
    padding-left: 38px;
}
li.style_2_2{
  padding : 10px 0 20px;
  font-weight:bold;
}


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

.h1_txt {
	display: block;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
  	background-color: #00a381;
	height: 100px;
	padding: 0;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_in {
  background: url(../img/header.png) no-repeat scroll left 0 transparent;
  height: 100px;
  padding: 0px;
  width: 1000px;
  position: relative;
  left: 0px;
  top: 15px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#header_in .header_tel {
}
#header_in .header_tel_number {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    left: 290px;
    position: absolute;
    top: 23px;
    color: #fff;
    display: block;
    font-size: 33px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    cursor: default;
    letter-spacing: 0.2em;

}
#header_in .header_tel_number::before {

content:'\f2a0';
    	font-family:'Font Awesome 5 Free';
    	font-weight:900;
      color: #fff;
      padding: 2%;
}






#header_in .header_btn {
  left: 660px;
	position: absolute;
	top: 7px;
}

/*------------------------------------------
■お問い合わせボタン
------------------------------------------*/
.btn-square {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  padding: 0.5em 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);
  color: #263828;
  border-bottom: solid 6px #fff;
  width: 240px;
  height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 22px;
}
.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: #263828;
      padding: 2%;
  }

  .btn-square-bavi {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: inline-block;
    text-decoration: none;
    background: -moz-linear-gradient(top, #f39800, #ffdb55);
    background: -webkit-linear-gradient(top, #f39800, #ffdb55);
    background: linear-gradient(to bottom, #f39800, #ffdb55);
    color: #263828;
    border-bottom: solid 2px #fff;
    width: 240px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 18px;
    top: 2px;
position: relative;
  }


  .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: #fff;
        padding: 2%;
    }

.order_btn {
    position: relative;
}

.btn-order {
      margin-top: 3%;
  font-size: 30px;
  display: inline-block;
  padding: 0.5em 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);
  color: #263828;
  border-bottom: solid 6px #fff;
  width: 835px;
height: 40px;
text-align: center;
letter-spacing: 0.1em;
}


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



.btn-order a {
  color: #fff;
}


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


/*------------------------------------------
■お申込みエリア
------------------------------------------*/
.order01 {
    clear: both;
    height: 360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1000px;

}
h3.copy {
	display: none;
}
.order_area {
  padding-top: 60px;
}



.n_order_p {
  font-family:serif;
    color: #263828;
    font-size: 24px;
    display: block;
    letter-spacing: 0.3em;
    margin: 0 auto;
	  font-weight: bold;
    text-align: center;
}

.n_order_left{
	width:50%;
	float: left;
	font-weight: bold;
  position: relative;
  left: 100px;
}

.n_order_right{
  width:50%;
	float:right;
	font-weight: bold;
  position: relative;
  left: 130px;
  top: -62px;
}
.n_order_mail {


}


.left_order{
  float: left;
  width: 60%;
}

.right_order {
  width: 40%;
    float: left;

}

.temple_sn span:before {
  content: "\A";
  white-space: pre;
}
}

.temple_name_y {
  font-size: 15px;
  padding: 5% 0;
  letter-spacing: 1.5em;
  position: absolute;
  top: 45px;
  right: 34px;

}
.temple_name{
    font-family: serif;
    width: 50%;
    float: left;
    font-size: 40px;
    padding: 5% 0;
    letter-spacing: 0.3em;
    position: relative;
    left: -77px;
    top: -3px;
}


.temple_name_d img {
  max-width: 56%;
}

.temple_name_y {
    font-size: 15px;
    letter-spacing: 1.5em;
    position: relative;
    padding: 5% 0;
    right: 5px;
    top: -10px;
}



/*　▼営業時間▼　*/
.order p.txt_cap, .order p.order_time {
	display: none;
}
/*　▼TEL番号エリア▼　*/

.txt_tel {
  color: #263828;
  cursor: default;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
    padding-top: 2%;
    letter-spacing: 0.15em;
}

.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: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
  position: relative;
  top: 13px;
  right: 90px;
}

.temple_tel {
    text-align: left;
    padding: 0 5%;
}





/*　▼ボタンエリア▼　*/
.order_mail {
    display: block;
    position: absolute;
    top: 230px;
    margin: 0 auto;
    width: 100%;
}
.order_bg{
      background: url(../img/order_bg.jpg);
      background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         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;
	}
}

.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/


h4.title_w {
   padding-top: 5%;
    text-align: center;
    color: #242424;
    border-bottom: 1px solid #dc93ac;
    padding: 100px 0px 10px 0px;
    font-size: 30px;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.space_txt {
  margin-top: 150px;
}

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

  .title_l_02 {
     font-family:serif;
      font-size:48px;
      letter-spacing: 0.2em;
      color: #00a381;
      padding-bottom: 50px;
      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;
}




h4.title_b {
        background: url(../img/title_bg02.png) no-repeat scroll center bottom 0 transparent;
    clear: both;
    color: #242424;
    display: block;
    font-size: 40px;
    font-weight:bold;
    letter-spacing: 0.1em;
    line-height: 150%;
    text-align: center;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    height: auto;
    padding: 25px;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

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

.title_top span {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.4em;
    border-bottom: 2px dashed #1480a3;
}




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


.txt_box {
    border: 2px dashed #548859;
    border-radius: 10px;
    width: 100%;
height: 350px;
    padding: 2%;
}

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

.txt_box_mini p {
  font-family: serif;
  letter-spacing: 0.1em;
  font-size: 30px;
  text-align: center;
}



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


.sub_title_a02 {
    background-image: url(../img/title_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: bold;
    line-height: 130%;
    margin: 10px auto;
    padding-left: 40px;
    font-family: YuMincho, /* Mac用 */
 'Yu Mincho', /* Windows用 */
 serif;
}

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

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

.sub_title_b_2{
background-image: url("../img/icon02.gif");
background-position: left center;
background-repeat: no-repeat;
border-bottom: 1px dotted #f5f5f5;
font-size: 25px;
line-height: 130%;
margin: 0px auto 20px ;
padding: 7px 0 5px;
text-indent:30px;
}


.sub_title_b_3{
    background-image: url("../img/icon02.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #f5f5f5;
    font-size: 25px;
    height: 67px;
    line-height: 231%;
    margin: 0 auto 20px;
    padding: 7px 0 0;
    text-indent: 131px;
    font-weight:bold;
}


.sub_title_c {
	font-size: 30px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto 0;
	padding: 0 0px 5px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.sub_title_d {
  background-color: #2f2f34;
  color: #fff;
  font-size: 24px;
  padding: 2% 0% 2% 0%;
  margin: auto;
  text-align: center!important;
  display: inline-block;
  width: 100%;
}
.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: 48%;
}

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

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

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


.sub_title_f {
	background-color: #F8F3E7;
	border-left: 15px solid #235981;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #242424;
	font-size: 28px;
	line-height: 130%;
	margin: 10px 0 15px;
	padding: 8px 20px 6px;
}
.sub_title_bg {
	background: url("../img/sub_title_bg.gif") no-repeat scroll center 0 transparent;
	font-size: 30px;
	font-weight: bold;
	height: 64px;
	line-height: 262%;
	padding-left: 60px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}

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


/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
	background: url("../img/list_box_01.jpg") no-repeat scroll center 0 transparent;
	height: 540px;
}

.list_box_01 ul {
    line-height: 200%;
    margin: 0 auto;
    padding: 40px 0;
    width: 912px;
}
.list_box_01 ul li.icon_check {
    background: transparent url("../img/icon_check.png") no-repeat scroll 0 8px;
    font-size: 24px;
    line-height: 130%;
    list-style: outside none none;
    margin: 10px 0;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 6px;
}


.list_box_02 {
	background: url("../img/list_box_02.jpg") no-repeat scroll center 0 transparent;
	height: 430px;
}
.list_box_02 ul {
    line-height: 200%;
    margin: 0 30px;
    padding: 70px 28px;
    width: 612px;
}
.list_box_02 ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 3px transparent;
	font-size: 22px;
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 6px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


.list_box_03 {
	background: url("../img/list_box_03.jpg") no-repeat scroll center 0 transparent;
	height: 430px;
}
.list_box_03 ul {
    line-height: 200%;
    margin: 0 30px;
    padding: 70px 28px;
    width: 612px;
}
.list_box_03 ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 3px transparent;
	font-size: 22px;
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 6px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.txt_li {
  padding-top: 20px;
  text-align: center;
  position: relative;
  left: 3px;
}

.txt_li ul {

}


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

.txt_icon_li ul {
  list-style-type: none;
padding-left: 0;
}


.txt_icon_li {
text-align: center;
}


.txt_icon_li li{

  position: relative;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: top;
  width: 31%;
  height: 260px;
  margin: 0px 4px 10px 0px;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
  text-align: center;
  border: solid 5px #dc93ac;
  border-radius: 20px;
  font-size: 24px;
  color: #242424;
}

.txt_icon_li li:nth-child(2n){
  border: solid 5px #ccc;

}


.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: 60px;
left: 145px;
}



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




.box_m {
  background: url("../img/box_m_line.gif") repeat-y scroll center 0;
	border-radius: 10px 10px 10px 10px;
	margin: 20px 0 ;
	padding: 0 0 0px;

}
.box_m_in {

	margin: 0 15px;
	padding: 10px 20px 10px;
}
.box_m_set {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px auto;
	padding-bottom: 5px;
}
.sub_title_m {
	border-bottom: 3px solid #F48500;
	color: #432C25;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 130%;
	margin: 0 auto 5px;
	padding-bottom: 5px;
}
.m_block {
	display: none;
	background-color: #F4F5E0;
	border-left: 10px solid #235981;
	box-shadow: 1px 1px 1px #999999;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 22px;
	margin-right: 15px;
	padding: 3px 20px 0;
}
.p_icon {
	width: 120px;
	margin-right: 10px;
}
/*------------------------------------------
■ box_e
------------------------------------------*/
.box_e {
	background-color: #235981;
	border-radius: 5px 5px 5px 5px;
	margin: 30px auto;
	padding: 20px 20px 15px;
}
.box_e_title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.box_e .box_e_in {
	background: none repeat scroll 0 0 #FCF8F2;
	line-height: 140%;
	margin-top: 20px;
	padding: 15px 40px 20px;
	text-align: left;
}
/*------------------------------------------
■ フロートボックス
width: 216px;にすれば、横に3つ並びますよ！ <
------------------------------------------*/
.con2_1, .con2_2, .con2_3, .con2_4 {
	display: inline-block;
 *display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
.con2_1, .con2_2, .con2_3, .con2_4 {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	float: left;
	height: 150px;
	margin: 10px;
	padding: 10px 20px;
	width: 358px;
}
.con2_title {
	border-bottom: 3px dotted #235981;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
/*------------------------------------------
■ 新要素　グリッドデザイン（新フロートボックス）
------------------------------------------*/
.gd_box {
	letter-spacing: -0.34em;
*letter-spacing:normal;
*word-spacing:-0.43em;
	text-rendering: optimizespeed;
	font-family: 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%;
}
/*------------------------------------------
■ POINT
------------------------------------------*/
.point_title {
	border-bottom: 2px dotted #235981;
	color: #AA0000;
	font-size: 22px;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
 background-color:#fedded;
	margin: 20px auto;
	padding: 0px;
}

.step_area_b {
	background: url(../img/step_top.gif) no-repeat scroll top transparent;
	margin: 0px auto;
	padding: 0px;
}

.step_in{
	background: url(../img/step_bottom.gif) no-repeat scroll bottom transparent;
	padding: 40px;
 }


.step_title {
	background-color: #FFFFFF;
	border-bottom: 2px dashed #f48500;
	border-top: 2px dashed #f48500;
	color: #412C1B;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 28px;
	letter-spacing: 0.04em;
	line-height: 180%;
	margin: 10px 0;
	padding: 0;
}
.s_block {
	background-color: #f48500;
	border-radius: 30px;
	box-shadow: 1px 1px 1px #666666;
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 15px;
	padding: 6px 30px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
}
.voice {
	background: url("../img/bg08.gif") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #CCCCCC, 0 0 2px #CCCCCC inset;
	font-size: 96%;
	line-height: 160%;
	margin: 0 auto 20px;
	padding: 10px 40px 20px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px 30px 20px;
}
.faq_q {
	border-bottom: 3px solid #235981;
	color: #235981;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px auto;
	padding: 0 0 5px;
}
.faq_a {
	line-height: 180%;
	margin: 10px auto;
	padding: 0;
	font-size: 16px;
}

.faq2{
background-color: #FDFBF6;
border: 1px solid #D5CFBA;
margin: 10px auto;
padding: 10px 30px 20px;

}
.faq_q2{

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

    border-bottom: 3px solid #64ab03;
    color: #64ab03;
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
    margin: 10px auto;
    padding: 0 0 5px;
    text-indent:40px;
}

.faq_a2{

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

line-height: 200%;
margin: 10px auto;
padding: 0;
font-size:16px;
    text-indent: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;
     letter-spacing: 0.2em;

}
.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 {
    float: left;
    width: 50%;
}

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



.block_left {
    float: left;
    width: 48%;
}

.block_right {
	float: right;
	width: 49%;
}

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

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

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


.block_right p {
  padding: 1%;
}

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

.margin_2 {
  margin-top: 20px;
}

.margin_3 {
  margin-top: 30px;
}

.margin_4{
    margin-top: 40px;
}
.margin_5 {
  margin-top: 50px;
}
.margin_6 {
  margin-top: 60px;
}
.margin_10 {
  margin-top: 100px;
}
.padding_2 {
   padding: 2%;
}

/*------------------------------------------
■ 細かい設定
------------------------------------------*/

.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: 16px;
	line-height: 100%;
	text-align: right;
}
.map_in {
  display: block;
height: 430px;
margin: 0 auto;
width: 100%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 16px;
	margin: 15px auto;
	width: 100%;
}
.table01 th {
	background-color: #fbfaf7;
        color:##3eb370;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	width:35%;
}
.table01 td {
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
    text-align: left;
}
.table01 th.th01 {
	width: 25%;
	text-align: center;
}
.table01 td.td_c {
	text-align: center;
}
.table01 td.td_r {
	text-align: right;
}

.table02 {
      margin: 0 auto;
    width: 100%;
    text-align: center;
}
.table02 th {
      background-color: #EFEFEF;
    line-height: 140%;
    padding: 10px 20px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    text-align: center;
}
.table02 td {
      background-color: #FFFFFF;
    line-height: 150%;
    padding: 10px 20px;
    border: 1px solid #CCCCCC;
    width: 20%;
}

.table03 {
	font-size: 16px;
	margin: 15px auto;
	width: 100%;
}
.table03 th {
    width:40%;
	background-color: #fbfaf7;
        color:##3eb370;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.table03 td {
    width:60%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
        color: #242424;
    text-align: left;
}
/*------------------------------------------
■ youtube　*サイズ幅100％表示したい場合は、SP用のCSSソースを流用してください。
------------------------------------------*/

.video-container {
	text-align: center;
}
.video-container iframe {
	width: 640px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
	height: 360px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area {
	margin: 100px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 2px dashed #f5f5f5;
	margin: 15px auto;
	width: 800px;
}
.inq_box {
	border-bottom: 2px dashed #f5f5f5;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
    border-left: 8px solid ##3eb370;
    float: left;
    font-weight: bold;
    line-height: 150%;
    margin-top: 20px;
    padding-left: 12px;
    width: 260px;
	text-align: left;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 20px;
	width: 490px;
	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;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;

}

#footer2 {
	display: block;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
}
.copyright {
    font-family: serif;
    color:#548859;
    height: 40px;
    margin: 15px auto 0;
    padding-top: 15px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

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

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
    background-color: #fff;
    font-family: serif;
    color: #242424;
    font-size: 30px;
    margin: 20px 0;
    padding: 20px 0 15px;
    text-align: center;
}


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

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
  color:#242424;
  font-size: 24px;
  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 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    bottom: 95px;
    display: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    max-width: 74%;
    padding: 0;
    position: fixed;
    width: 80%;
    z-index: 999;
	right: 10px;
}
#go_top a {
  background: -moz-linear-gradient(top, #f39800, #ffdb55);
  background: -webkit-linear-gradient(top, #f39800, #ffdb55);
  background: linear-gradient(to bottom, #f39800, #ffdb55);
  color: #242424;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    border-radius: 50px;
    box-shadow: 0 0 2px #fff, 0 0 2px #fff inset;
    display: block;
    float: right;
    padding: 30px 8px;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav {
  background-color: #00a381;
    background-repeat: repeat;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    top: -52px;
    width: 100%;
    z-index: 999;
}
#top_nav_in {
  font-family: serif;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#top_nav_in .top_nav_left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_nav_in .top_nav_left ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#top_nav_in .top_nav_left ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	*display:inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
#top_nav_in .top_nav_left ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#top_nav_in .top_nav_left ul li a:hover {
	background-color:#cccccc;
}
#top_nav_in .top_nav_right {
	margin: 0px;
	padding: 0px;
	float: right;
  position: relative;
  top: 4px;
}
#top_nav_in .top_nav_right .top_nav_tel {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-indent: -5px;
 text-align:center;
}
#top_nav_in .top_nav_right .top_nav_tel span {
	color: #FF0000;
}
#top_nav_in .top_nav_right .top_nav_tel a.plain {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	cursor: default;
}
#top_nav_in .top_nav_btn {
	float: right;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav {
	display: none;
}
/*------------------------------------------
■ 新要素　イメージリストエリア（ライトボックス風　サムネイルクリックで拡大写真）
施工事例や店内・院内風景などにご使用ください。※デフォルトで3パーターンレイアウトを用意しました。
------------------------------------------*/
/*レイアウトパターン１*/
.img_list_area_1 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_1 .thumbnail {
	float: left;
	width: 465px;
}
.img_list_area_1 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_1 .thumbnail_notes {
	clear: both;
	font-size: 12px;
}
.img_list_area_1 .text_block {
	float: right;
	width: 375px;
}
.img_list_area_1 .text_block img {
}
.img_list_area_1 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
}
.img_list_area_1 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_1 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン２*/

.img_list_area_2 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_2 .thumbnail {
	float: right;
	width: 465px;
}
.img_list_area_2 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_2 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_2 .text_block {
	float: left;
	width: 375px;
}
.img_list_area_2 .text_block img {
	padding-bottom: 30px;
}
.img_list_area_2 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
	clear: both;
}
.img_list_area_2 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_2 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン３*/

.img_list_area_3 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_3 .thumbnail {
	clear: both;
}
.img_list_area_3 .thumbnail img {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 2px solid #FFFFFF;
	box-shadow: 3px 3px 3px #CCCCCC;
	margin: 0px 10px 10px 0px;
}
.img_list_area_3 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_3 .text_block {
	clear: both;
}
.img_list_area_3 .text_block img {
}
.img_list_area_3 table {
	font-size: 16px;
	margin: 0px;
	width: 50%;
}
.img_list_area_3 table th {
	width: 30%;
	border: 1px solid #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_3 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}


/* order 分部 */

.order_btn_warp {
	padding-top:580px;
}

.order_btn01,.order_btn02 {
	width:50%;
	float:left;
}



.item_bg {
	height:800px;
	background-color: transparent;
	background-image: url(../img/design_36.jpg);/*透過のグレー画像入れてます。背景画像変えたい場合は、基本縦幅50PXまでで作成して置き換えてください。透過させたい時は透明度を設定したpngで。*/
	background-repeat: repeat;
	background-position: 0px 0px;
}

/*------------------------------------------
■ 2カラム画像背景
------------------------------------------*/
h5.length01{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 1.4em;
    height: 210px;
    line-height: 1.4em;
    margin: 50px auto 70px;
    padding: 20px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

h5.length02{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 2.9em;
    height: 210px;
    line-height: 1.4em;
    margin: 50px auto 70px;
    padding: 20px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.two_box01{
    background:url(../img/box_bg01.jpg);
    background-size:cover;
}

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

.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;
    background-size:cover;
    padding:40px 0;
    text-align: center;
    width: 100%;
    }

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

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

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

.check{
    text-align: left;
    width: 420px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.check li{
    padding-top: 38px;
    margin: 10px 40px 5px;
    font-size: 18pt;
}

/*------------------------------------------
■ ご要望（付箋）
------------------------------------------*/
.check_02{
    text-align: left;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.check_02 li {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 10px;
    margin: 20px;
    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: 50px;
}
.check_02 li:last-child{
   padding-bottom: 50px;
}
/*------------------------------------------
■ ご要望（2列）
------------------------------------------*/

.check_03{
    margin: 0 auto 30px;
    padding: 20px 0;
    text-align: left;
}

.check_03 ul li {
    background: url(../img/check.png) no-repeat 15px center;
    font-size: 17pt;
    padding: 20px 0 18px 60px;
    line-height: 130%;
    font-family: serif;
    color: ##3eb370;
    border-bottom: 1px ##3eb370 dotted;
}

/*------------------------------------------
■ Q&A
------------------------------------------*/
.q_a{
    width:700px;
    padding: 20px 30px;
    margin:0 auto 20px;
    background: rgba(255,255,255,0.5);
}

.q_a dl{
    margin: 0 auto;
    font-size: 17pt;
    line-height: 130%;
    text-align: left;
    font-family: serif;
}

.q_a dt {
    background: url(../img/q.png) no-repeat 15px center,##3eb370;
    color:#fff;
    padding: 15px 0 13px 60px;
    margin: 10px 0 0 0;
}

.q_a dd {
    font-size: 14pt;
    background: url(../img/a.png) no-repeat 15px center;
    padding: 15px 0 10px 60px;
    margin: 0 0 0 30px;
}

.q_a_btn{
    overflow:auto;
}


/*------------------------------------------
■ PR
------------------------------------------*/
.pr_area{
    background:#bebed1;
    color: #fff;
}

.pr_area p{
    padding-bottom:30px;
}

.pr_area table{
        margin-top:60px;
}

.pr_area table th, .pr_area table td{
        vertical-align: top;
        border: none;
        font-weight:bold;
}
/*------------------------------------------
■ FLEX BOX
------------------------------------------*/
.flex_container{
    display:flex;
  -webkit-justify-content: center ; /* Safari */
    justify-content: center;

}

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

.flex_unit02{
    width:100%;
     padding: 0 10px;
    background-position:right center;
}

.flex_unit02:first-child{
  padding-left: 0;
}

.flex_unit02:last-child{
  padding-right: 0;
}


.flex_unit03{
    background-position:right center;
	display: block;
}

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


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

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

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

.unit_p{
	text-align: center;
	word-break:break-all;
	font-size: 120%;
	font-weight: bold;
}

/*------------------------------------------
■ 白BOX
------------------------------------------*/
.w_box{
    background-color: rgba(255,255,255,0.7);
    margin:30px 0;
    padding:30px 40px 40px;
}
.w_box_in{
    width:630px;
	margin:0 auto;
	padding:30px 0;
}

.w_box img{
   width:100%;
   padding-bottom:10px;
}

.pdf_btn{
    width:630px;
	margin:0 auto;
	padding-top:10px;
}

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


.f_txt {
  font-family: serif;
    text-align: left;
    display: block;
    margin-left: 100px;
    font-size: 90%;
}
@media screen and (min-width : 600px) and (max-width: 1001px) {/*スマフォ・タブレット用*/

.main02 {
    background: url("../img/bg05.jpg") no-repeat fixed center 0 / 100% auto;
	padding: 0px;
	margin: 0px auto;
}

	.pad_on{
		display:block;
	}

}



.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: #bd4f73;
    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% 5% 1%;
	width:860px;
}

.top_btn{
background-color: #d6a945;
color: ##3eb370;
border-radius: 10px;
padding: 4%;
box-shadow: 5px 5px 0px #4a380f;
margin-top: 1%;
display: block;
width: 87%;
font-size: 90%;
text-align: center;
font-weight: bold;
}

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

.top_telno{
    display: block;
    font-size: 1.8em;
	font-weight: bold;
	color:##3eb370;
}

.telbox_in {
    background-color: #fff;
	padding: 1% 5% 5%;
    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: 40px;
	font-size: 120%;
	font-weight: bold;
	font-family: serif;
}
