/*!
 * "Hanaichi Mincho" licensed under the SIL Open Font License
 * https://sawarabi-fonts.osdn.jp/
 */

/* フォント指定 */
@font-face {
  font-family: "Hanaichi Mincho";
  src: url(../fonts/Hanaichi-Mincho.woff2) format("woff2"), url(../fonts/Hanaichi-Mincho.woff) format("woff");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 背景の桜の指定 */

body {
  width: 100%;
  height: 100%;
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  background-image: url(../img/back_sakura.png);
  overflow-x: hidden;
  position: relative;
}

/*fire-foxで文字がかすれるのを修正*/
@-moz-document url-prefix() {
  nav,
  footer,
  p,
  tr,
  .order_menu_tab,
  .latest-body,
  .latest-body2
  .heading{
  transform: rotate(0.05deg);
  }
}

/* トップ画面画像アニメージョン*/

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {

  /* //1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

/* 空間開ける用のクラス */

.contentSpacer {
  height: 10vh;
  background: rgba(255, 255, 255, 0.7);
}

.contentSpacer2 {
  height: 3vh;
  background: rgba(255, 255, 255, 0.7);
}

.contentSpacer3 {
  height: 3vh;
}

/*スマホ横向きの時の桶の見た目*/
@media screen and (max-height:300px){
  .contentSpacer3 {
  height: 8vh;
 }
}

.contentSpacer3_com {
  height: 10vh;
  background-color: rgba(255, 255, 255, 0.7);
}

.contentSpacer4 {
  width: 60%;
  height: 3vh;
  background: rgba(255, 255, 255, 0.7);
  margin:0 auto;
}

.latestSpacer{
  height: 2vh;
}

.cart-space {
  height: 2vh;
}

.cart-space2 {
  height: 1vh;
}

/*情報入力ページなどのヘッダー下 グレーの線*/
.black_line {
  height: 2px;
  background:rgb(150, 150, 150);
}

/* 画面上部のメニューバー関連 */

nav {
  display: block;
  top: 0;
  bottom: 0;
  height: 17%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.952);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.open nav {
  left: 0;
}

/* ヘッダーコンテンツdiv */
nav .inner {
  background: rgba(255, 255, 255, 0.952);
  padding: 0px;
  vertical-align: middle;
}

/* ヘッダーのロゴ */
.header_logo {
  display: flex;
  background: rgba(255, 255, 255, 0.952);
  width: 100%;
  height: auto;
  margin: 0.5% 0 0 5.5%;
}

.header_logo a {
  width: 16vw;
  height: 16vh;
}

@media screen and (min-width:769px){
  .header_logo img {
    width: 14vw;
  }
}
@media screen and (max-width:768px){
  .header_logo img {
    width: 28vw;
  }
}

/*ヘッダーの右画像*/
.shop_pic {
  height: 15vh;
  width: 30%;
  margin: -0.5% 0 0 -35.5%;
  background-image:
    linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.001)),
    url(../img/header_pro.jpg);
  background-size: cover;
}

@media screen and (max-height:300px){
 .shop_pic {
   height: auto;
 }
}


/* ヘッダーのメニューバーのdiv */
.header_menu {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  border-top: solid  2px rgb(150, 150, 150);
  border-bottom: solid  2px rgb(150, 150, 150);
}

/* ヘッダーリンク ul */
nav .inner ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
/*ヘッダーリンク li */
nav .inner li {
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  width: 30%;
  height: 7vh;
  line-height: 7vh;
  list-style: none;
  border-right: 1px solid rgb(255, 255, 255);
}
/*ヘッダーリンクの一番最初だけに適用*/
nav .inner li:first-child {
  border-left: 1px solid rgb(255, 255, 255);
}

/* トップページへ上るボタン div */
  #page-top {
    position: relative;
    z-index: 5;
    bottom: 15px;
    right: 3%;
    display: block;
    position: fixed;
    top: auto;
}

@media screen and (max-width:768px){
  #page-top {
    right: 2%;
  }
}

/* トップページへ上るボタン aタグ */
  #page-top a {
    background-image: linear-gradient(#d60000 0%, #8a0000 100%);
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 10%;
    text-align: center;
    display: block;
  }

@media screen and (max-width:768px){
  #page-top a {
    width: 55px;
    padding: 0;
  }
}

/*上に戻るの矢印画像*/
.page-top img {
  height: 50%;
}

@media screen and (max-width:768px){
  #page-top img {
    width: 80%;
  }
}

#page-top a:hover {
  text-decoration: none;
  background: rgba(146, 1, 1, 0.795);
}


/* =================== menuHoverAction ===================  */
/*ヘッターとフッターのメニュー*/
.menuButton {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  text-decoration: none;
  box-sizing: border-box;
}

.menuButton:hover,
.menuButton:focus {
  text-decoration: none;
}

/*ヘッダーとフッターのホバーで赤色に変化する部分*/
.sweepTrans,
.sweepTrans2,
.sweepTrans3,
.sweepTrans4 {
  border-left: solid  2px rgb(150, 150, 150);
  color: #f0f0f0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.sweepTrans2,
.sweepTrans4{
  border-right: solid  2px rgb(150, 150, 150);
}

@media screen and (max-width:768px){
  .sweepTrans3,
  .sweepTrans4{
  border-right: none;
  border-left: none;
  border-bottom: solid  2px rgb(150, 150, 150);
}
}

.sweepTrans .gradient,
.sweepTrans2 .gradient,
.sweepTrans3 .gradient,
.sweepTrans4 .gradient{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 285%;
  height: 100%;
  margin: auto;
  bottom: auto;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, #ff2626 94%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #ff2626 94%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  transform: translateX(-35%);
}

.sweepTrans:hover,
.sweepTrans:focus,
.sweepTrans2:hover,
.sweepTrans2:focus,
.sweepTrans3:hover,
.sweepTrans3:focus,
.sweepTrans4:hover,
.sweepTrans4:focus {
  color: #000000;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

.sweepTrans:hover .gradient,
.sweepTrans:focus .gradient,
.sweepTrans2:hover .gradient,
.sweepTrans2:focus .gradient,
.sweepTrans3:hover .gradient,
.sweepTrans3:focus .gradient,
.sweepTrans4:hover .gradient,
.sweepTrans4:focus .gradient {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

/* =================== menuHoverAction ===================  */
@media screen and (min-width:1025px){
  nav .inner a {
    width: 100%;
    height: 100%;
    margin: auto 0;
    font-size: 1.1vw;
    color: rgb(0, 0, 0);
    text-decoration: none;
    vertical-align: middle;
  }
}
@media screen and (max-width:1024px){
  nav .inner a {
    width: 100%;
    height: 100%;
    margin: auto 0;
    font-size: 3.1vw;
    color: rgb(0, 0, 0);
    text-decoration: none;
    vertical-align: middle;
  }
}

.top_nav img {
  width: 3.4vw;
  margin-right: 3%;
  vertical-align: middle;
}

.top_nav span {
  vertical-align: middle;
}

/* ---------------トップ画面 -------------------------*/

/* トップ画面メイン画像スワイパー */
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-img {
  background-size: cover;
  background-position: center center;
  height: 650px;
}

@media screen and (max-width:768px){
  .slide-img {
    background-size: cover;
    background-position: center center;
    height: 85vw;
  }
}

.slide-text {
  position: absolute;
  z-index: 10;
  font-size: 30px;
  width: 100%;
  top: 50%;
}

.slidetext {
  opacity: 0.5;
}

/* 新着情報 */

/*　トップ画面　おしらせ・経路の表題表示 */

.main-title {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.5vw;
}

@media screen and (max-width:768px){
  .main-title {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 3.6vw;
 }
}

.subTitle {
  height: 4vh;
  font-size: 1.2vw;
  color: rgba(26, 26, 26, 0.5);
}

@media screen and (max-width:768px){
  .subTitle {
  height: 4vh;
  font-size: 2.2vw;
  color: rgba(26, 26, 26, 0.5);
 }
}

@media screen and (min-width:769px){
  .atten-title{
    display: block;
    width: 55%;
    margin:0 auto;
    background: rgb(209, 0, 0);
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1.5vw;
  }
}
@media screen and (max-width:768px){
  .atten-title{
    display: block;
    width: 90%;
    margin:0 auto;
    background: rgb(209, 0, 0);
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 3.0vw;
  }
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* トップページ　お知らせのタブ */

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width:768px){
 .tabs [class^="tab"] label,
 .tabs [class*=" tab"] label {
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
 }
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
  border-bottom: 1px solid rgba(239, 237, 239, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

_::-webkit-full-page-media, _:future, :root
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
  height:0px;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
  border: 2px solid #b90019;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border: 2px solid #b90019;
}

_::-webkit-full-page-media, _:future, :root
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border: 2px solid #b90019;
  border-radius: 0px;
}

.tabs [class^="tab"] [type="radio"]:checked+div,
.tabs [class*=" tab"] [type="radio"]:checked+div {
  opacity: 1;
}

.tabs [class^="tab"] [type="radio"]+div,
.tabs [class*=" tab"] [type="radio"]+div {
  display: block;
  opacity: 0;
  padding: 2rem 0 0 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
  width: 50%;
}

.tabs .tab-2 [type="radio"]+div {
  width: 200%;
  margin-left: 200%;
}

.tabs .tab-2 [type="radio"]:checked+div {
  margin-left: 0;
}

.tabs .tab-2:last-child [type="radio"]+div {
  margin-left: 100%;
}

.tabs .tab-2:last-child [type="radio"]:checked+div {
  margin-left: -100%;
}

.news_contents {
  background-color: rgba(255, 255, 255, 0.7)
}

.news_date {
  font-size: 17px;
  opacity: 0.7;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.news_text {
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding-left: 6px;
  display: inline;
}

.news_item {
  margin: 2% 8%;
  padding-bottom: 5px;
  display: flex;
  color: rgb(0, 0, 0);
  border-bottom: solid 2px rgba(0, 0, 0, 0.13);
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news_item a {
  width: 100%;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
  color: rgb(0, 0, 0);
}

.news_item a:hover {
  background-color: #57575728;
}

/* 新着情報の店名の色 */

.store {
  display: flex;
}

@media screen and (min-width:401px){
 .store-i {
  width: 65px;
  margin: 0% 2%;
  padding: 0.2% 1%;
  color: white;
  text-align: center;
 }
}
@media screen and (max-width:400px){
 .store-i {
  width: 7%;
  margin: 0% 2%;
  padding: 0.2% 1%;
  color: white;
  text-align: center;
 }
}

.store_color_i {
  background: #DC143C;
}

.store_color_w {
  background: #008080;
}


/* フェードイン */

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* こだわり*/
.demo2 {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 100%;
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.6vw;
}

@media screen and (max-width:768px){
  .demo2 {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    height: 100%;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 3.6vw;
  }
}
@media screen and (min-width:769px){
 .kodawari_container {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
 }
}
@media screen and (max-width:768px){
  .kodawari_container {
    position:center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    justify-content: space-between;
  }
}

figure.snip1229 {
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 370px;
  max-height: 100%;
  width: 30%;
  background: #00000083;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:768px){
  figure.snip1229 {
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 95vw;
    max-width: 90px;
    max-height: 100%;
    width: 30%;
    background: #00000083;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}

figure.snip1229 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip1229 img {
  top: 22%;
  max-width: 100%;
  height: 63%;
  position: relative;
  opacity: 0.9;
}
@media screen and (max-width:768px){
  figure.snip1229 img {
    top: 7vw;
    max-width: 75vw;
    height: 55vw;
    position: relative;
    opacity: 0.9;
  }
}

figure.snip1229 figcaption {
  position: absolute;
  top: 9%;
  left: 7%;
  right: 7%;
  bottom: 80%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@media screen and (min-width:769px){
  figure.snip1229 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (max-width:768px){
  figure.snip1229 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 1.8vw;
  }
}

figure.snip1229 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}

figure.snip1229 h3 span {
  font-weight: 800;
}

figure.snip1229 h3:before,
figure.snip1229 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}

figure.snip1229 h3:before {
  left: -1000%;
}

figure.snip1229 h3:after {
  right: -1000%;
}

@media screen and (min-width:769px){
  figure.snip1229 p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align:left;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (max-width:768px){
  figure.snip1229 p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align:left;
    font-size:3vw;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

figure.snip1229 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

figure.snip1229 a:active{
  pointer-events: none;
}

figure.snip1229:hover img,
figure.snip1229.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1229:hover figcaption,
figure.snip1229.hover figcaption {
  top: 9%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1229:hover p,
figure.snip1229.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* 経路 */
@media screen and (min-width:769px){
  .routeMobile {
    display: none;
  }
}
@media screen and (max-width:768px){
  .routePc {
    display: none;
  }
}

@media screen and (min-width:1025px){
  .inlinePc {
    display: inline;
  }
}

.access_container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen  and (min-width:769px){
  .Smap_detailsmap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    justify-content: space-around;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width:768px){
  .Smap_detailsmap {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
    justify-content: space-around;
    color: rgb(0, 0, 0);
  }
}
@media screen and (min-width:769px){
  .wa_details {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width:768px){
  .wa_details {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  }
}
@media screen  and (min-width:769px){
  .iwa_details {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  }
}

@media screen and (max-width:768px){
  .iwa_details {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  }
}

@media screen and (min-width:769px){
  .detail_info {
    width: 100%;
    height: 100%;
    font-size: 1.0vw;
  }
}
@media screen and (max-width:768px){
  .detail_info {
    width: 100%;
    height: 100%;
    font-size: 3.0vw;
  }
}
@media screen and (min-width:769px){
  .detail_info2 {
    width: 100%;
    height: 100%;
    font-size: 1.0vw;
  }
}
@media screen and (max-width:768px){
  .detail_info2 {
    width: 100%;
    height: 100%;
    font-size: 3.0vw;
  }
}

/* 経路の住所 */
@media screen and (min-width:769px){
  .store_info {
  width: 35%;
  text-align: right;
  padding: 3%;
 }
}
@media screen and (max-width:768px){
  .store_info {
  width: 38%;
  text-align: right;
  padding: 3%;
 }
}

.Tmap_details {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
  margin-right: 50px;
  font-weight: bold;
}

/* 経路のグーグルマップ */

.gmap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 30%;
}

@media screen and (max-width:768px){
  .gmap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 70%;
  }
}

.wa {
  position: absolute;
  top: 5%;
  left: 11%;
  width: 31%;
  height: 90%;
}

@media screen and (max-width:768px){
  .wa {
    position: absolute;
    top: 5%;
    left: 11%;
    width: 80%;
    height: 90%;
  }
}

.iwa {
  position: absolute;
  top: 5%;
  left: 57%;
  width: 31%;
  height: 90%;
}

@media screen and (max-width:768px){
  .iwa {
    position: absolute;
    top: 5%;
    left: 11%;
    width: 80%;
    height: 90%;
  }
}
@media screen and (min-width:769px){
  .Smap_text {
    width: 38%;
    margin-left: 5%;
  }
}
@media screen and (max-width:768px){
  .Smap_text {
    width:100vw;
  }
}
@media screen and (min-width:769px){
  .Tmap_text {
    width: 38%;
    margin-right: 4%;
  }
}
@media screen and (max-width:768px){
  .Tmap_text {
    width:100vw;
  }
}

.Smap_text p,
.Tmap_text p {
  text-align: left;
  margin: 0 10px;
  padding: 20px 0;
  font-size: 20px;
}

@media screen and (min-width:769px){
  .Smap_text h2 {
    padding-bottom: 5%;
    font-size: 1.5vw;
    text-align: center;
  }
}
@media screen and (max-width:768px){
  .Smap_text h2 {
    padding-bottom: 5%;
    font-size: 3.5vw;
    text-align: center;
  }
}
@media screen and (min-width:769px){
  .Tmap_text h2 {
    padding-bottom: 5%;
    padding-right: 10%;
    font-size: 1.5vw;
    text-align: center;
  }
}
@media screen and (max-width:768px){
  .Tmap_text h2 {
    padding-bottom: 5%;
    font-size: 3.5vw;
    text-align: center;
  }
}

/* フッター */

footer {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-top: solid  2px rgb(150, 150, 150);
  border-bottom: solid  2px rgb(150, 150, 150);
  color: rgb(0, 0, 0);
}

.foot-wrap {
  text-align: center;
  height: 100%;
  font-size: 0px;
}

.foot-wrap .menu-left,
.menu-center,
.menu-right {
  color:black;
  display: inline-block;
  width: 18%;
  font-size: 16px;
  margin: 1% auto;
}

@media screen and (max-width:768px){
  .foot-wrap .menu-left,
  .menu-center,
  .menu-right {
  color:black;
  display: inline-block;
  width: 18%;
  font-size: 2.2vw;
  margin: 1% auto;
 }
}

.foot-wrap ul {
  list-style: none;
  padding: 0;
  line-height: 40px;
}

.foot-wrap h3 {
  border-bottom: 3px solid #2ac5b3;
  padding: 10px;
}

.foot-wrap a {
  text-decoration: none;
  color: black;
}

.cmark {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width:768px){
  .cmark {
  display: block;
  font-size:2.2vw;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
 }
}

@media screen and (max-width: 900px) {
  .foot-wrap .menu-left,
  .menu-center,
  .menu-right {
    display: flex;
    flex-direction: column;
    width: 50%;
    height:20px;
  }

  .foot-wrap .cpr {
    display: inline;
  }
}

/*タブ切り替え全体のスタイル*/

.tabs {
  width: 100%;
}

/*-------- 新着情報詳細画面 ----------*/
@media screen and (min-width:501px){
  .latest{
  background-color: rgba(143, 143, 143, 0.527);
  width:80%;
  margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .latest{
  background-color: rgba(143, 143, 143, 0.527);
  margin: 0 auto;
  }
}

.latest-sub{
  border-bottom:1px solid rgba(0, 0, 0, 0.267);
}

@media screen and (min-width:501px){
  .latest-sub h2{
  margin-left: 2%;
  }
}

@media screen and (max-width: 500px) {
  .latest-sub h2{
  margin-left: 2%;
  font-size:18px;
  }
}

.latest-sub span{
  margin-left: 2%;
}

.latest-image{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.latest-image img{
  width: 100%;
}

@media screen and (min-width:769px){
  .latest-body{
  padding: 0 15%;
 }
}

@media screen and (max-width: 768px) {
  .latest-body{
  padding: 0 2%;
 }
}

@media screen and (min-width:769px){
  .latest-body p{
  font-size: 17px;
 }
}

@media screen and (max-width: 768px) {
  .latest-body p{
  font-size: 16px;
 }
}

@media screen and (min-width:769px){
  .latest-body2{
  padding: 0 15%
 }
}

@media screen and (max-width: 768px) {
  .latest-body2{
  padding: 0 7%
 }
}

.latest-body2 li{
 margin-top:5%;
}

/*----------商品画面------------*/

.container {
  display: flex;
  display: -webkit-flex;
}

/*---------商品画面クリックスクロールするサイドバー---------------*/

@media screen and (min-width:769px){
  .sidebar {
   width: 7%;
   margin-right: 2px;
   background-image:url("../img/sidebar.png");
 }
}

@media screen and (max-width: 768px) {
  .sidebar {
   width: 17%;
   margin-right: 2px;
   background-image:url("../img/sidebar.png");
 }
}

@media screen and (min-width:1025px){
  .sidebar2 {
   width: 9%;
   margin-right: 2px;
   background-image:url("../img/sidebar.png");
 }
}

@media screen and (max-width: 1024px) {
  .sidebar2 {
   width: 23%;
   margin-right: 2px;
   background-image:url("../img/sidebar.png");
 }
}

#section1 {
  width: 100%;
  position: sticky;
  z-index: 1;
  font-family: 'Modern', Helvetica, Arial, sans-serif;
  border-radius:8px;
  top: 10px;
  text-align: center;
}

/*サイドバー税込み金額*/
@media screen and (min-width:769px){
  .side_tax{
  display: inline-block;
  font-size: 13px !important;
 }
}

@media screen and (max-width: 768px) {
  .side_tax{
  display: inline-block;
  font-size: 6px !important;
 }
}


#side_wak_siro, /*ここから稚内*/
#side_wak_ao,
#side_wak_midori,
#side_wak_pink,
#side_wak_hana,
#side_wak_murasaki,
#side_wak_aka,
#side_wak_kin,
#side_wak_kiiro,
#side_wak_ume,
#side_wak_none,   /*ここまで稚内*/
#side_iwa_siro, /*ここから岩見沢*/
#side_iwa_ao,
#side_iwa_midori,
#side_iwa_pink,
#side_iwa_yomogi,
#side_iwa_gin,
#side_iwa_aka,
#side_iwa_kin,
#side_iwa_ume,
#side_iwa_none,  /*ここまで岩見沢*/
#side_age,
#side_men,
#side_ten,
#side_dessert,
#side_other,
#side_oke,
#side_one,
#side_hors
{
  display: block;
  font-size: 0px;
  padding-top: 20%;
  line-height:-20px;
  margin-bottom: 6px;
  border-radius: 60px 60px 0 0;
  text-align:center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background-size: cover;
}

@media screen and (max-height: 300px) {
  #side_wak_siro, /*ここから稚内*/
  #side_wak_ao,
  #side_wak_midori,
  #side_wak_pink,
  #side_wak_hana,
  #side_wak_murasaki,
  #side_wak_aka,
  #side_wak_kin,
  #side_wak_kiiro,
  #side_wak_ume,
  #side_wak_none,   /*ここまで稚内*/
  #side_iwa_siro, /*ここから岩見沢*/
  #side_iwa_ao,
  #side_iwa_midori,
  #side_iwa_pink,
  #side_iwa_yomogi,
  #side_iwa_gin,
  #side_iwa_aka,
  #side_iwa_kin,
  #side_iwa_ume,
  #side_iwa_none,  /*ここまで岩見沢*/
  #side_age,
  #side_men,
  #side_ten,
  #side_dessert,
  #side_other,
  #side_oke,
  #side_one,
  #side_hors
  {
   display: block;
   font-size: 0px;
   padding-top: 13%;
   line-height:-20px;
   margin-bottom: 6px;
   border-radius: 60px 60px 0 0;
   text-align:center;
   transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   background-size: cover;
 }
}

/*稚内注文サイドバーの画像*/

#side_wak_siro{
  background-image: url("../img/waka_dish/side_siro.png");
}

#side_wak_ao{
  background-image:url("../img/waka_dish/side_ao.png");
}

#side_wak_midori{
  background-image:  url("../img/waka_dish/side_midori.png");
}

#side_wak_pink{
  background-image:url("../img/waka_dish/side_pink.png");
}

#side_wak_hana{
  background-image:url("../img/waka_dish/side_hana.png");
}

#side_wak_murasaki{
  background-image:url("../img/waka_dish/side_murasaki.png");
}

#side_wak_aka{
  background-image:url("../img/waka_dish/side_aka.png");
}

#side_wak_kin{
  background-image:url("../img/waka_dish/side_kin.png");
}

#side_wak_kiiro{
  background-image:url("../img/waka_dish/side_kiiro.png");
}

#side_wak_ume{
  background-image:url("../img/waka_dish/side_ume.png");
}

/*岩見沢注文サイドバーの画像*/

#side_iwa_siro{ 
  /*background-image: url("../img/iwa_dish/side_siro.png");*/
  backdrop-filter: brightness(0.1) invert(0.8)
  
}

#side_iwa_ao{
  /* background-image: url("../img/iwa_dish/side_ao.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_midori{
  /* background-image: url("../img/iwa_dish/side_midori.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_pink{
  /* background-image: url("../img/iwa_dish/side_pink.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_yomogi{
  /* background-image: url("../img/iwa_dish/side_yomogi.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_gin{
  /* background-image: url("../img/iwa_dish/side_gin.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_aka{
  /* background-image: url("../img/iwa_dish/side_aka.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_kin{
  /* background-image: url("../img/iwa_dish/side_kin.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_iwa_ume{
  /* background-image: url("../img/iwa_dish/side_ume.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#side_wak_none,
#side_iwa_none{
  /* background-image:url("../img/side_gold.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

/*サイドメニューと桶のサイドバー画像（金色の半円）*/

#side_age,
#side_men,
#side_ten,
#side_dessert,
#side_other,
#side_oke,
#side_one,
#side_hors{
  /* background-image:url("../img/side_gold.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

#section1 a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

#section1 a:hover {
  background-image: linear-gradient(#333333bb 0%, #999999b9 100%);
}

@media screen and (min-width:769px){
  .section span{
  font-size:1.1vw;
  padding: 1% 7%;
  margin: 0 auto;
  background-color: rgb(39, 37, 37);
}
}

@media screen and (max-width:768px){
  .section span{
  font-size:2.0vw;
  padding: 1% 7%;
  margin: 0 auto;
  background-color: rgb(39, 37, 37);
}
}

@media screen and (max-height:300px){
  .section span{
  font-size:1.3vw;
  padding: 1% 1%;
  margin: 0 auto;
  background-color: rgb(39, 37, 37);
 }
}

.product_container {
  width: 70%;
  margin: 0 auto;
}

.manu-tabs {
  width: 100%;
  height: 70%;
  margin: 5% 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* 商品画面タブ内　値段や種類分けの部分 */

.sushi {
  width: 40%;
  height: 100%;
}

/* 値段の横の部分 */
@media screen and (min-width:769px){
.product_wak_siro,
.product_wak_ao,
.product_wak_midori,
.product_wak_pink,
.product_wak_hana,
.product_wak_murasaki,
.product_wak_aka,
.product_wak_kin,
.product_wak_kiiro,
.product_wak_ume,
.product_wak_none,
.product_iwa_siro,
.product_iwa_ao,
.product_iwa_midori,
.product_iwa_pink,
.product_iwa_yomogi,
.product_iwa_gin,
.product_iwa_aka,
.product_iwa_kin,
.product_iwa_ume,
.product_iwa_none,
.product_men,
.product_age,
.product_ten,
.product_dessert,
.product_other,
.product_oke,
.product_one,
.product_hors {
  width: 80%;
  height: 170px;
  background-size: cover;
  border-top: 3px solid rgb(255, 255, 255);
  }
}

@media screen and (max-width:768px){
  .product_wak_siro,
  .product_wak_ao,
  .product_wak_midori,
  .product_wak_pink,
  .product_wak_hana,
  .product_wak_murasaki,
  .product_wak_aka,
  .product_wak_kin,
  .product_wak_kiiro,
  .product_wak_ume,
  .product_wak_none,
  .product_iwa_siro,
  .product_iwa_ao,
  .product_iwa_midori,
  .product_iwa_pink,
  .product_iwa_yomogi,
  .product_iwa_gin,
  .product_iwa_aka,
  .product_iwa_kin,
  .product_iwa_ume,
  .product_iwa_none,
  .product_men,
  .product_age,
  .product_ten,
  .product_dessert,
  .product_other,
  .product_oke,
  .product_one,
  .product_hors {
    width: 80%;
    height: 13vh;
    background-size: cover;
    border-top: 3px solid rgb(255, 255, 255);
  }
}
/* 値段の横の皿画像 */

/*稚内*/

.product_wak_siro {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_siro.jpg);
}

.product_wak_ao {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_ao.jpg);
}

.product_wak_midori {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_midori.jpg);
}

.product_wak_pink {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_pink.jpg);
}

.product_wak_hana {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_hana.jpg);
}

.product_wak_murasaki {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_murasaki.jpg);
}

.product_wak_aka {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_aka.jpg);
}

.product_wak_kin {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_kin.jpg);
}

.product_wak_kiiro {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_kiiro.jpg);
}

.product_wak_ume {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/waka_dish/sara_ume.jpg);
}

/*岩見沢*/

.product_iwa_siro {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_siro.jpg);
}

.product_iwa_ao {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_ao.jpg);
}

.product_iwa_midori {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_midori.jpg);
}

.product_iwa_pink {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_pink.jpg);
}

.product_iwa_yomogi {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_yomogi.jpg);
}

.product_iwa_gin {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_gin.jpg);
}

.product_iwa_aka {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_aka.jpg);
}

.product_iwa_kin {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_kin.jpg);
}

.product_iwa_ume {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/iwa_dish/sara_ume.jpg);
}

.product_wak_none,
.product_iwa_none{
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/nigiri.jpg);
}

/* サイドメニュー*/
.product_men {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/kakiage.jpg);
}

.product_age {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/karaage.jpg);
}

.product_ten{
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/tenpura.jpg);
}

.product_dessert{
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/choko.jpg);
}

.product_other{
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/tamago.jpg);
}

/* 桶 */
.product_oke {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/oke.jpg);
}

.product_one {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/susi.jpg);
}

.product_hors {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/odoburu.jpg);
}

.box-text2 {
  display: flex;
  width: 100%;
  font-size: 2.0em;
}

.price-color,
.price-color-170 {
  width: 100%;
  position: relative;
  text-align: center;
}

.price-color:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}

.price-color span,
.price-color-170 span {
  position: relative;
  padding: 0 2em;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/back_dark.png");
}


@media screen and (min-width:769px){
 .box_1{
  width: 40%;
  position: relative;
  overflow: hidden;
  padding: 4.5rem 2rem 1.5rem 130px;
  text-align: center;
 }
}

@media screen and (max-width:768px){
 .box_1{
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 5vw;
  text-align: cremnter;
 }
}


.box_1 {
  border-top: 3px solid rgb(255, 255, 255);
}

@media screen and (max-width:500px){
 .box_1{
   font-size:20px;
 }
}

@media screen and (min-width:769px){
 .box_1:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
 }
}

.box_1:before {
  background-image: url(../img/pipes.png);
}

@media screen and (min-width:769px){
  .box_tax{
  display: inline-block;
  font-size: 20px !important;
 }
}

@media screen and (max-width: 768px) {
  .box_tax{
  display: inline-block;
  font-size: 15px !important;
 }
}

/* 商品画面　皿表示のサイドメニュー */

.side_box {
  background: -webkit-linear-gradient(to right, rgb(0, 0, 0), transparent);
  background: linear-gradient(to right, rgb(0, 0, 0), transparent);
  color: #545454;
  height: 0%;
}

.side-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.8em;
  font-weight: 600;
  padding-left: 3%;
  color: rgb(255, 255, 255);
}

.tab_container {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
  display: block;
}

/* ------------カートを表示させる------------ */
.drawer-list {
  display: none;
  font-size: 15px;
}

.order {
  /* overflow-x: hidden; */
  height: 100%;
  position: relative;
}

/* カート表示の際に変化する大きさ */
.tab_container.open {
  transform: translateX(-250px);
}

/*カートの出し入れでどれだけ動くか*/
@media screen and (min-width: 980px) {
  nav {
    left: 80%;
    width: 100%;
  }
}

@media print, screen and (max-width: 979px) and (min-width: 768px) {
  nav {
    left: 70%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  nav {
    left: 50%;
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  nav {
    left: 37%;
    width: 100%;
  }
}

/* カートを表示した際に暗くなる部分 */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
/*カートを表示した際のオーバー例の大きさ指定*/
.overlay.open {
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 1;
}

/* カートボタン全体*/
.menu-trigger {
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(#d60000 0%, #8a0000 100%);
  position:fixed;
  cursor: pointer;
  z-index: 100;
  top: 43%;
  right: 2%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
  text-align: middle;
  font-weight: bold;
  background-image: linear-gradient(#d60000 0%, #8a0000 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  border-bottom: solid 1px #b5b5b5;
}

@media screen and (max-width:768px){
  .menu-trigger {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#d60000 0%, #8a0000 100%);
    position:fixed;
    cursor: pointer;
    z-index: 100;
    top: 43%;
    right: 2%;
    width: 60px;
    height: 60px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 50%;
    text-align: middle;
    font-weight: bold;
    background-image: linear-gradient(#d60000 0%, #8a0000 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
    border-bottom: solid 1px #b5b5b5;
  }
}
.menu-trigger.active {
  display: none;
}

.menu-trigger:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#b60000), to(#8a0000));
  background: -webkit-linear-gradient(bottom, #b60000 0%, #8a0000 100%);
  background: linear-gradient(to top, #b60000 0%, #8a0000 100%);
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 9%;
  left: 9%;
  width: 100%;
  height: 4px;
  transition: all .5s;
}

@media screen and (max-width:768px){
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 15%;
    width: 100%;
    height: 4px;
    transition: all .5s;
  }
}

@media screen and (max-height:500px){
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top:-5%;
    left: 15%;
    width: 100%;
    height: 4px;
    transition: all .5s;
  }
}

@media screen and (max-height:300px){
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top:7%;
    left: 15%;
    width: 100%;
    height: 4px;
    transition: all .5s;
  }
}

@media screen and (max-height:250px){
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top:-4%;
    left: 15%;
    width: 100%;
    height: 4px;
    transition: all .5s;
  }
}
.menu-trigger img {
  width: 91%;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* カート内 */
@media screen and (min-width:980px){
  .cart {
    width: 20%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(118%);
    transition: all .5s;
  }
}

@media print, screen and (max-width: 979px) and (min-width: 768px) {
	.cart {
    width: 30%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(118%);
    transition: all .5s;
  }
}

@media screen and (max-width:767px){
  .cart {
    width: 50%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(118%);
    transition: all .5s;
  }
}

@media screen and (max-height:600px){
  .cart {
    width: 63%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(118%);
    transition: all .5s;
  }
}

/*カートの上の×ボタンなどのスペース*/
.cart-header {
  height: 10%;
  background-color: rgba(255, 255, 255, 0.95);
  vertical-align: auto;
}

@media screen and (max-height:300px){
  .cart-header {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  vertical-align: auto;
 }
}

/*カートの上の×ボタン*/
.batu {
  z-index: 100;
  margin: 0 0 0 85%;
  position: relative;
  width: 8px;
  /* 縦棒の幅 */
  height: 60px;
  /* 縦棒の長さ */
  background: #000000;
  /* 縦棒の色 */
  transform: rotate(-45deg);
  /* 角度 */
}

@media screen and (max-height:500px){
  .batu {
  z-index: 100;
  margin: 0 0 0 85%;
  position: relative;
  width: 4px;
  /* 縦棒の幅 */
  height: 50px;
  /* 縦棒の長さ */
  background: #000000;
  /* 縦棒の色 */
  transform: rotate(-45deg);
  /* 角度 */
 }
}

@media screen and (max-height:300px){
  .batu {
  z-index: 100;
  margin: 0 0 0 85%;
  position: relative;
  width: 4px;
  /* 縦棒の幅 */
  height: 37px;
  /* 縦棒の長さ */
  background: #000000;
  /* 縦棒の色 */
  transform: rotate(-45deg);
  /* 角度 */
 }
}

.sp_menu_button {
  width: 98px;
  height: 72px;
  outline: none;
  border: none;
  font-size: 20px;
  margin: 0 auto;
  display: block;
}

.batu::after {
  content: "";
  position: absolute;
  top: 26px;
  /* 横棒のy位置 */
  left: -26px;
  /* 横棒のX位置 */
  width: 60px;
  /* 横棒の長さ */
  height: 8px;
  /* 横棒の幅 */
  background: #000000;
  /* 横棒の色 */
}

@media screen and (max-height:500px){
  .batu::after {
  content: "";
  position: absolute;
  top: 22px;
  /* 横棒のy位置 */
  left: -22px;
  /* 横棒のX位置 */
  width: 50px;
  /* 横棒の長さ */
  height: 4px;
  /* 横棒の幅 */
  background: #000000;
  /* 横棒の色 */
}
}

@media screen and (max-height:300px){
  .batu::after {
  content: "";
  position: absolute;
  top: 16px;
  /* 横棒のy位置 */
  left: -17px;
  /* 横棒のX位置 */
  width: 38px;
  /* 横棒の長さ */
  height: 4px;
  /* 横棒の幅 */
  background: #000000;
  /* 横棒の色 */
}
}

.cart.open {
  transform: translateZ(0);
}

.cart ul {
  width: 100%;
  margin-bottom: 17.8vh;
  border-top: 3px solid rgba(0, 0, 0, 0.966);
  background-color: rgba(255, 255, 255);
}

@media screen and (max-width:400px){
  .cart ul {
  width: 100%;
  margin-bottom: 12.5vh;
  border-top: 3px solid rgba(0, 0, 0, 0.966);
  background-color: rgba(255, 255, 255);

  }
}

@media screen and (max-height:300px){
  .cart ul {
  width: 100%;
  margin-bottom: 90px;
  border-top: 3px solid rgba(0, 0, 0, 0.966);
  background-color: rgba(255, 255, 255);

  }
}

.cart li {
  width: 100%;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}

.cart-item {
  font-size: 0.9vw;
}

.cart-item2 {
  width: 95%;
  padding-left: 3%;
  display: flex;
}

@media print, screen and (min-width: 768px) {
 .cart-item3 {
  display: flex;
  justify-content: flex-end;
  position:relative;
 }
}

@media screen and (max-width:767px){
  .cart-item3 {
  display: flex;
  justify-content: flex-end;
  position:relative;
  font-size:10px;
 }
}

.cart-item3 div{
  width: 40%;
  height:18px;
  text-align: center;
}
@media screen and (max-width:767px){
  .pro-tax{
   font-size:7px;
  }
}


.kakeru{
  font-size: 20px;
}

.cart-item3 select{
  position:absolute;
  bottom:4px;
}

@media print, screen and (min-width: 768px) {
   .cart-right {
   font-size: 1vw;
   display: block;
   margin-right: 5%;
  }
}

@media screen and (max-width:767px){
  .cart-right {
   font-size: 12px;
   display: block;
   margin-right: 5%;
  }
}

@media screen and (min-width:769px){
  .cart-wasabi{
  margin-left: auto;
  display: block;
  font-size:12px;
 }
}
@media screen and (max-width:768px){
  .cart-wasabi{
  margin-left: auto;
  display: block;
  font-size:10px;
 }
}

.remove-div{
 text-align: right;
}
/*カート内の削除ボタン*/
@media print, screen and (min-width: 768px) {
   .remove  a{
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 1px 6px;
  position:absolute;
  bottom: 6px;
}
}

@media screen and (max-width:767px){
  .remove  a{
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 1px 4px;
  position:absolute;
  bottom: 6px;
}
}
/*カート内の下　合計金額などのスペース*/
@media screen and (min-width:980px){
  .cart-footer {
    width: 20%;
    height: 15.5vh;
    padding: 1vh 0;
    display: block;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    transform: translate(118%);
    transition: all .5s;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.993);
    border-top: 3px solid rgba(0, 0, 0, 0.966);
  }
}

@media print, screen and (max-width: 979px) and (min-width: 768px) {
	.cart-footer {
    width: 30%;
    height: 10.5vh;
    padding: 1vh 0;
    display: block;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    transform: translate(118%);
    transition: all .5s;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.993);
    border-top: 3px solid rgba(0, 0, 0, 0.966);
  }
}

@media screen and (max-width:500px){
  .cart-footer {
    width: 50%;
    height: 10.5vh;
    padding: 1vh 0;
    display: block;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    transform: translate(118%);
    transition: all .5s;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.993);
    border-top: 3px solid rgba(0, 0, 0, 0.966);
  }
}

@media screen and (max-height:600px){
  .cart-footer {
    width: 63%;
    height: 10.5vh;
    padding: 1vh 0;
    display: block;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    transform: translate(118%);
    transition: all .5s;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.993);
    border-top: 3px solid rgba(0, 0, 0, 0.966);
  }
}

@media screen and (max-height:300px){
  .cart-footer {
    width: 63%;
    height: 65px;
    padding: 1vh 0;
    display: block;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    transform: translate(118%);
    transition: all .5s;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.993);
    border-top: 3px solid rgba(0, 0, 0, 0.966);
  }
}

.cart-footer.open {
  transform: translateZ(0);
}
/*カートフッターの合計金額*/
.total_amount {
  height: 50%;
  text-align: center
}

@media print, screen and (min-width: 768px) {
   .total_amount span {
  font-size: 18px;
 }
}

@media screen and (max-width:767px){
  .total_amount span {
  font-size: 14px;
 }
}
/*カート内の決済に進むボタン*/
.go_clearing {
  height: 50%;
  text-align: center;
}

@media screen and (max-height:300px){
  .go_clearing {
  height: 50%;
  text-align: right;
 }
}

@media print, screen and (min-width: 768px) {
   .go_clearing a {
  font-size: 18px;
  background-image: linear-gradient(#b60000 0%, #8a0000 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 30px;
}
}

@media screen and (max-width:767px){
  .go_clearing a {
  font-size: 12px;
  background-image: linear-gradient(#b60000 0%, #8a0000 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 30px;
}
}

.go_clearing a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#b60000), to(#8a0000));
  background: -webkit-linear-gradient(bottom, #b60000 0%, #8a0000 100%);
  background: linear-gradient(to top, #b60000 0%, #8a0000 100%);
}


/* ---------カートを表示させる---------- */

/* 商品一覧タブ */
.menu_tab,
.order_menu_tab {
  width: calc(100%/2);
  height: 16px;
  padding: 15px 0;
  background-size: auto;
  text-align: center;
  color: rgb(0, 0, 0);
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s ease;
}

@media screen and (max-width:768px){
  .order_menu_tab {
  font-size: 2.5vw;
 }
}

/* 商品注文画面タブ */
.order_menu_tab,
.order_menu_tab2 {
  width: calc(100%/3);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.192) ,0.1%, rgba(255, 255, 255, 0.13));
}

.order_menu_tab:hover,
.menu_tab:hover {
  opacity: 0.75;
  background-color: #05050518;
}

.tab_container input:checked+.order_menu_tab,
.tab_container input:checked+.menu_tab {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/back_dark.png");
  color: rgb(255, 255, 255);
}

input[name="order_menu_tab"],
input[name="menu_tab"] {
  display: none;
}

.attention-comment{
  width: 100%;
  margin-left: 5%;
  text-align: left;
}

@media screen and (max-width:768px){
  .attention-comment{
  font-size:10px;
  }
}

.attention-store{
  width: 100%;
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width:768px){
  .attention-store{
  font-size: 13px;
}
}

/* 商品一覧画面タブ内 */

.divide_detail {
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width:769px){
  .menu-content {
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .menu-content {
    text-align: center;
    width: 100%;
  }
}

/* 商品一覧画面　Ul li*/
.sushi_contena {
  display: flex;
}

@media screen and (min-width:769px){
  .product-list {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
}
@media screen and (max-width:768px){
  .product-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
}

/* 桶 */
.product-list-oke {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width:501px){
  .product-list li {
    width: 265px;
    list-style: none;
    padding-bottom: 65px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-top: auto;
  }
}
@media screen and (max-width:500px){
  .product-list li {
    width: 120px;
    list-style: none;
    padding-bottom: 65px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-top: auto;
    font-size:12px;
  }
}

@media screen and (max-height:500px){
  .product-list li {
    width: 200px;
    list-style: none;
    padding-bottom: 65px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-top: auto;
    font-size:12px;
  }
}
@media screen and (min-width:1025px){
  .product-list-oke li {
    width: 85%;
    list-style: none;
    padding-left: 2%;
    padding-bottom: 65px;
    margin-bottom: 0;
    text-align: left;
    display: flex;  /*この値を消すと携帯用の縦並びになる*/
  }
}
@media screen and (max-width:1024px){
  .product-list-oke li {
    width: 85%;
    list-style: none;
    padding-left: 2%;
    margin-bottom: 0;
    text-align: left;
  }
}

.product-list span {
  display: block;
}

@media screen and (max-width:500px){
 .under2 img{
  width: 85%;
 }
}
/*商品上のPOP*/
.icon {
  height: 40%;
  width: 100%;
  text-align: center;
}
/*商品上のPOP画像*/
.icon img {
  height: 5%;
  width: 32%;
}

.product-name {
  font-size: 21px;
  margin-bottom:2%;
}

@media screen and (min-width:501px){
  .product-name {
  font-size: 21px;
  margin-bottom:2%;
 }
}
@media screen and (max-width:500px){
  .product-name {
  font-size: 15px;
 }
}

.product-quantity {
  font-size: 14px;
}

/* 注文画面文字サイズ */
.order-name {
  font-size: 28px;
  margin-bottom: 2%;
}

@media screen and (min-width:501px){
  .order-name {
  font-size: 28px;
  margin-bottom: 2%;
 }
}
@media screen and (max-width:500px){
  .order-name {
  font-size: 15px;
  margin-bottom: 2%;
 }
}

@media screen and (max-width:500px){
  .order-price {
  font-size: 13px;
  margin-bottom: 2%;
 }
}

@media screen and (max-width:500px){
  .order-tax2 {
  font-size: 13px;
  margin-bottom: 2%;
 }
}

.order-contain {
  font-size: 12px;
}

@media screen and (min-width:501px){
  .order-wasabi {
  margin-top: 7%;
  font-size: 18px;
 }
}

@media screen and (max-width:500px){
  .order-wasabi {
  margin-top: 7%;
  font-size: 13px;
 }
}

  .order-wasabi-oke {
  margin: 7% 0;
  }

@media screen and (min-width:501px){
  .order-quantity {
  font-size: 18px;
  padding-left: 5%;
  margin: 7% 0;
 }
}

@media screen and (max-width:500px){
  .order-quantity {
  font-size: 13px;
  padding-left: 5%;
  margin: 7%;
 }
}

/* カートへ入れるボタン */
@media screen and (min-width:501px){
  .cart-in {
  width: 100%;
 }
}

@media screen and (min-width:501px){
  .cart-in a {
  display: inline-block;
  text-align: left;
  background-image: linear-gradient(#d60000 0%, #8a0000 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
 }
}
@media screen and (max-width:500px){
  .cart-in a {
  display: inline-block;
  text-align: left;
  background-image: linear-gradient(#d60000 0%, #8a0000 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 13px;
 }
}

.cart-in a:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#b60000), to(#8a0000));
  background: -webkit-linear-gradient(bottom, #b60000 0%, #8a0000 100%);
  background: linear-gradient(to top, #b60000 0%, #8a0000 100%);
}

.cart-in-oke {
  text-align: center;
  margin: auto 0;
}

@media screen and (min-width:1025px){
  .cart-in-oke a {
    text-align: left;
    background-image: linear-gradient(#b60000 0%, #8a0000 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 0.8vw;
  }
}
@media screen and (max-width:1024px){
  .cart-in-oke a {
    text-align: left;
    background-image: linear-gradient(#b60000 0%, #8a0000 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 11px;
  }
}

.cart-in-oke a:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#b60000), to(#8a0000));
  background: -webkit-linear-gradient(bottom, #b60000 0%, #8a0000 100%);
  background: linear-gradient(to top, #b60000 0%, #8a0000 100%);
}

/* 桶　名前 */
@media screen and (min-width:1025px){
  .product-name-oke {
    width: 17%;
    font-size: 30px;
    text-align: center;
    margin: auto 0;
    color: goldenrod
  }
}
@media screen and (max-width:1024px){
  .product-name-oke {
    width: 85%;
    font-size: 4.5vw;
    text-align: left;
    margin: auto 0;
    color: goldenrod;
    margin-left:5%;
  }
}

@media screen and (min-width:1025px){
  .product-name-oke img{
  width: 80px;
  display: block;
  margin: 5px auto;
}
}
@media screen and (max-width:1024px){
  .product-name-oke img{
  width: 20%;
  display: block;
}
}

/* 桶　数量 */
.product-quantity-oke {
  margin: auto  2%;
}

@media screen and (max-width:1024px){
  .product-quantity-oke {
  text-align: center;
  margin: 0 15% 0 5%;
  font-size:2.5vw;
}
}

/* 桶　内容物 */
@media screen and (min-width:1025px){
  .contents-oke {
    text-align: right;
    width: 5%;
    font-size: 20px;
    margin: auto 0;
  }
}
@media screen and (max-width:1024px){
  .contents-oke {
    text-align: left;
    width: 10vw;
    font-size: 4vw;
    margin: auto 0;
    margin-left: 5%;
  }
}

/* 桶詳細 */
@media screen and (min-width:1025px){
  .product-detail {
    width: 33%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1024px){
  .product-detail {
    width: 64vw;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:3%;
  }
}

.product-detail :first-child {
  margin-right: 0%;
}

/* 桶　値段 */
@media screen and (min-width:1025px){
  .price-oke {
    margin: auto 0;
  }
}
@media screen and (max-width:1024px){
  .price-oke {
    margin: auto 0;
    margin: 5% 15% 3% 5%;
    text-align: center;
    font-size:3.5vw;
  }
}

@media screen and (min-width:1025px){
  .order-oke{
	margin: auto 2%;
 }
}
@media screen and (max-width:1024px){
  .order-oke{
	text-align: center;
	margin: 5% 15% 7% 5%;
 }
}

/* 桶　金の下線 */
.border {
  height: 2vh;
  margin: 0 auto;
}

@media screen and (min-width:1025px){
  .border img {
  	width: 100%;
  }
}
@media screen and (max-width:1024px){
  .border img {
  	width: 85%;
  	margin:3%;
  }
}

@media screen and (min-width:1025px){
  .product-detail li {
  font-size: 16px;
  width: 40%;
  padding-left: 5%;
  padding-bottom: 0;
 }
}
@media screen and (max-width:1024px){
  .product-detail li {
  font-size: 3.0vw;
  width: 40%;
  padding-left: 5%;
  padding-bottom: 0;
 }
}

.product :first-child {
  margin-right: 4%;
}

.product p {
  padding: 0 9%;
  font-size: 90%;
}


/* 商品一覧画面　商品の金色の下線 */

.under {
  width: 100%;
  height: 3vh;
  background-image: url("../img/under_bar.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}


.menu_tab_content {
  display: none;
  padding: 1em 0;
  clear: both;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/back_dark.png");
  background-repeat: repeat;
  color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content {
  display: block;
}


/*------------------------- 商品注文画面 ----------------------*/

/* クリックできるところはマウスのポインターを指に変化 */
label,
input[type='checkbox'],
select {
  cursor: pointer;
}


/*------------- 店舗選択画面CSS -------------*/
.wakkanai{
  width: 45%;
  text-align: right;
}

.iwami{
  width: 45%;
}

/* 店舗選択ボタン */
@media screen and (min-width:769px){
  .btn04 {
  width: 45%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 3% 5%;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: .8s;
  transition: .8s;
 }
}
@media screen and (max-width:768px){
  .btn04 {
  width: 80%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 3% 5%;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: .8s;
  transition: .8s;
}
}

.btn04 span {
  position: relative;
  z-index: 1;
}

.btn04::before,
.btn04::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 51%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: .8s;
  transition: .8s;

}

.btn04::before {
  left: 0;
}

.btn04::after {
  right: 0;
}

.btn04:hover::before,
.btn04:hover::after {
  width: 0;
  background: #ffffff;
}

.btn04:hover {
  color: #ffffff;
}

/* 店舗選択ボタン（非活性） */
@media screen and (min-width:769px){
  .btn05 {
  width: 45%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 3% 5%;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.2em;
 }
}
@media screen and (max-width:768px){
  .btn05 {
  width: 80%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 3% 5%;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.2em;
}
}

.btn05 span {
  position: relative;
  z-index: 1;
}

.btn05::before,
.btn05::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 51%;
  height: 100%;
  background-color: #444444;

}

.btn05::before {
  left: 0;
}

.btn05::after {
  right: 0;
}

.store_container {
  padding-top: 3%;
  margin: 0 auto;
  width: 70%;
}

.store_container {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width:769px){
  .store_coment {
  text-align: center;
  font-size: 17px;
 }
}
@media screen and (max-width:768px){
  .store_coment {
  text-align: center;
  font-size: 12px;
 }
}

.storeimg {
  display: flex;
  justify-content: space-around
}

.wakkanai img {
  width: 32vw;
  height: 60vh;
}

.iwami img {
  width: 32vw;
  height: 60vh;
}

/* 注文の流れ */

/* 注文の流れ小見出し */
@media screen and (min-width:769px){
  .step {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 5%;
    font-size: 1.2vw;
  }
}
@media screen and (max-width:768px){
  .step {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 5%;
    font-size: 3.0vw;
  }
}

/* 注文の流れの中身 */
@media screen and (min-width:769px){
  .flow,
  .flow2{
    margin: 0 5%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
  }
}
@media screen and (max-width:768px){
  .flow,
  .flow2{
    margin: 0 5%;
    background: rgba(255, 255, 255, 0.7);
    font-size:2.0vw;
}
}

@media screen and (min-width:769px){
  .requ-flow{
    width:55%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    border-bottom: solid  2px rgb(204, 0, 0);
  }
}
@media screen and (max-width:768px){
  .requ-flow{
    width:90%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    border-bottom: solid  2px rgb(204, 0, 0);
  }
}

.requ-table{
  width:80%;
  margin: 0 auto;
  text-align: center;
}

/* 注文の流れのスクリーンショット */
@media screen and (min-width:769px){
  .flow-step,
  .flow-step2{             /* 画像の繰り返しを指定  */
    width:50%;
    height: 100%;
    margin: auto 0;
  }
}
@media screen and (max-width:768px){
  .flow-step,
  .flow-step2{             /* 画像の繰り返しを指定  */
    width:90vw;
    height: 100%;
    margin: auto 0;
  }
}

.flow-step img{             /* 画像の繰り返しを指定  */
  width:100%;
  max-width: 100%;
  height: auto;
}

.flow-step2 img{
  width:100%;
  max-width: 100%;
  height: auto;
}

/* 注文の流れ　説明文　div */
@media screen and (min-width:769px){
  .description{
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width:768px){
  .description{
    width: 90vw;
    height: 100%;
    font-size:10px;
  }
}

/* 注文の流れ　小見出し*/
.dexcription-sub{
  width: 100%;
  height: 5%;
  margin-bottom: 3%;
}

@media screen and (min-width:769px){
  .dexcription-sub p{
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  }
}
@media screen and (max-width:768px){
  .dexcription-sub p{
  text-align: center;
  font-size: 1.8vw;
  font-weight: 600;
  }
}

/* 注文の流れ　本文*/

.description-body{
  padding: 0 9%;
}

@media screen and (min-width:401px){
  .requ-description-body{
    padding: 0 15%;
  }
}
@media screen and (max-width:400px){
  .requ-description-body{
    padding: 0 3%;
    font-size:10px;
  }
}

.description-body:before{
  content:"";
	display: block;
	width:0;
	height:0;
}

.description-body p{
  line-height: 2.2;
}

.description-sup{
  padding: 0 9%;
  color: crimson;
}

.description-sup p{
  line-height: 2.2;
}

/* ----------決済画面---------- */
.customer_info {
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
}

.cp_stepflow01 {
  width:60%;
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.cp_stepflow01>li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  transform:0;
}

.cp_stepflow01>li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}

.cp_stepflow01>li .bubble::after,
.cp_stepflow01>li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}

.cp_stepflow01>li.completed,
.cp_stepflow01>li.completed .bubble {
  color: #00acc1;
}

.cp_stepflow01>li.completed .bubble,
.cp_stepflow01>li.completed .bubble::after,
.cp_stepflow01>li.completed .bubble::before {
  background-color: #4dd0e1;
}

.cp_stepflow01>li:last-child .bubble::after,
.cp_stepflow01>li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}

.cp_stepflow01>li.active,
.cp_stepflow01>li.active .bubble {
  font-weight: bold;
  color: #f57c00;
}

.cp_stepflow01>li.active .bubble,
.cp_stepflow01>li.active .bubble::after,
.cp_stepflow01>li.active .bubble::before {
  background-color: #fb8c00;
}


/* ----------情報入力画面----------- */
@media screen and (min-width:501px){
  .info-descri{
  width:60%;
  margin:0 auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
 }
}
@media screen and (max-width:500px){
  .info-descri{
  width:80%;
  margin:0 auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
 }

 .info-descri p{
 font-size:14px;
 }
}

.select-store{
  font-size: 23px;
  text-align: center;
}

.form-sub{
  font-size: 23px;
  text-align: center;
}

@media screen and (min-width:501px){
  .cart_verification{
  width:85%;
  margin:0 auto;
 }
}
@media screen and (max-width:500px){
  .cart_verification{
  margin:0 auto;
 }
}


@media screen and (min-width:501px){
  .cart-table{
  width: 85%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  background-color: white;
 }
}
@media screen and (max-width:500px){
  .cart-table{
  width: 95%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  background-color: white;
  font-size: 13px;
 }
}

.cart-table tr,
.cart-table th,
.cart-table td{
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.cart-table th{
  height: 80px;
  border-top: 2px solid  #000000;
}

.form-table tr:nth-child(1){
  border-top: 2px solid  #000000;
}

.cart-table tr{
  height: 60px;
}

/* 商品名列 */
@media screen and (min-width:501px){
  .cart-table  td:nth-child(1){
  font-size: 18px;
  width: 20%;
  text-align: left;
  }

/* さび抜き列 */
.cart-table  td:nth-child(2){
  font-size: 18px;
  width: 10%;
  }

/* トッピング列 */
.cart-table  td:nth-child(3){
  font-size: 15px;
  text-align: left;
  width: 8%;
  }

/* 数量列 */
.cart-table  td:nth-child(4){
  font-size: 18px;
  width: 8%;
  }

/* 単価列 */
.cart-table  td:nth-child(5){
  font-size: 18px;
  width: 8%;
  }
}
@media screen and (max-width:500px){
  .cart-table  td:nth-child(1){
  font-size: 13px;
  width: 20%;
  text-align: left;
  }

/* さび抜き列 */
.cart-table  td:nth-child(2){
  font-size: 13px;
  width: 6%;
  }

/* トッピング列 */
.cart-table  td:nth-child(3){
  font-size: 13px;
  text-align: left;
  width: 14%;
  }

/* 数量列 */
.cart-table  td:nth-child(4){
  font-size: 13px;
  width: 4%;
  }

/* 単価列 */
.cart-table  td:nth-child(5){
  font-size: 13px;
  width: 9%;
  }
}


/* 合計金額 */
#total_amount,
#tax,
#tax_included{
  text-align: right;
  padding-right: 2%;
  border-right: 1px solid #d7d7d7;
  font-weight: 600;
}


/* selectの色 */
.cart-table select{
  font-size: 17px;
  background:rgba(0, 0, 0, 0.123);
}

/* 日付と時間を横並びに */
.form-flex{
  display: flex;
}

/* 日付中央寄せ */
.time-sub{
  line-height:50px;
}

/* お客様情報中央寄せ */
.center{
  text-align: center;
}

.cart-quan{
  border:solid 1px black;
  border-radius:2px;
}

@media screen and (max-width:500px){
 .date-max{
	width:60% !important;
 }
}

/* ご要望 */
@media screen and (min-width:501px){
  .minimal{
  /* styling */
  background-color: #f8f8f8;
  border: thin solid rgb(0, 0, 0);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
}
@media screen and (max-width:500px){
  .minimal{
  /* styling */
  background-color: #f8f8f8;
  border: thin solid rgb(0, 0, 0);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  width: 75px;
  padding: 0.5em 1.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  }

}


@media screen and (min-width:501px){
  .minimal{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
 }
}
@media screen and (max-width:500px){
  .minimal{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 10px) calc(1em + 2px),
    calc(100% - 5px) calc(1em + 2px),
    calc(100% - 1.3em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  }
}

@media screen and (min-width:501px){
 .minimal:focus {
  background-image:
    linear-gradient(45deg, rgb(0, 0, 0) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgb(0, 0, 0) 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: blue;
  outline: 0;
 }
}
@media screen and (max-width:500px){
 .minimal:focus{
  background-image:
    linear-gradient(45deg, rgb(0, 0, 0) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, rgb(0, 0, 0) 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 4px) 1em,
    calc(100% - 9px) 1em,
    calc(100% - 1.2em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: blue;
  outline: 0;
 }
}

/* 顧客情報入力テーブル */
.information{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    background-color: white;
}

.information th{
  text-align: right;
}

.information  td:nth-child(1){
  font-size: 20px;
  width: 30%;
}

.information  td:nth-child(2){
  font-size: 20px;
  width: 70%;
  text-align: center;
}

table {
  border-collapse: collapse;
}

input[type="text"],
input[type="date"],
textarea {
  border: thin solid rgb(0, 0, 0);
  border-radius: 4px;
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 220px;
  transition: 0.8s;
  margin:0 auto;
}

@media screen and (min-width:501px){
  input[type="text"]{
  width:220px;
  }
}
@media screen and (max-width:500px){
  input[type="text"]{
  width:177px;
  }
}

textarea{
  resize: none;
}

@media screen and (max-width:500px){
  input[type="date"]{
  font-size:13px;
  width:124px;
 }
}

@media screen and (min-width:501px){
  input[type="date"]{
  width:200px;
 }
}

input[type="text"]:focus,
input[type="date"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:501px){
  textarea[name="note"] {
  display: inline-block;
  width: 100%;
  height: 200px;
  }
}
@media screen and (max-width:500px){
  textarea[name="note"] {
  display: inline-block;
  width: 85%;
  height: 200px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/*テーブル*/

@media screen and (min-width:501px){
  .form-table,
  .form-table2,
  .con-table {
  width: 85%;
  margin: 0 auto;
  background:rgba(255, 255, 255, 0.7)
  }
}
@media screen and (max-width:500px){
  .form-table,
  .form-table2,
  .con-table {
  width: 95%;
  margin: 0 auto;
  background:rgba(255, 255, 255, 0.7);
  font-size:13px;
  }
}

.con-table{
  width: 80%;
  table-layout: fixed;
  text-align: center;
}

@media screen and (max-width:500px){
  .con-table{
  width: 95%;
  table-layout: fixed;
  text-align: center;
 }
}


/*thやtdタグにしている指定*/
.form-table th,
.form-table td,
.form-table2 th,
.form-table2 td,
.con-table th,
.con-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

@media screen and (max-width:500px){
  .con-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
}
}

@media screen and (max-width:500px){
  .form-table th,
  .form-table td{
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 7px;
 }
}

.form-table td{
  text-align: center;
}

.form-table th ,
.form-table2 th,
.con-table th {
  padding-left: 40px;
  position: relative;
  text-align: center;
  width: 50%;
}


@media screen and (min-width:501px){
  .form-table th{
   width:40%;
 }
}

@media screen and (max-width:500px){
  .form-table th{
   padding-left: 17px;
   width:50%;
 }

  .form-table2 th{
   padding-left: 45px;
   position: relative;
   text-align: center;
   width: 35%;
 }
}

.form-table2 tr:nth-child(1) td:nth-child(2),
.form-table2 tr:nth-child(2) td:nth-child(2),
.form-table2 tr:nth-child(3) td:nth-child(2),
.form-table2 tr:nth-child(4) td:nth-child(2),
.form-table2 tr:nth-child(5) td:nth-child(2),
.form-table2 tr:nth-child(6) td:nth-child(2){
  text-align: center;
}

.form-table2 button{
  width:40px;
  height: 40px;
  font-size:22px;
}

@media screen and (min-width:501px){
  .form-table button{
  width:40px;
  height: 40px;
  font-size:22px;
 }
}

@media screen and (max-width:500px){
  .form-table button{
  width:30px;
  height: 30px;
  font-size:18px;
 }
}

#form-youbou2{
  border-top: 2px solid #000000;
}

/* 備考プレースホルダー文字色変更 */
.form-table ::placeholder,
.form-table2 ::placeholder{
  color: #9b9b9b;
}

/* 確認画面　有料桶の部分 */
.paid-oke{
  text-align: center;
}

/*カート内の　購入に進むボタン*/
.go_to_clearing{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; /* 左右均等分布 */
  background: rgba(255, 255, 255, 0.7);
}

.clearing_sub{
  display       : inline-block;
  font-size     : 19pt;        /* 文字サイズ */
  background-image: linear-gradient(#b60000 0%, #8a0000 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-family: 'Hanaichi Mincho', Helvetica, Arial, sans-serif;
}

.clearing_sub:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#b60000), to(#8a0000));
  background: -webkit-linear-gradient(bottom, #b60000 0%, #8a0000 100%);
  background: linear-gradient(to top, #b60000 0%, #8a0000 100%);       /* カーソル時の影消去 */
}

/* 必須入力赤文字 */
.required{
  color: rgb(204, 3, 3);
}

/*店舗セレクトの注意事項白文字*/
.white{
  color: rgb(255, 255, 255);
}

/*テキストエリアの大きさを変えれないように*/
textarea {
  resize: none;
}

/* ---------注文有難う画面---------- */
@media screen and (min-width:401px){
  .comment {
  width:60%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  font-size:18px;
  background: rgba(255, 255, 255, 0.7);
 }
}

@media screen and (max-width:400px){
  .comment {
  width:100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  font-size:18px;
  background: rgba(255, 255, 255, 0.7);
 }
}

.comment h2{
  font-size: 23px;
}

@media screen and (max-width:500px){
 .comment h2{
   font-size: 20px;
 }
}

/* 商品完成まで */
.com{
  font-size:20px;
}

/* ありがとう画面の完成までの時間 */
.com-time{
  font-size:25px;
  border-bottom: solid 2px black;
}

/* ローディング画面 */

#loading{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,.06);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}

/* 問い合わせページ */
.content_us-phone{
  list-style: none;
  text-align: center;
}

.content_us-phone li{
  margin: 3% 0;
}

@media screen and (min-width:769px){
  .content_us-phone p{
  font-size:20px;
  font-weight: 600;
 }
}

@media screen and (max-width: 768px) {
  .content_us-phone p{
  font-size:17px;
  font-weight: 600;
 }
}

.underline{
  border-bottom: solid 2px #cf0000af;
}

@media screen and (min-width:769px){
  .company-image{
  width: 58%;
  text-align: center;
  margin: 0 auto;
 }
}

@media screen and (max-width: 768px) {
  .company-image{
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
}
.company-image img{
  width: 100%;
}

.company-data td{
  padding: 13px;
}

@media screen and (min-width:769px){
  .company-data td:nth-child(1){
  width:30%;
  text-align: center;
  border-bottom:solid 1px black;
}
}

@media screen and (max-width: 768px) {
  .company-data td:nth-child(1){
  width:33%;
  text-align: center;
  border-bottom:solid 1px black;
}
}
.company-data tr{
  border-bottom:solid 1px black;
}

.company-data td:nth-child(1),
.company-data tr:nth-child(5){
  border:none;
}

/* エラーページ */
.error{
  width: 45%;
  text-align: center;
}

.border_box{
  width:100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5%;
}

@media screen and (max-width:400px){
  .border_box p{
  font-size: 10px;
 }
}

.mainte_logo{
  width:80px;
  margin: 0 auto;
  text-align: center;
  margin-top:10%;
}

.mainte_logo img{
  width: 50%;
}

.maintenance{
  font-size: 22px;
  font-weight:600;
}
/* 新型コロナ対応文字のサイズと色 */
@media screen and (min-width:769px){
	.coronaTimeText{
	    color: red;
	    font-size: 1.2vw;
	}
}
@media screen and (max-width:768px){
	.coronaTimeText{
	    color: red;
	    font-size: 3.0vw;
	}
}

[id^="side_iwa_none"]
{
  display: block;
  font-size: 0px;
  padding-top: 20%;
  line-height:-20px;
  margin-bottom: 6px;
  border-radius: 60px 60px 0 0;
  text-align:center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background-size: cover;
}

@media screen and (max-height: 300px) {
[id^="side_iwa_none"]
  {
   display: block;
   font-size: 0px;
   padding-top: 13%;
   line-height:-20px;
   margin-bottom: 6px;
   border-radius: 60px 60px 0 0;
   text-align:center;
   transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   background-size: cover;
 }
}

[id^="side_iwa_none"]{
  /* background-image:url("../img/side_gold.png"); */
  backdrop-filter: brightness(0.1) invert(0.8)
}

/* 値段の横の部分 */
@media screen and (min-width:769px){
[class*="product_iwa_none"] {
  width: 80%;
  height: 170px;
  background-size: cover;
  border-top: 3px solid rgb(255, 255, 255);
  }
}

@media screen and (max-width:768px){
[class*="product_iwa_none"] {
    width: 80%;
    height: 13vh;
    background-size: cover;
    border-top: 3px solid rgb(255, 255, 255);
  }
}

[class*="product_iwa_none"]{
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.699), rgba(255, 255, 255, 0.001)),
    url(../img/pro_img/nigiri.jpg);
}

