@charset "UTF-8";
/*==================================

  bace

==================================*/
/* common */
* {
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 2.125;
  color: #230606;
  position: relative;
  background: url("../img/bg.png") repeat center top;
  letter-spacing: .08em; }

/* img */
img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  max-width: 100%; }

/* link */
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #230606; }
  a:hover {
    opacity: .7; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

a[href^="tel:"]:hover {
  opacity: 1; }

.btn_reserve {
  background: #ffca20;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 19px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f0808;
  font-weight: bold;
  border: 2px solid #e7b411; }

.btn_tel {
  background: #ed6d00;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 28px;
  color: #fff;
  letter-spacing: .2em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  border: 2px solid #ce500b; }
  .btn_tel img {
    width: 38px;
    margin-right: 5px; }

/* contents */
.mt-70 {
  margin-top: -70px; }

.contents {
  max-width: 100%;
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.bg_g {
  background: rgba(226, 200, 90, 0.2);
  padding-top: 80px; }

.bg_d {
  background: #efe2c8;
  mix-blend-mode: multiply; }

.bd_box {
  padding: 40px;
  border: 1px solid #3f0909;
  background: #fcf7ed;
  mix-blend-mode: multiply;
  margin-bottom: 40px; }

.bd_box_w {
  border: 2px solid #3f0909;
  text-align: justify;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 80px;
  background: rgba(254, 254, 254, 0.6); }
  .bd_box_w header {
    border-bottom: double 4px #3f0909;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .bd_box_w h2 {
    font-size: 40px !important;
    font-weight: bold;
    margin: 0 !important; }
  .bd_box_w h3 {
    font-size: 21px;
    text-align: center;
    font-family: 'Sawarabi Mincho', sans-serif; }

.top_list {
  padding-left: 10%; }
  .top_list .tti {
    display: inline-block;
    background: #3f0909;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 22px;
    width: 200px;
    text-align: center;
    color: #fff;
    margin-right: 15px; }
  .top_list p {
    margin-top: 10px; }
    .top_list p .item {
      display: block;
      margin-left: 215px; }

.bd_o {
  padding: 20px;
  border: 1px solid #3f0909;
  margin-bottom: 60px; }

.b_bd {
  border: 1px solid #3f0909;
  text-align: justify;
  padding: 5px;
  margin-top: 30px; }

.bgl_d {
  text-align: center;
  color: #fff;
  background: #3f0909;
  padding: 20px 0;
  line-height: 1;
  margin-bottom: 30px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 24px; }

dl.btbd {
  border-top: 1px solid #8f7474;
  width: 100%;
  display: flex;
  padding: 15px 0;
  line-height: 1; }
  dl.btbd dt {
    width: 115px;
    padding-left: 5px; }

dl.bbbd {
  border-bottom: 1px solid #8f7474; }

.two_box {
  display: flex;
  justify-content: space-between; }
  .two_box > div {
    width: 48%;
    margin-bottom: 80px; }
  .two_box .two_txt span {
    display: block;
    text-align: center;
    margin-top: 30px; }
  .two_box .two_img {
    line-height: 0; }
  .two_box.full {
    display: block; }
    .two_box.full .two_txt {
      width: 100% !important; }
      .two_box.full .two_txt dl {
        width: 100% !important; }

.red_box {
  background: #3f0909;
  padding: 10px;
  margin-top: 50px; }
  .red_box .red_contents {
    text-align: center;
    padding: 40px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff; }
    .red_box .red_contents h2 {
      font-family: 'Sawarabi Mincho', sans-serif;
      font-size: 32px; }
    .red_box .red_contents p {
      text-align: center;
      font-size: 20px;
      font-family: 'Sawarabi Mincho', sans-serif; }

.ac {
  align-items: center; }

/* font */
b, strong {
  font-weight: bold; }

p {
  text-align: justify;
  clear: both; }

.fs24 {
  font-size: 24px !important; }

.fs14 {
  font-size: 14px !important; }

.text_c {
  text-align: center; }

.t_r {
  text-align: right; }

.t_br {
  float: right; }

.jp_tit {
  font-size: 32px;
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 1; }

.en_txt {
  margin: 20px 0 50px;
  font-family: 'Calistoga', cursive; }

.page_tit h2 {
  font-size: 26px;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 2;
  margin: 80px 0;
  color: #3f0909;
  letter-spacing: .07em; }
.page_tit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page_tit ul li {
    width: 48%;
    margin-bottom: 40px; }
    .page_tit ul li a {
      position: relative; }
      .page_tit ul li a p {
        display: block;
        background: rgba(35, 6, 6, 0.8);
        font-size: 22px;
        color: #fff;
        font-family: 'Sawarabi Mincho', sans-serif;
        line-height: 1;
        padding: 20px 15px;
        position: absolute;
        bottom: 0;
        width: 100%;
        letter-spacing: .09em; }
        .page_tit ul li a p::after {
          content: "";
          background: url("../img/arrow.png") no-repeat;
          width: 8px;
          height: 16px;
          position: absolute;
          right: 15px;
          bottom: 23px; }
    .page_tit ul li.page_liw {
      width: 100%; }

.tit_set {
  position: relative;
  background: url("../img/tit_set.png") no-repeat left top;
  margin-top: 100px;
  padding: 120px 100px;
  font-family: 'Sawarabi Mincho', sans-serif; }
  .tit_set h2 {
    font-size: 32px;
    letter-spacing: .07em;
    line-height: 1;
    color: #3f0909; }
    .tit_set h2.jp_tit3 {
      font-family: 'Noto Serif JP', serif;
      font-weight: bold; }
  .tit_set p {
    font-size: 18px;
    font-family: 'Calistoga', cursive;
    letter-spacing: .02em;
    padding-left: 8px;
    color: #3f0909; }
    .tit_set p.jp_tit2 {
      font-family: 'Sawarabi Mincho', sans-serif; }
    .tit_set p.en_tit2 {
      font-family: 'Calistoga', cursive; }

.list_two {
  display: flex;
  justify-content: space-between;
  width: 100% !important; }
  .list_two dt {
    font-weight: normal; }
    .list_two dt:first-child {
      flex: 1; }
  .list_two dd {
    width: 140px !important;
    text-align: right; }

.list_three {
  display: flex;
  justify-content: space-between;
  width: 100% !important; }
  .list_three dt {
    font-weight: normal; }
    .list_three dt:first-child {
      width: 250px;
      flex: initial; }
    .list_three dt:nth-child(2) {
      flex: 1; }
    .list_three dt:last-child {
      width: 100px;
      text-align: right; }

.pk {
  background: #bd0d25 !important; }

.yl {
  background: #e2a50e !important; }

.f_yl {
  color: #e2a50e !important; }

.ol {
  background: #df470a !important; }

.comp {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #3f0909;
  background: #fefefc;
  max-width: 900px; }
  .comp td, .comp th {
    border-collapse: collapse;
    border: 1px solid #3f0909; }
  .comp th {
    background: #8b6b69;
    color: #fff;
    width: 180px;
    padding: 15px;
    font-weight: normal;
    vertical-align: middle; }
  .comp td {
    padding: 15px; }

.gmap {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #3f0909; }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/*==================================

  header

==================================*/
.page_header {
  background: url("../img/header_bg.png") repeat center;
  width: 100%;
  line-height: 1;
  padding: 15px 0; }
  .page_header .two_box {
    padding: 0 35px;
    align-items: center; }
  .page_header h1 {
    width: 475px;
    max-width: 100%; }
  .page_header .page_header_right {
    width: 45%;
    max-width: 430px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0; }
    .page_header .page_header_right .btn_reserve {
      width: 24%; }
    .page_header .page_header_right .btn_tel {
      width: 74%; }

/*==================================

  top

==================================*/
.main_top .mv {
  line-height: 0; }

.slider_item {
  position: relative; }
  .slider_item .mv_txt {
    width: 1030px;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    display: block;
    font-size: 60px;
    color: #fff;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-shadow: 0 0 12px #000;
    line-height: 1.3333333; }

.main_nav {
  width: 100%;
  background: url("../img/navi_bg.png") repeat center;
  padding: 30px 0 0; }
  .main_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .main_nav ul li {
      width: 20%; }
      .main_nav ul li a {
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 20px;
        height: 100%;
        position: relative;
        padding-bottom: 65px; }
        .main_nav ul li a span {
          display: block;
          width: 100%;
          position: absolute;
          bottom: 15px; }
        .main_nav ul li a.active, .main_nav ul li a:hover {
          opacity: 1;
          color: #ffca20; }
          .main_nav ul li a.active img, .main_nav ul li a:hover img {
            opacity: 1;
            filter: invert(12%) sepia(40%) saturate(6428%) hue-rotate(1deg) brightness(105%) contrast(102%); }

.main_top .foodstuffs .two_box, .main_top .foodstuffs > p,
.main_top .professional .two_box,
.main_top .professional > p {
  margin-left: 100px; }

.main_top .message .two_box .two_img {
  width: 40%; }
.main_top .message .two_box .two_txt {
  width: 56%; }

/*==================================

  footer

==================================*/
.under_link {
  width: 700px;
  max-width: 80%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between; }
  .under_link a {
    width: 48%; }
    .under_link a.btn_reserve {
      position: relative; }
      .under_link a.btn_reserve::after {
        content: "";
        background: url("../img/arrow2.png") no-repeat;
        display: block;
        width: 10px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }

.footer_nav {
  width: 100%;
  background: url("../img/navi_bg.png") repeat center; }
  .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0; }
    .footer_nav ul li {
      width: 20%; }
      .footer_nav ul li a {
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 24px;
        line-height: 1;
        padding: 20px 0; }
        .footer_nav ul li a span {
          display: block;
          width: 100%;
          font-size: 14px;
          padding-top: 10px; }

footer {
  background: url("../img/header_bg.png") repeat center;
  width: 100%;
  padding: 80px 0; }
  footer .two_box {
    border-bottom: 1px solid #a30c20;
    color: #fff; }
    footer .two_box h2 {
      margin-bottom: 30px; }
    footer .two_box dl {
      display: flex;
      flex-wrap: wrap; }
      footer .two_box dl dt {
        width: 23%;
        font-weight: normal; }
      footer .two_box dl dd {
        width: 77%; }
        footer .two_box dl dd::before {
          content: "："; }
  footer small {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 40px; }

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px; }

/*==================================

  under

==================================*/
.under_mv {
  line-height: 0; }

.mv_item {
  position: relative; }
  .mv_item .mv_txt {
    width: 1230px;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    display: block;
    font-size: 60px;
    color: #fff;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-shadow: 0 0 12px #000;
    line-height: 1.3333333; }

.course {
  margin-bottom: 120px; }

.menu_list > div {
  margin-bottom: 0; }
.menu_list .two_img {
  width: 27%;
  position: relative; }
  .menu_list .two_img span {
    position: absolute;
    left: -30px;
    top: -30px; }
.menu_list .two_txt {
  width: 70%; }
  .menu_list .two_txt h2 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: bold;
    font-size: 22px; }
  .menu_list .two_txt h3 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 20px;
    margin-bottom: 30px; }
  .menu_list .two_txt ul {
    display: flex;
    justify-content: space-between; }
    .menu_list .two_txt ul li {
      width: 49%; }
    .menu_list .two_txt ul.three_box li {
      width: 30%; }

#lunch .bd_box > h2,
#sweets .bd_box > h2,
#winesweets .bd_box > h2,
#spanish .bd_box > h2,
#gogo .bd_box > h2 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #lunch .bd_box > h2 span,
  #sweets .bd_box > h2 span,
  ##winesweets .bd_box > h2 span,
  #spanish .bd_box > h2 span,
  #gogo .bd_box > h2 span {
    display: inline-block;
    background: #3f0909;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    font-size: 20px;
    font-weight: normal; }
#lunch .bd_box .bd_o ul,
#sweets .bd_box .bd_o ul,
#winesweets .bd_box .bd_o ul,
#spanish .bd_box .bd_o ul,
#gogo .bd_box .bd_o ul {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #lunch .bd_box .bd_o ul li:nth-child(2),
  #sweets .bd_box .bd_o ul li:nth-child(2),
  #winesweets .bd_box .bd_o ul li:nth-child(2),
  #spanish .bd_box .bd_o ul li:nth-child(2),
  #gogo .bd_box .bd_o ul li:nth-child(2) {
    border-left: 1px solid #3f0909;
    padding: 30px;
    padding-right: 0; }

.lunch_list {
  clear: both; }
  .lunch_list .two_img {
    width: 35%; }
  .lunch_list .two_txt {
    width: 61%; }
    .lunch_list .two_txt h3 {
      font-family: 'Sawarabi Mincho', sans-serif;
      font-weight: bold;
      font-size: 22px;
      display: flex;
      align-items: center; }
      .lunch_list .two_txt h3 span {
        font-size: 12px;
        display: inline-block;
        margin-top: 0;
        padding-left: 10px; }
    .lunch_list .two_txt ul {
      display: flex; }
      .lunch_list .two_txt ul li {
        width: 50%; }
    .lunch_list .two_txt dl {
      display: flex;
      justify-content: space-between; }
      .lunch_list .two_txt dl dt {
        font-weight: normal; }

.mi .two_img {
  width: 40%; }
.mi .two_txt {
  width: 56%; }
.mi dl {
  display: flex;
  justify-content: space-between; }
.mi ul {
  display: flex; }
  .mi ul li {
    padding-right: 15px; }
.mi.ac {
  align-items: center; }
.mi.tm .two_img {
  order: 2; }
.mi.tm .two_txt {
  order: 1; }

.alacarte .page_tit ul li a p {
  font-size: 18px; }
.alacarte #parlla .lunch_list .two_img,
.alacarte #carta .lunch_list .two_img,
.alacarte #plato .lunch_list .two_img,
.alacarte #pequeno .lunch_list .two_img {
  width: 45%;
  margin-bottom: 30px; }
.alacarte #parlla .lunch_list .two_txt,
.alacarte #carta .lunch_list .two_txt,
.alacarte #plato .lunch_list .two_txt,
.alacarte #pequeno .lunch_list .two_txt {
  width: 51%;
  margin-bottom: 30px; }
  .alacarte #parlla .lunch_list .two_txt dl,
  .alacarte #carta .lunch_list .two_txt dl,
  .alacarte #plato .lunch_list .two_txt dl,
  .alacarte #pequeno .lunch_list .two_txt dl {
    width: 90%; }
  .alacarte #parlla .lunch_list .two_txt .bd_o li:nth-child(2),
  .alacarte #carta .lunch_list .two_txt .bd_o li:nth-child(2),
  .alacarte #plato .lunch_list .two_txt .bd_o li:nth-child(2),
  .alacarte #pequeno .lunch_list .two_txt .bd_o li:nth-child(2) {
    border-left: 1px solid #3f0909;
    padding: 30px;
    width: 85%; }
  .alacarte #parlla .lunch_list .two_txt:nth-child(2) dl,
  .alacarte #carta .lunch_list .two_txt:nth-child(2) dl,
  .alacarte #plato .lunch_list .two_txt:nth-child(2) dl,
  .alacarte #pequeno .lunch_list .two_txt:nth-child(2) dl {
    margin-left: auto; }
.alacarte #parlla .lunch_list.mi .two_txt,
.alacarte #carta .lunch_list.mi .two_txt,
.alacarte #plato .lunch_list.mi .two_txt,
.alacarte #pequeno .lunch_list.mi .two_txt {
  width: 85%; }
  .alacarte #parlla .lunch_list.mi .two_txt dl,
  .alacarte #carta .lunch_list.mi .two_txt dl,
  .alacarte #plato .lunch_list.mi .two_txt dl,
  .alacarte #pequeno .lunch_list.mi .two_txt dl {
    width: 69%; }
  .alacarte #parlla .lunch_list.mi .two_txt ul,
  .alacarte #carta .lunch_list.mi .two_txt ul,
  .alacarte #plato .lunch_list.mi .two_txt ul,
  .alacarte #pequeno .lunch_list.mi .two_txt ul {
    align-items: center; }
.alacarte #parlla .lunch_list.mi .two_img,
.alacarte #carta .lunch_list.mi .two_img,
.alacarte #plato .lunch_list.mi .two_img,
.alacarte #pequeno .lunch_list.mi .two_img {
  text-align: right; }

.drink .page_tit ul li a p {
  font-size: 18px; }
.drink #beer .tit_set::before {
  content: "";
  background: url("../img/drink/beer.png") no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 102px;
  height: 200px;
  right: 50px;
  bottom: 15px; }
.drink h3 {
  font-size: 20px; }
.drink .two_img {
  width: 45%;
  margin-bottom: 30px; }
.drink .two_txt {
  width: 51%;
  margin-bottom: 30px; }
.drink dl {
  width: 95%; }
  .drink dl dt {
    flex: 1; }
  .drink dl dd {
    display: flex;
    align-items: flex-end;
    width: 80px;
    justify-content: flex-end; }
  .drink dl:nth-child(2) dl {
    margin-left: auto; }
.drink #cocktall .tit_set::before {
  content: "";
  background: url("../img/drink/beer02.png") no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 108px;
  height: 192px;
  right: 50px;
  bottom: 15px; }
.drink #japan .tit_set::before {
  content: "";
  background: url("../img/drink/beer03.png") no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 96px;
  height: 135px;
  right: 50px;
  bottom: 15px; }
.drink #japan .lunch_list .two_txt h3 {
  font-size: 20px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
.drink #wine .tit_set::before {
  content: "";
  background: url("../img/drink/beer04.png") no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 126px;
  height: 190px;
  right: 50px;
  bottom: 15px; }
.drink #bottle .tit_set::before {
  content: "";
  background: url("../img/drink/beer05.png") no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  width: 64px;
  height: 226px;
  right: 50px;
  bottom: 15px; }

.party2 .page_tit h2 {
  margin-top: 0; }

main.party .top_list {
  padding-left: 25%; }

main.catering .page_tit ul li {
  position: relative; }
  main.catering .page_tit ul li a p {
    font-size: 18px; }
  main.catering .page_tit ul li > p {
    display: block;
    background: rgba(35, 6, 6, 0.8);
    font-size: 22px;
    color: #fff;
    font-family: 'Sawarabi Mincho', sans-serif;
    line-height: 1;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    letter-spacing: .09em; }
main.catering #party .tit_set h2.jp_tit3, main.catering #party .tit_set p.en_tit2 {
  color: #bd0d25; }
main.catering #party2 .tit_set h2.jp_tit3, main.catering #party2 .tit_set p.en_tit2 {
  color: #dfa005; }
main.catering #party3 .tit_set h2.jp_tit3, main.catering #party3 .tit_set p.en_tit2 {
  color: #df470a; }

main.remort .top_list {
  padding-left: 0; }
  main.remort .top_list h3 {
    font-size: 28px;
    color: #230606;
    font-weight: bold;
    position: relative;
    width: 100%; }
    main.remort .top_list h3 span {
      font-size: 21px;
      padding-left: 20px;
      margin-right: -20px; }
  main.remort .top_list .tl_box {
    width: 70%;
    margin: 0 auto; }
    main.remort .top_list .tl_box ul {
      display: flex;
      justify-content: space-between; }
      main.remort .top_list .tl_box ul li {
        width: 30%;
        margin-bottom: 0; }

main.shop .shop_box {
  flex-wrap: wrap; }
  main.shop .shop_box > div {
    margin-bottom: 60px; }

main.blog > .contents {
  padding: 80px 0; }
main.blog .blog_cat {
  display: flex;
  flex-wrap: wrap; }
  main.blog .blog_cat li {
    width: 18%;
    margin: 5px 1%; }
    main.blog .blog_cat li a {
      display: block;
      background: rgba(254, 254, 254, 0.6);
      border: 1px solid #3f0909;
      text-align: center;
      color: #3f0909;
      padding: 10px 0;
      font-family: 'Sawarabi Mincho', sans-serif;
      font-weight: bold; }
main.blog article {
  margin-top: 60px; }
  main.blog article .cat_ttl {
    display: flex;
    justify-content: space-between;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #3f0909;
    font-weight: bold;
    margin-bottom: 60px; }
  main.blog article .page_thum {
    text-align: center; }
  main.blog article .page_item h1 {
    font-size: 26px;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: 60px 0;
    font-weight: bold; }
  main.blog article .page_item p {
    margin-bottom: 30px; }
main.blog .wp-pagenavi {
  text-align: center;
  margin-top: 50px; }

table.contanct {
  width: 90%;
  margin: 0 auto; }
  table.contanct th {
    width: 270px;
    padding: 20px 0;
    position: relative; }
    table.contanct th .his {
      background: #de3811;
      display: inline-block;
      padding: 5px 20px;
      color: #fff;
      position: absolute;
      right: 15px;
      line-height: 1; }
  table.contanct td {
    padding: 20px 0; }
    table.contanct td input[type="text"], table.contanct td input[type="tel"], table.contanct td input[type="email"], table.contanct td textarea {
      border: 1px solid #8f7474;
      background: #fff;
      padding: 10px;
      width: 100%; }
    table.contanct td input[type="date"] {
      border: 1px solid #8f7474;
      background: #fff;
      padding: 10px;
      margin-right: 10px; }
    table.contanct td select {
      border: 1px solid #8f7474;
      background: #fff;
      padding: 10px; }

input[type="submit"] {
  font-size: 21px;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding: 20px 0;
  background: #ffca20;
  color: #3f0808;
  border-radius: 4px;
  width: 70%;
  max-width: 360px;
  cursor: pointer;
  margin-top: 50px;
  border: 2px solid #e7b411;
  font-weight: bold;
  margin-bottom: 50px; }

.kojin {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border: 1px solid #8f7474;
  height: 150px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .kojin .t_r {
    margin-top: 20px; }
	
	
	
.takeout_list {
  clear: both; }
  .takeout_list .two_img {
    width: 35%; }
  .takeout_list .two_txt {
    width: 61%; }
    .takeout_list .two_txt h3 {
      font-family: 'Sawarabi Mincho', sans-serif;
      font-weight: bold;
      font-size: 22px;
      display: flex;
      align-items: center; }
      .takeout_list .two_txt h3 span {
        font-size: 12px;
        display: inline-block;
        margin-top: 0;
        padding-left: 10px; }
    .takeout_list .two_txt ul {
      display: flex; }
      .takeout_list .two_txt ul li {
        width: 50%; }
    .takeout_list .two_txt dl {
      display: flex;
      justify-content: space-between; }
      .takeout_list .two_txt dl dt {
        font-weight: normal; }
	
	
	
	
	
	

/* margin padding
/ ---------------------------------------------------------- */
.mt0 {
  margin-top: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pl100 {
  padding-left: 100px !important; }
