@charset "utf-8";
/* フォント　晴れのそら明朝 */
@font-face {
	font-family: 'MyFont';
	src: url(hare/Harenosora.otf);
}
body {
	font-family: "MyFont","YuMincho";
}
.Copy{
  font-family:"YuMincho";
  font-size:.9em;
}
a:visited{
  color:inherit;
  text-decoration: none;
}
h2{
  font-weight: 600;
}
a:hover{
  color:inherit;
  text-decoration: none;
  opacity:.8;
  display:block;
}
ul{
  margin-block-start:0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
.wrap{
    width:100%;
    background-image:url(top_pic/wallpaper.png);
}
.pagetop{
  position:fixed;
  right:20px;
  bottom:10px;
  background-color: rgba(94,64,28,0.3);
  width:fit-content;
  font-size:1.2em;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.LoadMov{
  display:none;
}
#fullOverlay{
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(100, 100, 100, .8);
  z-index: 2147483647;
  text-align: center;
  cursor: pointer;
}
#fullOverlay img{
  height:60%;
  margin-top:5%;
}
.Fab{
  color:white;
  margin-top:1em;
}
.Fexp{
  display: none;
  font-size:2em;
  color:#fff;
  margin-top:.5em;
}
.active{
  opacity: 1;
  visibility: visible;
}
.pagetop a{
  color:#fff;
  padding-left:.3em;
  padding-right:.3em;
}
#kotira{
  position:fixed;
  left:0%;
  bottom:7%;
  width: 10%;
  min-width:50px;
}
#kotira img{
  width:100%;
  max-width:60px;
}
li{
    list-style:none;
}

/* width420以下で表示 */
.br__sp {
  display: none;
} 
@media (max-width: 420px) {
  .br__sp {
    display: block;
  }
}

/* width992以下で表示 モバイルは見せない */
.br__pad {
  display: none;
}
@media (max-width: 992px) {
  .br__pad {
    display: block;
  }
}
@media (max-width: 420px){
  .br__pad {
    display: none;
  }
}

/*　ハンバーガーボタン　*/

/*=============================
#Hbtn
=============================*/
.HeadSP__btn--hm {
    position: relative;
    width: 50px;
    height: 24px;
    cursor: pointer;
}
.HeadSP__btn--hm span {
  position: absolute;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #fff;
}
.HeadSP__btn--hm, .Head__btn--hm span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.HeadSP__btn--hm span:nth-of-type(1) {
  top: 0;
}
.HeadSP__btn--hm span:nth-of-type(2) {
  top: 49%;
}
.HeadSP__btn--hm span:nth-of-type(3) {
  bottom: 0;
}
#Hbtn span:nth-of-type(1) {
    -webkit-animation: Hbtn-bar01 .75s forwards;
    animation: Hbtn-bar01 .75s forwards;
  }
  @-webkit-keyframes Hbtn-bar01 {
    0% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(60px) rotate(0);
    }
  }
  @keyframes Hbtn-bar01 {
    0% {
      transform: translateY(20px) rotate(45deg);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #Hbtn span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  #Hbtn span:nth-of-type(3) {
    -webkit-animation: Hbtn-bar03 .75s forwards;
    animation: Hbtn-bar03 .75s forwards;
  }
  @-webkit-keyframes Hbtn-bar03 {
    0% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes Hbtn-bar03 {
    0% {
      transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #Hbtn.active span:nth-of-type(1) {
    -webkit-animation: active-Hbtn-bar01 .75s forwards;
    animation: active-Hbtn-bar01 .75s forwards;
  }
  @-webkit-keyframes active-Hbtn-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-Hbtn-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(20px) rotate(45deg);
    }
  }
  #Hbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #Hbtn.active span:nth-of-type(3) {
    -webkit-animation: active-Hbtn-bar03 .75s forwards;
    animation: active-Hbtn-bar03 .75s forwards;
  }
  @-webkit-keyframes active-Hbtn-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
    }
  }
  @keyframes active-Hbtn-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(-20px) rotate(-45deg);
    }
  }
/* アニメーション前のメニューの状態 */
.Hum{
  width:100%;
  height:100vh;
  display:none;
  text-align: center;
  background-image: url("top_pic/wallpaper.png");
}
.HeadSPIcon{
  display:flex;
  justify-content: space-evenly;
  padding-left:0;
  width:100%;
  max-width:500px;
  margin-right:auto;
  margin-left:auto;
  margin-top:5%;
  margin-bottom:5%;
}
.HeadSPIcon img{
  width:25px;
}
.HeadSPIcon li:first-child{
  margin-left:30%;
}
.HeadSPIcon li:last-child{
  margin-right:30%;
}
.Hum > .Order{
  text-align: left;
  width:100%;
  margin:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
  font-size:clamp(14px,100vw/37,19px);
  margin-bottom:.5em;
  padding-right:5%;
}
.Hum > .Hum__tel{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(14px,100vw/35,18px);
  margin-bottom:0;
  text-align: center;
}
.Hum >  .Order >.Order__day {
  width:50%;
  text-align: right;
  padding-right:5%;
}
.Hum >  .Order > .Order__day--last{
  width:100%;
  font-size:clamp(13px,100vw/45,18px);
  text-align:center;
}
.Hum >  .Order > .Order__time{
  margin-bottom:0;
  width:50%;
}
.Hum__time{
  font-size:clamp(15px,100vw/37,18px);
  margin-bottom:0;
}
.HumMenu{
  padding-left:0;
  font-size:clamp(18px,100vw/40,22px);
  margin-top: 3.5vh;
  font-weight: bold;    
  margin:0;
}
.HumMenu__list{
  text-align:left;
  margin-top:1.5vh;
  padding-left: 1rem;
  transform: translateX(-10px);
}
.HumMenu__list--last{
  font-size: 19px;
  text-align:center;
  margin-top: 3vh;
  margin-bottom:3vh;
  border-bottom: dashed 2px #362514;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
}
.HumMenu__list--icon{
  width: 4vw;
  min-width:32px;
  -webkit-transform: translate(20%, -13%);
  transform: translate(20%, -13%);
}
.Hum__logo{
  width:100%;
  text-align:center;
  display: inline-block;
  margin-top:-9%;
} 
.Hum__logo img{
  width:35%;
  margin:0 auto;
  max-width:200px;
}
@media screen and (max-width:375px){
  .Hum__logo{
    width:100%;
    text-align:center;
    display: inline-block;
    margin-top:-5vh;
  }
}
.Hum__shop{
  font-size:clamp(14px,100vw/40,30px);
  margin-top:1vh;
  margin-bottom:0;
}
/*************   トップページ   *************/
.FirstV p{
  white-space: nowrap;
}
.KandaDeli__del{
  margin:0 auto;
  width:fit-content;
}
.FirstTop{
  background-image: url("about_pic/top_photo.png");
  background-size:cover;
  position: relative;
  height:40vh;
  }



/*************   992以下   ***********/

@media screen and (max-width:991.8px){
  .Head__fixed{
      display:none;
  }
  .Catch3{    
  display: none;
  }
  .KandaGallery__about{
    margin-top:1em;
    margin-bottom:0;
  }
  .footerUl{
      display: none;
  }
  .KandaGallery__img{
    width:100%;
  }
  footer{
    background-color: #362514;
    color: #fff;
    text-align: center;
    padding-bottom:15px;
  }
  .SpFooter{
    display: block;
    padding-top:5%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    font-size: clamp(16px,100vw/45,18px);
  }
  .Copy{
    font-size:.8em;
  }
  .SpFooter p{
    font-size:.9em;
    margin-bottom:1em;
  }
  .FooterIcon__li:last-of-type{
    text-align: left;
  }
  .FooterMenu{
    text-align: left;
    padding-bottom:5%;
  }
  .FooterMenu li{
    margin-bottom:.5em;
    margin-top:.5em;
    padding-left:4%;
    border-left:solid 1px #fff;
  }
  .FooterIcon__li img{
    width:1.5em;
  }
  .FooterMenu{
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    display:flex;
    flex-wrap:wrap;
    margin-left: 13%;
  }
  .FooterIcon{
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    display:flex;
    flex-wrap:wrap;
    margin-left: 30%;
    justify-content: space-evenly;
    margin-right: 30%;
  }
  .SpFooter ul a{
    width:50%;
    color:#fff;
  }
  .Head{
    height:5.2em;
    max-width:100%;
    width:100%;
    position:sticky;
    top:0;
    z-index:1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -o-backdrop-filter: blur(2px);
    border-top:10px solid #362514;
    margin-left:9px;
  }
  .HeadSP__btn--hm{
  position: absolute;
  right: 14%;
  top: 32%;
  }

  .HeadSP__btn{
    height:100%;
    width:85px;
    position:relative;
    float:right;
    padding-right:20px;
    background-color:#362514;
  }
  .Head{
    padding-right:0;
    padding-left:0;
  }
  .HeadSP{
    height:100%;
    position:relative;
  }
  .HeadSP__logo{
    height:90%;
    position:absolute;
    top: 0;
    bottom: 0;
    left:2%;
    margin:auto;
  }
  .HeadSP__text{
    position: absolute;
    font-size:12px;
  }
  .HeadSP__text:first-of-type{
    top:30%;
    left:120px;
  }
  .HeadSP__text:last-of-type{
    top:60%;
    left:120px;
  }
  .HeadSP__text img{
    height:12px;
    margin-top:-3.5px;
    margin-left:.2px;
    padding-right:2px;
  }
  .FirstV{
    width:85%;
    margin-right:auto;
    margin-left:auto;
    height:60vh;
    background-image: url(top_pic/TopF.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:5vh;
  }
  .FirstV p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .FirstV span{
    padding:.5em .2em .5em .2em;
    letter-spacing:.2em;
    background-color:#fff;
  }
  .Catch1{
    top:-5%;
    position:absolute;
    right:0%;
  }
  .Catch2{
    top:-5%;
    position:absolute;
    right:12%;
  }
  .News{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align: center; 
}
  .News__title--img{
    width:30%;
    max-width:100px;
  }
  .News__title--h{
    display: none;
  }
  .News__title{
    width:100%;
    margin-top:15%;
    margin-bottom:5%;
  }
  .News__list{
    width:100%;
    text-align:left ;
  }
  .NList__title{
    font-size: clamp(15px, 100vw/80, 25px);
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
    margin-bottom:.5em;
    margin-block-end: 0;
  }
  .NList__date{
    font-size: clamp(14px, 100vw/80, 25px);
  }
  .NList_border{ 
    border-top:2px solid rgba(54,37,20,0.2);
    padding-top:8px;
  }
  .NList li{
    margin-bottom:8px;
    position:relative;
  }
  .NList img{
    height:2.2em;
    position:absolute;
    left:-2.5em;
    top:1.5em;
  }
  .History{
    width:74%;
    margin-left:auto;
    margin-right:auto;
    flex-direction : row-reverse;
    height:auto;
    text-align: center;
  }
  .Hwrap{
    width:100%;
  }
  .HistoryAbout{
    width:100%;
    font-size:18px;
  }
  .HistoryAbout__exp{
    color:gray;
  }
  .HistoryAbout__title{
    width:100%;
    position:relative;
    margin-top:10%;
    margin-bottom:10%;
    margin-left:auto;
    margin-right:auto;
    max-width:300px;
  }
  .HistoryAbout__title h2{
    position:absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    color:rgba(54,37,20,0.8);
    font-size: clamp(17px, 100vw/20, 22px);
  }
  .History__img{
      width:50%;
      text-align:center;
  }

  .Sign{
    width:100%;
    text-align:right;
    margin-bottom:2em;
}
  .Sign__icon{
    width:50%;
    filter: drop-shadow(3px 3px 5px rgba(54,37,20,0.5));
    margin-top: 4em;
  }
  .Menu{
    width:90%;
    margin-right:auto;
    margin-left:auto;
  }
  .Menu__title{
    width:55%;
    margin-right:auto;
    margin-left:auto;
    position:relative;
  }
  .Menu__title h2{
    position:absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    color:rgba(54,37,20,0.8);
    font-size: clamp(20px, 100vw/40, 40px);
  }
  .History__img{
    display: none;
  }
  .Recom{
    width:100%;
    text-align:center;
    position:relative;
    margin-top:5em;
  }
  .Recom__value{
    font-size: clamp(19px, 100vw/30, 22px);
    font-family:"YuMincho";
  }
  .Recom__title , .Recom__about {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    font-size: clamp(15px, 100vw/60, 25px);
    text-align: center;
  }
  .Recom__about--icon{
    width:2em;
  }
  .MenuEg__p{
    margin-left: 10%;
    margin-right: 10%;
    font-size:.9em;
  }
  .MenuEg__list{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(16px, 100vw/60, 20px);
    letter-spacing:.4em;
  }
  .MenuEg__list li:not(:last-child){
    line-height:clamp(2em, 100vw/25, 4em);
    list-style-type: disc;
    margin-top:1em;
  }
  .MenuEg{
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
  }
  .MenuEg__list--last{
    background-color:#362514;
    color:#fff;
    height:100%;
    padding:2em .3em 2em .3em;
    margin-right:2em;
  }
  .MenuEg__btn{
    font-size: clamp(16px, 100vw/60, 22px);
    background-color: rgba(255,255,255,.8);
    width:fit-content;
    padding:.2em 3em .2em 3em;
    border:solid 2px #362514;
    margin-left:auto;
    margin-right:auto;
    margin-top:2em;
  }
  .KandaDeli__title h2{
    top: 45%;
    left:40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    position:absolute;    
    font-size: clamp(18px, 100vw/30, 30px);
  }
  .KandaDeli__title{
    width:50%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width: 330px;
  }

  .KandaGallery{
    padding: 1em 0.5em 13% 0.5em;
  }
  .KandaGallery__btn{
    font-size:clamp(18px,100vw/30,24px);
  }
  .ShopAbout__Twi{
    width:120%;
    margin-left:-10%;
  }
  .SideMenu{
    padding-left:0;
    text-align: center;
  }
}

/************* 768以上（PAD）**********/
@media screen and (min-width:768px) {
  .HistoryAbout__exp--sp{
    display: none;
  }
  .LoadMov__img{
    width:50%;
    margin-right:auto;
    margin-left:auto;
    height:100%;
  }
  .Catch1{
    top:10%;
    position:absolute;
    right:6%;
  }
  .Catch2{
    top:10%;
    position:absolute;
    right:13%;
  }


  .NList__title{
    font-size: clamp(15px, 100vw/80, 25px);
  }
  .NList__date{
    font-size: clamp(14px, 100vw/80, 25px);
  }
  .NList_border{ 
    border-top:2px solid rgba(54,37,20,0.2);
    padding-top:8px;
  }
  .NList li{
    margin-bottom:8px;
    position:relative;
    margin-top:1em;
  }
  .NList img{
    height:2.2em;
    position:absolute;
    left:-2.5em;
    top:1.5em;
  }
  .History{
    width:70%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction : row-reverse;
    height:900px;
  }
  .HistoryAbout{
    width:50%;
    font-size:18px;
  }
  .HistoryAbout__exp{
    color:gray;
  }
  .HistoryAbout__title{
    width:100%;
    position:relative;
    margin-top:50%;
    margin-bottom:10%;
  }
  .HistoryAbout__title h2{
    position:absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    color:rgba(54,37,20,0.8);
    font-size: clamp(15px, 100vw/60, 40px);
  }
  .History__img{
    width:50%;
    text-align:center;
  }
  .History__img{
    height:100%;
    display: block;
    position:relative;
  }
  .Hrela{
    height:820px;
  }
  .Himg{
    width:80px;
    position:absolute;
  }
  .Himg:nth-last-of-type(1){
    transform: translate(-210%, 630%);
    -webkit-transform: translate(-210%, 630%);
    -ms-transform: translate(-210%, 630%);
  }
  .Himg:nth-last-of-type(2){
    transform:translate(-7%, 483%);
    -webkit-transform: translate(-7%, 483%);
    -ms-transform: translate(-7%, 483%);
  }
  .Himg:nth-last-of-type(3){
    transform: translate(-256%, 335%);
    -webkit-transform: translate(-256%, 335%);
    -ms-transform: translate(-256%, 335%);
  }
  .Himg:nth-last-of-type(4){
    transform: translate(-50%, 200%);
    -webkit-transform:  translate(-50%, 200%);
    -ms-transform: translate(-50%, 200%);
  }
  .Sign{
    width:100%;
    text-align:right;
}
  .Sign__icon{
    width:30%;
    margin-top:-5em;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
  }
  .Menu{
    width:70%;
    margin-right:auto;
    margin-left:auto;
  }
  .Menu__title{
    width:35%;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    min-width:260px;
    max-width: 330px;
  }
  .Menu__title h2{
    position:absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    color:rgba(54,37,20,0.8);
    font-size: clamp(19px, 100vw/45, 25px);
  }
  .Menu__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:2.5em;
  }
  .History__cul{
    display:none;
  }
  .Recom{
    width:50%;
    text-align:center;
    position:relative;
    margin-top:5em;
  }
  .Recom__img{
    width:60%;
  }
  .Recom__value{
    font-size: clamp(19px,100vw/60,22px);
    font-family:"YuMincho";
  }
  .Recom__title , .Recom__about {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    font-size: clamp(19px,100vw/60,22px);
    text-align: center;
  }
  .Recom__about--icon{
    width:2em;
  }
  .Recom__title{
    background-color:rgba(54,37,20,0.9);
    color:#fff;
    padding-top: .5em;
    padding-bottom: .5em;
    left:12%;
    top:-10%;
    letter-spacing:.2em;
  }
  .Recom__about{
    height:100%;
    white-space: nowrap;
    letter-spacing:.2em;
  }
  .Recom__about--1{
    right:-4%;
    top:-3.5em;
  }
  .Recom__about--2{
    right:-4%;
    top:-2em;
  }
  .Recom__about--big{
    font-size: 1.7em;
  }
  .Recom__about--icon{
    margin-right:.2em;
    margin-bottom:.5em;
  }
  .MenuEg__list{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(16px, 100vw/60, 20px);
    letter-spacing:.4em;
  }
  .MenuEg__list li:not(:last-child){
    line-height:clamp(2em, 100vw/25, 4em);
    list-style-type: disc;
    margin-top:1em;
  }
  .MenuEg{
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-top:5em;
  }
  .MenuEg__list--last{
    background-color:#362514;
    color:#fff;
    height:100%;
    padding:2em .3em 2em .3em;
    margin-right:2em;
  }
  .MenuEg__btn{
    font-size: clamp(16px, 100vw/60, 22px);
    background-color: rgba(255,255,255,.8);
    width:fit-content;
    padding:.2em 3em .2em 3em;
    border:solid 2px #362514;
    margin-left:auto;
    margin-right:auto;
    margin-top:2em;
  }
}

/************* 992以上 ***************/
@media screen and (min-width:992px) {
  .Catch3{    
    color: #fff;
    font-size: 2em;
    position: absolute;
    bottom: -8%;
    border-left: 1px solid;
    margin-bottom: 0;
    padding-bottom: 4em;
    left: 5%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  footer{
    background-color: #362514;
    height:100px;
    color:white;
    text-align: center;
  }
  .KandaGallery__about{
    margin-top:-1em;
    margin-bottom:0;
    padding-right:3%;
    line-height:1.2em;
  }
  .footerUl{
    padding-top:10px;
    line-height: 1.5;
    margin-bottom:.5em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  } 

  .SpFooter{
    display:none;
  }
  html:before {
    height: 10px; 
    width: 100vw;
    left: 0;
    top: 0;
  }
  .Head{
    max-width:230px;
    background-color: #362514 ;
    color:#fff;
    min-width:230px;
  }
  .HeadSP{
    display:none;
  }
  .Head__btn{
    display:none;
  }
  .Head__sp{
    display:none;
  }
  .FirstV{
    height:100vh;
    background-image: url(top_pic/TopF.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#362514;
    min-height:670px;
  }
  .FirstV p:not(.Catch3){
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(15px, 100vw/60, 23px);
  }
  .FirstV span{
    padding:.5em .2em .5em .2em;
    letter-spacing:.2em;
    background-color:#fff;
  }
  .Catch1{
    top:20%;
    position:absolute;
    right:15%;
  }
  .Catch2{
    top:20%;
    position:absolute;
    right:19%;
  }
  .Head__time{
    font-size: clamp(13px,100vh/55,16px);
    margin-left: -10px;
    margin-bottom: -5px;
    margin-top: 2em;
    text-align:left;
  }
  .Head__tel{
    margin:0;
    text-align: center;
    font-size: clamp(13px,100vh/55,16px);
  }
  .Head__tel a{
    color:#fff;
    font-size:.9em;
  }
  .SideMenu{
    margin-top: 2.5vh;
    text-align:center;
    padding:0;
  }
  .SideMenu a:hover{
    text-decoration:none;
  }
  .SideMenu__list{
    margin-top:1em;
    font-size: clamp(16px,100vh/45,18px);
    color:#fff;
  }
  .SideMenu__list a{
    color:#fff;
  }
  .SideMenu__list:hover{
    background-color:#fff;
    color:#362514;
  }
  .SideMenu__list:hover a{
    background-color:#fff;
    color:#362514;
  }
  .SideMenu__list--last{
    margin-top:4vh;
    font-size: clamp(16px,100vh/45,18px);
    min-width:170px;
    white-space: nowrap;
  } 
  .SideMenu__list--last a{
    background-image:url(top_pic/wood.jpg);
    display:block;
    color:#fff;
  }
  .SideMenu__list--last img{
    width:70%;
  }
  .Head__fixed {
    position: fixed;
    top: 1vh;
    padding-left:1em;
    padding-right:1em;
    height:100vh;
    text-align:center;
    width:200px;
  }
  
  .Head__title{
    font-size: clamp(13px,100vh/55,16px);
    text-align:center;
    margin-top:1vh;
    margin-bottom: 0;
  }
  
  .Head__logo{
    width:22vh;
    min-width:130px;
    max-width: 100%;
  }
  
  .HeadIcon{
    margin-top:4vh;
    padding:0;
    text-align:left;
  }
  .HeadIcon li{
    width: 4vh;
    display: inline-block;
    margin-left: 14px;
    max-width: 30px;
    min-width: 25px;
  }
  .Order{
    display:flex;
    flex-wrap:wrap;
    font-size: clamp(13px,100vh/55,16px);
    text-align:left;
  }
  .Order dt,.Order dd{
    margin-top:0.5em;
  }
  .Order__day{
    width:35%;
  }
  .Order__time{
    width:65%;
    margin-bottom:0;
  }
  .Order__day--last{
    width:100%;
    font-size:0.8em;
    text-align: left;
    white-space: nowrap;
    padding-left: 0.5em;
  }  
  .Menu__eg{
    margin-top:1.5em;
  }
  .Container{
    width:1vw;
  }
  .KandaDeli__title h2{
    position:absolute;
    top: 35%;
    right:5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: clamp(22px, 100vw/60, 30px);
  }
  .KandaDeli__title{
    width:25%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    min-width:260px;
  }
  .KandaGallery {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    padding:1em;
  }
  .KandaGallery__h2,.KandaGallery__img,.KandaGallery__about,.KandaGallery__btn{
    flex-shrink: 0;
    width:50%;
  }
  .KandaGallery__btn{
    background-color: #362514;
    height:auto; 
    font-size:1.5em;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    width:fit-content;
    margin-bottom:0;
    padding:.5em .3em .3em 1em;
    border-radius: 90px 0 0 0;   
  }
  .ShopAbout__info{
    float:left;
    margin-left:13%;
  }
  .ShopAbout__Twi{
    width:50%;
    float:right;
    min-width:350px;
  }
  .News{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align: center; 
}
  .News__title--img{
    width:30%;
    max-width:100px;
  }
  .News__title--h{
    display: none;
  }
  .News__title{
    width:100%;
    margin-top:15%;
    margin-bottom:5%;
  }
  .News__list{
    width:100%;
    text-align:left ;
  }
  .NList__title{
    font-size: clamp(15px, 100vw/80, 25px);
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
    margin-bottom:.5em;
    margin-block-end: 0;
  }
  .NList__date{
    font-size: clamp(14px, 100vw/80, 25px);
  }
  .NList_border{ 
    border-top:2px solid rgba(54,37,20,0.2);
    padding-top:8px;
  }
  .NList li{
    margin-bottom:8px;
    position:relative;
  }
  .NList img{
    height:2.2em;
    position:absolute;
    left:-2.5em;
    top:1.5em;
  }}

/************** 768以下(スマホ)**********/
@media screen and (max-width:767.8px) {
  .HistoryAbout__exp--sp{
    color:gray;
  }
  .NList{
    padding-inline-start: 20px;
  }
  .HistoryAbout__exp{
    display: none;
  }
  .LoadMov__img{
    width:100%;
    margin-right:auto;
    margin-left:auto;
    height:100%;
  }
  .Head {
    height: 4em;
  }
  .HeadSP__text:first-of-type{
    top:30%;
    left:90px;
  }
  .HeadSP__text:last-of-type{
    top:60%;
    left:90px;
  }
  .HeadSP__btn--hm{
    position:absolute;
    right:5%;
    top:23%;
  }
  .HeadSP__btn{
    height:100%;
    width:70px;
  }
  .Hslider {
    overflow-x: auto;       /* 横幅が画面からはみ出たら横スクロールさせる */
    white-space: nowrap;
    padding-left:0;
    overflow-scrolling: touch;  /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
  }
  .Hwrap{
    margin-top:5em;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(94,64,28,0.4) 20%, rgba(94,64,28,0.3) 39%, rgba(0,212,255,0) 60%);
    
  }
  .Hslider__li {
    display: inline-block;  /* 要素を横並びにする */
    width: 100%;
  }
  .Hslider__li p {
    text-align: center;
    font-size:1.5em;
  }
  .Hslider__li img{
    width:100%;
  }

  .Recom:first-of-type{
    text-align: left;
    padding-left:20%;
  }
  .Recom__img{
    width:65%;
  }
  .Recom:last-of-type{
    text-align: right;
    padding-right:20%;
  }
  .Recom__title--1{
    background-color:rgba(54,37,20,0.9);
    color:#fff;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left:.2em;
    padding-right:.2em;
    left:12%;
    top:-10%;
    letter-spacing:.1em;
    font-size:1.2em;
  }  
  .Recom__title--2{
    background-color:rgba(54,37,20,0.9);
    color:#fff;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left:.2em;
    padding-right:.2em;
    right:12%;
    top:-10%;
    letter-spacing:.2em;
    font-size:1.2em;
  }
  .Recom__about--1{
    height:100%;
    top:-3.5em;
    white-space: nowrap;
    letter-spacing:.2em;
    right:8%;
  }
  .Recom__about{
    font-size:clamp(16px,100vw/30,25px);;
  }
  .Recom__about--icon{
    width:2em;
    padding-right:.2em;
    padding-bottom:.2em;
  }
  .Recom__about--2{
    height:100%;
    top:-2.5em;
    white-space: nowrap;
    letter-spacing:.2em;
    left:10%;
  }
  .Recom__about--big{
    font-size: 1.5em;
  }
  .Recom__value{
    text-align:center;
    width:auto;
  }
  .Recom__value--1{
    margin-right:27%;
  }
  .Recom__value--2{
    margin-left:40%;
  }

}
@media screen and (min-width:550px){
  .Hum__logo {
    margin-top:0;
  }
}

.Container{
    padding-left:0;
    padding-right:0;
    min-height:100vh;
    height:auto;
    padding-bottom: 5%;
}




/* main */
.FitstTop{
  background-image: url("top_pic/top_photo.png");
  background-size:cover;
  position: relative;
}

.FirstV__container{
    position:relative;
    height:100%;
    width:100%;
}
.NList > a:not(:last-of-type){
  border-bottom:1px solid rgba(54,37,20,.2);
  display: block;
}
.MenuEg a{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.KandaDeli{
  margin-top: 10em;
  text-align: center;
  height: 600px;
}
.ShopAbout{
    width:80%;
	margin:5em auto;
}
.ShopAbout__title h2{
    text-align: center;
    margin-bottom: .1em;
}
.ShopAbout__title{
    width:100%;
    border-bottom:1px solid #362514;
    margin-bottom: 4em;;
}

.ShopInfo__about img{
    width:1em;
}
.ShopInfo__title{
    font-size:1.3em;
}
.ShopInfo__about{
    margin-bottom:2em;
}
.LoopSlide{
  display: flex;
  padding:0;
}
.LoopSlide__content {
  width: 300px;
  height: 300px;
}
.LoopSlide__content:first-child {
  background-color: tomato;
  background-image: url(top_pic/scroll1.jpg);
  background-size:cover;
}
.LoopSlide__content:nth-child(2) {
  background-image: url(top_pic/scroll2.jpg);
  background-size:cover;
}
.LoopSlide__content:nth-child(3) {
  background-image: url(top_pic/scroll3.jpg);
  background-size:cover;
}
.LoopSlide__content:nth-child(4) {
  background-image: url(top_pic/scroll4.jpg);
  background-size:cover;
}
.KandaDeli__loop{
  display: flex;
  align-items: center;
  height: 340px;
  overflow: hidden;
}
.LoopSlide {
  animation: loop-slide 20s infinite linear 1s both;
}
.Recom__img{
  border-radius:20px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.KandaDeli__loop>p{
  position:absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size:clamp(18px,100vw/30,22px);
  color:#fff;
  background-color:rgba(94,64,28,0.8);
  padding:.5em;
  width: fit-content;
}
.KandaDeli__btn{
  color:#fff;
  background-color: #362514;
  width: fit-content;
  padding-top:.5em;
  padding-bottom: .5em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(18px,100vw/30,22px);
}
.KandaDeli__btn a{
  color:#fff;
}
.KandaDeli__btn a:hover{
  color:#362514;
}
.KandaDeli__btn span{
  font-size:.5px;
}
.KandaDeli__btn:hover a{
  color:#362514;
}
.KandaDeli__btn:hover{
  background-color:#fff;
  color:#362514;
}
.KandaGallery__btn:hover{
  background-color: #fff;
  color:#362514;
  border-left:5px solid #362514;
  border-top:5px solid #362514;
}
.KandaGallery{
  width:80%;
  margin-right: auto;
  margin-left:auto;
  background-color: #fff;
  border:solid 5px #362514;
  margin-top:5em;
  position:relative;
  max-width:820px;
}
.KandaGallery__btn{
  background-color: #362514;
  height:auto; 
  position:absolute;
  right:0;
  bottom:0;
  color:#fff;
  width:fit-content;
  margin-bottom:0;
  padding:.5em .3em .3em 1em;
  border-radius: 90px 0 0 0;    
}
.LoadMov__img{
  background-image:url("top_pic/1957.jpeg");
  background-size:cover;
  position:relative;
}
.LoadMov{
  width:100%;
  height:100%;
  background-color:#000;
  border: solid 10px #362514;
  position:fixed;
  z-index:1000000;
}
.Lmovp{
  position:absolute;
  width: fit-content;
  height:fit-content;
  font-size:5em;
  color:white;
  text-shadow: 1px 2px 3px #808080;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;  
}
p.btn-border {
  border: 2px solid #362514;
  border-radius: 0;
  background: #fff;
}

p.btn-border:hover {
  color: #fff;
  background: #362514;
}

.LoadMov__img p img {
  width:100%;
}
.btnS{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #362514;
  border-radius: 0.5rem;
  bottom:.5%;
  right:5%;
}
/*************   トップページここまで   *************/


/*************   お問い合わせページ   *************/

.Contact {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  margin-top:2em;
  max-width:600px;
  margin-bottom:5%;
}
.Contact img {
  width:40%;
}
.Contact h1 {
  font-size:1.3em;
  line-height:4em;
}
.Contact p{
  margin-top:1em;
}
form{
  width:60%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3em;
  max-width: 600px;
  min-width: 330px;
}
label{
  font-size:.7em;
  font-family:"YuMincho","Yu Mincho";
}
input{
  height:2em;
  font-size:.7em;
  width:100%;
  border:1px solid #362514;
  border-radius: 5px;
}
input:hover,input:active{
  border:3px solid #362514;
}
textarea:hover,textarea:active{
  border:3px solid #362514;
}
.Contact__pp input{
  margin-left:auto;
  margin-right:auto;
  width:20px;
}
textarea{
  height:10em;
  font-size:.7em;
  width:100%;
  border:1px solid #362514;
  border-radius: 5px;
}
.Contact__btn{
  width:100%;
  height:3em;
  background-color:rgb(102, 102, 102);
  color:#fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  cursor: pointer;
}
.Contact__btn2 {
  width: 100%;
  height: 3em;
  background-color: #362514;
  color: #fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size: 1em;
  cursor: pointer;
}
.Contact__btn--2{
  width:100%;
  height:3em;
  background-color: #fff;
  color:#362514;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  margin-bottom:1em;
}
.Contact__pp--label{
  border-bottom: #362514 1px dashed;
}
.Contact__pp--label::after{
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #362514;
  border-right: 2px solid #362514;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Contact__pp--about{
  font-size:.6em;
  margin-bottom:-2em;
}
.Contact__pp{
  width:fit-content;
  text-align: center;
  background-color: rgba(255,255,255,.2);
  border: solid 2px rgba(54,37,20,0.2);
  padding-left:1em;
  padding-right:1em;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:1.5em;
  margin-top:1em;
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.Confirm__p{
  font-size:.7em;
}
.Contact__btn--3{
  width:100%;
  height:3em;
  background-color: #362514;
  color:#fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  max-width:400px;
}
/*************   お問い合わせページここまで   *************/

/*************   当店についてページ   *************/
.About{
  width:100%;
}
.AboutTop_index{
  background-size:cover;
  position: relative;
}

.AboutTop{
  background-image: url("about_pic/about.png");
  background-size:cover;
  position: relative;
}
.AboutRegion{
  width:85%;
  margin-left:auto;
  margin-right:auto;
  margin-top:10%;
}
.AboutRegion__title{
  width:50%;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  margin-bottom:5%;
  min-width:220px;
  max-width:450px;
}
.AboutRegion__title h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size:clamp(20px,100vw/25,30px);
}
.AboutRegion__goal{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-left:#362514 1px solid;
  border-right:#362514 1px solid;
  padding-left:10%;
  padding-right:10%;
}
.AboutRegion__goal p:first-child{
  font-size:clamp(16px,100vw/22,30px);
  margin-bottom:5%;
}
.AboutRegion__goal p:last-child{
  font-size:clamp(15px,100vw/25,22px);
  line-height: 1.7em;
}
.AboutRegion__maturi{
  margin-left:auto;
  margin-right:auto;
  width:30%;
  min-width:200px;
  text-align: center;
  margin-top:5%;
  font-size:clamp(15px,100vw/30,18px);
  margin-bottom:10%;
}

.AboutRegion__maturi img{
  width:100%;
  max-width:250px;
  margin-bottom:3%;
}
.AboutGOGO{
  width:70%;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(15px,100vw/30,22px);
  margin-top:10%;
}
.AboutGOGO__takeout{
  width:50%;
  margin-left:auto;
  margin-right:auto;
  padding:2em 1.5em .5em 1.5em;
  background-color: #fff; 
  min-width:210px;
  margin-top:10%;
  max-width:300px;
  position:relative;
  margin-bottom:15%;
}
.tape{
  position: absolute;
  top: -0.85em;
  background-color: rgba(255,255,255,.4);
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 1em;
  color: #65513f;
  transform: rotate(-3deg);
  left: 19%;
  font-size:.9em;
}
.AboutGOGO__takeout img{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1em;
}
.About3{
  width:100%;
  margin:10px 0;
}
.About3Ls{
  width:95%;
  margin:0 auto;
  display: flex;
  flex-wrap:wrap;
}
.About3Ls__img{
  position: relative;
  max-width:515px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:1em;
  width:100%;
}
.About3Ls dt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position:absolute;
  color:#fff;

  letter-spacing: .5em;
  font-size:clamp(20px,100vw/25,30px);
}
.About3Ls dd{
  position:absolute;
  color:#fff;
  top:25%;
  left:20%;
  font-size:clamp(14px,100vw/27,21px);
  padding-right:1.5em;
  line-height:1.7em;
}
.About3Ls__dd span{
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}
/*PAD以上*/
@media screen and (min-width:768px) {
  .About3Ls dt{
    top: 25%;
    left: 4.55%;
  }

  .AboutTop__h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    top:40%;
    left:10%;
    color:#fff;
    white-space: nowrap;
    border-left:#fff solid 2px;
    padding-bottom:10%;
    text-shadow: 3px 2px 3px #000;
  }
  .AboutTop{
    height:40vh;
  }
}
/*スマホ*/
@media screen and (max-width:767.8px) {
  .About3Ls dt{
    top: 25%;
    left: 5.2%;
  }
  .AboutTop__h2{
    position:absolute;
    top:80%;
    left:5%;
    color:#fff;
    white-space: nowrap;
    background-color: rgba(54,37,20,0.5);
    text-shadow: 1px 2px 3px #000;
  }
  .AboutTop{
    height:30vh;
  }
}


/*************   当店についてページここまで   *************/

/*************   メニューページ   *************/

.Menus{
  width:100%;
}
.MenuTop{
  background-image: url("menu__pic/MenuTop.jpg");
  background-size:cover;
  position: relative;
}
.MenuKodawari{
  width:100%;
  text-align: center;
  margin-top:5%;
}
.MenuKodawari h3 img{
  width:1em;
  margin-bottom:.2em;
  margin-right:.2em;
}
.MenuKodawari h3{
  text-decoration: underline #362514;
  font-size:clamp(18px,100vw/30,25px);
}
.MenuList{
  width:90%;
  margin:5% auto 0% auto;
  overflow:hidden;
}
.MenuList__info{
  font-size:clamp(14px,100vw/30,20px);
  color:#808080;
  text-align: right;
  margin-bottom:2em;
}
.MenuList > div{
  position: relative;
  text-align: left;
  margin-right:auto;
  margin-left:auto;
}
.MenuDiv img{
  width:100%;
  max-width:260px;
}
.MenuDiv__about{
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.MenuDiv__about p{
  margin-bottom:0;
  font-size:clamp(18px,100vw/35,20px);
}
.MenuDiv__about p:first-child{
  font-weight:700;
  margin-top: 0.3em;
}

.MenuList__wrap{
  display:none;
}
.MenuList__genre{
  max-width: 100%;
}
.MenuList__title{
  text-align: left; 
  font-size:clamp(22px,100vw/24,28px);
  margin-left:auto;
  margin-right:auto;
  border-top:1px solid #362514;
}
.MenuDiv__about--no{
  font-size:clamp(18px,100vw/32,20px);
  padding-top:5%;
}
/*PAD以上*/
@media screen and (min-width:768px) {
  .MenuTop__h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    top:40%;
    left:10%;
    color:#fff;
    white-space: nowrap;
    border-left:#fff solid 2px;
    padding-bottom:10%;
    text-shadow: 3px 2px 3px #000;
  }
  .MenuDiv__about--no p:first-child{
    text-align: right;
  }
  .MenuTop{
    height:40vh;
  }
  .MenuList > div{
    width:100%;
  }
  .MenuList__title{
    width:70%;
  }
  .MenuDiv__img{
    padding:5% 5% 0 5%;
    text-align: center;
  }  
  .MenuDiv__about{
    text-align: center;
    width:100%;
  }
  .MenuIcon {
    position: absolute;
    right: 5px;
    top: 33px;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
  }
  .MenuList__genre{
    display: flex;
    align-items: flex-end;
    justify-content:space-evenly;
    margin-bottom:2%;
  }
  .MenuList__genre > div{
    width:25%;
  }
  .MenuDiv__img{
    width:100%;
  }
  .MenuDiv__about--no{
    margin:0;
    display: flex;
    padding-top: 3%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    min-width:442px;
  }
  .MenuDiv__about--no p{
    width:50%; 
    text-align: left;
    margin-left:5%;
  }
  .MenuList__wrap{
    margin-bottom:5%;
  }
  .HOTICE{
    white-space: nowrap;
    margin-right: -0.5em;
  }
  .MenuDiv__about--no{
    font-size:clamp(18px,100vw/32,20px);
    padding-top:4%;
  }
}
/*スマホ*/
@media screen and (max-width:767.8px) {
  .MenuTop__h2{
    position:absolute;
    top:80%;
    left:5%;
    color:#fff;
    white-space: nowrap;
    background-color: rgba(54,37,20,0.5);
    text-shadow: 1px 2px 3px #000;
  }
  .MenuDiv__about--no p:last-child{
    font-size: .9em;
  }
  .MenuDiv__about p:last-child{
    font-size:1em;
  }
  .MenuTop{
    height:30vh;
  }
  .MenuList > div{
    width:100%;
  }
  .MenuList__title{
    width:90%;
  }
  .MenuDiv img{
    width:100%;
    max-width:360px;
  }
  .MenuDiv__img{
    padding:5% 5% 0% 0%;
  }  
  .MenuDiv__about{
    padding-top:17%;
  }
  .MenuIcon {
    position: absolute;
    right: 5px;
    top: 27.5px;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
  }
  .MenuDiv{
    display:flex;
  }
  .MenuDiv__img{
    width:50%;
  }
  .MenuList__genre div:last-child:not(.MenuDiv__about--no){
  margin-bottom:5%;
  }
  .MenuDiv__about--no{
  width:100%;
  padding-top:5%;
  text-align: center;
  }
  .MenuList__wrap{
    margin-bottom:10%;
  }
}
.MenuList__title--about{
  font-size:clamp(14px,100vw/35,20px);
  color:#362514;
  text-align: center;
  width: 100%;
}
.MenuList__title--about2{
  font-size:clamp(14px,100vw/35,20px);
  color:#362514;
  text-align: center;
  width: 100%;
  margin-top:3%;
}

.MenuDiv__about--no p:first-child{
  font-weight:700;
  margin:0;
}

.MenuDiv__about--no p{
  margin-bottom:0;
  position:relative;
}
.MenuDiv__about--no img{
  width:1em;
  padding-right:.2em;
  padding-bottom:.2em;
}
.Mem{
  font-size:.9em;
}




/*　　アコーディオン　　*/

.MenuList__title{
  position: relative;
  max-width:700px;
}
.MenuList__title p{
  margin-left:.5em;
  margin-top:.5em;
  padding-bottom:.5em;
  margin-bottom:0;
}

.MenuIcon__aco {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.MenuIcon__aco:before,
.MenuIcon__aco:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.MenuIcon__aco:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.MenuIcon__aco.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
/*************   メニューページここまで   *************/

/*************   ギャラリーページここから   *************/

.GalleryTop{
  background-image: url("gallery_pic/GalleryTop.jpg");
  background-size:cover;
  position: relative;
}

.GallerySch__wrap{
  background-color: #362514;
  margin-left: 5%;
  margin-right:5%;
  border-radius: 10px;
  padding-bottom: 5%;
  text-align: center;
  padding-top:2%;
}
.GallerySch__h3{
  padding-top: 3%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.SchTb{
  background-color:white;
  color:#362514;
  margin-right:auto;
  margin-left:auto;
}
table {
  width: 98%;
  border-collapse: collapse;
  text-align: center;
}
  
table th,td {
  border: 1px solid #ddd;
}

table tr:nth-last-child(odd){
  background: #f4f4f4;
}
table th {
  background: #f4f4f4;
}
.thead{
  font-size:1.2em;
  padding:.5em;
}
.WhatG{
  width:75%;
  margin-left:auto;
  margin-right:auto;
  max-width:500px;
  margin-top:10%;
}
.WhatG{
  text-align: center;
}
.WhatG p{
  text-align: left;
}
.MidasiG{
  width:70%;
  margin-top:-1em;
  max-width:350px;
}
.MidasiG2{
  width:70%;
  margin-top:-3em;
  max-width:350px;
}
.InfoG{
  width:70%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  margin-top:10%;
}
.InfoG__exp{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 1%;
  flex-wrap: wrap;
  justify-content: space-around;
  gap:1em;
}
.InfoExp p:not(:last-child){
  font-size:1.3em;
}
.InfoExp p:nth-of-type(2){
  margin-top:-.5em;
}
.InfoExp{
  width:320px;
  border: solid 1px #362514;
  background-color: #fff;
  padding:.5em .5em .5em .5em; 
  min-width:320px;
}
.InfoExp__last{
  line-height:1.5em;
  text-align: left;
}
.btn{
  display:table;
  margin-left:auto;
  margin-right:auto;
}
.InfoExp__shiori{
  position:relative;
}
.InfoExp__shiori p{
  color:#808080;
  margin-left:3em;
  margin-top:.5em;
}
.InfoExp__shiori p:first-child{
  font-size:1.2em;
  margin-bottom:0;
  color:#362514;
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  top: -34px;
}
.InfoExp__shiori img{
  width:80%;
  max-width:300px;
}
.year{
  background-color: #362514;
    border: none;
    font-size: 1.3em;
    color: white;
}

.MapG{
  text-align: center;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:5%;
  margin-bottom:10%;
}
.MapG__Sketch{
  max-width:500px;
  width:100%;
}
@media screen and (min-width:768px) {
  .GalleryTop{
    height:40vh;
  }
  .GG_p{
    display:none;
  }
  .GalleryTop__h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    top:40%;
    left:10%;
    color:#fff;
    white-space: nowrap;
    border-left:#fff solid 2px;
    padding-bottom:6%;
    text-shadow: 3px 2px 3px #000;
  }
  .sp{
    display:none;
  }
  .kikan{
    width:20%;
    min-width:230px;
  }
  .tokki{
    width: 13%;
  }
  .shutten{
    width:20%;
    min-width:102.5px;
  }
  .yoyakaku{
    min-width:51px;
  }
}
@media screen and (max-width:767.8px) {
  .GalleryTop__h2 {
    position:absolute;
    top:80%;
    left:5%;
    color:#fff;
    white-space: nowrap;
    background-color: rgba(54,37,20,0.5);
    text-shadow: 1px 2px 3px #000;
  }
  .GallerySch__wrap{
    padding-top:5%;
  }
  .GalleryTop {
    height:30vh;
  }
  .GallerySch__tb{
    height:330px;
    overflow-y: scroll;
  }
  .GG_p{
    color: #fff;
    margin-top: 1em;
    margin-bottom: -0.5em;
    font-size: .8em;
  }
  .thead{
    display:none;
  }
  tr{
    height:fit-content;
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #362514;
    position:relative;
  }
  td{
    border:none;
    width:100%;
  }
  .no,.kikan,.yoyakaku{
    text-align: left;
    position:absolute;
    width:fit-content;
  }
  .no{
    top: 1.5em;
    left: 0.5em;
  }
  .kikan{
    top:1em;
  }
  .yoyakaku{
    top:2.5em;
  }
  .title{
    font-size:1.2em;
  }
  .kikan,.yoyakaku{
    margin-top: -0.3em;
    left: 4em;
  }
  tr > .shutten{
    border-top: 1px dashed;
    padding-top: 1em;
    margin-top:4em;
  }
  .shutten{
    font-size:1.1em;
  }
  .tokki{
    padding-bottom:1em;
  }
  .GallerySch{
    margin-top:10%;
    margin-bottom:20%;
  }
  .WhatG{
    margin-bottom:20%;
  }
  .InfoG{
    margin-bottom:20%;
  }
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	color: #fff;
	font-size: 1.1em;
  padding:.35em 1em;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}
.btn a:hover{
  color:#fff;
}

.btn03 a {
	background-color: #905C40;
	border: 1px solid transparent;
}

.btn03 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #333;
}

.btn03 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #333;
}

.btn03 a:hover {
	background-color: #362514;
}
/*************   ギャラリーページここまで   *************/

/*************   ニュースページここから　   *************/
.tyui{
  font-size:.9em;
  color:#808080;
  margin:0 auto;
  text-align: center;
}
.NewN{
  font-size:.9em;
  color:#800;
  margin-left:.5em;
}
.Newses__title img{
  width: 70%;
  position: absolute;
  transform: translateX(-35%);
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  top: -90%;
  min-width: 220px;
}
.Newses__title {
  width:60%;
  text-align: center;
  position:relative;
  margin-top:15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:6%;
}
.Newses__title h2{
  font-size: clamp(22px,100vw/30,25px);
}
.News__box{
  width:70%;
}
.Nwrap{
  display: flex;
  padding:2%;
  justify-content: space-around;
  flex-wrap:wrap;
  margin-bottom:5%;
}

.NewsBox__title h3{
  font-size:1.1em;
}
.NewsBox__title p{
  text-align: right;
  margin:0;
}
.NewsBox__title{
  background-color:#362514;
  color:#fff;
  padding:2% 2% 0 2%;
}
.NewsBox__exp{
  background-color:#fff ;
  padding:2%;
}
.NewsAll h2{
  font-size:1.4em;
  text-align: center;
}
.NewsAll{
  margin-top:5%;
}
.NewsList{
  background-color:white;
  height:440px;
  overflow-y: scroll;
}
.NewsList__box{
  padding:1em;
  border-bottom:solid 1px rgba(54,37,20,0.2);
  margin-left:1em;
  margin-right:1em;
}


@media screen and (min-width:768px) {
  .Nwrap{
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap:5%;
  }
  .NewsList{
    margin-top:5%;
  }
  .Newses{
    width:60%;
  }
  .NewsAll{
    margin-top: 10%;
    width:30%;
  }
  .Newses__title img{
    top: -120%;
  }
}

@media screen and (max-width:767.8px) {
  .Newses{
    width:94%;
    margin-left:3%;
    margin-right:3%;
    margin-bottom:15%;
  }
  .NewsAll{
    margin-left:3%;
    margin-right:3%;
  }
}
/*************   ニュースページここまで   *************/

/*************   申込書申請ページ   *************/

.Apply {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  margin-top:2em;
  max-width:600px;
}
.Apply img {
  width:40%;
}
.Apply h1 {
  font-size:1.3em;
  line-height:4em;
}
.Apply p{
  margin-top:1em;
}
.input__zipCode1{
  height:1.5em;
  font-size:.7em;
  width:10%;
  border:1px solid #362514;
  border-radius: 5px;
}
.Contact__btn--2,.Apply__btn--2{
  margin-top:2em;
}
.Apply__pp input {
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.Apply__btn--2,.Contact__btn--2,.Apply__btn--3,.Contact__btn--3{
  cursor: pointer;
}
@media (max-width: 820px) {
  .input__zipCode1 {
    width:15%;
  }
}
.input__zipCode2{
  height:1.5em;
  font-size:.7em;
  width:12%;
  border:1px solid #362514;
  border-radius: 5px;
}
@media (max-width: 820px) {
  .input__zipCode2 {
    width:20%;
  }
}
textarea{
  height:10em;
  font-size:.7em;
  width:100%;
  border:1px solid #362514;
  border-radius: 5px;
}
.Apply__btn2 {
  width: 100%;
  height: 3em;
  background-color:#362514;
  color: #fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size: 1em;
  cursor: pointer;
}
.Apply__btn{
  width:100%;
  height:3em;
  background-color:rgb(102, 102, 102);
  color:#fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  cursor: pointer;
}
.Apply__btn--2{
  width:100%;
  height:3em;
  background-color: #fff;
  color:#362514;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  margin-bottom:1em;
  cursor: pointer;
}
.Apply__pp--label{
  border-bottom: #362514 1px dashed;
}
.Apply__pp--label::after{
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #362514;
  border-right: 2px solid #362514;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Apply__pp--about{
  font-size:.6em;
  margin-bottom:-2em;
}
.Apply__pp{
  width:fit-content;
  text-align: center;
  background-color: rgba(255,255,255,.2);
  border: solid 2px rgba(54,37,20,0.2);
  padding-left:1em;
  padding-right:1em;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:1.5em;
  margin-top:1em;
}
.Apply__btn--3{
  width:100%;
  height:3em;
  background-color: #362514;
  color:#fff;
  border-radius: 10px;
  border: #362514 solid 1px;
  font-size:1em;
  max-width:400px;
}
/*************   申込書申請ページここまで   *************/
/*************   404ページここ   *************/

.NotFound{
  text-align: center;
  padding-top:10em;
}
.NotFound h1{
  margin-bottom:1em;
}
/* 404ページランダム要素 */
.mamenoki{
  display:none;
}
.Mshow{
  display:block;
}
.mame{
  margin-top:7%;
}
.mamem{
  width:2em;
}
.box5 {
    width: 330px;
    padding: 1em 1.5em;
    margin: 10vh auto;
    background-color: #fff;
    border: dotted 6px #362514;
    color: #000000;
}
.box5 p {
  margin: 0; 
  padding: 0;
  font-size:1.1em;
}
/*************   404ページここまで   *************/
a{
  color:inherit;
}

html:before,html:after,body:before,body:after {
  content: "";
  background: #362514;
  position: fixed;
  display: block;
  z-index: 99999;
}

/* 右 */
html:after {
  width: 10px;
  height: 100vh;
  right: 0;
  top: 0;
}
/* 下 */
body:before {
  height: 10px;
  width: 100vw;
  bottom: 0;
  left: 0;
}
/* 左 */
body:after {
  width: 10px;
  height: 100vh;
  top: 0;
  left: 0;  z-index: 99999;
}
footer p{ 
  margin-block-end:0;
  color:#fff;
}