@charset "utf-8";
/* CSS Document */

.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

html,body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 180%;
	color: #333333;
	background: #F2F0E9;	
}

html {

}

#wrapper {
overflow: hidden;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

a {
transition: 0.4s;
color: #333333;
}

a:hover {
opacity: 0.7;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding: 0;
	list-style: none;
}
.f_bold {
  font-weight: bold;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mb0{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb60{margin-bottom: 60px!important;}

.mt0{margin-top: 0px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt60{margin-top: 60px!important;}

.red{color: red;}

.center{text-align: center;}

.kome{
font-size: 84%;
line-height: 160%!important;
text-indent: -1em;
padding-left: 1em;
}

.right {
text-align: right;
}

#topcontrol {
z-index: 50;
}

/*--------------------　ヘッダー　--------------------*/
header {
padding: 30px 70px 25px 20px;
background: #F2F0E9;
border-top: solid 4px #55A158;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 20;
}

header h1 {
padding-left: 84px;
font-size: 220%;
font-weight: bold;
line-height: 80%;
color: #333333;
float: left;
position: relative;
display: inline-block;
}

header h1 a:before {
content: "";
position: absolute;
top: -8px;
left: 0px;
background: url(../images/h_logo.png) no-repeat;
width: 76px;
height: 58px;
}

header h1 p {
font-size: 34.4%;
}

header h1 a {
text-decoration: none;
color: #333333;
}

.bl_sizeBtn_wrap {
float: right;
}

.bl_sizeBtn_wrap p {
font-size: 90%;
line-height: 140%;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
}

.bl_sizeBtn {
padding-top: 3px;
  color: #FFFFFF;
  transition: opacity 0.4s;
  border: none;
  background: #C7BFA3;
  font-size: 74%;
  line-height: 100%;
  text-align: center;
  min-width:  24px;
  min-height: 24px;
  border-radius: 50%;
}

.bl_sizeBtn.is_active {
  background-color: #55A158;
}

.bl_sizeBtn:hover,
  .bl_bgBtn:hover {
    opacity: 0.7;
  }

.language {
float: right;
margin-left: 20px;
width: 160px;
height: 50px;
box-sizing: border-box;
color: #FFFFFF;
font-weight: bold;
text-align: center;
line-height: 100%;
background: url("../images/language_icon.png") no-repeat 25px center #55A158;
border-radius: 25px;
border: solid 1px #55A158;
}

.language a {
width: 100%;
height: 100%;
display: block;
color: #FFFFFF;
padding: 18px 0 0 10px;
text-decoration: none;
}

.search-form-3 {
float: right;
margin-left: 15px;
width: 200px;
height: 50px;
box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	align-items: center;
    overflow: hidden;
    border: 2px solid #55A158;
	background: #FFFFFF;
    border-radius: 25px;
}

.search-form-3 input {
width: 140px;
height: 100%;
margin: 0;
padding: 0 0 0 20px;
    border: none;
    box-sizing: border-box;
	letter-spacing: 1px;
    outline: none;
	display: flex;
justify-content: flex-start;
    align-items: center;
}

.search-form-3 input::placeholder{
    color: #999999;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-3 button::after {
    width: 15px;
    height: 16px;
    background-image: url("../images/search_icon.png");
    background-repeat: no-repeat;
    content: '';
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
display : block;
position: fixed;
z-index : 100;
right : 20px;
top   : 38px;
width : 30px;
height: 30px;
cursor: pointer;
text-align: center;
}
.hamburger span {
display : block;
position: absolute;
width   : 30px;
height  : 2px ;
left    : 6px;
background : #55A158;
font-weight: bold;
-webkit-transition: 0.3s ease-in-out;
-moz-transition   : 0.3s ease-in-out;
transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 10px;
}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
top : 16px;
left: 6px;
background :#FFFFFF;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 16px;
background :#FFFFFF;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}

/* メニュー背景　*/
.globalMenuSp {
  /*position: absolute;*/
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  z-index : 90;
  top  : 0;
  left : 0;
  background: #55A158;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  padding: 40px 40px 20px;
  box-sizing: border-box;
}

.globalMenuSp ul.line {
margin-bottom: 12px;
padding-bottom: 3px;
border-bottom: solid 1px #88C18B;
}

.globalMenuSp ul.line::after {
   content: "";
   display: block;
   clear: both;
}

.globalMenuSp li {
position: relative;
margin-bottom: 10px;
line-height: 160%;
font-size: 85%;
color: #FFFFFF;
}

.globalMenuSp li.ya {
border: 1px solid #88C18B;
width: 48%;
	text-align: center;
	float: left;
	margin: 1%;
	box-sizing: border-box;
}

@media screen and (max-width:767px)
{
.globalMenuSp li.ya {
border:none;
width:100%;
text-align: left;
	margin: 0%;
	float: none;
}
}

.globalMenuSp li.title {
font-size: 102%;
}

.globalMenuSp li a {
color: #FFFFFF;
text-decoration: none;
}

.globalMenuSp li.ya a {
display: block;
width: 100%;
box-sizing: border-box;
padding: 1em;
}

@media screen and (max-width:767px)
{
.globalMenuSp li.ya a {
padding: 0.3em 0 0.3em 1em;
}
}

/* クリックでjQueryで追加・削除 */
.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

/*--------------------　フッター　--------------------*/
footer {
margin-top: 60px;
}

footer .inner {
width: 94%;
max-width: 1200px;
margin: 0 auto;
padding-left: 290px;
box-sizing: border-box;
}

footer ul.f_logo {
margin-top: 40px;
}

footer ul.f_logo li:first-child {
padding-left: 78px;
font-size: 200%;
font-weight: bold;
line-height: 80%;
color: #333333;
float: left;
position: relative;
display: inline-block;
}

footer ul.f_logo li:first-child a:before {
content: "";
position: absolute;
top: -8px;
left: 0px;
background: url(../images/f_logo.png) no-repeat;
width: 68px;
height: 52px;
}

footer ul.f_logo li:first-child p {
font-size: 34.4%;
}

footer ul.f_logo li:first-child a {
text-decoration: none;
color: #333333;
}

footer ul.f_logo li:last-child {
padding-top: 0px;
float: right;
font-weight: bold;
font-size: 115%;
}
/*
footer ul.f_logo li:last-child a:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/f_x_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
*/
footer ul.f_logo li:last-child a {
text-decoration: none;
color: #333333;
margin: 0 6px;
}

footer .inbox {
margin-top: 30px;
background: #EAE7DB;
padding: 40px 0;
}

footer ul.f_menu {
margin-bottom: 40px;
}

footer ul.f_menu li {
margin-right: 20px;
margin-bottom: 15px;
padding: 0 20px 0 0;
line-height: 100%;
float: left;
border-right: solid 1px #AFADA4;
font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}

footer ul.f_menu li:last-child {
border-right: none;
padding-right: 0;
}

footer ul.f_menu li a {
text-decoration: none;
}

footer .f_address {
float: left;
font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}

footer .copy {
padding-top: 56px;
float: right;
font-size: 80%;
}

/*--------------------　共通　--------------------*/
#contents {
width: 94%;
max-width: 1200px;
margin: 0 auto;
}

#sidearea {
width: 240px;
float: left;
/*position: fixed;*/
position: -webkit-sticky;
position: sticky;
top: 115px;
z-index: 19;
}

#sidearea ul.menu-list {
margin-bottom: 15px;
padding: 25px 15px 10px;
background: #55A158;
border-radius: 5px;
border: solid 1px #55A158;
}

/* ナビゲーションメニュー */
li.menu-item {
margin-bottom: 15px;
line-height: 120%;
font-weight: bold;
font-size: clamp(0.313rem, 0.063rem + 1.25vw, 1rem);
}

li.menu-item a {
text-decoration: none;
color: #FFFFFF;
display: block;
background: url("../images/menu_ya.png") no-repeat center right;
}

li.menu-item.non_ya a {
background: none;
}

li.menu_icon1,
li.menu_icon2,
li.menu_icon3 {
padding-bottom: 15px;
font-size: clamp(0.313rem, -0.074rem + 1.93vw, 1.375rem);
border-bottom: solid 1px #80B982;
}

li.menu_icon3 {
margin-bottom: 25px;
}

li.menu_icon1 a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 28px;
  background-image: url(../images/menu_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  padding-bottom: 5px;
}

li.menu_icon2 a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 28px;
  background-image: url(../images/menu_icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  padding-bottom: 5px;
}

li.menu_icon3 a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 28px;
  background-image: url(../images/menu_icon3.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  padding-bottom: 3px;
}

li.menu-item span {
font-size: 70%;
}

/* メニューアイテムのホバースタイル */
li.menu-item:hover ul.drop-menu-list,
li.drop-menu-item:hover ul.drop-menu-list-child {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}

li.menu-item:hover {
transition: 0.4s;
}

li.menu-item:hover > a {
color: #FFFFFF;
opacity: 0.7;
transition: 0.4s;
}

/* ドロップダウンメニュー */
li.drop-menu-item {
padding: 0 0 13px 0;
  position: relative;
font-size: 90%;
font-weight: normal;
}

li.menu_icon1 li.drop-menu-item,
li.menu_icon2 li.drop-menu-item,
li.menu_icon3 li.drop-menu-item {
font-size: 75%;	
}

li.drop-menu-item a {
color: #333333;
background: url("../images/menu_ya2.png") no-repeat center right;
padding-right: 1.5em;
}

li.drop-menu-item a:before {
content: none;
}

li.drop-menu-item:first-child {
margin-bottom: 15px;
font-size: 100%;
font-weight: bold;
border-bottom: solid 1px #D4E7D5;
}

li.menu_icon1 li.drop-menu-item:first-child,
li.menu_icon2 li.drop-menu-item:first-child,
li.menu_icon3 li.drop-menu-item:first-child{
font-size: 95%;
}

li.drop-menu-item:first-child a {
color: #55A158;
}

/* ドロップダウンメニューのスタイル */
ul.drop-menu-list {
width: 240px;
box-sizing: border-box;
padding: 20px 15px 10px;
border-radius: 5px;
  background-color: #FFFFFF; /* ドロップダウンメニューの背景色 */
  left: 240px;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 0;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1;
}

/* 下層メニューのスタイル */
ul.drop-menu-list-child {
  left: 100%;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 0;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
}

#sidearea ul.s_bnr {
margin-bottom: 15px;
}

#sidearea ul.s_bnr li {
margin-bottom: 10px;
border-radius: 5px;
color: #FFFFFF;
line-height: 140%;
font-size: clamp(0.313rem, 0.063rem + 1.25vw, 1rem);
font-weight: bold;
text-align: center;
background: #333333;
}

#sidearea ul.s_bnr li:nth-child(2) {
background: #EF5E79;
}

#sidearea ul.s_bnr li a {
width: 100%;
display: block;
padding: 12px 5px;
color: #FFFFFF;
text-decoration: none;
box-sizing: border-box;
}

#sidearea ul.s_bnr li a:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/x_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px;
}

#sidearea ul.s_bnr li:nth-child(2) a:after {
  background-image: url(../images/instagram_icon.png);
}

#sidearea ul.ad_bnr li {
margin-bottom: 10px;
}

#mainarea {
width: calc(100% - 280px);
max-width: 900px;
float: right;
}


/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
.pt{display: block;}
.pc{display: none;}
.ps{display: none;}
.tb{display: block;}
.ts{display: block;}
.sp{display: none;}

header {
padding: 25px 70px 20px 20px;
}

header h1 {
padding-top: 8px;
padding-left: 62px;
font-size: 160%;
}

header h1 a:before {
top: 0px;
background-size: 74%;
}

.bl_sizeBtn_wrap p {
font-size: 70%;
}

.language {
width: 130px;
height: 40px;
margin-left: 15px;
background: url("../images/language_icon.png") no-repeat 20px center #55A158;
font-size: 85%;
}

.language a {
padding: 14px 0 0 10px;
}

.search-form-3 {
margin-left: 10px;
width: 150px;
height: 40px;
}

.search-form-3 input {
width: 100px;
}

.search-form-3 button {
    width: 40px;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
top   : 28px;
}

footer .inner {
padding-left: 200px;
}

footer ul.f_logo li:first-child {
padding-left: 64px;
font-size: 160%;
}

footer ul.f_logo li:first-child a:before {
background-size: 85%;
}

footer ul.f_logo li:last-child {
padding-top: 0;
font-size: 90%;
}

footer .f_address {
float: none;
}

footer .copy {
padding-top: 20px;
float: none;
}

#sidearea {
width: 175px;
top: 98px;
}

/* ドロップダウンメニューのスタイル */
ul.drop-menu-list {
width: 175px;
  left: 175px;
}

#mainarea {
width: calc(100% - 200px);
}
}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.pt{display: none;}
.pc{display: none;}
.ps{display: block;}
.tb{display: none;}
.ts{display: block;}
.sp{display: block;}

.right {
text-align: left;
}

/*--------------------　ヘッダー　--------------------*/
header {
padding: 15px 70px 15px 15px;
}

header h1 {
padding-left: 56px;
font-size: 140%;
}

header h1 a:before {
background-size: 66%;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
top   : 17px;
}

.bl_sizeBtn_wrap {
display: none;
}

.language {
display: none;
}

.search-form-3 {
display: none;
}

/*--------------------　フッター　--------------------*/
footer .inner {
padding-left: 0;
}

footer ul.f_logo {
margin: 40px auto 0;
text-align: center;
}

footer ul.f_logo li:first-child {
float: none;
}

footer ul.f_logo li:last-child {
float: none;
padding-top: 20px;
}

footer .inbox {
padding: 40px 0 28%;
}

footer ul.f_menu {
display: none;
}

footer .f_address {
text-align: center;
font-size: 0.8rem;
}

footer .copy {
text-align: center;
}

ul.smpfix {
position: fixed;
bottom: 0;
width: 100%;
background: #FFFFFF;
box-shadow: 0px -10px 10px -6px rgba(0, 0, 0, 0.1);
z-index: 20;
}

ul.smpfix li {
width: 20%;
padding-bottom: 5px;
float: left;
text-align: center;
font-size: 80%;
font-weight: bold;
line-height: 130%;
}

ul.smpfix li span {
font-size: 85%;
}

ul.smpfix li a {
text-decoration: none;
}

ul.smpfix li:nth-child(1) img,
ul.smpfix li:nth-child(2) img {
margin-bottom: 12px;
}

/*--------------------　共通　--------------------*/
#sidearea {
display: none;
}

#mainarea {
width: 100%;
float: none;
}
}


/*--------------------　20251223追加　--------------------*/
.mb5{margin-bottom: 5px!important;}
.mt5{margin-top: 5px!important;}
.center_pc {text-align: center;}

@media screen and (max-width:767px) {
  .center_pc {text-align:inherit}
  .mt4_sp{margin-top: 4vw!important;}
}