@charset "UTF-8";
/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:wght@700&family=Noto+Sans+JP&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.montserrat, .line_h, .h_style, .more, .breadcrumb li {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.notoM, .underline_h, .sec_catch, .h_style span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.rollerscript, .more {
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  background: url(/img/parts/bg_noise.png);
}
@media all and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}

.wrap__inner {
  max-width: 1450px;
  margin: 0 auto;
}

@media all and (max-width: 1700px) {
  .wrap, .wrap__inner {
    width: 96%;
  }
}
@media all and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
  .wrap__inner {
    width: 100%;
  }
}
header, footer, section {
  position: relative;
}

.navi_open {
  overflow: hidden;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

li {
  list-style: none;
}

em, address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none !important;
}

.sp_only {
  display: none !important;
}

.tab_sp_only {
  display: none !important;
}

.flex {
  display: flex;
}

.col {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.align_right {
  margin-left: auto;
}

.v_top {
  vertical-align: top;
}

.align_end {
  align-items: flex-end;
}

.hr_red {
  border-top: 4px solid #F06446;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

@media all and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("/img/icon/pdf.svg");
  vertical-align: middle;
}

.w600 {
  max-width: 600px;
}

.w670 {
  max-width: 670px;
}

.w700 {
  max-width: 700px;
}

.w790 {
  max-width: 790px;
}

.w940 {
  max-width: 940px;
}

.swiper-container {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    color: #007EC4;
  }
}

.item, a {
  transition: all 0.2s ease-in-out;
}
.rp_visual{
  margin-top:100px;
}

/* ---------------------------------------------------------
パララックス
--------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.in2 {
  transition-duration: 1200ms;
}

.in3 {
  transition-duration: 1400ms;
}

.fade-in-up {
  transform: translate(0, 100px);
}

.fade-in-down {
  transform: translate(0, -100px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -30px;
}
.col_3 > * {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media all and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo:after {
  display: block;
  content: "";
  padding-top: 64.5161290323%;
}

.photo_img {
  display: block;
  position: relative;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 53%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.item_card {
  position: relative;
  padding-bottom: 30px;
}
.item_card > a {
  color: #000;
}
.item_card > a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 13px;
  background: no-repeat 50%/cover url(/img/parts/more_arrow.svg);
}
.item_card > a:hover {
  opacity: 0.8;
}
.item_card .photo_img {
  margin-bottom: 20px;
}
.item_card .before, .item_card .open, .item_card .close {
  display: inline-block;
  width: 117px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 25px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}
.item_card .evt1, .item_card .evt2 {
  background: #C09F80;
}
.item_card .evt3 {
  background: #76323F;
}
.item_card .evt4 {
  background: #000;
}
.item_card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
.item_card .detail dl {
  display: flex;
  margin-bottom: 5px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.item_card .detail dt {
  width: 5em;
  padding-right: 1em;
  color: #76323F;
}
.item_card .detail dd {
  width: calc(100% - 5em);
}
@media all and (max-width: 768px) {
  .item_card .photo_img {
    margin-bottom: 15px;
  }
  .item_card figcaption {
    margin-bottom: 15px;
  }
  .item_card figcaption span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .item_card h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .item_card .detail dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.h_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.h_col .more {
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .h_col .more {
    display: none;
  }
}

section .gray_box {
  background-color: #EEE;
  padding: 2em;
}

@media all and (max-width: 883px) {
  section .gray_box {
    padding: 2em 1em;
  }
}
.table01 {
  width: 100%;
  background-color: #FFF;
}

.table01 th,
.table01 td {
  text-align: left;
  padding: 0.5em;
  border: 1px solid #CCC;
}

.table01 {
  width: 100%;
}

@media all and (max-width: 768px) {
  .table01 th,
  .table01 td {
    font-size: 0.75em;
  }
}
/*-------------------------------------------------------------------
レイアウトパーツ
------------------------------------------------------------------- */
.col_box_overlap {
  position: relative;
  margin-bottom: 60px;
}
.col_box_overlap .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}
.col_box_overlap figure {
  max-width: 1105px;
  width: 76.2068965517%;
}
.col_box_overlap figure:before {
  padding-top: 59.9095022624%;
}
@media all and (max-width: 768px) {
  .col_box_overlap {
    flex-direction: column;
  }
  .col_box_overlap .text {
    order: 2;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
  .col_box_overlap .text h4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .col_box_overlap figure {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.col_box_overlap.img_right figure {
  margin-left: auto;
}

.col_box {
  display: flex;
}
.col_box > figure {
  width: 45%;
}
.col_box article, .col_box .article_box {
  width: 50%;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .col_box {
    flex-direction: column;
  }
  .col_box > figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .col_box article, .col_box .article_box {
    width: 100%;
  }
}

.col_box.img_right > figure {
  order: 2;
  margin-left: auto;
}
.col_box.img_right article, .col_box.img_right .article_box {
  order: 1;
  margin-left: 0;
}
@media all and (max-width: 768px) {
  .col_box.img_right > figure {
    order: 1;
  }
  .col_box.img_right article, .col_box.img_right .article_box {
    order: 2;
  }
}

.text_columun {
  position: relative;
}
.text_columun .text {
  position: relative;
}
.text_columun .text figure {
  max-width: 852px;
  width: 58.7586206897%;
  margin-bottom: 68px;
}
.text_columun .overlap_img {
  position: absolute;
  right: 0;
  bottom: 16%;
  max-width: 678px;
  width: 46.7586206897%;
}
@media all and (max-width: 768px) {
  .text_columun .text figure {
    width: 80%;
    margin-bottom: 80px;
  }
  .text_columun .overlap_img {
    width: 50%;
    top: 25%;
    bottom: auto;
  }
}

.line_box {
  padding: 110px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  justify-content: space-between;
}
.line_box h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.0555555556;
}
.line_box .btn_area {
  padding-top: 40px;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .line_box {
    padding: 40px 0;
    flex-direction: column;
  }
  .line_box h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .line_box .btn_area {
    padding-top: 20px;
    justify-content: center;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?doxwa5");
  src: url("/fonts/icomoon.eot?doxwa5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?doxwa5") format("truetype"), url("/fonts/icomoon.woff?doxwa5") format("woff"), url("/fonts/icomoon.svg?doxwa5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doc2:before {
  content: "\e917";
}

.icon-doc:before {
  content: "\e900";
}

.icon-arrow_t:before {
  content: "\e90f";
}

.icon-arrow_b:before {
  content: "\e905";
}

.icon-arrow_l:before {
  content: "\e910";
}

.icon-arrow_r:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-phone2:before {
  content: "\e904";
}

.icon-phone3:before {
  content: "\e911";
}

.icon-blank2:before {
  content: "\e920";
}

.icon-blank1:before {
  content: "\e902";
}

.icon-free:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e90b";
}

.icon-line_cl:before {
  content: "\e91b";
}

.icon-facebook_cl:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-instagram_cl:before {
  content: "\e91d";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-home:before {
  content: "\e912";
}

.icon-home2:before {
  content: "\e914";
}

.icon-home3:before {
  content: "\e903";
}

.icon-pen1:before {
  content: "\e913";
}

.icon-bell:before {
  content: "\e919";
}

.icon-pin:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e915";
}

.icon-mail:before {
  content: "\e909";
}

.icon-mail2:before {
  content: "\e916";
}

.icon-calender:before {
  content: "\e91a";
}

.icon-pen2:before {
  content: "\e90e";
}

.icon-pen:before {
  content: "\e918";
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #76323F;
  z-index: 900;
  /* ≡ */
  /* ≡ */
}
.toggle span {
  display: inline-block;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 3px;
  width: 32%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 35%;
}
.toggle i {
  top: 50%;
}
.toggle:after {
  top: 65%;
}
@media all and (max-width: 960px) {
  .toggle {
    display: block;
    margin-left: auto;
  }
}

#open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、.naviが「right: 0;」になります。 */
#open:checked ~ .navi_main {
  right: 0;
}

/* ≡ > ×アニメーション */
#open:checked + .toggle {
  background: #F06446;
}

#open:checked + .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

#open:checked + .toggle i {
  width: 0;
}

#open:checked + .toggle:after {
  top: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi_main {
  display: flex;
  padding-left: 70px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.navi_main ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
.navi_main ul .reserve a, .navi_main ul .inq a {
  margin-right: 0;
  width: 200px;
  height: 80px;
  line-height: 80px;
  color: #fff;
}
.navi_main ul .reserve a:hover, .navi_main ul .inq a:hover {
  color: #fff;
}
.navi_main ul .reserve i, .navi_main ul .inq i {
  margin-right: 13px;
  font-size: 27px;
  vertical-align: middle;
}
.navi_main ul a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: strong;
  color: #000;
  white-space: nowrap;
  transition: all ease-in 0.2s;
}
.navi_main ul a:hover {
  color: #7C7C7C;
}
.navi_main ul a img {
  vertical-align: middle;
  margin-right: 0.25em;
}
.navi_main .navi li {
  margin-right: 40px;
}
.navi_main .navi li:last-child {
  margin-right: 0;
}
.navi_main .navi_ex {
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .navi_main {
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 5vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    background-color: #4e453e;
  }
  .navi_main ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .navi_main ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .navi_main ul li:nth-child(8) a:after, .navi_main ul li:nth-child(9) a:after {
    display: none;
  }
  .navi_main ul li:nth-last-child(-n+3) {
    width: 100%;
    height: auto;
    border-radius: 0 0 0 0;
    line-height: 1;
    background: transparent;
  }
  .navi_main ul li:nth-last-child(-n+3) i {
    margin-right: 13px;
    font-size: 27px;
  }
  .navi_main ul li a {
    padding: 0 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .navi_main ul li span {
    display: flex;
  }
  .navi_main ul i {
    margin-right: 10px;
  }
  .navi_main .navi_ex {
    display: none;
  }
}

/* -----------------------------------------------------------
パンくず
----------------------------------------------------------- */
.breadcrumb {
  display: flex;
}
.breadcrumb li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #F06446;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  color: #333;
}
.breadcrumb a:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  margin: 0 8px;
  background: no-repeat 50%/cover url(/img/parts/dot_line.svg);
}
@media all and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.more {
  font-size: 18px;
  font-size: 1.125rem;
}
.more i {
  margin-left: 14px;
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #333333;
}
@media all and (max-width: 768px) {
  .more {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .more i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
  }
}
.more:after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: #333333;
  background-image: url(/img/icon/arrow_rw.svg);
  background-size: 0.5em;
  background-position: center;
}

/* ---------------------------------------------------
ボタン
--------------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 12px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.more {
  transition: all ease-in 0.2s;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}
.more:after {
  display: inline-block;
  content: "";
  width: 76px;
  height: 13px;
  margin-left: 14px;
  background: no-repeat 50%/cover url(/img/parts/more_arrow.svg);
}
.more:hover {
  color: #9F4153;
}

.btn_area {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media all and (max-width: 768px) {
  .btn_area {
    display: flex !important;
    padding-top: 35px;
    justify-content: flex-end;
  }
}

.btn {
  transition: all ease-in 0.2s;
  padding: 13px 65px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 5px;
  background: #000;
}
.btn:hover {
  opacity: 0.8;
}
@media all and (max-width: 768px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn_or {
  background: #F06446;
}
.btn_gn {
  background: #256070;
}

.reserve {
  background: #76323F;
}
.reserve:hover {
  background: #9F4153;
}

.inq {
  background: #C09F80;
}
.inq:hover {
  background: #D6B08C;
}

.sp_contact {
  display: none;
}
@media all and (max-width: 768px) {
  .sp_contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .sp_contact li {
    width: 100%;
  }
  .sp_contact li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .sp_contact li img {
    margin-right: 15px;
  }
}

/*
ページ内リンク
------------------------------------------------------------------- */
.page_link {
  margin-bottom: 150px;
}

.page_link .col_3 {
  margin-left: -50px;
}

.page_link .col_3 > * {
  margin-left: 50px;
  width: calc(33.33333% - 50px);
}

.page_link .item {
  display: flex;
  flex-direction: column;
}

.page_link .item h3 {
  margin-bottom: 27px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2333333333;
}

.page_link .item h3 span {
  display: block;
  margin-top: 7px;
  color: #979292;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.page_link .item p {
  margin-bottom: 57px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.page_link .item figure {
  position: relative;
  margin-top: auto;
}

.page_link .item figure .more {
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page_link .more:after {
  content: "";
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: #333333;
  background-image: url(/img/icon/arrow_rw.svg);
  background-size: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .page_link {
    margin-bottom: 60px;
  }
  .page_link .col_3 {
    margin-left: 0;
  }
  .page_link .col_3 > * {
    margin-left: 0;
    width: 100%;
  }
  .page_link .item h3 {
    margin-bottom: 27px;
    text-align: center;
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .page_link .item h3 span {
    display: block;
    margin-top: 7px;
    color: #979292;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .page_link .item p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .page_link .sp_col {
    display: flex;
    flex-direction: row;
  }
  .page_link .sp_col p {
    order: 2;
    width: 65%;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page_link .sp_col p .more {
    text-align: right;
  }
  .page_link .sp_col figure {
    order: 1;
    margin-top: 0;
    width: 35%;
  }
  .page_link .sp_col figure .more {
    display: none;
  }
}
/*-----------------------------------------
ページ内リンク 2
----------------------------------------- */
.page_link2 {
  padding-top: 50px;
}

@media all and (max-width: 883px) {
  .page_link2 {
    display: none;
  }
}
.page_link2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.page_link2 li {
  padding: 20px 0;
  width: 100%;
}

.page_link2 a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  padding: 1em 0;
  border-left: 1px solid #cccccc;
  background-image: url(/img/icon/arrow_down.svg);
  background-position: center bottom;
  background-size: 1em;
  background-repeat: no-repeat;
}
.page_link2 a:hover {
  opacity: 0.8;
}

.page_link2 small {
  display: block;
  font-size: 0.7em;
  color: #a77d36;
}

/*-----------------------------------------
タブ
----------------------------------------- */
.tab_content input[type=radio] {
  display: none;
}

.tab_content label {
  cursor: pointer;
}

.tab_content [id*=panel] {
  display: none;
}

.tab_content #label-1:checked ~ .panels #panel-1,
.tab_content #label-2:checked ~ .panels #panel-2 {
  display: block;
}

.tab_content #label-1:checked ~ .tab label[for=label-1],
.tab_content #label-2:checked ~ .tab label[for=label-2] {
  color: #F60;
}

.tabs {
  margin-left: -10px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  position: relative;
  display: block;
  width: calc(14.2857142857% - 10px);
  margin-left: 10px;
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 5px solid #211d17;
  background: #FFF;
}

.tabs label:hover {
  color: #FFF;
  background: #211d17;
}

.tabs .icon-new {
  top: -20px;
  right: 15px;
}

.panels > * {
  /* display: none; */
}

#label-0:checked ~ .panels #panel-0,
#label-1:checked ~ .panels #panel-1,
#label-2:checked ~ .panels #panel-2,
#label-3:checked ~ .panels #panel-3,
#label-4:checked ~ .panels #panel-4,
#label-5:checked ~ .panels #panel-5,
#label-6:checked ~ .panels #panel-6,
#label-7:checked ~ .panels #panel-7 {
  display: block;
}

#label-0:checked ~ .tabs label[for=label-0],
#label-1:checked ~ .tabs label[for=label-1],
#label-2:checked ~ .tabs label[for=label-2],
#label-3:checked ~ .tabs label[for=label-3],
#label-4:checked ~ .tabs label[for=label-4],
#label-5:checked ~ .tabs label[for=label-5],
#label-6:checked ~ .tabs label[for=label-6],
#label-7:checked ~ .tabs label[for=label-7] {
  color: #FFF;
  background: #211d17;
}

.tab-label .checked {
  color: #FFF;
  background: #211d17;
}

.panels .prev {
  position: absolute;
  top: 50%;
  left: 1%;
  color: #e4c38a;
  font-size: 91px;
}

.panels .next {
  position: absolute;
  top: 50%;
  right: 1%;
  color: #e4c38a;
  font-size: 91px;
}

.panels .keen-slider__slide {
  background: #FFF;
  text-align: left;
}

.panels .keen-slider__slide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #ff6600 transparent;
}

.panels .keen-slider__slide .icon-new {
  top: -20px;
  left: -20px;
}

.panels .keen-slider__slide .local {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 21px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 1em;
  color: #FFF;
  background: #211d17;
}

.panels .keen-slider__slide .end {
  position: absolute;
  top: 33%;
  left: 30%;
  font-size: 2.5vw;
  color: #F00;
  font-weight: bold;
  transform: rotate(-15deg);
}

.panels .keen-slider__slide.none {
  pointer-events: none;
}

.panels .keen-slider__slide figure {
  position: relative;
  margin-bottom: 0.5em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.77922%;
}

.panels .keen-slider__slide h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #664633;
  padding: 6px 12px;
}

.panels .keen-slider__slide p {
  font-size: 0.8em;
  padding: 0 12px;
}

.panels .keen-slider__slide p:last-child {
  padding-bottom: 12px;
}

@media all and (max-width: 883px) {
  .tabs {
    margin-left: -10px;
    margin-bottom: 30px;
    display: flex;
  }
  .tabs label {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  #index .tabs label:first-child {
    width: 100%;
  }
  .panels .prev {
    font-size: 28px;
  }
  .panels .next {
    font-size: 28px;
  }
}
@media all and (min-width: 883px) {
  .sp_link {
    pointer-events: none;
  }
}
/* ポップアップ */
.popupModal h3 {
  text-align: center;
  margin: 1em 0;
  font-size: 2em;
}

@media all and (max-width: 768px) {
  .popupModal h3 {
    font-size: 1.5em;
  }
}
.popupModal > input {
  display: none;
}

.popupModal > [id*=modalbtn] + label {
  cursor: pointer;
}

.modalPopup {
  display: none;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.popupModal > [id*=modalbtn]:checked ~ .modalPopup {
  display: block;
  z-index: 998;
  position: fixed;
  width: calc(100% - 2rem);
  max-width: 1200px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 3rem;
  overflow-y: auto;
  overflow-x: clip;
  max-height: 80vh;
}

@media all and (max-width: 768px) {
  .popupModal > [id*=modalbtn]:checked ~ .modalPopup {
    padding: 3rem 1rem;
  }
}
.popupModal > [id*=modalbtn]:checked ~ .modalPopup iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.popupModal .flex {
  display: flex;
  justify-content: center;
  gap: 5%;
}

@media all and (max-width: 768px) {
  .popupModal .flex {
    display: block;
  }
}
.popupModal > [id*=modalbtn]:checked ~ .modalPopup img {
  display: block;
  max-width: 400px;
}

@media all and (max-width: 768px) {
  .popupModal > [id*=modalbtn]:checked ~ .modalPopup img {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.popupModal > [id*=modalbtn] + label ~ label {
  display: none;
}

.popupModal > [id*=modalbtn]:checked + label + [id*=modalbg] + label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}

.popupModal > [id*=modalbtn]:checked ~ .modalPopup label {
  background: #666;
  color: #FFF;
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 44pt;
  height: 44pt;
  font-size: 40px;
  border-radius: 50%;
  line-height: 44pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

[id*=modalbg]:checked ~ .modalPopup,
[id*=closebtn]:checked ~ .modalPopup {
  display: none;
}

.popupModal table {
  width: 100%;
}

.popupModal table th {
  border: 1px solid #CCC;
  padding: 0.5em 1em;
  background-color: #EEE;
}

.popupModal table td {
  border: 1px solid #CCC;
  padding: 0.5em 1em;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 27px;
  background: #EFEFEF;
  border-bottom: 0.5px solid #C09F80;
}
.header .logo {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  width: 390px;
  color: #000000;
}
.header .logo a > img {
  margin-right: 19px;
  max-width: 260px;
  mix-blend-mode: multiply;
}
@media all and (max-width: 1500px) {
  .header .logo {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .header {
    width: 90%;
    margin: 13px auto 0;
    padding: 0;
    justify-content: space-between;
    background: #fff;
    border-bottom: none;
    border-radius: 25px;
  }
  .header .logo {
    margin-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    width: 215px;
  }
  .header .logo a > img {
    max-width: 140px;
  }
  .header .logo span {
    white-space: nowrap;
  }
  .header .logo .insta_icon {
    margin-left: auto;
    max-width: 25px;
  }
  .header .logo .insta_icon img {
    display: block;
  }
}

.navi_main {
  width: calc(100% - 390px);
}
@media all and (max-width: 768px) {
  .navi_main {
    width: 100vw;
  }
}

/*----------------------------------------------------------------------
About Us
----------------------------------------------------------------------*/
.footer_about_us {
  background: #CFAD8C;
}
.footer_about_us .index_h {
  margin-top: 50px;
  width: 23.5294117647%;
  color: #fff;
}
.footer_about_us .index_h b {
  color: #602223;
}
.footer_about_us .about_ul {
  width: 76.4705882353%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.footer_about_us .about_ul .more {
  color: #000;
}
.footer_about_us .about_ul .more:after {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.footer_about_us .about_ul .more:hover {
  color: #602223;
}
.footer_about_us .about_ul ul {
  display: flex;
}
.footer_about_us .about_ul li {
  position: relative;
  width: 50%;
  min-height: 334px;
  padding: 50px 60px;
  font-size: 17px;
  font-size: 1.0625rem;
  border-left: 0.5px solid #F8F8F8;
}
.footer_about_us .about_ul strong {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
.footer_about_us .about_ul span {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media all and (max-width: 768px) {
  .footer_about_us .index_h {
    margin-top: 50px;
    width: 100%;
  }
  .footer_about_us .col {
    flex-direction: column;
  }
  .footer_about_us .h_area {
    width: 100%;
  }
  .footer_about_us .h_area h2 {
    text-align: center;
    margin-bottom: 37px;
  }
  .footer_about_us .about_ul {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .footer_about_us .about_ul .more:after {
    bottom: 15px;
    right: 15px;
  }
  .footer_about_us .about_ul ul {
    flex-direction: column;
  }
  .footer_about_us .about_ul li {
    width: 100%;
    min-height: auto;
    padding: 20px 15px 67px;
    font-size: 11px;
    font-size: 0.6875rem;
    border-left: none;
    border-top: 0.5px solid #F8F8F8;
  }
  .footer_about_us .about_ul li a {
    display: block;
    flex-wrap: wrap;
  }
  .footer_about_us .about_ul li a strong {
    width: auto;
    margin-right: 1em;
  }
  .footer_about_us .about_ul li a span {
    display: block;
    padding-right: 4em;
  }
  .footer_about_us .about_ul strong {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*----------------------------------------------------------------------
ヤマウラ関連リンク public/design内 footer.phpで利用　使ってない？
----------------------------------------------------------------------*/
.bnr_box {
  width: 100%;
  margin: 0 auto;
  padding: 50px calc((100% - 1200px) / 2);
  background-color: #fff;
}
.bnr_box h2 {
  display: block;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 0;
}
.bnr_box h2 img {
  height: 40px;
}
.bnr_box p {
  text-align: center;
  color: #333;
}
.bnr_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.bnr_box ul li {
  width: 24%;
  margin: 0.5%;
}
.bnr_box ul li a {
  display: flex;
  justify-content: center;
  padding: 1em;
  height: 100%;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
}
.bnr_box ul li a:hover {
  background-color: #efe;
}
.bnr_box ul li img {
  max-width: 100%;
  max-height: 4em;
}
@media all and (max-width: 768px) {
  .bnr_box h2 img {
    height: 30px;
  }
  .bnr_box p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bnr_box ul li {
    width: 48%;
  }
}

/*----------------------------------------------------------------------
Instagram
----------------------------------------------------------------------*/
.instagram {
  padding: 100px 0 87px;
  transition: all ease-in 0.2s;
  background: #652C37;
}
.instagram:hover {
  background: #9F4153;
}
.instagram a {
  color: #fff;
}
.instagram h2 {
  text-align: center;
  font-size: 49px;
  font-size: 3.0625rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.instagram h2 i {
  margin-right: 30px;
  vertical-align: middle;
  font-size: 59px;
  font-size: 3.6875rem;
}
.instagram h2 span {
  display: block;
  margin-top: 18px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.instagram .more:after {
  display: none;
}

/*----------------------------------------------------------------------
ヤマウラバナー ※上部にも似たような記載あり
----------------------------------------------------------------------*/
.yamaura_bnr_box {
  width: 100%;
  margin: 0 auto;
  padding: 50px calc((100% - 1200px) / 2);
  background-color: #fff;
}
.yamaura_bnr_box h2 {
  display: block;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 0;
}
.yamaura_bnr_box h2 img {
  height: 40px;
}
.yamaura_bnr_box p {
  text-align: center;
  color: #333;
}
.yamaura_bnr_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.yamaura_bnr_box ul li {
  width: 24%;
  margin: 0.5%;
}
.yamaura_bnr_box ul li a {
  display: flex;
  justify-content: center;
  padding: 1em;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
}
.yamaura_bnr_box ul li a:hover {
  background-color: #efe;
}
.yamaura_bnr_box ul li img {
  max-width: 100%;
  max-height: 4em;
}
@media screen and (max-width: 883px) {
  .yamaura_bnr_box ul li {
    width: 48%;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  color: #FFF;
  background: #4d4d4d;
}
footer .footer_inner {
  padding: 60px 0;
  justify-content: space-between;
}
footer .copyright {
  padding: 27px 0 70px;
  border-top: 1px solid #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
footer .box_btn {
  margin: 0 0 18px;
}
footer .box_btn li {
  position: relative;
  margin-left: 6px;
  min-width: 75px;
  height: 77px;
  border: 1px solid #ccc;
}
footer .box_btn li:hover {
  opacity: 0.5;
}
footer .box_btn li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #ccc transparent;
}
footer .box_btn li a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}
footer h4 {
  text-align: right;
}
@media all and (max-width: 768px) {
  footer {
    padding-bottom: 55px;
  }
  footer .footer_inner {
    display: block;
    padding: 30px 0 0;
  }
  footer .col {
    margin-bottom: 20px;
  }
  footer .f_logo {
    margin: 0 auto 20px;
  }
  footer .f_logo img {
    max-width: 180px;
  }
  footer .copyright {
    padding: 30px;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
  }
  footer .box_btn {
    margin: 0 0 20px -6px;
  }
  footer .box_btn li {
    position: relative;
    width: calc(20% - 8px);
    min-width: auto;
    margin-left: 6px;
  }
  footer .box_btn li a {
    color: #FFF;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
  }
  footer h4 {
    text-align: center;
  }
}

.footer_navi {
  display: flex;
  margin-bottom: 10px;
}
.footer_navi ul {
  margin-right: 60px;
}
.footer_navi a {
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}
.footer_navi a:before {
  display: inline-block;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-color: #138876;
  transform: rotate(-45deg);
}
@media all and (max-width: 768px) {
  .footer_navi {
    display: none;
  }
  .footer_navi .box_btn {
    flex-wrap: nowrap;
  }
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
.index_h {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 75px;
  font-weight: 600;
}
.index_h b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1;
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  color: #C09F80;
}
@media all and (max-width: 768px) {
  .index_h {
    margin-bottom: 63px;
    font-size: 16px;
    font-size: 1rem;
  }
  .index_h b {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
  }
}

.h_style {
  font-size: 73px;
  font-size: 4.5625rem;
  line-height: 1.2191780822;
}
.h_style span {
  display: block;
  color: #F06446;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media all and (max-width: 768px) {
  .h_style {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .h_style span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.line_h {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2222222222;
}
.line_h span {
  padding: 0 1em;
  background: url(../img/parts/bg_texcher.jpg);
}
.line_h:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #707070;
}
@media all and (max-width: 768px) {
  .line_h {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.sec_catch {
  margin-bottom: 90px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
}

.underline_h {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.0555555556;
  color: #979292;
}
.underline_h:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 455px;
  height: 24px;
  transform: translateX(-50%);
  background: no-repeat 50%/cover url(../img/parts/underline_h.svg);
}
@media all and (max-width: 768px) {
  .underline_h {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.8461538462;
  }
  .underline_h:after {
    width: 70%;
    height: 24px;
    background: no-repeat 50%/cover url(../img/parts/underline_h.svg);
  }
}

/*----------------------------------------------------------------------
下層ページ共通
----------------------------------------------------------------------*/
.page {
  padding-top: 190px;
  background: url(../img/parts/bg_texcher.jpg);
}

@media all and (max-width: 768px) {
  .page {
    padding-top: 140px;
  }
}
.page_header {
  margin-bottom: 78px;
}

.page_header .wrap {
  display: flex;
  /*  align-items: center;*/
  justify-content: space-between;
}

@media all and (max-width: 768px) {
  .page_header .lineup_logo {
    width: 50%;
    text-align: center;
    margin: auto;
  }
  .page_header .catch_h {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page_header .catch_h .underline {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 45%;
    width: 40%;
    background: no-repeat 50%/cover url(../img/arietta/visual_h_underline.svg);
  }
  .page_header .catch_h .underline:before {
    display: block;
    content: "";
    padding-top: 15.243902439%;
  }
}
.page_visual {
  position: relative;
}

.page_visual .photo_img {
  width: 96%;
  max-width: 1800px;
  margin: 0 auto 100px;
}

.page_visual .photo_img:before {
  padding-top: 41.5%;
}

.page_visual .photo_img img {
  border-radius: 25px 0 25px 0;
}

.page_visual .catch {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  max-width: 1450px;
  width: 96%;
  margin: auto;
}

.page_visual .catch .catch_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_visual .catch .catch_inner h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 2.037037037;
}

.page_visual .catch .catch_inner p {
  width: 35.1724137931%;
}

@media all and (max-width: 1450px) {
  .page_visual .catch {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .page_visual {
    display: flex;
    flex-direction: column;
  }
  .page_visual .photo_img {
    order: 2;
    width: 90%;
  }
  .page_visual .photo_img:before {
    padding-top: 86.1313868613%;
  }
  .page_visual .catch {
    position: static;
    order: 1;
    margin-bottom: 20px;
  }
  .page_visual .catch .catch_inner h3 {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .page_visual .catch .catch_inner p {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
/*----------------------------------------------------------------------
下層ビジュアル
----------------------------------------------------------------------*/
.rp_visual .visual {
  position: relative;
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.rp_visual h1 {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 500;
  font-family: "Zen Antique", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.16667;
}
.rp_visual h1 strong {
  display: block;
  font-size: 0.5em;
  font-family: "Mplus 1p";
  font-weight: bold;
  color: #FFF;
  background-color: #e8008b;
  padding: 0.1em;
  text-shadow: none;
  max-width: 20em;
  width: 100%;
  margin: auto;
  border-radius: 1em;
}
.rp_visual h1 b {
  display: block;
  font-size: 0.6em;
  font-family: "Mplus 1p";
  color: #e8008b;
}
.rp_visual h1 span {
  display: block;
  font-size: 0.6em;
  font-family: "Mplus 1p";
}
@media all and (max-width: 1300px) {
  .rp_visual .visual {
    padding-top: 30%;
  }
}
@media all and (max-width: 883px) {
  .rp_visual .visual {
    padding-top: 55%;
  }
  .rp_visual .visual h1 {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.2381;
  }
  .rp_visual .visual h1 span {
    font-size: 0.5em;
    display: block;
    padding: 0.25em 2em;
  }
}/*# sourceMappingURL=style.css.map */
