@charset "UTF-8";
*{
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
body{
  --theme-color: #FFF793;
  --theme-color-brown: #6C5138;
  position: relative;
  width: 100%;
  color: #333;

  font-size: 1.6rem;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
a{
  text-decoration: none;
}
img,svg{
  max-width: 100%;
  height: auto;
}
.btn{
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2.5em;

  font-size: 1.6rem;

  color: #6C5138;
  background: transparent;
  box-shadow: 10px 5px 5px #fff;
  border: solid 2px #707070;
  border-radius: .4em;

  overflow: hidden;
}
.btn::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;

  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: .4em;
}
.btn svg{
  margin-left: .6em;
  fill: #6C5138;
}
.btn.btn-color-yellow{
  box-shadow: 10px 5px 5px var(--theme-color);
}
.btn.btn-color-yellow::before{
  background: var(--theme-color);
}
.jcc{
  display: flex;
  justify-content: center;
  width: 100%;
}

/*header*/
header{
  position: fixed;
  z-index: 100;

  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 2vw;
}
#header{
  transition: 0.3s all linear;
}
header h1{
  padding-top: 1.6rem;
  font-size: 0;
}
.header-rightContent{
  display: flex;
}
.header-sns{
  display: flex;
  align-items: center;
  gap: 2.4rem;

  margin-right: 4rem;
}
.header-sns > *{
  padding: .4rem;
}
#header-gMenubtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 6.4rem;
  height: 6.4rem;

  container-type: inline-size;

  background: var(--theme-color-brown);

  cursor: pointer;
}
#header-gMenubtn span{
  position: relative;
  display: inline-block;
  width: 66cqw;
  height: .25rem;

  background: #fff;
}
#header-gMenubtn span::before,
#header-gMenubtn span::after{
  content: '';
  position: absolute;

  display: inline-block;
  width: 66cqw;
  height: .25rem;

  background: #fff;
  transition: .5s all linear;
}
#header-gMenubtn span::before{
  top: 15cqw;
}
#header-gMenubtn span::after{
  top: -15cqw;
}

.footer-onlineshop{
  padding: 15.2rem 3vw 4rem;
  color: #FFF793;
  text-align: center;

  background: #FFF793;
}
.footer-onlineshop .content{
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2,1fr);
  width: min(112rem,100%);
  padding: 3.2rem 4rem;
  margin-inline: auto;
  margin-bottom: 12rem;

  font-size: 3.2rem;
  line-height: 1;
  text-align: center;

  border-radius: 3.2rem;
  background: #6C5138;
}
.footer-onlineshop .textContent{
  padding-top: 5.6rem;
}
.footer-onlineshop .textContent p{
  padding-bottom: 3.2rem;
}
.footer-onlineshop .imgContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.footer-onlineshop .imgContainer .img-wrap{
  display: inline-block;
  width: min(25rem,100%);
  aspect-ratio: 1/1;
  border-radius: 50%;

  overflow: hidden;
  border: solid 3px #FFF793;
}
#btn-onlineshop{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2.5em;

  font-size: 1.6rem;
  color: #FFF793;

  background: #6C5138;
  border: solid 2px #FFF793;
  border-radius: .4em;
}
#onlineshop-koryu{
  width: min(112rem,100%);
  padding-bottom: 16rem;
  margin-inline: auto;
}

.footer-contact-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 5.6rem;
  background: #F5E948;
  overflow: hidden;
}
.footer-waveimg{
  position: absolute;
  left: 0;
  top: calc(-1*100vw/100);

  width: 100%;
}
#footer-contact{
  position: relative;
  z-index: 1;

  display: inline-block;
  width: 88rem;
  margin-inline: auto;
  padding-bottom: 16.8rem;
}
#footer-contact .heading{
  margin-bottom: 3.2rem;

  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #6C5138;
}
.footer-contact-itemContainer{
  display: flex;
  justify-content: center;
  gap: 8rem;

  font-size: 2rem;
  font-weight: 700;
  color: #6C5138;
}
.footer-contact-item p{
  text-align: center;
  margin-bottom: 2.4rem;
}
.footer-contact-item .btn{
  width: 32rem;
}
.footer-contact-item .tell{
  font-size: 4.5rem;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6C5138;
}
#footer-contact .upperletter{
  position: absolute;
  z-index: 0;
  bottom: max(-2.4rem,-2vw);

  font-size: clamp(1.6rem,12.7vw,14.3rem);
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF793;
  line-height: 1;
}
.footer-obj span{
  position: absolute;
  z-index: 2;

  display: block;
}
.footer-obj01{
  bottom: -3.2rem;
  right: calc(100% + 14.4rem);

  width: 8rem;
}
.footer-obj02{
  bottom: 3.6rem;
  left: calc(100% + 20rem);
  width: 17.1rem;
}
footer{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 3vw 2.4rem;
  background: #FFF793;
}
p.copyright{
  font-size: 1.4rem;
  line-height: 1;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer-logo{
  width: 7.5rem;
}
#footer-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer-right{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 6.4rem;
  row-gap: 1.2rem;
}
footer nav{
  grid-column: 1/2;
  grid-row: 1/2;

  display: flex;
  gap: 4.8rem;
  margin-bottom: 4rem;
}
footer nav a{
  display: flex;
  align-items: center;
  gap: 0.8rem;

  color: #6C5138;
  line-height: 1;
}
footer nav .nav-column>*+*{
  margin-block-start: 2.4rem;
}
footer .sns-itemContainer{
  grid-column: 2/3;
  grid-row: 2/3;

  display: flex;
  gap: .8rem;
}
footer .sns-item a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;

  background: #6C5138;
  border-radius: 50%;
}



#gMenu-cb{
  display: none;/*gMEnu挙動管理*/
}
#gMenu{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;

  width: 100dvw;
  min-height: 100dvh;
  background: transparent;

  visibility: hidden;
  overflow-x: hidden;

  transition: 0.3s all ease-in;
}
#gMenu-cb:checked ~ #gMenu{
  transition: 0.3s all ease-in;
  visibility: visible;
  background: var(--theme-color-brown);
}
.gMenu-navWrapper{
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
}
.gMenu-navContent{
  position: relative;/*for closebtn*/

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}
#gMenu nav{
  display: flex;
  font-size: 2rem;
}
#gMenu nav>*+*{
  margin-inline-start: 22rem;
}
#gMenu ul.navcolumn{
  display: flex;
  flex-direction: column;

  border-top: solid 3px #fff;
}
#gMenu ul.navcolumn>li>a{
  display: flex;
  gap: 1em;

  width: 35rem;
  color: #fff;
  padding: 2em 0;
  padding-left: 1.5em;
  border-bottom: solid 3px #fff;
}
#gMenu .sns-itemContainer{
  display: flex;
  gap: 2.4rem;
  padding-top: 2.4rem;
}
#gMenu .sns-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 4.8rem;
  height: 4.8rem;

  background: #fff;
  border-radius: 50%;
}
#gMenu-closebtn{
  position: absolute;
  top: 4rem;
  right: 4rem;
}
#gMenu-closebtn span{
  position: relative;

  display: inline-block;
  width: 6em;
  padding-bottom: 5em;
  container-type: size;

  font-size: 1.4rem;
  letter-spacing: .2em;
  text-align: center;
  font-family: "poppins", sans-serif;
}
#gMenu-closebtn span::before,
#gMenu-closebtn span::after{
  content: '';
  position: absolute;
  top: 2.5em;
  left: 50%;

  width: 80cqw;
  height: 2px;
  background: #fff;
}
#gMenu-closebtn span::before{
  transform: translateX(-50%)rotate(25deg);
}
#gMenu-closebtn span::after{
  transform: translateX(-50%)rotate(-25deg);
}


/*paginator*/
.paginator{
  width: 100%;
  display: flex;
  justify-content: center;
}
.wp-pagenavi{
  /*ul*/
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-pagenavi > span,
.wp-pagenavi > a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  color: #999;
}
.wp-pagenavi .current{
  background: #fff;
}
.wp-pagenavi a{
  background: #F4F1E7;
  border-color: var(--theme-color-brown);
}
.wp-pagenavi > a:hover{
  background-color: var(--theme-color-brown);
  color: #fff;
  transition: 0.3s all linear;
}


.bs-item{
  position: relative;

  display: grid;
  grid-template-columns: 6fr 4fr;
  width: 100%;
  height: 54rem;

  background: #fff;
  border: solid 4px #6C5138;
  border-radius: 2.4rem;
}
.bs-item .textContent{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row: 3.2rem auto auto;
  padding-top: 3.2rem;
  padding-left: 6.4rem;
  padding-right: 4rem;

  overflow: hidden;
}
.bs-item h3{
  position: relative;
  z-index: 2;

  grid-column: 1/3;
  grid-row: 1/1;
  margin-bottom: 3.2rem;

  font-size: 2.8rem;
  font-weight: 700;
  color: var(--theme-color-brown);
}
.bs-item h3::before{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -.4em;
  right: -.4em;

  font-size: 10.8rem;
  color: var(--theme-color);
}
.bs-item p{
  grid-column: 1/3;
  grid-row: 2/3;
}
.bs-item .img-wrap{
  grid-column: 1/2;
  grid-row: 3/4;
}
.bs-item .btnContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
.bs-item .btn{
  width: 100%;
}
.bs-item-obj{
  position: absolute;
  top: -5.8rem;
  left: -6rem;
}
.bs-item .thumbnail-wrap{
  display: block;
  height: 100%;
}
.bs-item .thumbnail-wrap img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 2rem 2rem 0;
  object-fit: cover;
}

#single .ariticle{
  width: min(112rem,100%);
  min-height: 48rem;
  padding: 0 16px;
  padding-bottom: 20rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
#single .ariticle .title{
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;

  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--theme-color-brown);

  border-bottom: solid 1px #B5B5B5;
}
#single .ariticle time{
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  color: #9B8877;
}
#single .ariticle .new{
  display: inline-block;
  padding: 4px 8px;
  margin-right: .8rem;

  color: var(--theme-color-brown);
  background: var(--theme-color);
  border-radius: 4px;
}
#single .ariticle .tag-wrap{
  margin-bottom: 4rem;
}
#single .ariticle .tag{
  display: inline-block;
  padding: 4px 8px;

  color: #fff;
  background: var(--theme-color-brown);
  border-radius: 4px;
}
#single .ariticle .content{
  margin-bottom: 12rem;

  line-height: 1.6;
  white-space: pre-wrap;
}


@media (min-width : 1200px){
  .btn,
  .btn::before{
    transition: .5s all linear;
  }
  .btn:hover{
    box-shadow: 0px 0px 0px #fff;
  }
  .btn:hover::before{
    transition: .5s all linear;
    top: 0;
    left: 0;
  }
  .btn.btn-color-yellow{
    box-shadow: 10px 5px 5px var(--theme-color);
  }
  .btn.btn-color-yellow::before{
    background: var(--theme-color);
  }
  .btn.btn-color-yellow:hover{
    box-shadow: 0px 0px 0px var(--theme-color);
  }
  #btn-onlineshop:hover{
    transition: .5s all linear;
    color: #6C5138;
    background: #FFF793;
  }
  #header-gMenubtn:hover span::before{
    background: linear-gradient(90deg, #fff 0%, #fff 33%, transparent 33%, transparent 100%);
    transition: .5s all linear;
  }
  #header-gMenubtn:hover span{
    background: linear-gradient(90deg, #fff 0%, #fff 66%, transparent 66%, transparent 100%);
    transition: .5s all linear;
  }
  footer nav a:hover{
    text-decoration: underline;
  }
}
@media (max-width : 1200px){
  .footer-onlineshop{
    padding: 4rem 3vw 4rem;
  }
  .footer-contact-itemContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
  }
  .footer-contact-item p{
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .footer-contact-item .btn{
    width: 32rem;
  }
  .footer-contact-item .tell{
    font-size: clamp(2.4rem,10vw,4.5rem);
  }
  footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4rem;

  }
  #footer-left{
    margin-bottom: 3.2rem;
    gap: 2.4rem;
  }
  footer .sns-itemContainer{
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .bs-item{
    position: relative;
  
    display: grid;
    grid-template-columns: 6fr 4fr;
    width: 100%;
    height: auto;
  
  
    border: solid 4px #6C5138;
    border-radius: 2.4rem;
  }
  .bs-item .textContent{
    padding: min(5vw,3.2rem);
    grid-template-columns: repeat(1,1fr);
  }
  .bs-item .img-wrap{
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .bs-item .btnContainer{
    grid-column: 1/2;
    grid-row: 4/5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    width: 100%;
  }
}
@media (max-width : 599px){
  /**/
  /*--header--*/
  /**/
  header h1{
    padding: 0;
  }
  .header-sns{
    display: none;
  }
  .gMenu-navWrapper{
    width: 100%;
    height: auto;
    max-height: 100dvh;
  }
  .gMenu-navContent{
    position: relative;/*for closebtn*/

    padding-top: 7.2rem;
  }
  #gMenu nav{
    display: flex;
    flex-direction: column;
  }
  #gMenu nav>*+*{
    margin-inline-start: 0;
  }
  #gMenu ul.navcolumn{
    display: flex;
    flex-direction: column;
  
    border-top: solid 0px #fff;
  }
  #gMenu ul.navcolumn>li>a{
    display: flex;
    gap: 1em;
  
    width: 100%;
    padding: 1.2rem 0;
    border-bottom: solid 2px #fff;
  }
  #gMenu .sns-itemContainer{
    display: flex;
    padding: 2.4rem 0;
  }
  #gMenu-closebtn{
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
  }
  #gMenu-closebtn span{
    position: relative;
  
    display: inline-block;
    width: 48px;
    padding-bottom: 4.8rem;
    container-type: size;
  }
  #gMenu-closebtn span::before,
  #gMenu-closebtn span::after{
    content: '';
    position: absolute;
    top: 2.4rem;
    left: 50%;
  
    width: 80cqw;
    height: 2px;
    background: #fff;
  }

  .bs-item{
    grid-template-columns: 1fr;
    height: auto;
  }
  .bs-item .thumbnail-wrap img{
    height: 30vh;
    border-radius: 0 0 2rem 2rem;
  }
  .footer-onlineshop .content {
    grid-template-columns: repeat(1,1fr);
    row-gap: 2.4rem;
  }
  #footer-contact {
    padding-bottom: 8rem;
  }
}