@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 100px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}


/* ページのタイトル
-------------------------------------------------- */
#page_title{
padding:0px 0px 0px 0px ;
}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin: 10px 0px 30px 0px;
	line-height: 20px;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>>　";
		}
		#pan li.first:before {
			content: "";
		}
		#pan li.first{
			padding:0px 0px 0px 0px ;
		}

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

#pan {
	display:none;
}

}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

.u_lin {
    background: linear-gradient(transparent 50%, yellow 50%);
    font-weight: bold;
    font-size: 105%;
}

p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

/* googlemap */

.google-maps {
position: relative;
padding-bottom: 55%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}




/* お問い合わせ
-------------------------------------------------- */

.dis_b{
display:block;
margin:5px 0;
}


.form-control {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  width:80%;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control.s01{
  width: 40% !important;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  line-height: 1.5;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

@media only screen and (max-width: 768px) {
.form-control.s01{
  width: 100% !important;
}
}




/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.coment_box{
border:solid 1px #cfbd8f;
background:#f2ead6;
padding:10px;
margin:15px 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.meritt{ padding:15px 10px 10px 10px ;font-weight:bold;color:#752234;}

.meritt:before { content:'\e01f';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#469833;}


.mese{
padding:0px 10px 5px 15px ;
border-bottom:dotted 1px #333;
}


.coment_box02{
border:dotted 2px #cfbd8f;
background:#f6fff2;
padding:0px 10px;
margin:10px 5px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}


/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.maru li:before { content:'\f058';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';}
.maru li{ padding:5px;margin-bottom:5px;text-indent:-20px;padding-left:20px;}

.batsu:before { content:'\e90e';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#d05a78;}
.batsu { font-weight:bold;padding:5px;border-bottom:dotted 1px #ccc;color:#d05a78;font-size:105%;margin-bottom:5px;text-indent:-20px;padding-left:20px;}


dl.sikaku { padding:0 15px;}

dl.sikaku dt{ 
font-weight:bold;
border-bottom:dotted 1px #ccc;
color:#975c35;
font-size:110%;
text-indent:-20px;
padding-left:20px;
}

dl.sikaku dt span{ 
padding:0 0 0 20px;
font-size:90%;
color:#c55400;
}

dl.sikaku dt:before { content:'\f00c';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#bf0b0b;}

dl.sikaku{margin-bottom:10px;}

dl.sikaku dd{padding:5px 15px 15px;line-height:2.0;}


.kyoucyou{
text-align:left;
font-weight:bold;
padding:0px 0 10px;
color:#c55400;
font-size:115%;
line-height:1.8;
font-family: "FOT-ロダン Pro M";
}

.kyoucyou:before { content:'\f0a4';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#ff5400;}


.kyoucyou02{
text-align:center;
font-weight:bold;
padding:20px 0 20px;
color:#ff7200;
font-size:125%;
line-height:1.8;
font-family: "FOT-ロダン Pro M";
}

.check:before { content:'\f058';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#d40000;}
.check { font-weight:bold;padding:5px;color:#164c0d;font-size:110%;margin-bottom:5px;}

.check span{ background:#276c4f;padding:0 10px;color:#fff;font-size:110%;margin-left:15px;}

.shubetsu li{width:33.0%;float:left;padding:0.5%;}

@media only screen and (max-width: 768px) {
.kyoucyou{
font-size:105%;
}
}
/* 
====================================================================================================
◆よくある質問
---------------------------------------------------------------------------------------------------- */

.dl_style_faq {margin:10px 5px 20px 5px;
 }

.dl_style_faq dt {
padding:13px 40px 13px 40px;
position: relative;
border-bottom:dashed 1px #ccc;
font-weight:bold;
margin:2px 0px 0px 0px ;
color:#a6783c;
}

.dl_style_faq dt:before{position: absolute;content:"Q";left:0px;top:12px;color:#fff;background:#2e7b00;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}

.dl_style_faq dd {
padding:10px 10px 10px 40px;
text-indent:-40px;
}

.dl_style_faq dd:before{content:"A";color:#fff;background:#ff9600;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}


.dl_style_faq .open {}
.dl_style_faq .open:after { position: absolute;content:'▲';right:10px;top:12px; color:#fff;font-size:100%;background:#ff9000;padding:0 3px;}
.dl_style_faq dt,
.dl_style_faq .close {}
.dl_style_faq .close:after { position: absolute;content:'▼';right:10px;top:12px; color:#fff;font-size:100%;background:#1c9500;padding:0 3px;}


/* 
====================================================================================================
◆流れ
---------------------------------------------------------------------------------------------------- */

.flow_tt {
    font-size: 115%;
    font-weight: bold;
    color: #008543;
    line-height: 1.4;
    padding: 0 10px;
    background:#e1ffde;
    border:solid 4px #68bc5f;
}

#flow {
counter-reset: Num;  
}

.flow_tt::before {
    counter-increment: Num;
    content: counter(Num);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    margin-right: 0.4em;
    padding: 0.6em 0.75em;
    background: #2f9124;
    border-radius: 50%;
    position: relative;
}


.flow_box{
margin:0 0 0 30px;
padding:20px 20px 20px 20px;
border-left:#68bc5f dotted 3px;
}

.flow_box:last-child{
border-left:none;
}

.flow_box02 dt{
font-weight:bold;
color:#000;
background:#ecd3c1;
margin:0px 0 0px;
padding:5px 10px;
border:dotted 2px #835c3f;
}


.flow_box02 dd{
margin:0 0 0 30px;
padding:20px 20px 20px 10px;
border-left:#835c3f dotted 3px;
}

.flow_box02:last-child dd{
border-left:none;
}

.flow_box02 dt span{
font-size:110%;
color:#fff;
background:#5b3519;
margin-right:10px;
padding:0 10px;
}

.flow_box02 dd{
margin:0px 10px;
}

/* 
====================================================================================================
◆境界立会
---------------------------------------------------------------------------------------------------- */

#p_kyoukai {
counter-reset: Num;  
}

.kyoukai_point{
    margin:60px 0 0;
}

.kyoukai_point h4{
    font-size: 130%;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding: 0 0px 0 76px;
    text-indent:-76px;
    margin:20px 0;
}

.kyoukai_point h4::before{
    counter-increment: Num;
    content: counter(Num);
    font-size: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-right: 0.4em;
    padding: 1.1em 1.5em;
    background: #812767;
    border-radius: 50%;
    position: relative;
}

.kyoukai_point:first-child h4::before{background: #2b8300;}
.kyoukai_point:last-child h4::before{background: #cf5a5a;}


.kyoukai_point p{
padding:0 20px;
}

.kyoukai_point dd{
    font-weight:bold;
    padding:10px 0 0 0;
    text-align:center;
}

.date{color:#ff8400;margin-bottom:20px;}
.news_box{
border:solid 1px #a49d65;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
padding:15px;
margin:15px 0;
}

.news_box a{
color:#4b88f6;
}

.news_box .tt_style01{
margin:0 0 30px 0;
}

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

#top_kyoukai{
padding:20px 0px 0px;
}

#top_kyoukai h3{
font-size:160%;
padding:0px 0 0px;
}

.kyoukai_point{
    margin:30px 0 0;
}
.kyoukai_point p{
padding:0 40px 30px;
}

}

/* 
====================================================================================================
◆タブ切り替えし
---------------------------------------------------------------------------------------------------- */

ul.tabs{
 padding:0px 0px 0px 0px;
 margin:0px 5px 0px;
 list-style-type: none;
}


ul.tabs li{
 float:left;
 background:#fff;
 margin:0 2px 0;
 border:solid 1px #cecece;
 border-bottom:none;
}


ul.tabs li.tabb a{
 padding:10px 15px 10px 15px;
 color:#333;
 display: block;
 text-align:center;
 background:#fff;
 font-weight:bold;
 text-decoration:none;
}

ul.tabs li.tabb a:before { content:'\f0da';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';}

ul.tabs li a:hover {
        color:#fff;
        background:#5a331b;
}

ul.tabs li a.is_active {
        background:#5a331b;
        color:#fff;
        border-bottom:none;
}


.tab-content {
	width: 100%;
	display: none;
	margin:-1px auto 30px;
	padding:15px 15px 25px 15px;
	border:solid #e3e3e3 1px;
	background:#fff;}

.tab-content.is_show {
  display: block;
}

.tab-content p{padding:0px 15px 0px 15px;}

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

ul.tabs{
 padding:0px 0px 0px 2px;
}

ul.tabs li{
 background:#fff;
 margin:0 2px 2px;
 border:solid 1px #cecece;
}

ul.tabs li.tabb a{
 padding:10px 5px 10px 5px;
}

ul.tabs li a span {
        display:none;
}

.tab-content {
	width: 96%;}

}

.tab_sec{
float:left;
margin:0px 0px 0;
padding:0px 0 0 0;
}

.tab_sec p{
text-align:center;
padding:5px 0 5px 0;
margin:20px auto 10px;
width:98%;
color:#fff;
background:#0f4689;
font-weight:bold;
}

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

ul.tabs{
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px;
 list-style-type: none;
}

.tab_sec{
float:left;
margin:0px 0px 0;
padding:0px 0 0 0;
}

.tab_sec p{
margin:10px auto 5px;
}

}

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

.tab_sec{
float:none;
}

.tab_sec p{
width:85%;
}

.tab_sec ul.tabs li:last-child{
 border:solid 1px #cecece;
 border-bottom:solid 1px #cecece;
}

}

#r_news {
    border: solid 1px #e3e0c8;
        border-top-color: rgb(227, 224, 200);
        border-top-style: solid;
        border-top-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    margin: 15px 0px 20px 0px;
    background: #f4f3e9;
}

#r_news h3{
    text-align:left;
    background:#e3e0c8;
    margin-bottom:10px;
    padding:5px 0;
}

#r_news ul{
    width:90%;
    margin: 0px auto 0px;
}

#r_news ul li{
    border-bottom:dotted 1px #333;
    padding:10px 0 10px 0;
}

#r_news ul a{
    display:block;
}

#r_news ul time{
    margin: 5px 5px 10px;
    background: url(../common_img/icon_01.gif) no-repeat 0 0;
    padding: 0px 0px 0px 20px;
    display: block;
    color: #ff7800;
    border-bottom: none;
}
}
