@charset "UTF-8";

*{
  box-sizing:border-box;
}




body{
  margin:0;
  font-family: "Times New Roman",
   "YuMincho",
    "Hiragino Mincho ProN",
     "Yu Mincho", "MS PMincho", serif;
     background:url(images/bg.jpg);
     background-size:150px
  padding-top:100px
}

@media(min-width:801px){
  .sponly{
    display:none !important;
  }
}

@media(max-width:800px){
  .pconly{
    display:none !important;
  }
}

img{
  max-width:100%;
}

.flex{
  display:flex;
}

.main{
  width:85%;
  margin:0 auto;
  position:relative;
  /* border:1px solid red */
}

.fix{
  position:fixed;
  width:100%;
  z-index:10;
  background:url(images/bg.jpg);
  background-size:150px;
}

.top{
  padding-top:5.5vw;
}

.logo{
  width:27%;
  position:absolute;
  left:-5%;
  z-index:1;
  transition-duration: 0.5s;
}
.shrink{
  width:20%
}

@media(max-width:800px){
  .main{
    width:100%;
    overflow:hidden;
    /* padding-bottom:50px; */
    /* padding-top:50px; */
  }
  .logo{
    display:none;
    /*width:101.6%;
    position:relative;
    left:0*/
  }
  .top{
    padding-top:0
  }
  .tokuyatoha{
    background-image:url(images/tokuya_bg_sp.png);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center top;
    height:40vw;
  }
}

.hanhan{
  display:flex;
  width:80%;
  margin-left:20%;
}

.menu_icon{
  width: 72%;
  padding:2vw;
  background:;
}

.menu_icon img{
  height:1.4vw;
  margin-left:2.7vw;
  max-height:25px;
}

.hame_icon{
  margin-top: 1.3vw;
}

.hame_icon img{
  height:3vw;
}

.hanhan a:link {
  color:#FFF
}

a:hover{
  color:#fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.logo a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.hanhan a:visited{
  color:#fff
}



/*top*/

.top img{
  width:100%;
}

.full_box{
  position:relative;

}

.leg_1{
  position:absolute;
  top:80%;
  z-index:8;
  width:15vw
}

.leg_2{
  position:absolute;
  right:0;
  top:30%;
  z-index:8;
  width:15vw
}

/*news*/

.news{
  text-align:center;
  /* border:1px solid */
}

.news img{
  width:10vw;
  margin-bottom:2vw

}

.news_blank{
  width:100%;
  font-size:130%;
  padding:3vw;
  background-color:#FFF
}
@media(max-width:800px){
  .news_blank{
    width:90%;
    margin: 10px auto 30px;
    font-size:100%;
    padding:3vw;
    background-color:#FFF;
  }
}

.background_1{
  background-image: url(images/background1.png);
  background-size: 100%;
  /*background-attachment: fixed;*/
  background-repeat: repeat;
  background-position: center center;
}
@media(max-width:800px){
  .background_1{
    background-image:none;
  }
}

.background_2{
  background-image: url(images/background2.png);
  background-size: 130%;
  /*background-attachment: fixed;*/
  background-repeat: repeat;
  background-position: top;
  padding-bottom:10vw
}

/*tenpo*/

.tenpo_img{
  text-align:center;
  margin-top:10%;
}

.tenpo_img img{
  width:30%;
  margin:0 1%
}

.tokuyatoha_tenpo{
    background-image:url(images/tenpo_bg.png);
  background-repeat:no-repeat;
  background-size:60%;
  background-position:center bottom;
  height:17vw;
}

.wakusen{
  width:85%;
  display:block;
  margin:0 auto

}

/*footer*/

.reference {
  text-align:center;
}

.reference img{
  width:33vw;
  margin:8vw 0
}

.footer{
  background:#FFF;
  display:flex;
  padding:1vw 0 3vw;

}

.blank{
  width:10%;
}

.calender{
  width: 30%;
  padding: 5vw 1vw 0 6vw;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
}

.calender_top{
  background-color:#d7001e;
  color:#FFF;
  text-align:center;
  padding:4px
}

.calender_inside{
 height:80%;
 /* border:1px solid; */
 text-align:center;
}
.calender_inside iframe{
  width:100%;
  height:120%;
  border:0;
  margin-top:12px;
}
.calender_footer{
  text-align:center;
  font-size:1vw;
}
@media(max-width:800px){
  .calender_inside{
    height: calc(30vw + 160px);
  }
  .calender_inside iframe{
    height:100%;
  }
  .calender_footer{
    text-align:center;
    font-size:100%;
  }
}


.footer_images{
  width: 20%;
  text-align:center;
}

.footer_img1{
  width:7.3vw;
  vertical-align:bottom;
  position:absolute;
  bottom:0vw;
  left: 3vw;
}

@media(max-width:800px){
  .footer_img1{
    width: 23vw;
  }
  .calender{
  width:80%;
  margin:50px auto;
  padding: 0;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold

  }

  .calender_inside{
   text-align:center 
  }
  .news img{
    width:27vw;
    margin-top:7vw
  }
  .tokuyatoha_tenpo{
    background-size:120%;
    height:40vw;
  }
  .tenpo_img{
    width:70%;
    margin:0 auto
  }
  .tenpo_img img{
    width:100%;
    margin:10px
  }
}

.footer_img2{
  width:42%;
  margin:5% 3% 4% 25%;
  padding-bottom:40px
}

.footer_img3{
  width: 8.5vw;
  /* margin:5%; */
  padding-bottom:40px;
  padding-top:2vw;
}

.address{
  width:40%;
  position:relative;
  font-weight:bold;
 

}

.address_scale{
  /* position:absolute; */
  /*bottom:5vw;*/
  font-size: calc(1.1vw + 3px);
  margin-top: 3vw;
  width:75%;
}

.address_1{
  letter-spacing:1px
}

.address span{
  font-size: 2.2vw;
  font-weight:normal;
  letter-spacing:0.3vw;
}

.address p{
  margin:0;
  line-height:1.8
}

.address .address_deco1{
  border-bottom:1px solid #d7001e;
  margin-top:20px;
  margin-bottom:10px
}

.address .address_deco2{
  border-bottom:1px solid #d7001e;
  padding-bottom:10px
}

.address hr{
  height: 1px;
  background-color: #d7001e;
  border: none;
  color: #d7001e;
  margin-top:10px;
  margin-bottom:10px
}

.copyright{
  padding-top:30px;
  padding-bottom:5px;
  text-align:center;
  position:relative;
}

.copyright span{
  color:#ca1521;
  font-size:15px;
}
@media(max-width:800px){
  .copyright span{
    font-size:12px;
  }
  .address{
    width:80%;
    margin:0 auto;
  }
  .address_scale{
      position:unset;
      width:100%;
      font-size:3.5vw;
  }
  .address span{
  font-size: 9vw;
  font-weight:normal;
  letter-spacing:0.3vw;
  }
  .footer_images{
    width:100%;
  }
  .footer{
    display:block;
    margin-top:5vw
  }
  .footer_img2{
  width:80%;
  margin:10% 10%;
  padding-bottom:0px
  }
  .address_scale h3{
    font-size:8vw;
    margin:0;
    letter-spacing:2
  }
  .gazouderu{
    width: 80%;
    display:block;
    margin:5% auto;
    text-align:right;
    padding: 5vw 0 1vw 0;
  }
    .gazouderu img{
      width:33%;
    }
    .copyright{
    padding: 0 0 22vw;
    }
    .copyright_deco{
      display:block;
    }
    .fece_mark{
      width:10%;
      margin-bottom:4vw;
      margin-top: 6vw;
    }
    .reference img{
    width:80vw;
    margin:10vw 0 
    }
    .address_deco3{
      border-bottom:1px solid red;
      padding-bottom:10px
    }
    .address .address_deco1{
      font-size:5vw;
      margin:0
    }
}

/*contents*/

.white{
  background-color:#FFF
}

.tokuyatoha{
  background-image:url(images/tokuya_bg.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:center top;
  height:40vw;
}

.tokuyatoha p{
  text-align:center;
  font-size:3.5vw;
  margin-top: 5vw;
  padding-top:5vw;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.tokuyatoha img{
  width:5vw;
  margin:0 2%
}

.setsumei{
  width:42%;
  font-size:1.6vw;
  font-weight:bold;
  letter-spacing:3px;
  margin-left:10%;
  margin-top: 5vw;
  line-height:1.8

}
.marusan{
  text-align:center;
}

.marusan img{
  width:22%;
  margin:3%
}

@media(max-width:800px){
    .tokuyatoha{
      background-image:url(images/tokuya_bg_sp2.png);
      background-repeat:no-repeat;
      background-size:80%;
      background-position:center 11vw;
      height:120vw;
    }
  .setsumei{
    width:85%;
    font-size:4vw;
    font-weight:bold;
    letter-spacing:2px;
    margin:0 18%;
    margin-top:47vw;
    line-height:2;
    text-align:left;
  }
  .tokuyatoha .sp_only1{
    font-size:4.5vw;
    letter-spacing: 9px;
    padding-top:3vw;
  }
  .marusan a{
    text-align:center;
    display:block;
  }
  .marusan img{
    width:50%
  }
}


.corona{
  width:90%;
  margin:0 auto;
  background-color:#FFF;
  border:1px solid #d7001e;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
.corona p{
  font-size:2vw;
  color:#d7001e;
  text-align:center
}

.corona_read{
  display:flex;
}

.corona_attention{
  width:70%;
  font-size:1.3vw;
  color:#d7001e;
  padding:2vw 0 3vw 3vw;
  line-height:2

}

.corona_mark{
  width:30%;
  padding:0 4vw 2vw 0;

}

@media(max-width:800px){
    .corona_read{
    flex-wrap:wrap;
    text-align:center;
    margin:0 5%
  }
  .corona_mark{
    width:80%;
    margin: 0 auto;
    padding-bottom:8vw
  }
  .corona_attention{
    width:100%;
    font-size:3.2vw;
    text-align:left;
  }
  .corona p{
    font-size:4vw
  }
  .corona{
    width:80%;
    margin-top: 10px;
    margin-bottom:30px;
  }

}

/*商品メニュー*/
.menubox{
  display:flex;
  flex-wrap:wrap;
  padding:0;
}
.setsumei_scale .menubox div{
  width:33.3%;
  margin:0;
  padding:10px;
}
.menubox div h3{
  margin:5px 0 0;
  padding:0;
  font-weight:bold;
  font-family:serif;
  font-size:115%;
}
.menubox div h4{
  margin: 0;
  padding:0;
  font-weight:normal;
  font-family:serif;
  font-size:110%;
}
.menubox div p{
  margin:3px 0;
  padding:0;
  font-weight:normal;
  font-family:serif;
  font-size: 100%;
  line-height:1.3;
  text-align:left;

}
@media(max-width:800px){
  .menubox div p{
    font-size:95%;
  }
  .setsumei_scale .menubox div{
    width:50%;
  }  
}
@media(max-width:500px){
  .setsumei_scale .menubox div{
    width:100%;
  }  
}



/*contents_menu*/

.background_3{
  background-image: url(images/background3.png);
  background-size: 100%;
  /*background-attachment: fixed;*/
  background-repeat: repeat;
  background-position: top;
}
@media(max-width:800px){
  .background_3{
    background-image:none;
  }
}


.tokuyatoha_menu{
  background-image:url(images/menu_bg.png);
  background-repeat:no-repeat;
  background-size:60%;
  background-position:center bottom;
  height:17vw;
}

.setsumei_scale{
  width:80%;
  margin:0 auto;
}

.setsumei_scale_tenpo{
  width:70%;
  margin:0 auto;
  padding-top:4vw;
  /* border:1px solid */
}

.tokuya_present {
  text-align:center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: calc(10px + 1vw);
}

.tokuya_present img{
  width:50vw;
  /* margin:4vw 0 */
}
.white form{
  padding: 5vw;
}

.setsumei_scale div{
  margin: 2.5vw 0 4vw;
  text-align:center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
}

.atodekesu span{
  padding-top:60px;
  padding-bottom:400px;
  display:block
}

.shokuzai b{
  letter-spacing:-0.2em;
  font-weight:normal;
}

.map_span_deco{
  font-size:1.3vw
}

@media(max-width:800px){
  .setsumei_scale_tenpo{
    width: 85%;
  }
  .tokuya_present{
    font-size: 10px+1vw;
  }
  .tobideru{
     display:inline-block;
     margin: 0 calc(50% - 50vw);
  }
  .tokuya_present img{
    width:100%;
  }
}

/*contents_takeout*/

.margin_bottom{
  padding-bottom:2vw
}

.margin_bottom2{
  padding-bottom:9vw
}

.margin_bottom3{
  padding-bottom:5vw
}

.margin_top{
  padding-top:5vw
}

.block{
  display:block
}

.tokuyatoha_takeout{
  background-image:url(images/taklout_bg.png);
  background-repeat:no-repeat;
  background-size:70%;
  background-position:center bottom;
  height:17vw;
}

.setsumeigaki img{
  width:30px;
}

.setsumeigaki p{
  margin:0;
  letter-spacing:3px;
   line-height:1.8
}

.setsumeigaki p.sg_small{
  margin:-3vw 2vw 3vw;
  text-align:left;
  font-size: 1.3vw;
}



.aka_deco{
  color:#ca1521
}

.omozi{
  font-size: 2.2vw;
}

.omozi2{
  font-size: 2.4vw;
}


.setsumeigaki .midashi{
  font-size:2.2vw;
  letter-spacing:10px;
}

.hani{

}

.hani img{
  width:55vw;
}

.hani_deco{
  color:#d60023;
  font-size:2vw
}

/*contents_delivery*/

.tokuyatoha_delivery{
  background-image:url(images/delivery_bg.png);
  background-repeat:no-repeat;
  background-size:70%;
  background-position:center bottom;
  height:17vw;
}

.setsumeigaki p.left_yose{
  text-align:left;
  display:block;
  margin:0 auto;
}

.setsumeigaki p.left_yose:first-child{
  width: 25%;
}
.setsumeigaki p.left_yose:last-child{
  width:75%;
}

.left_yose span{
  font-size:medium;
}

.menu_bar {
  text-align:center;
}

.menu_bar img{
  width:30vw;
  margin:8vw 0 0
}

.orderform p, .orderform2 p{
  display:inline-block;
  font-weight:normal;
  margin:0;
  padding:5px;
}
.orderform  div p:first-child{
  width:200px;
}
.orderform  div p:nth-child(2){
  width:150px;
  text-align:right;
}
.orderform  div p:nth-child(3){
  width: 53px;
}
@media(max-width:650px){
  .orderform div p:first-child{
    width:100%;
    padding-bottom: 0;
  }
  .orderform > div p:nth-child(2),.orderform p:nth-child(3){
    padding-top: 0;
    padding-bottom:15px
  }
}
.orderform2 > div{
  margin:5px;
}
.orderform2 > div p{
  vertical-align:middle;
}
.orderform2 > div p:first-child{
  width:150px;
}
.hissu:after{
  content:" 必須 ";
  color:#f00;
  font-size:70%;
  vertical-align:middle
}

.orderform2 > div p:nth-child(2){
  width:300px;
  max-width:100%;
  text-align: center;
}
.orderform2 input[type="text"],.orderform2 textarea{
  width:100%;
}
.orderform2 textarea{
  height: 70px;
}
.orderform2 input[type="submit"]{
  margin: 30px 10px 10px;
}

.setsumei_scale .orderform div{
  margin:0;
  padding:0;
}
.setsumei_scale .orderform div .chuui{
  color:#f00;
  font-size:80%;
  max-width: 520px;
  margin:0 auto;
  text-align:left;
  padding-left:45px;
}
.chuui span{
  display:block;
  text-indent:-1em;
  margin-left:1em  
}

.setsumei_scale div.goukei{
  font-weight:normal;
  padding-top:15px;
  font-size:110%;
}

@media(max-width:550px){
  .setsumei_scale .orderform div .chuui{
    padding-left:0
  }
}

/*contents_contact*/

.tokuyatoha_contact{
  background-image:url(images/contact_bg.png);
  background-repeat:no-repeat;
  background-size:70%;
  background-position:center bottom;
  height:17vw;
}

.atodekesu p{
  padding-bottom:700px;
}

/*sp_menu*/

.sp_menu{
  display:flex;
  position:fixed;
  bottom:-1px;
}

.sp_menu a{
  margin-left:1px;
  display:inline-block;
  background-color:#d60023;
  padding:2.5vw;
}
.sp_menu a:first-child{
  margin-left:0;
}

@media(max-width:800px){
    .omozi{
    font-size:3.3vw;
  } 
     .omozi2{
    font-size:4vw;
  }
    .setsumeigaki img{
    width:4vw;
  }
    .setsumeigaki .midashi{
    font-size:5vw;
    letter-spacing:2
  }
    .tokuyatoha_menu{
    background-size:80%;
    height:30vw;
  }
    .tokuyatoha_takeout{
    background-size:80%;
    height:30vw;
  }
    .tokuyatoha_delivery{
    background-size:80%;
    height:30vw;
  }
    .tokuyatoha_contact{
    background-size:80%;
    height:30vw;
  }
    .menu_bar img{
    width:80vw;
    margin:13vw 0 5vw
  }
  .setsumeigaki{
    font-size:3.4vw
  }
  .setsumeigaki p.sg_small{
    font-size:2.3vw;
    letter-spacing:2px
  }

  .left_yose span{
    font-size:3vw;
  }
  .tokuya_present{
    line-height:2
  }
  .setsumeigaki .hani img{
    width:70vw
  }
  .flex{
    flex-wrap:wrap
  }
  .setsumeigaki p.left_yose:first-child{
    width: 30%;
  }
  .setsumeigaki p.left_yose:last-child{
    width:100%;
  }

}

