@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.kiwi{font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;}

/*-----------------------------------------------
   Default
-----------------------------------------------*/
.cf:after{
content:"";
display:block;
clear:both;
}

.bold_red{color:#D80000;
font-weight: bold;}

p {
	margin-bottom: 15px;
}
.white_box{background: #fff;
border-radius: 7px;
box-shadow: 0 0 5px #aaa;
padding: 0.75em;
margin-bottom: 1em;}

.outbox{
	background: #fff;
	padding: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	margin: 0 10px 30px;
	overflow: hidden;
     border-radius: 10px;
}
.inbox{
  padding: 0px 5px 5px 5px;
}

.space{
	display: block;
	height: 30px;
}


a.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color:#82B327;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
}

a.link2 {
    display: block;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;
    border-radius:5px;
    color:#fff;
    font-size:1em;
    text-decoration: none;
    background-color:#206E43;
    font-weight: bold;
    background-image: url("../../image/common/link.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: auto 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

}
a.link2:hover {
    background-image: url(../../image/common/link.png);
    background-color: #FFBF51;
    color: #FFFFFF;
}
.link2 a {
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px 40px 10px 10px;
    border-radius: 30px;
    width: 80%;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none!important;
    background-color: #82B327;
    font-weight: bold;
    background-image: url(../../image/common/link.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 10px;
	text-align: center;
}
a.tel_link{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#593421;
	background-image: url(../../image/common/tel.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding: 0 0 0 25px;
	background-position: left center;
	line-height: 30px;
	float: right;
	display: block;
	margin: 10px 0 0 20px;
}

dl.kome{

}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 5px 2em;}


dl.biko{
	margin: 10px 0 0 0;
}
dl.biko dt {
	float: left;
	color: #206E43;
	font-weight: bold;
}
dl.biko dd {
    padding: 0 0 5px 5em;
}


span.kome,p.kome {
	padding: 0 0 0px 1.5em;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
	overflow: hidden;
}
span.kome:before,
p.kome:before{
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}

a.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	border:1px solid #dcdcdc;
	display:block;
	margin:10px auto;
	color: #F99B00;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

a.button span{ font-size:13px;
color:#555;}

/*-------------------*/

.bn{
}
.bn ul{
	display: block;
	margin: 0 auto;
	padding: 0 0 15px;
	max-width: 300px;
}
.bn ul li{
	margin: 0 0 15px;
	
	box-sizing: border-box;font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
.bn ul li img{
	text-align: center;
	display: block;
	box-sizing: border-box;
border-radius: 8px;
	display: block;
	border: 1px solid #CFCFCF;
	
}


.aligncenter,
.alignleft,
.alignright{margin: 0 auto 15px auto;
	text-align: center;
   
    height: auto;
width: 240px;}

.aligncenter img,
.alignleft img,
.alignright img{display: block;
margin: 0 auto;
    max-width: 100%;
vertical-align: bottom;
 border-radius: 5px;}

/*-----------------------------------------------
   Fonts
-----------------------------------------------*/
h2 { font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	color: #fff;
	margin: 0 0 15px;
	font-size: 20px;
	padding: 5px 10px 7px 35px;
	line-height:1.3;
	background-color: #907652;
	background-image: url(../../image/common/h2.png);
	background-repeat: no-repeat;
	background-position:10px 10px;
	background-size: auto 19px;
	border-radius: 10px;
}

h2 span{font-size: 18px;}

h3 {
	color:#907652;
	border-bottom: 1px dashed #907652;
	font-size: 19px;
	margin: 0 5px 15px;
padding: 0 0 7px 0;

	
	clear: both;
	position: relative;
	
	
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}


h4 {font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #82B327;
	color:#82B327;
	padding: 0 0 5px 0;
	margin: 0 5px 10px 5px;
	clear: both;
}
/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
}
body{
	font-size: 100%;
background:#FEFBF2;
	-webkit-text-size-adjust: 100%;
	
}
header#head{
	background:#fff;
	 border-top: 5px solid #CBBEAC;

   
    box-shadow: 0 3px 4px rgba(144,118,82,0.4);
    -webkit-box-shadow: 0 3px 4px rgba(144,118,82,0.4);
	padding:5px 0;
	z-index: 10000;
	position: relative;
}
header#head .head {
	padding: 0;
	margin: 0px auto 0px auto;
	font-size: 13px;
	width: 320px;
}
header#head h1{background: #fff;
	margin: 0px 0 5px;
	padding: 0px 0;
	line-height: 1.2;
font-weight: normal;
  color:#907652;
	font-size: 14px;
	text-align: center;

}

header#head .logo{
	border: none;
	width: 73%;
	height: auto;
	background: none;
	margin:10px auto 5px auto;
	padding: 0;
	letter-spacing: 0px;
	border-radius: 0px;
	z-index: 0;
	float: left;
}
header#head .logo img {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: none;
}

header#head .logo p{text-align: center;
font-weight: bold;
	color: #A69660;
	margin: 5px 0 0 0;
	font-size: 14px;
}

header#head .tel{width: 16%;
float: right;}

header#head .tel a{display: block;
	background: #fffcfa;
background: linear-gradient(180deg, rgba(255, 252, 250, 1) 0%, rgba(232, 223, 211, 1) 100%);
padding:12px 8px;
border: 1px solid #ccc;
border-radius: 10px;
text-align: center;
font-weight: bold;
color: #000;
margin: 0;
font-size: 14px;}

header#head .tel a img{width: 22px;
display: block;
margin: 0 auto;}

header#head .headbtm {
	width:100%;
	margin: 0px auto 0px auto;

}

p.tel a{font-size: 36px;
	padding: 0 0 0 30px;
	color: #593421;
	display: block;
background: url("../../image/common/tel.png") no-repeat left center;
	background-size: auto 20px;
margin: 0;
	line-height: 40px;
	
	font-family: Arial, Helvetica, sans-serif;
}

.headbtm p.tel{text-align: center;
}
.headbtm p.tel a{display: inline-block;
	font-size: 25px;
text-align: center;}


.headbtm ul{float: right;
width: 34%;}

.headbtm ul li img{background: #fff;

    width: 100%;
margin: 0 auto 5px auto!important;}

#wrap {
	position: relative;
}
#content {
	margin: 0;
	padding: 0px 0 0;
}
footer#foot {
	padding: 15px 0 0;
	background-color:#fff;
}
footer#foot .foot {
	clear: both;
	margin: 0 auto;
}
footer#foot .foot:after {
	clear: both;
	content:"";
	display: block;
}
footer#foot a {
	text-decoration: none;
	color: #000;
}
footer#foot .foot p.name {
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	display: block;
	background-color: none;
	background: none;
	margin: 0 0 10px 0;
	color: #2C6A58;
}
.foot p.name img {width: 60%;
	height: auto;
	max-width: 200px;
}
footer#foot .foot p.name a{
	color:#2C6A58;

}

footer#foot .foot p.add {
	line-height: 1.3;
	margin: 0 0 10px;
	text-align: center;
	color: #000;
}


footer#foot .foot p:after {
	content:"";
	clear:both;
	display:block;
}
.copy {
	line-height: 130%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 5px;
	margin: 0;
	background-color:#593421;
}
footer#foot .copy a{
color: #FFFFFF;
}

footer#foot .foot #footnav {
	margin: 10px 0px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 180%;
	color: #402000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: inset;
	border-top-color: #402000;
	border-bottom-color: #402000;
}
footer#foot .foot #footnav ul li a {
	text-decoration: none;
	color: #402000;
}
footer#foot .foot #footnav ul {
	text-align: center;
}

footer#foot .foot #footnav ul li {
	display: inline;
	padding: 0 2px;
}


/*------------------------------
	ナビゲーション
------------------------------*/
#navi1 {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px 0px 30px;
box-shadow: 0 3px 4px rgba(156,151,131,0.4);
    -webkit-box-shadow:0 3px 4px rgba(156,151,131,0.4);
	background:#fff;
}
#navi1 .navi1 {
	width: 300px;
	margin: 0 auto;
	display: block;
}
#navi1 ul{
display: flex;
flex-wrap: wrap;
align-content: stretch;
align-items: stretch;
justify-content: center;
}
#navi1 ul li{
	margin: 0 7px 10px;
	width: 80px;
	text-align: center;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
#navi1 ul li a{
	display: block;
	color: #333;
	text-decoration: none;
}
#navi1 ul li a img{
	width: 80px;
	box-sizing: border-box;
	height: auto;
	padding: 5px;
	border: 4px double #fff;
	display: block;
	border-radius: 10px;
	margin: 0 0 5px;
	text-shadow: 0px 1px 0px #F68500;
background: #FCDA52;
background:#593421;
	
	
	
}
#navi1 ul li a img small{
font-size: 100%;
}

#navi1 ul li:nth-of-type(4){font-size: 12px;
line-height: 1.2;}



/*-------------------------------
	ページトップ
-------------------------------*/
.pagetop{
	margin:0 15px 0px 10px;
	text-align:right;
	color: #40200;
}
.pagetop a{
	padding: 0 0 0 14px;
	font-size: 90%;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 11px;
	background-size: 11px;
	color: #000000;
	text-decoration: none;
}

/*-------------------------------
   TopicPath
-------------------------------*/
#topicpath {
	display: block;
	text-align: left;
	padding: 2px 5px;
	margin: 0 0 20px 0px;

}
#topicpath ul {
	list-style: none;
	padding: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#topicpath ul li {
	display: inline;
	font-size: 14px;
}
#topicpath ul li a {color: #000;
	text-decoration: none;

}
#topicpath ul li span {

}




/*-------------------------------
   トップページ
-------------------------------*/
.topimg {
	margin: 10px auto;
	
}
.topimg img{
	margin: 0 auto;
	padding: 0px;
	display: block;
	max-width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 7px #ccc;
	border-radius: 10px;
}

.eye{
	margin: 10px auto;
	
	text-align: center;
    	border-radius:0px;	
	
}
.eye img{width:95%;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
   vertical-align: bottom;
	border-radius: 8px;
	margin: 0 auto 10px;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 7px #ccc;
}



/*-----------------------------*/

.pr01{margin: 0 10px 40px 10px;
background: #fff;
padding: 15px;
border-radius: 10px;
box-shadow: 0 0 6px #D5D4D4;}


.pr01 p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #593421;
	font-size: 17px;
	line-height: 1.6;
	margin: 25px 0 0px 0;
	background-image: url("../../image/top/pr01_top.png"),url("../../image/top/pr01_btm.png");
	background-position: left top,left bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
	padding: 30px 15px;
}

.pr01 .imgbox3 li img{border-radius: 50%;
border: 5px solid #CBBEAC;}

.pr01 .imgbox3 li:nth-of-type(2) img{border: 5px solid #D8E9B3}


.pr02,.bg_brown{background: #fff;
border-radius: 10px;
box-shadow: 0 0 6px #D5D4D4;
padding: 20px;
margin: 0 10px 30px 10px;
font-size: 17px;}
.bg_brown{background: #FEFBF2;}
.pr02 h2{background: none;
padding: 0 0 8px 0;
border-bottom: 1px solid #EF7DA0;
color: #EF7DA0;
border-radius: 0;}

.pr02 .alignleft{
	width: 100%;
}

.pr02 .link2 a{margin-bottom: 0;
width: 60%;}


ul.check,
ul.check2{font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;

  list-style-type: none!important; /*数字を一旦消す*/
}
ul.check li,
ul.check2 li{font-size: 16px;
  position: relative;
  padding: 0em 0 0.5em 25px;
	margin-bottom: 0.5em;
	border-bottom: 2px dotted #A8B4B9;
	background: url("../image/common/check.png") no-repeat left 0.1em;
	background-size: 27px auto;
}

.pr01 ul.check li{font-size: 19px;}

/*--------------------------------*/

#infoArea .frame {
	width:100%;
	height:210px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}
#infoArea iframe {
  width:100%;
  height:100%;
  border:none;
  display:block;
}



/*--------------------------------*/
.about h3{font-weight: bold;
	color:#82B327;
	font-size: 18px;
	margin: 0 0 10px;
	border-bottom: 2px dotted #82B327;
	background: none;
	padding: 0 0 5px 0;
	text-shadow: none;
	border-radius: 0;
	text-shadow: none;
}

.about h3:before{content:none;}

.about table{
   border: 0px solid #555;
	margin: 5px 0 10px 0;
	background: #fff;
	width: 100%;
	border-top: 1px solid #7B4703;
	border-left: 1px solid #7B4703;
}
.about table th {text-align: center;
	padding: 3px;
	font-size: 15px;
	border: 0px solid #555;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background:#F5F0EA;
}
.about table td {border-top: 0px solid #777;
	border-left: 0px solid #777;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 14px;
	text-align: center;
	padding: 2px 4px;
	vertical-align: middle;
}

.about p.small{background: #FFFF7B;
text-align: center;
font-weight: bold;
    padding: 5px 5px;
    font-size: 14px;
}
.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 16px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 0px 4em;
}
.about p.kome{margin-bottom: 10px;}
.about dl.gaiyo{}
.about dl.gaiyo dt{
	border-radius: 5px;
	background-color:#82B327;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	width: 4.5em;
	text-align: center;
	float: left;
}
.about dl.gaiyo dd{
	margin: 0 0 8px;
	padding: 0 0 8px 5em;
	border-bottom: 1px dotted #82B327;
}
.about dl.gaiyo dd a{
	text-decoration: none;
	color: #000000;
}
.about iframe{
	width: 100%;
	height: 250px;
	display: block;
	margin-bottom: 10px;
}


/*--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 20px;
	padding: 0 0 40px;
	clear: both;
	background-image:url("../../image/common/arrow.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 30px;
}
ol.nagare li:last-child{
	padding: 0 0 0px;
	background-image: none;
}
ol.nagare li:last-child::after{
	content: "";
	display: block;
	clear: both;
}
ol.nagare li dl{}
ol.nagare li dl dt{ background:#FBFBEF url("../../image/texture/texture_wd100.png");
    color:#7A5E47;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    border-radius: 5px;
}
ol.nagare li dl dt span{
 background-color:#907652;
    padding: 2px 5px;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius:5px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
}
ol.nagare li dl dd{
	margin: 0 5px;
}

ol.nagare li dl dt strong{color: #E58000}

ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 120px;
	float: right;
	
	height: auto;
 	border-radius: 5px;
	height: auto;
	background-color: #FFFFEB;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	box-shadow: 0px 0px 3px #BBBBBB;
}
.step ol.nagare li dl dd img{display: block;
	float: none;
	width: 230px;
margin: 0 auto 10px auto;}
/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 30px;
	position: relative;
	min-height: 22px;
	font-weight: bold;
	color: #8C644B;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}
.qa dl dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
		width: 26px;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	display: block;
	text-align: center;
	background-color:#EE8F00;
	color: #FFFFFF;
	border-radius: 50%;
	font-family:Arial, Helvetica, "sans-serif";
}
.qa dl dd {
	padding: 0px 0 20px 30px;
	position: relative;
	margin: 0px 0 20px;
	 color: #444;
 border-bottom: 2px dotted #C2A749;
	height: auto;
}
.qa dl dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
		width: 26px;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	display: block;
font-family:Arial, Helvetica, "sans-serif";
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color:#78C548;
	color: #FFFFFF;
}
/*------------------------------*/
#feature h3{background-image:url("../../image/shoukai/feature.png");
background-repeat: repeat-x;
	background-position: left top;
background-color: transparent;
	background-size: auto 15px;
border: none;
text-align: center;
color:#7A6A4B;
font-size: 22px;
padding: 30px 0 0px 0;
	line-height: 1.3;
}
#feature h3 strong{
	color: #FF5757;
	font-size: 26px;
}
/*----------------------------------*/


.greet .inchou{
	width: 200px;
	margin: 0 auto 10px;
}
.greet .inchou img{
border: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
	margin: 0 0 5px;
	aspect-ratio:1/1;
	object-fit: cover;
}
.inchou figcaption,
.name{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#82B327;
	margin-bottom: 0px;
}

.name{text-align: right;
margin: 0;}

.inchou figcaption strong,
.name strong{
	color:#46330E;
	font-size: 16px;
}


.greet .inchou figcaption span {
	font-size: 14px;
	display: block;
	color: #777;}

.greet .namae {
	text-align:right;
	font-size: 18px;
	font-weight: bold;
	color:#8C6900;margin: 0 0 10px 0;
}
.greet .namae strong {
	color:#49AE49;
	font-size: 16px;
}
ul.check{margin: 0 0 20px 0;}

ul.check li{color:#333;
font-weight: bold;
border-bottom: 2px dotted #CBC495;
background: url("../../image/common/check.png") no-repeat left 4px;
background-size: auto 1.2em;
padding: 0 0 8px 25px;
margin: 0 0 8px 0;
font-size: 17px;
 font-family: "Noto Sans JP", sans-serif;}


ol.number {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  background: #fff;
	box-shadow: 0 0 5px #aaa;
	border-radius: 10px;
	font-size: 1.05em;
	 font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 25px 0;
}
ol.number li {
  border-bottom: dotted 1px #206E43;
  position: relative;
  padding: 0.7em 0.5em 0.75em 35px;
  line-height: 1.5em;
	line-height: 1.5;
}

ol.number li strong{font-weight: bold;
font-size: 1.1em;
display: block;
color: #B5830C;}

ol.number li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:block;
  background:#206E43;
  color: white;
  font-family:Arial, Helvetica, "sans-serif";
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top:1em;
}
ol.number li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

ul.list{margin: 0 0 20px 0;}

ul.list li{background: url("../../image/common/link2.png") no-repeat left 5px;
background-size: auto 7px;
padding: 0 0 5px 10px;
border-bottom: 1px dotted #aaa;
margin-bottom: 5px;}

.voice,
.voice2{
	background-image:url("../../image/common/bg.jpg");
	background-repeat:repeat;
	background-position:left top;
	padding:15px 15px 10px 15px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto 20px auto;
	box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    border-radius: 10px;
	position: relative;
}
.voice:before{
	content:"VOICE";
	background: #206E43;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
	font-family: "Kiwi Maru", serif;
	letter-spacing: 0.1em;
	font-size:0.9em;
}



.voice p,
.voice2 p{
	font-size: 1.05em;
	margin: 0 0 10px 0!important;
	line-height: 1.4;
}

.suisen p{margin-top: 10px!important;}

.suisen .voice:before{content:none;}

.voice p:after{content:"";
display: block;
clear: both;}
.voice p.name{font-weight: bold;
color: #79612E;
text-align: right;
margin: 0;
	font-size: 1em;
}

.voice p.small{font-size: 0.9em;}


/*----------------------------------*/
dl.faq dt {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #835E45;
	position: relative;
	padding: 0 0 0 35px;
	line-height:25px;
}

dl.faq dt:before{
	content: "Q";
	width: 25px;
	height: 25px;
	background-color:#85B200;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 25px;
	line-height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


dl.faq dd {
	line-height: 1.7;
	margin-bottom: 20px;
	position: relative;
	padding: 0 0 20px 35px;
	border-bottom: 2px dotted #34A97C;
}



dl.faq dd:before{
	content: "A";
	width: 25px;
	height: 25px;
	font-weight: bold;
	background-color:#FF9226;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 25px;
	line-height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

dl.faq dd:last-child{ border-bottom:none;
padding-bottom:0;
margin-bottom:0;}





/*----------------------------------*/
.ryokin p{margin: 0 5px 1em 5px;}

.ryokin table {width: 100%;
	border: 1px solid #BC974F;
	margin: 0 5px 20px 5px;
}
.ryokin table th {
	background-color:#FBFBEF;
	border-right: 1px dashed #BC974F;
	border-bottom: 1px dashed #BC974F;
	
}
.ryokin table th, .ryokin table td {
	padding:8px 5px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
}
.ryokin table th.futan {
	width: 150px;
	border-right: 1px solid #BC974F;
}
.ryokin table th .ninki{font-weight: bold;
color: #FFFFFF;
background: #F4789B;
padding: 3px 5px;
text-shadow: 0 0 3px #333;}


.ryokin table tr:first-child th {
	border-bottom: 1px solid #BC974F;
}
.ryokin table td {
	text-align: center;
	border-right: 1px dashed #BC974F;
	border-bottom: 1px dashed #BC974F;
}
.ryokin2 table tr{display: flex;
flex-wrap: wrap;}
.ryokin2 table tr th,
.ryokin2 table tr td.naiyo{display: block;
width: 100%;}
.ryokin2 table td{width: 50%;
box-sizing: border-box;
vertical-align: middle;}


.ryokin table td.text_left{
	text-align: left;
}
.ryokin table span.right{
	float: right;
	display: inline-block;
	padding-right: 1em;
}
.ryokin table span.right_kara{
	float: right;
	display: inline-block;
}

 dl.ryokin{border: 1px solid #BC974F;
	padding:10px 15px;
	margin: 0 5px 10px 5px;

	 font-weight: bold;
}



 dl.ryokin dt{color: #BC974F;
}
 dl.ryokin dd{
	margin: 0 0 8px;
	padding: 0 0 8px 0;
	 text-align: right;
	 border-bottom: 1px dashed #BC974F;
}
dl.ryokin dd span{display: block;
text-align: left;
font-size: 14px;
font-weight: normal;}

dl.ryokin dd:last-of-type{border: none;
padding-bottom: 0;
margin-bottom: 0;}


.hari .ryokin table td.naiyo{font-size: 14px;
text-align: left;}

.hari .ryokin table td,
.hari .ryokin table th{border-bottom: 1px solid #BC974F}
/*------------------------------*/

.hoken p{
	margin: 0 5px 30px;}
.hoken p.btm10{
	margin: 0 5px 10px;}

.hoken img{
	border-radius: 10px;
}



p.message{background: #FEFBF2;
padding: 10px;
font-weight: bold;
font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
font-size: 17px;
	color: #EF7DA0;
	border-radius: 10px;
	border: 2px dotted #DBC4A4;
	margin: 0 5px 15px 5px;
}

.hari .tel a,
.hari .tel{
text-align:center;
margin:0 auto;}

.hari .tel a{display: inline-block}
.hari .tel span{font-weight: bold;
color: #E85C8C;
display: block;
border-bottom: 1px dashed #E85C8C;
padding: 0 0 5px 0;
margin: 0 0 10px 0;}

/*------------------------------*/
.jiko p img,
.jibai p img{
	display: block;
	width: 240px;
	margin: 0 auto 10px;
}



#gallery .inbox{
	padding-bottom: 30px;
}

.imgbox2,
.imgbox3{display: flex;
flex-wrap: wrap;
justify-content: space-around;}
.imgbox2 li,
.imgbox3 li{box-sizing: border-box;}


.imgbox2 li{width: 48%;}
.imgbox3 li{width: 30%;}

.imgbox3 ul,
.imgbox2 ul,
.imgbox4 ul,
ul.icon
{
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-around;
}

.imgbox3 ul li img, .imgbox2 ul li img, .imgbox4 ul li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0px;
	box-sizing: border-box;

}

.imgbox3 ul li {
width: 32%;
margin: 0 0 20px;
}

.imgbox2 ul li {
width: 46%;
margin: 0 0 10px;
}

.imgbox4 ul li {
	width: 22%;
	margin: 0 0 10px;
	text-align: center;
}


.imgbox3 ul li img,
.imgbox2 ul li img,
.imgbox4 ul li img{
display: block;
width: 100%;
height: auto;
}

.inquiry .aligncenter{width: 70%;
margin: 0 auto;}


