@charset "utf-8";
:root{
}

html {
  scroll-behavior: auto;
}

body{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: normal;
  font-weight: 400;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP", "YuGothic",-apple-system,blinkmacsystemfont,"BIZ UDPGothic","メイリオ",meiryo,sans-serif;
  color: #3E3727;
  --serif: "Noto Serif JP", serif;
  --subfont:"Open Sans", sans-serif;
} 

@media screen and (max-width: 768px) {
  body{
    font-size: max(1.3rem, 1.8vw) ;
  }
}


.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
  span.spbr br{display: inline !important;}
}

.abs{
  position: absolute;
}

span.spbr br{
  display: none !important;
}

.img_bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

.wrap {
  position: relative;
  max-width: 1280px;
  padding: 0px;
  margin: 0 auto;
  width: calc(100% - 160px);
}

.wrap_s{
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .wrap {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
      padding: 0 4.7vw;
      width: 100%;
  }
}

#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.serif{
  font-family: "Noto Serif JP", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  text-underline-offset: 3px;
}

button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;

}

.abs{
  position: absolute;
}

.bg1{
  background: #FAF7F0;
}

.bg2{
  position: relative;
}

.bg2::before{
  position: absolute;
  content:"";
  height: calc(100% + 80px);
  width: 100%;
  left:0;
  bottom:0;
  background: #FAF7F0;
}

@media screen and (max-width: 1024px) {
  .bg2::before {
    height: calc(100% + 31vw);
  }
}
@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

/*
  共通パーツ
*/
.top_ttl strong{
  font-family: var(--subfont);
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 69px;
  color: #3e3727;
  display: block; 
}

.top_ttl span{
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 39px;
  text-align: left;
  color: #3e3727;
  font-weight: normal;;
}
@media screen and (max-width: 768px) {
  .top_ttl strong {
    font-size: clamp(4rem,7vw,5rem);
    line-height: 1.8;
  }
  .top_ttl span{
    font-size: clamp(1.6rem,3vw,2rem);
  }
}

.headline_l{
  font-size: 2.8rem;
  text-align: left;
  color: #2b210a;
  line-height: 1.3;
  padding-bottom: 0.3em;
  margin-bottom: 40px;
  border-bottom: 2px solid #00812C;
} 


/* 白アイコン */
.headline_l i.mask_sub{
  background-color:#fff;
}

.headline_l i.mask_main{
  background-color:var(--main-clr);
}

.headline_l strong{
  font-size: 3.8rem;
  font-family: var(--sub);
}

.headline_l span{
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .headline_l{
    margin-bottom: 35px;
  }
  .headline_l strong{
    font-size: 3.4rem;
  }
}

/* @media screen and (max-width: 768px) {

  .headline_l i{
    width:7.68%;
    aspect-ratio: 59 / 47;
    margin-top: -5px;
    background-color:var(--sub-clr);
    -webkit-mask: url("../svg/icon_headline.svg") no-repeat center / contain;
    mask: url("../svg/icon_headline.svg") no-repeat center / contain;
  }

  .headline_l strong{
    font-size: max( 1.9rem, 4.375vw );
  }
  
  .headline_l span{
    font-size: max( 1.2rem, 2.34vw);
  }
} */

.headline_m {
  position: relative;
  padding-left: 20px;
  font-size: 2.1rem;
  margin-bottom: 0.5em;
}

.headline_m::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 40px;
  background: #00812c;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb ul {
  display: flex;
  gap: 30px;
}

.breadcrumb ul > li {
  position: relative;
  font-size: 1.4rem;
  color: #3e3727;
}

.breadcrumb ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;

  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb ul > li:last-child::after {
  display: none;
}


/*ボタン*/
.button1{
  display: block;
  width: 100%;
  line-height: 84px;
  border-radius: 10px;
  background: #00812c;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  max-width: 450px;
}

.button1.tel{
  background: #3d951f;
}


.button1.tel > span{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.button1.tel > span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 31px;
  transform: translateY(-50%);
  background: url(../svg/icon_tel.svg) no-repeat 50% 50% / 100%;
}

@media only screen and (max-width: 768px) {
  
  .button1{
    width: 100%;
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .button1 {
    font-size: 1.8rem;
  }
}
/*ボタン２*/
.button2{
  width: 400px;
  height: 58px;
  display: block;
  background: transparent;
  border-radius: 50px;
  line-height: 58px;
  background: #fff;
  font-size: 1.8rem;
  text-align: left;
  color: #2b210a;
  text-align: center;
 } 

 @media screen and (max-width: 1024px) {
  .button2{
    width:100%;
    height: 88px;
    line-height: 88px;
    max-width: 720px;
    display: block;
    line-height: 88px;
    font-size: 2rem;
    margin: auto;
  } 
 }

.button_more{
  position: relative;
  display: block;
  width: 140px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  color: #00812c;
  padding-right: 35px;
  margin: 0 auto;
}

.button_more::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border-right: 2px solid #00812c;
  border-bottom: 2px solid #00812c;
  transform: translateY(-70%) rotate(45deg);
}

.button_more_area2,
.button_more_area{
  width: 100%;
  padding: 0;
  display:none;
}

.button_more_s{
  font-size: 1.6rem;
  width: 118px;
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  background: #9a927f;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .button_more_s {
    position: relative;
    width: 196px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
      color: #fff;
  }

  .button_more_s::after{
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-25%) rotate(-45deg);
  }

}

@media screen and (max-width: 768px) {
  .button_more_s {
    position: relative;
    width: 150px;
    height: 46px;
    line-height: 46px;
  }
}

.button_more2{
  position: relative;
  width: 196px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  background: #00812c;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.button_more2::after{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translateY(-25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .button_more2 {
    width: 150px;
    height: 46px;
    line-height: 46px;
  }
}


@media(max-width:1024px){

  .button_more_area2{
    display:block;
  }

  .item_list{
    overflow:hidden;
    /* transition:max-height .3s; */
  }

}

/* @media screen and (max-width: 768px) {
  .button_detail{
    font-size: 3.125vw;
    padding-right: 2em;
    width: auto;
  }

  .button_detail::after{
    position: absolute; 
    top: auto;
    margin-top: -2px;
    right: 0px;
    width: 1em;
    height: auto;
    aspect-ratio: 19 / 14;
  }
}
 */
.link{
  font-weight: bold;
  color: #22326E;
  text-decoration: underline;
}

.update{
  text-align: right;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

/*※リスト*/
.note_list1 li {
    margin-left: 1.2em;
    text-indent: -1.2em;
    line-height: 2;
}


.dot_list>li{
	font-size: 2rem;
	position: relative;
	padding-left:1.5em;
}

.dot_list>li::after{
	content:"";
	position: absolute;
	display: block;
	width: 1em;
	height:1em;
	top:0.5em;
	left:0;
  border-radius: 50%;
  background: var(--sub-clr);
  transform: scale(0.5);
}

@media screen and (max-width: 768px) {
  .dot_list>li{
    font-size: max(1.5rem, 2.2vw) ;
    position: relative;
    padding-left:1.5em;
  }
}


/* ページナビ */
.page_nav{
  padding: 65px 0 80px;
}

.page_nav ul{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:32px;
}

.page_nav ul li {
  width: calc((100% - 20px) / 3);
  max-width: 240px;
}

.page_nav ul li > a{
  position: relative;
  width: 100%;
  border: 1px solid var(--main-clr);
  border-radius: 8px;
  background: #fff;
  color: var(--main-clr);
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  font-weight: bold;
  justify-content: center;
}

.page_nav ul li > a.active {
  background: #22326e;
  color: #fff;
}

.page_nav ul li > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #22326e;
  border-right: 2px solid #22326e;
  transform: translateY(-50%) rotate(45deg);
}

.page_nav ul li > a.active::after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .page_nav {
    padding: 20px 0 40px;
  }
  .page_nav ul{
    gap:1em;
    flex-direction: column;
    width: 100%;
  }
  .page_nav ul li {
    width: 100%;
    max-width: none;
  }
  .page_nav ul li > a{
    font-size: 4vw;;
  }
  .page_nav ul li > a::after {
    right: 5%;
  }
}

/*ローカルナビ*/
/* .local_nav{
  padding: 65px 0 80px;
}

.local_nav ul{
  display: flex;
  justify-content: center;
  gap:32px;
}

.local_nav ul li {
  width: calc((100% - 20px) / 3);
  max-width: 240px;
}

.local_nav ul li > a{
  position: relative;
  width: 100%;
  border: 1px solid #22326E;
  border-radius: 8px;
  background: #fff;
  color: #22326E;
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  justify-content: center;
}

.local_nav ul li > a.active {
  background: #22326e;
  color: #fff;
}

.local_nav ul li > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #22326e;
  border-right: 2px solid #22326e;
  transform: translateY(-50%) rotate(135deg);
}

.local_nav ul li > a.active::after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .local_nav {
    padding: 20px 0 40px;
  }
  .local_nav ul{
    gap:1em;
    flex-direction: column;
    width: 100%;
  }
  .local_nav ul li {
    width: 100%;
    max-width: none;
  }
  .local_nav ul li > a{
    font-size: 4vw;
  }
  .local_nav ul li > a::after {
    right: 5%;
  }
} */

.link_box_list{
  display: flex;
  gap:40px;
}

.link_box_list>li{
  width:calc((100% - 40px) / 2) ;
}

.link_box .head{
  font-size: 2.4rem;
  line-height: 1;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border:1px solid var(--sub-clr);
  background: var(--sub-clr);
  color: #fff;
}

.link_box.general .head{
  background: #EDEFF4;
  color: var(--sub-clr);
}

.link_box .body{
  border:1px solid var(--sub-clr);
  border-top: none;
  padding: 44px 47px 57px;
}

.link_box .body>.ttl{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 25px;
}

.link_box .list{
  display: flex;
  gap:6%;
  justify-content: center;
}
.link_box .list>li{
  width:calc( (100% - 6%) / 2);
  max-width: 285px;
  aspect-ratio: 285 / 136;
}

.link_box .list>li img.rug{
  width:161px;
  width: calc((161 / 285 ) * 100% );
  margin-top: -0.1em;
}

.link_box .list>li img.pia{
  width: calc((240 / 285 ) * 100% );
}

.link_box .list>li a{
  position: relative;
  border:1px solid #D6D6D6;
  aspect-ratio: 285 / 136;
  display: block;
}

.link_box .list>li img{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.link_box .list>li a::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #22326e;
  border-right: 2px solid #22326e;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .link_box .head {
     font-size: 2vw;
  }
  .link_box .body>.ttl {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .link_box_list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .link_box_list>li {
    width: 100%;
  }

  .link_box .body {
    padding: 20px 20px 30px;
  }

  .link_box .head {
    font-size:max(1.8rem, 4vw);
  }
  .link_box .body>.ttl {
    font-size: max(1.5rem, 3.8vw);
  }
}


/*
/タブ
*/
.tab_block{
  width: 100%;
}

.tab_head{
  display: flex;
  flex-wrap: wrap;
}

.tab_head li{
  width: 50%;
}

.tab_head li a{
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: var(--sub-clr);
  text-decoration: none;
  border: 1px solid var(--sub-clr);
}

.tab_head li a .en{
  font-family: var(--sub);
}

.tab_head li.active a{
  background: var(--sub-clr);
  color: #fff;
}

.tab_head li.active a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #e63888;
  z-index: 1;
}

.tab_body{
  position: relative;
  padding: 80px 0 0;
}

.tab_body .tab_group{
  display: none;
  opacity: 0;
}

.tab_body .tab_group.active{
  display: block;
  opacity: 1;
}

.tab_body .tab_group.is-show{
  display: block;
}

.tab_body .tab_group.is-fade{
  transition: opacity .35s ease;
}

.tab_body .figure{
  max-width: 1186px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px){
  .tab_head{
    display: flex;
    flex-wrap: wrap;
  }

  .tab_head li{
    width: 100%;
    order:1;
  }

  .tab_head li.active{
    z-index: 2;
    order:2;
  }

  .tab_head li a{
    min-height: 54px;
    padding: 14px 10px;
    font-size: 1.6rem;
  }
  .tab_body{
    padding: 50px 0 0;
  }

  .tab_body .figure{
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .tab_head li a{
    min-height: 54px;
    padding: 14px 10px;
    font-size: max(1.6rem, 4vw);
  }
}

/*
ソートリスト
*/
.sort_list{
  display: flex;
  flex-wrap:wrap;
  gap: 0.1em 1.7em;
  font-size: 24px;
  justify-content: center;
  margin-bottom: 40px;
} 

.sort_list>li>a{
  font-family: var(--sub);
  font-weight: bold;
  text-decoration: underline;
  color: var(--main-clr);
} 

@media screen and (max-width: 1400px) {
  .sort_list{
    font-size: 1.71vw;
  }
}

@media screen and (max-width: 1024px) {
  .sort_list{
    font-size:max(1.5rem,3vw);
    gap:0.8em 0;
    justify-content: flex-start;
  }
  .sort_list>li{
    width: 16.6%;
    line-height: 1;
    text-align: left;
  }
}

.lower_container{
  padding-top: 130px;
  overflow: hidden;
}

.lower_contents{
  position: relative;
  padding-top: 75px;
  padding-bottom: 80px;
}
.lower_contents2{
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .lower_contents {
    position: relative;
    padding-top: 33px;
    padding-bottom: 80px;
  }
}

.content.mgn_t{
  padding-top: 80px;
}

.content>.section{
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .lower_container,
  .top_container {
    padding-top: 80px;
  }

  .lower_contents{
    padding-bottom: 40px;
  }

  .content.mgn_t{
    padding-top: 20px;
  }

  .content>.section{
    padding-bottom: 40px;
  }


}

header a{
  text-decoration: none;
}

header {
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  z-index: 100;
  display: flex;
  background: #fff;
  justify-content: flex-end;
  padding-right: 100px;
  gap:63px;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */
  z-index: 100;
  transition: all 0s ease;
}

header .bg{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

header .logo_box {
  position: fixed;
  left: 27px;
  top: auto;
  display: flex;
  width: 370px;
  z-index: 1011;
}

header .menu1 {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 292px;
}

header .menu1>li> a .inr {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding-left: 20px;
}

header .menu1>li> a span{
  font-size: 1.8rem;
  text-align: center;
  display: block;
}

header .contact {
  position: fixed;
  display: flex;
  gap: 20px;
  right: 98px;
  top: 21px;
  z-index: 1011;
  padding-right: 20px;
}

header .contact>li>a{
  display: block;
  width: 228px;
  line-height: 58px;
  background: #01812d;
  border-radius: 50px;
  text-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
}


header .sns>li.icon_insta{
  width: 31px;
}

header .sns>li.icon_x{
  width: 34px;
}

header .sns>li.icon_x a{
  display: block;
  aspect-ratio: 34 / 31;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_x.svg') no-repeat center / 100%;
  mask: url('../svg/icon_x.svg') no-repeat center / 100%;
}

header .sns>li.icon_insta a{
  display: block;
  aspect-ratio: 31 / 31;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_insta.svg') no-repeat center / 100%;
  mask: url('../svg/icon_insta.svg') no-repeat center / 100%;
}

header nav {
  position: fixed;
  top: 0px;
  height: 100dvh;
  width: 100%;
  left:auto;
  right: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  visibility: hidden;
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  display: flex;
  align-items: center;
  z-index: 1001;
  border-radius: 0;
  gap:0;
  visibility:hidden;
  display: none;
  padding:40px 30px 40px 50px;
}

header.block nav{
  display: flex;
}


header.block.active nav{
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
}



  /* 中身 */
  header nav .nav_inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; 
    display: flex;
    gap: 60px;
  }

  /* 左 */
  header nav .nav_img {
    width: 320px;
  }

  /* 中 */
  header nav .nav_menu {
    position: relative;
    width: 600px;
    display: flex;
  }
  
  /* 右 */
  header nav .nav_contact {
    width: calc(100% - 320px - 600px);
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 10px;
  }
  
  header nav .nav_menu .menu2 li > a {
    position: relative;
    display: block;
    padding-left: 20px; 
  }

  header nav .nav_menu .menu2 li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #cbc4b5;
    transform: translateY(-50%);
  }

   
  header nav .nav_contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 486px;
    background: #9A927F;
  } 

  header nav .nav_contact_box{
    max-width: 280px;
  }

  header nav .nav_menu .nav_menu_block1{
    width: 60%;
  }
  header nav .nav_menu .nav_menu_block2{
    width: 40%;
  }


/* メニュー列 */
header nav .nav_col {
  width:100%;
  margin-bottom: 55px;
}

header nav .nav_col.col3
header nav .nav_col.col4{
  margin-bottom: 40px;
}
header nav .nav_col.col5{
  margin-bottom: 0;
}

header nav .nav_col .ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}

header nav .nav_col ul.menu2{
  gap:10px;
  display: flex;
  flex-direction: column;
}

header nav .nav_col ul.menu2>li>a,
header nav .nav_col ul.menu3>li>a{
  font-size: 1.6rem;
}


header nav .nav_contact_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 278px;
  background: transparent;
  font-weight: normal;
  font-size: 1.8rem;
  line-height:42px;
  text-align: left;
  text-align: center;
  background: #E8F4E1;
  color: #3e3727;
  border-radius: 50px;
  display: block;
}
header nav .nav_contact_title.mail{
  display: none;
}

header nav .tel {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

header nav .time {
  text-align: center;
  line-height: 1.4;
}

header nav .menu2>li .sp_memu_button.open span::after{
  opacity: 0;
}

header .sns>li img{
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1350px) {
  
  /* 左 */
  header nav .nav_img {
    width: 25%;
    height: 100%;
  }

  /* 中 */
  header nav .nav_menu {
    position: relative;
    width: calc(100% - 25% - 320px) ;
    display: flex;
  }
  
  /* 右 */
  header nav .nav_contact {
    width: 320px;
  }

  header nav .nav_menu .nav_menu_block1{
    width: 65%;
  }

  header nav .nav_menu .nav_menu_block2{
    width: 35%;
  }

  header nav .nav_contact_title {
      width: 246px;
  }

  header nav .nav_img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {

  header {
    position: fixed;
    height: 80px;
    padding-right: 94px;
  }

  header .logo_box {
    left: 15px;
    width: 297px;
  }

  header .menu1 {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 171px;
  }

  header nav .nav_inner {
    gap: 25px;
  }

  header nav .nav_contact {
    width: 270px;
  }

   header .contact{
    right: 60px;
    top:12px; 
   }

  header .contact>li>a {
    width: 154px;
  }

}
@media screen and (max-width: 1024px) {

  header .menu1{
    display: none;
  }


  header .logo_box {
    position: fixed;
    left: 0px;
    background: #fff;
    z-index: 1010;
    height: 80px;
    width: 100%;
  }

  header .logo_box .logo1 {
    position: absolute;
    left: 15px;
    top:12px;
    width: 260px;/*@*/
  }
  
  header nav{
    padding-top: 120px;
    display: block;
    top:0px;

    height: 100dvh;
    /* height: calc( 100dvh - 80px); */
  }

  header.block nav{
    display: block;
  }
  
  header .contact{
    display: none;
  }

  header nav .nav_inner {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }

  header nav .nav_contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9A927F;
  } 

  header nav .nav_contact_title{
    width: 100%;
    line-height: 1;
    padding: 20px;
  }

  header nav .nav_contact_title.mail{
    display: block;
    width: 100%;
    background: #00812c;
    color: #fff;
  }

   
  /* 左 */
  header nav .nav_img {
    display: none
  }

  /* 中 */
  header nav .nav_menu {
    position: relative;
    width: 100%;
    display:block;
  }
  
  /* 右 */
  header nav .nav_contact {
    width: 100%;
    padding-top: 50px;
  }

  header nav .nav_menu .nav_menu_block1{
    width: 100%;
  }

  header nav .nav_menu .nav_menu_block2{
    width: 100%;
  }

  header nav .nav_col {
    width: 100%;
    margin-bottom: 40px;
  }


  header nav .nav_col .ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  header nav .nav_col ul.menu2>li>a,
  header nav .nav_col ul.menu3>li>a{
    font-size: 2rem;
  }


   header nav .nav_contact_title{
    font-size: 2.4rem;
   }
   header nav .nav_contact_title.mail{
    margin-bottom: 20px;
   }

  header nav .nav_contact_box {
    max-width: none;
    width: 100%;
  }

}



/*メニューボタン*/
header #menu_button {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1010;
  caret-color: transparent;
}

header #menu_button:focus,
header #menu_button:active{
  outline: none;
  box-shadow: none;
}

/* ボタン枠 */
header #menu_button > div{
  position: relative;
  width: 40px;
  height: 35px;
}

/* 線 */
header #menu_button > div > div{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #707070;
  left: 0;
  transition: all .3s ease;
}

header.active #menu_button > div > div{
  background: #707070 !important;
}

/* 上 */
header #menu_button > div > div:nth-child(1){
  top: 0;
}

/* 中 */
header #menu_button > div > div:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
}

/* 下 */
header #menu_button > div > div:nth-child(3){
  top: 100%;
  transform: translateY(-100%);
}

header.active #menu_button > div > div:nth-child(1){
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

header.active #menu_button > div > div:nth-child(2){
  opacity: 0;
}

header.active #menu_button > div > div:nth-child(3){
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
    
  header #menu_button {
    height: 80px;
    width: 80px;
  }
}

.nav_bg{
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left:0;
  top:0;
  background: rgba(0, 0, 0, 0.53);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.nav_bg.fade-in {
  opacity: 1;
  pointer-events: auto;
}

.nav_bg.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


  

#pagetop{
  position: fixed;
  width: 109px;
  right:20px;
  bottom:20px;
  z-index: 10;
  overflow: hidden;
}

#pagetop.open a{
  opacity: 1;
  display: block;
  transform: translateY(0%);
}

#pagetop a{
  display: block;
  transition: all ease 0.19s;
  transform: translateY(101%);
}

@media screen and (max-width: 1100px) {
  #pagetop{
    width: 50px;
    right:5px;
  }
}

.footer{
  padding-top: 50px;
}

/* ロゴ・住所 */
.footer_logo {
  width: 260px;
  margin: 0 auto 30px;
}

.footer_logo img {
  width: 100%;
}

.footer_address {
  font-size: 1.6rem;
  margin-bottom: 50px;
  text-align: center;
}


/* メニュー */
.footer_nav {
  display: grid;
  grid-template-columns: 
    200px
    160px
    140px
    150px
    150px
    100px;
  justify-content: space-between;

  min-height: 200px;
  padding-top: 5px;
}

.footer_col {}

.footer_col > p {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.footer_col li {
  margin-bottom: 25px;
  color: #2B210A;
}

.footer_col a {
  font-size: 1.6rem;
  color: #2B210A
}


/* 横棒 */
.footer_col li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #cbc4b5;
  margin-right: 5px;
  vertical-align: middle;
}


/* 下 */
.footer_bottom {
  height: 70px;
  border-top: 1px solid #9A927F;
  border-bottom:1px solid #9A927F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.footer_bottom a {
  font-size: 1.6rem;
}

.footer_block{
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	padding: 50px 40px 0;
}

.footer_block .row1{
	border-top: 1px solid #707070;
	display: flex;
	padding-top: 75px;
	margin-bottom: 75px;
}

.footer_block .row1 .box1{ 
	width: 300px;
}

.footer_block .row1 .box1 .logo{
	width: 280px;
	margin-bottom: 30px;
}

.footer_block .row1 .box1 .address{
	margin-bottom: 10px;
}
.footer_block .row1 .box1 .tel{
	margin-bottom: 10px;
}


.footer_block .row1 .box2{ 
	width:calc(100% - 300px);
}

.footer_block .row1 .box2 .menu{
	display: flex;
	justify-content: flex-end;
	gap: 84px;
	margin-bottom: 47px;
}

.footer_block .row1 .box2 .menu>li>a{
	font-weight: bold;
	font-size: 1.8rem;
	white-space:nowrap;
}

.footer_block .row1 .box2 .sns{ 
	display: flex;
	justify-content: flex-end;
	gap:30px;
}

.footer_block .row1 .box2 .sns>li>a{ display: flex; align-items: center; gap:10px}
.footer_block .row1 .box2 .sns>li>a span{ font-size: 1.6rem; font-weight: bold;}
.footer_block .row1 .box2 .sns>li>a i{
	display: block;
}
.footer_block .row1 .box2 .sns>li>a span i img{vertical-align: middle;}
.footer_block .row1 .box2 .sns>li>a span i.inst{ width: 20px; }
.footer_block .row1 .box2 .sns>li>a span i.inst_r{ width: 20px ;}
.footer_block .row1 .box2 .sns>li>a span i.ytb{width: 28px; }

.footer_block .row2{
	margin-top: 75px;
}

.footer_block .row2 .bnr_list{
	display: flex;
	flex-wrap:wrap;
	gap:40px 45px;
	margin-bottom: 48px;
}

.footer_block .row2 .bnr_ttl{
	margin-bottom: 50px;
	position: relative;
}

.footer_block .row2 .bnr_ttl::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	background: #707070;
	width: 100%;
	z-index: -1;
}
.footer_block .row2 .bnr_ttl span{
	background: #fff;
	display: inline-block;
	padding-right: 1em;
}


.footer_block .row2 .bnr_list>li{
	width: calc( ( 100% - 45px*4) / 5 );
}

.footer .copy{
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer_nav{
    display: none;;
  }

	.footer_block{
		position: relative;
		max-width: 1360px;
		margin: 0 auto;
		padding: 50px 25px;
	}

  .footer_bottom {
    height: 61px;
    gap: 30px;
  }

	.footer_block .row2 .bnr_list{
		gap:40px 50px;
	}
	.footer_block .row2 .bnr_list>li{
		width: calc( ( 100% - 50px*2) / 3 );
	}
}

@media screen and (max-width: 600px) {

		.footer_block .row1{
			padding-top: 40px;
			margin-bottom: 40px;
		}

	.footer_block .row1 .box2 .menu{
		gap: 4vw;
	}

	.footer_block .row1 .box2 .menu>li>a span{
		font-size: 1.2rem;
	}

	.footer_block .row1 .box2 .menu>li>a {
		font-size: 1.4rem;
	}

	.footer_block .row1 .box2 .sns>li>a span {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.footer_block .row1 .box2 .sns>li>a i{
		display: block;
	}	

	.footer_block .row1 .box2 .sns>li>a span i img{vertical-align: middle;}
	.footer_block .row1 .box2 .sns>li>a span i.inst{ width: 20px; }
	.footer_block .row1 .box2 .sns>li>a span i.inst_r{ width: 20px;}
	.footer_block .row1 .box2 .sns>li>a span i.ytb{width: 28px; }

	.footer_block .row1 .box2 .sns {
		gap: 15px;
	}

	.footer_block .row1 .box2 .sns>li>a {
		gap: 5px;
	}

	.footer_block .row2 .bnr_list{
		gap:30px;
	}

	.footer_block .row2 .bnr_list>li{
		width: calc( ( 100% - 30px	) / 2 );
	}

}

.lower_head1{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.lower_head1 .ttl{
  width: 39.73% ;
  padding-left: 80px;
}

.lower_head1 .ttl .en{
  font-size: max(6rem,4.58vw);
  font-family: var(--subfont);
  font-weight: bold;
  line-height: 1.5;
}
.lower_head1 .ttl .jp{
  font-size: 1.66vw;
  font-weight: normal;
}

.lower_head1 .main_img{
  width: 60.27%;
  overflow: hidden;
  border-radius: 20px;
}
.lower_head1 .main_img img{
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  
  .lower_head1{
    display: block;
    padding-right: 0px;
    padding: 0 3.7vw;
  }

  .lower_head1 .ttl{
    width:100% ;
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 70px;
  }

  .lower_head1 .ttl .en{
    font-size: 6.6rem;
    font-weight: bold;
  }
  .lower_head1 .ttl .jp{
    font-size: 2.4rem;
  }

  .lower_head1 .main_img{
    width: 100%;
    overflow: hidden;
  }

}

/*
Storage
コンビニ収納21
*/
.lower_head2{ 
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-right: 0px;
}

.lower_head2 .ttl{
  width: 100%;
  line-height: 1.4;
  text-align:center;
  padding-left: 0px;
  padding-bottom: 100px;
}

.lower_head2 .ttl .en{
  font-size: max(6rem,4.58vw);
  font-family: var(--subfont);
  font-weight: bold;
}

.lower_head2 .ttl .jp{
  font-size: 1.66vw;
  font-weight: normal;
}

.lower_head2 .main_img{
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}

.lower_head2 .main_img img{
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
    
  .lower_head2{
    display: block;
    padding-right: 0px;
    padding: 0;
  }

  .lower_head2 .ttl {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 70px;
  }

  .lower_head2 .ttl .en {
    font-size: 6.6rem;
  }
  
  .lower_head2 .ttl .jp{
    font-size: 2.4rem;
  }

  .lower_head2 .main_img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 375 / 432 ;
  }
  .lower_head2 .main_img img{
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
   .lower_head2 .ttl .en {
    font-size: 10vw;
  }
  .lower_head2 .ttl {
    width: 100%;
    padding-bottom: 40px;
  }

  .lower_head2 .ttl .jp{
    font-size: 2rem;
  }

}


/*
一覧
*/
.item_index{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:40px;
}

.item_index_wrap{
  position: relative;
  padding-bottom: 90px;
}

.item_index_wrap::after{
  position: absolute;
  content: "";
  left:0;
  bottom:0;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(
    to right,
    #9A927F 0,
    #9A927F 5px,
    transparent 5px,
    transparent 10px
  );
}

.item_index article a{
  display: block;
}

.item_index article a .img{
  aspect-ratio: 400 / 248;
  margin-bottom: 15px;
  border:1px solid #9A927F;
  background: #fff url(../svg/logo.svg) no-repeat  50% 50% / 260px;
}

.item_index article a .img img{
  height: 100%;
  object-fit: cover;
}

.item_index article a .row{
  display: flex;
  align-items: center;
}

.item_index article a .row .category{
  width: 152px;
  height: 36px;
  color: #fff;
  text-align: center;
  background: linear-gradient(#00ad3b 0%, #00812c 100%);
}

.item_index article a .row .price{
  font-size: 2.4rem;
  text-align: left;
  color: #00812c;
  padding-left: 1em;
}

.item_index article a .ttl{
  font-size: 2rem;
  color: #1f1f1f;
  padding-bottom: 12px;
}

.item_index article a .address,
.item_index article a .msg{
  font-size: 1.6rem;
  text-align: left;
  color: #3e3727;
  padding-top: 0px;
  line-height: 1.5;
}
.item_index article a .address{
  padding-top: 15px;
  border-top: 1px solid #9a927f;
}

@media screen and (max-width: 1200px) {
  .item_index{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
  }
}


@media screen and (max-width: 768px) {
  .item_index{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:40px 20px;
  }
}


/*swiper scroll*/
.item_index_wrap.swiper{
  padding-bottom: 60px;
}

.item_index_wrap.swiper .item_index{
  display:flex;
  gap:0;
}

.item_index_wrap.swiper .item_index article{
  width:400px;
}

.item_index_wrap.swiper::after {
  display: none;
}

.item_index_wrap .swiper-scrollbar{
  height:12px;
  background:#e8f4e1;
  left:0;
  width:100%;
  border-radius:0;
  --swiper-scrollbar-sides-offset:0;
}

.item_index_wrap .swiper-scrollbar-drag{
  height:12px;
  background:#00812c;
  opacity:.9;
  border-radius:0;
}

@media screen and (max-width: 768px) {
  .item_index_wrap.swiper .item_index article{
    width:350px;
  }
}


/*contact*/
.top_section_contact{
  padding-bottom: 80px;
  background: #faf7f0;
}

.top_section_contact .box{
  padding:50px 100px;
  background: #fff;
}

.top_section_contact .box .row{
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 50px;
}

.top_section_contact .box .row .top_ttl{
  width: 292px;
  flex-shrink: 0;
  white-space: nowrap;
}

.top_section_contact .box .row .msg{
  flex: 1;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.top_section_contact .box .button_area{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:100px;
}

.top_section_contact .box .button_area .col .button1{
  width: 100%;
  max-width: none;
}
.top_section_contact .box .button_area .col .button1.tel{
  background: #3d951f;
}

.top_section_contact .box .button_area .col .button1.tel > span{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.top_section_contact .box .button_area .col .button1.tel > span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 31px;
  transform: translateY(-50%);
  background: url(../svg/icon_tel.svg) no-repeat 50% 50% / 100%;
}

.top_section_contact .box .button_area .col p{
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .top_section_contact .box {
    padding: 50px 50px;
  }

  .top_section_contact .box .row{
    gap: 50px;
  }

  .top_section_contact .box .button_area {
    gap: 60px;
  }

  .top_section_contact .box .row .msg {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {

  .top_section_contact .box{
    padding: 50px 40px;
  }

  .top_section_contact .box .row{
    display: block;
    margin-bottom: 43px;
  }

  .top_section_contact .box .row .top_ttl{
    width: auto;
    margin-bottom: 20px;
    white-space: normal;
  }

  .top_section_contact .box .row .msg{
    font-size: 2rem;
    line-height: 2;
  }

  .top_section_contact .box .button_area{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .top_section_contact .box .button_area .col{}

  .top_section_contact .box .button_area .col .button1{
    font-size: 2.8rem;
    line-height: 84px;
    height: 84px;
  }

  .top_section_contact .box .button_area .col .button1.tel{}

  .top_section_contact .box .button_area .col .button1.tel > span{
    padding-left: 34px;
  }

  .top_section_contact .box .button_area .col .button1.tel > span::before{
    width: 20px;
    height: 26px;
  }

  .top_section_contact .box .button_area .col p{
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

}