@charset "utf-8";

/* universal reset ------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow: auto;
}

body {
    background: #fff;
    color: #3a3a3a;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    ;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    box-sizing: border-box;
    background: transparent;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}


/* 共通パーツ ------------------------- */


/* ポップアップ ------------------------- */

.c-modal {
    box-shadow: 2px 2px 2px #e4e4e4;
    border: #772A2A 5px solid;
    background-color: #fff;
    border-radius: 4px;
}

.c-modal__text {
    padding: 20px 30px;
    text-align: left;
}

.c-modal__btn {
    border-radius: 0 0 4px 4px;
    padding: 12px 40px;
}

.c-btn {
    background-color: #772A2A;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    margin: auto;
    padding: 12px 40px;
    cursor: pointer;
}

.l-modal {
    left: 50%;
    margin: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 50%;
}

.modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    padding-bottom: 10px;
}


/* ポップアップ ------------------------- */

.wrapper-1000 {
    max-width: 1000px;
}

.common-btn {
    display: inline-block;
    padding-bottom: 0.75em;
    font-size: 1em;
    letter-spacing: .05em;
    border-bottom: dashed 1px;
    font-weight: 700;
    font-family: serif;
}

.common-btn::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    margin-right: 4px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    transition: all .4s ease-out;
}


/* header ------------------------- */

@media (min-width: 1000px) {
    .sp {
        display: none!important;
    }
}

.pc {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 0;
    background: #fff;
}

.header-wrapper {
    height: 100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}

.header-logo {
    min-width: 160px;
}

.header-logo img {
    width: 100%;
}

.g-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-nav-list li {
    list-style: none;
}

.g-nav-list li a {
    font-weight: 700;
    font-size: 1.0em;
    padding: 0 12px;
}

.header-info {
    display: flex;
    align-items: center;
}

.info-btn-link {
    width: 120px;
    display: block;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}

.is-store {
    background-color: #DFEBED;
    border-radius: 5px;
    margin: 0 10px;
}

.is-order {
    border-radius: 5px;
    border: #3D7989 2px solid;
    margin: 0 10px;
}

.is-store>.info-btn-link {
    color: #3D7989;
}

.is-order>.info-btn-link {
    color: #3D7989;
}


/* header ------------------------- */

.scroll {
    display: inline-block;
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 68px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
}

.scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 60px;
    background: #1a1a1a;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
    30% {
        height: 50px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 180px;
        opacity: 0;
    }
}

.scroll-position {
    width: 100%;
    position: relative;
}


/* トップページ　メッセージ ------------------------- */

.guide {
    height: calc(50vh + 70px);
    width: 70%;
    margin: 0 auto;
}

.guide-text {
    display: block;
    text-align: left;
    margin: 30vh 0 0 0;
    font-family: serif;
}

.is-sub-text {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.is-main-text {
    font-size: 2.3rem;
    font-weight: 700;
    padding-bottom: 10px;
}

.is--text {
    font-size: 1.0rem;
    line-height: 30px;
    letter-spacing: 1px;
}

.kv {
    width: 100%;
    height: auto;
}

.kv img {
    width: 100%;
    display: block;
}


/* オンライショップ　バナー ------------------------- */

.shop-bnr {
    z-index: 9999;
    position: fixed;
    bottom: 50px;
    right: 150px;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* メッセージ ------------------------- */

.message02 {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    font-family: serif;
}

.message02-main-title {
    font-size: 2.3rem;
    padding-bottom: 50px;
}

.message02-text {
    font-size: 1.0em;
    line-height: 30px;
    letter-spacing: 1px;
}

.message-link {
    margin-top: 50px;
    font-weight: 700;
}


/* メッセージ ------------------------- */

.scroll-image {
    background-image: url(../image/top/scroll.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    width: 100%;
    height: 350px;
}

.top-links {
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

.links-content {
    width: 48%;
}

.links-title {
    display: block;
    font-size: 2.0em;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: serif;
}

.links-text {
    font-weight: 500;
    font-size: 1.0em;
    text-align: left;
    padding-top: 20px;
}

.links-btn {
    margin-top: 30px;
}

.top-shop-link {
    background-image: url(../image/top/shop-bg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 450px;
    position: relative;
}

.shop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 35px;
    border-top: 5px solid #772A2A;
    width: 500px;
    margin: 0 auto;
}

.shop-inner-title {
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
}

.shop-inner-text {
    text-align: left;
    font-weight: 500;
}

.shop-inner-link {
    background-color: #772A2A;
    color: #fff;
    line-height: 40px;
    max-width: 200px;
    margin: 50px auto 0;
    display: block;
    font-weight: 700;
}

.shop-inner-link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../image/top/shop-icon.png);
    width: 18px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative;
}

.top-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px 0;
}

.top-news-title {
    width: 25%;
    text-align: left;
}

.news-title-en {
    color: #772A2A;
    font-size: 1.0em;
    font-weight: 700;
}

.news-title-ja {
    font-size: 2.0em;
    font-family: serif;
}

.news-links-btn {
    margin-top: 50px;
}

.news-content {
    width: 75%;
}

.news-list {
    border-top: 1px solid #b9b9b9;
}

.news-list li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #b9b9b9;
    padding: 20px 0;
}

.news-time {
    font-size: 12px;
    font-weight: 700;
}

.news-tag {
    background-color: #DFEBED;
    color: #3D7989;
    display: inline-block;
    width: 72px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}

.news-inner-subject {
    font-size: 1.0rem;
    font-weight: 500;
    margin-top: 10px;
}

.news-links-btn--sp {
    display: none;
}

.contact {
    background-image: url(../image/common/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    position: relative;
    color: #FFF;
}

.contact-inner {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contact-inner img {
    width: 120px;
    margin: 0 auto;
}

.contact-inner-text {
    font-weight: 700;
    font-size: 1.0em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
}

.contact-is-shop {
    background-color: #FFF;
    color: #1a1a1a;
}

.contact-is-shop::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}

.contact-link-btn {
    margin: 15px auto;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 40px;
    min-width: 260px;
}

.contact-is-form {
    background-color: none;
    border: 1px solid #FFF;
    color: #FFF;
}

.contact-is-form::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: relative;
    top: -5px;
}

.furunavi {
    margin: 0 auto;
    padding: 50px 0;
}

.furunavi img {
    width: 280px;
    margin: 0 auto;
    display: block;
}


/* footer ------------------------- */

footer {
    background-color: #E0E0E0;
    width: 100%;
    padding: 50px 35px;
}

.footer-inner {
    margin: 0 auto;
}

.footer-ci {
    font-family: serif;
}

.footer-ci img {
    width: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.footer-company-name {
    font-size: 1.2em;
    font-weight: 700;
}

.footer-address {
    font-size: 12px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer-nav li {
    list-style: none;
}

.footer-nav li a {
    font-weight: 700;
    padding: 0 12px;
}

.copyright {
    background-color: #494949;
    color: #FFF;
    padding: 3px 0;
}

.copyright p {
    font-size: 10px;
}


/* 下層ページ　タイトル ------------------------- */

.l-main {
    width: 100%;
    height: 350px;
    margin: 100px auto 0;
    position: relative;
}

.l-main-inner {
    max-width: 1000px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.l-subtitle {
    color: #772A2A;
    font-weight: 700;
    font-size: 1.0em;
}

.l-title {
    font-size: 2.3em;
    letter-spacing: 3px;
    font-family: serif;
    font-weight: 500;
}


/* パンくずリスト ------------------------- */

#bread-list {
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}

#bread-list ul {
    margin: 0;
}

#bread-list ul li {
    float: left;
    list-style: none;
    font-size: 13px;
    padding: 0 10px 0 0;
    color: #999;
}

#bread-list ul li:after {
    content: ">";
    padding: 0 0 0 10px;
}

#bread-list ul li:last-child:after {
    content: "";
}


/* 新着情報 ------------------------- */

.l-wrapper-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.l-news-wrapper {
    width: 100%;
    padding: 50px 0 100px;
}

.l-news-content {
    padding: 50px 0 100px;
}

.l-news-content-title {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d6;
}

.l-news-maintitle {
    display: flex;
    margin-right: 40px;
    margin-bottom: 10px;
}

.l-news-time {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1;
    width: 100px;
    min-height: 24px;
}

.l-news-category {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px -5px 0;
}

.l-news-category li {
    list-style: none;
}

.news-category-btn {
    min-width: 90px;
    min-height: 27px px;
    padding: 2px 10px;
    transition: opacity 0.3s ease;
    line-height: 1.1;
    text-align: center;
    color: #3D7989;
    letter-spacing: 0.01em;
    background-color: rgb(var(--light_navy));
    box-sizing: border-box;
    display: block;
    background-color: #DFEBED;
}

.news-more-main-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}

.news-more-inner {
    text-align: left;
    padding-bottom: 100px;
}

.l-news-btn {
    margin-top: 50px;
}

.item-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.item-list li {
    list-style: none;
    width: 300px;
    margin-bottom: 50px;
    background-color: #d9d9d6;
}

.item-list-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 10px;
}

.item-list-inner-image {
    width: 100px;
}

.item-list-inner-image img {
    width: 100%;
}

.item-list-text {
    text-align: left;
    margin-right: 0;
}

.item-list-sub {
    font-size: 12px;
    font-family: serif;
}

.item-list-title {
    color: #772A2A;
    font-size: 1.2em;
    font-weight: 700;
    font-family: serif;
    letter-spacing: 3px;
}

.l-item-detail {
    margin: 100px auto;
    padding: 50px;
    border-bottom: 1px solid #979797;
}

.l-item-detail-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.l-item-detail-image {
    width: 30%;
}

.l-item-detail-image img {
    width: 300px;
    margin: 0 auto;
}

.l-item-detail-content {
    width: 70%;
    text-align: left;
    padding: 50px;
}

.l-item-detail-f {
    font-size: 12px;
}

.l-item-detail-title {
    font-size: 2.3em;
    font-family: serif;
    color: #772A2A;
    font-weight: 500;
    letter-spacing: 3px;
}

.l-item-type {
    color: #772A2A;
    font-weight: 700;
    font-size: 1.2em;
}

.l-item-price {
    color: #1a1a1a;
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 20px;
    letter-spacing: 1px;
}

.l-item-price span {
    font-size: 12px;
    font-weight: 500;
}

.i-item-detail-text {
    padding-top: 50px;
}

.l-feature {
    font-size: 2.3em;
    font-weight: 500;
    text-align: center;
    font-family: serif;
    line-height: 55px;
}

.l-feature-inner {
    padding: 100px 0;
}

.l-feature-box {
    text-align: left;
}

.l-feature-title {
    font-size: 1.5em;
    color: #772A2A;
    font-weight: 700;
    padding-bottom: 20px;
}

.l-feature-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #d9d9d6;
    margin: 50px auto;
}

.l-feature-table th {
    position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
    font-size: 1.0rem;
    font-weight: 700;
}

.l-feature-table td {
    text-align: left;
    padding: 30px 0 30px 4.898%;
}

.l-feature-table tr {
    border-bottom: 1px solid #d9d9d6;
}

.l-feature-sec01 {
    background-image: url(../image/feature/sec01-bg.jpg);
}

.l-owner-message-is-text {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
    font-family: serif;
    text-align: left;
    padding: 0 20px;
}

.l-owner-name {
    text-align: right;
    font-size: 1.0em;
    font-family: serif;
    margin-right: 20px;
    margin-left: auto;
    display: block;
    font-weight: 700;
    padding-top: 50px;
}

.l-owner-message {
    padding: 50px 0 100px;
}

.timeline-001 {
    padding: 0 15px;
}

.timeline-001__section {
    position: relative;
    padding: 0 1.5em 1.5em 2em;
    text-align: left;
}

.timeline-001__section:not(:last-child)::before,
.timeline-001__section::after {
    position: absolute;
    content: '';
}

.timeline-001__section:not(:last-child)::before {
    bottom: 0;
    left: 13px;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #d6dde3;
}

.timeline-001__section::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #66301a;
}

.timeline-001__content {
    border-bottom: dashed 1px #c6cdd3;
    padding-bottom: 1.5em;
}

.timeline-001__label {
    margin-bottom: .1em;
    color: #bcbfc7;
    font-size: .85em;
}

.timeline-001__title {
    color: #550c0c;
    font-size: 1.05em;
    font-weight: 600;
    margin: 0 auto .5em;
}

.l-owner-story {
    padding: 50px 0;
}

.l-owner-story-box {
    width: 80%;
    margin: 25px auto;
    padding: 25px;
    background-color: #d9d9d6;
}

.l-owner-story-inner-title {
    color: #772A2A;
    font-weight: 700;
    padding: 5px 0;
}

.l-owner-story-inner-title::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #772A2A;
    display: block;
    margin: 10px auto 0;
}

.l-owner-story-text {
    padding: 20px 0;
    text-align: left;
    line-height: 30px;
}

.l-story-content {
    padding: 50px 20px;
    border-bottom: 1px solid #772A2A;
    margin: 0 auto 50px;
}

.l-story-title {
    font-size: 2.0em;
    font-family: serif;
    font-weight: 500;
    color: #772A2A;
    text-align: left;
    padding-bottom: 20px;
}

.l-story-title-text {
    text-align: left;
    font-size: 1.0em;
    line-height: 30px;
}

.l-story-sub-title {
    text-align: left;
    font-size: 1.2em;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    display: block;
}

.l-store {
    padding: 0 20px 100px;
}

.l-store-title {
    font-size: 2.0em;
    font-family: serif;
    font-weight: 500;
    color: #772A2A;
    text-align: center;
}

.l-store-sub-title {
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    text-align: left;
    color: #1a1a1a;
    padding-bottom: 10px;
    padding-top: 50px;
}

.l-store-text {
    font-size: 1.0em;
    font-weight: 500;
    text-align: left;
    display: block;
    padding-bottom: 25px;
}

.l-store-image {
    margin-bottom: 15px;
}

.table-list {
    width: 80%;
    border-collapse: collapse;
    margin: 50px auto 150px;
}

.table-list th {
    text-align: left;
    width: 30%;
    font-weight: 700;
    border-bottom: 1px solid #8f8f8f;
    padding: 3% 0 3% 5%;
}

.table-list td {
    width: 70%;
    padding: 10px 0;
    text-align: left;
    font-weight: 300;
    border-bottom: 1px solid #8f8f8f;
    padding: 3% 0 3% 5%;
}

.table-list td a {
    color: #1a1a1a;
}

.l-order-title {
    font-size: 2.0em;
    font-family: serif;
    font-weight: 500;
    color: #772A2A;
    text-align: center;
    padding-bottom: 50px;
}

.l-order-sub-title {
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    text-align: left;
    color: #1a1a1a;
    padding-bottom: 10px;
    padding-top: 50px;
}

.l-order-text {
    font-size: 1.0em;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}

.l-order-wapper {
    padding-bottom: 100px;
}

.l-feature {
    font-size: 2.0em;
}

.l-feature-inner {
    width: 90%;
    margin: 0 auto;
}


/* contact ------------------------- */

.contact-content {
    width: 90%;
    margin: 50px auto;
}

.contact-form__content {
    margin-top: 60px;
}

.c-form01 {
    padding: 80px 10px 90px;
    border-top: 1px solid #772A2A;
}

.c-stepbar01 {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 255px;
    margin: 0 auto;
}

.c-stepbar01 {
    max-width: 450px;
    margin-bottom: 100px;
}

.c-stepbar01::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    margin: 0 auto;
    background-color: #d9d9d6;
}

.c-stepbar01__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.c-stepbar01__item-ico {
    position: relative;
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
    border: 1px solid #d9d9d6;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.mw_wp_form_input .c-stepbar01__item:nth-child(1) .c-stepbar01__item-ico {
    border-color: #d9d9d6;
}

.c-stepbar01__item-ico::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    border-radius: 50%;
    background-color: #d9d9d6;
}

.mw_wp_form_input .c-stepbar01__item:nth-child(1) .c-stepbar01__item-ico::before {
    background-color: #d9d9d6;
}

.u-serif {
    font-family: var(--font_serif);
    font-weight: 500;
}

.active>.c-stepbar01__item-ico::before {
    background-color: #772A2A;
}

.c-form01__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #d9d9d6;
    margin: 50px auto;
}

.c-form01 tr {
    border-bottom: 1px solid #d9d9d6;
}

.c-form01 th {
    position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
}

.c-form01__option {
    /* display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 22px;
    margin: 2px 0 0 20px;
    overflow: hidden;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    background-color: #ABB7BC;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0; */
    position: absolute;
    top: 43px;
    right: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 22px;
    background-color: #d9d9d6;
}

.c-form01 th {
    /* position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
    line-height: var(--lh_head);
    font-size: 1.0rem;
    font-weight: 500;
    vertical-align: baseline; */
    position: relative;
    width: 29.0909090909%;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px 55px 30px 10px;
    box-sizing: border-box;
    font-size: 1.0rem;
    font-weight: 700;
}

.c-form01 td {
    text-align: left;
    padding: 30px 0 30px 4.898%;
}

.c-form01__option.is-require {
    background-color: #772A2A;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    outline: none;
    border: 1px solid;
    border-radius: 0;
    background: none;
    font-size: 15px;
}

.c-textbox01 {
    height: 46px;
    padding: 0 15px;
}

.c-textbox01 {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border: 1px solid #d9d9d6 !important;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-textarea01 {
    width: 100%;
    min-height: 180px;
    max-height: 500px;
    padding: 12px;
    color: rgb(var(--black));
    font-family: rgb(var(--font_sans));
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    border: 1px solid #d9d9d6 !important;
    border-radius: 0 !important;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
    padding: 10px 15px;
    min-height: 250px;
}

.form-table input[type=submit],
input[class="common-btn"] {
    text-align: center;
    margin: 50px auto;
    display: inline-block;
    background: #772A2A;
    font-weight: bold;
    padding: 15px 30px;
    color: #FFF;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
}

#formWrap {
    max-width: 1080px;
    margin: 100px auto;
}

.check-title {
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 1px;
    color: #772A2A;
    padding-bottom: 50px;
}

.formTable {
    margin: 50px auto;
    max-width: 1080px;
    width: 80%;
    border-top: 1px solid #d9d9d6;
    border-collapse: collapse;
}

.formTable th {
    padding: 25px 0;
}

.formTable td {
    padding: 25px 0;
}

.formTable tr {
    border-bottom: 1px solid #d9d9d6;
}

.check-btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 50px auto;
}

.check-btn-list li {
    list-style: none;
    min-width: 250px;
    margin: 0 15px;
}

.check-send-btn {
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #772A2A;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.check-back-btn {
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #707070;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
}


/* contact ------------------------- */