@charset "utf-8";



.cont_title01.-deco {
	padding-left: 65px;
}
.cont_title01.-deco::before {
	position: absolute;
	content: "";
	left: 20px;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/cont_title_deco.jpg)left center no-repeat;
}

/*----- 202208 コンテンツ追加 -----*/
.cont_box {
	margin: 20px auto 50px;
}

.cont_box:after {
content: ""; 
display: block; 
clear: both;
}


#box01 h4 {
	text-align: center;
}

#box01 ul {
	width: 80%;
	text-align: left;
	border: 1px solid #87b524;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f5f9ee;
}
#box01 ul li {
	font-weight:bold;
	font-size: 110%;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	background: url(./img/ck_mrk.png) no-repeat left center;
	background-size: 15px 15px;
}
#box01 ul + p {
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}

.sub_title02 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#box02 h6 {
	text-align: left;
	margin: 5px auto 5px;
	font-size: 17px;
	color: #794318;
	font-weight: bold;
}
#box02 h6 span {
	font-size: 14px;
	color: #e98760;
}
.pic_left {
	float: left;
	padding-right: 30px;
}

.box_inner {
	background: #f9f5ef;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 30px;
	min-height: 200px;
}
#box03 dl {
	width: 40%;
	background: #f9f5ef;
	padding: 30px 5%;
	float: left;
	min-height: 423px;
}

#box03 dl dt {
	font-weight: bold;
	font-size: 18px;
}
#box03 dl dd img {
	display: block;
	margin-bottom: 20px;
}

#box03 dl dd {
	text-align: left;
}

.jihi {
	background: #50bfdb;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px;
	margin-left: 10px;
	display: block;
	width: 3em;
	text-align: center;
	float: right;
}
.hoken {
	background: #9cc24b;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px;
	margin-left: 10px;
	display: block;
	width: 3em;
	text-align: center;
	float: right;
}
#box05 dl {
	float: left;
	margin-left: 30px;
	position: relative;
	padding: 20px 25px 0;
	background: #ffffff;
	border-radius: 60px;
	border: 5px solid #f1e296;
	text-align: left;
}
#box05 dl dt {
	color: #8ab32d;
	font-weight: bold;
	font-size: 17px;
}
#box05 .dr_name {
	font-size: 20px;
}
#box05 dd.dr_name {
	font-size: 23px;
	font-weight: bold;
}

.left-pic p.price_box {
	background-color: #fff;
	border: 1px solid #7f4c23;
	color: #7f4c23;
	display: block;
	font-size: 17px;
	text-align: center;
	padding: 5px 15px;
	margin: 10px auto 0;
	width: 230px;
}


@media (min-width: 897px) {
#box05 .sec05_box {
  margin-top: 40px;
  display: flex;
  margin-bottom: 60px;
}

#box05 .pic_right.price_box img {
	width: 270px;
	height: auto;
}

#box05 .sec05_box {
	margin-top: 40px;
	display: flex;
	/* border-bottom: 2px dotted #6f3507; */
	padding-bottom: 50px;
	margin-bottom: 60px;
}
#box05 .sec05_pic {
	width: 80%;
	float: left;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 40px;
	margin-top: -40px;
}
.arrow_box:before {
	border-color: rgba(241, 226, 150, 0);
	border-right-color: #f1e296;
	border-width: 47px;
	margin-top: -47px;
}


#box05 dl dd {
	margin-bottom: 20px;
}

#box05 .sec05_txt {
	clear: both;
	padding-top: 20px;
}
}


@media (max-width: 930px) {
#box01 ul li {
  background: url(./img/ck_mrk.png) no-repeat left 5px;
  background-size: 15px 15px;
margin-left: 0;
}
#box02 .pic_left {
	display: block;
	padding-right: 0px;
  margin: 0 auto 15px;
  float: none;
}
#box03 dl {
  width: 88%;
  background: #f9f5ef;
  padding: 30px 5%;
  float: none;
  min-height: auto;
  margin: 0 auto 20px;
  float: none;
}
#box03 dl dd img {
  display: block;
  margin: 0 auto 20px;
}
#box05 .price_box{
	text-align:center;
	margin-top:40px;
}
#box05 .sec05_box {
  display: block;
}
#box05 .pic_right.price_box img{
	width:100%;
	height:auto;
}
#box05 .pic_right.price_box span{
	display:block;
	width:230px;
	background-color: #e9f0e4;
	border: 1px solid #7f4c23;
	padding:5px 15px;
	margin:10px auto 0;
}

#section05 .sec05_box {
  margin: 20px auto 35px;
  padding-bottom: 25px;
display: none;
border-bottom: 0px;
padding-bottom: 50px;
margin-bottom: 60px;
}
#box05 .sec05_pic {
	width: 100%;
	float: none;
}

#box05 .sec05_pic img {
	max-width:469px; 
	width: 100%;
	display: block;
	margin: 0 auto 15px;
}
#box05 dd.dr_name {
	font-size: 23px;
	font-weight: bold;
}

#box05  dl {
	margin-top: 40px;
	margin-left: 0px;
	position: relative;
	padding: 20px 25px 25px;
	background: #ffffff;
	border-radius: 60px;
	border: 5px solid #f1e296;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	right: 0%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box:before {
	border-color: rgba(241, 226, 150, 0);
	border-bottom-color: #f1e296;
	border-width: 32px;
	margin-left: -32px;
}


}
