@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body{
  text-size-adjust:100%;
  -webkit-text-size-ajust:100%;
}
.header {
  display: flex;
  height: 60px;
  background-color: #fff;
  align-items: center;
  padding-left: 10px;
}
.header h1 a{
  text-decoration: none;
  color: #333;
  line-height: 1; 
}
.header h1 {
  font-size: 2.2rem;
  font-family:'Afacad', sans-serif;
  font-weight: 600;
  color: #333;
  left: 26px;
  top: 23px;
}
.header_navigation {
  display: none;
}
.header_navigation a{
  text-decoration: none;
  color: #333;
}
.header_navigation .otoiawase{
  color: #FFF;
  padding: 6px 30px;
  border-radius: 20px;
  background-color: #858466;
}
@media (min-width: 900px){ 
  .header {
    padding: 0 30px;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
  }
  .header_navigation {
  display: block;
  text-align: right;
}
  .header_navigation ul{
    display: flex;
    align-items: center;
  }
 .header_navigation ul li {
  display: inline-block;
  margin-left: 40px;
  font-size:1.6rem;
  font-weight: 500;
}
  .openbtn{
    display: none;
  }
}

body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.8rem;
  text-align: center;
}
section h2 {
  font-size: 3.0rem;
  font-family: 'Afacad', sans-serif;
}
a:hover {
  opacity: 0.5;
}

/*retern to top*/
.section-tophemodoru a{
    font-size: 1.6rem;
    color: #9c9595;
    text-decoration: none;
  }
.section-tophemodoru{
  margin: 40px auto 60px;
}
/*footer*/ 
/*nav*/
.footer{ /*ok*/
  padding: 60px 0;
  background-color: #858466;
}
.footer_site-map{ /*ok*/
  text-align: left;
  color:#FFF;
}
.footer_site-map ul li a{ /*ok*/
  color: #FFF;
}
.footer-category{ /*ok*/
  font-size: 2.0rem;
  padding-bottom:40px;
  padding-left: 40px;
  text-align: left;
}
.footer_site-map ul li.footer_site-map_linebg{ /*ok*/
  background-color: #FFF;
  width:294px;
  margin: 5px auto 30px;
  padding:20px 10px;
  border-radius: 30px 0;
}
.footer_site-map_linebg p{ /*ok*/
  color: #858466;
  line-height: 2.6rem;
  }
.footer_site-map_linelink-shop{ /*ok*/
  font-family: 'Afacad', sans-serif;
  font-size: 1.8rem;
}
.footer_site-map_linelink-line{ /*ok*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  ont-weight: 600;
}
.line-image { /*ok*/
  width: 70px;
}
.line-qr{ /*ok*/
  display: none;
}
/*footer SNS*/
.footer-sns{ /*ok*/
  font-family: 'Afacad', sans-serif;
  padding: 0px 0 10px 0;
  padding-left: 40px;
}
.footer-sns a{ /*ok*/
  color:#FFF;
  text-decoration: none;
}
.footer-sns p{ /*ok*/
  font-size: 1.8rem;
  line-height: 5.0rem;
}
.footer-sns span{ /*ok*/
  display: none;
  }
.footer_site-map_linebg ul{ /*ok*/
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer_site-map_linebg ul li img{ /*ok*/
  align-items: center;
}
.footer-sns img{ /*ok*/
  width:24px;
  height:24px;
  padding:0 0 0 15px;
  vertical-align: middle;
}
.footer small{ /*ok*/
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 900px){
  .footer{ /*ok*/
   padding-top: 70px;
   padding-bottom: 70px;
}
  .footer_site-map{
    text-align: center;
  }
  .footer_site-map ul li{ /*ok*/
    display: inline-block;
    text-align: center;
  }
  .footer_site-map ul li img{ /*ok*/
    padding-top: 10px;
  }
  .footer_site-map .footer_site-map_linebg{ /*ok*/
    display: block;
  }
  .footer_site-map ul li.footer_site-map_linebg{ /*ok*/
    padding-top: 0;
    padding-bottom: 0;
    width: 520px ;
    height: 120px;
    margin: 40px auto 40px;
  }
  .footer_site-map .footer_site-map_linebg li img{ /*ok*/
    display: inline-block;
    padding-left:16px;
  }
  .footer-category{ /*ok*/
    font-size: 2.0rem;
    padding: 10px 30px;
}
  
  .footer_site-map ul li.footer_site-map_linebg{
    background-color: #858466;
    border :solid 2px#FFF;
  }
  .footer_site-map_linebg p{  /*ok*/
    color: #FFF;
    line-height: 3.6rem;
    font-size: 2.0rem;
    padding-left: 0;
    text-align: left;
    font-weight: 500;
  }
  .footer-sns{ /*ok*/
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 40px;
}
  .footer-sns span{ /*ok*/
    display: block;
  }
  .line-image{ /*ok*/
    width: 100px;
    height: 100px;
  }
  .line-qr{ /*ok*/
    display: block;
    width:100px;
    height:100px;
  }
}

/*ボタン外側*/
.openbtn{
  position: fixed;
  z-index: 9999;
  background: #e8e0b1; 
  cursor:pointer;
  width:50px;
  height: 50px;
  border-radius: 5px;
  top:1px;
  right:10px;
  margin: 5px auto;
}
/*ボタン内側*/
.openbtn span{
  display: inline-block;
  transition: all .4s;  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #858466;
  width:45%;
}
.openbtn span:nth-of-type(1){
  top:15px;
}
.openbtn span:nth-of-type(2){
  top:23px;
}
.openbtn span:nth-of-type(3){
  top:31px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1){
  top:18px;
  left:18px;
  transform: translateY(6px)rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2){
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn.active span:nth-of-type(3){
  top:30px;
  left:18px;
  transform: translateY(-6px)rotate(45deg);
  width: 30%;
}

/*==ナビゲーションのためのCSS */

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
 /*ナビの数が増えた場合縦スクロール*/ 
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav-list{
  background-color: #e8e0b1;
}
#g-nav-list ul li{
  padding: 30px;
}
#g-nav-list p{
  font-family:'Afacad', sans-serif;
  font-size: 2.6rem;
  color: #858466;
  padding: 100px 0 30px 0;
  border-bottom: solid 2px #858466;
  width: 280px;
  margin: auto;
  line-height: 3.6rem;
}

/*ナビゲーション*/
#g-nav ul{
/*ナビゲーション天地中央揃え*/
  z-index:  999;
}

/*以下は検証用レイアウトのための CSS*/
nav ul{
  line-height: 1;
  list-style: none;
}
nav ul li a{
  display: inline-block;
  text-decoration: none;
  color: #858466;
  font-weight: 500;
}
#g-nav{
  /*クリックしたらナビが右から左に出現 「サンプル5-1-14」
  position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #e8e0b1;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置をθに*/
#g-nav.panelactive{
  right: 0;
}
#g-nav-list a{
  text-decoration: none;
  color: #858466;
}
.otoiawase span{
  display: block;
  font-size: 1.3rem;
}
.otoiawase{
  line-height: 1.6;
}
