@charset "UTF-8";

body{
  font-size: 18px;
  color: #222222;
  font-family: 'Shippori Mincho B1', sans-serif;
}

img{
  width: 100%;
}

a{
  color: inherit;
}

/* ヘッダー */
/* .header{
  position: fixed;
  padding-top: 150px;
} */

.header--container{
  width: 100%;
  height: 80px;
  display: flex;  /* navを横並びにする */
  justify-content: space-between; /* ロゴとMENUを端っこに */
  align-items: center;  /* 縦軸について、真ん中にする */
  margin: 0 auto; /* 全体的に真ん中にする */
  position: fixed;
  background-color: #fff;
}

.header--tit{
  width: 200px; /* これだけだとimageがinlineのせいで反映されない。imageを100%にする */
}

.header--nav--list{
  display: flex;  /* 横並び */
}

.header--nav--list--item{
  margin-right: 50px;
}

/* FV */
.top--fv{
  background-image: url(../img/carry--tit1.jpg);
  background-size: cover;
  background-position: center;
  height: calc(100vh - 80px);
  background-attachment: fixed;
}

/* ABOUT */
.top--carry{
  padding-top: 100px 0;
}

.top--carry--about{
  display: flex;  /* 子要素を横並び */
}

.top--carry--yasai1{
  margin-top: 150px;
  margin-left: 50px;
  width: 180px;
  height: 180px;
}

.top--carry--tit{
  width: calc((100vh - 50px)/2);
  margin: auto;
  margin-top:20px;
}

.top--carry--yasai2{
  margin-top: 150px;
  margin-right: 50px;
  width: 180px;
  height: 180px;
}

.top--carry--naiyou{
  display: flex;
}

.top--carry--yasai3{
  margin-bottom: 90px;
  margin-left: 90px;
  width: 90px;
  height: 90px;
}

.top--carry--txt{
  text-align: center;
  line-height: 40px;
  width: calc((100vh - 50px)/2);
  margin: auto;
  margin-top:20px;
  margin-bottom: 80px;
}

.top--carry--yasai4{
  margin-bottom: 90px;
  margin-right: 90px;
  width: 90px;
  height: 90px;
}

/* 当店のこだわり */
.top--kodawari{
  padding-top: 100px;
  background-color: rgb(103, 154, 63, 0.52);
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 20px;
  border-bottom-right-radius: 1000px 300px;
  border-bottom-left-radius: 1000px 20px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.top--kodawari--tit{
  font-size: 48px;
  text-decoration:underline;
  text-align: center;
  line-height: 40px;
  width: calc((100vh - 50px)/2);
  margin: auto;
  margin-top:20px;
  margin-bottom: 80px;
}

.top--kodawari--list--item{
  display: flex;
  margin-top: 150px;
}

.kodawari--image{
  width: 40%;
  margin: 0 5%;
  border-radius: 20px;
}

.top--kodawari--list--item--tit{
  width: 40%;
  font-size: 2em;
  margin: 0 10%;
  height:45px;
  background-color: #fff;
  padding: 0.5%;
  text-align: center;
}

.top--kodawari--list--item--tit span{
  display: block;
  font-size: 16px;
  padding: 10px;
  line-height: 40px;
}

.kodawari--image:last-of-type{
  margin-bottom: 200px;
}

/* メニュー */
.top--menu{
  padding-top: 80px;
}

.top--menu--container{
  width: 1140px;
  margin: 0 auto;
}

.top--menu--tit{
  font-size: 48px;
  text-decoration:underline;
  text-align: center;
  line-height: 40px;
  margin-bottom: 12px;
}

.top--menu--carry{
  display: flex;
  margin-top: 30px;
}

.top--menu--carry--icon{
  width: 80px;
}

.top--menu--carry--tit{
  margin-left: 30px;
  margin-top: 25px;
  font-size: 28px;
}

.top--menu--carry--list--item{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.top--menu--carry--list--item--img{
  width: 350px;
  height: 233px;
  padding: 20px;
}

.top--menu--carry--list--txt{
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.top--menu--carry--list--item--tit{
  font-size: 20px;
  margin-bottom: 100px;
}

.top--menu--drink{
  display: flex;
  margin-top: 30px;
}

.top--menu--drink--icon{
  width: 80px;
}

.top--menu--drink--tit{
  margin-left: 30px;
  margin-top: 25px;
  font-size: 28px;
}

.top--menu--drink--list--item{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.top--menu--drink--list--item--img{
  width: 350px;
  height: 233px;
  padding: 20px;
}

.top--menu--drink--list--txt{
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.top--menu--drink--list--item--tit{
  font-size: 20px;
}

.top--menu--btn{
  width: 200px;
  margin: 40px auto 0;
}

.top--menu--btn a{
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #fff;
  background-color: rgb(103, 154, 63, 0.52);
  border-radius: 50px;
  font-weight: bold;
}

.top--eigyou--box--tit{
  font-size: 48px;
  text-decoration:underline;
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 180px;
}

.top--eigyou--box--txt{
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.top--eigyou--pic{
  width: 50%;
  margin: 0 auto;
}

.top--eigyou--box--txt{
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin: 30px 0;
}

.top--sns--icon{
  display: flex;
  justify-content: center;

}

.top--sns--icon--img{
  margin: 30px;
}

/* アクセス */
.top--access{
  padding: 50px 0;
}

.top--access--container{
  width: 1140px;
  margin: 0 auto;
}

.top--access--box--tit{
  font-size: 48px;
  text-decoration:underline;
  text-align: center;
  line-height: 40px;
  margin-bottom: 12px;
}

.top--access--box{
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.top--access--box--txt{
  line-height: 34px;
  margin: 50px;
}

/* お問い合わせ */
.contact {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

.contact-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left;
  width: 30%;
  background-color: #eee;
}

.contact-body {
  width: 70%;
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.contact-sex + .contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  display: inline-block;
  margin-left: 5px;
}

.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact--submit--btn {
  width: 250px;
  margin: 40px auto 0;
}

.contact--submit--btn a{
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #fff;
  background-color: rgb(103, 154, 63, 0.52);
  border-radius: 50px;
  font-weight: bold;
}

.sousin p{
  margin: 100px;
  line-height: 40px;
}

/* footer */
.footer{
  background-color: rgb(103, 154, 63, 0.52);
  padding: 50px 0 17px;
}

.footer--tit{
  width:200px;
  margin: 0 auto;
}

.footer--list{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.footer--list--item{
  margin-right: 50px;
}

.footer--list--item:last-of-type{
  margin-right: 0;
}

.footer--txt{
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

/* トップに戻る */
#to--top {
  font-size: 32px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  padding: 8px 15px;
  font-weight: 700;
  background: #353535;
  border-radius: 5px;
  color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 500px) {
  
  .header--container{
    width: 375px;
    height: 106px;
    justify-content: center; /* ロゴとMENUを端っこに */
    flex-wrap: wrap;
    align-content: center;
  }
  
  .header--tit{
    width: 200px; /* これだけだとimageがinlineのせいで反映されない。imageを100%にする */
  }
  
  .header--nav--list{
    display: flex;  /* 横並び */
    font-size: 8px;
  }
  
  .header--nav--list--item{
    margin-right: 30px;
    margin-bottom: 30px;
  }
  
  /* FV */
  .top--fv{
    background-image: url(../img/carry--tit4--sp.jpg);
    width: 375px;
    height: 350px;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  
  /* ABOUT */
  .top--carry{
    padding-top: 0;
  }
  
  .top--carry--about{
    display: flex;  /* 子要素を横並び */
  }
  
  .top--carry--yasai1{
    margin-top: 0px;
    margin-left: 15px;
    width: 180px;
    height: 180px;
  }
  
  .top--carry--tit{
    width: calc((100vh - 50px)/2);
    margin: auto;
    margin-top:20px;
  }
  
  .top--carry--yasai2{
    margin-top: 0px;
    margin-right: 15px;
    width: 180px;
    height: 180px;
  }
  
  .top--carry--naiyou{
    display: flex;
  }
  
  .top--carry--yasai3{
    margin-bottom: 60px;
    margin-left: 50px;
    width: 90px;
    height: 90px;
  }
  
  .top--carry--txt{
    text-align: center;
    line-height: 20px;
    width: calc((100vh - 50px)/2);
    margin: auto;
    margin-top:90px;
    margin-bottom: 60px;
    font-size: 7px;
  }
  
  .top--carry--yasai4{
    margin-bottom: 60px;
    margin-right: 50px;
    width: 90px;
    height: 90px;
  }
  
  /* 当店のこだわり */
  .top--kodawari{
    padding-top: 70px;
    background-color: rgb(103, 154, 63, 0.52);
    border-top-left-radius: 1000px 300px;
    border-top-right-radius: 1000px 20px;
    border-bottom-right-radius: 1000px 300px;
    border-bottom-left-radius: 1000px 20px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .top--kodawari--tit{
    font-size: 24px;
    text-decoration:underline;
    text-align: center;
    line-height: 40px;
    width: auto;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .top--kodawari--list--item{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  
  .kodawari--image{
    width: 50%;
    height: auto;
    margin-bottom: 0px;
    margin-top: 20px;
    border-radius: 20px;
  }
  
  .top--kodawari--list--item--tit{
    width: auto;
    font-size: 12px;
    margin: 10px;
    margin-top: 30px;
    height: 40px;
    background-color: rgb(0, 0, 0, 0);
    padding: 0px;
    text-align: center;
  }
  
  .top--kodawari--list--item--tit span{
    display: block;
    width: 150%;
    text-align: center;
    font-size: 10px;
    transform: scale(0.7);
    padding: 0px;
    line-height: 18px;
    margin-left: -30px;
  }
  
  .kodawari--image:last-of-type{
    margin-bottom: 80px;
  }
  
  /* メニュー */
  .top--menu{
    padding-top: 80px;
  }
  
  .top--menu--container{
    width: 100%;
    margin: 0 5px;
  }
  
  .top--menu--tit{
    font-size: 24px;
    text-decoration:underline;
    text-align: center;
    line-height: 40px;
    margin-bottom: 12px;
  }
  
  .top--menu--carry{
    display: flex;
    margin-top: 30px;
  }
  
  .top--menu--carry--icon{
    width: 30px;
  }
  
  .top--menu--carry--tit{
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
  }
  
  .top--menu--carry--list--item{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 5px;
  }
  
  .top--menu--carry--list--item--img{
    width: 30%;
    height: auto;
    padding: 5px;
  }
  
  .top--menu--carry--list--txt{
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: 30px;
  }
  
  .top--menu--carry--list--item--tit{
    font-size: 8px;
    transform: scale(0.7);
    margin-bottom: 100px;
  }
  
  .top--menu--drink{
    display: flex;
    margin-top: 30px;
  }
  
  .top--menu--drink--icon{
    width: 30px;
  }
  
  .top--menu--drink--tit{
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
  }
  
  .top--menu--drink--list--item{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 5px;
  }
  
  .top--menu--drink--list--item--img{
    width: 30%;
    height: auto;
    padding: 5px;
  }
  
  .top--menu--drink--list--txt{
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: 30px;
  }
  
  .top--menu--drink--list--item--tit{
    font-size: 8px;
    transform: scale(0.7);
    margin-bottom: 60px;
  }
  
  .top--menu--btn{
    width: 150px;
    margin: 10px auto 0;
  }
  
  .top--menu--btn a{
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #fff;
    background-color: rgb(103, 154, 63, 0.52);
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
  }
  
  .top--eigyou--box--tit{
    font-size: 24px;
    text-decoration:underline;
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  
  .top--eigyou--box--txt{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .top--eigyou--pic{
    width: 85%;
    margin: 0 auto;
  }
  
  .top--eigyou--box--txt{
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin: 10px 0;
  }
  
  .top--sns--icon{
    display: flex;
    justify-content: center;
  }
  
  .top--sns--icon--img{
    width: 10%;
    height: 10%;
    margin: 20px;
  }
  
  /* アクセス */
  .top--access{
    padding: 50px 0;
  }
  
  .top--access--container{
    width: 100%;
    margin: 0 auto;
  }
  
  .top--access--box--tit{
    font-size: 24px;
    text-decoration:underline;
    text-align: center;
    line-height: 40px;
    margin-bottom: 12px;
  }
  
  .top--access--box{
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .top--access--box--txt{
    line-height: 16px;
    font-size: 10px;
    margin: 30px;
  }
  
  /* お問い合わせ */
  .contact {
    width: 85%;
    margin: 0 auto;
    padding: 60px 0;
  }
  
  .contact-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  
  .contact-item,
  .contact-body {
    padding: 20px;
    border: 1px solid #ccc;
  }
  
  .contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
    font-size: 10px;
  }
  
  .contact-body {
    width: 70%;
  }
  
  .form-text {
    width: 85%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
  }
  
  .contact-sex + .contact-sex {
    margin-left: 10px;
  }
  
  .contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
  }
  
  .form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .form-textarea {
    width: 85%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .contact--submit--btn {
    width: 250px;
    margin: 40px auto 0;
  }
  
  .contact--submit--btn a{
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #fff;
    background-color: rgb(103, 154, 63, 0.52);
    border-radius: 50px;
    font-weight: bold;
  }
  
  .sousin p{
    margin: 50px;
    line-height: 30px;
    font-size: 10px;
  }
  
  /* footer */
  .footer{
    background-color: rgb(103, 154, 63, 0.52);
    padding: 10px 0 17px;
  }
  
  .footer--tit{
    width:200px;
    margin: 0 auto;
  }
  
  .footer--list{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .footer--list--item{
    margin-right: 10px;
    font-size: 10px;
  }
  
  .footer--list--item:last-of-type{
    margin-right: 0;
  }
  
  .footer--txt{
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
  }

/* トップに戻る */
#to--top {
  font-size: 20px;
  position: fixed;
  right: 110px;
  bottom: 5px;
  padding: 8px 15px;
  font-weight: 700;
  background: #353535;
  border-radius: 5px;
  color: #fff;
}

}