




.conbox {
	max-width: 1100px;
	padding: 0 5% ;
	margin: 0 auto;
	margin-top: 60px;
}

.news-insta {
	display: flex;
	justify-content: space-between;
}
.news {
	width: 47%;
}
.insta {
	width: 47%;
}


.title02 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.title02 img {
	width: 30px;
	margin-right: 10px;
}
.title02 h2 {
	font-size: 185%;
	font-weight: bold;
}
.title02 h2 span {
	font-size: 60%;
	margin-left: 10px;
}
.news ul {
	border-top: 1px solid #E7E5DC;
}
.news ul li {
	border-bottom: 1px solid #E7E5DC;
}
.news ul li a {
	padding: 15px 0px 15px 30px;
}
.news ul li a p {
	font-size: 105%;
}
.news ul li a h3 {
	font-size: 140%;
	font-weight: bold;
}
.jyuyo {
	background-color: #CE2929;
	color: #fff;
	margin-left: 10px;
	padding: 3px 5px;
	border-radius: 5px;
}

.yajirusi01 {
	position: relative;
    display: block;
	padding-left: 30px;
}
.yajirusi01::before {
	content: "";
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#94C03D;
	vertical-align: middle;
}
.yajirusi01::after {
	content: "";
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: 6px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
}
.yaji-shiro::before {
    background:#fff;
}
.yaji-shiro::after {
    border-top: 1px solid #94C03D;
    border-right: 1px solid #94C03D;
}
.yaji-ao::after {
    border-top: 1px solid #66B1D8;
    border-right: 1px solid #66B1D8;
}
.yajirusi01sita::after {
    left: 6px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn01 {
	margin-top: 20px;
}
.btn01 a {
	padding: 15px 30px;
	background-color: #94C03D;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	border-radius: 5px;
	font-weight: bold;
	border-bottom: 4px solid #789F2C;
}
.btn05 a {
	background-color: #66B1D8;
	border-bottom: 4px solid #4382A2;
}


.dami-insta p {
	margin-top: 20px;
}
.dami-insta p a{
	color: #94C03D;
	text-decoration: underline;
}

.bg01 {
	background-image: url("../img/bg01.png");
	padding-bottom: 80px;
	margin-top: 60px;
	position: relative;
}

.bg01-box {
	padding-top: 100px;
	text-align: center;
}
.bg01-box .logo-img {
	max-width: 120px;
}
.bg01-box h3 {
	color: #8ABA2B;
	font-weight: bold;
	font-size: 130%;
	margin-top: 30px;
}
.bg01-box h2 {
	color: #8ABA2B;
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 20px;
}
.bg01-box p {
	font-weight: bold;
}
.bg01-box p span {
	color: #EA961B;
}
.kumo01 {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 350px;
}
.kumo02 {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 250px;
}
.kumo03 {
	position: absolute;
	left: 2%;
	top: 30%;
	width:300px;
}

.bg01 ul {
	max-width: 1100px;
	padding: 0 5% ;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.bg01 ul li {
	width: 30%;
}
.bg01 ul li h3 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-top: -0.7em;
	margin-bottom: 10px;
}
.bg01 ul li h3 span {
	background-color: #ecf4f7;
	padding: 10px 15px;
	border-radius: 5px;
}
.bg01 ul li .btn01 {
	text-align: center;
}

.gaiyo {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	padding: 0 5% ;
	margin: 0 auto;
	margin-top: 60px;
}

.map {
	width: 60%;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 5px;
}
.houjin {
	width: 35%;
}
.houjin h2 {
	max-width: 350px;
	margin-bottom: 20px;
}

.denwa {
	display: flex;
	align-items: center;
}
.denwa h3 {
	margin-right: 20px;
	font-size: 125%;
	font-weight: bold;
	white-space: nowrap;
}
.denwa h3 span {
	background-color: #66B1D8;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}
.denwa2 h3 span {
	background-color: #DD9833;
}
.denwa h6 {
	font-size: 220%;
	font-weight: bold;
	white-space: nowrap;
}
.btn03 {
	margin-top: 30px;
}
.btn03 a {
	display: flex;
	align-items: center;
	font-size: 140%;
	text-align: center;
}
.btn03 a img {
	width: 30px;
	margin-right: 10px;
}

.jikan {
	font-size: 100%;
}

.jyusyo {
	border-top: 1px solid #D1D6D9;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 90%;
}
.jyusyo a {
	text-decoration: underline;
	color: #DD9833;
}




.rec-box {
	max-width: 1100px;
	padding: 0 5% ;
	margin: 0 auto;
	margin-top: 60px;
}
.rec {
	border: 1px solid #85C8AF;
	border-radius: 5px;
	background-image: url("../img/rec-bg.png");
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
	padding: 0px 40px;
}
.rec01 {
	width: 67%;
	text-align:center; 
	padding: 40px 0;
}
.rec02 {
	width: 33%;
	text-align:center; 
	box-sizing: border-box;
	padding: 0% 0% 0% 5%;
}

.rec01 h3 {
	font-size: 200%;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	margin-top: 10px;
}

.recicon  {
	position: relative;
}

.reci00 {
	width: 70px;
	margin-top: 20px;
}
.reci01 {
	width: 110px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
}
.reci02 {
	width: 140px;
	position: absolute;
	left: 60%;
}

.rec01 .btn01 a {
	font-size: 130%;
}

.sub-tel {
	font-size: 56%;
	margin-bottom: 10px;
}


@media screen and ( max-width:800px )
{
	
.news-insta {
	display: inherit;
}
.news {
	width: 100%;
	margin-bottom: 60px;
}
.insta {
	width: 100%;
}
.kumo01 {
	position: absolute;
	right: 5%;
	top: 20px;
	width: 100px;
}
.kumo02 {
	position: absolute;
	left: 5%;
	top: 30px;
	width: 100px;
}
.bg01 {
	padding-left: 5%;
	padding-right: 5%;
}
.bg01 ul {
	padding: 0 0 ;
	display: inherit;
	margin-top: 0px;
}
.bg01 ul li {
	width: 100%;
	margin-top: 40px;
}

.gaiyo {
	display: inherit;
	padding: 0 0 ;
	margin-top: 60px;
}

.map {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 5px;
}
.houjin {
	width: 100%;
	margin-top: 40px;
}
	
.denwa {
	display: inherit;
	text-align: center;
	margin-bottom: 20px;
}
.denwa h3 {
	margin-right: 0px;
	font-size: 125%;
}
.denwa h3 span {
	padding: 4px 20px;
	display: block;
}
.jikan {
	text-align: center;
}
	
.reci00 {
	margin-top: 0px;
}
.reci01 {
	display: none;
}
.reci02 {
	display: none;
}
.rec {
	display: inherit;
	padding: 0px 40px;
}
.rec01 {
	width: 100%;
	padding: 30px 0;
}
.rec02 {
	width: 100%;
	padding: 0% 20% 0% 20%;
}

.rec01 h3 {
	font-size: 160%;
	font-weight: bold;
	white-space: inherit;
	position: relative;
	margin-top: 0px;
}
.btn03 a {
	font-size: 120%;
}
	
}

