@charset "UTF-8";
body {
	max-width: 1920px;
	margin: 0;
	padding: 0;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
/*----アーティクル----------------------*/
.back-img{
	background-image: url("../img/backimg-1.png");
	background-repeat: repeat;
	padding-top: 10px;
	background-size: contain;
 
}
.img2{
	background-image: url("../img/backimg2.png");
	background-repeat: repeat;
	padding-top: 0px;
    padding-bottom: 10px;
}
.img3{
	background-image: url("../img/backimg3.png");
	background-size: contain;
	padding-top: 80px;
	margin-top: 40px;
	padding-bottom:100px;
}
/*----ヘッダー----------------------*/
.top-title01{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 10px 0;
}
.mplus-font {font-family: 'Sawarabi Mincho', serif;}
.top-p{
	color:#BBBBBB;
    font-size: 12px;
}
.p2{
	color: #000;
	font-size: 36px;
    font-weight: 500;
}
.p2 img{
	width: 65px;
    margin-bottom: -30px;
    margin-right: 15px;
}
.p3{
	color: #065a30;
	font-weight: 700;
    font-size: 13px;
	margin-left: 85px;
}
.p4{
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	margin-left: 0;
}
.p4 span{
	color: #065a30;
}
.p5{
	font-weight: 700;
	font-size: 22px;
	margin-top: 5px;
	letter-spacing: 0.5px;
	text-align: center;
}
.p5 img{
	width: 20px;
	margin: 0 10px 0 0;
}
.p6{
	background-color: #065a30;
    color: white;
    font-size: 12px;
    padding: 7px;
	margin-right: 5px;
}
.p7{
	font-size: 13px;
}
.p8{
	font-size: 16px;
}
.p9{
	background-color: #c8ba6e;
	margin-right: 40px;
}
.top-box02{
	display: flex;
	column-gap: 10px;
}

.menu-pc{
	text-align: center;
	background-color: #065a30;
	height: 65px;
	position: relative;
	z-index: 999;
}
/*.menu-pc{
	text-align: center;
	background-color: #065a30;
	height: 65px;
}
.menu-pc ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-pc li{
	list-style: none;
	padding: 10px;
	color: white;
	border-left: 1px solid;
	border-right: 1px solid white;
	height: 45px;
    margin: 10px 0px;
    line-height: 22px;
}
.menu-pc li+ li{
	border-left: 0px;
	border-right: 1px solid white;
}
.menu-pc li a{
	color: white;
    padding: 5px 70px;
}
.menu-pc li a:hover{
	color:#F7CB4D;
}*/
/*----トップメイン画像ー----------------------*/
.big-bg{
	background-image: url("../img/top-img.jpg");
	height: 520px;
	background-size: cover;
	background-position: 20% 40%;
	position: relative;
}
.big-bg img{
	height: auto;
    width: 200px;
    object-fit: cover;
    vertical-align: bottom;
    object-position: 50% 20%;
    position: absolute;
    right: 8%;
    bottom: 0;
}
.top-text{
	height: auto;
    padding-left: 5%;
    padding-top: 120px;
    text-align: center;
    width: 60%;
}
.top-text02{
	background-color: #fff575;
    inline-size: fit-content;	
    border-radius: 30px;	
    margin-left: 110px;
	padding: 5px 30px;
}
.top-text03{
	font-size: 36px;
    color: white;
    text-shadow: 0px 0px 3px rgba(51,254,32,0.3), 0px 0px 12px #065a30;
    inline-size: fit-content;
    padding-top: 20px;
}
.top-title02{
	background-color: #065a30;
	color: white;
	height: 240px;
}
.sc-box{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 0px 0px;
}
.sc-box01{
	width: 48%;
}
.sc-box02{
	width: 48%;
	text-align: center;
}
.sc-box01-2{
	border-radius: 20px;
	margin: 0 auto;
	position: relative;
	}
.sc-box01-2 img{
	width: 8%;
	margin-right: 0px;
	position: absolute;
	top: 10px;
    left: 20px;
	}
/*----トップメイン画像の文章ー----------------------*/
.tel-title{
	font-size: 28px;
	border-bottom: 1px solid white;
	text-align: center;
}
.tel-title span{
	color:  #c8ba6e;
}
.tel-title02{
    font-size: 36px;
    color: #C8BA6E;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root .tel-title02{
	margin-top: 10px;
}
.tel-title02 a{
	color: #C8BA6E;
}
.tel-title03{
    font-size: 16px;
    color: #C8BA6E;
    font-weight: 600;
	text-align: center;
}
.tel-title03 a{
	color: #C8BA6E;
}
.tel-title03 img{
	width: 36px;
	margin-right: 60px;
}
.web-title{
	font-size: 28px;
	border-bottom: 1px solid white;	
}
.web-title span{
	color:  #c8ba6e;
}
.mail-box{
	width: 100%;
	height: 80px;
    background: #c8ba6e;
    margin: 10px 0;
    border-radius: 10px;
}
.mail02{
	height: 50px;
	text-align: center;
	width: 210px;
    margin: 10px auto;
	font-size: 13px;
}
.mail02 a{
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.mail02 img{
	width: 18px;
	margin-right: 10px;
}
.arrow-right {
	display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
}
.mail03{
	width: 90%;
	height: 80px;
	font-size: 28px;
	border-radius: 15px;
	margin-top: 20px;
	box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 40%);
}
.mail03 a{
	padding: 10px 16px;
}
.mail03 img{
	width: 40px;
}
.a-r-02{
	width: 14px;
    height: 14px;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*----メインの文章-1ー----------------------*/
.main-title01{
	background-color:  #065a30;
	border-radius: 35px;
    padding: 5px 0;
    color: white;
    text-align: center;
    width: 50%;
    margin: 40px auto;
}
.main-title02{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.main-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
	margin-top: 80px;
}
.box1 img{
	vertical-align: bottom;
	width: 100%;
}
.box2{
	background-color: #5d9161;
	padding: 20px 5px;
	height: 145px;
}
.box-text01{
	color: white;
	text-align: center;
	height: 105px;
}
.box-text02{
	display: block;
	background-color: #c8ba6e;
	color: white;
	border-radius: 35px;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}
_::-webkit-full-page-media, _:future, :root .box-text02{
  padding: 8px 5px 0px 5px;
}
/*----メインの文章-2ー----------------------*/
.main-cor{
	margin: 80px 0;
	color: #065a30;
}
.main-box02{
	display: flex;
	justify-content: space-between;
	gap: 30px 20px;
}
.bot-box{
	justify-content: center;
	margin-top: 60px;
	gap: 50px;
}
.box3 img{
	vertical-align: bottom;
	width: 320px;
}

.box3-text{
	font-size: 20px;
	text-align: center;
	background-color: #065a30;
	color: white;
	padding: 10px;
}
_::-webkit-full-page-media, _:future, :root .box3-text{
	padding: 10px 10px 0px 10px;
}
.bor-box{
	position: relative;
	margin-bottom: 186px;
}

.bor-box img{
	position: absolute;
	right: 0;
}
/*----Galleryー----------------------*/
.category-title{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 200px;
	border-color: #a4c2a5 transparent transparent transparent;
	margin: 0 auto;
	position: relative;
	color: #065a30;
}
.category-title02{
	position: absolute;
    bottom: 90px;
    left: -35px;
    font-size: 22px;
	color: #065a30;
}
.category-title03{
	position: absolute;
    font-size: 32px;
    left: -60px;
    bottom: 55px;
    font-weight: 600;
}
.category-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 30px;
    grid-column-gap: 30px;
	margin-top: 60px;
	margin-bottom: 100px;
}
.box4 img{
	width: 100%;
}
/*----コメントー----------------------*/
.cate-2{
	left: -55px;
}
.cate-3{
	left: -85px;
}
.comment-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-bottom: 100px;
	margin-top: 40px;
}
.box5{
	text-align: center;
}
.box5 img{
	width: 50%;
}
.com-text{
	font-size: 24px;
	font-weight: 700;
}
.com-text02{
	margin-bottom: 15px;
}
.com-text03{
	border-bottom: 2px dashed #000;
	border-top: 2px dashed #000;
	padding: 10px 0;
}
/*----料金表ー----------------------*/
.cate-4{
	left: -25px;
}
.cate-5{
	left: -45px;
}
.pri-text{
	text-align: center;
    margin-top: 40px;
	margin-bottom: 60px;
}
table{
	border-right: 0px;
	margin: 0 auto;
	text-align: center;
}
th {
	background: #1f522b;
	width: 330px;
	height: 50px;
	color: white;
}
th span{
	margin-left: 30%;
}
.tb-plan{
	width: 15%;
	font-size: 17px!important;
	font-weight: 900
}
td{
	width: 85%;
	padding: 10px;
}
.tb-menu{
	display: none;
}
.tb-menu02{
	display: none;
}
.td-title{
	height: 200px;
}
.td-box1{
	background-color: #f9f0ae;
}
.td2{
	background-color: #d3d3d3;
}
.td3{
	font-size: 13px;
}
.td-box2{
	background-color: #cedea8;
}
.tb-box03{
	background-color: #e0c4db;
}
.tb-p{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*----コラムー----------------------*/
.cate-color{
	border-color: #065a30 transparent transparent transparent;
}
.cate-6{
	color: white;
    left: -40px;
    bottom: 120px;
}
.cate-7{
	color: white;
    bottom: 45px;
    left: -45px;
}
.col-box{
	display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.col-box2 img{
	margin-bottom: -30px;
    margin-left: -15px;
    z-index: -99;
}
.cal-box3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 20px;
    background-color: white;
	z-index: 99;
}
.cal-text{
	color: #77b695;
	padding-bottom: 10px;
}
.cal2{
	color: #000;
}
.box-text02-2{
	background-color: #77b695;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 10px 5px 30px;
	width: 95%;
	margin: 10px auto 0 auto;
}
/*----フェイスブックー----------------------*/
.facebook{
	width: 1000px;
	margin: 100px 0 60px 0;
}
.facebook img{
	width: 100%;
}
/*----よくある質問ー----------------------*/
.cate-8{
	left: -25px;
}
.cate-9{
    left: -43px;
}
.title03{
	margin-top: 30px;
	margin-bottom: 30px;
}
.qa-box{
	margin: 20px 0;
}
.qa-color{
	background-color: #97c3a8;
	padding: 20px;
}
.qa-2{
	background-color: #dbdbdb;
}
/*----アクセスー----------------------*/
.ac-box{
	display: flex;
}
.ac-box01{
	width: 100%;
}
.ac-box02{
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	padding: 20px 20px;
	margin-bottom: 20px;
	background-color: white;
}
.ac-box02 h4{
	text-align: center;
	margin-bottom: 30px;
}
.top-box04{
	display: flex;
	justify-content: space-between;
}
.ac-text{
	font-size: 15px;
	margin-bottom: 30px;
}
.offi-img img{
	width: 100%
}
.ac-box01-02{
	width: 100%;
}
.ac-box01-03{
	text-align: center;
	position: relative;
}
.ac-box01-03 h1{
	position: absolute;
	bottom: -200px;
	color: #e71f19;
}
.ac-box01-03 h1 span{
	font-size: 20px;
}
.ac-box01-03 img{
    width: 110%;
    position: absolute;
    left: -75px;
    bottom: -670px;
}
.ac-box01-04{
	overflow: hidden-x;

}
.ac-box01-04 img {
    width: 210%;
    margin-top: -50px;
    margin-left: -220px;
    margin-bottom: 10px;
}
.p10{
	font-size: 13px;
	border-bottom: 2px solid #BBBBBB;
}
.p11{
	font-size: 20px;
}
.p12{
	font-size: 12px;
}
.p13{
	font-size: 11px;
}
.top-02{
	margin: 30px 0px 0px 0px;
	justify-content: center;
}
.mail04{
	position: relative;
}
.mail04 a{
	z-index: 99;
}
.last-title{
	margin-top: -50px;
}
.online_img{
	text-align:center;
	padding:  30px 0;
}
.online_img img{
	width: 400px;
	height: 150px;
	object-fit :cover;
	object-position: 70% 30%;
}
/*----フッターー----------------------*/
.fotter-text{
	align-items: center;
}
.fotter-text02{
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
}
/*----実験ー----------------------*/
body{
  overflow-x: hidden;
}
header{
	position: relative;
}
.sp-nav{
	display: flex;
	justify-content: space-between;
	height: 100px;
	padding: 10px 20px;
	align-items: center;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	width: 100%;
}

.top-box03{
	position: absolute;
	z-index: 9999;
}
/*----レスポンシブー----------------------*/
.menu-sp{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 998;
	top:-120%;
	left:0;
	width:100%;
	height: 110vh;/*ナビの高さ*/
	background:rgba(0,0,0,0.5);
	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
.menu-sp.active{
    top: -12px;
}

/*ナビゲーションの縦スクロール*/
.menu-sp.active #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
.menu-sp ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:385px;
    left:50%;
    transform: translate(-50%,-50%);
	width: 100%;
	background: #fff;
	padding:50px 5% 0px 5%;
	font-size: 14px;
}
/*リストのレイアウト設定*/
.menu-sp li{
	list-style: none;
	text-align: center;
	border-bottom: 1px dashed #1f522B;
}
.menu-sp li a{
  color: #333;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.menu-sp .sp-li{
	border-bottom: 0px;
	padding: 5%;
}
.menu-sp .sp-a{
    color: white;
}
.sp-li .button06 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #1f522B;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}
.sp-li .button06 a:hover {
  text-decoration: none;
  background-color: #aaaaaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}
.dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg);
	margin-left: 10px;
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
_::-webkit-full-page-media, _:future, :root .menu-sp ul{
 top: 380px;
}
/*========= ボタンのためのCSS ===============*/
.hamburger{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:20px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height:50px;
	background-color: #1f522b;
}
  
/*×に変化*/  
.hamburger span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 5px;
  	background-color: #fff;
    width: 45%;
  }
.hamburger span:nth-of-type(1) {
  top:11px; 
}

.hamburger span:nth-of-type(2) {
  top:18px;
}

.hamburger span:nth-of-type(3) {
  top:25px;
}
.hamburger:after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	bottom:5px;
	left:0px;
	right: 0px;
	text-align: center;
	margin: auto;
	color: #fff;
	font-size: 0.5rem;
	text-transform: uppercase;
}
.hamburger.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.hamburger.active:after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/

}

@media screen and (min-width: 999px) {
.menu-sp{
	display: none;
}
.sp-nav{
	display: none;
}
.main-box03{
	display: none;
}
}@media screen and (min-width: 1720px) {
.img3 .inner{
	overflow: hidden;
	z-index: 999;
}
}
@media screen and (max-width: 998px) {
.menu-pc{
		display: none;
	}
.top-box02{
		display: none;
	}
.inner{
	width: auto;
	padding: 0 10px;
	}
	/*----ヘッダー----------------------*/
.top-title01{
	display: none;
}
.sp-text{
	color:#BBBBBB;
    font-size: 12px;
}
.sp-text02{
	font-size:clamp(24px, 3vw, 28px);
	font-weight: 600;
}
.sp-text02 img{
	width: 12%;
	margin-right: 15px;
	margin-bottom: -25px;
}
.sp-text03{
	margin-left: 55px;
	font-size: 13px;
	font-weight: 600;
	color: #065a30;
}	
.p5{
	font-weight: 700;
	font-size: 22px;
	margin-top: 5px;
	letter-spacing: 0.5px;
	text-align: center;
}
.p5 img{
	width: 20px;
	margin: 0 10px 0 0;
}
.p6{
	background-color: #065a30;
    color: white;
    font-size: 12px;
    padding: 7px;
	margin-right: 5px;
}
.p7{
	font-size: 13px;
}
.p8{
	font-size: clamp(13px, 2vw, 16px);
}
.p9{
	background-color: #c8ba6e;
	margin-right: 5%;
}
.hamburger {
    top: 30px;
    right: 20px;
}
.tel-icon{
	width: 50px;
    height: 50px;
    background-color: #77b695;
    position: fixed;
    right: 80px;
	top: 30px;
	}
.tel-icon img{
	width: 20px;
	transform: translate(0%,50%);
	display: block;
	margin: 0 auto;
	}
/*----トップメイン画像ー----------------------*/
.big-bg{
	height: 520px;
	background-position: 20% 40%;
}
.big-bg img{
	height: auto;
    width: 180px;
    object-fit: cover;
    vertical-align: bottom;
	object-position: 50% 20%;
}
.top-text{
	height: auto;
    padding-left: 5%;
    padding-top: 150px;
    text-align: center;
    width: 100%;
}
.top-text02{
	background-color: #fff575;
    inline-size: fit-content;	
    border-radius: 30px;	
    margin-left: 70px;
	padding: 5px 10px;
	font-size: clamp(13px, 2vw, 16px);
}
.top-text03{
	font-size: clamp(20px, 4vw, 36px);
    color: white;
    text-shadow: 0px 0px 3px rgba(51,254,32,0.3), 0px 0px 12px #065a30;
    inline-size: fit-content;
    padding-top: 20px;
}
.top-title02{
	height: 220px;
}
.sc-box{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 0px 0px;
}
.sc-box01{
	width: 48%;
}
.sc-box02{
	width: 48%;
	text-align: center;
}
.sc-box01-2 img{
	width: 3vw;
	margin-right: 0px;
	filter: none;
	position: absolute;
	top: 5px;
    left: 13px;
	}
/*----トップメイン画像の文章ー----------------------*/
.tel-title{
	font-size: clamp(20px, 3vw, 28px);
	border-bottom: 1px solid white;
	text-align: center;
}
.tel-title span{
	color:  #c8ba6e;
}
.tel-title02{
    font-size: clamp(20px, 3vw, 36px);
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
}
.tel-title03{
    font-size: clamp(13px, 3vw, 16px);
    font-weight: 600;
	text-align: center;
}
.tel-title03 img{
	width: 36px;
	margin-right: 60px;
}
.web-title{
	font-size: clamp(20px, 3vw, 28px);
	border-bottom: 1px solid white;	
}
.web-title span{
	color:  #c8ba6e;
}
.mail-box{
	width: 100%;
	height: 80px;
    background: #c8ba6e;
    margin: 10px 0;
    border-radius: 10px;
}
.mail02{
	height: 50px;
	text-align: center;
	width: 210px;
    margin: 10px auto;
	font-size: 13px;
}
.mail02 a{
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.mail02 img{
	width: 18px;
	margin-right: 10px;
}
.arrow-right {
	display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
}
.mail03{
	width: fit-content;;
	height: auto;
	font-size: clamp(20px, 2vw, 28px);
	border-radius: 15px;
	margin-top: 20px;
	box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 40%);
}
.mail03 a{
	padding: 10px 16px;
}
.mail03 img{
	width: 4vw;
}
.a-r-02{
	width: 14px;
    height: 14px;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*----メインの文章-1ー----------------------*/
.main-title01{
	background-color:  #065a30;
	border-radius: 35px;
    padding: 5px 20px;
    color: white;
    text-align: center;
    width: fit-content;
    margin: 40px auto;
}
.main-title02{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.main-box{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 24px;
	margin-top: 80px;
}
.box1 img{
	vertical-align: bottom;
	width: 100%;
}
.box2{
	background-color: #5d9161;
	padding: 20px 5px;
	height: 145px;
}
.box-text01{
	color: white;
	text-align: center;
	height: 105px;
}
.box-text02{
	display: block;
	background-color: #c8ba6e;
	color: white;
	border-radius: 35px;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}
/*----メインの文章-2ー----------------------*/
.main-cor{
	margin: 80px 0;
	color: #065a30;
}
.main-box02{
	display: none;
}
.main-box03{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    column-gap: 30px;
    grid-row-gap: 50px;
	}
.bot-box{
	justify-content: center;
	margin-top: 60px;
	gap: 50px;
}
.box3 img{
	vertical-align: bottom;
	width: 100%;
}
.box3-text{
	font-size: 20px;
	text-align: center;
	background-color: #065a30;
	color: white;
	padding: 10px;
}
/*----Galleryー----------------------*/
.category-title{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 200px;
	border-color: #a4c2a5 transparent transparent transparent;
	margin: 0 auto;
	position: relative;
}
.category-title02{
	position: absolute;
    bottom: 90px;
    left: -35px;
    font-size: 22px;
}
.category-title03{
	position: absolute;
	font-size: 28px;
	left: -50px;
}
.cate-4{
	left: -25px;
	}
.cate-5{
	left: -35px;
	}
.cate-9{
	left: -35px;	
	}
	
.category-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 30px;
    grid-column-gap: 30px;
	margin-top: 60px;
	margin-bottom: 100px;
}
.box4 img{
	width: 100%;
    height: 240px;
    object-fit: cover;
}
/*----コメントー----------------------*/
.cate-2{
	left: -55px;
}
.cate-3{
	left: -75px;
}
.comment-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	margin-bottom: 100px;
	grid-row-gap: 80px;
}
.box5{
	text-align: center;
}
	

.com-text{
	font-size: 24px;
	font-weight: 700;
}
.com-text02{
	margin-bottom: 15px;
}
.com-text03{
	border-bottom: 2px dashed #000;
	border-top: 2px dashed #000;
	padding: 10px 0;
}
/*----コラムー----------------------*/
.cate-color{
	border-color: #065a30 transparent transparent transparent;
}
.cate-6{
	color: white;
    left: -40px;
    bottom: 120px;
}
.cate-7{
	color: white;
    bottom: 45px;
    left: -45px;
}
.col-box{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.col-box2 img{
	margin-bottom: -30px;
    margin-left: 0px;
    z-index: -99;
	width: 100%;
}
.cal-box3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 20px;
    background-color: white;
	z-index: 99;
}
.cal-text{
	color: #77b695;
	padding-bottom: 10px;
}
.cal2{
	color: #000;
}
.box-text02-2{
	background-color: #77b695;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 10px 5px 30px;
	width: fit-content;
	margin: 10px auto 0 auto;
}
/*----フェイスブックー----------------------*/
.facebook{
	width: fit-content;
	margin: 100px 0 60px 0;
}
.facebook img{
	width: 100%;
}
/*----アクセスー----------------------*/
.ac-box{
	display: block;
}
.ac-box01{
	width: 100%;
}
.ac-box02{
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	padding: 20px 18px;
	margin-bottom: 20px;
	background-color: white;
}
.top-box04 {
    display: flex;
	justify-content: space-evenly;
}
.ac-box02 h4{
	text-align: center;
	margin-bottom: 30px;
}
.ac-text{
	font-size: 15px;
    text-align: center;
}
.offi-img img{
	width: 100%;
    object-fit: center;
/*     height: 300px; */
    object-fit: cover;
}
.ac-box01-02{
	width: 100%;
}
.ac-box01-03{
	text-align: center;
	position: relative;
}
.ac-box01-03 h1{
	position: absolute;
	bottom: -200px;
	color: #e71f19;
}
.ac-box01-03 h1 span{
	font-size: 20px;
}
.ac-box01-03 img{
    width: 110%;
    position: absolute;
    left: -75px;
    bottom: -670px;
}
.ac-box01-04{
	overflow: hidden-x;
}
.ac-box01-04 img{
	width: 120%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: -50px;
}
.p10{
	font-size: 13px;
	border-bottom: 2px solid #BBBBBB;
}
.p11{
	font-size: 20px;
}
.p12{
	font-size: 12px;
}
.p13{
	font-size: 11px;
}
.top-02{
	margin: 30px 0px 0px 0px;
	justify-content: center;
}
.mail04{
	position: relative;
}
.mail04 a{
	z-index: 99;
}
.last-title{
	margin-top: 0px;
}
}
@media (min-width:600px){
	.br-sp{
	display: none;
	}
}
/* スマホ（width:599px以下） */
@media screen and (max-width: 599px){
.inner{
	width: auto;
	padding: 0 10px;
}
.menu-pc{
		display: none;
}
.sp-nav{
	height: 90px;
	padding: 5px 10px;
}
.menu-sp ul {
    top: 365px;
}
_::-webkit-full-page-media, _:future, :root .menu-sp ul{
 top: 360px;
}
.sp-li .button06 a {
	width: auto;	
	}
.hamburger {
    top: 20px;
    right: 10px;
}
.tel-icon{
	width: 50px;
    height: 50px;
    right: 70px;
	top: 20px;
	}
.tel-icon img{
	width: 20px;
	transform: translate(0%,50%);
	display: block;
	margin: 0 auto;
	}
.top-box02{
	display: none;
}
.sp-text{
	display: none;
}
.sp-text02{
	font-size: 18px;
}
.sp-text02 img{
	 width: 20%;
    margin-right: 10px;	
    margin-bottom: -40px;
}
.sp-text03{
	margin-left: 60px;
	font-size: 12px;
}
.top-title02{
	background-color: #065a30;
	color: white;
	height: auto;
	padding: 20px 20px 5px 20px;
}
.sc-box{
	display: block;
	padding: 0px;
	border-radius: 20px;
}
.sc-box01{
	margin: 0 auto;
	width: 90%;
}
.sc-box01-2 {
    border-radius: 15px;
    margin: 5px auto 0px auto;
    background-color: #065a30;
    position: relative;
    border: 1px solid #fff;
	box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 40%);
}
.sc-box01-2 img{
    width: 5%;
    margin-right: 0px;
    filter: none;
    position: absolute;
	top: 14%;
    left: 13%;
	}
.sc-box02{
	margin: 0 auto;
	text-align: center;
	width: auto;
}
.big-bg{
		height: 500px;
		background-position: 80%;
	}
.big-bg img{
	object-position: 80% 20%;
	width: 120px;
	}
/*----トップメイン画像の文章ー----------------------*/
.top-text{
	height: auto;
    padding-left: 5%;
    padding-top: 220px;
    text-align: center;
    width: 100%;
}
.top-text02{
	background-color: #fff575;
    inline-size: fit-content;	
    border-radius: 30px;	
    margin-left: 0px;
	padding: 5px 10px;
	font-size: 13px;
}
.top-text03{
	font-size: 18px;
    color: white;
    text-shadow: 0px 0px 3px rgba(51,254,32,0.3), 0px 0px 12px #065a30;
    inline-size: fit-content;
    padding-top: 20px;
	text-align: initial;
}
.tel-title{ 
	text-align: center;
	color: #065a30;
	color: white;
	font-size: clamp(20px, 4vw, 24px);
	border-bottom: 0px;
}
.tel-title span{
	color:  #c8ba6e;
}
.tel-title02{
	font-size: clamp(18px, 5vw, 28px);
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
_::-webkit-full-page-media, _:future, :root .tel-title02{
	margin-top: 0px;
}
.tel-title03{
    font-size:clamp(13px, 3vw, 18px);
    font-weight: 600;
	text-align: center;
}
.p8{
	font-size: clamp(12px, 5vw, 14px);
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
}
.p9{
	margin-right: 10px;	
	}
.web-title{
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	padding: 5px;
	border-bottom: 0px;
	}
.mail-box{
	width: 100%;
	height: 80px;
    background: #c8ba6e;
    margin: 10px 0;
    border-radius: 10px;
}
.mail02{
	height: 50px;
	text-align: center;
	width: fit-content;
    margin: 10px auto;
	font-size: 13px;
}
.mail02 a{
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px;
}
.mail02 img{
	width: 18px;
	margin-right: 10px;
}
.arrow-right {
	display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
}
.mail03 {
    width: 90%;
    height: auto;
    font-size: clamp(15px, 5vw, 28px);
    border-radius: 15px;
    margin-top: 5px;
    background-color: #c8ba6e;
    /* border: 1px solid; */
}
.mail03 a{
	padding: 20px 16px;
}
.mail03 img{
	width: 40px;
}
.a-r-02{
	width: 14px;
    height: 14px;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*----メインの文章-1ー----------------------*/
.main-title01{
	background-color:  #065a30;
	border-radius: 35px;
    color: white;
    text-align: center;
    margin: 40px auto;
	word-wrap: break-word;
	font-size: 14px;
}
.main-title01-1{
		padding: 0 10px;
	}
.main-title02{
	text-align: center;
	font-size: clamp(16px, 4vw, 20px);
	font-weight: 700;
}
.main-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin-top: 40px;
	padding: 0px;
}
.box1 img{
	width: 100%;
	vertical-align: bottom;
}
.box2{
	background-color: #5d9161;
	padding: 20px 5px;
	height: auto;
}
.box-text01{
	color: white;
	text-align: center;
	font-size: clamp(13px, 3vw, 20px);
}
.box-text02{
	display: block;
	background-color: #c8ba6e;
	color: white;
	border-radius: 35px;
	text-align: center;
	font-size:  13px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 30px auto 0 auto;
    padding: 5px 10px 5px 20px;
}
_::-webkit-full-page-media, _:future, :root .box-text02{
  padding: 10px 8px 7px 8px;
  font-size: 12px;
}
/*----メインの文章-2ー----------------------*/
.main-cor{
	margin: 80px 0 40px 0;
	color: #065a30;
}
.main-box02{
	display: none;
}
.main-box03{
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
    grid-row-gap: 20px;
}
.bot-box{
	justify-content: start;
	margin-top: 30px;
	gap: 30px;
}
.box3 img{
	vertical-align: bottom;
	width: 100%;
}
.box3-text{
	font-size: clamp(13px, 4vw, 20px);
	text-align: center;
	background-color: #065a30;
	color: white;
	padding: 10px;
}
_::-webkit-full-page-media, _:future, :root .box3-text{
  padding: 10px 10px 1px 10px;
}
.bor-box{
	position: relative;
	margin-bottom: 110px;
}
.bor-box img{
	position: absolute;
	right: 0;
	width: 200px;
}
/*----Galleryー----------------------*/
.category-title{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 150px 0 150px;
	border-color: #a4c2a5 transparent transparent transparent;
	margin: 0 auto;
	position: relative;
}
.category-title02{
	position: absolute;
    bottom: 90px;
    left: -35px;
    font-size: 22px;
}
.category-title03{
	position: absolute;
    font-size: 28px;
    bottom: 40px;
    left: -50px;
}
.category-box{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
    grid-column-gap: 30px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.box4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*----コメントー----------------------*/
.cate-3{
	left: -70px;
	}
.comment-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	margin-bottom: 100px;
}
.box5{
	text-align: center;
}
.box5 img{
	width: 50%;
}
.com-text{
	font-size: 24px;
	font-weight: 700;
}
.com-text02{
	margin-bottom: 15px;
}
.com-text03{
	border-bottom: 2px dashed #000;
	border-top: 2px dashed #000;
	padding: 10px 0;
	font-size: clamp(13px, 3vw, 16px);
}
/*----料金表ー----------------------*/
.cate-5{
	left: -40px;
	}
.pri-text{
	text-align: center;
    margin-top: 40px;
	margin-bottom: 60px;
	font-size: clamp(16px, 4vw, 20px);
}
table{
	border-right: 0px;
	margin: 0 auto;
	text-align: center;
}
.tb{
	border: 1px solid;
    border-collapse: collapse;
	}
th {
	background: #1f522b;
	width: 330px;
	height: 50px;
	color: white;
}
th span{
	margin-left: 30%;
}
.tb-plan{
	width: 15%;
	padding: 10px;
	font-size: 24px;
}
td{
	width: 85%;
	padding: 10px;
}
.tb-menu{
	display: block;
}
.tb-menu02{
	display: block;
	background-color: #d3d3d3;
}
.tb-menu02 span{
	margin-left: 10px;
	}
.td-title{
	height: 200px;
}
.td-box1{
	background-color: #f9f0ae;
	border-top: solid 5px #c0be29;
}
.td2{
	background-color: #fff;
}
.td3-1{
	border-bottom: 4px double #747474!important;

}
.td-box2{
	background-color: #cedea8;
	border-top: solid 5px #25931c;
	
}
.tb-box03{
	background-color: #e0c4db;
	border-top: solid 5px #c655bf;
}
.tb-p{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
}
  .tb .tb-tr{
    display:none;
  }
  .tb {
    width: 100%;
  }
  .tb td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
	font-size: clamp(13px, 3vw, 16px); 
  }
  table.tb:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
  }
  .tb tr:last-child{
    border-bottom: solid 1px #ccc;
  }
/*----コラムー----------------------*/
.cate-color{
	border-color: #065a30 transparent transparent transparent;
}
.cate-6{
	color: white;
}
.cate-7{
	color: white;
    bottom: 45px;
    left: -45px;
}
.col-box{
	display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
}
.col-box2 img{
	margin-bottom: -30px;
    margin-left: 0px;
    z-index: -99;
	width: 100%;
}
.cal-box3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 20px;
    background-color: white;
	z-index: 99;
}
.cal-text{
	color: #77b695;
	padding-bottom: 10px;
}
.cal2{
	color: #000;
}
.box-text02-2{
	background-color: #77b695;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 10px 5px 30px;
	width: fit-content;
	margin: 10px auto 0 auto;
}
/*----フェイスブックー----------------------*/
.facebook{
	width: auto;
	margin: 100px 0 60px 0;
}
.facebook img{
	width: 100%;
}
/*----よくある質問ー----------------------*/
.cate-9{
	left: -35px;
	}
.title03{
	margin-top: 30px;
	margin-bottom: 30px;
}
.qa-box{
	margin: 20px 0;
}
.qa-color{
	background-color: #97c3a8;
	padding: 10px;
}
.qa-2{
	background-color: #dbdbdb;
	font-size: clamp(13px, 3vw, 16px);
}
/*----アクセスー----------------------*/
.img3 {
    margin-top: 10px;
}
.ac-box{
	display: block;
}
.ac-box01{
	width: 100%;
}
.ac-box02{
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	padding: 20px 18px;
	margin-bottom: 20px;
	background-color: white;
}
.top-box04 {
    display: flex;
	justify-content: space-evenly;
}
.ac-box02 h4{
	text-align: center;
	margin-bottom: 30px;
}
.ac-text{
	font-size: clamp(13px, 3vw, 15px);
	text-align: initial;
}
.offi-img img{
	width: 100%
}
.ac-box01-02{
	width: 100%;
}
.ac-box01-03{
	text-align: initial;
	position: relative;
}
.ac-box01-03 h1{
    position: absolute;
    bottom: -50px;
    color: #e71f19;
    font-size: clamp(14px, 3vw, 16px);
}
.ac-box01-03 h1 span{
    font-size: 18px;
}
.ac-box01-03 img{
	width: 75%;
    position: absolute;
    left: 60px;
    top: 195px;
}
.ac-box01-04{
	margin-top: 70px;
}
.ac-box01-04 img{
    width: 110%;
    margin-top: -50px;
    margin-left: 0px;
    margin-bottom: -50px;
}
.p10{
	font-size: 13px;
	border-bottom: 1px solid #bbbbbb;
}
.p11{
	font-size: 20px;
}
.p12{
	font-size: 12px;
	text-align: center;
}
.p13{
	font-size: 11px;
}
.top-02{
	margin: 30px 0px 0px 0px;
	justify-content: center;
}
.mail04{
	position: relative;
}
.mail04 a{
	z-index: 99;
}
.last-title{
	margin-top: 0px;
}
	.online_img{
	padding:  30px 0 0.0;
}
.online_img img{
	width: auto;
	height: 150px;
	object-fit :cover;
	object-position: 70% 30%;
}
} 
@media screen and (max-width: 500px) {
	.sc-box{
	display: block;
	padding: 0px;
}
	.comment-box{
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 40px;
}
	.ac-box01-03 img{
    width: 75%;	
    position: absolute;	
    left: 0px;	
    top: 90px;
}
	.top-box04 {
    display: block;
	justify-content: space-evenly;
}
	.top-box02-03{
	margin-bottom: 20px;
	border-bottom: 1px dotted #BBBBBB;
    padding-bottom: 20px;
	}
	.p10 {
    border-bottom: 0px;
}
	.mail04 {
    width: 70%;
}
}
@media screen and (max-width: 400px){
.hamburger {
    top: 10px;
    right: 10px;
}
.tel-icon{
	width: 50px;
    height: 50px;
    right: 70px;
	top: 10px;
}
.tel-icon img{
	width: 20px;
	transform: translate(0%,50%);
	display: block;
	margin: 0 auto;
}
.menu-sp ul {
	top: 325px;
    padding-top: 30px;
}
.sc-box01-2 img {
    width: 5%;
	top: 12%;
    left: 10%;
}
.sp-nav {
    height: 70px;
}
.sp-text02{
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.sp-text02 img{
	width: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.sp-text03{
	display: none;
}
.ac-box01-04 img {
    width: 100%;
    margin-top: -50px;
    margin-left: 0px;
    margin-bottom: -50px;
}
.big-bg img {
    width: 100px;
}
_::-webkit-full-page-media, _:future, :root .menu-sp ul{
 top: 320px;
}
}





ul.menu  {
	list-style: none;
	border-left: 1px solid #ddd;
	   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu li {
   position: relative;
   border-right: 1px solid #ddd;
   text-align: center;
}

.menu li a {
	padding: 20px 0px 0px 0px;
   color: #fff;
   height: 65px;
   display: block;
   text-decoration: none;
   webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;

}

.menu li a:hover {
   background: #dbdbdb;
}

.menu li:hover > ul {
   display: block;
   border: none;

}

.menu ul {
   display: none;
   position: absolute;
   top: 65px;
   left: 0;
   width: 100%;
   z-index: 999;

}

.menu ul li {
	background: #065a30;
	border-left: 1px solid #ddd;
	height: 70px;

}

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