@charset "UTF-8";
/*===============================
 
    base
 
================================*/
* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #000;
  position: relative;
  letter-spacing: .1em; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #33a5cb; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }
  @media (min-width: 992px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 992px) {
    .pc {
      display: block; } }

.inner {
  margin: 0 5%;
  max-width: 1280px; }
  @media (min-width: 992px) {
    .inner {
      margin: 0 auto; } }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0;
    list-style: none; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*decoration*/
.fb {
  font-weight: bold; }

.ct-txt {
  text-align: center; }

.ct-right {
  text-align: right; }

.cl-red {
  color: #ff0000; }

.bg-line {
  background: #00b900; }

.y-line {
  background: linear-gradient(transparent 50%, #ffff80 50%); }

.gra01 {
  background: #27b1e7;
  background: linear-gradient(90deg, #27b1e7 0%, #9888e7 100%); }

.gra01-txt {
  background: #27b1e7;
  background: linear-gradient(180deg, #27b1e7 -50%, #9888e7 100%);
  color: #fff; }

.bg-ye {
  background: #ffff00; }

.bg-white {
  background: #fff; }

.bg01 {
  background: #f2f2f2; }

.more-btn {
  text-align: center;
  margin: 3.0em auto 0;
  font-size: 1.8rem;
  font-weight: bold;
  width: 80%; }
  @media (min-width: 992px) {
    .more-btn {
      margin: 5.0em auto 0; } }
  .more-btn i {
    margin: 0 .5em 0 0; }
  .more-btn a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    border: 2px solid #333;
    display: block;
    padding: 1.0em;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: .3s; }
    .more-btn a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: #333;
      transform-origin: 100% 50%;
      transform: scaleX(0);
      transition: transform ease .3s; }
    .more-btn a:hover {
      color: #fff; }
      .more-btn a:hover:before {
        transform-origin: 0% 50%;
        transform: scaleX(1); }

/*decoration END*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*animation*/
.fluffy {
  animation: fluffy1 2s ease infinite; }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
/*anime END*/
/*===============================
 
    ヘッダー
 
================================*/
header {
  z-index: 1; }
  header .inner {
    display: block;
    position: relative; }
  header .header-pc {
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    position: static;
    top: -30px; }
    @media (min-width: 992px) {
      header .header-pc {
        padding: 15px 0; } }
  @media (min-width: 992px) {
    header .m_fixed {
      width: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 9999;
      transition: all 0.3s ease 0s;
      background: rgba(0, 0, 0, 0.7); } }
  header .logo {
    max-width: 100px;
    margin: 0 10px 0 0; }
    header .logo a {
      display: block;
      transition: .6s; }
      header .logo a:hover {
        opacity: .5; }
  header .top-copy {
    padding: 6px 0 4px;
    font-size: 1.2rem;
    color: #333;
    background: #f2f2f2;
    letter-spacing: .05em; }

/*===============================
 
    ナビゲーション
 
================================*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  /*ナビのスタート位置と形状*/
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: white;
  transition: all 0.6s; }
  @media (min-width: 992px) {
    #g-nav {
      position: static;
      background: none;
      top: 0;
      left: auto;
      right: 0;
      height: auto; } }

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }
  @media (min-width: 992px) {
    #g-nav ul {
      position: absolute;
      top: 8%;
      left: auto;
      right: 0;
      transform: none;
      width: auto; } }

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left; }
  @media (min-width: 992px) {
    #g-nav li {
      display: inline-block; } }

#g-nav li a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: .6s;
  font-size: 2.4rem;
  font-style: italic; }
  @media (min-width: 992px) {
    #g-nav li a:hover {
      color: #ffff00; } }
  @media (min-width: 992px) {
    #g-nav li a {
      display: inline-block;
      padding: 0 0 0 1.25em;
      margin: 0 0 0 1.5em;
      font-size: 1.4rem;
      color: #fff;
      position: relative; }
      #g-nav li a:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg);
        top: 30%;
        left: 0; } }

.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  right: 2%;
  top: 2%;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  @media (min-width: 992px) {
    .openbtn {
      display: none; } }

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 45%; }

.openbtn span:nth-of-type(1) {
  top: 15px; }

.openbtn span:nth-of-type(2) {
  top: 23px; }

.openbtn span:nth-of-type(3) {
  top: 31px; }

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }

.openbtn.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

/*===============================
 
    メールフォーム
 
================================*/
form {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.reg-form {
  box-sizing: border-box;
  padding: 0;
  max-width: 1200px; }
  @media (min-width: 992px) {
    .reg-form {
      letter-spacing: -.5em; } }
  .reg-form dt,
  .reg-form dd {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      .reg-form dt,
      .reg-form dd {
        vertical-align: middle;
        letter-spacing: normal;
        display: inline-block;
        font-size: 1.8rem; } }
  .reg-form dt {
    margin: 0 0 .25em; }
    @media (min-width: 992px) {
      .reg-form dt {
        width: 30%;
        text-align: center; } }
  .reg-form dd {
    margin: 0 0 2.0em; }
    .reg-form dd.bg01 {
      background: #fff;
      border: 1px solid #ccc;
      box-sizing: border-box;
      padding: 1.0em; }
    @media (min-width: 992px) {
      .reg-form dd {
        width: 70%; } }
    .reg-form dd .wpcf7-list-item {
      margin: 0 0 1.0em;
      padding: 0 0 0 2.0em;
      display: block;
      position: relative; }
      .reg-form dd .wpcf7-list-item.last {
        margin: 0; }
      @media (min-width: 992px) {
        .reg-form dd .wpcf7-list-item {
          margin: 0 0 .5em; } }
  .reg-form input[type="text"],
  .reg-form input[type="email"],
  .reg-form input[type="tel"],
  .reg-form textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 1.0em;
    border-radius: 10px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif; }
    @media (min-width: 992px) {
      .reg-form input[type="text"],
      .reg-form input[type="email"],
      .reg-form input[type="tel"],
      .reg-form textarea {
        font-size: 1.8rem; } }
  .reg-form .must,
  .reg-form .optional {
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 10px;
    padding: .25em 0.5em;
    letter-spacing: .1em;
    vertical-align: middle; }
  .reg-form .must {
    background: #FF1A00; }
  .reg-form .optional {
    background: #999; }
  .reg-form .mini {
    font-size: 1.2rem;
    display: block; }
  .reg-form .wpcf7-list-item {
    margin: 0 0 1.0em;
    padding: 0 0 0 2.0em;
    display: block;
    position: relative; }
    @media (min-width: 992px) {
      .reg-form .wpcf7-list-item {
        margin: 0 0 0.5em; } }
    .reg-form .wpcf7-list-item input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0.4em;
      margin: 0;
      padding: 0;
      width: 20px;
      height: 20px; }
  .reg-form .wpcf7-list-item {
    margin: 0;
    padding: 0; }

.wpcf7 .ajax-loader {
  display: block !important; }

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
  letter-spacing: .1em;
  margin: 0 0 0 .5em; }

.wpcf7 form .wpcf7-response-output {
  padding: 2.0em !important; }

.form-btn {
  margin: 2.0em 0 0; }
  .form-btn input[type="submit"] {
    display: block;
    line-height: 1.0;
    box-sizing: border-box;
    background: none;
    border: 2px solid #333;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 1.25em;
    font-size: 1.8rem;
    border-radius: 0;
    background: #fff;
    color: #000;
    letter-spacing: .2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    transition: .2s; }
    .form-btn input[type="submit"]:hover {
      color: #fff;
      background: #000;
      cursor: pointer; }
    @media (min-width: 992px) {
      .form-btn input[type="submit"] {
        padding: 1.5em 0; } }

input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0.2em;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px; }

/*===============================
 
    footer
 
================================*/
#page-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 2%;
  z-index: 10; }
  @media (min-width: 992px) {
    #page-top {
      display: block; } }
  #page-top a {
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    background: #303030;
    transition: opacity .6s ease;
    color: #e9bc00;
    align-items: center;
    text-decoration: none;
    font-size: 2.0rem;
    border-radius: 0; }
    @media (min-width: 992px) {
      #page-top a {
        width: 50px;
        height: 50px;
        font-size: 3.0rem; } }
    #page-top a:hover {
      opacity: .3; }

#footer-btn {
  position: fixed;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.0em;
  z-index: 100; }
  @media (min-width: 992px) {
    #footer-btn {
      left: auto;
      right: 0;
      width: auto; } }
  #footer-btn a {
    text-decoration: none;
    font-size: 1.8rem; }
  #footer-btn .btn01 {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1.0em 0;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      #footer-btn .btn01 {
        padding: 1.0em 1.5em; } }

.footer-content {
  background: #111;
  padding: 60px 0; }
  @media (min-width: 992px) {
    .footer-content {
      padding: 100px 0; } }
  @media (min-width: 992px) {
    .footer-content .footer-left {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .footer-content .footer-left h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 1.0em; }
    @media (min-width: 992px) {
      .footer-content .footer-left h2 {
        font-size: 3.0rem;
        width: 50%; } }
    .footer-content .footer-left h2 a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      transition: .6s; }
      .footer-content .footer-left h2 a:hover {
        opacity: .5; }
    .footer-content .footer-left h2 .block {
      display: block; }
      .footer-content .footer-left h2 .block span {
        display: inline-block;
        width: 50%;
        max-width: 300px;
        margin: 10px auto; }
  .footer-content .footer-right .add-iframe p {
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff; }
  .footer-content .add-table {
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: -.5em; }
    @media (min-width: 992px) {
      .footer-content .add-table {
        width: 50%;
        font-size: 2.4rem; } }
    .footer-content .add-table dt,
    .footer-content .add-table dd {
      margin: 0;
      padding: 0;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 .75em; }
      .footer-content .add-table dt:last-of-type,
      .footer-content .add-table dd:last-of-type {
        margin: 0; }
    .footer-content .add-table dt {
      width: 30%;
      text-align: center; }
      @media (min-width: 992px) {
        .footer-content .add-table dt {
          width: 20%; } }
    .footer-content .add-table dd {
      width: 70%;
      padding: 0 1.0em; }
      @media (min-width: 992px) {
        .footer-content .add-table dd {
          width: 80%; } }
      .footer-content .add-table dd .mini {
        display: block;
        font-size: 1.2rem; }
        @media (min-width: 992px) {
          .footer-content .add-table dd .mini {
            font-size: 1.8rem;
            line-height: 1.0; } }
      .footer-content .add-table dd .bg-txt {
        background: #fff;
        color: #333;
        padding: .25em .5em;
        margin: 0 .5em 0 0; }
      .footer-content .add-table dd ul li {
        line-height: 2.0; }
    .footer-content .add-table a {
      color: #fff;
      text-decoration: underline;
      transition: .6s; }
      .footer-content .add-table a:hover {
        text-decoration: none; }

footer .copyright {
  background: #666;
  padding: 0.5em 0;
  text-align: center; }
  @media (min-width: 992px) {
    footer .copyright {
      padding: .5em 0; } }
  footer .copyright a {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none; }

.footer-nav {
  background: #4f4f4f;
  padding: 1.0em 0;
  text-align: right; }
  .footer-nav ul {
    margin: 0 5% 0 0; }
    @media (min-width: 992px) {
      .footer-nav ul {
        margin: 0 7.5% 0 0; } }
    .footer-nav ul li {
      display: inline-block;
      font-style: italic;
      font-size: 1.4rem;
      margin: 0 0 0 1.0em; }
      .footer-nav ul li:first-child {
        margin: 0; }
      @media (min-width: 992px) {
        .footer-nav ul li {
          font-size: 1.4rem; } }
      .footer-nav ul li a {
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        transition: .6s; }
        .footer-nav ul li a:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-right: 1px solid #666;
          border-bottom: 1px solid #666;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin: 0 6px 0 0; }
        .footer-nav ul li a:hover {
          color: #ffff00; }

.foot-contact-area {
  position: fixed;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
  background: rgba(255, 255, 255, 0.9); }
  @media (min-width: 992px) {
    .foot-contact-area {
      display: none; } }
  .foot-contact-area .lead {
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: bold;
    padding: .5em 0; }
  .foot-contact-area ul {
    display: flex; }
    .foot-contact-area ul li {
      width: 30%; }
      .foot-contact-area ul li.page-top {
        width: 10%; }
      .foot-contact-area ul li:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
      .foot-contact-area ul li:nth-child(3) a {
        background: #00b900; }
      .foot-contact-area ul li:nth-child(4) a {
        background: #303030;
        color: #fff; }
    .foot-contact-area ul .icon {
      width: 24px;
      display: block;
      margin: 0 auto; }
    .foot-contact-area ul a {
      background: #27b1e7;
      background: linear-gradient(0deg, #27b1e7 0%, #9888e7 100%);
      text-decoration: none;
      color: #fff;
      display: block;
      padding: .5em;
      font-size: 1.6rem; }

@media (min-width: 992px) {
  .add-iframe {
    display: flex;
    justify-content: space-between;
    align-items: baseline; } }
.add-iframe iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  min-height: 200px;
  border: 0; }
  @media (min-width: 992px) {
    .add-iframe iframe {
      min-height: 400px; } }
.add-iframe p {
  margin: 0 0 .5em;
  font-size: 2.0rem;
  font-weight: bold;
  color: #27b1e7;
  background: -webkit-linear-gradient(0deg, #27b1e7, #9888e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center; }
  .add-iframe p:before, .add-iframe p:after {
    content: "";
    border-top: 1px solid #ccc;
    width: 2.0rem; }
  .add-iframe p:before {
    margin: 0 .2em 0 0; }
  .add-iframe p:after {
    margin: 0 0 0 .2em; }
  @media (min-width: 992px) {
    .add-iframe p {
      font-size: 3.0rem; } }
@media (min-width: 992px) {
  .add-iframe .map,
  .add-iframe .youtube {
    width: 48%; } }
.add-iframe .youtube {
  margin: 30px 0 0; }

.pc-contact-area {
  display: none; }
  @media (min-width: 992px) {
    .pc-contact-area {
      display: block;
      width: 60px;
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 999; } }
  .pc-contact-area ul li {
    margin: 0 0 .5em; }
    .pc-contact-area ul li:last-child {
      margin: 0; }
    .pc-contact-area ul li:nth-child(2) a {
      background: #00b900; }
    .pc-contact-area ul li.page-top {
      text-align: center;
      font-size: 3.0rem; }
      .pc-contact-area ul li.page-top a {
        background: #303030;
        transition: opacity .6s ease;
        color: #fff;
        padding: .25em 0;
        line-height: 1.0; }
  .pc-contact-area ul a {
    background: #27b1e7;
    background: linear-gradient(0deg, #27b1e7 0%, #9888e7 100%);
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 1.0em;
    text-transform: .6s; }
    .pc-contact-area ul a span {
      display: block;
      width: 30px;
      margin: 0 auto; }
    .pc-contact-area ul a:hover {
      opacity: .7; }

.instagram-follow {
  position: fixed;
  top: 2%;
  right: 20%;
  width: 50px;
  height: 50px;
  padding: 10px;
  z-index: 100;
  background: #f82c93;
  background: linear-gradient(90deg, #f82c93 0%, #9032c4 100%);
  display: none;
  border-radius: 50%; }
  .instagram-follow a {
    text-decoration: none;
    display: block; }

.instagram-follow-pc {
  display: none; }
  @media (min-width: 992px) {
    .instagram-follow-pc {
      display: block;
      position: fixed;
      top: 20%;
      right: 0;
      z-index: 100;
      width: 60px;
      transition: .6s; }
      .instagram-follow-pc:hover {
        opacity: .7; } }

.reserve-list {
  display: flex;
  justify-content: space-between; }
  .reserve-list a {
    display: block;
    text-decoration: none;
    background: #0c056d;
    color: #fff;
    font-size: 1.8rem;
    padding: 1.0em .5em;
    text-align: center;
    letter-spacing: normal;
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .reserve-list a {
        padding: 1.5em .5em; } }
    .reserve-list a:before {
      content: "";
      top: 5px;
      left: 5px;
      border-bottom: 10px solid transparent;
      border-left: 10px solid white;
      position: absolute; }
    .reserve-list a:hover:after {
      transform-origin: top right;
      transform: skewX(-45deg) translateX(0); }
    .reserve-list a::after {
      content: '';
      width: 135%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transform-origin: top left;
      transform: skewX(-45deg) translateX(-100%);
      transition: inherit; }
  .reserve-list .icon {
    display: block;
    width: 30px;
    margin: 0 auto 5px; }
  .reserve-list li {
    width: calc(100% * 2/3);
    margin: 0; }
    .reserve-list li:nth-child(2) a {
      background: #b61a1a; }
    .reserve-list li:nth-child(3) a {
      background: #00b900; }

.contact-way {
  margin: 0 auto 3.0em;
  max-width: 600px; }
  @media (min-width: 992px) {
    .contact-way {
      margin: 0 auto 4.0em; } }
  .contact-way .reserve-list li:nth-child(2) a {
    background: #00b900; }
  .contact-way .reserve-list a {
    padding: 1.0em .5em .5em;
    background: #b61a1a; }

.mail-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 1.0em;
  padding: .6em 0 .5em;
  position: relative; }
  .mail-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, transparent 0%, transparent 50%);
    background-size: 4px 4px; }
  .mail-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, transparent 0%, transparent 50%);
    background-size: 4px 4px; }
  @media (min-width: 992px) {
    .mail-title {
      font-size: 4.0rem; } }

/*===============================
 
    layout-wrap
 
================================*/
.layout-wrap {
  display: flex;
  flex-wrap: wrap; }
  .layout-wrap .layout-crad {
    width: 50%;
    padding: 0 2%;
    margin: 4% 0; }
    @media (min-width: 768px) {
      .layout-wrap .layout-crad {
        width: 33%; } }
    @media (min-width: 992px) {
      .layout-wrap .layout-crad {
        width: 25%; } }
    .layout-wrap .layout-crad .pic {
      margin: 0; }
  .layout-wrap .blog-content-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: .2em 0 0;
    letter-spacing: .1em; }
    @media (min-width: 768px) {
      .layout-wrap .blog-content-title {
        font-size: 2.2rem; } }
    .layout-wrap .blog-content-title a {
      color: #333;
      text-decoration: none; }

.page-title {
  font-size: 8.0rem;
  letter-spacing: .05em;
  line-height: 1.0;
  margin: 0 0 .5em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-style: italic;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 10.0rem; } }

.snsList {
  align-items: self-start !important;
  gap: 0 !important; }
  .snsList li {
    padding: 0 !important;
    margin: 0 .5em .5em 0 !important; }
    .snsList li:last-child {
      margin: 0 !important; }
    .snsList li:before {
      content: "";
      display: none; }

.simple-title {
  font-size: 4.0rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 .5em;
  letter-spacing: .1em; }
