@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  background: url(img/bac-img.jpg);
  background-repeat: repeat;
  width: 100%; }

img {
  width: 100%; }

.hannari {
  font-family: "Hannari", 'Noto Serif JP', serif;
  font-weight: 500; }

#header_wrap {
  background: url(img/header-bac-res.png) center 110%/cover no-repeat;
  width: 100%;
  height: 330px; }

#header_wrap.header_wrap-top {
  background: url(img/header-bac-res.png) center 10%/cover no-repeat;
  width: 100%;
  height: 300px; }

.header-inner {
  position: absolute;
  left: 90px;
  padding-top: 70px; }
  @media screen and (max-width: 1080px) {
    .header-inner {
      left: 50%;
      transform: translateX(-50%);
      padding-top: 150px; } }

.header-fixed {
  position: fixed;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 9999; }
  @media screen and (max-width: 1080px) {
    .header-fixed {
      right: 50%;
      transform: translateX(50%);
      top: 15px; } }
  .header-fixed .top-contactlink {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffffff;
    background-color: #6F001E;
    text-align: center;
    padding: 6px;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px; }
    @media screen and (max-width: 1080px) {
      .header-fixed .top-contactlink {
        font-size: 15px;
        padding: 3px;
        margin-top: 4px; } }

a.tel-img {
  display: block;
  background: url(img/TEL_Mobile.svg);
  width: 392px;
  height: 120px;
  z-index: 999;
  margin-bottom: 10px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1080px) {
    a.tel-img {
      width: 270px;
      height: 83px; } }

@media screen and (min-width: 639px) {
  a[href*="tel:"] {
    pointer-events: none; } }
#header_wrap p {
  color: #6F001E;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px; }
  @media screen and (max-width: 1080px) {
    #header_wrap p {
      font-size: 16px;
      text-align: center;
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    #header_wrap p {
      font-size: 14px; } }

#logo {
  background: url(img/header-logo.svg);
  width: 489px;
  height: 60px;
  margin-bottom: 30px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1080px) {
    #logo {
      width: 380px;
      height: 40px;
      background-repeat: no-repeat;
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    #logo {
      width: 310px; } }

.header-logo-sub {
  display: flex;
  justify-content: left;
  margin-top: 20px; }

.header-nav {
  text-decoration: none;
  display: flex;
  list-style: none;
  flex-wrap: wrap; }
  .header-nav li {
    margin-right: 2em; }
    @media screen and (max-width: 1080px) {
      .header-nav li {
        margin-right: 1em; } }
    .header-nav li a {
      text-decoration: none;
      color: #000000;
      font-size: 18px; }
      @media screen and (max-width: 1080px) {
        .header-nav li a {
          font-size: 14px; } }

.inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 5px; }

@media screen and (min-width: 1120px) {
  .inner {
    max-width: 1240px; } }
.title-container {
  margin: 0 auto 60px;
  max-width: 480px;
  position: relative; }

@media screen and (min-width: 1120px) {
  .title-container {
    max-width: 1240px; } }
.kaihinkan-img {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  z-index: 9;
  position: relative; }

.kaihinkan-title {
  background: url(img/kaihinkan-title-res.svg);
  width: 350px;
  height: 232px;
  margin-left: -66px; }

.oryouri-title {
  background: url(img/oryouri-title-res.svg);
  width: 350px;
  height: 232px;
  margin-left: -66px; }

.osyokujidokoro-title {
  background: url(img/osyokujidokoro-title-res.svg);
  width: 350px;
  height: 232px;
  margin-left: -66px; }

.other-store-title {
  background: url(img/other-store-title-res.svg);
  width: 350px;
  height: 177px;
  margin-left: -66px; }

@media screen and (min-width: 1120px) {
  .kaihinkan-title {
    background: url(img/kaihinkan-title.svg);
    width: 797px;
    height: 528px;
    margin-left: -140px; }

  .oryouri-title {
    background: url(img/oryouri-title.svg);
    width: 797px;
    height: 528px;
    margin-left: -140px; }

  .osyokujidokoro-title {
    background: url(img/osyokujidokoro-title.svg);
    width: 797px;
    height: 528px;
    margin-left: -140px; }

  .other-store-title {
    background: url(img/other-store-title.png);
    width: 796px;
    height: 528px;
    margin-left: -140px; } }
.des-text {
  font-size: 15px;
  line-height: 30px; }

.inner-p {
  font-size: 16px;
  line-height: 32px;
  max-width: 350px;
  margin: -86px 0 0 auto; }

.dantai .inner-p {
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 60px auto; }

.other-store .inner-p {
  margin-top: -56px; }

@media screen and (min-width: 1120px) {
  .des-text {
    font-size: 18px;
    line-height: 36px; }

  p.atokara {
    display: flex;
    align-items: center;
    color: #966e00;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 160px;
    left: 400px; }

  p.atokara span {
    font-size: 30px; }

  .inner-p {
    font-size: 22px;
    line-height: 45px;
    max-width: 1060px;
    margin: -300px 0 0 105px; }

  .ryouri .inner-p {
    max-width: 630px; }

  .dantai .inner-p {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 60px 105px; }

  .other-store .inner-p {
    margin-top: -296px; } }
/*.flex-container {
    display: flex;
    margin-bottom: 60px;
  }
  .flex-container > p {
    position: absolute;
    bottom: -25px;
    left: 272px;
  }
  .title-bac {
    position: relative;
    background: url(img/title-bac-res.png);
    width: 350px;
    height: 232px;
  }
  .title-inner  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  h2 {
    position: absolute;
    padding-top: 60px;
    left: 60%;
    transform: translate(-60%,0);
    color: #966E00;
    font-size: 30px;
    font-family: "hannari",serif;
    line-height: 33px;
  }
  .title-underline {
    position: absolute;
    top: 45%;
    margin-left: 66px;
    transform: translate(0,-45%);
    display: block;
    background: url(img/title-underline-res.png);
    width: 255px;
    height: 28px;
    margin-bottom: 40px;
  }*/
.text-center {
  text-align: center; }

@media screen and (max-width: 529px) {
  .ryoukin-img {
    max-width: 100%;
    margin: 60px auto 100px; }

  .text-center {
    font-size: 15px; }

  p.atokara {
    display: flex;
    align-items: center;
    color: #966e00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 135px;
    left: 0; }

  .inner-p {
    font-size: 16px;
    line-height: 32px;
    max-width: 350px;
    margin: -46px 0 0 auto; } }
@media screen and (min-width: 530px) and (max-width: 769px) {
  .ryoukin-img {
    width: 480px;
    height: 143px;
    margin: 60px auto 100px; } }
@media screen and (min-width: 770px) {
  .ryoukin-img {
    display: block;
    width: 604px;
    height: 172px;
    margin: 20px auto 100px; } }
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tr-border {
    background-image: -webkit-linear-gradient(left, transparent, #d7b473 25%, #d7b473 75%, transparent);
    background-image: linear-gradient(to right, transparent, #d7b473 25%, #d7b473 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }
  table th,table td{
    text-align: center;
    padding: 15px 0;
  }
  .table-underline {
    display: block;
    background: url(img/tabel-underline.png);
    width: 480px;
    height: 48px;
  }*/
article {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    article {
      margin-bottom: 20px; } }

.sub-title {
  position: relative;
  margin-bottom: 20px; }

.sub-title-bac {
  position: absolute;
  top: 10px;
  background: url(img/subtitle-bac-res.png);
  width: 78px;
  height: 28px;
  z-index: -99; }

.sub-title h3 {
  color: #966E00;
  font-size: 22px;
  font-family: "hannari", serif;
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px; }

.dantai > .sub-title > h3 {
  margin-bottom: 40px; }

.dantai > .sub-title > h3 > span {
  font-size: 18px; }

@media screen and (min-width: 770px) {
  .sub-title-bac {
    position: absolute;
    top: 10px;
    background: url(img/subtitle-bac.png);
    width: 117px;
    height: 42px;
    z-index: -99; }

  .sub-title h3 {
    font-size: 30px;
    line-height: 45px; }

  .dantai > .sub-title > h3 > span {
    font-size: 20px; } }
.plan {
  margin-bottom: 100px; }

.plan-list {
  display: block; }

@media screen and (min-width: 1120px) {
  .plan-list {
    max-width: 1030px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 30px; } }
.plan-list > div {
  margin-bottom: 30px; }

@media screen and (max-width: 529px) {
  .plan-01,
  .plan-02 {
    max-width: 100%; }

  .plan-01 {
    margin-bottom: 30px; } }
@media screen and (min-width: 530px) and (max-width: 1119px) {
  .plan-01,
  .plan-02 {
    width: 481px;
    height: 261px;
    margin: 0 auto; } }
@media screen and (min-width: 1120px) {
  .plan-01,
  .plan-02 {
    width: 499px;
    height: 261px; } }
h4 {
  color: #966E00;
  font-size: 18px;
  margin-bottom: 20px; }

.tenpo_jyouhou-inner {
  max-width: 480px;
  margin: 0 auto; }

@media screen and (min-width: 1120px) {
  h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px; }

  .tenpo_jyouhou-inner {
    max-width: 1240px;
    display: flex;
    margin: 0 0 60px 90px; }

  .tenpo_jyouhou-inner:last-of-type {
    margin: 0 0 100px 90px; } }
.setsumei {
  width: 285px;
  margin-right: 30px; }

.setsumei p:first-of-type {
  color: #966e00;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 40px; }

.setsumei p:first-of-type span {
  font-size: 22px; }

.setsumei p.midashi {
  color: #966e00;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px; }

.tenpo_jyouhou-inner > img {
  width: 392px;
  height: 240px; }

iframe {
  margin-bottom: 40px; }

/*.tenpo_jyouhou p {
    line-height: 30px;
    margin-bottom: 30px;
  }*/
.osyokuji-inner {
  margin-bottom: 60px; }

.osyokuji-inner:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 1120px) {
  .osyokuji-inner {
    margin-bottom: 0; }

  .osyokuji-inner:first-child > p.osyokuji-des {
    margin-bottom: 64px; } }
.osyokuji-inner p {
  margin-bottom: 15px; }

p.osyokuji-des {
  line-height: 30px;
  margin-bottom: 32px; }

.osyokuji-inner img {
  margin-bottom: 15px; }

@media screen and (max-width: 1119px) {
  .ryouri img {
    display: none; }

  .ryouri-res-img {
    display: block !important; }

  .setsumei {
    width: 100%; }

  .setsumei p:last-of-type {
    line-height: 32px;
    margin-bottom: 30px; }

  .tenpo_jyouhou-inner > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }

  iframe {
    width: 100%; } }
@media screen and (min-width: 1120px) {
  .ryouri img {
    position: relative;
    top: -300px;
    max-width: 100%;
    margin-bottom: -170px; }

  .ryouri-res-img {
    display: none; }

  .ryouri-img {
    position: relative;
    top: -335px;
    max-width: 100%;
    margin-bottom: -335px; } }
.flier {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px; }

.flier img {
  max-width: 224px;
  margin-bottom: 20px; }

.flier-inner p {
  font-size: 14px;
  text-align: center; }

a.flier {
  display: none; }

@media screen and (min-width: 770px) {
  .flier {
    max-width: 816px;
    margin: 0 auto; }

  .flier-inner:last-child {
    margin-bottom: 100px; }

  a.flier-res {
    display: none; }

  a.flier {
    display: block; }

  .flier img {
    max-width: 392px; }

  .flier-inner p {
    font-size: 15px; } }
.lb-nav,
.lb-details {
  display: none !important; }

.osyokuji-inner a.menu-flier-res {
  border: 1px solid #966E00;
  border-radius: 15px;
  width: 138px;
  height: 26px;
  margin: 0 auto 30px; }

.osyokuji-inner a.menu-flier {
  display: none; }

.menu-list img {
  width: 321px;
  margin-bottom: 20px; }

.menu-inner {
  margin-bottom: 60px; }

.menu-name {
  display: block;
  color: #966E00;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px; }

.menu-inner span.price {
  font-size: 15px; }

@media screen and (min-width: 1120px) {
  .osyokuji-inner a.menu-flier-res {
    display: none; }

  .osyokuji-inner a.menu-flier {
    display: block;
    border: 1px solid #966E00;
    border-radius: 15px;
    width: 138px;
    height: 26px;
    margin: 0 auto 30px; }

  .dantai-menu .menu-list {
    max-width: 1027px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto; }

  .dantai-bento .menu-inner {
    display: flex;
    margin-left: 105px; }

  .menu-name {
    font-size: 20px;
    line-height: 36px; }

  .menu-inner span.price {
    font-size: 16px;
    line-height: 36px; }

  .dantai-bento span.price {
    margin-left: 10px; }

  .dantai-bento img {
    max-width: 321px;
    margin: 0 32px 0 0; }

  .dantai .pc-flex {
    display: flex; } }
#group .under-line {
  display: block;
  border-bottom: 1.5px solid #966E00;
  margin: 10px 0 30px 0; }

@media screen and (max-width: 529px) {
  .osyokuji-banner_matsubara {
    display: block;
    background: url(img/osyokuji-banner_matsubara-res.svg) center center/cover no-repeat;
    max-width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: calc(52 /480 *100%); }

  .osyokuji-banner_kaihin {
    display: block;
    background: url(img/osyokuji-banner_kaihin-res.svg) center center/cover no-repeat;
    max-width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: calc(52 /480 *100%); }

  .other-store-banner {
    display: block;
    background: url(img/nyds-banner-res.svg) center center/cover no-repeat;
    max-width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: calc(76 /480 *100%); }

  .menu-list img {
    width: 100%; } }
@media screen and (min-width: 530px) and (max-width: 1119px) {
  .osyokuji-banner_matsubara {
    display: block;
    background: url(img/osyokuji-banner_matsubara-res.svg);
    width: 480px;
    height: 52px;
    margin-bottom: 15px; }

  .osyokuji-banner_kaihin {
    display: block;
    background: url(img/osyokuji-banner_kaihin-res.svg);
    width: 480px;
    height: 52px;
    margin-bottom: 15px; }

  .other-store-banner {
    display: block;
    background: url(img/nyds-banner-res.svg);
    width: 480px;
    height: 76px;
    margin-bottom: 15px; } }
@media screen and (min-width: 1120px) {
  .osyokuji-banner_matsubara {
    display: block;
    background: url(img/osyokuji-banner_matsubara.svg);
    width: 498px;
    height: 52px;
    margin-bottom: 15px; }

  .osyokuji-banner_kaihin {
    display: block;
    background: url(img/osyokuji-banner_kaihin.svg);
    width: 498px;
    height: 52px;
    margin-bottom: 15px; }

  .other-store-banner {
    display: block;
    background: url(img/nyds-banner.svg);
    width: 498px;
    height: 76px;
    margin-bottom: 15px; } }
.osyokujidokoro {
  margin-bottom: 60px; }

.osyokuji-list {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 9; }

.osyokuji-list .tenpo-img {
  display: none;
  max-width: 100%;
  width: 498px; }

@media screen and (min-width: 1120px) {
  .osyokujidokoro {
    margin-bottom: 100px; }

  .osyokuji-list,
  .other-store .osyokuji-inner {
    max-width: 1028px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto; }

  .osyokuji-list .tenpo-res-img {
    display: none; }

  .osyokuji-list .tenpo-img {
    display: block; } }
.osyokuji-inner a {
  display: block;
  color: #966E00;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

@media screen and (max-width: 529px) {
  .other-store-img {
    background: url(img/other-store-img-res.png) center center/cover no-repeat;
    max-width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: calc(251 /480 *100%); } }
@media screen and (min-width: 530px) and (max-width: 1119px) {
  .other-store-img {
    background: url(img/other-store-img-res.png);
    width: 480px;
    height: 251px;
    margin-bottom: 15px; } }
@media screen and (min-width: 1120px) {
  .other-store-img {
    background: url(img/other-store-img.png);
    width: 498px;
    height: 260px;
    margin-bottom: 15px; } }
.sp-br,
.sp-style {
  display: block; }

.pc-style {
  display: none; }

@media screen and (min-width: 450px) {
  .sp-br {
    display: none; } }
@media screen and (min-width: 1120px) {
  .sp-style {
    display: none; }

  .pc-style {
    display: inline-block; }

  .kaihinkan-img .pc-style {
    display: block;
    z-index: 9;
    position: relative; }

  .footer-inner .pc-style {
    margin-left: 30px; } }
/* ページトップへ戻る
  ------------------------------*/
.pt-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  background: url(img/top-btn-res.svg);
  width: 72px;
  height: 72px;
  z-index: 999; }

@media screen and (min-width: 1120px) {
  .pt-btn {
    background: url(img/top-btn.svg);
    width: 80px;
    height: 80px; } }
/* footer
  ------------------------------*/
#footer_wrap {
  position: relative;
  bottom: -106px;
  color: #6F001E;
  font-size: 15px;
  background: url(img/footer-bac-res.png) center center/cover no-repeat;
  background-size: cover;
  width: 100%; }

.footer-inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px; }

#footer-logo {
  background: url(img/header-logo.svg);
  background-repeat: no-repeat;
  width: 316px;
  height: 35px;
  margin-bottom: 15px; }

.footer-inner p {
  margin-bottom: 10px; }

.footer-inner p:last-child {
  margin-bottom: 0; }

.footer-inner a {
  color: #6F001E;
  text-decoration: none; }

a.footer-tel {
  color: #6F001E;
  font-size: 30px;
  text-decoration: none;
  margin: 0 30px 15px 0; }

.footer-bac {
  background: url(img/footer-bac-res.png) center center/cover no-repeat;
  width: 100%;
  height: 106px; }

#main-wrap {
  width: 100%;
  padding: 0 30px; }

.top-fv {
  display: flex;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: -70px;
  transition: all .5s; }
  @media screen and (max-width: 1080px) {
    .top-fv {
      margin-top: -40px; } }
  @media screen and (max-width: 768px) {
    .top-fv {
      flex-direction: column; } }
  .top-fv .top-fv-inner {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 10px 0;
    position: relative;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .top-fv .top-fv-inner {
        width: 100%; } }
    .top-fv .top-fv-inner .top-fv-hover {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .top-fv .top-fv-inner .top-fv-title {
      background-color: #ffffff;
      color: #000000;
      padding: 10px 30px;
      text-align: center;
      display: inline-block;
      font-size: 26px;
      border-radius: 30px;
      width: 250px; }
      @media screen and (max-width: 768px) {
        .top-fv .top-fv-inner .top-fv-title {
          font-size: 20px;
          padding: 6px 20px;
          width: 200px; } }
    .top-fv .top-fv-inner .top-fv-text {
      text-align: center;
      color: #ffffff;
      margin-top: 1.5em; }
  .top-fv .top-fv1 {
    background-image: url(img/fv-bg.png);
    background-position: 50%; }
    .top-fv .top-fv1:hover {
      background-image: url(img/fv-bg-hover.png);
      transition: all .5s; }
    .top-fv .top-fv1 .top-fv-img {
      margin-top: 30px;
      z-index: 5; }
  .top-fv .top-fv2 {
    background-image: url(img/fv-bg2.png);
    background-position: 80% 10%;
    background-size: cover; }
    .top-fv .top-fv2:hover {
      background-image: url(img/fv-bg2-hover.png);
      transition: all .5s; }
    @media screen and (max-width: 768px) {
      .top-fv .top-fv2 {
        background-position: 80% 60%; } }
    .top-fv .top-fv2 .top-fv-img {
      margin-top: 15px;
      z-index: 5; }

.top-message {
  text-align: center;
  font-family: "Hannari", 'Noto Serif JP', serif;
  margin-top: 60px; }
  .top-message-title {
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      .top-message-title {
        font-size: 30px; } }
  .top-message-text {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .top-message-text {
        font-size: 14px; } }

.top-btn {
  text-align: center;
  margin-top: 68px; }
  .top-btn a {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    border: 2px solid #B78E37;
    border-radius: 30px;
    padding: 15px 40px;
    transition: .4s; }
    @media screen and (max-width: 768px) {
      .top-btn a {
        font-size: 16px;
        padding: 10px 20px; } }
    .top-btn a:hover {
      background-color: #B78E37;
      color: #ffffff;
      transition: .4s; }

.page-title {
  display: inline-block;
  padding: 24px 107px;
  border: solid 3px white;
  font-size: 36px; }
  @media screen and (max-width: 1080px) {
    .page-title {
      font-size: 28px;
      padding: 20px 40px; } }
  @media screen and (max-width: 768px) {
    .page-title {
      font-size: 20px;
      padding: 15px 40px; } }

.page-text {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 60px; }
  @media screen and (max-width: 1080px) {
    .page-text {
      font-size: 14px;
      margin-top: 30px; } }

.page-shidashi {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .page-shidashi-title {
    box-shadow: 0px 0px 0px 5px #DD594F;
    color: #ffffff;
    background-color: #DD594F; }

.page-kaishoku {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .page-kaishoku-title {
    box-shadow: 0px 0px 0px 5px #004282;
    color: #ffffff;
    background-color: #004282; }
    @media screen and (max-width: 1080px) {
      .page-kaishoku-title {
        padding: 20px 50px; } }
    @media screen and (max-width: 768px) {
      .page-kaishoku-title {
        padding: 15px 50px; } }

.page-kaihinkan {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .page-kaihinkan-title {
    padding: 24px 30px;
    box-shadow: 0px 0px 0px 5px #D7B948;
    color: #ffffff;
    background-color: #D7B948; }
    @media screen and (max-width: 1080px) {
      .page-kaihinkan-title {
        padding: 20px 30px; } }
    @media screen and (max-width: 768px) {
      .page-kaihinkan-title {
        padding: 15px 10px; } }

.page-form {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .page-form-title {
    padding: 24px 30px;
    box-shadow: 0px 0px 0px 5px #D7B948;
    color: #ffffff;
    background-color: #D7B948; }
    @media screen and (max-width: 1080px) {
      .page-form-title {
        padding: 20px 30px; } }
    @media screen and (max-width: 768px) {
      .page-form-title {
        padding: 15px 10px; } }

.contact-table {
  font-size: 17px;
  width: 100%;
  max-width: 1100px; }
  @media screen and (max-width: 768px) {
    .contact-table {
      font-size: 14px; } }
  .contact-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: .8em;
    margin-top: 50px; }
    .contact-table tr th {
      display: flex;
      margin-bottom: 0.6em;
      font-weight: normal;
      text-align: left; }
    .contact-table tr td {
      width: 100%; }
      .contact-table tr td input,
      .contact-table tr td textarea,
      .contact-table tr td select {
        border: 1px solid #999999;
        padding: 15px;
        width: 100%;
        border-radius: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Chrome, Safari */ }
      .contact-table tr td select {
        -webkit-appearance: none;
        appearance: none; }
      .contact-table tr td textarea {
        height: 300px;
        padding: 19px 15px;
        border-radius: 10px; }

.contact-body-select {
  position: relative; }

.contact-body-select::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 26px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer; }

p.contact-text,
p.complete-message {
  text-align: center;
  margin: 2em auto; }

.submit-area {
  text-align: center;
  margin-top: 20px; }
  .submit-area #submit-button {
    background-color: #D7B948;
    color: #ffffff;
    padding: 10px 55px;
    border-radius: 30px;
    transition: 0.3s all;
    border: none;
    font-size: 18px;
    width: 180px;
    text-align-last: justify;
    cursor: pointer; }
    .submit-area #submit-button:hover {
      opacity: 0.8;
      transition: 0.3s all; }

.name-error,
.mail-error,
.tel-error,
.way-error,
.message-error {
  color: red; }

/*# sourceMappingURL=style.css.map */
