@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
/* Sass Document */
/*フォント*/
/*テキストのメインカラー*/
/* メディア別非表示 */
header {
  padding: 0px;
  position: relative;
  /* 下層ページ用 */
}
header #HeaderNavi h1 {
  display: block;
  position: absolute;
  bottom: -5%;
  right: 10%;
  margin: 0 auto;
  text-align: center;
  width: 240px;
  background-color: #fff;
  padding: 30px;
}
header #HeaderNavi h1 img {
  width: 100%;
}
header .header_icon {
  display: flex;
  position: absolute;
  right: 5%;
  top: 20px;
}
header .header_icon li {
  width: 42px;
  margin-right: 18px;
}
header .header_icon li img {
  width: 100%;
}
header .header_icon li:last-child {
  margin-right: 0;
}
header .header_ttl {
  width: 100%;
  padding: 2% 0;
  position: relative;
}
header .header_ttl h1 {
  width: 20%;
  margin: 0 auto;
}
header .header_ttl h1 img {
  width: 100%;
}
header .header_ttl::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(
    to right,
    #001976 0%,
    #001976 65%,
    #ffffff 65%,
    #ffffff 80%,
    #9a0d1a 80%,
    #9a0d1a 100%
  );
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
header .header_img-news {
  height: 20vh;
  background-image: url("../img/news_head-img.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
header .header_img-menu {
  height: 20vh;
  background-image: url("../img/nemu_head-img.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
header .header_img-takeout {
  height: 20vh;
  background-image: url("../img/takeout-header_img.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
header .header_img-online {
  height: 20vh;
  background-image: url("../img/online-header_img.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
header .header_img-privacy {
  height: 20vh;
  background-image: url("../img/privacy-header_img.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
header .page_ttl h2 {
  display: inline-block;
  position: absolute;
  bottom: -12%;
  right: 10%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  font-family: "Cormorant SC", serif;
  font-size: 2.5em;
  line-height: 1em;
  color: #333;
}
header .page_ttl h2 span {
  display: block;
  font-size: 0.3em;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.15em;
}
header .page_ttl h2 img {
  max-width: 100%;
  max-height: 60px;
}

/*　globalNavi */
#gnavi {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(225, 225, 225, 0);
  width: 100%;
  height: 5vh;
  z-index: 9999;
}
#gnavi .global-nav__item {
  font-family: "Cormorant SC", serif;
  font-size: 2.3em;
  line-height: 0.7em;
  color: #333;
}
#gnavi .global-nav__item span {
  font-size: 0.4em;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: block;
  letter-spacing: 0.15em;
}

/*　下層globalNavi */
#gnavi__inner {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(225, 225, 225, 0);
  width: 100%;
  height: 5vh;
  z-index: 9999;
}

/* コンテンツ全体 */
section {
  padding: 8% 0;
  overflow: hidden;
  color: #333;
  position: relative;
  padding-bottom: 20%;
}
section h2 {
  margin-bottom: 70px;
  font-family: "Cormorant SC", serif;
  font-size: 3.5em;
  line-height: 1em;
  color: #333;
}
section h2 span {
  font-size: 0.3em;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: block;
  letter-spacing: 0.15em;
}
section h2 img {
  max-height: 80px;
}

/* index 各コンテンツ */
#Intro {
  padding: 10% 0 20%;
  position: relative;
}
#Intro .intro_img {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
#Intro .intro_img li {
  width: calc(90% / 3);
  margin-right: 5%;
}
#Intro .intro_img li:last-child {
  margin-right: 0;
}
#Intro .intro_img li img {
  width: 100%;
}
#Intro .intro_copy {
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 8% 5%;
  font-size: 1.2em;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: lighter;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#TodaysWine .wine_bg {
  background-image: url("../img/wine_bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 500px;
  height: 607px;
  margin: 0 auto;
}
#TodaysWine .wine_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}

#News .news_date {
  width: 80%;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
#News .news_date .news_wrap {
  margin-bottom: 5%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#News .news_date .news_time-text {
  width: 25%;
  padding: 0.1em 0;
  display: inline-block;
}
#News .news_date .category_name0 {
  max-width: 10%;
  margin: 0 2% 0 0;
  font-size: 0.45em;
  background: #999;
  color: #fff;
  border-radius: 3px;
  padding: 0.1em 0.5em;
  letter-spacing: 0.13em;
  display: inline-block;
}
#News .news_date .news_desc0 {
  width: 60%;
  padding: 0.1em 0;
}
#News .news_body h2 {
  margin: 2% auto;
  font-size: 1.8em;
  line-height: 1.5em;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans",
    Meiryo, "sans-serif";
}
#News .news_body img {
  display: block;
  margin: 0 auto 3%;
  max-width: 100%;
  max-height: 300px;
}
#News .news_body p {
  width: 90%;
  margin: 2% auto;
  font-size: 0.9em;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}
#News .news_control {
  width: 100%;
  margin: 5% auto;
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
}
#News .news_control .material-icons {
  font-size: 0.9em !important;
}
#News .news_control .news_Forward {
  width: 50%;
  font-size: 1.2em;
}
#News .news_control .news_next {
  width: 50%;
  font-size: 1.2em;
  text-align: right;
}
#News .news_headline {
  width: 100%;
  margin: 5% auto;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  border-top: #ddd 1px solid;
}
#News .news_headline h3 {
  padding: 3% 0 0;
  text-align: center;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#News .news_headline ul {
  margin-top: 3%;
}
#News .news_headline li {
  width: 90%;
  margin: 0.45em auto 0;
  padding: 0.45em 0 0;
  line-height: 2em;
  border-top: #ddd 1px solid;
}

#MenuList {
  /* 下層ページ用 */
  /* shop.html用 */
}
#MenuList .ttl_image {
  width: 100%;
  margin-bottom: 5%;
}
#MenuList .wine_list ul {
  margin: 0 auto 5%;
  display: flex;
}
#MenuList .wine_list ul li {
  width: calc(83% / 3);
  margin: 0 8% 0 0;
}
#MenuList .wine_list ul li:last-child {
  margin: 0;
}
#MenuList .wine_list ul li p {
  margin-bottom: 5%;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .wine_list ul li .wine_type {
  display: inline-block;
  width: auto;
  padding: 2% 0%;
  text-align: center;
  color: #000;
  font-size: 0.6em;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #000;
}
#MenuList .wine_list ul li .wine_name {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.8em;
  letter-spacing: 0.13em;
  font-weight: bold;
}
#MenuList .wine_list ul li .wine_variety {
  width: 100%;
  font-size: 0.8em;
}
#MenuList .wine_list ul li .wine_year,
#MenuList .wine_list ul li .wine_price {
  width: 100%;
  font-size: 0.8em;
  text-align: right;
}
#MenuList .wine_list ul li .wine_year span,
#MenuList .wine_list ul li .wine_price span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 5%;
  font-weight: bold;
}
#MenuList .cat_menu {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 8%;
}
#MenuList .cat_menu li {
  width: calc(100% / 5);
  text-align: center;
  font-family: "Playfair Display SC", serif;
}
#MenuList .cat_menu li img {
  width: 60px;
}
#MenuList .cat_menu li span {
  display: block;
  font-size: 0.7em;
}
#MenuList .item_list {
  width: 80%;
  margin: 0 auto;
  /* お酒の種類 */
  /* ワインの産地 */
  /* ワインの産地の地区 */
}
#MenuList .item_list h3 {
  width: 100%;
  margin: 0 auto 3%;
  font-size: 2.5em;
  line-height: 1.5em;
  border-bottom: 1px #333 solid;
  font-family: "Cormorant SC", serif;
}
#MenuList .item_list h3 span {
  font-size: 0.4em;
}
#MenuList .item_list h4 {
  margin: 0 auto 3%;
  font-family: "Cormorant SC", serif;
  font-size: 1.2em;
}
#MenuList .item_list h5 {
  display: inline-block;
  margin: 0 auto 3%;
  font-family: "Cormorant SC", serif;
  font-size: 1.2em;
  line-height: 1em;
  border-bottom: 1px #333 dashed;
}
#MenuList .item_list tbody {
  width: 100%;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list ul,
#MenuList .item_list table {
  margin: 5% auto 5%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list ul li,
#MenuList .item_list ul tr,
#MenuList .item_list table li,
#MenuList .item_list table tr {
  width: 100%;
  margin: 0 auto 5%;
  vertical-align: top;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list ul li td,
#MenuList .item_list ul tr td,
#MenuList .item_list table li td,
#MenuList .item_list table tr td {
  padding: 0 3% 5% 0;
}
#MenuList .item_list ul li td:last-child,
#MenuList .item_list ul tr td:last-child,
#MenuList .item_list table li td:last-child,
#MenuList .item_list table tr td:last-child {
  padding: 0 0 5% 0;
}
#MenuList .item_list ul li p,
#MenuList .item_list ul tr p,
#MenuList .item_list table li p,
#MenuList .item_list table tr p {
  display: inline-block;
  margin: 0;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list ul li .item_img,
#MenuList .item_list ul tr .item_img,
#MenuList .item_list table li .item_img,
#MenuList .item_list table tr .item_img {
  margin: 0 0 5% 0;
}
#MenuList .item_list ul li .item_img img,
#MenuList .item_list ul tr .item_img img,
#MenuList .item_list table li .item_img img,
#MenuList .item_list table tr .item_img img {
  width: 100%;
}
#MenuList .item_list ul li .item_type,
#MenuList .item_list ul tr .item_type,
#MenuList .item_list table li .item_type,
#MenuList .item_list table tr .item_type {
  display: inline-block;
  width: 100%;
  padding: 2%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
}
#MenuList .item_list ul li .item_name,
#MenuList .item_list ul li .item_producer,
#MenuList .item_list ul li .item_year,
#MenuList .item_list ul li .item_price,
#MenuList .item_list ul tr .item_name,
#MenuList .item_list ul tr .item_producer,
#MenuList .item_list ul tr .item_year,
#MenuList .item_list ul tr .item_price,
#MenuList .item_list table li .item_name,
#MenuList .item_list table li .item_producer,
#MenuList .item_list table li .item_year,
#MenuList .item_list table li .item_price,
#MenuList .item_list table tr .item_name,
#MenuList .item_list table tr .item_producer,
#MenuList .item_list table tr .item_year,
#MenuList .item_list table tr .item_price {
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list ul li .item_name,
#MenuList .item_list ul tr .item_name,
#MenuList .item_list table li .item_name,
#MenuList .item_list table tr .item_name {
  width: 45%;
  font-size: 1em;
  line-height: 1.2em;
}
#MenuList .item_list ul li .item_producer,
#MenuList .item_list ul tr .item_producer,
#MenuList .item_list table li .item_producer,
#MenuList .item_list table tr .item_producer {
  width: 30%;
  font-size: 1em;
}
#MenuList .item_list ul li .item_year,
#MenuList .item_list ul tr .item_year,
#MenuList .item_list table li .item_year,
#MenuList .item_list table tr .item_year {
  width: 8%;
  font-size: 1em;
  text-align: right;
}
#MenuList .item_list ul li .item_price,
#MenuList .item_list ul tr .item_price,
#MenuList .item_list table li .item_price,
#MenuList .item_list table tr .item_price {
  width: 12%;
  font-size: 1em;
  text-align: right;
}
#MenuList .item_list ul li .item_price span,
#MenuList .item_list ul tr .item_price span,
#MenuList .item_list table li .item_price span,
#MenuList .item_list table tr .item_price span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 5%;
  font-weight: bold;
}
#MenuList .item_list-shop {
  width: 80%;
  margin: 0 auto;
  /* お酒の種類 */
  /* ワインの産地 */
  /* ワインの産地の地区 */
}
#MenuList .item_list-shop h3 {
  width: 100%;
  margin: 0 auto 5%;
  font-size: 2.5em;
  line-height: 1.5em;
  border-bottom: 1px #333 solid;
  font-family: "Cormorant SC", serif;
}
#MenuList .item_list-shop h3 span {
  font-size: 0.4em;
}
#MenuList .item_list-shop h4 {
  margin: 0 auto 3%;
  font-family: "Playfair Display SC", serif;
  font-size: 1.2em;
}
#MenuList .item_list-shop h5 {
  display: inline-block;
  margin: 0 auto 3%;
  font-family: "Playfair Display SC", serif;
  font-size: 1.2em;
  line-height: 1em;
  border-bottom: 1px #333 dashed;
}
#MenuList .item_list-shop ul {
  margin: 5% auto 5%;
  display: flex;
  flex-wrap: wrap;
}
#MenuList .item_list-shop ul li {
  width: calc(90% / 2);
  margin: 0 10% 18% 0;
}
#MenuList .item_list-shop ul li:nth-child(2n) {
  margin: 0;
}
#MenuList .item_list-shop ul li p {
  margin-bottom: 5%;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#MenuList .item_list-shop ul li .item_img {
  margin: 0 0 5% 0;
}
#MenuList .item_list-shop ul li .item_img img {
  width: 100%;
  height: auto;
}
#MenuList .item_list-shop ul li .item_type {
  display: inline-block;
  width: 100%;
  padding: 2%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
}
#MenuList .item_list-shop ul li .item_name {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
#MenuList .item_list-shop ul li .item_variety,
#MenuList .item_list-shop ul li .item_producer {
  width: 100%;
  font-size: 1em;
}
#MenuList .item_list-shop ul li .item_year,
#MenuList .item_list-shop ul li .item_price {
  width: 100%;
  font-size: 1em;
  text-align: right;
}
#MenuList .item_list-shop ul li .item_year span,
#MenuList .item_list-shop ul li .item_price span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 5%;
  font-weight: bold;
}
#MenuList .item_list-shop ul li .item_cart {
  margin: 8% 0 0 0;
  position: relative;
}
#MenuList .item_list-shop ul li .item_cart::before {
  font-family: "Material Icons";
  content: "control_point";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-size: 1.4em;
}
#MenuList .takeout_txt {
  width: 60%;
  margin: 5% auto;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

#Shop .shop_ent {
  width: 80%;
  margin: 5% auto;
  display: flex;
}
#Shop .shop_ent li {
  width: 40%;
  border: 1px #333 solid;
  padding: 1%;
  margin: 0 10% 0 0;
}
#Shop .shop_ent li:last-child {
  margin-right: 0;
}
#Shop .shop_ent li .shop_ent-img {
  width: 100%;
  margin: 0 0 5% 0;
}
#Shop .shop_ent li .shop_ent-ttl {
  font-family: "Cormorant SC", serif;
  font-size: 2em;
  line-height: 0.7em;
  color: #333;
  max-width: 100%;
  max-height: 60px;
}
#Shop .shop_ent li .shop_ent-ttl span {
  font-size: 0.4em;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: block;
  letter-spacing: 0.15em;
}

#Contact .contact_txt {
  width: 80%;
  margin: 0 auto 5%;
  font-size: 1em;
  line-height: 1.5em;
}
#Contact form {
  padding-bottom: 8%;
}
#Contact form p {
  display: flex;
  width: 80%;
  margin: 0 auto 3%;
  font-size: 1.4em;
}
#Contact form label {
  display: inline-block;
  width: 20%;
  margin-right: 2%;
  padding: 0.8em;
  text-align: right;
}
#Contact form input,
#Contact form textarea {
  display: inline-block;
  border: 1px #eee solid;
  width: 70%;
  font-size: 0.8em;
  padding: 0.8em;
  transition: 0.5s;
  border-radius: 4px;
  outline: none;
  color: #aaa;
}
#Contact form input:focus,
#Contact form textarea:focus {
  box-shadow: 0 0 6px #fff;
}
#Contact form .wpcf7-submit,
#Contact form button {
  display: block;
  width: 30%;
  margin: 0 auto;
  border: 1px #333 solid;
  background-color: rgba(225, 225, 225, 0.3);
  color: #333;
  font-size: 1.2em;
  padding: 0.5em;
  transition: 0.5s;
}
#Contact form .wpcf7-submit:hover,
#Contact form button:hover {
  box-shadow: 0 0 6px #fff;
}

#About {
  /* index下部 */
  /* PP */
}
#About .access_map {
  width: 100%;
  height: 40vh;
}
#About .pp_wrap {
  margin: 0 auto 5%;
}
#About .pp_wrap h3 {
  width: 100%;
  margin: 0 auto 3%;
  font-size: 1.2em;
  line-height: 1.5em;
  border-bottom: 1px solid #333;
}
#About .pp_wrap h4 {
  width: 100%;
  margin: 0 auto 1%;
  font-size: 1em;
  line-height: 1.5em;
}
#About .pp_wrap p {
  width: 90%;
  margin: 0 auto;
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#About .pp_wrap table {
  width: 100%;
  margin: 5% auto 0;
  border-collapse: collapse;
}
#About .pp_wrap th,
#About .pp_wrap td {
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 1%;
  border-bottom: 0.1em solid #eee;
}
#About .pp_wrap th {
  width: 30%;
}
#About .pp_wrap td {
  width: 60%;
}
#About .pp_wrap ul {
  width: 90%;
  margin: 0 auto;
}
#About .pp_wrap ul li {
  list-style: disc;
  font-size: 0.8em;
  line-height: 1.5em;
  text-indent: 1.5em;
}

/* 下層ページ用 */
footer {
  /* 全端末向けCSS */
  padding-top: 10%;
  background: linear-gradient(
    to right,
    #001976 0%,
    #001976 65%,
    #ffffff 65%,
    #ffffff 80%,
    #9a0d1a 80%,
    #9a0d1a 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 100% 100%;
  padding-bottom: 0.8em;
}
footer address {
  padding-bottom: 8%;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.8em;
  letter-spacing: 0.13em;
}
footer address .ft_logo {
  width: 30%;
  margin: 0 auto 3%;
}
footer address .ft_logo img {
  width: 100%;
}
footer address p {
  width: 50%;
  margin: 0 auto 3%;
  text-align: center;
  line-height: 1.8em;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
footer .access_map {
  height: 40vh;
  border-top: 0.5em #000 solid;
}
footer .ft_sns {
  display: flex;
  width: 10%;
  margin: 0 auto;
}
footer .ft_sns li {
  width: 90%;
  margin-right: 10%;
}
footer .ft_sns li:last-child {
  margin-right: 0px;
}
footer .ft_sns li img {
  width: 100%;
}
footer .pp_link {
  width: 100%;
  text-align: center;
  font-size: 0.6em;
  margin: 3% auto 0;
  line-height: 2.5em;
}

/* フォーム */
.form_Entry {
  margin: 3% auto 5%;
  padding: 3%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.form_Entry h2 {
  width: 90%;
}
.form_Entry h2 img {
  width: 100%;
  margin-bottom: 2%;
}
.form_Entry .formTable {
  width: 90%;
  margin: 3% auto 5%;
}
.form_Entry .formTable th,
.form_Entry .formTable td {
  border: 3px solid #fff;
  padding: 1.5%;
  font-size: 1.2em;
}
.form_Entry .formTable th {
  background: #ddd;
  width: 35%;
}
.form_Entry .formTable .his {
  color: #f00;
}
.form_Entry input[type="text"] {
  width: 90%;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  padding: 1%;
}
.form_Entry select {
  width: 90%;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  padding: 1%;
}
.form_Entry .order-side {
  display: block;
  width: 90%;
  font-size: 1.2rem;
}
.form_Entry .formCheck {
  margin: 0 0 2% 0;
  /* ラベルのスタイル　*/
}
.form_Entry .formCheck label {
  padding-left: 38px;
  font-size: 1.5em;
  line-height: 1.2em;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.form_Entry .formCheck label:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  box-shadow: inset 1px 2px 3px 0px #000;
  border-radius: 6px 6px 6px 6px;
}
.form_Entry .formCheck input[type="checkbox"] {
  display: none;
}
.form_Entry .formCheck input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 36px;
  color: #fff;
  background-color: #06f;
}
.form_Entry .btn-submit {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 70%;
  height: 80px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-size: 2em;
  background: linear-gradient(#da6e08 50%, #b17135 50%);
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  transition: all 0.3s;
}
.form_Entry .btn-submit:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: linear-gradient(#e5974d 50%, #c99c71 50%);
}
.form_Entry .formLink {
  display: inline-block;
  margin: 2% 0;
  font-size: 1.1em;
}
.form_Entry .formLink a:hover {
  text-decoration: underline;
}

.cont_wrap {
  width: 960px;
  margin: 5% auto;
  position: inherit;
}
.cont_wrap .txt_box {
  margin: 0 auto;
  padding: 5%;
  background-image: url("../img/txt_bg_01.png");
  background-size: contain;
}
.cont_wrap .txt_box p {
  line-height: 1.5em;
  color: #060606;
}
.cont_wrap .txt_box img {
  width: 100%;
  margin: 0 auto 2%;
}
.cont_wrap .txt_box + img {
  margin: -10px auto 3%;
}
.cont_wrap .txt_box02 {
  margin: 0 auto;
  padding: 5%;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  background-image: url("../img/txt_bg02.jpg");
  background-size: cover;
}
.cont_wrap .txt_box02 p {
  line-height: 1.5em;
  color: #060606;
}
.cont_wrap .txt_box02 img {
  width: 100%;
  margin: 0 auto 2%;
}
.cont_wrap .info_menu {
  background-image: url("../img/post01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.cont_wrap .info_system {
  background-image: url("../img/post02.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.cont_wrap .info_timetable {
  background-image: url("../img/showtime.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont_wrap .info_booking {
  background-image: url("../img/booking.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont_wrap .inside_insta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cont_wrap .inside_insta li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 3%;
}
.cont_wrap .inside_insta li img {
  width: 100%;
}
.cont_wrap .inside_insta li:nth-child(4n) {
  margin-right: 0;
}
.cont_wrap .bg_deco {
  width: 100%;
  overflow: hidden;
  position: static;
  z-index: -1;
}
.cont_wrap .bg_deco li img {
  width: 100%;
}
.cont_wrap .bg_deco li:nth-child(1) {
  width: 60%;
  position: absolute;
  top: -300px;
  left: -300px;
  filter: opacity(0.8);
}
.cont_wrap .bg_deco li:nth-child(2) {
  width: 30%;
  position: absolute;
  top: 30px;
  right: 0;
  mix-blend-mode: soft-light;
}
.cont_wrap .bg_deco li:nth-child(3) {
  width: 25%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  mix-blend-mode: soft-light;
}
.cont_wrap .bg_deco li:nth-child(4) {
  width: 60%;
  position: absolute;
  bottom: -450px;
  right: -350px;
  filter: opacity(0.8);
}

.menu_sns {
  display: flex;
  width: 140px;
  margin: 3% 0 0 auto;
}
.menu_sns li {
  width: 60px;
  margin-left: 20px;
}
.menu_sns li img {
  width: 100%;
}

.btn {
  display: block;
  margin: 3% auto;
  width: 40%;
  background: #fff;
  border: 1px solid #333;
  font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.2em;
  padding: 2%;
  text-align: center;
  transition: all 0.6s;
}
.btn:hover {
  filter: opacity(0.7);
  transform: translateY(4px);
}

.btn_cart,
.add_to_cart_button {
  display: block;
  margin: 3% auto;
  width: 80%;
  background: #fff;
  border: 1px solid #333;
  font-size: 1.2em;
  padding: 3%;
  text-align: center;
  transition: all 0.6s;
}
.btn_cart,
.add_to_cart_button:hover {
  filter: opacity(0.7);
}

/* スライダー用 */
.bg-slider {
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt_box {
  margin: 0 auto;
  padding: 5%;
  background-image: url("../img/txt_bg_01.png");
  background-size: contain;
}
.txt_box p {
  line-height: 1.5em;
  color: #060606;
}
.txt_box img {
  width: 100%;
  margin: 0 auto 2%;
}
.txt_box + img {
  margin: -10px auto 3%;
}

.txt_box02 {
  margin: 0 auto;
  padding: 5%;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  background-image: url("../img/txt_bg02.jpg");
  background-size: cover;
}
.txt_box02 p {
  line-height: 1.5em;
  color: #060606;
}
.txt_box02 img {
  width: 100%;
  margin: 0 auto 2%;
}

.bg_deco {
  width: 100%;
  overflow: hidden;
  position: static;
  z-index: -1;
}
.bg_deco li img {
  width: 100%;
}
.bg_deco li:nth-child(1) {
  width: 60%;
  position: absolute;
  top: -300px;
  left: -300px;
  filter: opacity(0.8);
}
.bg_deco li:nth-child(2) {
  width: 30%;
  position: absolute;
  top: 30px;
  right: 0;
  mix-blend-mode: soft-light;
}
.bg_deco li:nth-child(3) {
  width: 25%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  mix-blend-mode: soft-light;
}
.bg_deco li:nth-child(4) {
  width: 60%;
  position: absolute;
  bottom: -450px;
  right: -350px;
  filter: opacity(0.8);
}

.deco_img {
  position: absolute;
  left: 0;
  bottom: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  x-index: -1;
  width: 100%;
  height: 20vh;
}
.deco_img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background-color: rgba(0, 0, 0, 0.65);
}

.hr_img01 {
  background-image: url("../img/hr_img01.jpg");
}

.hr_img02 {
  background-image: url("../img/hr_img02.jpg");
}

.hr_img03 {
  background-image: url("../img/hr_img03.jpg");
}

.hr_img04 {
  background-image: url("../img/hr_img04.jpg");
}

.hr_img05 {
  background-image: url("../img/hr_img05.jpg");
}

.hr_img06 {
  background-image: url("../img/hr_img06.jpg");
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Sass Document */
  /*フォント*/
  /*テキストのメインカラー*/
  /* メディア別非表示 */
  .pc_hidden {
    display: none;
  }

  .tb_hidden {
    display: none;
  }

  header {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  header .sp_head {
    width: 90%;
    position: absolute;
    bottom: 3%;
    left: 5%;
  }
  header .sp_head img {
    width: 100%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  }
  header .header_icon {
    margin: 3% 0 0 0;
  }
  header .header_icon li:nth-child(1),
  header .header_icon li:nth-child(2) {
    display: none;
  }
  header #HeaderNavi h1 {
    display: block;
    position: absolute;
    bottom: -2%;
    right: 2%;
    margin: 0 auto;
    text-align: center;
    width: 30%;
    background-color: #fff;
    padding: 3%;
  }
  header #HeaderNavi h1 img {
    width: 100%;
  }
  header .header_ttl {
    width: 100%;
    padding: 5% 0 2%;
    position: relative;
  }
  header .header_ttl h1 {
    width: 45%;
    margin: 0 auto;
  }
  header .header_ttl h1 img {
    width: 100%;
  }
  header .header_ttl::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(
      to right,
      #001976 0%,
      #001976 65%,
      #ffffff 65%,
      #ffffff 80%,
      #9a0d1a 80%,
      #9a0d1a 100%
    );
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  header .page_ttl h2 {
    bottom: -8%;
    min-width: 30%;
    background-color: #fff;
    padding: 3% 3% 0 3%;
    font-size: 2em;
  }
  header .page_ttl h2 img {
    max-width: 100%;
    max-height: 60px;
  }

  /*　globalNavi */
  #gnavi {
    /* スマホとタブレット共通CSS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    /* スマホ向けCSS */
    height: 8vh;
    min-height: 65px;
  }
  #gnavi .hamburger {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    cursor: pointer;
    z-index: 300;
  }
  #gnavi .global-nav {
    width: 80%;
  }
  #gnavi .global-nav__item {
    margin-bottom: 5%;
    font-size: 1.8em;
  }
  #gnavi .global-nav__item img {
    max-width: 100%;
    max-height: 30px;
  }
  #gnavi .global-nav__item a {
    display: block;
    padding: 2% 0;
    width: 80%;
    margin: 0 0 0 auto;
  }

  /*　下層globalNavi */
  #gnavi__inner {
    /* スマホとタブレット共通CSS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    /* スマホ向けCSS */
    height: 8vh;
    min-height: 65px;
  }
  #gnavi__inner .hamburger {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    cursor: pointer;
    z-index: 300;
  }
  #gnavi__inner .global-nav {
    width: 80%;
  }
  #gnavi__inner .global-nav__item {
    margin-bottom: 5%;
  }
  #gnavi__inner .global-nav__item img {
    max-width: 100%;
    max-height: 30px;
  }
  #gnavi__inner .global-nav__item a {
    display: block;
    padding: 2% 0;
    width: 80%;
    margin: 0 0 0 auto;
  }

  /* コンテンツ全体 */
  section {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    padding: 12% 0 30%;
  }
  section h2 {
    font-size: 2.5em;
    line-height: 0.7em;
    max-height: 60px;
    margin-bottom: 3%;
  }
  section h2 span {
    font-size: 0.3em;
  }
  section h2 img {
    max-height: 60px;
    max-width: 90%;
  }

  /* index 各コンテンツ */
  #Intro {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  #Intro .intro_img {
    width: 100%;
  }
  #Intro .intro_img li {
    width: calc(90% / 3);
    margin-right: 5%;
  }
  #Intro .intro_copy {
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 8% 5%;
    font-size: 0.8em;
    line-height: 2em;
    letter-spacing: 0.15em;
    font-weight: lighter;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #TodaysWine {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  #TodaysWine .wine_bg {
    background-size: contain;
    height: auto;
    position: relative;
  }
  #TodaysWine .wine_bg::before {
    content: "";
    display: block;
    padding-top: 83%;
  }
  #TodaysWine .wine_bg {
    height: 70vh;
    width: 100%;
    margin: 10% auto;
  }
  #TodaysWine .wine_bg img {
    width: 65%;
  }

  #News {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  #News .news_date {
    width: 90%;
    margin: 8% auto 0;
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.2em;
  }
  #News .news_date .news_wrap {
    margin-bottom: 8%;
  }
  #News .news_date .news_time-text {
    width: fit-content;
    max-width: 50%;
    font-size: 0.8em;
  }
  #News .news_date .category_name0 {
    width: fit-content;
    margin: 0 0 0 3%;
    max-width: 45%;
    line-height: 2em;
  }
  #News .news_date .news_desc0 {
    width: 100%;
  }
  #News .news_date dd {
    width: 100%;
    margin-bottom: 3%;
  }
  #News .news_date dt {
    width: 100%;
    margin-bottom: 8%;
    position: relative;
  }
  #News .news_body h2 {
    margin: 2% auto;
    font-size: 1.5em;
  }

  #MenuList {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    /* shop.html用 */
  }
  #MenuList .wine_list ul {
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
  }
  #MenuList .wine_list ul li {
    width: calc(89% / 2);
    margin: 0 10% 8% 0;
  }
  #MenuList .wine_list ul li:nth-child(2n) {
    margin: 0 0 8% 0;
  }
  #MenuList .wine_list ul li:last-child {
    display: none;
  }
  #MenuList .wine_list ul li p {
    margin-bottom: 5%;
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
  #MenuList .wine_list ul li .wine_type {
    font-size: 0.8em;
  }
  #MenuList .wine_list ul li .wine_name {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
  }
  #MenuList .wine_list ul li .wine_variety {
    width: 100%;
    font-size: 1em;
  }
  #MenuList .wine_list ul li .wine_year,
  #MenuList .wine_list ul li .wine_price {
    width: 100%;
    font-size: 1em;
    text-align: right;
  }
  #MenuList .wine_list ul li .wine_year span,
  #MenuList .wine_list ul li .wine_price span {
    font-size: 1.2em;
    display: inline-block;
    margin-left: 5%;
    font-weight: bold;
  }
  #MenuList .cat_menu {
    width: 90%;
    margin: 6% auto 8%;
  }
  #MenuList .cat_menu li {
    width: calc(90% / 5);
    padding: 0 1%;
    text-align: center;
    font-size: 0.6em;
  }
  #MenuList .cat_menu li img {
    width: 100%;
    margin: 0 auto 3%;
  }
  #MenuList .cat_menu li span {
    margin: 2% 0 0;
  }
  #MenuList .item_list {
    width: 90%;
  }
  #MenuList .item_list h3 {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 1px #333 solid;
    font-family: "Playfair Display SC", serif;
  }
  #MenuList .item_list h3 span {
    font-size: 0.4em;
  }
  #MenuList .item_list h4 {
    margin: 0 auto;
    font-family: "Playfair Display SC", serif;
    font-size: 1em;
  }
  #MenuList .item_list h5 {
    display: inline-block;
    margin: 0 auto 5%;
    font-family: "Playfair Display SC", serif;
    font-size: 1em;
    line-height: 1.2em;
    border-bottom: 1px #333 dashed;
  }
  #MenuList .item_list ul,
  #MenuList .item_list table {
    margin: 3% auto 15%;
    border-collapse: separate;
    border-spacing: 0 20px;
  }
  #MenuList .item_list ul li,
  #MenuList .item_list ul tr,
  #MenuList .item_list table li,
  #MenuList .item_list table tr {
    width: 100%;
  }
  #MenuList .item_list ul li p,
  #MenuList .item_list ul tr p,
  #MenuList .item_list table li p,
  #MenuList .item_list table tr p {
    margin-bottom: 5%;
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
  #MenuList .item_list ul li td,
  #MenuList .item_list ul tr td,
  #MenuList .item_list table li td,
  #MenuList .item_list table tr td {
    padding: 0 5% 5% 0;
  }
  #MenuList .item_list ul li td:last-child,
  #MenuList .item_list ul tr td:last-child,
  #MenuList .item_list table li td:last-child,
  #MenuList .item_list table tr td:last-child {
    padding: 0 0 5% 0;
  }
  #MenuList .item_list ul li .item_type,
  #MenuList .item_list ul tr .item_type,
  #MenuList .item_list table li .item_type,
  #MenuList .item_list table tr .item_type {
    display: inline-block;
    width: 100%;
    padding: 2%;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
  }
  #MenuList .item_list ul li .item_producer,
  #MenuList .item_list ul li .item_name,
  #MenuList .item_list ul li .item_variety,
  #MenuList .item_list ul li .item_year,
  #MenuList .item_list ul li .item_price,
  #MenuList .item_list ul tr .item_producer,
  #MenuList .item_list ul tr .item_name,
  #MenuList .item_list ul tr .item_variety,
  #MenuList .item_list ul tr .item_year,
  #MenuList .item_list ul tr .item_price,
  #MenuList .item_list table li .item_producer,
  #MenuList .item_list table li .item_name,
  #MenuList .item_list table li .item_variety,
  #MenuList .item_list table li .item_year,
  #MenuList .item_list table li .item_price,
  #MenuList .item_list table tr .item_producer,
  #MenuList .item_list table tr .item_name,
  #MenuList .item_list table tr .item_variety,
  #MenuList .item_list table tr .item_year,
  #MenuList .item_list table tr .item_price {
    font-size: 0.6em;
  }
  #MenuList .item_list ul li .item_producer,
  #MenuList .item_list ul tr .item_producer,
  #MenuList .item_list table li .item_producer,
  #MenuList .item_list table tr .item_producer {
    width: 30%;
    line-height: 1.2em;
  }
  #MenuList .item_list ul li .item_name,
  #MenuList .item_list ul tr .item_name,
  #MenuList .item_list table li .item_name,
  #MenuList .item_list table tr .item_name {
    width: 50%;
    line-height: 1.2em;
  }
  #MenuList .item_list ul li .item_variety,
  #MenuList .item_list ul tr .item_variety,
  #MenuList .item_list table li .item_variety,
  #MenuList .item_list table tr .item_variety {
    width: 100%;
  }
  #MenuList .item_list ul li .item_year,
  #MenuList .item_list ul li .item_price,
  #MenuList .item_list ul tr .item_year,
  #MenuList .item_list ul tr .item_price,
  #MenuList .item_list table li .item_year,
  #MenuList .item_list table li .item_price,
  #MenuList .item_list table tr .item_year,
  #MenuList .item_list table tr .item_price {
    width: 10%;
    text-align: left;
  }
  #MenuList .item_list ul li .item_year span,
  #MenuList .item_list ul li .item_price span,
  #MenuList .item_list ul tr .item_year span,
  #MenuList .item_list ul tr .item_price span,
  #MenuList .item_list table li .item_year span,
  #MenuList .item_list table li .item_price span,
  #MenuList .item_list table tr .item_year span,
  #MenuList .item_list table tr .item_price span {
    font-size: 0.9em;
    display: inline-block;
    margin-left: 5%;
    font-weight: normal;
  }
  #MenuList .item_list-shop {
    width: 90%;
    /* お酒の種類 */
    /* ワインの産地 */
    /* ワインの産地の地区 */
  }
  #MenuList .item_list-shop h3 {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 1px #333 solid;
    font-family: "Playfair Display SC", serif;
  }
  #MenuList .item_list-shop h3 span {
    font-size: 0.4em;
  }
  #MenuList .item_list-shop h4 {
    margin: 0 auto 5%;
    font-family: "Playfair Display SC", serif;
    font-size: 1.2em;
  }
  #MenuList .item_list-shop h5 {
    display: inline-block;
    margin: 0 auto 5%;
    font-family: "Playfair Display SC", serif;
    font-size: 1em;
    line-height: 1.2em;
    border-bottom: 1px #333 dashed;
  }
  #MenuList .item_list-shop ul {
    margin: 10% auto 15%;
    display: flex;
    flex-wrap: wrap;
  }
  #MenuList .item_list-shop ul li {
    width: calc(82% / 2);
    margin: 0 18% 18% 0;
  }
  #MenuList .item_list-shop ul li:nth-child(2n) {
    margin: 0;
  }
  #MenuList .item_list-shop ul li p {
    margin-bottom: 5%;
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
  #MenuList .item_list-shop ul li .item_type {
    display: inline-block;
    width: 100%;
    padding: 2%;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
  }
  #MenuList .item_list-shop ul li .item_name {
    width: 100%;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: bold;
  }
  #MenuList .item_list-shop ul li .item_variety {
    width: 100%;
    font-size: 0.9em;
  }
  #MenuList .item_list-shop ul li .item_year,
  #MenuList .item_list-shop ul li .item_price {
    width: 100%;
    font-size: 0.9em;
    text-align: right;
  }
  #MenuList .item_list-shop ul li .item_year span,
  #MenuList .item_list-shop ul li .item_price span {
    font-size: 1.2em;
    display: inline-block;
    margin-left: 5%;
    font-weight: bold;
  }
  #MenuList .takeout_txt {
    width: 90%;
    margin: 5% auto;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
  }

  #Shop {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  #Shop .shop_ent {
    width: 98%;
    margin: 15% auto 0;
    display: block;
  }
  #Shop .shop_ent li {
    width: 100%;
    border: 1px #333 solid;
    padding: 1% 1% 0;
    margin: 0 0 5% 0;
  }
  #Shop .shop_ent li:last-child {
    margin-right: 0;
  }
  #Shop .shop_ent li .shop_ent-img {
    width: 40%;
    margin: 0 1% 0 0;
  }
  #Shop .shop_ent li .shop_ent-ttl {
    font-size: 1.5em;
    line-height: 0.7em;
    max-width: 100%;
    max-height: 40px;
    display: inline-block;
  }

  #Contact {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  #Contact .contact_txt {
    width: 90%;
    margin: 12% auto 8%;
    font-size: 0.8em;
    letter-spacing: 0.1em;
  }
  #Contact form {
    width: 90%;
    margin: 0 auto;
  }
  #Contact form p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 3%;
    font-size: 1em;
  }
  #Contact form label {
    display: inline-block;
    width: 100%;
    margin-right: 2%;
    padding: 0.8em 0.8em 0.8em 0;
    text-align: left;
  }
  #Contact form input,
  #Contact form textarea {
    display: inline-block;
    border: 1px #eee solid;
    width: 100%;
    font-size: 0.8em;
    padding: 0.8em;
    transition: 0.5s;
    border-radius: 4px;
    outline: none;
    color: #aaa;
  }
  #Contact form input:focus,
  #Contact form textarea:focus {
    box-shadow: 0 0 6px #fff;
  }

  #About {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }

  /* 下層ページ用 */
  footer {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }
  footer address {
    font-size: 0.8em;
  }
  footer address .ft_logo {
    width: 60%;
    margin: 5% auto 3%;
  }
  footer address .ft_logo img {
    width: 100%;
  }
  footer address p {
    width: 90%;
  }
  footer .ft_sns {
    width: 28%;
    margin: 5% auto 10%;
  }

  /* フォーム */
  .form_Entry {
    padding: 4%;
    width: 87%;
  }
  .form_Entry .formName,
  .form_Entry .formMail {
    margin-bottom: 5%;
    padding-left: 2%;
  }
  .form_Entry .formCheck {
    margin: 0 0 5% 0;
  }
  .form_Entry .formCheck label {
    font-size: 1.4rem;
  }
  .form_Entry .btn-submit {
    color: #fff;
    width: 90%;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .form_Entry .formTxt {
    display: block;
    margin: 3% 0 5% 0;
    padding: 2%;
    font-size: 1.8em;
  }
  .form_Entry .formTxt img {
    margin: 0 3% 0 0;
    width: 20%;
  }
  .form_Entry .formTxt ul {
    font-size: 0.55em;
    margin: 0 auto;
    width: 100%;
  }
  .form_Entry .formTxt ul li {
    padding: 0 0 1% 0;
  }
  .form_Entry .formTxt ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 600;
    padding-right: 1%;
  }
  .form_Entry .formTable {
    width: 100%;
    margin: 3% auto 5%;
  }
  .form_Entry .formTable th,
  .form_Entry .formTable td {
    font-size: 0.8em;
  }
  .form_Entry .formTable label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .cont_wrap {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    margin: 5% auto 10%;
    width: 94%;
  }
  .cont_wrap .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .cont_wrap .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .txt_box + img {
    margin: -10px auto 3%;
  }
  .cont_wrap .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .cont_wrap .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .info_menu {
    background-image: url("../img/post01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_system {
    background-image: url("../img/post02.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_timetable {
    background-image: url("../img/showtime.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont_wrap .info_booking {
    /* スマホとタブレット共通CSS */
    background-size: contain;
    /* スマホ向けCSS */
  }
  .cont_wrap .inside_insta {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .cont_wrap .inside_insta li {
    width: calc(94% / 3);
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .cont_wrap .inside_insta li img {
    width: 100%;
  }
  .cont_wrap .inside_insta li:nth-child(3n) {
    margin-right: 0;
  }
  .cont_wrap .inside_insta li:nth-child(4n) {
    margin-right: 3%;
  }
  .cont_wrap .bg_deco {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }

  .menu_sns {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    width: 45%;
  }
  .menu_sns li {
    width: 55%;
    margin-left: 10%;
  }
  .menu_sns li img {
    width: 100%;
  }

  .btn {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    width: 60%;
  }

  .btn_cart,
  .add_to_cart_button {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    width: 80%;
    font-size: 0.8em;
  }

  /* スライダー用 */
  .bg-slider {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
    height: 65vh;
  }

  .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .txt_box + img {
    margin: -10px auto 3%;
  }

  .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }

  .bg_deco {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }

  .deco_img {
    /* スマホとタブレット共通CSS */
    height: 10vh;
    /* スマホ向けCSS */
  }
  .deco_img::before {
    height: 10vh;
  }

  .hr_img01 {
    background-image: url("../img/hr_img01.jpg");
  }

  .hr_img02 {
    background-image: url("../img/hr_img02.jpg");
  }

  .hr_img03 {
    background-image: url("../img/hr_img03.jpg");
  }

  .hr_img04 {
    background-image: url("../img/hr_img04.jpg");
  }

  .hr_img05 {
    background-image: url("../img/hr_img05.jpg");
  }

  .hr_img06 {
    background-image: url("../img/hr_img06.jpg");
  }
}
/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Sass Document */
  /*フォント*/
  /*テキストのメインカラー*/
  /* メディア別非表示 */
  .pc_hidden {
    display: none;
  }

  .sp_hidden {
    display: none;
  }

  header {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
    /* 下層用 */
  }
  header .sp_head {
    width: 90%;
    position: absolute;
    bottom: 3%;
    left: 5%;
  }
  header .sp_head img {
    width: 100%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  }
  header .header_icon {
    margin: 3% 0 0 0;
  }
  header .header_icon li:nth-child(1),
  header .header_icon li:nth-child(2) {
    display: none;
  }
  header .header_ttl {
    width: 100%;
    padding: 2% 0 2%;
    position: relative;
  }
  header .header_ttl h1 {
    width: 40%;
    margin: 0 auto;
  }
  header .header_ttl h1 img {
    width: 100%;
  }
  header .header_ttl::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(
      to right,
      #001976 0%,
      #001976 65%,
      #ffffff 65%,
      #ffffff 80%,
      #9a0d1a 80%,
      #9a0d1a 100%
    );
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  header .page_ttl h2 {
    bottom: -8%;
    right: 10%;
    margin: 0 auto;
    width: 30%;
    padding: 3% 3% 0 3%;
    font-size: 2em;
  }
  header .page_ttl h2 img {
    max-width: 100%;
    max-height: 60px;
  }

  /*　globalNavi */
  #gnavi {
    /* スマホとタブレット共通CSS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    /* タブレットホ向けCSS */
    height: 8vh;
  }
  #gnavi .hamburger {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 300;
  }
  #gnavi .global-nav {
    background-size: 60%;
    background-position: 8% 90%;
  }
  #gnavi .global-nav__item img {
    max-width: 70%;
    max-height: 50px;
  }
  #gnavi .global-nav__item a {
    display: block;
    padding: 2% 0;
    width: 80%;
    margin: 0 0 0 auto;
  }
  #gnavi h1 img {
    width: 80%;
  }

  /*　下層globalNavi */
  #gnavi__inner {
    /* スマホとタブレット共通CSS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    /* タブレットホ向けCSS */
    height: 8vh;
  }
  #gnavi__inner .hamburger {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 300;
  }
  #gnavi__inner .global-nav {
    background-size: 60%;
    background-position: 8% 90%;
  }
  #gnavi__inner .global-nav__item img {
    max-width: 70%;
    max-height: 50px;
  }
  #gnavi__inner .global-nav__item a {
    display: block;
    padding: 2% 0;
    width: 80%;
    margin: 0 0 0 auto;
  }
  #gnavi__inner h1 img {
    width: 80%;
  }

  /* コンテンツ全体 */
  section {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  section h2 {
    max-height: 70px;
    margin-bottom: 5%;
    font-size: 2.8em;
    line-height: 0.8em;
  }
  section h2 img {
    max-height: 70px;
    font-size: 0.5em;
  }

  /* index 各コンテンツ */
  #Intro {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  #Intro .intro_img {
    width: 90%;
  }
  #Intro .intro_img li {
    width: calc(90% / 3);
    margin-right: 5%;
  }
  #Intro .intro_copy {
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 8% 5%;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.15em;
    font-weight: lighter;
    width: 80%;
    margin: 0 auto;
  }

  #TodaysWine {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  #TodaysWine .wine_bg {
    background-size: contain;
    height: auto;
    position: relative;
  }
  #TodaysWine .wine_bg::before {
    content: "";
    display: block;
    padding-top: 83%;
  }
  #TodaysWine .wine_bg {
    height: 70vh;
  }
  #TodaysWine .wine_bg img {
    width: 65%;
  }

  #News {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  #News .news_date {
    width: 95%;
    margin: 5% auto 0;
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.2em;
  }
  #News .news_date .news_wrap {
    margin-bottom: 5%;
  }
  #News .news_date .news_time-text {
    max-width: 30%;
    width: fit-content;
  }
  #News .news_date .category_name0 {
    width: fit-content;
    max-width: 10%;
    margin: 0 1%;
    font-size: 0.6em;
  }
  #News .news_date .news_desc0 {
    width: 60%;
  }
  #News .news_date dd {
    width: 100%;
    margin-bottom: 3%;
  }
  #News .news_date dt {
    width: 100%;
    margin-bottom: 8%;
    position: relative;
  }

  #MenuList {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  #MenuList .item_list {
    width: 90%;
  }
  #MenuList .item_list table tr td {
    padding: 0 5% 5% 0;
  }
  #MenuList .item_list table tr td:last-child {
    padding: 0 0 5% 0;
  }
  #MenuList .item_list ul {
    margin: 5% auto 10%;
    display: flex;
    flex-wrap: wrap;
  }
  #MenuList .item_list ul li {
    width: calc(89% / 2);
    margin: 0 10% 8% 0;
  }
  #MenuList .item_list ul li:nth-child(2n) {
    margin: 0 0 8% 0;
  }
  #MenuList .item_list ul li p {
    margin-bottom: 5%;
    font-family: "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
  #MenuList .item_list ul li .item_type {
    display: inline-block;
    width: 100%;
    padding: 2%;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
  }
  #MenuList .item_list ul li .item_name {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
  }
  #MenuList .item_list ul li .item_variety {
    width: 100%;
    font-size: 1em;
  }
  #MenuList .item_list ul li .item_year,
  #MenuList .item_list ul li .item_price {
    width: 100%;
    font-size: 1em;
    text-align: right;
  }
  #MenuList .item_list ul li .item_year span,
  #MenuList .item_list ul li .item_price span {
    font-size: 1.2em;
    display: inline-block;
    margin-left: 5%;
    font-weight: bold;
  }

  #Shop {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  #Shop .shop_ent li .shop_ent-ttl {
    font-size: 1.5em;
    line-height: 0.9em;
  }

  #Contact {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  #About {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  /* 下層ページ用 */
  footer {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  footer address {
    font-size: 1.1em;
  }
  footer address .ft_logo {
    width: 50%;
    margin: 5% auto 3%;
  }
  footer address .ft_logo img {
    width: 100%;
  }
  footer address p {
    width: 90%;
  }
  footer .ft_sns {
    width: 20%;
    margin: 5% auto 10%;
  }

  /* フォーム */
  .form_Entry {
    padding: 4%;
    /* タブレットホ向けCSS */
    width: 82%;
  }
  .form_Entry .formName,
  .form_Entry .formMail {
    margin-bottom: 5%;
    padding-left: 2%;
  }
  .form_Entry .formCheck {
    margin: 0 0 5% 0;
  }
  .form_Entry .formCheck label {
    font-size: 1.4rem;
  }
  .form_Entry .btn-submit {
    color: #fff;
    width: 90%;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .form_Entry .formTxt {
    display: block;
    margin: 3% 0 5% 0;
    padding: 2%;
    font-size: 1.8em;
  }
  .form_Entry .formTxt img {
    margin: 0 3% 0 0;
    width: 20%;
  }
  .form_Entry .formTxt ul {
    font-size: 0.55em;
    margin: 0 auto;
    width: 100%;
  }
  .form_Entry .formTxt ul li {
    padding: 0 0 1% 0;
  }
  .form_Entry .formTxt ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 600;
    padding-right: 1%;
  }
  .form_Entry .formTxt {
    font-size: 2.5rem;
  }
  .form_Entry .formTxt p {
    margin-top: 2.5%;
  }
  .form_Entry .formTxt img {
    float: left;
    margin: 0 3% 0 0;
    width: 18%;
  }
  .form_Entry .formTxt em {
    color: #f00;
    font-style: normal;
  }
  .form_Entry .formTxt ul {
    font-size: 1.8rem;
    margin: 0 auto;
    width: 100%;
  }
  .form_Entry .formTxt ul li {
    margin-bottom: 1%;
  }
  .form_Entry .formTxt ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 600;
    padding-right: 1%;
  }

  .cont_wrap {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
    width: 80%;
  }
  .cont_wrap .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .cont_wrap .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .txt_box + img {
    margin: -10px auto 3%;
  }
  .cont_wrap .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .cont_wrap .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .info_menu {
    background-image: url("../img/post01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_system {
    background-image: url("../img/post02.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_timetable {
    background-image: url("../img/showtime.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont_wrap .info_booking {
    /* スマホとタブレット共通CSS */
    background-size: contain;
    /* タブレットホ向けCSS */
  }
  .cont_wrap .inside_insta {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }
  .cont_wrap .bg_deco {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  .menu_sns {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
    width: 30%;
  }
  .menu_sns li {
    width: 55%;
    margin-left: 10%;
  }
  .menu_sns li img {
    width: 100%;
  }

  .btn {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  .btn_cart,
  .add_to_cart_button {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  /* スライダー用 */
  .bg-slider {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
    height: 90vh;
  }

  .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .txt_box + img {
    margin: -10px auto 3%;
  }

  .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }

  .bg_deco {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  .deco_img {
    /* スマホとタブレット共通CSS */
    height: 10vh;
    /* タブレットホ向けCSS */
  }
  .deco_img::before {
    height: 10vh;
  }

  .hr_img01 {
    background-image: url("../img/hr_img01.jpg");
  }

  .hr_img02 {
    background-image: url("../img/hr_img02.jpg");
  }

  .hr_img03 {
    background-image: url("../img/hr_img03.jpg");
  }

  .hr_img04 {
    background-image: url("../img/hr_img04.jpg");
  }

  .hr_img05 {
    background-image: url("../img/hr_img05.jpg");
  }

  .hr_img06 {
    background-image: url("../img/hr_img06.jpg");
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  /* Sass Document */
  /*フォント*/
  /*テキストのメインカラー*/
  /* メディア別非表示 */
  .sp_hidden {
    display: none;
  }

  .tb_hidden {
    display: none;
  }

  .st_hidden {
    display: none;
  }

  header {
    /* PC向けCSS */
  }

  /*　globalNavi */
  #gnavi {
    /* PC向けCSS */
  }

  /*　下層globalNavi */
  #gnavi__inner {
    /* PC向けCSS */
  }

  /* コンテンツ全体 */
  section {
    /* PC向けCSS */
  }

  /* index 各コンテンツ */
  #Intro {
    /* PC向けCSS */
  }

  #TodaysWine {
    /* PC向けCSS */
  }

  #News {
    /* PC向けCSS */
  }

  #MenuList {
    /* PC向けCSS */
  }

  #Shop {
    /* PC向けCSS */
  }

  #Contact {
    /* PC向けCSS */
  }

  #About {
    /* PC向けCSS */
  }

  /* 下層ページ用 */
  footer {
    /* PC向けCSS */
  }

  /* フォーム */
  .form_Entry {
    width: 800px;
  }

  .cont_wrap .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .cont_wrap .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .txt_box + img {
    margin: -10px auto 3%;
  }
  .cont_wrap .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .cont_wrap .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .cont_wrap .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cont_wrap .info_menu {
    background-image: url("../img/post01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_system {
    background-image: url("../img/post02.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cont_wrap .info_timetable {
    background-image: url("../img/showtime.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cont_wrap .info_booking {
    /* PC向けCSS */
  }
  .cont_wrap .inside_insta {
    /* PC向けCSS */
  }
  .cont_wrap .bg_deco {
    /* PC向けCSS */
  }

  .menu_sns {
    /* PC向けCSS */
  }

  .btn {
    /* PC向けCSS */
    bottom: 8%;
  }

  .btn_cart,
  .add_to_cart_button {
    /* PC向けCSS */
    bottom: 8%;
  }

  /* スライダー用 */
  .bg-slider {
    /* PC向けCSS */
    height: 95vh;
  }

  .txt_box {
    margin: 0 auto;
    padding: 5%;
    background-image: url("../img/txt_bg_01.png");
    background-size: contain;
  }
  .txt_box p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box img {
    width: 100%;
    margin: 0 auto 2%;
  }
  .txt_box + img {
    margin: -10px auto 3%;
  }

  .txt_box02 {
    margin: 0 auto;
    padding: 5%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    background-image: url("../img/txt_bg02.jpg");
    background-size: cover;
  }
  .txt_box02 p {
    line-height: 1.5em;
    color: #060606;
  }
  .txt_box02 img {
    width: 100%;
    margin: 0 auto 2%;
  }

  .bg_deco {
    /* PC向けCSS */
  }

  .hr_img01 {
    background-image: url("../img/hr_img01.jpg");
  }

  .hr_img02 {
    background-image: url("../img/hr_img02.jpg");
  }

  .hr_img03 {
    background-image: url("../img/hr_img03.jpg");
  }

  .hr_img04 {
    background-image: url("../img/hr_img04.jpg");
  }

  .hr_img05 {
    background-image: url("../img/hr_img05.jpg");
  }

  .hr_img06 {
    background-image: url("../img/hr_img06.jpg");
  }
}
