@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ ブラウザのマージンとパディング初期化
------------------------------------------*/
*{margin:0;padding:0;}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td,img {
padding: 0;
margin: 0;
border: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size: 1.2rem;
	vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*------------------------------------------
■ イメージ初期化
------------------------------------------*/
img {vertical-align:middle;margin:0;padding:0;outline:none;}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img{border: none;outline:none;}
a {color: #5F7219;text-decoration:none;outline:none;}
a:link {text-decoration:none;}
a:hover {color:#2aae74;text-decoration:none;}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img{opacity:0.85;/*--IE,FF対応--*/filter:alpha(opacity=85);-ms-filter: "alpha( opacity=85)";}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {zoom: 100%; clear: both;}
.fcl:after {content: " "; clear: both; height: 0; display: block; visibility: hidden;}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left{float:left;margin-right:20px;margin-bottom:10px;}
.img_right{float:right;margin-left:20px;margin-bottom:10px;}
.img_center{display:block;margin:0 auto;clear:both;}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold{font-weight:bold;}
.txt_small{font-size: 1.3rem;}
.txt_big{font-size: 1.9rem;}
.txt_right{text-align:right;}
.txt_red{color:#aa0000;}
.txt_orange{color:#fe9900;}
.txt_blue{color:#0066cc;}
.txt_keycolor{color:#2aae74;}
.txt_marker{background-color:#ffffb6;}
.txt_underline{border-bottom:#cccccc 1px dotted;margin-bottom:2px;}
.txt_narrow{line-height:1.2em;}
.b_border{padding:10px 0 5px;}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none{display: none;}
.sp_none{}

.size_s{}
.size_m{border: 2px solid #FFFFFF;box-shadow: 3px 3px 3px #CCCCCC;}
.size_l{}
.max_w{ width:100%;!important}

/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  word-break: break-all; }

body {
font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
color:#333333;
font-size: 1.3rem;
line-height: 220%;
background-color:#ffffff;
}

#wrap{}

#header {}

#main{
background:#ffffff;
margin: 20px auto 0;
padding: 0;
width: 100%;
}

#content{
width: 80%;
margin:15px auto 0px;
}

#content02{
width: 100%;
margin:15px auto 20px;
}

#content03{
width: 100%;
margin:15px auto 20px;
}

.content03_in{
	width:90%;
	display: block;
	margin: 0 auto;
}

.content02_in{
	width:90%;
	display: block;
	margin: 0 auto;
}

#right{
width:230px;
margin:15px 20px 0 0;
float:right;
}

.section{margin:0 auto 20px;clear:both;}

.menu_f a{
	color:#fff;
}

.menu_f{
	float: right;
	color:#fff;
}

/*------------------------------------------
■　間隔
------------------------------------------*/
.mar_b10{margin:0 0 10px 0;}
.mar_b20{margin:0 0 20px 0;}
.mar_b30{margin:0 0 30px 0;}
.mar_b40{margin:0 0 40px 0;}
.mar_b50{margin:0 0 50px 0;}
.p_t_15{margin:10px auto;}

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {list-style: none outside none;}
ul li.icon_check {
background: url("../../img/icon_check.png") no-repeat scroll 0 2px;
padding-left: 34px;
}

/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box{
margin: 0px auto 25px;
clear: both;
}
.box_bg{
background:url("../../img/bg10.gif") repeat scroll 0 0 #ffffff;
margin: 0px auto 15px;
padding:15px;
clear: both;	
}
.box_border{
background-color: #f5f5df;
border: 4px double #d7cea4;
clear: both;
margin: 0 auto 30px;
padding: 20px;
}
.txt_area{
padding:0 10px;
}

/*------------------------------------------
■ h1 h3 h4 h5
------------------------------------------*/
h1{
 font-size: 1.2rem;
font-weight: normal;
line-height: 0.1em;
margin: 0;
padding: 5px 0 0;
display:none;
}
h2{}
h3{}


/*------------------------------------------
■ タイトル装飾
------------------------------------------*/
.title_a {
background: url("../../img/title_a.gif") repeat-x scroll 0 0 #ffffff;
font-size: 1.2rem;
font-weight: bold;
height: 40px;
line-height: 300%;
margin: 0 0 20px;
padding: 0;
}

.title_b {
border-bottom: 2px solid #5f7219;
color: #566918;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 10px;
padding: 0 0 10px;
}

.title_c {
border-left: 8px solid #5f7219;
font-size: 1.8rem;
font-weight: bold;
line-height: 120%;
margin: 0 0 10px;
padding: 0 0 0 12px;
}

.title_e {
color: #566918;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 10px;
padding: 5px 0;
}

.title_d {
background: url("../../img/title_d.png") repeat-x scroll 0 0 #ffffff;
color: #ffffff;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.8rem;
font-weight: bold;
height: 53px;
letter-spacing: 0.06em;
line-height: 230%;
margin: 0 0 20px;
padding: 0 0 0 59px;
text-shadow: 1px 1px 1px #515151;
}

/*------------------------------------------
■ ヘッダー
------------------------------------------*/
#header_area{
margin:0 auto;
background-color:#ffffff;
}

#header_area0{
margin:0 auto;
position: relative;
top:0px;
	
}

.top_bg0 {
    width: 100%;
}

.top_bg02 {
    width: 100%;
}
.top_bg03 {
    width: 100%;
}
#top_area{
height:75px;
margin: 0 auto;
width: 100%;
}

#header_info{
position: relative;
}

.logo {
position: absolute;
left: 9px;
top: 5px;
height:65px;
}

.con_info {
position: absolute;
right: 2%;
top: 40px;
float: right;
}

.con_info .tel {
display: block;
font-size: 1.2rem;
font-weight: bold;
line-height: 160%;
color:#332525;
}

.con_info .tel .txt_big {
color:#758B25;
font-size: 1.8rem;
font-weight: bold;
line-height: 110%;
}

.con_info .mail {
margin: 0;
position: absolute;
right: 0;
top: 2px;
}

/*------------------------------------------
■ ナビ
------------------------------------------*/	
#navi_area{
height:50px;
background:url(../../img/navi_bg.png) repeat-x 0 0;
}

#navi {
display:block;
width:980px;
height:50px;
margin:0 auto;
padding:0;
}

#navi ul {
display:block;
width:980px;
height:50px;
padding:0;
}

#navi li{
display:block;
float:left;
padding:0;
}

#navi a {
background: url(../../img/navi.png) no-repeat center top;
text-indent: -9999px; 
text-decoration: none;
display:block;
outline:none;
}

.menu a { 
background-position: 0px 0px;
height:50px;
float: left;
text-decoration: none;
font-size: 1.2rem;
} 

/*------------------------------------------
■ メインイメージ　スライドショー
------------------------------------------*/	
#img_area {
background: url("../../img/top_bg.gif") repeat scroll 0 0 #e1ded7;
margin: 0 auto;
}

#js_img{
margin: 0 auto;
padding-top: 20px;
width: 980px;
}

#non_slider{display:none;}

/*------------------------------------------
■ パンくず
------------------------------------------*/	
.pang{
display:block;
margin:0 auto 14px;
padding:3px 0 0 10px;
font-size: 1.3rem;
background-color:#eeeeee;
}
.pang a {color: #1d6fc8;text-decoration:none;}
.pang a:hover {color:#449cfc;text-decoration:underline;}
.pang a:visited {color:#12467e;text-decoration:none;}

/*------------------------------------------
■ 右カラム
------------------------------------------*/	
#side_con_box {
background: url("../../img/title_bg.gif") repeat-x scroll 0 0 #ffffff;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
box-shadow: 0 1px 3px #cccccc;
font-size: 1.3rem;
line-height: 150%;
margin: 0 0 20px;
padding: 0 0 10px;
width: 230px;
}

#side_btn_area ul li {
    float: left;
    margin: 0 0 10px;
}

.side_title{
background: url("../../img/point_01.gif") no-repeat scroll 2px 3px;
margin: 10px 0 0 10px;
padding: 0 0 0 13px;
}

.side_txt{
margin:0 0 10px 20px;
}

/*------------------------------------------
■ コンテンツページ
------------------------------------------*/

/*----▼　お知らせ　▼----*/	
#news{width:60%; float: left;  font-size: 1.2rem; padding: 1.3% 1.5% 0;}
.news_area .title_a{margin-bottom: 5px;}
.news_box{ font-size: 1.2rem; line-height:140%;}
.news_title{ 
float: left;
width: 22%;
text-align: center;
font-size: 1.8rem;
color: #000;
font-weight: bold;
line-height: 210%;
}
.news_title02{ 
	float: right;
	border:1px solid #2aae74;
    padding: 1% 1%;
    width: 12%;
	text-align: center;
	font-size: 0.8rem;
	color:#2aae74;
}
.news_box dl dt {
background: url("../../img/point_01.gif") no-repeat scroll 0 7px;
clear: left;
float: left;
margin: 0;
text-indent: 15px;
width: 120px;
padding:5px 0;
font-weight:bold;
}

.news_box dl dd {
border-bottom: 1px dashed #858585;
padding:5px 10px;
}

/*----▼　枠　▼----*/	
.box_bg_001{
background:url("../../img/box_bg_001.jpg") repeat-x scroll 0 0 #ffffff;
height:537px;
}
.box_bg_001 p.in_txt{padding:95px 14px 9px 208px;	}
.top_bnr{margin:4px;}
.top_bg{width:100%;}

/*----▼　メッセージ　▼----*/	
.message_bg{
background: url("../../img/message_bg.jpg") no-repeat scroll 0 bottom #f8f8f6;
padding:30px;
}

/*----▼　永代供養　▼----*/	
ul.onayami {
padding-left: 45px;
padding-top: 131px;
width: 430px;
}

ul.onayami li{
font-size: 1.8rem;
line-height: 140%;
padding: 2px 0 5px 32px;
}

.onayami_bg{
background:url("../../img/eitai_bg01.jpg") repeat-x scroll 0 0 #ffffff;
height:467px;
}
.step{
background:url("../../img/step_bg.jpg") no-repeat scroll 40px 0 #ffffff;
}
.step p{
font-size: 1.2rem;
line-height: 120%;
padding: 8px 0 0;
}



/*------------------------------------------
■ 写真
------------------------------------------*/
/*レイアウトパターン１*/
.img_list_area_1 {
padding: 0px;
height: auto;
margin-top: 15px;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
}
.img_list_area_1 .thumbnail {}

.img_list_area_1 .thumbnail ul li {
float: left;
font-size: 1.4rem;
line-height: 174%;
list-style: outside none none;
margin: 2px;
padding-bottom: 5px;
width: 107px;
}
.img_list_area_1 .thumbnail ul li img {
border: 2px solid #efefef;
width: 102px;
}

.mbi_area{}
.myBigImage{border: 3px solid #efefef;}

.img_list_area_1 .thumbnail_notes {
clear: both;
font-size: 1.4rem;
}
.img_list_area_1 .text_block {
background-color:#5B3225;
border-radius: 30px;
color: #ffffff;
line-height: 120%;
margin-bottom: 5px;
padding: 3px 0;
text-align: center;
width: 240px;
}
.img_list_area_1 .text_block img {
}
.img_list_area_1 table {
font-size: 1.2rem;
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;
}	


/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
background-color: #95a16a;
font-size: 1.2rem;
margin: 15px auto;
width: 100%;
}
.table01 th {
background-color: #6e7a43;
color: #ffffff;
font-weight: normal;
line-height: 140%;
padding: 10px 20px;
}
.table01 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 10px 20px;
}
.table01 th.th01{
width: 30%;
}
.table01 td.td_r{
text-align: right;
}


.table02{
background-color: #95a16a;
font-size: 1.2rem;
margin: 20px auto 30px;
width: 100%;
}
.table02 th{
background-color: #6e7a43;
color: #ffffff;
font-weight: normal;
line-height: 140%;
padding: 15px 20px;
}
.table02 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 15px 20px;
}


.table03 {
background-color: #cccccc;
font-size: 1.2rem;
margin: 10px auto 30px;
width: 100%;
}
.table03 th {
background-color: #efefef;
font-weight: normal;
line-height: 140%;
padding: 10px 20px;
}
.table03 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 10px 20px;
}
.table03 th.th01{
width: 30%;
}
.table03 td.td_r{
text-align: right;
}


.table04 {
background-color: #b1ab94;
font-size: 1.2rem;
margin: 15px auto;
width: 100%;
text-align:center;
}
.table04 th {
background-color: #e5dfc8;
color: #4c462f;
font-weight: normal;
line-height: 140%;
padding: 10px 10px;
}
.table04 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 10px 10px;
}
.table04 th.th01{
width: 30%;
}
.table04 th.th02{
width: 15%;
}
.table04 td.td03{
text-align: left;
font-size: 1.2rem;
}


.table05{
background-color: #9a9188;
font-size: 1.2rem;
margin: 20px auto 200px;
width: 100%;
}
.table05 th{
background-color:#c0b0a3;
color: #ffffff;
font-weight: normal;
line-height: 140%;
padding: 15px 20px;
text-align: left;
width: 20%;
}
.table05 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 15px 20px;
}

/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.tel_area {
font-size: 1.8rem;
font-weight: bold;
margin: 0px;
text-align:center;
}

.form_area {
margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
border-top: 1px dashed #666666;
margin: 15px auto;
width: 660px;
}
.inq_box {
border-bottom: 1px dashed #666666;
display: block;
font-size: 1.3rem;
margin: 0 auto;
overflow: hidden;
padding: 0 0 20px;
}
.inq_box_top {
border-top: #cccccc 1px solid;
}
.inq_box_title {
border-left: 8px solid #cccccc;
float: left;
font-weight: bold;
line-height: 150%;
margin-top: 20px;
padding-left: 12px;
width: 210px;
}
.inq_box_txt {
display: block;
float: left;
line-height: 140%;
padding-left: 20px;
padding-top: 20px;
width: 400px;
}
input, textarea, select {
font-size: 1.2rem;
margin: 5px auto;
padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
outline: 0;
background-color: #FFFFDD;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
height: 600px;
margin: 10px auto;
width: 100%;
}

.map_in {
	display: block;
	height: 550px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ ページの先頭へ
------------------------------------------*/	
#return_top{
text-align:right;
padding:20px 25px 0 0;
clear:both;
}

/*------------------------------------------
■ フッター
------------------------------------------*/	
#copyright {
    color: #666666;
    font-size: 1.2rem;
    margin: 26px auto 0;
    text-align: center;
    width: 900px;
}

input, textarea, select {
font-size: 1.2rem;
margin: 5px auto;
padding: 5px;
}

.btn {
background: -moz-linear-gradient(top,#FFF 0%,#EEE);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
border: 1px solid #DDD;
color:#111;
width: 150px;
padding: 10px;
text-decoration: none;
font-weight:bold;
margin:10px 0;
}

/*------------------------------------------
■ section01
------------------------------------------*/	

.section01{
background: url(https://chick-rc.net/wp-content/uploads/2019/11/section001.jpg) no-repeat scroll bottom / 100% 100%;
    padding: 5%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 70% 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg', sizingMethod='scale')";
}

.section01 a{
text-decoration: none;
}

.section01 hr{
width:50%;
background-color: #2aae74;	
display: block;
margin: 2% auto;
height:2px;
}

.contact_box hr{
width:100%;
background-color: #2aae74;	
display: block;
margin: 2% auto;
height:1px;
}

.section01_in{
width:90%;
display: block;
margin: 0 auto;
padding:5% 0;
}

.section01_title{
border: 1px solid #2aae74;
padding: 2% 2%;
width: 40%;
text-align: center;
font-size: 1.2rem;
letter-spacing: 0.2em;
margin: 5% auto 2%;
display: block;
color: #2aae74;	
}

.section01_h3{
font-size: 2rem;
text-align: center;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;	
line-height: 150%;
color: #2aae74;
font-weight: normal;
letter-spacing: 0.2em;
}

.section01_h3 span{
font-size:250%;
}

.section01 p{
text-align: center;
    color: #2aae74;
    font-size: 14px;
    line-height: 3.5em;
}

.sec01_txt{
    display: block;
    margin: 0 auto;
    float: none;
    clear: both;
	word-wrap: break-word;
}
/*------------------------------------------
■ section01
------------------------------------------*/	

.section001{
background: url(https://chick-rc.net/wp-content/uploads/2019/11/section001.jpg);
    padding: 5%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 70% 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
height: 400px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sample.jpg', sizingMethod='scale')";
}

.section001 a{
text-decoration: none;
}

.section001 hr{
width:50%;
background-color: #2aae74;	
display: block;
margin: 2% auto;
height:2px;
}

.contact_box hr{
width:100%;
background-color: #2aae74;	
display: block;
margin: 2% auto;
height:1px;
}

.section001_in{
width:70%;
display: block;
margin: 0 auto;
padding:15% 0;
}

.section001_title{
border: 1px solid #2aae74;
padding: 2% 2%;
width: 40%;
text-align: center;
font-size: 1.2rem;
letter-spacing: 0.2em;
margin: 5% auto 2%;
display: block;
color: #2aae74;	
}

.section001_h3{
font-size: 2rem;
text-align: center;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;	
line-height: 150%;
color: #2aae74;
font-weight: normal;
letter-spacing: 0.2em;
}

.section001_h3 span{
font-size:250%;
}

.section001 p{
text-align: center;
color: #2aae74;	
}

.sec001_txt{
    display: block;
    margin: 0 auto;
    float: none;
    clear: both;
	word-wrap: break-word;
}

/*------------------------------------------
■ section02
------------------------------------------*/	

.section02{
background-color: #fff;
padding:5%;
display: block;
margin:0 auto;
width:90%;
}

.section02_h3{
font-size: 3.2rem;
text-align: center;
line-height: 150%;
color: #2aae74;
font-weight: normal;
letter-spacing: 0.2em;
}

.section02 hr{
width:30%;
background-color: #2aae74;	
display: block;
margin: 1% auto 3%;
height:2px;
}


.box01{
display:flex;
margin: 2% auto;
}

.section02 .block_left{
background: url("../img/box01_02.jpg") no-repeat scroll 0 bottom / 100% auto;	
background-color: #2aae74;
width:50%;
float: left;
-webkit-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
-moz-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
}

.section02 .block_right02{
background: url("../img/box02_02.jpg") no-repeat scroll 0 bottom / 100% auto;	
background-color: #2aae74;
width:50%;
float: left;
-webkit-border-radius: 0px 20px 20px 0px / 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px / 0px 20px 20px 0px;
border-radius: 0px 20px 20px 0px / 0px 20px 20px 0px;
}

.section02 .block_left03{
background: url("../img/box03_02.jpg") no-repeat scroll 0 bottom / 100% auto;	
background-color: #2aae74;
width:50%;
float: left;
-webkit-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
-moz-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
}

.block_in{
padding: 8%;
}
.section02 .block_right{
width:50%;
float: right;
}

.section02 .block_left02{
width:50%;
float: right;
}

.block_right img{
width: 100%;
}

.block_left02 img{
width: 100%;
-webkit-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
-moz-border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
}

.box_stitle{
    font-size: 70%;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5%;
    margin-bottom: 2%;
}

.box_title {
  font-size: 1.4rem;
  color: #fff;
  margin: 2% 0 1%;
  display: block;
}

.box_txt {
  color: #fff;
  margin: 0 auto 2%;
  line-height: 200%;
  font-size: 0.8rem;
  width:90%;
}

.section02_title{
border:1px solid #fff;
padding:2% 2%;
width:80%;
text-align: center;
font-size: 1.2rem;
letter-spacing: 0.2em;	
margin:2% auto 0;
display: block;
color: #fff;	
text-decoration:none;
}


/*------------------------------------------
■ section03
------------------------------------------*/	

.section03{
background-color: #f6f6f6;
padding:5%;
text-align: center;
}
.section03_in{display:flex;
}


.section03 .block_left{
background: url("../img/sec03_01.jpg") no-repeat scroll 0 bottom / 100% 100%;		
width:48%;
margin: 0 0.8% 0 0%;
background-color: #d3d3d3;
float: left;
padding:3% 10%;	
}

.section03 .block_left02{
background: url("../img/sec03_03.jpg") no-repeat scroll 0 bottom / 100% 100%;		
width:48%;
margin: 0 0.8% 0 0%;
background-color: #d3d3d3;
float: left;
padding:3% 10%;	
color:#fff;
}

.section03 .block_right{
background: url("../img/sec03_02.jpg") no-repeat scroll 0 bottom / 100% 100%;				
width:44%;
margin: 0 0% 0 0.8%;	
background-color: #d3d3d3;
float: right;	
padding:3% 10%;	
}






.sec03_stitle{
font-size: 1.2rem;
color: #fff;
padding-bottom: 0.5%;
margin-bottom: 2%;
}

.sec03_title{
font-size: 2rem;
color:#fff;
margin:4% 0;
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;	
}

.section03_title{
border:1px solid #fff;
padding:2% 2%;
width: 50%;
text-align: center;
font-size: 1.2rem;
letter-spacing: 0.2em;	
margin:2% auto;
display: block;
color: #fff;	
text-decoration:none;
}

.section03 hr{
width:30%;
background-color: #fff;	
display: block;
margin: 1% auto;
height:2px;
}


/*------------------------------------------
■ section05
------------------------------------------*/	

.sec05_txt{font-size: 1.2rem; text-align: center; margin:3% auto 1.5%;}


/*------------------------------------------
■ section05
------------------------------------------*/	
.shop_name{
font-size: 1.2rem;
}

#footer a{font-size:1rem;}
#footer{
background: #333333;
display: block;
padding: 4% 5% 12%;
font-size: 1rem;
line-height: 210%;
}

#footer_left{
	width:35%;
	color:#fff;
	float: left;
}

#footer_right{
	width:53%;
	color:#fff;
	float: right;	
	text-align: right;
}

#footer_right02{
	width:10%;
	float: right;	
}

#footer_right02 img {
    width: 100%;
    float: right;
}

.order_btn {width:33%;}
/*------------------------------------------
■ top_area
------------------------------------------*/	
.top_txt_area{
height: 0px;
    position: relative;
    bottom: 27vw;
    left: 10vw;
    width: 50vw;
}

.top_title{
color:#ffffff;
font-size: 2.5rem;
margin-bottom:0.3vw;
letter-spacing: 0.1vw;
}



.top_txt{
color:#ffffff;
font-size: 1.3rem;
}




/*------------------------------------------
■ ナビ子階層
------------------------------------------*/

.nav {
height: 40px;
margin: 0 auto;
padding: 0;
display: flex;
}
.nav li {
  position: relative;
  list-style: none;
height: 13px;	
}
.nav li a {
display: block;
width: 75px;
height: 10px;
text-align: center;
color: #333;
line-height: 110%;
transition: 0.5s;
text-decoration: none;
box-sizing: border-box;
}
.nav > li:hover > a {/*layer-1*/
}
.nav > li li:hover > a {/*layer-2*/
  color: olive;
}
.nav li ul {
  top: 40px;
  left: -40px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }
  .nav li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav li ul li ul.left:before,/*layer-2-left▷*/
  .nav li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
.content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.lic00{font-size: 1.2rem;}
.lic{border:none; font-size: 1.3rem; margin-left: 40px;}

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

.flex_container img{width:60%; margin:0 auto; display: block;}

.flex_in01{
background: url("../img/box01.jpg") no-repeat scroll center bottom / auto 100%;
text-align: center;
padding: 7% 0;
}

.flex_in02{
background: url("../img/box04.jpg") no-repeat scroll center bottom / auto 100%;
text-align: center;
padding: 7% 0;
}

.flex_in03{
background: url("../img/box02.jpg") no-repeat scroll center bottom / auto 100%;
text-align: center;
padding: 7% 0;
}

.flex_in04{
background: url("../img/box03.jpg") no-repeat scroll center bottom / auto 100%;
text-align: center;
padding: 7% 0;
}

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

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

.flex_unit03{
    width: 33.333%;
    flex: 1 1 0;
    padding: 5px;
}
.flex_unit02 img, .flex_unit03 img{
}

.lic00{border-right: 1px solid #000;}

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

/*------------------------------------------
■ 下層ページ
------------------------------------------*/

.p_title{
	font-size:2.4rem;
	text-align: center;
	color:#2aae74;
	margin-top: 2%;
}

.p_l_title{
	text-align: center;
	color:#2aae74;
	margin-bottom: 2%;	
}

.submitBtn02{
background-color: #2aae74;
padding: 1.5% 5%;
border-radius: 20px;
color: #fff;
display: block;
margin: 0 auto;
width: 19%;
text-align: center;
font-size: 1.2rem;
}

.submitBtn{
background-color: #2aae74;
padding: 1.5% 5%;
border-radius: 20px;
color: #fff;
display: block;
margin: 0 auto;
width: 19%;
text-align: center;
font-size: 1.2rem;
}

.contact_dl_box dt{
float: left;
width: 20%;	
}

.contact_dl_box dd{
display: inline-block;
}

.s_border{
	border:1px solid #666;
}

.mw_wp_form_complete{
	border: 1px dotted #2aae74;
}

/*------------------------------------------
■ listページ
------------------------------------------*/

.list_li{list-style:none; }

.list_day{display:block; font-weight: bold;}

.list_txt{
    display: block;
    font-size: 1.8rem;
    background: url("../img/arrow.png") no-repeat scroll left center / 2% auto;
    text-indent: 32px;
}



/*------------------------------------------
■ ブロック
------------------------------------------*/
#content02 .block_left {
    float: left;
    width: 48%;
}

#content02 .block_left02 {
	padding-left:20px;
	float: left;
	width: 49%;
}
#content02 .block_right {
	float: right;
	width: 47%;
}

#content02 .margin_t{
    margin-top: 40px;
}


#content02  .block_right img{padding-right:0px;}
.sub_title_a{
	font-size:1.5em;
	margin:2em 0 0;
	color: #2aae74;
	font-weight: normal;
}
.sub_title_b {
    display: block;
    background-color: #2aae74;
    padding: 0.5% 1%;
    color: #fff;
    margin: 2% auto 1%;
	font-size:130%;
	text-align:center;
	letter-spacing:0.1em;
}
.sub_title_c{
	font-size:2.5rem;
	margin-bottom:2%;
	color: #2aae74;
	font-weight: normal;
}
.sub_title_d {
    display: block;
    background-color: #2aae74;
    padding: 0.5% 1%;
    color: #fff;
    margin: 2% auto 3%;
}
.sub_title_e{
	font-size:1.2em;
	margin-bottom:2%;
	color: #2aae74;
	font-weight: normal;
}
/*------------------------------------------
■ アコーディオン
------------------------------------------*/

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 2% auto;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 2rem;
  font-weight: normal;
  color: #2aae74;
  border:2px solid #2aae74;
  cursor: pointer;
  border-radius: 20px;
  text-align: center;
}

.company_table dt {float:left; width:20%; }
.company_table dd {display: inline-block; }

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2aae74;
  border-right: solid 2px #2aae74;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  width:90%;
  margin: 1% auto;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}




.sub_title_d{
	display: block;
	background-color:#2aae74;
	padding:0.5% 1%;
	color:#fff;
	margin:2% auto 3%;
}

/*------------------------------------------
■ ページの先頭へ
------------------------------------------*/	
#return_top{
    text-align: right;
    padding: 20px 0 0 0;
    clear: both;
    width: 11%;
    display: block;
    float: right;
margin-bottom: -5px;
}
.req{
	vertical-align: super;
	background-color:red;
	color:#fff;
	font-size:70%;
	padding:0 5px;
}
.company-profile__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	width: 150px;
    padding: 20px 20px 20px 0;
	border-bottom: solid 2px #2aae74;}

.company-profile__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 20px 0 20px 30px;
    border-bottom: solid 2px #cccccc;
}
.company-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.map_in {
    border: 0;
    width: 100%;
    margin-top: 2%;
	height: 300px;
}
.m-b{
	margin-bottom:5%;
}
 .map_btn{
    background-color: #2aae74;
    border-radius: 5px;
    color: #fff;
    padding: 1% 2%;
    margin-left: 1%;
}
.l_color{border-top: 1px solid #ccc;}
.pad_none {
    display: none;
}
.temple_limk,
.plastic_link{
	background: #2aae74;
	width:40%;
    padding: 0 1%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    margin: 1% auto 0;
    display: block;
    color: #fff;
	float:right;
}
.w_max{
	width:100%!important;
}
.repla_sp{
	margin-top:3em;
}