@charset "utf-8";

:root {
    --color: #333333;
    --color2: #F2F2F2;
    --color3: #626262;
    --color4: #378B6B;
    --color5: #AF9570;
    --color6: #EAE8DD;
    --color7: #E8DFD8;
    --color8: #737E8C;
    --color9: #;
    --color10: #;
    --link-color: #;
}

html,
body {
    line-height: 2;
    letter-spacing: .1em;
    font-family: "Noto Serif JP", "Noto Serif", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16.8px;
    scroll-padding-top: 200px;
    scroll-behavior: smooth;
    color: #333;
}

@media (min-width: 768px) and (max-width: 1024px) {

    html,
    body {
        font-size: min(calc(16.8/ 1000 * 100vw), 16.8px);
        line-height: 1.8;
        letter-spacing: .06em;
    }
}

@media(max-width: 767px) {

    html,
    body {
        line-height: 1.75;
        letter-spacing: .02em;
        font-size: 15.5px;
        -webkit-text-size-adjust: 100%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        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%);
}

.tracking-widest-x15 {
    letter-spacing: .15em
}

.tracking-widest-x2 {
    letter-spacing: .2em
}

.tracking-widest-x25 {
    letter-spacing: .25em
}

.tracking-widest-x3 {
    letter-spacing: .3em
}

.inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.innerx2 {
    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%;
    }

    .md\:text-white {
        color: #fff;
    }

    .md\:tracking-widest-x2 {
        letter-spacing: .2em
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .inner {
        width: 92%;
    }
}

@media(max-width: 767px) {
    .inner {
        width: 92%;
    }

    .inner-lift.inner {
        width: 100% !important;
		padding: 0 !important;
    }
	
	.inner-lift {
        width: 100% !important;
    }

    .md\:tracking-widest-x2 {
        letter-spacing: .2em
    }

    .wrap320-sp {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(320 / 375 * 100vw) !important;
        padding-left: 0 !important;
        padding-right: 0 !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 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto var(--size60px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.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: #e94f37;
    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 #999999;
    border-radius: calc(5 / var(--break3));
    background: #fff;
    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 #999999;
    border-radius: calc(5 / var(--break3));
    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: 2px solid #999999;
    border-radius: calc(5 / var(--break3));
    cursor: pointer;
    outline: 0;
}

.form-checkbox-common {
    width: 100%;
    padding: calc(20 / var(--break3)) calc(30 / var(--break3));
    font-size: min(16.5, calc(19 / var(--break3)));
    color: #222;
    background: #fff;
    border: 2px solid #999999;
    border-radius: calc(5 / var(--break3));
}

.form-checkbox-common input[type="date"]{
	max-width: 200px;
    width: 100%;
	border: 1px solid #000;
}

.form-checkbox-common .wpcf7-form-control-wrap {
    width: 71%;
}

.form-checkbox-common .wpcf7-list-item {
    width: auto !important;
}

.form-checkbox-common .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.copy-form-checkbox-common {
    width: 25%;
}

.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(240 / var(--break2));
    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: calc(16 / var(--break2));
    height: calc(10 / var(--break2));
    margin: auto;
    clip-path: polygon(20% 50%, 0 0, 100% 50%, 0% 100%);
    background: #fff;
    position: absolute;
    inset: 0 5%;
    left: auto;
}

.btn-submit-common input {
    width: 100%;
    height: calc(60 / var(--break2));
    line-height: 1;
    text-align: center;
    font-size: calc(16 / var(--break2));
    font-weight: 700;
    color: #fff;
    background: rgb(55, 139, 107);
    border: #fff solid 2px;
    border-radius: calc(30 / var(--break2));
}

@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%;
        width: calc(218 / 375 * 100vw);
    }

    .btn-submit-common:before {
        width: calc(16 / 500 * 100vw);
        height: calc(10 / 500 * 100vw);
    }

    .btn-submit-common input {
        height: calc(90 / 750 * 100vw);
        font-size: calc(14 / 380 * 100vw);
        border-width: 1px;
        border-radius: calc(45 / 750 * 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 / 380 * 100vw);
        height: calc(36/ 380 * 100vw);
        line-height: calc(34 / 380 * 100vw);
        font-size: calc(11 / 380 * 100vw);
        border-radius: calc(6 / 380 * 100vw);
        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);
    }
	.form-checkbox-common input[type="date"]{
		width: 80% !important;
		margin: -1vw 0;
        font-size: calc(16 / 380 * 100vw);
	}
    .tbl-form-common01 textarea {
        height: calc(100 / 380 * 100vw);
        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);
        border-width: 1px;
        border-radius: calc(4/ 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;
    }

    .form-checkbox-common {
        padding: 3vw 3.5vw;
        font-size: calc(13.8 / 375 * 100vw);
        border-width: 1px;
        border-radius: calc(4/ 380 * 100vw);
    }
	.date .inquiry.form-checkbox-common .wpcf7-form-control-wrap{
		width: calc(180 / 375 * 100vw);
	}
	.date .form-checkbox-common {
		padding-right: 4.9vw;
	}
	
    .form-checkbox-common .wpcf7-form-control-wrap {
        width: 100%;
    }

    .copy-form-checkbox-common {
        width: 100%;
        margin-bottom: 2vw;
    }

    .inquiry.form-checkbox-common{
        font-size: calc(13.4 / 375 * 100vw);
    }
    .inquiry.form-checkbox-common .wpcf7-form-control-wrap {
        width: calc(190 / 375 * 100vw);
    }
    .inquiry .copy-form-checkbox-common {
        width: calc(120 / 375 * 100vw);
    }
    
}

.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: 6vw;
    }

    .cover-common01>.order2 {
        order: 2;
        margin-top: 6vw;
    }

    .cover-common01.x1-sp>.col {
        margin: 6vw 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(--size460px);
    position: relative;
}

.areaMap iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: var(--size20px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {}