@charset "utf-8";

/*

Theme Name: スパルタ
Theme URI: https://www.sparta.jp
Description: スパルタサイト モバイル用
Version: 202012
Author: tomocre

*/


/********************************************************/

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

/********************************************************/

/* トップ：スライド
============================================ */
.metaslider-wrap .movie-copy .copy-block p {
  font-size: 2.4vw;
}

} /* // min-width: 1401px */





/********************************************************/

  @media only screen and (max-width: 1370px) {

/********************************************************/

/* ヘッダ
============================================ */
header #h-desktop h1 {
  line-height: 0.6;
}

header #h-desktop h1 img {
  max-width: 110px;
}

header #h-desktop h1 .h1-copy {
  font-size: 1.6rem;
}

header #h-desktop #navi-global {
  margin-left: 160px;
  font-size: 1.8vw;
}

header #h-desktop .reservation-block {
    margin: 10px 10px 0 auto;
}

header #h-desktop .reservation-block .tellnumber {
  padding-left: 12px;
  font-size: 2.5rem;
  line-height: 1;
}

header #h-desktop .reservation-block .tellnumber::before {
  font-size: 1.8rem;
}

header #h-desktop .reservation-block .telltext {
  padding-left: 0;
    font-size: 1rem;
}

header #h-desktop .reservation-bt a.btn-flat01 {
  padding: 1rem 3.3rem;
  font-size: 1.4rem;
}

/* コンテンツ
============================================ */
main#top .contents-wrap {
  width: auto;
  padding: 0 20px;
}

main#contents .contents-wrap {
  width: 96%;
}

.breadcrumbs {
  width: auto;
  margin: 0 20px 30px 20px;
}

/* トップ：メニュー
============================================ */
#top-menu .menu-ld,
#top-menu .menu-a {
  padding: 0 20px;
}

/* トップ：イベント
============================================ */
#top-event .event-wrap {
  padding: 0 20px;
}

#top-event .event-wrap .event-image time {
  left: -15px;
}

} /* // max-width: 1370px */





/********************************************************/

  @media only screen and (max-width: 1229px) {

/********************************************************/

/* ヘッダ
============================================ */
header #h-desktop #navi-global {
  font-size: 2.2vw;
}

header #h-desktop .reservation-warp {
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 20px;
}

header #h-desktop .reservation-block {
  margin: 10px 0 0 auto;
}

header #h-desktop .reservation-bt {
margin-top: 0;
}


} /* // max-width: 1229px */





/********************************************************/

  @media only screen and (max-width: 1023px) {

/********************************************************/

/* コンテンツ
============================================ */
a.btn-flat01 {
  font-size: 1.4rem;
}

/* ヘッダ
============================================ */
header #h-desktop {
  display: none;
}

header #h-mobile {
  position: relative;
  justify-content: center;
  align-items: center;
  display: block;
  padding: 5px;
  background: #FFF;
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

header #h-mobile h1 {
  text-align: center;
}

header #h-mobile h1 img {
  margin: 0 auto 5px auto;
  max-width: 80px;
  height: auto;
}

header #h-mobile a.menu-trigger-wrap {
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 20;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

header #h-mobile .menu-trigger {
  display: inline-block;
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

header #h-mobile .menu-trigger span {
  position: absolute;
  left: 7px;
  width: 65%;
  height: 3px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #0B3F85;
  transition: all .5s .2s;
}

header #h-mobile .menu-trigger.active span {
  background-color: #0B3F85;
}

header #h-mobile .menu-trigger span:nth-of-type(1) {
  top: 12px;
}

header #h-mobile .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

header #h-mobile .menu-trigger span:nth-of-type(2) {
  top: 19px;
}

header #h-mobile .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header #h-mobile .menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}

header #h-mobile .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

header #h-mobile #navi-global-mobile {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 15px 30px 15px;
  background: #FFF;
}

header #h-mobile #navi-global-mobile ul {
  padding: 0 0 20px 0;
  list-style: none;
  text-align: center;
}

header #h-mobile #navi-global-mobile ul li {
  padding: 10px;
}

header #h-mobile #navi-global-mobile ul li a {
  color: #0B3F85;
  font-size: 2rem;
  font-family: 'Suez One', serif;
}

header #h-mobile #navi-global-mobile ul li.selected a {
  color: #2F97DA;
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

header #h-mobile .navi-global-mobile-bg {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,.4);
  cursor: default;
}

header #h-mobile .language {
  position: absolute;
  top: 20px;
  right: 15px;
}

header #h-mobile .language ul {
  padding: 0;
  font-size: 1.8rem;
  font-family: 'Suez One', serif;
}

header #h-mobile .language ul li {
  display: inline-block;
  list-style: none;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #B3B3B3;
  line-height: 1;
}

header #h-mobile .language ul li:last-child {
  border-right: none;
}

header #h-mobile .language ul li a {
  color: #0B3D81;
}

header #h-mobile .language ul li.selected a,
header #h-mobile .language ul li a:hover {
  color: #6B6B6B;
}

header #h-desktop .reservation-block {
  margin: 10px 15px 0 auto;
}

header #h-mobile .reservation-block .tellnumber {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #0B3D81;
  font-weight: 900;
  font-size: 3rem;
  font-family: 'Calistoga', cursive;
  line-height: 1;
}

header #h-mobile .reservation-block .tellnumber::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  padding-right : 5px;
  font-weight: 900;
  font-size: 2rem;
  font-family: 'Font Awesome 5 Free';
  content: '\f879';
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

header #h-mobile .reservation-block .telltext {
  padding-left: 8px;
  font-size: 1.3rem;
}

header #h-mobile .reservation-block .telltext br {
  display: none;
}

header #h-mobile .reservation-bt {
  margin-top: 10px;
}

header #h-mobile .reservation-bt a.btn-flat01 br {
  display: none;
}

/* フッタ
============================================ */
footer {
  padding: 30px 15px;
}

footer .footer-wrapper {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

footer .footer-wrapper address {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

footer .footer-wrapper address img {
  margin-right: 0;
  margin-bottom: 10px;
}

/* トップ：イベント
============================================ */
#top-event {
  padding: 60px 0 50px 0;
}

#top-event .event-wrap .event-image {
  width: 40%;
}

#top-event .event-wrap .event-image time {
  top: -20px;
  left: -12px;
  width: 90px;
  height: 90px;
  line-height: 1.4;
}

#top-event .event-wrap .event-image .event-date {
  font-size: 1.8rem;
}

#top-event .event-wrap .event-text-block {
  width: 56%;
}

#top-event .event-wrap .event-text-block h3 {
  font-size: 2rem;
}

/* トップ：メニュー
============================================ */
#top-menu .menu-block h3::before,
#top-menu .menu-block h3::after {
  width: 60px;
  height: 15px;
}

/* トップ：ブログ・SNS
============================================ */
#top-blog-sns .blog-sns-wrap a.blog-block-wrap {
  width: 100%;
}

#top-blog-sns .blog-sns-wrap {
  display: block;
}

#top-blog-sns .blog-sns-wrap .blog-block {
  margin-bottom: 50px;
  padding-right: 0;
}

#top-blog-sns .blog-sns-wrap .sns-block {
  width: 100%;
}

#top-blog-sns .blog-sns-wrap .sns-block ul {
  justify-content: center;
}

#top-blog-sns .blog-sns-wrap .sns-block li {
  margin-left: 20px;
  list-style: none;
}

/* コンテンツ
============================================ */
main#contents .contents-wrap {
  width: 100%;
  padding: 30px 20px;
}

main#contents h3 {
  font-size: 2.6rem;
}

main#contents h6 span {
  font-size: 1.2rem;
}

/* 店舗紹介
============================================ */
#about-about .about-block .about-text,
#about-pride .pride-block .pride-text {
  width: 50%;
}

#about-about .about-block .about-pict,
#about-pride .pride-block .pride-pict {
  width: 50%;
}

#about-pride .staff-block {
  flex-direction: column;
  width: 100%;
}

#about-pride .staff-block .staff-info {
  width: 100%;
  margin-bottom: 40px;
}

#about-pride .staff-block .sommelier {
  order: 2;
}

#about-pride .staff-block .chef {
  order: 1;
}

/* メニュー
============================================ */
#menu-menu ul.menu-subnav li a {
  font-size: 1.6rem;
}

#menu-lunch ul.lunch-list li {
  width: 48%;
  margin-bottom: 8%;
}

#menu-lunch ul.lunch-list li:nth-child(3n),
#menu-lunch ul.lunch-list li:last-child {
  margin-right: 2%;
}

#menu-lunch ul.lunch-list li:nth-child(2n),
#menu-lunch ul.lunch-list li:last-child {
  margin-right: 0;
}

#menu-dinner .dinner-block,
#menu-dinner .dinner-block:nth-child(odd) {
  flex-direction: column;
}

#menu-dinner .dinner-block .dinner-pict,
#menu-dinner .dinner-block:nth-child(odd) .dinner-pict {
  width: auto;
  margin: 0 auto 30px auto;
  padding-right: 0;
  padding-left: 0;
  order: 1;
}

#menu-dinner .dinner-block .dinner-text {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  width: auto;
  text-align: center;
  order: 2;
}

#menu-dinner .dinner-block:nth-child(odd) .dinner-text {
  padding-left: 0;
  padding-right: 0;
}

#menu-course .course-list {
  flex-direction: column;
}

#menu-course .course-list .list-block {
  width: 80%;
  margin: 0 auto 6%;
}

#menu-course .course-list .list-block:nth-child(2n),
#menu-course .course-list .list-block:last-child {
  margin: 0 auto 6%;
}

#menu-course .course-list .list-block h5 {
  font-size: 2.2rem;
}

#menu-alacarte .alacarte-block li {
  width: 31.6%;
}

#menu-alacarte .alacarte-block li:nth-child(3n),
#menu-alacarte .alacarte-block li:last-child {
  margin-right: 0;
}

#menu-alacarte .alacarte-block li:nth-child(4n) {
  margin-right: 2.4%;
}

#menu-drink .drink-block .drink-pict {
  width: 31.6%;
}

#menu-drink .drink-block .drink-text {
  width: 65%;
}

#menu-drink .drink-block .drink-text ul.drink-list li {
  flex-direction: column;
  align-items: stretch;
}

#menu-drink .drink-block .drink-text ul.drink-list li .list-item {
  width: auto;
  text-align: left;
}

#menu-guide .guide-block h4,
#menu-alcohol .guide-block h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

#menu-guide .guide-block .guide-text,
#menu-alcohol .guide-block .guide-text {
  width: 50%;
}

#menu-guide .guide-block .guide-pict,
#menu-alcohol .guide-block .guide-pict {
  width: 50%;
}

/* イベント
============================================ */
#event ul.event-list li h5 {
  font-size: 1.8rem;
}

#event-single .event-date time {
  margin: -12px 0 0 -36px;
}

#event-single .event-date time::before {
  display: none;
}

#event-single .event-block {
  flex-direction: column;
}

#event-single .event-block .event-text {
  width: 100%;
  margin-bottom: 30px;
}

#event-single .event-block .event-pict {
  width: 100%;
  padding-left: 0;
}

/* デリバリー
============================================ */
#delivery-menu .delivery-copy01 {
  margin-bottom: 50px;
  font-size: 2.6rem;
}

#delivery-online h3 {
  font-size: 2.6rem;
}

#delivery-menu ul.set-list li.list-block {
  width: 48.4%;
}

#delivery-menu ul.set-list li.list-block:nth-child(2n),
#delivery-menu ul.set-list li.list-block:last-child,
#delivery-online ul.set-list li.list-block:nth-child(2n),
#delivery-online ul.set-list li.list-block:last-child {
  margin-right: 0;
}

#delivery-menu ul.set-list li.list-block:nth-child(3n),
#delivery-online ul.set-list li.list-block:nth-child(3n) {
  margin-right: 3%;
}

/* English
============================================ */
#english-about .about-text,
#english-party .party-text {
  width: 50%;
}

#english-about .about-pict,
#english-party .party-pict {
  width: 50%;
}

} /* // max-width: 1023px */





/*******************************************************/

  @media only screen and (max-width: 767px) {

/*******************************************************/

/* フッタ
============================================ */
footer .footer-wrapper address img {
  max-width: 100px;
}

/* コンテンツ
============================================ */
a.btn-flat01 {
  font-size: 1.4rem;
}

a.btn-delivery {
  padding: 2rem 40px 2rem 40px;
  font-size: 2rem;
}

.copy-blue01 {
  font-size: 1.8rem;
}

br.br-m {
  display: inline-block;
}

/* トップ
============================================ */
main#top h2 {
  font-size: 4rem;
}

/* トップ：スライド
============================================ */
.metaslider-wrap {
  display: none;
}

.metaslider-mobile-wrap {
  display: block;
}

.metaslider-mobile-wrap .movie-copy .copy-block {
  display: inline-block;
  padding: 6px;
  background: rgba(255,255,255, 0.4);
  text-align: center;
}

.metaslider-mobile-wrap .movie-copy .copy-block p {
  padding: 15px;
}

/* トップ：イベント
============================================ */
#top-event .event-wrap {
  flex-direction: column;
  padding: 0 15px
}

#top-event .event-wrap .event-text-block h2 {
  display: block;
  font-size: 4rem;
  text-align: center;
}

#top-event .event-wrap .event-text-block h2 span {
  margin-left: 0;
}

#top-event .event-wrap .event-image {
  position: relative;
  width: 100%;
  margin: 0 auto 30px auto;
}

#top-event .event-wrap .event-image .event-date {
  font-size: 1.8rem;
}

#top-event .event-wrap .event-text-block {
  width: 100%;
  /*text-align: center;*/
}

#top-event .event-wrap .event-text-block p {
  display: block;
  text-align: left;
}

#top-event .event-wrap .event-text-block h3 {
  /*float: left;*/
  font-size: 1.8rem;
  text-align: left;
}

#top-event .event-wrap .event-text-block .event-bt {
  text-align: center;
}

#top-event .event-wrap .event-text-block a.more-link {
  font-size: 1.4rem;
}

/* トップ：店舗紹介
============================================ */
#top-about {
  padding: 50px 0;
}

#top-about .about-movie {
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: scroll;
}

#top-about a.about-movie p {
  font-size: 3rem;
}

/* トップ：メニュー
============================================ */
#top-menu {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
}

#top-menu .menu-bg {
  border-top: 50px solid #DAE5EA;
  border-bottom: 50px solid #DAE5EA;
  background-attachment: scroll;
}

#top-menu .menu-copy {
  font-size: 1.8rem;
}

#top-menu .menu-ld {
  flex-direction: column;
}

#top-menu .menu-ld .menu-block {
  margin-bottom: 30px;
  width: 100%;
}

#top-menu .menu-a ul li {
  width: 49%;
  margin-bottom: 10px;
}

#top-menu .menu-block {
  position: relative;
  padding: 20px 20px 80px 20px;
  outline: 1px solid #79B3CD;
  outline-offset: -6px;
  text-align: center;
}

#top-menu .menu-block h3 .mt {
  padding: 0 64px;
  font-size: 2.2rem;
}

#top-menu .menu-block h3 .mt::before,
#top-menu .menu-block h3 .mt::after {
  width: 60px;
  height: 15px;
}

#top-menu .menu-block .btn-flat01 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* トップ：デリバリー
============================================ */
#top-delivery {
  padding: 0 0 50px 0;
}

/* トップ：ブログ・SNS
============================================ */
#top-blog-sns .contents-wrap h2 {
  display: block;
  font-size: 4rem;
  text-align: center;
}

#top-blog-sns .contents-wrap h2 span {
  margin-left: 0;
}

#top-blog-sns .blog-sns-wrap a .blog-block {
  flex-direction: column;
  padding-right: 0;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image div {
  width: 100%;
}

#top-blog-sns .blog-sns-wrap .sns-block li a img {
  width: 80px;
}

/* トップ：ニュース
============================================ */
#top-news .contents-wrap h2 {
  display: block;
  font-size: 4rem;
  text-align: center;
}

#top-news .contents-wrap h2 span {
  margin-left: 0;
}

#top-news .backmuber-block {
  text-align: center;
}

/* コンテンツ
============================================ */
main#contents .h2-bg {
  height: 100px;
}

main#contents .h2-bg h2 {
  font-size: 3.6rem;
}

main#contents .h2-bg h2 span {
  font-size: 1.4rem;
}

main#contents h3 {
  text-align: center;
}

main#contents h4 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}

main#contents h4 .mt {
  padding: 0 64px;
}

main#contents h4 .mt::before,
main#contents h4 .mt::after {
  width: 60px;
  height: 15px;
}

main#contents h5 {
  font-size: 2.2rem;
}

main#contents h6 {
  font-size: 1.8rem;
}

/* 店舗紹介
============================================ */
#about .pict-block {
  flex-direction: column;
}

#about .pict-block div {
  width: 100%;
  margin-bottom: 20px;
}

#about-about .about-block {
  flex-direction: column;
}

#about-about .about-block .about-pict {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  order: 1;
}

#about-about .about-block .about-text {
  width: 100%;
  padding-left: 0;
  order: 2;
}

/*#about-about .about-block .about-movie {
  width: 100%;
  margin-bottom: 20px;
}*/

#about-history .history-block {
  flex-direction: column;
}

#about-history .history-block .history-pict {
  margin-bottom: 20px;
}

#about-history .history-block .history-text {
  padding-left: 0;
}

#about-pride .pride-block {
  flex-direction: column;
}

#about-pride .pride-block .pride-text {
  width: 100%;
  padding-left: 0;
  text-align: center;
  order: 2;
}

#about-pride .pride-block .pride-pict {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  order: 1;
}

#about-pride .pride-block .pride-text p {
  text-align: left;
}

#about-pride .staff-block .staff-info .staff-info-comment {
  padding: 40px 20px 50px 20px;
}

#about-shop {
  text-align: left;
}

#about-shop .shop-comment {
  margin: 1em auto 2em auto;
}

/* メニュー
============================================ */
#menu-lunch .menu-comment,
#menu-dinner .menu-comment,
#menu-alacarte .menu-comment,
#menu-drink .menu-comment {
  margin: 0 auto 2em auto;
  text-align: left;
}

#menu-menu .guide-bt a {
  padding: 40px 10px;
  font-size: 1.6rem;
  text-align: center;
}

#menu-menu ul.menu-subnav {
  flex-wrap: wrap;
}

#menu-menu ul.menu-subnav li {
  width: 32%;
  margin-right: 2px;
  font-size: 1.4rem;
}

#menu-menu ul.menu-subnav li:nth-child(3) {
  margin-right: 0;
}

#menu-menu ul.menu-subnav li:nth-child(4),
#menu-menu ul.menu-subnav li:nth-child(5) {
  width: 49%;
}

#menu-lunch ul.lunch-list li,
#menu-lunch ul.lunch-list li.lunch-set {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15%;
}

#menu-lunch ul.lunch-list li:nth-child(3n),
#menu-lunch ul.lunch-list li:last-child {
  margin-right: 0;
}

#menu-lunch ul.lunch-list li .ribbon {
  left: 14px;
  padding: 0 4px 2px 4px
}

#menu-dinner .dinner-block h4 {
  flex-direction: column;
  font-size: 2.2rem;
}

#menu-dinner .dinner-block .dinner-pict,
#menu-dinner .dinner-block:nth-child(odd) .dinner-pict {
  width: 100%;
  padding-right: 0;
}

#menu-dinner .dinner-block .dinner-text ul li {
  margin-bottom: 10px;
}

#menu-course .course-list .list-block {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 10px 10px;
  border: none;
  outline: none;
}

#menu-course .course-list .list-block:nth-child(2n),
#menu-course .course-list .list-block:last-child {
  margin-bottom: 50px;
}

#menu-course .course-info {
  width: 100%;
  border: none;
  outline: none;
}

#menu-alacarte .alacarte-block li {
  width: 48.8%;
  margin-bottom: 6%;
}

#menu-alacarte .alacarte-block li:nth-child(3n) {
  margin-right: 2.4%;
}

#menu-alacarte .alacarte-block li:nth-child(2n),
#menu-alacarte .alacarte-block li:nth-child(4n) {
  margin-right: 0;
}

#menu-alacarte .alacarte-block h4 {
  font-size: 2.4rem;
}

#menu-alacarte .alacarte-block li h6 {
  font-size: 1.6rem;
}

#menu-alacarte .alacarte-block li h6 span {
  font-size: 1.2rem;
  line-height: 1.4;
}

#menu-alacarte .alacarte-block li p {
  text-align: left;
}

#menu-alacarte .alacarte-block li p br {
  display: none;
}

#menu-drink .drink-block {
  flex-direction: column;
}

#menu-drink .drink-block .drink-pict {
  width: 48.8%;
  margin: 0 auto 20px auto;
}

#menu-drink .drink-block .drink-text h4 {
  flex-direction: column;
  font-size: 2.2rem;
}

#menu-drink .drink-block .drink-text {
  width: 100%;
}

#menu-drink .drink-block .drink-text h5 {
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
}

#menu-drink .drink-block .drink-text h5 span {
  margin-left: 0;
  font-size: 1.2rem;
}

#menu-drink .drink-block .drink-text ul.drink-list li h6 {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  font-size: 1.6rem;
}

#menu-drink .drink-block .drink-text ul.drink-list li h6 span {
  margin-left: 0;
  font-size: 1.2rem;
}

#menu-guide .guide-block,
#menu-guide .guide-block:nth-child(even),
#menu-alcohol .guide-block,
#menu-alcohol .guide-block:nth-child(even) {
  flex-direction: column;
}

#menu-guide .guide-block:last-child,
#menu-alcohol .guide-block:last-child {
  margin-bottom: 0;
}

#menu-guide .guide-block .guide-text,
#menu-alcohol .guide-block .guide-text {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

#menu-guide .guide-block:nth-child(even) .guide-text,
#menu-alcohol .guide-block:nth-child(even) .guide-text {
  padding-right: 0;
}

#menu-guide .guide-block .guide-pict,
#menu-alcohol .guide-block .guide-pict {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

#menu-guide .guide-block:nth-child(even) .guide-pict,
#menu-alcohol .guide-block:nth-child(even) .guide-pict {
  padding-right: 0;
  margin-bottom: 50px;
}

/* デリバリー
============================================ */
#delivery-menu ul.sample-list {
margin-bottom: 50px;
}

#delivery-menu ul.sample-list li {
  width: 50%;
}

#delivery-menu a.btn-delivery {
  padding: 2rem 45px 2rem 30px;
}

#delivery-menu a.btn-delivery::after {
  margin-top: 5px;
}

#delivery-menu .delivery-copy01 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

#delivery-menu .delivery-copy02,
#delivery-online .delivery-copy02 {
  margin-bottom: 40px;
  text-align: center;
}

#delivery-menu .delivery-copy02 .copy-blue {
  font-size: 2.2rem;
}

main#contents #delivery-online h3 {
  font-size: 2.2rem;
}

#delivery-online .online-block {
  flex-direction: column;
}

#delivery-online .online-block div {
  width: 100%;
}

#delivery-online .online-block .online-pict01 div {
  padding-top: 25%;
  padding-bottom: 25%;
}

#delivery-online .online-block .online-pict02 a.online-movie {
  padding-top: 30%;
  padding-bottom: 18%;
}

#delivery-online .online-block div p {
  margin-bottom: 2em;
}

#delivery-menu .delivery-copy03,
#delivery-online .delivery-copy03 {
  text-align: left;
}

#delivery-menu ul.set-list li.list-block,
#delivery-online ul.set-list li.list-block {
  width: 100%;
  margin-right: 0;  
}

#delivery-menu ul.set-list li.list-block:nth-child(3n),
#delivery-online ul.set-list li.list-block:nth-child(3n) {
  margin-right: 0;
}

#delivery-menu ul.set-list li.list-block h4,
#delivery-online ul.set-list li.list-block h4 {
  font-size: 5vw;
}

/* イベント
============================================ */
#event ul.event-list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15%;
}

#event ul.event-list li:nth-child(3n) {
  margin-right: 3%;
}

main#contents #event-single h3 {
  margin-top: 20px;
  text-align: left;
}

#event-single .event-date time {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 30px;
  font-size: 1.4rem;
  text-align: left;
}

#event-single .event-date time::after {
  display: none;
}

/* ブログ
============================================ */
main#contents #blog h3 {
  font-size: 1.8rem;
  text-align: left;
}

#blog .blog-block {
  flex-direction: column;
}

#blog .blog-block .blog-text {
  margin-bottom: 30px;
}

#blog .blog-block .blog-pict {
  width: 100%;
  padding-left: 0;
}

/* ニュース
============================================ */
.contents-news .news-list a {
  display: block;
}

.contents-news .news-list a time {
  margin-right: 0;
}

main#contents #news h3 {
  font-size: 1.8rem;
  text-align: left;
}

#news .news-block {
  flex-direction: column;
}

#news .news-block .news-text {
  margin-bottom: 30px;
}

#news .news-block .news-pict {
  width: 100%;
  padding-left: 0;
}

/* 個人情報保護方針
============================================ */
main#contents #privacy-site h4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #AFCCDD;
  font-size: 1.8rem;
  text-align: left;
}

/* 予約・お問合せ
============================================ */
.wpcf7-block {
  width: 94%;
}

.wpcf7 input.f-bt,
.wpcf7 input.f-con-bt,
.wpcf7 input.f-back-bt {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}

.wpcf7 input.f-bt {
  margin-left: 16px;
}

.wpcf7 input.f-back-bt {
  margin-left: 16px;
}

/* English
============================================ */
#english-about .about-block,
#english-about .about-block:nth-child(even),
#english-party .party-block {
  flex-direction: column;
}

#english-about .about-text,
#english-party .party-text {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  order: 1;
}

#english-about .about-pict,
#english-party .party-pict {
  width: 100%;
  padding-left: 0;
  order: 2;
}

#english-about .about-block:nth-child(even) .about-pict {
  padding-right: 0;
}

#english-menu .ld-block ul li,
#english-menu .ld-block ul li.dinner-cose {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10%;
}

#english-menu .alacarte-block li {
  width: 48.8%;
}

#english-menu .alacarte-block li:nth-child(5n) {
  margin-right: 2%;
}

#english-menu .alacarte-block li:nth-child(2n),
#english-menu .alacarte-block li:last-child {
  margin-right: 0;
}


} /* // max-width: 767px */





/*******************************************************/

  @media only screen and (max-width: 374px) {

/*******************************************************/

/* コンテンツ
============================================ */
a.btn-flat01,
#top-event .event-wrap .event-text-block a.more-link {
  padding: 1rem 20px;
}

/* トップページ
============================================ */
#top-menu .menu-block h3 {
  flex-direction: column;
  font-size: 2.2rem;
}

#top-menu .menu-block h3::before,
#top-menu .menu-block h3::after {
  width: 45px;
  height: 15px;
}

/* メニュー
============================================ */
#menu-dinner .dinner-block .dinner-text {
  width: 100%;
}

#menu-dinner .dinner-block .dinner-text ul li,
#menu-course .course-list .list-block ul li {
  text-align: center;
}

#menu-dinner .dinner-block .dinner-text ul li span,
#menu-course .course-list .list-block ul li span {
  display: block;
}

#menu-dinner .dinner-block .dinner-text ul li span::before,
#menu-course .course-list .list-block ul li span::before {
  content: '';
}

#menu-alacarte .alacarte-block li {
  width: 100%;
}

#menu-alacarte .alacarte-block li:nth-child(4n) {
  margin-right: 0;
}

#menu-alacarte .alacarte-block li p {
  text-align: center;
}

#menu-alacarte .alacarte-block li p br {
  display: block;
}

} /* // max-width: 374px */