@charset "utf-8";
@media screen and (max-width:700px){
	/* --- スマホナビ全体 --- */
.spnav_container {
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: 20px;
	display: inherit;
}

/* --- ハンバーガーボタン --- */
.spnav_btn {
  width: 34px;   /* 少し小さく */
  height: 26px;
  position: relative;
  cursor: pointer;
  z-index: 10001;
}
	/* 線の色を #7ED321 に変更 */
.spnav_btn span {
  position: absolute;
  width: 60%;
  height: 3px;
  background: #7ED321; /* ← この色！ */
  border-radius: 2px;
  transition: 0.3s;
}
.spnav_btn span:nth-child(1) { top: 13px; }
.spnav_btn span:nth-child(2) { top: 18px; }
.spnav_btn span:nth-child(3) { top: 23px; }

/* 開いたときのアニメーション */
.spnav_btn.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.spnav_btn.active span:nth-child(2) {
  opacity: 0;
}
.spnav_btn.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
/* --- メニュー本体 --- */
.spnav_panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  transition: right 0.4s ease;
  overflow-y: auto;
  z-index: 10000;
}
.spnav_panel.active {
  right: 0;
}

/* --- メニュー項目 --- */
.spnav_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spnav_menu > li {
  border-bottom: 1px solid #eee;
}
.spnav_menu > li > a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

/* --- サブメニュー --- */
.spnav_sub {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  transition: max-height 0.4s ease;
}
	/* 開いたとき */
.spnav_has_sub.open > .spnav_sub {
  max-height: 400px; /* サブ項目の高さに合わせて余裕をもたせる */
}
.spnav_sub li a {
  display: block;
  padding: 12px 35px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

/* --- サブメニュー開閉 --- */
.spnav_has_sub.open > .spnav_sub {
  display: block;
}

/* トグルアイコン */
.spnav_has_sub > a::after {
  content: "＋";
  float: right;
  transition: 0.3s;
}
.spnav_has_sub.open > a::after {
  content: "－";
}

/* 背景オーバーレイ */
.spnav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.spnav_overlay.active {
  opacity: 1;
  pointer-events: all;
}
	
	
	footer {
	padding: 5.38%;
	color: #51432E;
	margin-bottom: 64px;
}


.font{
    font-family: "Roboto Condensed", sans-serif;
    font-family: "Zain", sans-serif;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
img{
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
    letter-spacing: 0.05em;
}
p{
	color: #51432E;
}
.cl {
clear: both;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a {
color: inherit;
}
.yoko_scroll {
overflow: auto; /*中身スクロールする*/
white-space: nowrap; /*テーブルを入れた場合、セル内の文字を折り返ししないようにする*/
-webkit-overflow-scrolling: touch;/*惰性を与えてスムーズなスクロールにする*/
}
.yt{
position:relative;
width:100%;
padding-top:56.25%;
}
.yt iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}body header {
	padding-left: 2.3%;
	padding-right: 2.3%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#head_logo {
	width: 196px;
}
#header_inner {
	justify-content: space-between;
	align-items: center;
	height: auto;
	padding:8px 0;
	border-bottom:1px solid #ededed;
}
.head_nav {
	display: none;
}




.link_BT1 {
    text-decoration: none;
    width: fit-content;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 100px;
    background-color: #6EC300;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-image: url(../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 10% auto;
    display: block;
    font-weight: 600;
}
.ma_top40px {
    margin-top: 40px;
}
.head_nav ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.head_nav ul li {
    margin-left: 24px;
    font-weight: 600;
    color: #292929;
    letter-spacing: 0.06em;
}
.head_nav ul li a {
    text-decoration: none;
    color: #51432E;
}
.news_wrap {
	padding: 8.46%;
	background-color: #FBF7EF;
	background-image: url(../images/8.png),url(../images/9.png);
	background-repeat: no-repeat;
	background-position: 5% 20%,98% 96%;
	background-size: 20% auto,12% auto;
}
.news_inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 24px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 6.92%;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.11);
	margin-top: 8.46%;
}
.news_inner ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    list-style-type: none;
    max-width: 800px;
}
.news_date {
	width: 168px;
	display: block;
	text-align: left;
	color: #7C7C7C;
	margin-bottom: 8px;
}
.news_inner ul li a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #51432E;
	line-height: 1.6em;
}
.news_inner ul li {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 3px dotted #E2D6BF;
}



.midashi_h2 .h2h2_abc {
	text-align: center;
	margin-bottom: 16px;
	color: #B4872D;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 600;
	background: linear-gradient(90deg, #B4872D 0% 100%);
	background-repeat: no-repeat;
	background-size: 32px 2px;
	background-position: center bottom;
	padding-bottom: 16px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}


.midashi_h2 {
    margin-bottom: 5.38%;
}
.midashi_h2 h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #6EC300;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-shadow: 1px 1px #FFFFFF;

}
.midashi_h2_w {
	margin-bottom: 8.46%;
}
.midashi_h2_w h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
/*    text-shadow: 1px 1px #FFFFFF;*/
}

.midashi_h2_w .h2h2_abc_w {
    text-align: center;
    margin-bottom: 16px;
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #FFF 0% 100%);
    background-repeat: no-repeat;
    background-size: 32px 2px;
    background-position: center bottom;
    padding-bottom: 16px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.contact_UL {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_UL li {
	width: 100%;
	text-align: center;
	border-radius: 24px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6.92%;
}
.contact_UL li a {
    text-decoration: none;
    padding: 32px;
    display: block;
}
li a .contact_p1 {
    margin-top: 16px;
    color: #51432E;
}
.foot_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.foot_inner address p {
    font-style: normal;
    line-height: 1.6em;
}
.foot_inner p .foot_logo {
    width: auto;
    margin-bottom: 16px;
    height: 56px;
}





.contact_UL li .tel_big {
	font-size: 24px;
	color: #E73A17;
}
.contact_UL li h3 {
	margin-bottom: 16px;
	color: #51432E;
	font-size: 18px;
}
.foot_contact {
	padding-top: 8.46%;
	padding-right: 5.38%;
	padding-left: 5.38%;
	padding-bottom: 5.38%;
	background-color: rgba(110,195,0,1.00);
	/* [disabled]background-image: -webkit-linear-gradient(146deg,rgba(110,195,0,1.00) 0%,rgba(129,230,0,1.00) 30.05%,rgba(110,195,0,1.00) 48.29%,rgba(98,175,0,1.00) 79.38%,rgba(110,195,0,1.00) 100%); */
	/* [disabled]background-image: -moz-linear-gradient(146deg,rgba(110,195,0,1.00) 0%,rgba(129,230,0,1.00) 30.05%,rgba(110,195,0,1.00) 48.29%,rgba(98,175,0,1.00) 79.38%,rgba(110,195,0,1.00) 100%); */
	/* [disabled]background-image: -o-linear-gradient(146deg,rgba(110,195,0,1.00) 0%,rgba(129,230,0,1.00) 30.05%,rgba(110,195,0,1.00) 48.29%,rgba(98,175,0,1.00) 79.38%,rgba(110,195,0,1.00) 100%); */
	/* [disabled]background-image: linear-gradient(304deg,rgba(110,195,0,1.00) 0%,rgba(129,230,0,1.00) 30.05%,rgba(110,195,0,1.00) 48.29%,rgba(98,175,0,1.00) 79.38%,rgba(110,195,0,1.00) 100%); */
}
.foot_LLL {
    margin-right: 12.3%;

}
.foot_RRR {
	padding-top: 72px;
	display: none;
}
.foot_RRR_in {
    margin-right: 72px;
    color: #51432E;
}

.foot_RRR ul li {
    line-height: 1.8em;
}
.foot_RRR_in ul li h3 {
    margin-bottom: 8px;
}
.foot_service_UL li a {
    text-decoration: none;
}
.foot_RRR_in ul li a {
    text-decoration: none;
}



.foot_RRR ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 15px;
}
.foot_contactBT {
	color: #FFFFFF;
	background-color: #E73A17;
	text-decoration: none;
	border-radius: 100px;
	line-height: 56px;
	padding-left: 5.38%;
	padding-right: 5.38%;
	display: block;
	width: 80%;
	font-weight: bold;
	position: fixed;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	border: 3px solid #FFFFFF;
	white-space: nowrap; /* ← ★これを追加！ */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foot_contactBT:hover{
    opacity:1;
    background-color: #6EC300;
} 
.page_title {
    border-bottom-left-radius: 100px;
    margin-bottom: 5.38%;

/*
    padding-left: 3.84%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; 
    height: 172px;
    color: #FFFFFF;
    width: fit-content;
    border-bottom-right-radius: 500px;
    border-top-right-radius: 500px;
    padding-right: 20%;
    border-bottom-left-radius: 500px;
*/
}

.page_title .title_in {
	background-color: #6EC300;
	padding-left: 8.46%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center; /* ← ここを変更 */
	height: 96px;
	color: #FFFFFF;
	width: 80%;
	border-bottom-right-radius: 500px;
	border-top-right-radius: 500px;
	padding-right: 0px;
	border-bottom-left-radius: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.page_title .title_in h1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
}

.title_in .h1h1_abc {
	margin-bottom: 8px;
	font-family: "Roboto Condensed", sans-serif;
	color: #FFFFFF;
}
.midashi_h2_2 .h2h2_2_abc {
    text-align: center;
    margin-bottom: 16px;
    color: #B4872D;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #B4872D 0% 100%);
    background-repeat: no-repeat;
    background-size: 32px 2px;
    background-position: center bottom;
    padding-bottom: 16px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}


.midashi_h2_2 {
	margin-bottom: 5.38%;
}
.midashi_h2_2.ma_top535 {
    margin-top: 5.38%;
}

.midashi_h2_2 h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #6EC300;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-shadow: 1px 1px #FFFFFF;
	background: linear-gradient(90deg, #B4872D 0% 100%);
	background-repeat: no-repeat;
	background-size: 32px 2px;
	background-position: center bottom;
	padding-bottom: 24px;
}
.memo {
	color: #FF0004;
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.spacer-sp {
	height: 72px;
	display: none;
}


	
	

}
