/* boxA */
@charset"UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap');
*{
  color: #333333;
  font-size: 17px;
}
html {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
}

img{
  width: 100%;
	vertical-align: bottom;
}
body{
  scroll-behavior: smooth;
  background-image: url("../img/back-ground.jpg");
  background-repeat: repeat;
}
.wrapper{
  scroll-behavior: smooth;
  background-repeat: repeat;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

/*ヴィーガンアイコン*/
.vegan-icon{
  position: relative;
  width: 20px;
  height: 20px;
}
.vegan-icon img{
  position: absolute;
  left: -22px;
  top: 1px;
  width: 20px;
  height: 20px;

}
/*paypayアイコン追加*/
/*
.paypay-icon::before{
  position: absolute;
  content: "";
  background-image: url("../img/a-paypay-icon.png");
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1000;
  top: 36px;
  right: 5px;
}
*/

/*いわて食応援アイコン追加*/
/*
.iwate-ouen-icon::after{
  position: absolute;
  content: "";
  background-image: url("../img/a-iwate-ouen-icon.png");
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1000;
  top: 36px;
  right: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);

}
*/

/*二戸チケット*/
/*
.ninohe-ticket::after{
  position: absolute;
  content: "";
  background-image: url("../img/ninohe-ticket.png");
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1000;
  top: 50px;
  right: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
}
*/

/*二戸プレミアム商品券*/
/*
.ninohe-syouhinken::before{
  position: absolute;
  content: "";
  background-image: url("../img/ninohe-syouhinken.png");
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1000;
  top: 236px;
  right: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
}
*/

/*　戻るボタン　*/
.top-button{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5bb7aeb9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1000;
}
.top-button a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top-button a i{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fafafa;
  font-size: 2rem;
  text-decoration: none;
  animation: up-button 1s infinite;
}
@keyframes up-button{
  0%{transform: translateY(-2px);}
  20%{transform: translateY(5px);}
  100%{transform: translateY(-2px);}
}

/* 文字制御 */
.h2-title{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 30px auto 20px;
}
.h2-title img{
  height: 70px;
  width: auto;
}
.h3-title{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px 0 15px;
  margin: 0 auto;
}
.box-sentence{
  line-height: 1.8rem;
  width: 60%;
  text-align: start;
  margin: 0 auto 0.6rem;
}
.center{
  text-align: center;
}
figcaption{
  font-size: 0.92rem;
}
.main-btn{
  position: relative;
  width: 270px;
  height: 4rem;
  padding: 0.5em 1em;
  margin: 1em auto;
  border-radius: 4px;
  background: #5bb7ae;
  color: #fafafa;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33)
}
.btn-like{
  position: relative;
  width: 300px;
  line-height: 4rem;
  padding: 0 1em;
  margin: 1em auto;
  border-radius: 4px;
  background: #5bb7ae;
  color: #fafafa;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33)
}
.main-btn a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.btn-center{
  margin: 0 auto;
  text-align: center;
}
.keiko-red{
  background: rgba(194, 20, 62, 0.4);
}
.keiko-yellow{
  display: inline-block;
  padding: 0 3px;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.big{
  font-size: 2rem;
}


/*##################*/
/*## コロナ対策 ##*/
/*##################*/
.corona-box{
  margin-top: 50px;
}
.corona-flex-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.corona-flex-box figure{
  width: 32%;
  margin: 5px;
  box-shadow: 0 6px 10px 1px rgba(3, 3, 3, 0.2);
}
.corona-box p{
  max-width: 500px;
  margin: 15px auto;
}


/*##################*/
/*## 店舗情報 ##*/
/*##################*/
.store-box{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
  margin-top: 45px;
}
.store-wrapper{
  position: relative;
  width: 48%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
.store-box .store-box-title{
  width: 60%;
  max-width: 600px;
  margin: 30px auto 20px;
  padding: 15px 0;
  background-color: #c2143e;
  color: #fafafa;
}
.categoly-btn{
  position: sticky;
  top: 0;
  width: 100%;
  margin: 15px auto;
  padding: 12px 2px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color:  rgba(255, 252, 247, 0.863);
  z-index: 50;
}
.categoly-btn a{
  text-decoration: none;
  background-color: #5bb7ae;
  color: #fafafa;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 15px;
  padding: 4px 12px;
  margin: 2px 2px;
}
.store-flex-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.store-content{
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 25px;
  display: flex;
  flex-direction: row;
}
.store-title{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-left: 8px solid #c2143e;
  padding-left: 8px;
}
.store-box-sentence{
  max-width: 500px;
  text-align: center;
  margin: 0 auto 30px;
}
.store-content .bread-clums{
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
}
.store-content .bread-clums li{
  position: relative;
  padding: 2px 6px;
  margin-right: 3px;
  border-radius: 6px;
  font-size: 0.9rem;
  background-color: #B8E2CC;  
}
.store-content p{
  text-align: left;
  margin-bottom: 3px;
}
.address-box{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-bottom: 3px;
}
.address-box p{
  margin-right: 6px;
}.address-box p i{
  margin: 0 2px;
}
.address-box .map-link{
  position: relative;
  padding: 2px 10px;
  border-radius: 10px;
  background-color: #5bb7ae;
  color: #fafafa;
  font-weight: 700;
}
.address-box .map-link a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.shere-box{
  bottom: 0;
  right: 10px;
  position: absolute;
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
}
.popup-box .shere-box{
  position: relative;
  justify-content: center;
  bottom: auto;
  right: auto;
}
.shere-box li{
  position: relative;
  width: 30px;
  height: 30px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  margin-left: 4px;
  border-radius: 50%;
}
.shere-box li img{
  width: 30px;
  height: 30px;
}
.shere-box li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.child-page-map{
  width: calc(100% - 500px);
  margin: 0 auto;
  box-shadow: 0 6px 10px 1px rgba(3, 3, 3, 0.2);
}

.main-card {
  width: 95%;
  max-width: 400px;
  margin: 0 auto ;
  display: block;
  position: relative;
  padding: 0.5em 1em 18px;
  background: #FFFCF7;
  box-shadow: 0 6px 10px 1px rgba(3, 3, 3, 0.2);
  z-index: 30;
}

.popup-box{
  max-width: 1120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.store-detail{
  padding: 25px 10px 20px;
  background-color: #FFFCF7;
  max-width: 600px;
  margin-right: 15px;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.2);

}
.store-detail .store-title{
  margin-left: 10px;
}
.store-picture-box{
  margin: 20px auto 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: baseline;
}
.store-picture-box figure{
  width: 48%;
  margin: 0 auto 10px;
}
.store-picture-box figcaption{
  text-align: center;
}
.store-detail .waribiki{
  width: 80%;
  padding: 12px 0;
  margin: 12px auto;
  text-align: center;
  border: 2px solid #FAE6B7;
}
.detail-sentence{
  max-width: 520px;
  padding: 0 15px;
  margin: 20px auto 15px;
  text-align: center;
}
.tel-display{
  text-align: center;
}
.tel-action{
  position: relative;
  width: 300px;
  height: 4rem;
  padding: 0.5em 1em 0.5em 1.1em;
  margin: 0 auto 6px;
  background: #5bb7ae;
  border-radius: 4px;
  color: #fafafa;
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33)
}
.tel-action i{
  color: #fafafa;
  font-size: 1.6rem;
}
.tel-action a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}


/*##################*/
/*## フォーム ##*/
/*##################*/
.form-style{
  position: relative;
  width: 400px;
  max-width: 450px;
  color: #333;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.form-box{
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #FFFCF7;
}
.form-style .title-box{
  width: 100%;
  padding: 20px 0;
  background-color: #5bb7ae;
  margin-bottom: 10px;
}
.form-style .form-title{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fafafa;
  margin: 0;
}
.form-style label{
  margin-bottom: 2px;
  color: #727171;
  font-weight: 500;
  font-size: 1em;
}

.form-style .contact-form{
  display: flex;
  flex-flow: column;
}
.form-style .name,
.form-style .email,
.form-style .tel-number,
.form-style .message,
.form-style .checkbox-group,
.form-style .time
{
  display: flex;
  flex-flow: column;
  margin: 0 auto 10px;
  width: 85%;
  max-width: 350px;
}
.form-style .check-1-group,
.form-style .check-2-group,
.form-style .check-3-group,
.form-style .check-4-group,
.form-style .check-5-group,
.form-style .check-6-group,
.form-style .check-7-group,
.form-style .check-8-group,
.form-style .check-9-group,
.form-style .check-10-group,
.form-style .check-11-group,
.form-style .check-12-group{
  margin-bottom: 5px;
}

/*Checkboxes styles*/
.form-style form input[type="checkbox"] {
  display: none;
}

.form-style form input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #727171;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-style form input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.form-style form input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #727171;
  background-color: #fafafa;
  position: absolute;
  left: 1px;
  top: 3px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.form-style form input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border: 2px solid #5bb7ae;
  background-color: inherit;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-style form input[type="text"],
.form-style form textarea{
  background-color: #fafafa;
  padding-left: 4px;
  box-shadow: 3px 5px 24px -20px rgba(0,0,0,0.4) inset;
}
.form-style form input::placeholder,
.form-style form textarea::placeholder{
	color: rgb(179, 179, 179);
}

.form-style .submit-button{
  display: inline-block;
  width: 150px;
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #5bb7ae;
  border: solid 1px #5bb7ae;
  background-color: rgba(251, 251, 251, 0.85);
  border-radius: 3px;
  transition: .4s;
}
.form-style .submit-button:hover {
  background: #009966;
  color: white;
}
.form-style .form-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.form-style .post-message{
  display: none;
  width: 400px;
  background-color: rgba(251, 251, 251, 0.75);
  color: #fafafa;
  font-weight: bold;
  font-size: 1em;
  position: absolute;
  text-align: center;
}
.form-style .post-message p{
  width: 330px;
  margin: 0 auto;
  padding: 20px 0;
}
.form-style .home-back{
  display: block;
  width: 150px;
  padding: 0.3em 1em;
  margin: 5px auto 20px;
  text-decoration: none;
  font-weight: bold;
  color: #5bb7ae;
  border: solid 1px #5bb7ae;
  background-color: rgba(251, 251, 251, 0.85);
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
.form-style .home-back:hover {
  background: #5bb7ae;
  color: white;
}

.keisai-order{
  margin-bottom: 30px;
}
.formlike-menu{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  list-style: none;
}
.formlike-menu li{
  margin-bottom: 3px;
  padding-left: 8px;
}
.formlike-menu .formlike-menu-midasi{
  display: inline-block;
  font-weight: 700;
  padding-left: 0;
}

.formlike-sentence{
  text-align: center;
  padding: 0 10px;
  margin: 6px auto 6px;
}
.form-box figure{
  width: 80%;
  max-width: 200px;
  text-align: center;
  margin: 20px auto;
}
/*##################*/
/*## マップ埋め込み ##*/
/*##################*/
.takeout-map{
  margin-bottom: 30px;
  border: none;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.4);
}
.takeout-map iframe{
  vertical-align: bottom;

}
/*##################*/
/*## フッター ##*/
/*##################*/
.information-box{
  margin-bottom: 30px;
}
.information-box p{
  text-align: center;
}
.information-box p a{
  text-decoration: none;
  display: inline-block;
  padding: 0 3px;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.information-box .information-tel{
  font-size: 1.2rem;
}
.information-box .information-tel i{
  font-size: 1.2rem;
}

footer{
  background-color: #c2143e;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
footer p{
  width: 100%;
  text-align: center;
}
footer p img{
  width: 30%;
}
.credit-own{
  background-color: #c2143e;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.credit-own{
  font-size: 0.7rem;
  margin: 0 auto;
  text-align: center;
  color: #fafafa;
}
.credit-own a{
  font-size: 0.7rem;
  text-decoration: none;
  color: #fafafa;
}
.credit-own a img{
  height: 19px;
  width: auto;
}

/*ホバーアニメーションまとめ*/

@media screen and (min-width: 961px) {

}

/* スマホ表示用 */
@media screen and (max-width: 960px) {
/*横幅MAX解除*/
.store-box,
footer,
.order-box,
.hero-image{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
html{
  font-size: 15px;
}
.box{
  margin-top: 30px;
  margin-bottom: 30px;
}
.h2-title{
  font-size: 1.4rem;
}
p{
  width: 95%;
}
/*　　ヘッダー部分　　*/
.hero-image{
  background-size: auto 100%;
  background-position: center;
}
.ninohe-syoko img{
  width: 60%;
  margin: 0 auto;
  padding: 8px 0;
}
.top-message-sentence{
  margin: 10px auto 20px;
}
/*##### 注文 #####*/
.order-flex-box{
  margin: 20px 2px;
}
.order-flex-box figure{
  margin: 0 2px;
}
/*#### コロナ対策 ####*/
.corona-flex-box figure{
  width: 48%;
  margin: 3px;
}

/*#### 店舗紹介 ####*/
.store-content{
  flex-direction: column;
}
.child-page-map {
  width: 95%;
  height: 400px;
  margin: 20px auto;
  box-shadow: 0 6px 10px 1px rgba(3, 3, 3, 0.2);
}
.store-box .store-box-title{
  width: 80%;
  max-width: auto;
  margin: 30px auto 10px;
}
.store-box-sentence{
  margin: 0 auto 15px;
}
.store-wrapper{
  width: 95%;
  justify-content: center;
}
.store-flex-box{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.store-detail .waribiki{
  width: 90%;
}
.tel-action{
  width: 280px;
}

/*ポップアップコンテンツ*/
.popup-back-btn{
  top: auto;
  bottom: 15px;
  right: auto;
}
.popup-box{
  width: 95%;
  justify-content: start;
  align-items: center;
}
.store-detail{
  width: 100%;
  margin: 0 auto 5px;
}
.store-picture-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
.store-picture-box figure{
  width: 90%;
  margin: 0 auto 10px;
}
.store-detail .tel-action{
  display: block;
  position: relative;
  width: 260px;
  height: 4rem;
  padding: 0.5em 1em;
  margin: 5px auto 15px;
  background: #5bb7ae;
  border-radius: 30px;
  color: #fafafa;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33)
}
.detail-sentence{
  max-width: 520px;
  padding: 0;
  margin: 20px auto 15px;
  text-align: center;
}
.tel-display{
  width: 100%;
}
.store-detail .tel-num{
  display: none;
}
/* フォーム */
.form-style{
  width: 100%;
  margin: 20px auto 0;
}

.takeout-map{
  width: 95%;
  margin: 0 auto 30px;
}
/*  フッタ—  */
footer p img{
  width: 50%;
}
}
/*スマホのみ改行*/
@media screen and (min-width: 720px){
  .mobile-break{
    display: none;
  }
  .pc-break{
    display: block;
  }
  }
  /*PCのみ改行*/
  @media screen and (max-width: 719px){
    .pc-break{
      display: none;
    }
    }