﻿/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
.font-sub {
  font-family: "Noto Sans JP", sans-serif
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 62.5%
}
body {
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  position: relative;
  letter-spacing: .05em;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem
  }
}
img, input[type="image"] {
  max-width: 100%;
  width: auto;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  object-fit: contain
}
a {
  color: #b6272d
}
a:hover, a img:hover, button:hover {
  opacity: .7;
  transition: all .3s ease-out
}
a.disabled {
  pointer-events: none
}
.pc {
  display: inherit
}
@media screen and (max-width:767px) {
  .pc {
    display: none
  }
}
.sp {
  display: none
}
@media screen and (max-width:767px) {
  .sp {
    display: block
  }
}
.inner {
  width: 100%;
  max-width: 1170px;
  margin: auto
}
@media screen and (min-width:768px) and (max-width:949px) {
  .inner {
    width: 95%
  }
}
@media screen and (max-width:767px) {
  .inner {
    width: 90%
  }
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap
}
.Acenter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.pagetop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 10;
  cursor: pointer;
  line-height: 0
}
@media screen and (max-width:767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    right: 5%;
    bottom: 2%
  }
}
main {
  padding: 72px 0 0
}
@media screen and (max-width:767px) {
  main {
    padding: 58px 0 0
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir="rtl"] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dotted.slick-slider {
  margin: 0
}
.slick-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  text-align: center
}
.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 15px;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 5px;
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #d3d3d3;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}
header {
  width: 100%;
  padding: 1% 0;
  position: fixed;
  z-index: 5;
  background: #fff
}
@media screen and (max-width:767px) {
  header {
    padding: 3%
  }
}
header ul.head {
  align-items: center
}
header ul.head li.logo {
  width: 400px;
  margin: 0 auto 0 1%
}
@media screen and (max-width:767px) {
  header ul.head li.logo {
    width: 200px
  }
}
header ul.head li.inst {
  max-width: 30px;
  margin: 0 2% 0 0
}
@media screen and (max-width:767px) {
  header ul.head li.inst {
    margin: 0 4% 0 0
  }
}
header ul.head li.inst img {
  width: 100%
}
header ul.head li.reserve {
  width: 183px;
  margin: 0 5% 0 0
}
@media screen and (max-width:767px) {
  header ul.head li.reserve {
    display: none
  }
}
header ul.head li.reserve a {
  padding: 2.5% 0 2.5% 30%;
  position: relative;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem
}
header ul.head li.reserve a:before {
  content: "";
  width: 25px;
  height: 27px;
  position: absolute;
  top: 13%;
  left: 10%;
  z-index: 1;
  display: block;
  background: url("../images/i-calendar.svg") no-repeat center/cover
}
header ul.head li.g-nav p.navBtn {
  width: 35px;
  height: 35px;
  position: relative;
  right: 2em;
  top: .3em;
  z-index: 5;
  cursor: pointer
}
@media screen and (max-width:767px) {
  header ul.head li.g-nav p.navBtn {
    right: 0
  }
}
header ul.head li.g-nav p.navBtn:after {
  content: "MENU";
  position: absolute;
  left: 8%;
  bottom: 0;
  display: block;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px
}
header ul.head li.g-nav p.navBtn span {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  border-radius: 10px;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out
}
header ul.head li.g-nav p.navBtn span:nth-of-type(1) {
  top: 0
}
header ul.head li.g-nav p.navBtn span:nth-of-type(2) {
  top: 10px
}
header ul.head li.g-nav nav {
  width: 100%;
  height: 100vh;
  visibility: hidden;
  overflow-x: hidden;
  opacity: 0;
  transition: all .5s ease;
  position: fixed;
  top: 72px;
  right: 0;
  z-index: 2;
  text-align: center;
  background: #fff;
  border-top: 3px solid #b6272d
}
@media screen and (max-width:767px) {
  header ul.head li.g-nav nav {
    top: 58px
  }
}
header ul.head li.g-nav nav ul {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  letter-spacing: .2em
}
@media screen and (max-width:767px) {
  header ul.head li.g-nav nav ul {
    top: 40%
  }
}
header ul.head li.g-nav nav ul li a, header ul.head li.g-nav nav ul li span {
  padding: 7% 5em;
  display: block;
  color: #000
}
@media screen and (max-width:767px) {
  header ul.head li.g-nav nav ul li a, header ul.head li.g-nav nav ul li span {
    font-size: 1.5rem
  }
}
.open {
  overflow: hidden
}
.open header ul.head li.g-nav p.navBtn span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg)
}
.open header ul.head li.g-nav p.navBtn span:nth-of-type(2) {
  top: 5px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.open header ul.head li.g-nav nav {
  visibility: visible;
  opacity: 1
}
footer {
  width: 100%;
  padding: 6% 0 3%;
  background: #000
}
@media screen and (max-width:767px) {
  footer {
    padding: 12% 0 18%
  }
}
footer .inner {
  justify-content: space-between
}
@media screen and (max-width:767px) {
  footer .inner {
    width: 100%
  }
}
footer .inner figure.ad {
  width: 370px
}
@media screen and (max-width:767px) {
  footer .inner figure.ad {
    width: 100%;
    text-align: center;
    order: 2;
    font-size: 1.4rem
  }
}
footer .inner figure.ad img {
  width: 320px;
  margin: 0 0 4%;
  line-height: 0
}
@media screen and (max-width:767px) {
  footer .inner figure.ad img {
    width: 50%;
    margin: 0 auto 5%
  }
}
footer .inner figure.ad figcaption {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .1em
}
footer .inner ul.sub-nav {
  width: 395px
}
@media screen and (max-width:767px) {
  footer .inner ul.sub-nav {
    width: 85%;
    margin: 0 auto 10%;
    order: 1
  }
}
footer .inner ul.sub-nav li {
  width: 100%;
  margin: 0 0 4%;
  position: relative;
  line-height: 0
}
footer .inner ul.sub-nav li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: 1;
  display: block
}
@media screen and (max-width:767px) {
  footer .inner ul.sub-nav li:before {
    left: 12%
  }
}
footer .inner ul.sub-nav li a, footer .inner ul.sub-nav li span {
  padding: 25px 0 25px 85px;
  position: relative;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
@media screen and (max-width:767px) {
  footer .inner ul.sub-nav li a, footer .inner ul.sub-nav li span {
    padding: 25px 0 25px 75px;
    font-size: 1.6rem
  }
}
footer .inner ul.sub-nav li a:before, footer .inner ul.sub-nav li span:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  background: #fff
}
footer .inner ul.sub-nav li a:after, footer .inner ul.sub-nav li span:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 5%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
footer .inner ul.sub-nav li:nth-child(1):before {
  background: url("../images/i-calendar.svg") no-repeat center/cover
}
footer .inner ul.sub-nav li:nth-child(2):before {
  background: url("../images/i-qa.svg") no-repeat center/cover
}
footer .inner ul.sub-nav li:nth-child(3):before {
  background: url("../images/i-contact.svg") no-repeat center/cover
}
footer .inner nav.foot-nav {
  width: 100%;
  margin: 6% 0 2%
}
@media screen and (max-width:767px) {
  footer .inner nav.foot-nav {
    display: none
  }
}
footer .inner nav.foot-nav ul {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05em
}
footer .inner nav.foot-nav ul li {
  padding: 0 1.5%;
  border-right: 1px solid #888
}
footer .inner nav.foot-nav ul li a, footer .inner nav.foot-nav ul li span {
  display: block;
  color: #fff
}
footer .inner nav.foot-nav ul li:first-child {
  padding: 0 1% 0 0
}
footer .inner nav.foot-nav ul li:last-child {
  border-right: 0 none
}
footer .inner p.copy {
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 0
}
@media screen and (max-width:767px) {
  footer .inner p.copy {
    margin: 15% auto 0;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    order: 3
  }
}
p.floating-pc {
  width: 350px;
  position: fixed;
  right: .5%;
  bottom: 3%;
  z-index: 1;
  line-height: 0
}
@media screen and (max-width:767px) {
  p.floating-pc {
    display: none
  }
}
p.floating-sp {
  display: none
}
@media screen and (max-width:767px) {
  p.floating-sp {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: flex;
    background: #000;
    font-size: 1.5rem;
    line-height: 0
  }
  p.floating-sp a {
    width: 50%;
    padding: 6% 2% 6% 12%;
    position: relative;
    display: block;
    background: #b6272d;
    color: #fff
  }
  p.floating-sp a:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25%;
    left: 7%;
    z-index: 1;
    display: block
  }
  p.floating-sp a:nth-of-type(1) {
    border-right: 1px solid #fff
  }
  p.floating-sp a:nth-of-type(1):before {
    background: url("../images/i-calendar.svg") no-repeat center/cover
  }
  p.floating-sp a:nth-of-type(2) {
    letter-spacing: -.1em
  }
  p.floating-sp a:nth-of-type(2):before {
    background: url("../images/i-online.svg") no-repeat center/cover
  }
}
.page h1 {
  width: 100%;
  height: 315px;
  position: relative;
  background: #000;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .4em
}
.page figure.pagehead {
  width: 100%;
  line-height: 0;
}
.page figure.pagehead img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  .page h1 {
    height: 200px;
    font-size: 2rem;
    letter-spacing: .2em
  }
.page figure.pagehead img {
  height: 150px;
}
}
.page h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block
}
.page section.contents {
  padding: 12% 0
}
@media screen and (max-width:767px) {
  .page section.contents {
    padding: 15% 0
  }
}
.page section.contents .inner {
  max-width: 1000px
}
.top {
  background: #fffef3
}
.top h1.kv {
  height: auto !important;
  position: relative;
  line-height: 0
}
.top h1.kv img {
  width: 100%
}
.top h1.kv figure.bnr {
  max-width: 500px;
  background: #fff;
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: 1;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.top h1.kv figure.bnr img {
  width: 500px !important
}
@media screen and (max-width:767px) {
  .top h1.kv figure.bnr {
    max-width: 280px
  }
  .top h1.kv figure.bnr img {
    width: 280px !important
  }
}
.top p.btn {
  width: 215px;
  margin: 3% auto 0;
  display: table;
  line-height: 0
}
@media screen and (max-width:767px) {
  .top p.btn {
    margin: 5% auto 0
  }
}
.top p.btn a {
  padding: 25px 0 25px 30px;
  position: relative;
  display: block;
  text-align: left;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
@media screen and (max-width:767px) {
  .top p.btn a {
    font-size: 1.6rem
  }
}
.top p.btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  background: #fff
}
.top p.btn a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.sec1 {
  padding: 7% 0;
  text-align: center
}
@media screen and (max-width:767px) {
  .sec1 {
    padding: 10% 0 18%
  }
}
.sec1 .about {
  max-width: 700px;
  height: 450px;
  margin: auto;
  display: inline-block;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}
@media screen and (max-width:767px) {
  .sec1 .about {
    max-width: auto;
    height: auto;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb
  }
}
.sec1 .about h2 {
  margin: 0 0 0 10%;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .4em
}
@media screen and (max-width:767px) {
  .sec1 .about h2 {
    margin: 0 auto 3%;
    font-size: 2.3rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
  }
}
.sec1 .about h2 + p {
  line-height: 2.8;
  letter-spacing: .1em
}
@media screen and (max-width:767px) {
  .sec1 .about h2 + p {
    margin: 0 auto 6%;
    text-align: center;
    line-height: 2.5;
    letter-spacing: -.05em
  }
}
.sec2 figure.intro {
  width: 100%;
  background: url("../images/sec2-back.png") no-repeat 0 0/cover;
  display: flex;
  justify-content: flex-end
}
@media screen and (max-width:767px) {
  .sec2 figure.intro {
    height: 600px;
    background: url("../images/sec2-back_sp.png") no-repeat 0 bottom/100% auto
  }
}
.sec2 figure.intro figcaption {
  padding: 5% 0;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff
}
@media screen and (max-width:767px) {
  .sec2 figure.intro figcaption {
    margin: 0 12% 0 0;
    padding: 10% 0 0;
    display: block
  }
}
.sec2 figure.intro figcaption h2 {
  margin: 0 0 0 5%;
  font-size: 5rem;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .sec2 figure.intro figcaption h2 {
    font-size: 3.5rem
  }
}
.sec2 figure.intro figcaption h2 small {
  margin: 0 0 5%;
  display: inline-block;
  font-size: 3rem
}
@media screen and (max-width:767px) {
  .sec2 figure.intro figcaption h2 small {
    font-size: 2rem
  }
}
.sec2 figure.intro figcaption p {
  line-height: 2.5
}
.sec2 .inner {
  max-width: 1280px;
  padding: 6% 0 8%
}
@media screen and (max-width:767px) {
  .sec2 .inner {
    padding: 12% 0 18%
  }
}
.sec2 .inner p.btn {
  width: 450px;
  margin: auto
}
@media screen and (max-width:767px) {
  .sec2 .inner p.btn {
    width: 70%;
    margin: 10% auto 0
  }
}
.sec2 .inner p.btn a {
  width: 215px;
  margin: 0 1% 5%;
  display: inline-block
}
@media screen and (max-width:767px) {
  .sec2 .inner p.btn a {
    width: 100%
  }
}
.sec2 .inner ul {
  margin: 0 0 5%;
  text-align: center
}
.sec2 .inner ul li {
  margin: 0 1% 0 0
}
@media screen and (max-width:767px) {
  .sec2 .inner ul li {
    margin: 0 auto 4%
  }
}
.sec2 .inner ul li:nth-child(1) {
  margin: 0
}
@media screen and (max-width:767px) {
  .sec2 .inner ul li:nth-child(1) {
    margin: 0 auto 5%
  }
}
.sec2 .inner ul li h3 {
  margin: 0 0 0 8%;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5
}
@media screen and (max-width:767px) {
  .sec2 .inner ul li h3 {
    margin: 0 0 0 5%;
    font-size: 3rem
  }
}
.sec2 .inner ul:nth-of-type(1) li:nth-child(1) {
  width: 45%;
  order: 3
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(1) li:nth-child(1) {
    width: 100%;
    order: 1
  }
}
.sec2 .inner ul:nth-of-type(1) li:nth-child(2) {
  width: 27%;
  margin: 0 0 0 auto;
  padding: 0 2% 0 0;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  order: 2;
  line-height: 2.5
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(1) li:nth-child(2) {
    padding: 3% 10% 0 0;
    line-height: 2.2;
    letter-spacing: .1em
  }
}
.sec2 .inner ul:nth-of-type(1) li:nth-child(3) {
  width: 25%;
  order: 1
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(1) li:nth-child(3) {
    width: 100%;
    order: 3
  }
}
.sec2 .inner ul:nth-of-type(2) li:nth-child(1) {
  width: 28%;
  margin: 0 0 0 auto;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  order: 3;
  line-height: 2.5
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(2) li:nth-child(1) {
    width: 100%;
    padding: 3% 10% 5% 0;
    order: 1;
    line-height: 2.2;
    letter-spacing: .1em
  }
}
.sec2 .inner ul:nth-of-type(2) li:nth-child(2) {
  width: 34%;
  order: 2
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(2) li:nth-child(2) {
    width: 49%
  }
}
.sec2 .inner ul:nth-of-type(2) li:nth-child(3) {
  width: 34%;
  order: 1
}
@media screen and (max-width:767px) {
  .sec2 .inner ul:nth-of-type(2) li:nth-child(3) {
    width: 49%
  }
}
.sec3 figure.intro {
  width: 100%;
  padding: 3% 0;
  background: url("../images/sec3-back.png") no-repeat 0 0/cover;
  display: flex;
  justify-content: flex-end
}
@media screen and (max-width:767px) {
  .sec3 figure.intro {
    height: 600px;
    padding: 0;
    background: url("../images/sec3-back_sp.png") no-repeat 0 100%/100% auto
  }
}
.sec3 figure.intro figcaption {
  padding: 5% 0;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff
}
@media screen and (max-width:767px) {
  .sec3 figure.intro figcaption {
    margin: 0 40% 0 0;
    padding: 8% 0 0
  }
}
.sec3 figure.intro figcaption h2 {
  font-size: 3.8rem;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .sec3 figure.intro figcaption h2 {
    font-size: 3.5rem
  }
}
.sec3 .inner {
  padding: 6% 0 8%
}
@media screen and (max-width:767px) {
  .sec3 .inner {
    padding: 12% 0 18%
  }
}
.sec3 .inner ul:nth-of-type(1) {
  margin: 0 0 3%
}
.sec3 .inner ul:nth-of-type(1) li {
  margin: 0 3% 0 0
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(1) li {
    width: 100%;
    margin: 0 auto 4%
  }
}
.sec3 .inner ul:nth-of-type(1) li:nth-child(1) {
  margin: 0
}
.sec3 .inner ul:nth-of-type(1) li:nth-child(1) {
  width: 53%;
  order: 2
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(1) li:nth-child(1) {
    width: 100%;
    order: 1
  }
}
.sec3 .inner ul:nth-of-type(1) li:nth-child(2) {
  width: 45%;
  margin: 0 auto 0 0;
  padding: 0 2% 0 0;
  text-align: justify;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2.5;
  order: 1
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(1) li:nth-child(2) {
    width: 100%;
    height: 480px;
    margin: 5% auto;
    padding: 5% 10% 0 0;
    line-height: 2.2;
    letter-spacing: .1em;
    order: 2
  }
}
.sec3 .inner ul:nth-of-type(1) li:nth-child(2) h3 {
  margin: 0 0 0 8%;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(1) li:nth-child(2) h3 {
    margin: 0 0 0 5%;
    font-size: 3rem;
    letter-spacing: 0
  }
}
.sec3 .inner ul:nth-of-type(2) {
  margin: 0 0 5%
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(2) {
    margin: 0 auto 15%
  }
}
.sec3 .inner ul:nth-of-type(2) li {
  width: calc(33.3333% - 1%);
  margin: 0 1.5% 0 0
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(2) li {
    width: calc(50% - 2%)
  }
  .sec3 .inner ul:nth-of-type(2) li img {
    height: 150px;
    object-fit: cover
  }
}
.sec3 .inner ul:nth-of-type(2) li:nth-child(1) {
  margin: 0
}
.sec3 .inner ul:nth-of-type(2) li:nth-child(1) {
  order: 3
}
.sec3 .inner ul:nth-of-type(2) li:nth-child(2) {
  order: 2
}
.sec3 .inner ul:nth-of-type(2) li:nth-child(3) {
  order: 1
}
@media screen and (max-width:767px) {
  .sec3 .inner ul:nth-of-type(2) li:nth-child(1) {
    display: none
  }
  .sec3 .inner ul:nth-of-type(2) li:nth-child(2) {
    order: 2;
    margin: 0
  }
  .sec3 .inner ul:nth-of-type(2) li:nth-child(3) {
    order: 1;
    margin: 0 4% 0 0
  }
}
.sec4 {
  width: 100%;
  padding: 5% 0;
  background: #fff
}
@media screen and (max-width:767px) {
  .sec4 {
    padding: 15% 0
  }
}
.sec4 ul {
  margin: 0 auto 5%;
  align-items: center
}
.sec4 ul li:nth-child(1) {
  width: 23%;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .5em
}
@media screen and (max-width:767px) {
  .sec4 ul li:nth-child(1) {
    width: 100%;
    margin: 0 auto 10%;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: .5em
  }
}
.sec4 ul li:nth-child(2) {
  width: 77%
}
@media screen and (max-width:767px) {
  .sec4 ul li:nth-child(2) {
    width: 100%
  }
}
.sec4 ul li:nth-child(2) dl {
  border-top: 1px solid #b2b2b2;
  font-size: 1.4rem
}
.sec4 ul li:nth-child(2) dl dt {
  width: 20%;
  padding: 1% 0;
  border-bottom: 1px solid #b2b2b2;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .sec4 ul li:nth-child(2) dl dt {
    width: 100%;
    padding: 3% 0 0;
    border-bottom: 0 none
  }
}
.sec4 ul li:nth-child(2) dl dd {
  width: 80%;
  padding: 1% 0;
  border-bottom: 1px solid #b2b2b2
}
@media screen and (max-width:767px) {
  .sec4 ul li:nth-child(2) dl dd {
    width: 100%;
    padding: 0 0 3%
  }
}
.sec4 ul li:nth-child(2) dl dd a {
  color: #000
}
@media screen and (max-width:767px) {
  .sec4 p.btn {
    margin: 10% auto 0
  }
}
.sec4 p.btn a {
  background: #fff;
  border: 1px solid #000;
  color: #000
}
.sec4 p.btn a:before {
  background: #000
}
.sec4 p.btn a:after {
  background: #000
}
.sec4 p.inst {
  max-width: 50px;
  margin: 3% auto 0
}
@media screen and (max-width:767px) {
  .sec4 p.inst {
    margin: 5% auto 0
  }
}
.history section.contents {
  background: #000
}
.history section.contents ul {
  margin: 0 auto 8%;
  justify-content: space-between;
  align-items: center
}
.history section.contents ul li {
  width: 50%
}
@media screen and (max-width:767px) {
  .history section.contents ul li {
    width: 100%
  }
}
.history section.contents ul li:nth-child(odd) {
  line-height: 0
}
@media screen and (max-width:767px) {
  .history section.contents ul li:nth-child(odd) {
    margin: 0 0 5%
  }
}
.history section.contents ul li:nth-child(even) {
  color: #fff
}
.history section.contents ul li:nth-child(even) h3 {
  max-width: 180px;
  margin: 0 0 4%
}
@media screen and (max-width:767px) {
  .history section.contents ul li:nth-child(even) h3 {
    max-width: 40%
  }
}
.history section.contents ul li:nth-child(even) p {
  margin: 0 0 15%;
  font-size: 1.5rem;
  letter-spacing: .05em
}
@media screen and (max-width:767px) {
  .history section.contents ul li:nth-child(even) p {
    margin: 0 0 10%
  }
}
.history section.contents ul li figure.trademark {
  width: 220px;
  margin: -30px 0 0;
  line-height: 0
}
@media screen and (max-width:767px) {
  .history section.contents ul li figure.trademark {
    margin: -10px 0 7%
  }
}
.history section.contents ul:nth-of-type(odd) li:nth-child(even) {
  padding: 0 0 0 5%
}
@media screen and (max-width:767px) {
  .history section.contents ul:nth-of-type(odd) li:nth-child(even) {
    padding: 0
  }
}
.history section.contents ul:nth-of-type(even) {
  flex-direction: row-reverse
}
.history section.contents ul:nth-of-type(even) li:nth-child(even) {
  padding: 0 5% 0 0
}
@media screen and (max-width:767px) {
  .history section.contents ul:nth-of-type(even) li:nth-child(even) {
    padding: 0
  }
}
.history section.contents ul:last-of-type {
  margin: 0 auto
}
.commit section.contents {
  background: #fff
}
.commit section.contents ul {
  justify-content: space-between;
  align-items: center
}
.commit section.contents ul li h2 {
  margin: 0 auto 4%;
  display: block
}
.commit section.contents ul:nth-of-type(1) {
  margin: 0 auto 10%;
  align-items: flex-end
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) {
    margin: 0 auto 15%
  }
}
.commit section.contents ul:nth-of-type(1) li {
  width: 47%
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li {
    width: 100%;
    margin: 0 auto 5%
  }
}
.commit section.contents ul:nth-of-type(1) li h2 {
  max-width: 265px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li h2 {
    max-width: 50%
  }
}
.commit section.contents ul:nth-of-type(1) li h3 {
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1.5
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li h3 {
    margin: 0 auto 4%;
    text-align: center;
    font-size: 2rem
  }
}
.commit section.contents ul:nth-of-type(1) li h3 + p {
  margin: 0 0 5%
}
.commit section.contents ul:nth-of-type(1) li p.pic {
  max-width: 200px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(1) img {
    width: 100%;
    height: 230px;
    margin: 0 auto 5%;
    object-fit: cover
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) {
  width: 85%;
  margin: 4% auto 0
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(3) {
    width: 100%;
    justify-content: center
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure {
  width: calc(33.3333% - 3%);
  margin: 0 4% 0 0;
  position: relative
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(3) figure {
    width: 45%;
    margin: 0 6% 10% 0
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure img {
  line-height: 0
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure figcaption {
  margin: 2% auto 0;
  text-align: center
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(3) figure figcaption {
    font-size: 1.1rem
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 10px;
  display: block
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(3) figure::before {
    width: 60px;
    height: 60px
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure:nth-of-type(1)::before {
  background: url("../images/commit/zen1.svg") no-repeat 0 0/cover
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(1) li:nth-child(3) figure:nth-of-type(2) {
    margin: 0 0 10%
  }
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure:nth-of-type(2)::before {
  background: url("../images/commit/zen2.svg") no-repeat 0 0/cover
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure:nth-of-type(3) {
  margin: 0
}
.commit section.contents ul:nth-of-type(1) li:nth-child(3) figure:nth-of-type(3)::before {
  background: url("../images/commit/zen3.svg") no-repeat 0 0/cover
}
.commit section.contents ul:nth-of-type(1) li:nth-child(odd) {
  line-height: 0
}
.commit section.contents ul:nth-of-type(2) {
  margin: 0 auto
}
.commit section.contents ul:nth-of-type(2) li {
  margin: 0 auto 2%
}
.commit section.contents ul:nth-of-type(2) li figure {
  justify-content: space-between;
  align-items: center
}
.commit section.contents ul:nth-of-type(2) li figure img {
  width: 47%;
  line-height: 0
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li figure img {
    width: 100%;
    height: 230px;
    margin: 0 auto 8%;
    object-fit: cover
  }
}
.commit section.contents ul:nth-of-type(2) li figure figcaption {
  width: 47%;
  line-height: 2
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li figure figcaption {
    width: 100%;
    margin: 0 auto 15%
  }
}
.commit section.contents ul:nth-of-type(2) li figure figcaption h2 {
  margin: 0 auto 5%
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li figure figcaption h2 {
    margin: 0 auto
  }
}
.commit section.contents ul:nth-of-type(2) li figure figcaption h2 img {
  width: auto
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li figure figcaption h2 img {
    height: auto;
    object-fit: contain
  }
}
.commit section.contents ul:nth-of-type(2) li:nth-child(1) figure figcaption h2 {
  width: 200px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li:nth-child(1) figure figcaption h2 {
    width: 40%
  }
}
.commit section.contents ul:nth-of-type(2) li:nth-child(2) figure {
  flex-direction: row-reverse
}
.commit section.contents ul:nth-of-type(2) li:nth-child(2) figure figcaption h2 {
  width: 70px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li:nth-child(2) figure figcaption h2 {
    width: 18%
  }
}
.commit section.contents ul:nth-of-type(2) li:nth-child(3) figure figcaption h2 {
  width: 130px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li:nth-child(3) figure figcaption h2 {
    width: 28%
  }
}
.commit section.contents ul:nth-of-type(2) li:nth-child(4) figure {
  flex-direction: row-reverse
}
.commit section.contents ul:nth-of-type(2) li:nth-child(4) figure figcaption h2 {
  width: 130px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li:nth-child(4) figure figcaption h2 {
    width: 28%
  }
}
.commit section.contents ul:nth-of-type(2) li:nth-child(5) figure figcaption h2 {
  width: 330px
}
@media screen and (max-width:767px) {
  .commit section.contents ul:nth-of-type(2) li:nth-child(5) figure figcaption h2 {
    width: 55%
  }
}
.shop section.contents {
  padding: 0
}
.shop section.contents article.main {
  width: 100%;
  padding: 10% 0 8%;
  background: #fff
}
@media screen and (max-width:767px) {
  .shop section.contents article.main {
    padding: 10% 0
  }
}
.shop section.contents article.main .inner h2 {
  max-width: 270px;
  margin: 0 auto 5%;
  display: block
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner h2 {
    max-width: 50%
  }
}
.shop section.contents article.main .inner .mainshopS {
  margin: 0 0 10%
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner .mainshopS {
    margin: 0 0 15%
  }
}
.shop section.contents article.main .inner .mainshopS .slick-dots {
  bottom: -7%
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner .mainshopS .slick-dots {
    bottom: -12%
  }
}
.shop section.contents article.main .inner .mainshopS .slick-dots li button:before {
  background: #bfbfbf
}
.shop section.contents article.main .inner .mainshopS .slick-dots .slick-active button:before {
  background: #8c8c8c
}
.shop section.contents article.main .inner .mainshopS + p {
  margin: 0 0 2%;
  font-size: 2rem;
  line-height: 1.3
}
.shop section.contents article.main .inner .mainshopS + p small {
  font-size: 1.4rem
}
.shop section.contents article.main .inner .mainshopS + p span {
  margin: 0 0 0 1%;
  font-size: 3.3rem
}
.shop section.contents article.main .inner dl {
  margin: 0 auto 8%;
  border-top: 1px solid #bebebe
}
.shop section.contents article.main .inner dl dt {
  width: 20%;
  padding: 1% 0;
  border-bottom: 1px solid #bebebe;
  color: #b4272d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner dl dt {
    width: 100%;
    border-bottom: 0 none;
    padding: 1% 0 0;
    font-size: 1.4rem
  }
}
.shop section.contents article.main .inner dl dd {
  width: 80%;
  padding: 1.5% 0;
  border-bottom: 1px solid #bebebe;
  font-size: 1.4rem;
  line-height: 1.6
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner dl dd {
    width: 100%;
    padding: 0 0 1%;
    font-size: 1.3rem
  }
}
.shop section.contents article.main .inner dl dd a {
  color: #0071af;
  border-bottom: 1px solid #0071af;
  font-family: "Noto Sans JP", sans-serif
}
.shop section.contents article.main .inner h3 {
  margin: 0 auto 2%;
  font-size: 2.3rem
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner h3 {
    margin: 0 auto 5%;
    font-size: 1.6rem;
    line-height: 1.6
  }
}
.shop section.contents article.main .inner ul.room {
  margin: 0 auto 5%
}
.shop section.contents article.main .inner ul.room li {
  width: calc(33.3333% - 2%);
  margin: 0 3% 3% 0;
  font-size: 1.4rem
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner ul.room li {
    width: calc(50% - 2%);
    font-size: 1.2rem
  }
}
.shop section.contents article.main .inner ul.room li:nth-child(3n) {
  margin: 0 0 3%
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner ul.room li:nth-child(3n) {
    margin: 0 3% 3% 0
  }
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner ul.room li:nth-child(even) {
    margin: 0 0 3%
  }
}
.shop section.contents article.main .inner iframe {
  width: 100%;
  height: 300px;
  border: 0 none;
  line-height: 0
}
.shop section.contents article.main .inner p.btn {
  width: 215px;
  margin: 4% auto 0;
  display: table;
  line-height: 0
}
@media screen and (max-width:767px) {
  .shop section.contents article.main .inner p.btn {
    width: 65%;
    margin: 8% auto 0;
    font-size: 1.6rem
  }
}
.shop section.contents article.main .inner p.btn a {
  padding: 25px 0 25px 25px;
  position: relative;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.shop section.contents article.main .inner p.btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
  background: #fff
}
.shop section.contents article.main .inner p.btn a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 10%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.shop section.contents article.group {
  width: 100%;
  padding: 12% 0 8%;
  background: #e4e4e4
}
@media screen and (max-width:767px) {
  .shop section.contents article.group {
    padding: 10% 0
  }
}
.shop section.contents article.group .inner h2 {
  max-width: 480px;
  margin: 0 auto 10%;
  display: block
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner h2 {
    max-width: 80%
  }
}
.shop section.contents article.group .inner ul.groupshop li {
  width: calc(50% - 1%);
  margin: 0 2% 7% 0;
  background: #fff
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li {
    width: 100%
  }
}
.shop section.contents article.group .inner ul.groupshop li:nth-child(even) {
  margin: 0 0 7%
}
.shop section.contents article.group .inner ul.groupshop li h3 {
  width: 100%;
  padding: 0 0 2%;
  text-align: center;
  background: #e4e4e4;
  font-size: 3rem;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li h3 {
    font-size: 1.8rem
  }
}
.shop section.contents article.group .inner ul.groupshop li figure img {
  line-height: 0
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption {
  height: 100%;
  padding: 2% 5%
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption p.op {
  height: 30px;
  text-align: right;
  color: #b6272d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption p.txt {
  height: 160px;
  margin: 0 0 2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption p.txt {
    height: auto
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption p.ad {
  margin: 3% 0 5%;
  font-size: 1.4rem;
  line-height: 1.6
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption p.ad span {
  font-size: 2.8rem
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption dl {
  border-top: 1px solid #bebebe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption dl {
    font-size: 1.3rem
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption dl dt {
  width: 25%;
  padding: 1.5% 0;
  border-bottom: 1px solid #bebebe;
  font-weight: 600
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption dl dt {
    width: 100%;
    padding: 2% 0 0;
    border-bottom: 0 none
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption dl dd {
  width: 75%;
  padding: 1.5% 0;
  border-bottom: 1px solid #bebebe
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption dl dd {
    width: 100%;
    padding: 0 0 2%
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption dl dd a {
  color: #0071af;
  border-bottom: 1px solid #0071af;
  font-family: "Noto Sans JP", sans-serif
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn {
  width: 90%;
  margin: 8% auto 5%
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn {
    width: 60%
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn.single li {
  width: 60%
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn li {
  width: 48%;
  margin: auto;
  text-align: center;
  line-height: 0
}
@media screen and (max-width:767px) {
  .shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn li {
    width: 100%;
    margin: 0 auto 5%
  }
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn li a {
  width: 100%;
  padding: 25px 0 25px 30px;
  position: relative;
  display: block;
  text-align: left;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn li a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  background: #fff
}
.shop section.contents article.group .inner ul.groupshop li figure figcaption ul.btn li a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.menu section.contents {
  padding: 0;
  background: #ececec
}
@media screen and (max-width:767px) {
  .menu section.contents {
    background: #fff
  }
}
.menu section.contents aside.menu-list {
  width: 30%;
  padding: 8% 0 0
}
@media screen and (max-width:767px) {
  .menu section.contents aside.menu-list {
    width: 100%
  }
}
.menu section.contents aside.menu-list ul {
  max-width: 190px;
  margin: 0 0 0 auto;
  border-top: 1px solid #c6c6c6
}
@media screen and (max-width:767px) {
  .menu section.contents aside.menu-list ul {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 0 none
  }
}
.menu section.contents aside.menu-list ul li {
  border-bottom: 1px solid #c6c6c6
}
@media screen and (max-width:767px) {
  .menu section.contents aside.menu-list ul li {
    width: 49%;
    margin: 0 0 1%;
    padding: 0;
    text-align: center;
    border-bottom: 0 none
  }
}
.menu section.contents aside.menu-list ul li a {
  padding: 15% 0;
  display: block;
  color: #000;
  font-size: 1.8rem;
  line-height: 0;
  letter-spacing: .1em
}
@media screen and (max-width:767px) {
  .menu section.contents aside.menu-list ul li a {
    background: #ececec;
    font-size: 1.4rem
  }
}
.menu section.contents aside.menu-list ul li a.active {
  color: #bb272d
}
.menu section.contents article.panels {
  width: 70%;
  background: #fff
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels {
    width: 100%
  }
}
.menu section.contents article.panels .inner {
  padding: 10% 8%
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner {
    padding: 10% 0
  }
}
.menu section.contents article.panels .inner h2 {
  margin: 0 0 5%;
  line-height: 0
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner h2 {
    margin: 0 0 5%
  }
}
.menu section.contents article.panels .inner h2 + p {
  margin: 0 0 12%
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner h2 + p {
    margin: 0 0 15%
  }
}
.menu section.contents article.panels .inner h2 + p.booking {
  margin: -3% 0 12%
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner h2 + p.booking {
    margin: -1% 0 5%
  }
}
.menu section.contents article.panels .inner h2 + p.booking span {
  margin: 0 3% 0 0;
  padding: 0 2%;
  display: inline-block;
  border: 1px solid #000
}
.menu section.contents article.panels .inner h2 + p.booking small {
  font-size: 1.6rem;
  font-weight: 400
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner h2 + p.booking small {
    font-size: 1.2rem
  }
}
.menu section.contents article.panels .inner h3 {
  margin: 0 0 2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner h3 {
    font-size: 1.6rem
  }
}
.menu section.contents article.panels .inner dl {
  margin: 0 0 8%;
  border-top: 1px solid #c6c6c6
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner dl {
    margin: 0 0 8%
  }
}
.menu section.contents article.panels .inner dl dt {
  width: 60%;
  padding: 1% 0;
  border-bottom: 1px solid #c6c6c6;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner dl dt {
    width: 100%;
    padding: 2% 0 0;
    line-height: 1.5;
    border-bottom: 0 none
  }
}
.menu section.contents article.panels .inner dl dt.menul {
  width: 100%;
  border-bottom: 0 none;
  line-height: 1.6
}
.menu section.contents article.panels .inner dl dt small {
  display: block;
  font-family: "Noto Sans JP", sans-serif
}
.menu section.contents article.panels .inner dl dd {
  width: 40%;
  padding: 1% 0;
  border-bottom: 1px solid #c6c6c6;
  text-align: right
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner dl dd {
    width: 100%;
    padding: 0 0 2%;
    text-align: left;
    line-height: 1.5
  }
}
.menu section.contents article.panels .inner figure {
  margin: 0 auto 8%
}
.menu section.contents article.panels .inner figure figcaption {
  margin: 1% 0 0;
  line-height: 1.6
}
.menu section.contents article.panels .inner figure figcaption small {
  margin: 2% 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif
}
.menu section.contents article.panels .inner figure figcaption span {
  font-size: 1.3rem;
}
.menu section.contents article.panels .inner ul.flex {
  align-items: center
}
.menu section.contents article.panels .inner ul.flex li {
  width: calc(50% - 3%);
  margin: 0 4.8% 5.5% 0
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner ul.flex li {
    width: 100%;
    margin: 0 0 3%
  }
.menu section.contents article.panels .inner figure figcaption span {
  font-size: 1.1rem;
}
}
.menu section.contents article.panels .inner ul.flex li:nth-child(even) {
  margin: 0 0 5.5%
}
.menu section.contents article.panels .inner ul.flex li dl {
  margin: 4% 0 8%;
  border-top: 0 none !important
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner p {
    line-height: 1.5
  }
}
.menu section.contents article.panels .inner p.t-right {
  margin: 12% 0 0 !important;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif
}
@media screen and (max-width:767px) {
  .menu section.contents article.panels .inner p.t-right {
    text-align: left
  }
}
.mabushi h2 {
  max-width: 350px
}
@media screen and (max-width:767px) {
  .mabushi h2 {
    max-width: 70%
  }
}
.mabushi p.trademark {
  max-width: 200px;
  margin: -7% 0 12%
}
.gyuman h2 {
  max-width: 135px
}
@media screen and (max-width:767px) {
  .gyuman h2 {
    max-width: 25%
  }
}
.gyuman p.trademark {
  max-width: 125px;
  margin: -7% 0 12%
}
.steak-gozen h2 {
  max-width: 470px
}
@media screen and (max-width:767px) {
  .steak-gozen h2 {
    max-width: 80%
  }
}
.takeout h2:nth-of-type(1) {
  max-width: 335px
}
@media screen and (max-width:767px) {
  .takeout h2:nth-of-type(1) {
    max-width: 60%
  }
}
.takeout h2:nth-of-type(2) {
  max-width: 375px;
  margin: 12% 0 2% !important
}
@media screen and (max-width:767px) {
  .takeout h2:nth-of-type(2) {
    max-width: 75%
  }
}
.takeout h2:nth-of-type(2) + p {
  margin: 0 0 3% !important
}
.takeout h2:nth-of-type(3) {
  max-width: 195px
}
@media screen and (max-width:767px) {
  .takeout h2:nth-of-type(3) {
    max-width: 40%
  }
}
.takeout h2:nth-of-type(3) + p {
  margin: 0 0 5% !important
}
.takeout h2:nth-of-type(4) {
  max-width: 95px
}
@media screen and (max-width:767px) {
  .takeout h2:nth-of-type(4) {
    max-width: 20%
  }
}
.takeout h2:nth-of-type(4) + p {
  margin: 0 0 3% !important
}
.takeout ul.takeoutlist {
  margin: 12% 0 8% !important
}
.takeout ul.takeoutlist li figure.flex {
  margin: 0 !important
}
.takeout ul.takeoutlist li figure.flex figcaption {
  width: 60%;
  margin: 2% 0 0
}
@media screen and (max-width:767px) {
  .takeout ul.takeoutlist li figure.flex figcaption {
    width: 100%
  }
}
.takeout ul.takeoutlist li figure.flex figcaption h3 img {
  width: 250px
}
@media screen and (max-width:767px) {
  .takeout ul.takeoutlist li figure.flex figcaption h3 img {
    width: 60%
  }
}
.takeout ul.takeoutlist li figure.flex figcaption p {
  margin: 0 0 6%
}
.takeout ul.takeoutlist li figure.flex img {
  width: 35%;
  margin: 0 0 0 auto
}
@media screen and (max-width:767px) {
  .takeout ul.takeoutlist li figure.flex img {
    width: 100%;
    margin: 0 auto
  }
}
.takeout ul.takeoutlist li dl dt {
  padding: 2% 0 !important
}
.takeout ul.takeoutlist li dl dd {
  padding: 2% 0 !important
}
.takeout ul.flex {
  margin: 0 0 12%
}
.takeout ul.flex li {
  margin: 3% 4.8% 2% 0 !important
}
.takeout ul.flex li:nth-child(even) {
  margin: 3% 0 2% !important
}
.takeout ul.flex li figure {
  margin: 0 !important
}
.takeout ul.flex li figure figcaption {
  margin: 2% 0 0 !important
}
.course h2:nth-of-type(1) {
  width: 100%
}
.course h2:nth-of-type(2) {
  width: 80%;
  margin: 5% 0 !important
}
.course h2:nth-of-type(3) {
  width: 80%;
  margin: 5% 0 !important
}
.course p.reservation {
  width: 100%;
  margin: 0 0 2%;
  padding: 3% 0;
  display: block;
  text-align: center;
  background: #f5aa3b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0
}
@media screen and (max-width:767px) {
  .course p.reservation {
    padding: 5% 0
  }
}
.course p.reservation + p {
  margin: 0 0 6%
}
@media screen and (max-width:767px) {
  .course p.reservation + p {
    font-size: 1.2rem
  }
}
.course dl {
  border-top: 0 none !important
}
.course dl dt {
  font-family: "Noto Sans JP", sans-serif
}
.course ul.coursemenu {
  margin: -2% 0 0;
  align-items: flex-start !important
}
.course ul.coursemenu li {
  padding: 0 0 0 1em;
  text-indent: -1em
}
.course ul.coursemenu li:nth-child(1) {
  width: 30% !important
}
.course ul.coursemenu li:nth-child(1) p {
  color: #bb272d;
  line-height: 2.5
}
@media screen and (max-width:767px) {
  .course ul.coursemenu {
    justify-content: space-between
  }
  .course ul.coursemenu li:nth-child(even) {
    margin: 0 !important;
    text-indent: 0
  }
  .course ul.coursemenu li:nth-child(1) p {
    line-height: 1.8
  }
}
.course ul.coursemenu li:nth-child(1) p::before {
  content: "◆";
  margin: 0 1% 0 0
}
.course ul.coursemenu li:nth-child(2) {
  width: 65% !important;
  margin: 0;
  line-height: 0
}
.course ul.lunchcourse {
  align-items: flex-start !important
}
.course ul.lunchcourse li h3 {
  font-family: "Noto Serif JP", serif !important
}
.course ul.lunchcourse li h3 + p {
  margin: 0 0 2% !important;
  padding: 0 0 2% !important;
  border-bottom: 1px solid #c6c6c6;
  font-family: "Noto Serif JP", serif !important
}
.course ul.lunchcourse li p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5
}
.lunch p.reservation {
  width: 100%;
  margin: 0 0 5%;
  padding: 3% 0;
  display: block;
  text-align: center;
  background: #f5aa3b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0
}
@media screen and (max-width:767px) {
  .lunch p.reservation {
    padding: 5% 0
  }
}
.lunch h2:nth-of-type(1) {
  max-width: 380px
}
@media screen and (max-width:767px) {
  .lunch h2:nth-of-type(1) {
    max-width: 100%
  }
}
.lunch h2:nth-of-type(2) {
  max-width: 535px
}
@media screen and (max-width:767px) {
  .lunch h2:nth-of-type(2) {
    max-width: 80%
  }
}
.lunch small {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.2rem
}
.lunch ul.flex {
  margin: 0 0 12%;
  align-items: flex-start !important
}
.lunch ul.flex li figure {
  margin: 0 !important
}
.lunch ul.flex li figure figcaption {
  margin: 5% 0 0 !important
}
.lunch ul.flex li figure figcaption h3 {
  font-family: "Noto Serif JP", serif !important
}
.lunch ul.flex li figure figcaption h3 + p {
  margin: 0 0 2% !important;
  padding: 0 0 2% !important;
  border-bottom: 1px solid #c6c6c6
}
#tab4, #tab5 {
  margin: -250px auto 0;
  padding: 250px 0 0
}
@media screen and (max-width:767px) {
  #tab4, #tab5 {
    margin: 0 0 1%;
    padding: 0
  }
}
.outline section.contents {
  background: #fff
}
.outline section.contents dl {
  margin: 0 auto;
  border-top: 1px solid #bebebe
}
.outline section.contents dl dt {
  width: 17%;
  padding: 1% 0;
  border-bottom: 1px solid #bebebe;
  color: #b4272d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .outline section.contents dl dt {
    width: 100%;
    padding: 2% 0 0;
    border-bottom: 0 none;
    font-size: 1.4rem
  }
}
.outline section.contents dl dd {
  width: 83%;
  padding: 1.5% 0 1%;
  border-bottom: 1px solid #bebebe;
  font-size: 1.4rem;
  line-height: 1.6
}
@media screen and (max-width:767px) {
  .outline section.contents dl dd {
    width: 100%;
    padding: 0 0 3%;
    font-size: 1.3rem
  }
}
.outline section.contents dl dd hr {
  height: 1px;
  margin: 1% 0;
  display: block;
  border: 0 none;
  background: #bebebe
}
@media screen and (max-width:767px) {
  .outline section.contents dl dd hr {
    margin: 2% 0
  }
}
.outline section.contents p.btn {
  width: 215px;
  margin: 3% auto 0;
  display: table;
  line-height: 0
}
@media screen and (max-width:767px) {
  .outline section.contents p.btn {
    margin: 8% auto 0
  }
}
.outline section.contents p.btn a {
  padding: 25px 0 25px 30px;
  position: relative;
  display: block;
  text-align: left;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
@media screen and (max-width:767px) {
  .outline section.contents p.btn a {
    font-size: 1.6rem
  }
}
.outline section.contents p.btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  background: #fff
}
.outline section.contents p.btn a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.faq section.contents {
  position: relative;
  background: #fff
}
.information section.contents {
  background: #fff
}
@media screen and (max-width:767px) {
  .information section.contents {
    padding: 15% 0 25%
  }
}
.information section.contents dl {
  margin: 0 auto;
  border-top: 1px solid #bebebe
}
.information section.contents dl dt {
  width: 17%;
  margin: .5% 0 0;
  padding: 1% 0;
  border-bottom: 1px solid #bebebe;
  font-size: 1.4rem;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .information section.contents dl dt {
    width: 100%;
    padding: 2% 0 0;
    border-bottom: 0 none;
    font-size: 1.2rem
  }
}
.information section.contents dl dd {
  width: 83%;
  padding: 1.5% 0 1%;
  border-bottom: 1px solid #bebebe;
  font-size: 1.8rem;
  line-height: 1.6
}
@media screen and (max-width:767px) {
  .information section.contents dl dd {
    width: 100%;
    padding: 0 0 3%;
    font-size: 1.4rem
  }
}
.infoD h2 {
  padding: 0 0 1%;
  border-bottom: 1px solid #bebebe;
  color: #b6272d;
  font-size: 3rem;
  line-height: 1.6
}
@media screen and (max-width:767px) {
  .infoD h2 {
    font-size: 1.6rem
  }
}
.infoD time.date {
  margin: 0 0 5%;
  display: block;
  font-size: 1.4rem
}
@media screen and (max-width:767px) {
  .infoD time.date {
    font-size: 1.2rem
  }
}
.infoD p.btn {
  width: 215px;
  margin: 15% auto 0;
  display: table;
  line-height: 0
}
@media screen and (max-width:767px) {
  .infoD p.btn {
    margin: 8% auto 0
  }
}
.infoD p.btn a {
  padding: 25px 0 25px 30px;
  position: relative;
  display: block;
  text-align: left;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
@media screen and (max-width:767px) {
  .infoD p.btn a {
    font-size: 1.6rem
  }
}
.infoD p.btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  background: #fff
}
.infoD p.btn a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.contact h1 span, .confirm h1 span, .thanks h1 span {
  height: 240px
}
@media screen and (max-width:767px) {
  .contact h1 span, .confirm h1 span, .thanks h1 span {
    height: 150px
  }
}
.contact section.contents, .confirm section.contents, .thanks section.contents {
  background: #fff
}
.contact section.contents .inner p, .confirm section.contents .inner p, .thanks section.contents .inner p {
  margin: 0 0 2%
}
@media screen and (max-width:767px) {
  .contact section.contents .inner p, .confirm section.contents .inner p, .thanks section.contents .inner p {
    margin: 0 0 5%
  }
}
.contact section.contents .inner p strong, .confirm section.contents .inner p strong, .thanks section.contents .inner p strong {
  color: #b6272d
}
.contact section.contents .inner dl, .confirm section.contents .inner dl, .thanks section.contents .inner dl {
  margin: 8% auto 3%
}
.contact section.contents .inner dl dt, .confirm section.contents .inner dl dt, .thanks section.contents .inner dl dt {
  width: 25%;
  margin: 0 0 1%;
  color: #b4272d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600
}
@media screen and (max-width:767px) {
  .contact section.contents .inner dl dt, .confirm section.contents .inner dl dt, .thanks section.contents .inner dl dt {
    width: 100%;
    font-size: 1.4rem
  }
}
.contact section.contents .inner dl dd, .confirm section.contents .inner dl dd, .thanks section.contents .inner dl dd {
  width: 75%;
  margin: 0 0 1%
}
@media screen and (max-width:767px) {
  .contact section.contents .inner dl dd, .confirm section.contents .inner dl dd, .thanks section.contents .inner dl dd {
    width: 100%;
    margin: 0 0 3%
  }
}
.contact section.contents .inner dl dd input[type="text"], .contact section.contents .inner dl dd input[type="email"], .contact section.contents .inner dl dd input[type="tel"], .confirm section.contents .inner dl dd input[type="text"], .confirm section.contents .inner dl dd input[type="email"], .confirm section.contents .inner dl dd input[type="tel"], .thanks section.contents .inner dl dd input[type="text"], .thanks section.contents .inner dl dd input[type="email"], .thanks section.contents .inner dl dd input[type="tel"] {
  width: 50%;
  padding: .2% 1%;
  border: 1px solid #bebebe
}
@media screen and (max-width:767px) {
  .contact section.contents .inner dl dd input[type="text"], .contact section.contents .inner dl dd input[type="email"], .contact section.contents .inner dl dd input[type="tel"], .confirm section.contents .inner dl dd input[type="text"], .confirm section.contents .inner dl dd input[type="email"], .confirm section.contents .inner dl dd input[type="tel"], .thanks section.contents .inner dl dd input[type="text"], .thanks section.contents .inner dl dd input[type="email"], .thanks section.contents .inner dl dd input[type="tel"] {
    width: 100%;
    padding: 2% 1%
  }
}
.contact section.contents .inner dl dd input[type="text"].short, .contact section.contents .inner dl dd input[type="email"].short, .contact section.contents .inner dl dd input[type="tel"].short, .confirm section.contents .inner dl dd input[type="text"].short, .confirm section.contents .inner dl dd input[type="email"].short, .confirm section.contents .inner dl dd input[type="tel"].short, .thanks section.contents .inner dl dd input[type="text"].short, .thanks section.contents .inner dl dd input[type="email"].short, .thanks section.contents .inner dl dd input[type="tel"].short {
  width: 20%
}
@media screen and (max-width:767px) {
  .contact section.contents .inner dl dd input[type="text"].short, .contact section.contents .inner dl dd input[type="email"].short, .contact section.contents .inner dl dd input[type="tel"].short, .confirm section.contents .inner dl dd input[type="text"].short, .confirm section.contents .inner dl dd input[type="email"].short, .confirm section.contents .inner dl dd input[type="tel"].short, .thanks section.contents .inner dl dd input[type="text"].short, .thanks section.contents .inner dl dd input[type="email"].short, .thanks section.contents .inner dl dd input[type="tel"].short {
    width: 50%
  }
}
.contact section.contents .inner dl dd textarea, .confirm section.contents .inner dl dd textarea, .thanks section.contents .inner dl dd textarea {
  width: 100%;
  height: 300px;
  padding: .2% 1%;
  border: 1px solid #bebebe
}
.contact section.contents .inner p.btn, .confirm section.contents .inner p.btn, .thanks section.contents .inner p.btn {
  width: 215px;
  margin: 3% auto 0;
  position: relative;
  display: table;
  line-height: 0
}
@media screen and (max-width:767px) {
  .contact section.contents .inner p.btn, .confirm section.contents .inner p.btn, .thanks section.contents .inner p.btn {
    margin: 8% auto 0;
    font-size: 1.6rem
  }
}
.contact section.contents .inner p.btn:before, .confirm section.contents .inner p.btn:before, .thanks section.contents .inner p.btn:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 35%;
  right: 8%;
  display: block;
  background: #fff
}
.contact section.contents .inner p.btn:after, .confirm section.contents .inner p.btn:after, .thanks section.contents .inner p.btn:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 30%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.contact section.contents .inner p.btn input[type="submit"], .confirm section.contents .inner p.btn input[type="submit"], .thanks section.contents .inner p.btn input[type="submit"] {
  width: 100%;
  padding: 25px 0 25px 30px;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.confirm section.contents .inner p.btn1 {
  width: 500px;
  margin: 3% auto 0;
  text-align: center;
  display: flex;
  justify-content: space-between
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 {
    width: 100%
  }
}
.confirm section.contents .inner p.btn1 span {
  width: 48%;
  position: relative;
  line-height: 0
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 span {
    margin: 8% auto 0;
    font-size: 1.6rem
  }
}
.confirm section.contents .inner p.btn1 span:nth-of-type(1):before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 35%;
  left: 8%;
  display: block;
  background: #fff
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 span:nth-of-type(1):before {
    top: 30%
  }
}
.confirm section.contents .inner p.btn1 span:nth-of-type(1):after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 30%;
  left: 8%;
  display: block;
  background: #fff;
  transform: rotate(-30deg)
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 span:nth-of-type(1):after {
    top: 25%
  }
}
.confirm section.contents .inner p.btn1 span:nth-of-type(1) input[type="button"] {
  width: 100%;
  padding: 25px 0;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.confirm section.contents .inner p.btn1 span:nth-of-type(2):before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 35%;
  right: 8%;
  display: block;
  background: #fff
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 span:nth-of-type(2):before {
    top: 30%
  }
}
.confirm section.contents .inner p.btn1 span:nth-of-type(2):after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 30%;
  right: 8%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
@media screen and (max-width:767px) {
  .confirm section.contents .inner p.btn1 span:nth-of-type(2):after {
    top: 25%
  }
}
.confirm section.contents .inner p.btn1 span:nth-of-type(2) input[type="submit"] {
  width: 100%;
  padding: 25px 0;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.reserve section.contents {
  background: #fff
}
.reserve section.contents .inner p {
  margin: 0 0 2%
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner p {
    line-height: 1.6
  }
}
.reserve section.contents .inner p strong {
  color: #b6272d
}
.reserve section.contents .inner dl {
  margin: 0 auto 3%;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner dl {
    margin: 5% auto;
    font-size: 1.6rem;
    line-height: 1.2
  }
}
.reserve section.contents .inner dl dt {
  margin: 0 5% 0 0
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner dl dt {
    width: 100%
  }
}
.reserve section.contents .inner dl dd span {
  font-size: 5.2rem
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner dl dd span {
    width: 100%;
    font-size: 3.6rem
  }
}
.reserve section.contents .inner p.btn {
  width: 395px;
  margin: 0 0 5%;
  position: relative;
  line-height: 0
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner p.btn {
    width: 100%;
    margin: 0 0 10%;
    font-size: 1.6rem
  }
}
.reserve section.contents .inner p.btn:before {
  content: "";
  width: 24px;
  height: 27px;
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: 1;
  display: block;
  background: url("../images/i-calendar.svg") no-repeat center/cover
}
.reserve section.contents .inner p.btn a {
  padding: 25px 0 25px 80px;
  position: relative;
  display: block;
  background: #b6272d;
  border-radius: 50px;
  color: #fff
}
.reserve section.contents .inner p.btn a:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  background: #fff
}
.reserve section.contents .inner p.btn a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 42%;
  right: 5%;
  display: block;
  background: #fff;
  transform: rotate(30deg)
}
.reserve section.contents .inner p.btn small {
  margin: 5% auto 0;
  display: block;
  color: #b6272d
}
.reserve section.contents .inner figure.bnr {
  max-width: 600px;
  margin: 0 0 50px;
  line-height: 0
}
.reserve section.contents .inner figure.bnr figcaption {
  margin: 3% 0 0;
  font-size: 1.3rem
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner figure.bnr {
    line-height: 1.2
  }
  .reserve section.contents .inner figure.bnr figcaption {
    margin: 2% 0 0;
    font-size: 1.1rem
  }
}
.reserve section.contents .inner ul {
  line-height: 1.2
}
.reserve section.contents .inner ul li {
  width: calc(33.3333% - 2%);
  margin: 0 3% 3% 0
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner ul li {
    width: 100%;
    margin: 0 auto 5%
  }
}
.reserve section.contents .inner ul li span {
  font-size: 3rem
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner ul li span {
    font-size: 2.8rem
  }
}
.reserve section.contents .inner ul li:nth-child(3n) {
  margin: 0 0 3%
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner ul li:nth-child(3n) {
    margin: 0 auto 5%
  }
}
@media screen and (max-width:767px) {
  .reserve section.contents .inner ul li:nth-child(even) {
    margin: 0 auto 5%
  }
}
.recruit section.contents {
  position: relative;
  background: #fff
}