
html {

  margin: 0 auto;

  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;

}

body {
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;

  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

img{
width:100%;
margin: 0px;
padding: 0px;
vertical-align: bottom;
}

dl,ol,ul{margin-bottom:0px;}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
.pc { display: none !important; }
.sp { display: block !important; }}

body#allbody{  background-color:#f2f2f2;}
#allp{  background-color:#f2f2f2;}
#inner{padding:5vw;}
.bottomm{margin-bottom:2vw;}
.bottommlarge{margin-bottom:7vw;}

@media only screen and (max-width: 600px) {
.bottomm{margin-bottom:5vw;}
.bottommlarge{margin-bottom:12vw;}


}

.acd-check{
  display: none;
}
.acd-label{
  display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
  transition:
  border-top     .3s ease-out,
  padding-top    .3s ease-out,
  padding-bottom .3s ease-out;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  opacity: 1;
  height:100%;
  visibility: visible;
  transition:
  border-top     .3s ease-out,
  padding-top    .3s ease-out,
  padding-bottom .3s ease-out;
}


header{

    position: sticky;
    top: 0px;
    left: 0;

    z-index: 5;

}

footer{
  width:100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}
footer p.chusyaku{
  color:#40220F;
  font-size:0.9rem;
  display: inline-block;
  margin:0 auto;
  text-align:left;
}
footer p.address{
  color:#40220F;
  font-size:1.1rem;
  margin-top:2vw;

}

* {
 margin: 0;
 padding: 0;

 box-sizing: border-box;

}

*:focus {
outline: none;
}

ul {
  list-style:none;
  padding:0px;

}
div {
  padding: 0px;
}



a{
text-decoration: none;
color:black;

}

#jump1,#jump2,#jump3,#jump4,#jump5{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}

h1{
 margin: 0;
 padding: 0;

}


h2{

font-weight:bold;
font-size: 200%;
color:#000;

}

h3{

font-weight:bold;
font-size: 100%;
color:#231815;
margin-bottom:5px;


}
.underline{border-bottom: solid 1px black;}
h4{
margin-top:30px;

  line-height:1.25;
}

h5{
}

h6{

}

@media only screen and (min-width:651px) {
  html {
    font-size: 71.4286%;
  }
}

@media only screen and (min-width:1000px) {
  html {
    font-size: 75.8929%;
  }
}

img.topmain{  width: 100vw;
  max-height:  100vw;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

img.top{  max-width: 100vw;
  max-height:  100vw;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

img.top2{  max-width: 95vw;
  max-height:  100vw;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


#title{
max-width:880px;
margin:0 auto;
}
@media only screen and (max-width: 740px) {
#title{   margin:0px;  }
}
@media only screen and (max-width: 740px) {
.wrapper p{margin-top:50px;}
}
@media only screen and (max-width: 740px) {
.flexwrap{


 }
}



.lbox{
  max-width:1000px;
  display: flex;
  flex-wrap : wrap;
  justify-content: space-around;
  margin:0px auto 50px;
  text-align: center;
}


.wrapper2 a.menu1{
  display: block;  /* 横に並べる */
  width:340px;
  height:80px;
  background-color:#F2EDE6;
  color:#40220F;
  text-align: center;
  line-height: 1.1;
  margin-top:20px;
  padding-top:20px;
}

.2 a.menu2{
  display: block;  /* 横に並べる */
  width:340px;
  height:80px;
  background-color:#F2EDE6;
  color:#40220F;
  text-align: center;
  line-height: 1.1;
  margin-top:20px;
  padding-top:20px;
}

.flexwrap{
  display:flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
  align-items: center
 }

.flexwrap > li{
  display:block;
  list-style: none;
  margin-bottom: 30px;
  width:350px;
  padding:0px;
  background-color:#fff;
}

.flexwrap::after{
  content:"";
  margin-bottom: 15px;
  width:300px;
}

.flexwrap2{
  display:flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
  align-items: center
 }

.flexwrap2 > li{
  display:block;
  list-style: none;
  margin-bottom: 30px;
  width:350px;
  padding:10px;
  background-color:#e7a642;
}

.flexwrap2 > li.nonespace{
  display:block;
  list-style: none;
  margin-bottom: 30px;
  width:350px;
  padding:10px;
  background: #f5d8a0;

}


.flexwrap2::after{
  content:"";

  width:300px;
}



p.shop{
  text-align: left;
  color:#4c4948;
}



p.catch{
  text-align: left;
  font-size: 100%;
  color:#4c4948;
}

.title{
  margin:0px auto 70px;
  text-align: center;

}


.wrapper{
  margin:70px auto 0px;
  text-align: center;
  max-width:1300px;
}

.wrapper2{
  margin:0px auto 0px;
  text-align: center;
  max-width:1300px;
  background: #f5d8a0;
  padding-top:70px;
}

.wrapper3{
  margin:0px auto 0px;
  text-align: center;
  max-width:1300px;
  background: #e7dd3f;
  padding-top:70px;
}

hr{
    display: block;
    height: 0;
    width: 95%;
    margin: 0.5em 0;
    border: 10px solid;
    color:#c9caca;
    margin:0px auto 50px;
  }


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 1100px;
}
.content{
    margin: 0 auto;
    padding: 40px;

}
.modal{
    display: none;
    max-height: 100vh;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100vw;
}
.modal__content{
    background: #F2EDE6;
    left: 50%;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;

}

.modal__content img{

  width:300px;
}

.modal__content .item1{
  margin-top:30px;
  max-width:320px;
  max-height: 100vh;
}


.container{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: center;

  padding:0px 20px;
  margin:0 auto;
}

.container .item2{
  margin-left:50px;
  max-width:550px;
}

.container .item3{
  max-width:300px;
}

.item4{
  margin: 0 auto;
}


#all{max-width: 1000px;}

p.shop2{
  margin-top:20px;
  display:inline-block;

}
.zeikomi{
  font-size: 80%;
}

a.mt10{
  margin-top:20px;
  display:inline-block;
}

.tbt {
    width:200px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#40220F;
    border:1px solid #333;

}

.btb{

  margin:20px auto 20px;
  text-align: center;

}

a:hover{
    opacity: 0.8;
}

p.apli{
color:#FFF;
background-color:#ba2589;
padding-left:5px;
}

p.shopmawari{
  margin-top:10px;
  display:inline-block;
  font-size: 80%;
}



/* モーダルウィンドウ スマホ版 */

@media only screen and (max-width: 740px) {
.container{
  display:flex;
  justify-content:center;
 flex-wrap: wrap;

 max-width:500px;
align-self: center;
}

.modal__content{

    background: #fff;
    left: 50%;
    padding-top:5vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 92vh;
    max-height: 200vh;
    overflow: auto;

}

.modal__content img{

width:250px;
}
.container .item2{
margin-top:20px;
margin-left:0px;
max-width:550px;
}

.container .item3{


max-width:250px;
}

header{

    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.7);
}

.largebox{
  display:flex;
  align-items: center;
 flex-wrap: wrap;
 align-self: center;
 font-family: sans-serif;
 width:375px;
 padding:10px 0px;
 background-color:#F2EDE6;
 margin:0 auto 40px;
}

.largebox_non{
  display:flex;
  align-items: center;
 flex-wrap: wrap;
 align-self: center;
 font-family: sans-serif;
 max-width:460px;
 padding:0px;

 margin:0 auto 15px;
}

.title{

  margin-top:-15vw;
  text-align: center;

}



}

/* モーダルウィンドウ スマホ版end */

.my-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

.largebox{
  display:flex;
  align-items: center;
 flex-wrap: wrap;
 align-self: center;

 max-width:950px;
 padding:10px;
 background-color:#F2EDE6;
 margin:0 auto 25px;
}

.largebox_non{
  display:flex;
  align-items: center;
 flex-wrap: wrap;
 align-self: center;

 max-width:960px;
 padding:10px;

 margin:0 auto 15px;
}


p.shopname{
  font-size:110%;
  color:#4c4948;
  margin:10px auto;

  line-height:1.2;
}
.caten{
  font-size:90%;
  color:#4c4948;
  margin:8px auto;

  line-height:0.2;
}

p.shopul{
  font-size:110%;
  font-weight: bold;
  color:#231815;
  margin:5px auto 20px;

  line-height:1;
}

p.shopul2{
  font-size:100%;

  color:#231815;
  margin:10px auto;

  line-height:1.5;
}

p.shopul3{
  font-size:110%;
  font-weight: bold;
  color:#231815;
  margin:6px auto;

  line-height:1;
}

p.shopul4{
  font-size:100%;
  color:#231815;
  margin:6px auto;

  line-height:1.2;
}

p.shopul5{
  font-size:100%;
  color:#231815;
  margin:10px auto;

  line-height:1.2;
}

p.shopul6{
  font-size:110%;
  font-weight: bold;
  color:#231815;
  margin:5px auto;

  line-height:1;
}

p.shopsm{
  font-size:110%;
  color:#231815;
  margin:0px auto;

  line-height:1.2;
}

p.catch{
  font-size:100%;
  color:#231815;
  margin:10px auto 0px;

  line-height:1.7;
}

p.copy{
  font-weight:bold;
  text-align: center;
  color:#231815;
  margin-top:2vw;

}

.wrapper_head{
  max-width:1000px;
  display: flex;
  flex-wrap : wrap;
  justify-content:space-evenly;
  margin:0px auto;
  position:fixed;
  text-align: center;
}






.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}





.fade { max-width: 600px; margin: 0 auto 50px; padding: 0; height: auto;}
.fade img{ width: 100%;}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  z-index: 4;
  color:#000;
}

.modal input:checked ~ .modal__content {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}


/* メニュー部分の色　largeは大見出し smallはキャッチコピー */
.large{
  font-size:120%;
  color:#231815;
}
.small{
  font-size:70%;
  color:#231815;
}


@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}


.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.footcenter {
  max-width: 1000px;
  margin: 0 auto;
}

.button{
  /* 1.形をきめる */
  max-width: 480px;
  height: 40px;
  border-radius: 4px;

  /* 2.背景色をきめる */
  background: #40220F;

  /* 3.文字の配置をきめる */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vw auto;

  /* 4.文字のスタイルを設定 */
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;

  transition: opacity .3s linear;
}

.button:hover{
  opacity: .85;
}

.link {
  color:#40220F;
  text-decoration: none;
}

/* 追加 */
#row-1st {
    position: relative;
    max-width: 1300px;
    display:block;
    margin-top: 2vw;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
#row-1st-in {
    position: absolute;
    top: 125%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:100%;


    > div {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: 20px 0;

    }

}

#row-1st #row-1st-in img{
      margin:0.8vw;
    }
.flexwraptitle{

  display: flex;
        flex-wrap: wrap;
      width: 78.3vw;
      max-width: 940px;
      margin: auto;
}
.leftbox{ width: 56%;

    padding-right: 4vw;
}
.rightbox{ width: 44%;
            margin-top:10vw;

}

.rightbox p{
      color:#40220F;
      line-height:2;
}

/* スマホ用css */


@media only screen and (max-width: 740px) {
#row-1st {
    position: relative;
     > img {
        max-width: 200%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
#row-1st-in {
    position: absolute;
    top: 200%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:100%;


    > div {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: 20px 0;

    }

}

#row-1st #row-1st-in img{
      margin:0.8vw;
    }
.flexwraptitle{

  display: flex;
        flex-wrap: wrap;
      width: 78.3vw;
      max-width: 940px;
      justify-content: center;
}
.leftbox{ width: 90%;


}
.rightbox{ width: 90%;

margin:0 auto;
}

.rightbox p{
      color:#40220F;
      line-height:2;
      font-size:1.1rem;

}

.wrapper{
  margin:5vw auto 0px;
  text-align: center;
  max-width:1300px;
}

.wrapper2{
  margin:0px auto 0px;
  text-align: center;
  max-width:1300px;
  background: #f5d8a0;
  padding-top:5vw;
  padding:3vw;
}
#jump1{
   display: block;
   margin-top:-20vw;
   padding-top:20vw;
}


#jump5{
   display: block;
   margin-top:-13vw;
   padding-top:13vw;
}

#jump2,#jump3,#jump4{
   display: block;
   margin-top:-9vw;
   padding-top:9vw;
}



}



