@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, 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,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html body {
  line-height: 1.75em;
  background: #ffffff;
  overflow-x: hidden;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

p {
  color: #333333;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

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

.img-holder img {
  width: 100%;
  height: auto;
}

.t-bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.c-red {
  color: #9f3a2d;
}

.c-brown {
  color: #7e5d55;
}

.c-betterbrown {
  color: #5b3227;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
  background: linear-gradient(transparent 70%, #ffe618 70%);
}

@media screen and (min-width: 751px) {
  .m-header {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }
  .m-header.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .m-header .unit {
    padding: 20px 0 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 24px #c1c1c1;
            box-shadow: 0 0 24px #c1c1c1;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-header .unit .inner img {
    width: 240px;
    height: auto;
  }
  section [class^=m-] .unit .inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  section .m-main .unit .inner {
    max-width: 100%;
  }
  section .m-intro {
    padding: 0 0 110px;
  }
  section .m-intro .unit {
    padding-bottom: 30px;
    background: url("../images/bg_intro_pc.png") no-repeat right bottom;
  }
  section .m-intro .unit .inner h1 {
    font-size: 56px;
    color: #7e5d55;
    line-height: 1.4em;
    margin-bottom: 50px;
  }
  section .m-intro .unit .inner p {
    font-size: 20px;
    line-height: 35px;
  }
  section .m-intro .unit .inner p.attention {
    margin-bottom: 50px;
    border: solid 6px #b32200;
    color: #b32200;
    font-size: 40px;
    padding: 32px;
    line-height: 1.35em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: bold;
  }
  section .m-intro .unit .inner p span {
    color: #7e5d55;
  }
  section .m-intro .unit .inner p + p {
    margin-top: 15px;
  }
  section .m-area {
    background: rgba(126, 93, 85, 0.05);
    padding: 80px 0 45px;
  }
  section .m-area .unit .inner {
    padding: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-area .unit .inner + .inner {
    border-top: solid 2px #5b3227;
  }
  section .m-area .unit .inner .txt-holder {
    width: 640px;
  }
  section .m-area .unit .inner .txt-holder .sub-title {
    height: 180px;
    position: relative;
    margin-bottom: 30px;
  }
  section .m-area .unit .inner .txt-holder .sub-title .num {
    position: relative;
    top: 85px;
    left: 0;
    font-size: 180px;
    opacity: 0.3;
  }
  section .m-area .unit .inner .txt-holder .sub-title h2 {
    position: absolute;
    bottom: 45px;
    left: 55px;
    font-size: 56px;
  }
  section .m-area .unit .inner .txt-holder p {
    font-size: 16px;
    line-height: 2em;
  }
  section .m-area .unit .inner .txt-holder .btn-holder {
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
    width: 280px;
    padding: 0;
    background: none;
    border: none;
    display: block;
  }
  section .m-area .unit .inner .txt-holder .btn-holder span {
    padding: 5px 0;
    display: block;
    border: solid 2px #5b3227;
    text-align: center;
    color: #5b3227;
    font-size: 24px;
    position: relative;
  }
  section .m-area .unit .inner .txt-holder .btn-holder span::after {
    content: "";
    width: 65px;
    height: 22px;
    position: absolute;
    background: url("../images/icon_arrow.png");
    top: 50%;
    margin-top: -11px;
    right: -30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-area .unit .inner .txt-holder .btn-holder span:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -40px;
  }
  section .m-area .unit .inner .img-holder {
    margin-top: 45px;
  }
  section .m-area .unit .inner .img-holder p {
    font-size: 14px;
    color: #5b3227;
    text-align: right;
  }
  section .m-area .unit .inner .img-holder .soldout {
    position: relative;
    line-height: 0;
  }
  section .m-area .unit .inner .img-holder .soldout:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: #7b7b7b;
    mix-blend-mode: multiply;
  }
  section .m-area .unit .inner .img-holder .soldout:after {
    content: "販売終了しました";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-excursion .unit {
    padding: 80px 0 100px;
  }
  section .m-excursion .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section .m-excursion .unit .inner.title-holder {
    display: block;
    text-align: center;
    margin-bottom: 80px;
  }
  section .m-excursion .unit .inner.title-holder h2 {
    font-size: 48px;
    font-weight: bold;
    color: #5b3227;
    position: relative;
    display: inline-block;
  }
  section .m-excursion .unit .inner.title-holder h2::before {
    content: "";
    background: url("../images/title_left_pc.png") no-repeat;
    position: absolute;
    width: 40px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    left: -80px;
  }
  section .m-excursion .unit .inner.title-holder h2::after {
    content: "";
    background: url("../images/title_right_pc.png") no-repeat;
    position: absolute;
    width: 40px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    right: -80px;
  }
  section .m-excursion .unit .inner .txt-holder {
    width: 650px;
  }
  section .m-excursion .unit .inner .txt-holder h3 {
    color: #7e5d55;
    font-size: 40px;
    margin-bottom: 40px;
  }
  section .m-excursion .unit .inner .txt-holder p {
    font-size: 20px;
    line-height: 38px;
  }
  section .m-excursion .unit .inner .txt-holder p span {
    color: #7e5d55;
  }
  section .m-excursion .unit .inner .txt-holder p + p {
    margin-top: 10px;
  }
  section .m-excursion .unit .inner .img-holder {
    width: 495px;
    overflow-x: visible;
  }
  section .m-excursion .unit .inner .img-holder img {
    width: auto;
  }
  section .m-plans {
    background: url("../images/bg_plan.png") repeat;
  }
  section .m-plans .unit {
    padding: 120px 0 100px;
  }
  section .m-plans .unit .inner {
    background: rgba(252, 247, 243, 0.95);
    border-radius: 30px;
    border: solid 5px #9f3a2d;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px #af8d85;
            box-shadow: 0px 0px 30px #af8d85;
    padding-bottom: 70px;
  }
  section .m-plans .unit .inner .title-holder {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 50px;
  }
  section .m-plans .unit .inner .title-holder h2 {
    background: #9f3a2d;
    color: #ffffff;
    display: inline-block;
    font-size: 32px;
    padding: 20px 60px;
    border-radius: 10px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name .type {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background: #9f3a2d;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name .type p {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name h3 {
    color: #9f3a2d;
    font-size: 24px;
    font-weight: bold;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name h3 span.sp_none {
    display: inline-block;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .intro {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .intro p {
    color: #9f3a2d;
    font-size: 16px;
    line-height: 24px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special {
    border: solid 1px #9f3a2d;
    width: 720px;
    margin: 0 auto 20px;
    padding: 20px 40px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special p {
    text-align: center;
    color: #9f3a2d;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li {
    margin: 0;
    width: 88px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li p span {
    font-size: 13px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li:last-child {
    width: 250px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li img {
    width: 100%;
    height: auto;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder {
    width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner {
    width: 480px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.w100 {
    width: 100%;
    margin-bottom: 20px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.w100 dl dd {
    padding: 15px 30px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl {
    border: solid 2px #9f3a2d;
    border-radius: 14px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dt {
    padding: 5px 0;
    background: #9f3a2d;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dt span {
    font-size: 150%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd {
    padding: 10px 30px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd ul li {
    font-size: 16px;
    line-height: 24px;
    color: #9f3a2d;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd p {
    color: #9f3a2d;
    font-size: 13px;
    line-height: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner .img-holder {
    width: 240px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner p {
    color: #9f3a2d;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner p span {
    font-size: 13px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout {
    position: relative;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: #848484;
    opacity: 0.7;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout:after {
    content: "販売終了しました";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit + .plan-unit {
    margin-top: 50px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-a .price-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .plan-name .type, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .plan-name .type {
    background: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .plan-name h3, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .plan-name h3 {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .intro p, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .intro p {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl {
    border: solid 2px #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dt, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dt {
    background: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dd ul li, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dd ul li {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dd p, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dd p {
    color: #5b3227;
  }
  section .m-plans .unit .inner .present-holder {
    width: 1000px;
    margin: 40px auto 0;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 2px #9f3a2d;
  }
  section .m-plans .unit .inner .present-holder .txt-holder {
    width: 580px;
    padding: 0 20px 0 0;
  }
  section .m-plans .unit .inner .present-holder .txt-holder h4 {
    font-size: 24px;
    color: #5b3227;
    margin-bottom: 20px;
  }
  section .m-plans .unit .inner .present-holder .txt-holder p {
    color: #5b3227;
    font-size: 16px;
    line-height: 24px;
  }
  section .m-plans .unit .inner .present-holder .txt-holder p span {
    line-height: 19px;
    font-size: 13px;
  }
  section .m-plans .unit .inner .btn-holder {
    margin: 40px auto 0;
    width: 400px;
  }
  section .m-plans .unit .inner .btn-holder a {
    padding: 15px 0;
    display: block;
    border: solid 2px #9f3a2d;
    text-align: center;
    color: #9f3a2d;
    font-size: 24px;
    position: relative;
  }
  section .m-plans .unit .inner .btn-holder a::after {
    content: "";
    width: 65px;
    height: 22px;
    position: absolute;
    background: url("../images/icon_arrow_red.png");
    top: 50%;
    margin-top: -11px;
    right: -30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-plans .unit .inner .btn-holder a:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -40px;
  }
  section .m-faq {
    background: rgba(126, 93, 85, 0.05);
  }
  section .m-faq .unit {
    padding: 200px 0 80px;
  }
  section .m-faq .unit .inner .title-holder {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  section .m-faq .unit .inner .title-holder h2 {
    font-size: 32px;
    font-weight: bold;
    color: #5b3227;
    position: relative;
    display: inline-block;
  }
  section .m-faq .unit .inner .title-holder h2::before {
    content: "";
    background: url("../images/title_left_pc.png") no-repeat;
    position: absolute;
    width: 40px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    left: -80px;
  }
  section .m-faq .unit .inner .title-holder h2::after {
    content: "";
    background: url("../images/title_right_pc.png") no-repeat;
    position: absolute;
    width: 40px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    right: -80px;
  }
  section .m-faq .unit .inner dl {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    border-radius: 25px;
  }
  section .m-faq .unit .inner dl + dl {
    margin-top: 16px;
  }
  section .m-faq .unit .inner dl dt {
    width: 360px;
    padding-left: 28px;
    color: #5b3227;
    font-size: 16px;
    line-height: 28px;
    position: relative;
  }
  section .m-faq .unit .inner dl dt::before {
    content: "Q";
    color: #5b3227;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
  }
  section .m-faq .unit .inner dl dd {
    width: 640px;
    color: #5b3227;
    font-size: 16px;
    line-height: 28px;
  }
  section .m-faq .unit .inner dl dd a {
    color: #5b3227;
    text-decoration: underline;
  }
  section .m-fixed {
    position: fixed;
    bottom: 60px;
    right: 80px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
  section .m-fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  section .m-fixed a {
    width: 200px;
    display: block;
  }
  section .m-fixed a img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-fixed a:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .modal .modal-content {
    border: solid 8px #7e5d55;
    padding: 50px 70px;
    width: 980px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 35px rgb(58, 50, 49);
            box-shadow: 0 0 35px rgb(58, 50, 49);
  }
  .modal .modal-content .modal-close {
    background: none;
    border: none;
    color: #7e5d55;
    font-size: 32px;
  }
  .modal .modal-content .txt-holder {
    margin-bottom: 30px;
  }
  .modal .modal-content .txt-holder dl dt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .modal .modal-content .txt-holder dl dd {
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
  }
  .modal .modal-content .txt-holder dl dd p + p {
    margin-top: 15px;
  }
  .modal .modal-content .img-unit {
    position: relative;
  }
  .modal .modal-content .img-unit .img-holder.legend {
    height: 300px;
    width: auto;
    text-align: center;
  }
  .modal .modal-content .img-unit .img-holder.legend img {
    height: 100%;
    width: auto;
  }
  .modal .modal-content .swiper {
    width: 680px;
    margin: 0 auto;
  }
  .modal .modal-content .swiper img {
    width: 100%;
    height: auto;
  }
  .modal .modal-content .swiper-button-next {
    width: 80px;
    right: 40px;
  }
  .modal .modal-content .swiper-button-prev {
    width: 80px;
    left: 40px;
  }
  .modal .modal-content .swiper-button-next:after {
    content: "";
    background: url("../images/icon_modal_right.png") no-repeat center center;
    width: 80px;
    height: 42px;
  }
  .modal .modal-content .swiper-button-prev:after {
    content: "";
    background: url("../images/icon_modal_left.png") no-repeat center center;
    width: 80px;
    height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .m-header {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }
  .m-header.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .m-header .unit {
    padding: 16px 0 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 24px #c1c1c1;
            box-shadow: 0 0 24px #c1c1c1;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-header .unit .inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    margin: 0 auto;
  }
  .m-header .unit .inner img {
    width: 100%;
    height: auto;
  }
  section [class^=m-] .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-main .unit .inner {
    width: 100%;
    position: relative;
  }
  section .m-main .unit .inner img {
    width: 100%;
  }
  section .m-main .unit .inner .btn-holder {
    position: absolute;
    bottom: -50px;
    right: 15px;
  }
  section .m-main .unit .inner .btn-holder a {
    width: 26vw;
    display: block;
  }
  section .m-main .unit .inner .btn-holder a img {
    width: 100%;
    height: auto;
  }
  section .m-intro {
    padding: 20px 0 40px;
  }
  section .m-intro .unit {
    padding-bottom: 20px;
    background: url("../images/bg_intro_pc.png") no-repeat right bottom;
    background-size: 30%;
  }
  section .m-intro .unit .inner h1 {
    font-size: 8vw;
    color: #7e5d55;
    line-height: 1.4em;
    margin-bottom: 6vw;
  }
  section .m-intro .unit .inner p {
    font-size: 3.8vw;
    line-height: 1.75em;
  }
  section .m-intro .unit .inner p.attention {
    margin-bottom: 5vw;
    font-weight: bold;
    border: solid 3px #b32200;
    color: #b32200;
    font-size: 4.4vw;
    padding: 3% 5%;
    line-height: 1.5em;
  }
  section .m-intro .unit .inner p span {
    color: #7e5d55;
  }
  section .m-intro .unit .inner p + p {
    margin-top: 15px;
  }
  section .m-area {
    background: rgba(126, 93, 85, 0.05);
    padding: 40px 0 5px;
  }
  section .m-area .unit .inner {
    padding: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-area .unit .inner + .inner {
    border-top: solid 1px #5b3227;
  }
  section .m-area .unit .inner .txt-holder .sub-title {
    position: relative;
  }
  section .m-area .unit .inner .txt-holder .sub-title .num {
    position: relative;
    left: 0;
    font-size: 26vw;
    opacity: 0.3;
  }
  section .m-area .unit .inner .txt-holder .sub-title .num.betterbrown {
    color: #7e5d55;
  }
  section .m-area .unit .inner .txt-holder .sub-title .num.red {
    color: #9f3a2d;
  }
  section .m-area .unit .inner .txt-holder .sub-title .num.brown {
    color: #7e5d55;
  }
  section .m-area .unit .inner .txt-holder .sub-title h2 {
    position: absolute;
    bottom: 6vw;
    left: 8vw;
    font-size: 7vw;
  }
  section .m-area .unit .inner .txt-holder .sub-title h2.betterbrown {
    color: #7e5d55;
  }
  section .m-area .unit .inner .txt-holder .sub-title h2.red {
    color: #9f3a2d;
  }
  section .m-area .unit .inner .txt-holder .sub-title h2.brown {
    color: #7e5d55;
  }
  section .m-area .unit .inner .txt-holder p {
    font-size: 3.8vw;
    line-height: 1.75em;
  }
  section .m-area .unit .inner .txt-holder .btn-holder {
    margin: 30px auto 0;
    width: 50%;
    padding: 0;
    background: none;
    border: none;
  }
  section .m-area .unit .inner .txt-holder .btn-holder span {
    padding: 6px 0;
    display: block;
    border: solid 1px #5b3227;
    text-align: center;
    color: #5b3227;
    font-size: 5vw;
    position: relative;
  }
  section .m-area .unit .inner .txt-holder .btn-holder span::after {
    content: "";
    width: 36px;
    height: 12px;
    position: absolute;
    background: url("../images/icon_arrow.png") no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -6px;
    right: -15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-area .unit .inner .img-holder {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  section .m-area .unit .inner .img-holder p {
    font-size: 3vw;
    color: #5b3227;
    text-align: right;
  }
  section .m-area .unit .inner .img-holder .soldout {
    position: relative;
    line-height: 0;
  }
  section .m-area .unit .inner .img-holder .soldout:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: #7b7b7b;
    mix-blend-mode: multiply;
  }
  section .m-area .unit .inner .img-holder .soldout:after {
    content: "販売終了しました";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-excursion .unit {
    padding: 80px 0 100px;
  }
  section .m-excursion .unit .inner.title-holder {
    text-align: center;
    margin-bottom: 6vw;
  }
  section .m-excursion .unit .inner.title-holder h2 {
    font-size: 6.6vw;
    font-weight: bold;
    color: #5b3227;
    position: relative;
    display: inline-block;
  }
  section .m-excursion .unit .inner.title-holder h2::before {
    content: "";
    background: url("../images/title_left_pc.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: -35px;
  }
  section .m-excursion .unit .inner.title-holder h2::after {
    content: "";
    background: url("../images/title_right_pc.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -35px;
  }
  section .m-excursion .unit .inner .txt-holder h3 {
    color: #7e5d55;
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
  section .m-excursion .unit .inner .txt-holder p {
    font-size: 3.8vw;
    line-height: 1.75em;
  }
  section .m-excursion .unit .inner .txt-holder p span {
    color: #7e5d55;
  }
  section .m-excursion .unit .inner .txt-holder p + p {
    margin-top: 10px;
  }
  section .m-excursion .unit .inner .img-holder {
    margin-top: 4vw;
  }
  section .m-plans {
    background: url("../images/bg_plan.png") repeat;
  }
  section .m-plans .unit {
    padding: 120px 0 100px;
  }
  section .m-plans .unit .inner {
    background: rgba(252, 247, 243, 0.95);
    border-radius: 15px;
    border: solid 3px #9f3a2d;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px #af8d85;
            box-shadow: 0px 0px 30px #af8d85;
    padding-bottom: 70px;
    width: 80%;
    padding: 0 5% 5%;
  }
  section .m-plans .unit .inner .title-holder {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 50px;
  }
  section .m-plans .unit .inner .title-holder h2 {
    background: #9f3a2d;
    color: #ffffff;
    display: inline-block;
    font-size: 5.2vw;
    padding: 8px 16px;
    border-radius: 6px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vw;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name .type {
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    background: #9f3a2d;
    margin-bottom: 3.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name .type p {
    text-align: center;
    color: #ffffff;
    font-size: 5vw;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name h3 {
    text-align: center;
    color: #9f3a2d;
    font-size: 4vw;
    font-weight: bold;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .plan-name h3 .plan {
    font-size: 5.2vw;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .intro {
    margin-bottom: 15px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .intro p {
    color: #9f3a2d;
    font-size: 3.6vw;
    line-height: 1.75em;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special {
    border: solid 1px #9f3a2d;
    margin: 0 auto 20px;
    padding: 5%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special p {
    text-align: center;
    color: #9f3a2d;
    font-size: 3.6vw;
    line-height: 1.75em;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special p span.pc_none {
    display: inline-block;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li {
    margin: 0;
    margin-bottom: 5%;
    width: 48%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li p span {
    font-size: 14px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li:last-child {
    width: 100%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .special ul li img {
    width: 100%;
    height: auto;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder {
    margin: 0 auto;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner {
    width: 100%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl {
    border: solid 2px #9f3a2d;
    border-radius: 14px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dt {
    padding: 5px 0;
    background: #9f3a2d;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dt span {
    font-size: 150%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd {
    padding: 10px 15px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd ul li {
    font-size: 3.6vw;
    line-height: 1.35em;
    color: #9f3a2d;
    text-indent: -1em;
    padding-left: 1em;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd ul li + li {
    margin-top: 2%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd p {
    color: #9f3a2d;
    font-size: 3.4vw;
    line-height: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder {
    margin-top: 10px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner .img-holder {
    width: 100%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner p {
    color: #9f3a2d;
    font-size: 3.6vw;
    line-height: 1.5em;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner p span {
    font-size: 13px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner dl dd .detail-holder .detail-inner + .detail-inner {
    margin-top: 4%;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner + .price-inner {
    margin-top: 4vw;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout {
    position: relative;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: #7b7b7b;
    mix-blend-mode: multiply;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit .price-holder .price-inner.soldout:after {
    content: "販売終了しました";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit + .plan-unit {
    margin-top: 30px;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-a .price-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .plan-name .type, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .plan-name .type {
    background: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .plan-name h3, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .plan-name h3 {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .intro p, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .intro p {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl {
    border: solid 2px #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dt, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dt {
    background: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dd ul li, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dd ul li {
    color: #5b3227;
  }
  section .m-plans .unit .inner .plan-holder .plan-unit.type-b .price-holder .price-inner dl dd p, section .m-plans .unit .inner .plan-holder .plan-unit.type-d .price-holder .price-inner dl dd p {
    color: #5b3227;
  }
  section .m-plans .unit .inner .present-holder {
    width: 100%;
    margin: 40px auto 0;
    padding-top: 40px;
    border-top: solid 2px #9f3a2d;
  }
  section .m-plans .unit .inner .present-holder .img-holder {
    width: 80%;
    margin: 0 auto 3vw;
  }
  section .m-plans .unit .inner .present-holder .txt-holder h4 {
    font-size: 6vw;
    color: #5b3227;
    margin-bottom: 20px;
    text-align: center;
  }
  section .m-plans .unit .inner .present-holder .txt-holder p {
    color: #5b3227;
    font-size: 3.8vw;
    line-height: 1.5em;
  }
  section .m-plans .unit .inner .btn-holder {
    margin: 40px auto 0;
    width: 70%;
  }
  section .m-plans .unit .inner .btn-holder a {
    padding: 6px 0;
    display: block;
    border: solid 1px #5b3227;
    text-align: center;
    color: #5b3227;
    font-size: 5vw;
    position: relative;
  }
  section .m-plans .unit .inner .btn-holder a::after {
    content: "";
    width: 36px;
    height: 12px;
    position: absolute;
    background: url("../images/icon_arrow.png") no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -6px;
    right: -15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-faq {
    background: rgba(126, 93, 85, 0.05);
  }
  section .m-faq .unit {
    padding: 27vw 0 10vw;
  }
  section .m-faq .unit .inner .title-holder {
    display: block;
    text-align: center;
    margin-bottom: 7vw;
  }
  section .m-faq .unit .inner .title-holder h2 {
    font-size: 6vw;
    font-weight: bold;
    color: #5b3227;
    position: relative;
    display: inline-block;
  }
  section .m-faq .unit .inner .title-holder h2::before {
    content: "";
    background: url("../images/title_left_pc.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: -35px;
  }
  section .m-faq .unit .inner .title-holder h2::after {
    content: "";
    background: url("../images/title_right_pc.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -35px;
  }
  section .m-faq .unit .inner dl {
    background: #ffffff;
    padding: 5% 8%;
    border-radius: 12px;
  }
  section .m-faq .unit .inner dl + dl {
    margin-top: 16px;
  }
  section .m-faq .unit .inner dl dt {
    padding-left: 28px;
    margin-bottom: 2vw;
    color: #5b3227;
    font-size: 16px;
    line-height: 28px;
    position: relative;
  }
  section .m-faq .unit .inner dl dt::before {
    content: "Q";
    color: #5b3227;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
  }
  section .m-faq .unit .inner dl dd {
    color: #5b3227;
    font-size: 3.8vw;
    line-height: 1.5em;
  }
  section .m-faq .unit .inner dl dd a {
    color: #5b3227;
    text-decoration: underline;
  }
  section .m-fixed {
    position: fixed;
    bottom: 30px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
  }
  section .m-fixed.is-visible {
    opacity: 1;
    visibility: visible;
  }
  section .m-fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  section .m-fixed a {
    width: 26vw;
    display: block;
  }
  section .m-fixed a img {
    width: 100%;
    height: auto;
  }
  .modal .modal-content {
    border: solid 3px #7e5d55;
    padding: 9% 5% 5%;
    width: 80%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 35px rgb(58, 50, 49);
            box-shadow: 0 0 35px rgb(58, 50, 49);
  }
  .modal .modal-content .modal-close {
    background: none;
    border: none;
    color: #7e5d55;
    top: -8px;
    right: 3px;
    font-size: 12vw;
  }
  .modal .modal-content .txt-holder {
    margin-bottom: 10px;
  }
  .modal .modal-content .txt-holder dl dt {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .modal .modal-content .txt-holder dl dd {
    font-size: 3.4vw;
    line-height: 1.65em;
    color: #333333;
  }
  .modal .modal-content .img-unit {
    position: relative;
  }
  .modal .modal-content .img-unit .img-holder .img-holder {
    width: 70%;
    margin: 0 2%;
  }
  .modal .modal-content .img-unit .img-holder.legend {
    height: auto;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .modal .modal-content .img-unit .img-holder.legend img {
    height: auto;
    width: 100%;
  }
  .modal .modal-content .swiper {
    width: 70%;
    margin: 0 auto;
  }
  .modal .modal-content .swiper img {
    width: 100%;
    height: auto;
  }
  .modal .modal-content .swiper-button-next {
    width: 13%;
    right: 0;
  }
  .modal .modal-content .swiper-button-prev {
    width: 13%;
    left: 0;
  }
  .modal .modal-content .swiper-button-next:after {
    content: "";
    background: url("../images/icon_modal_right.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 42px;
  }
  .modal .modal-content .swiper-button-prev:after {
    content: "";
    background: url("../images/icon_modal_left.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .m-footer {
    background: #5b3227;
  }
  .m-footer .unit {
    padding: 10px 0 15px;
  }
  .m-footer .unit .inner ul {
    margin-bottom: 20px;
  }
  .m-footer .unit .inner ul li {
    border-bottom: solid 1px #45251d;
  }
  .m-footer .unit .inner ul li a {
    display: block;
    padding: 12px 0px;
    text-align: center;
    color: #ffffff;
  }
  .m-footer .unit .inner p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .m-footer {
    background: #5b3227;
  }
  .m-footer .unit {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 20px;
  }
  .m-footer .unit .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .m-footer .unit .inner ul li + li {
    border-left: solid 1px #ffffff;
  }
  .m-footer .unit .inner ul li a {
    display: block;
    padding: 0 50px;
    color: #ffffff;
  }
  .m-footer .unit .inner p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block;
  }
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(61, 53, 50, 0.95);
  z-index: 2000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  mix-blend-mode: normal;
  background: white;
  position: relative;
  width: 100%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}