@charset "utf-8";

:root {
    --color: #000000;
    --color2: #222222;
    --color3: #939393;
    --color4: #0098A5;
    --color5: #505C19;
    --color6: ;
    --color7: ;
    --color9: ;
    --color8: ;
    --color10:
}

.yu-gothic {
    font-family: "yu-gothic-pr6n", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    line-height: 2;
    letter-spacing: .1em;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    scroll-padding-top: 200px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) and (max-width: 1024px) {

    html,
    body {
        font-size: min(calc(17 / 1000 * 100vw), 17px);
        line-height: 1.8;
        letter-spacing: .06em;
    }
}

@media(max-width: 767px) {

    html,
    body {
        line-height: 1.75;
        letter-spacing: .02em;
        font-size: 15.5px;
        scroll-padding-top: 1px;
        scroll-behavior: smooth;
    }
}

.text-marker-yellow {
    background: linear-gradient(transparent 40%, #fff20088 40%);
}

.text-marker-blue {
    background: linear-gradient(transparent 40%, #a9ceec 40%);
}

.text-underline-red {
    background: linear-gradient(transparent 80%, #ff0000 80%);
}

.inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wrap500 {
    max-width: 500px;
}

.wrap600 {
    max-width: 600px;
}

.wrap700 {
    max-width: 700px;
}

.wrap800 {
    max-width: 800px;
}

.wrap900 {
    max-width: 900px;
}

.wrap1000 {
    max-width: 1000px;
}

.wrap1100 {
    max-width: 1100px;
}

.wrap1200 {
    max-width: 1200px;
}

.wrap1300 {
    max-width: 1300px;
}

.wrap1400 {
    max-width: 1400px;
}

.wrap1500 {
    max-width: 1500px;
}

.wrap1600 {
    max-width: 1600px;
}

.wrap1700 {
    max-width: 1700px;
}

.wrap1800 {
    max-width: 1800px;
}

@media (min-width: 768px) {
    .innerAdjustX {
        width: 92%;
    }

    .innerAdjustY {
        width: 94%;
    }

    .innerAdjustZ {
        width: 96%;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .inner {
        width: 92%;
    }
}

@media(max-width: 767px) {
    .inner {
        width: 93%;
    }

    .innerAdjustX_sp {
        width: 90%;
    }

    .innerAdjustY_sp {
        width: 88%;
    }

    .innerAdjustZ_sp {
        width: 86%;
    }

    .inner-lift {
        width: 100% !important;
    }
}

.tblCommon01 {
    margin: 0 auto var(--size60px)
}

.tblCommon01 table {
    width: 100%;
    line-height: 1.75;
    border: 1px solid #ccc;
}

.tblCommon01 th {
    width: 35%;
    background: rgba(201, 188, 156, .2);
    text-align: left;
    font-weight: normal;
    padding: var(--size20px);
    vertical-align: top;
}

.tblCommon01 td {
    width: 65%;
    padding: var(--size20px);
}

.tblCommon01.half th,
.tblCommon01.half td {
    width: 50%
}

.tblCommon01.reverse th {
    width: 65%
}

.tblCommon01.reverse td {
    width: 35%
}

.tblCommon01 tr:not(:last-child) th {
    border-bottom: 1px solid #ccc
}

.tblCommon01 tr:not(:last-child) td {
    border-bottom: 1px solid #ccc
}

.tblCommon01 .last {
    border-bottom: 0 !important
}

@media (max-width: 767px) {

    .tblCommon01.cell100-sp table,
    .tblCommon01.cell100-sp thead,
    .tblCommon01.cell100-sp tbody,
    .tblCommon01.cell100-sp tr,
    .tblCommon01.cell100-sp th,
    .tblCommon01.cell100-sp td {
        display: block;
        width: 100%;
    }

    .tblCommon01.cell100-sp th {
        border-right-width: 0;
    }

    .tblCommon01.cell100-sp th {
        border-bottom: 1px solid #ccc;
    }
}

/*
    tblCommon02
*/
.tblCommon02 {
    margin: 0 auto var(--size60px)
}

.tblCommon02 table {
    width: 100%;
    line-height: 1.75;
    border-top: 1px solid #86180F;
}

.tblCommon02 th {
    width: 25%;
    text-align: left;
    font-weight: normal;
    padding: var(--size15px);
    vertical-align: top;
    border-bottom: 1px solid #86180F;
}

.tblCommon02 th>.bg {
    display: block;
    padding: var(--size10px);
    text-align: center;
    color: #fff;
    background: #86180F;
}

.tblCommon02 td {
    width: 75%;
    padding: var(--size15px);
    border-bottom: 1px solid #86180F;
}

@media (max-width: 767px) {

    .tblCommon01.cell100-sp table,
    .tblCommon01.cell100-sp thead,
    .tblCommon01.cell100-sp tbody,
    .tblCommon01.cell100-sp tr,
    .tblCommon01.cell100-sp th,
    .tblCommon01.cell100-sp td {
        display: block;
        width: 100%;
    }

    .tblCommon01.cell100-sp th {
        border-right-width: 0;
    }

    .tblCommon01.cell100-sp th {
        border-bottom: 1px solid #ccc;
    }

    .tblCommon02 {
        font-size: 85%;
    }

    .tblCommon02 th {
        width: 27.5%;
        padding: var(--size10px);
    }

    .tblCommon02 th>.bg {
        padding: 1vw 0;
    }

    .tblCommon02 td {
        width: 72.5%;
        padding: var(--size10px);
    }
}

.tbl-form-common01 table {
    width: calc(980 / var(--break3));
    margin: 0 auto var(--size60px);
}

.tbl-form-common01 td {
    width: 100%;
    padding: var(--size10px) 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.tbl-form-common01 .is-required {
    max-width: 50px;
    max-height: 36px;
    width: calc(60 / var(--break3));
    height: calc(40 / var(--break3));
    margin: auto;
    line-height: calc(40 / var(--break3));
    font-size: min(16px, calc(19 / var(--break3)));
    text-align: center;
    color: #fff;
    background: #da0000;
    border-radius: calc(6 / var(--break3));
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(12 / var(--break3));
}

.tbl-form-common01 .is-required.v2 {
    background: #909090;
}

.tbl-form-common01 input[type="text"],
.tbl-form-common01 input[type="email"],
.tbl-form-common01 input[type="tel"] {
    width: 100%;
    padding: calc(14 / var(--break3)) calc(20 / var(--break3));
    font-size: min(16.5, calc(19 / var(--break3)));
    border: 2px solid #222;
    background: #fff;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.tbl-form-common01 textarea {
    display: block;
    width: 100%;
    height: calc(100 / var(--break3));
    padding: calc(14 / var(--break3)) calc(20 / var(--break3));
    font-size: min(16.5, calc(19 / var(--break3)));
    border: none;
    background: #fff;
    border: 2px solid #222;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.tbl-form-common01 select {
    appearance: none;
    width: 100%;
    padding: calc(14 / var(--break3)) calc(20 / var(--break3));
    font-size: min(16.5, calc(19 / var(--break3)));
    color: #222;
    background: #fff;
    border: 1px solid #222;
    cursor: pointer;
    outline: 0;
}

.tbl-form-common01 span.wpcf7-list-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 1em !important;
}

.tbl-form-common01 .w50>div {
    width: 49%;
    position: relative;
    z-index: 1;
}

.tbl-form-common01 .set_post {
    max-width: 200px;
    width: 47.5%;
    position: relative;
    z-index: 1;
}

.tbl-form-common01 .wpcf7-list-item-label {
    padding-left: .25em;
}

.tbl-form-common01 .textCalendar {
    padding-right: 1em;
    font-weight: 700;
    font-size: calc(16.5 / var(--break3));
    color: #909090;
}

.txt-form-accept {
    margin-bottom: var(--size50px);
    text-align: center;
    font-size: calc(17 / var(--break3));
}

.txt-form-accept input {
    transform: scale(1.5);
}

.txt-form-accept a {
    text-decoration: underline;
}

.txt-form-accept .wpcf7-list-item-label {
    padding-left: 1em;
}

.btn-submit-common {
    max-width: 100%;
    width: calc(340 / var(--break3));
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-submit-common:hover {
    cursor: pointer;
    opacity: .85;
    transition: .3s;
}

.btn-submit-common input:hover {
    cursor: pointer;
}

.btn-submit-common .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5%;
    margin: auto !important;
}

.btn-submit-common:before {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background: #222;
    position: absolute;
    top: var(--size5px);
    left: var(--size5px);
    z-index: -2;
}

.btn-submit-common input {
    width: 100%;
    height: calc(50 / var(--break3));
    line-height: 1;
    text-align: center;
    font-size: calc(16 / var(--break3));
    font-weight: 700;
    color: #222;
    background: #fff;
}

.btn-submit-common input:disabled {
    background: #ddd;
    cursor: not-allowed;
}

@media (max-width: 1280px) {
    .btn-submit-common {
        max-width: 320px;
    }
}

@media (min-width: 768px) {

    .tbl-form-common01 .time select,
    .tbl-form-common01 .time input[type="text"] {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .tbl-form-common01 table,
    .tbl-form-common01 thead,
    .tbl-form-common01 tbody,
    .tbl-form-common01 tr,
    .tbl-form-common01 th,
    .tbl-form-common01 td {
        display: block;
        width: 100% !important;
    }

    .btn-submit-common {
        width: 100%;
    }

    .btn-submit-common:before {
        border-bottom-width: 1.8px;
        border-right-width: 1.8px;
        top: calc(8 / 750 * 100vw);
        left: calc(8 / 750 * 100vw);
    }

    .btn-submit-common input {
        height: calc(88 / 750 * 100vw);
        font-size: calc(14 / 380 * 100vw);
    }

    .txt-form-accept {
        margin-bottom: 7.5vw;
        font-size: calc(11.5 / 380 * 100vw);
    }

    .tbl-form-common01 th {
        /* display: none !important; */
        /* padding: 4vw 0 2.5vw; */
    }

    .tbl-form-common01 td {
        padding: 1vw 0;
    }

    .tbl-form-common01 .mb-5 {
        margin-bottom: 2vw;
    }

    .tbl-form-common01 .is-required {
        max-width: inherit;
        max-height: inherit;
        width: calc(38 / var(--break3));
        height: calc(36/ var(--break3));
        line-height: calc(34 / var(--break3));
        font-size: calc(11 / var(--break3));
        right: 1vw;
    }

    .tbl-form-common01 th .is-required {
        display: none;
    }


    .tbl-form-common01 input[type="text"],
    .tbl-form-common01 input[type="email"],
    .tbl-form-common01 input[type="tel"] {
        min-height: calc(99 / 750 * 100vw);
        padding: 2.5vw 3vw;
        font-size: calc(16.5 / 380 * 100vw);
        border-width: 1px;
        border-radius: calc(4/ 380 * 100vw);
    }

    .tbl-form-common01 textarea {
        padding: 3vw;
        font-size: calc(16.5 / 380 * 100vw);
        border-width: 1px;
        border-radius: calc(4/ 380 * 100vw);
    }

    .tbl-form-common01 select {
        min-height: calc(99 / 750 * 100vw);
        padding: 2.5vw 3vw;
        font-size: calc(16.5 / 380 * 100vw);
    }

    /* .tbl-form-common01 td.np {
        padding: 0;
    } */

    /* .tbl-form-common01 .w50>div {
        padding: 2vw 0;
    } */

    .tbl-form-common01 .set_post {
        padding: 2vw 0;
    }

    .tbl-form-common01 .textCalendar {
        display: none;
    }
}


.bnt-goolgemap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    font-size: 90%;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #333;
    position: relative;
    z-index: 1;
}

.bnt-goolgemap::before {
    content: "";
    width: 15px;
    height: 20px;
    margin: auto;
    background: url(../images/commons/icon-address01.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5%;
}

.bnt-goolgemap::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: 10px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.5%;
}

@media (max-width: 767px) {
    .bnt-goolgemap {
        width: calc(350 / 750 * 100vw);
        height: calc(80 / 750 * 100vw);
    }

    .bnt-goolgemap::after {
        border-left-width: 10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}

.cover-common01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cover-common01.items-stretch {
    align-items: stretch;
}

.cover-common01.items-center {
    align-items: center;
}

.cover-common01.justify-center {
    justify-content: center;
}

.cover-common01.justify-start {
    justify-content: flex-start;
}

.cover-common01>.col16 {
    width: 16%;
}

.cover-common01>.col18 {
    width: 18%;
}

.cover-common01>.col20 {
    width: 20%;
}

.cover-common01>.col20 {
    width: 22%;
}

.cover-common01>.col24 {
    width: 24%;
}

.cover-common01>.col26 {
    width: 26%;
}

.cover-common01>.col28 {
    width: 28%;
}

.cover-common01>.col30 {
    width: 30%;
}

.cover-common01>.col32 {
    width: 32%;
}

.cover-common01>.col34 {
    width: 34%;
}

.cover-common01>.col36 {
    width: 36%;
}

.cover-common01>.col38 {
    width: 38%;
}

.cover-common01>.col40 {
    width: 40%;
}

.cover-common01>.col42 {
    width: 42%;
}

.cover-common01>.col44 {
    width: 44%;
}

.cover-common01>.col46 {
    width: 46%;
}

.cover-common01>.col48 {
    width: 48%;
}

.cover-common01>.col50 {
    width: 50%;
}

.cover-common01>.col52 {
    width: 52%;
}

.cover-common01>.col54 {
    width: 54%;
}

.cover-common01>.col56 {
    width: 56%;
}

.cover-common01>.col58 {
    width: 58%;
}

.cover-common01>.col60 {
    width: 60%;
}

.cover-common01>.col62 {
    width: 62%;
}

.cover-common01>.col64 {
    width: 64%;
}

.cover-common01>.col66 {
    width: 66%;
}

.cover-common01>.col68 {
    width: 68%;
}

.cover-common01>.col70 {
    width: 70%;
}

.cover-common01>.col72 {
    width: 72%;
}

.cover-common01.x2>.col:not(:first-child) {
    margin-top: 40px;
}

.cover-common01.x3>.col:nth-of-type(n + 3) {
    margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cover-common01 .box-common {
        padding: var(--size30px);
    }
}

@media (max-width: 767px) {
    .cover-common01>.order {
        order: 0;
    }

    .cover-common01>.order1 {
        order: 1;
        margin-top: 7.5vw;
    }

    .cover-common01>.order2 {
        order: 2;
        margin-top: 7.5vw;
    }

    .cover-common01.x1-sp>.col {
        margin: 7.5vw auto 0;
    }

    .cover-common01.x1-sp>.col:first-child {
        margin-top: 0;
    }

    .cover-common01.x2-sp>.col:nth-of-type(n + 3) {
        margin-top: 5vw
    }

    .cover-common01.x3-sp>.col:nth-of-type(n + 4) {
        margin-top: 5vw;
    }

    .cover-common01 picture {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cover-common01>*[class*="col"] {
        width: 100%;
    }

    .cover-common01>.col100-sp {
        width: 100%;
    }

    .cover-common01>.col90-sp {
        width: 90%;
    }

    .cover-common01>.col80-sp {
        width: 80%;
    }

    .cover-common01>.col70-sp {
        width: 70%;
    }

    .cover-common01>.col68-sp {
        width: 68%;
    }

    .cover-common01>.col66-sp {
        width: 66%;
    }

    .cover-common01>.col64-sp {
        width: 64%;
    }

    .cover-common01>.col62-sp {
        width: 62%;
    }

    .cover-common01>.col60-sp {
        width: 60%;
    }

    .cover-common01>.col58-sp {
        width: 58%;
    }

    .cover-common01>.col56-sp {
        width: 56%;
    }

    .cover-common01>.col54-sp {
        width: 54%;
    }

    .cover-common01>.col52-sp {
        width: 52%;
    }

    .cover-common01>.col50-sp {
        width: 50%;
    }

    .cover-common01>.col48-sp {
        width: 48%;
    }

    .cover-common01>.col46-sp {
        width: 46%;
    }

    .cover-common01>.col44-sp {
        width: 44%;
    }

    .cover-common01>.col42-sp {
        width: 42%;
    }

    .cover-common01>.col40-sp {
        width: 40%;
    }

    .cover-common01>.col38-sp {
        width: 38%;
    }

    .cover-common01>.col36-sp {
        width: 36%;
    }

    .cover-common01>.col32-sp {
        width: 32%;
    }

    .cover-common01>.col30-sp {
        width: 30%;
    }
}

.btn-blank {
    padding-right: 25px;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.btn-blank::before {
    content: "";
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../images/commons/icon-blank.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

/*  */
.list-common li {
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.list-common li::before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: 1;
}

.list-common.x2 li {
    width: 48%
}

.list-common.x3 li {
    width: 32%
}

.list-common.x1 li {
    margin-bottom: 15px
}

.list-common.x1 li:last-child {
    margin-bottom: 0
}

.list-common.x2 li:nth-of-type(n + 3) {
    margin-top: 15px
}

.list-common.x3 li:nth-of-type(n + 4) {
    margin-top: 15px
}

.list-common.dot li {
    padding-left: 15px
}

.list-common.dot li::before {
    width: 6px;
    height: 6px;
    background: var(--color2);
    border-radius: 100%;
    left: 0;
    top: .6em;
}

@media (max-width: 767px) {
    .list-common.x1 li {
        width: 100%;
    }

    .list-common.x2 li {
        width: 100%;
    }

    .list-common.x3 li {
        width: 48%;
    }

    .list-common.x1 li,
    .list-common.x2 li {
        margin-bottom: 2vw;
    }

    .list-common.x1 li:last-child,
    .list-common.x2 li:last-child {
        margin-bottom: 0;
    }

    .list-common.x3 li:nth-of-type(n + 3) {
        margin-top: 2vw;
    }
}

/*  */
.list-check-common li {
    padding-left: calc(30 / var(--break3));
    position: relative;
    z-index: 1;
}

.list-check-common li::before {
    content: "";
    width: calc(22 / var(--break3));
    height: calc(22 / var(--break3));
    margin: auto;
    background: url(../img/common/check.svg)no-repeat center / contain;
    position: absolute;
    top: .4em;
    left: 0;
}

@media (max-width: 767px) {
    .list-check-common li {
        padding-left: calc(46 / 750 * 100vw);
    }

    .list-check-common li::before {
        width: calc(28 /750 * 100vw);
        height: calc(28 /750 * 100vw);
        top: .4em;
    }
}

/*  */
.areaMap {
    width: 100%;
    height: var(--size400px);
    position: relative;
}

.areaMap iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {}