@font-face {
    font-family: "A-OTF-RyuminPro-Regular";
    src: url("../font/A-OTF-RyuminPro-Regular.woff") format("woff"), url("../font/A-OTF-RyuminPro-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "A-OTF-ShinGoPro-Light";
    src: url("../font/A-OTF-ShinGoPro-Light.woff") format("woff"), url("../font/A-OTF-ShinGoPro-Light.ttf") format("opentype");
}

@font-face {
    font-family: "A-OTF-ShinGoPro-Medium";
    src: url("../font/A-OTF-ShinGoPro-Medium.woff") format("woff"), url("../font/A-OTF-ShinGoPro-Medium.ttf") format("opentype");
}

/*------------------------------------------
  Base Layout
------------------------------------------*/

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "A-OTF-RyuminPro-Regular", serif;
    font-size: 1.5em;
    background: #202733;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .08em;
}

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

a.hvop {
    transition: opacity .3s ease;
    color: #fff;
    text-decoration: none;
}

a.hvop:hover {
    opacity: .7;
    transition: opacity .2s ease;
    text-decoration: none;
    color: #fff;
}

.disp-tab {
    display: none;
}

.disp-sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .disp-tab {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }

    a:hover {
        opacity: 1;
    }

    .disp-pc {
        display: none;
    }

    .disp-sp {
        display: block;
    }
}

h3 {
    border: none;
    box-shadow: none;
}

h3:after {
    content: none;
}

/*------------------------------------------
  modules
------------------------------------------*/

.l-grid {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}

.l-grid-col-2 .l-grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.l-grid-col-2 .l-grid-item:nth-child(2n) {
    margin-right: 0;
}

.l-grid-col-3 .l-grid-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.l-grid-col-3 .l-grid-item:nth-child(3n) {
    margin-right: 0;
}

.l-grid-col-4 .l-grid-item {
    width: 23%;
    margin-right: 2.6666%;
    margin-bottom: 4%;
}

.l-grid-col-4 .l-grid-item:nth-child(4n) {
    margin-right: 0;
}

.r_mark {
    display: inline-block !important;
}

.r_mark::after {
    display: none;
}

/* ===== layout ===== */

.layout-type01 {
    max-width: 1110px;
    margin: auto;
    padding: 0 40px;
    background: none;
    border: none;
    box-shadow: none;
}

.layout-type02 {
    max-width: 900px;
    margin: auto;
    padding: 0 40px;
}

/* ===== btn ===== */

.btn-type01 {
    display: inline-block;
    width: 700px;
    max-width: 100%;
    font-size: 2.7rem;
    line-height: 100px;
    position: relative;
    background: #960a0a;
    color: #fff;
    text-decoration: none;
}

.btn-type01:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #202733;
}

@media only screen and (max-width: 1024px) {

    /* ===== layout ===== */
    .layout-type01 {
        padding: 0 20px;
    }

    .layout-type02 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {

    /* ===== layout ===== */
    .layout-type01 {
        padding: 0 15px;
    }

    .layout-type02 {
        padding: 0 15px;
    }

    /* ===== btn ===== */
    .btn-type01 {
        font-size: 1.8rem;
        line-height: 60px;
    }

    .btn-type01:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #202733;
    }
}

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

.page-header {
    padding: 30px 0;
    margin-top: 0 !important;
    background: #202733;
}

.page-header-inner {
    height: 70px;
    align-items: center;
}

.header-logo .logo-text {
    margin-top: 5px;
    color: #b48c52;
    font-size: 1.1rem;
    border-top: 1px solid #b48c52;
    border-bottom: 1px solid #b48c52;
    text-align: center;
}

.header-info {
    margin-left: auto;
    text-align: center;
    justify-content: flex-end;
}

.header-info .info-tel .tel-text {
    background: #fff;
    font-size: 1rem;
    padding: 2px 0 1px;
    color: #202733;
    font-family: "A-OTF-ShinGoPro-Medium", sans-serif;
    margin-bottom: 4px;
}

.header-info .info-tel .tel-num {
    padding-left: 42px;
    line-height: 1.2;
    letter-spacing: .1em;
    background: url(../images/ico-tel.png) no-repeat left center;
}

.header-info .info-tel .tel-num a {
    display: block;
    font-size: 2.8rem;
    text-decoration: none;
    color: #fff;
}

.header-info .info-tel .tel-num a:valid {
    color: #fff;
}

.header-info .info-btn {
    display: table;
    width: 160px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
}

.header-info .info-btn a {
    display: table-cell;
    vertical-align: middle;
    background: #960a0a;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}

.header-info .info-btn span {
    display: block;
    padding-top: 22px;
    background: url(../images/ico-calendar.png) no-repeat center top;
}

@media only screen and (max-width: 1024px) {
    .header-info .info-btn {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .header-info {
        display: none;
    }

    .page-header {
        padding: 15px 0;
    }

    .page-header-inner {
        height: auto;
        display: block;
    }

    .header-logo {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 15px;
    }

    .header-info {
        width: 100%;
        max-width: 350px;
        margin: auto;
        justify-content: center;
    }

    .header-info .info-btn {
        width: 70px;
        margin-left: auto;
    }

    .header-info .info-btn a {
        font-size: 1.2rem;
    }
}

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

.page-footer {
    padding: 80px 0;
    background: url(../images/bg-footer.jpg) no-repeat center;
    background-size: cover;
}

.footer-info-title {
    text-align: center;
    background: #202733;
    font-size: 4.8rem;
    padding: 14px 0;
    margin-bottom: 30px;
}

.footer-info-contents {
    justify-content: space-between;
    align-items: center;
}

.footer-info-contents .info-num {
    font-size: 10rem;
    line-height: 1.1;
}

.footer-info-contents .info-num a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-info-contents .info-text .text-box {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.footer-info-contents .info-text .text-box:last-child {
    margin-bottom: 0;
}

.footer-info-contents .info-text .text-box p {
    display: table-cell;
    vertical-align: middle;
}

.footer-info-contents .info-text .title {
    border: 1px solid #fff;
    text-align: center;
    width: 6em;
    font-size: 2.4rem;
}

.footer-info-contents .info-text .text {
    padding-left: .5em;
    font-size: 3.3rem;
}

.footer-info-contents .info-text .text span {
    font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
    .footer-info-title {
        font-size: 4rem;
    }

    .footer-info-contents .info-num {
        width: 100%;
        text-align: center;
        font-size: 8rem;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .page-footer {
        padding: 40px 0;
    }

    .footer-info-title {
        font-size: 2.1rem;
        margin-bottom: 20px;
    }

    .footer-info-contents .info-num {
        font-size: 5rem;
    }

    .footer-info-contents .info-text .text-box {
        display: table;
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-info-contents .info-text .title {
        font-size: 1.6rem;
    }

    .footer-info-contents .info-text .text {
        font-size: 1.6rem;
    }

    .footer-info-contents .info-text .text span {
        font-size: 1.2rem;
    }
}

/*------------------------------------------
  contents
------------------------------------------*/

.wrapper {
    overflow: hidden;
}

.mv-section {
    position: relative;
}

.mv-section .mv-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.mv-section .mv-title img {
    max-width: 80%;
}

.mv-section .mv-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.bnr-section {
    padding: 80px 0;
    text-align: center;
}

.bnr-section .movie {
    margin-bottom: 20px;
}

.bnr-section video {
    width: 100%;
}

.concept-section {
    padding: 180px 0;
    background: url(../images/bg-concept.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.concept-section .sec-inner {
    max-width: 800px;
}

.concept-section .concept-lead {
    line-height: 1.7;
    margin-bottom: 50px;
    border: none;
    box-shadow: none;
}

.concept-section .concept-lead:after {
    contain: none;
}

.concept-section .concept-lead span {
    display: block;
    position: relative;
}

.concept-section .concept-lead span:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
}

.concept-section .concept-lead .lead01 {
    font-size: 4.4rem;
    text-align: left;
}

.concept-section .concept-lead .lead01:after {
    left: -70px;
}

.concept-section .concept-lead .lead02 {
    font-size: 3.6rem;
    text-align: right;
}

.concept-section .concept-lead .lead02:after {
    right: -50px;
}

.concept-section .concept-text {
    line-height: 2;
    margin: auto;
    letter-spacing: 1;
    text-align: justify;
}

.reserv-section {
    padding: 100px 0 180px;
}

.reserv-section .reserv-caution {
    background: #fff;
    position: relative;
    margin-bottom: 100px;
}

.reserv-section .reserv-caution:before,
.reserv-section .reserv-caution:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 3px;
}

.reserv-section .reserv-caution:before {
    border-width: 10px 10px 0 0;
    border-color: #202733 transparent transparent transparent;
    left: 3px;
}

.reserv-section .reserv-caution:after {
    border-width: 0 10px 10px 0;
    border-color: transparent #202733 transparent transparent;
    right: 3px;
}

.reserv-section .reserv-caution-inner {
    padding: 70px 0 90px;
    position: relative;
}

.reserv-section .reserv-caution-inner:before,
.reserv-section .reserv-caution-inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 3px;
}

.reserv-section .reserv-caution-inner:before {
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #202733;
    left: 3px;
}

.reserv-section .reserv-caution-inner:after {
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #202733 transparent;
    right: 3px;
}

.reserv-section .reserv-caution-text {
    color: #202733;
    text-align: center;
}

.reserv-section .reserv-caution-text .title {
    color: #960a0a;
    position: relative;
    font-size: 2.7rem;
    margin-bottom: 50px;
}

.reserv-section .reserv-caution-text .title:before,
.reserv-section .reserv-caution-text .title:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #960a0a;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.reserv-section .reserv-caution-text .title:before {
    left: 0;
}

.reserv-section .reserv-caution-text .title:after {
    right: 0;
}

.reserv-section .reserv-caution-text .title h3 {
    position: relative;
}

.reserv-section .reserv-caution-text .title h3:after {
    content: none;
}

.reserv-section .reserv-caution-text .title h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #960a0a;
    position: absolute;
    left: 0;
    top: 50%;
}

.reserv-section .reserv-caution-text .title span {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 1em;
}

.reserv-section .reserv-caution-text .text {
    text-align: left;
    max-width: 800px;
    margin: auto;
    font-family: "A-OTF-ShinGoPro-Light", sans-serif;
    line-height: 2;
}

.reserv-section .reserv-caution-text .text p {
    margin-bottom: 2em;
}

.reserv-section .reserv-caution-text .text p:last-child {
    margin-bottom: 0;
}

.reserv-section .reserv-btn {
    text-align: center;
    margin-top: 20px;
}

.point-section {
    padding: 170px 0 130px;
    background: url(../images/bg-point.jpg) no-repeat center;
    background-size: cover;
}

.point-section .sec-inner {
    max-width: 1400px;
    align-items: center;
}

.point-section .point-image {
    width: 50%;
}

.point-section .point-text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 45px;
}

.point-section .text-head {
    margin-bottom: 55px;
    position: relative;
    padding-bottom: 25px;
}

.point-section .text-head:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.point-section .text-head .title {
    font-size: 4.8rem;
    margin-bottom: 10px;
}

.point-section .text-head .sub {
    font-size: 1.5rem;
}

.point-section .point-list li {
    margin-bottom: 40px;
}

.point-section .point-list li:last-child {
    margin-bottom: 0;
}

.point-section .point-list li .title {
    font-size: 2rem;
    background: url(../images/ico-check.png) no-repeat left top;
    padding-left: 56px;
    margin-bottom: 15px;
}

.point-section .point-list li .text {
    line-height: 1.8;
}

.access-section {
    padding: 100px 0 180px;
}

.access-section .btn-flyer {
    text-align: center;
    margin-bottom: 180px;
}

.access-section .btn-flyer a {
    background: #b48c52;
    color: #fff;
    text-decoration: none;
}

.access-section .sec-header,
.calendar-section .sec-header {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.access-section .sec-header:before,
.calendar-section .sec-header:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.calendar-section .sec-header:before {
    background: #000;
}

.access-section .sec-header .sub,
.access-section .sec-header .sub {
    font-size: 1.5rem;
}

.access-section .sec-title,
.calendar-section .sec-title {
    font-size: 4.8rem;
}

.access-section .access-box {
    margin-bottom: 90px;
}

.access-section .access-box:last-child {
    margin-bottom: 0;
}

.access-section .access-box.l-grid {
    justify-content: space-between;
}

.access-section .access-box.l-grid>div {
    width: 48%;
}

.access-section .box-map div {
    position: relative;
    width: 100%;
    padding-top: 70%;
}

.access-section .box-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.access-section .box-text {
    margin-bottom: 30px;
}

.access-section .box-text:last-child {
    margin-bottom: 0;
}

.access-section .box-text .title {
    color: #b48c52;
    font-size: 2rem;
    padding: 6px 0;
    margin-bottom: 15px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}

.access-section .box-text .title-car {
    background-image: url(../images/ico-car.png);
}

.access-section .box-text .title-train {
    background-image: url(../images/ico-train.png);
}

.access-section .box-text .text {
    font-size: 1.5rem;
}

.access-section .box-text .text p {
    margin-bottom: 1em;
    font-size: 14px;
}

.access-section .box-text .text p:last-child {
    margin-bottom: 0;
}

.calendar-section {
    background: #fff;
    padding: 90px 0;
    color: #202733;
}

@media only screen and (max-width: 1024px) {
    .mv-section .mv-title img {
        max-width: 60%;
    }

    .concept-section .concept-lead .lead01 {
        font-size: 4rem;
    }

    .concept-section .concept-lead .lead02 {
        font-size: 3.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .mv-section .mv-title img {
        max-width: 70%;
    }

    .bnr-section {
        padding: 15px 0 20px;
    }

    .concept-section {
        padding: 40px 0;
    }

    .concept-section .concept-lead {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .concept-section .concept-lead span:after {
        content: none;
    }

    .concept-section .concept-lead .lead01 {
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .concept-section .concept-lead .lead02 {
        font-size: 1.8rem;
        text-align: center;
    }

    .concept-section .concept-text {
        line-height: 2;
        margin: auto;
    }

    .reserv-section {
        padding: 40px 0;
    }

    .reserv-section .reserv-caution {
        margin-bottom: 30px;
    }

    .reserv-section .reserv-caution-inner {
        padding: 40px 0 30px;
    }

    .reserv-section .reserv-caution-text .title {
        font-size: 2.3rem;
        margin-bottom: 25px;
    }

    .reserv-section .reserv-caution-text .title:before,
    .reserv-section .reserv-caution-text .title:after {
        content: none;
    }

    .reserv-section .reserv-caution-text .title h3 {
        position: relative;
    }

    .reserv-section .reserv-caution-text .title h3:before {
        content: none;
    }

    .point-section {
        padding: 40px 0;
    }

    .point-section .sec-inner {
        padding-left: 15px;
    }

    .point-section .point-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .point-section .point-text {
        width: 100%;
        padding-left: 0;
    }

    .point-section .text-head {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .point-section .text-head .title {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .point-section .text-head .sub {
        font-size: 1.2rem;
    }

    .point-section .point-list li .title {
        font-size: 1.8rem;
        padding-left: 30px;
        background-size: 30px;
    }

    .access-section {
        padding: 40px 0;
    }

    .access-section .btn-flyer {
        margin-bottom: 50px;
    }

    .access-section .sec-header,
    .calendar-section .sec-header {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .access-section .sec-header .sub,
    .calendar-section .sec-header .sub {
        font-size: 1.2rem;
    }

    .access-section .sec-title,
    .calendar-section .sec-title {
        font-size: 2.4rem;
    }

    .access-section .access-box {
        margin-bottom: 40px;
    }

    .access-section .access-box.l-grid>div {
        width: 100%;
    }

    .access-section .access-box.l-grid>div:first-child {
        margin-bottom: 20px;
    }

    .access-section .box-text {
        margin-bottom: 20px;
    }

    .access-section .box-text .title {
        font-size: 1.8rem;
        padding: 6px 0;
        background-size: 24px;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .access-section .box-text .text {
        font-size: 1.3rem;
    }

    .calendar-section {
        padding: 40px 0;
    }

    .bnr-section .movie {
        margin-bottom: 10px;
    }
}

.form-table {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    margin: 30px auto 0;
    color: #555;
    max-width: 920px;
    width: 100%;
}

.form-table .th,
.form-table .td {
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    padding: 5px
}

.form-table .th {
    background: #ececec none repeat scroll 0 0;
    font-weight: normal;
    padding: 16px 5px;
    width: 30%;
}

.form-table-required {
    color: red;
    font-size: 12px;
    background: none;
    float: none;
    padding: 0;
}

.popup-leave.is-disabled {
    display: none;
}

.form-table-title {
    font-size: 16px;
    width: 100%;
}

.form-input .mwform-tel-field input[type="text"] {
    width: 15%;
}

.form-address-item-text {
    width: 90px;
}

.btn-contact {
    display: block;
    background: none;
    width: 80%;
    margin: 40px auto;
}

/*.btn-contact input.btn {
    background: url(../images/form1.png) no-repeat;
    width: 100%;
    height: auto;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    max-width: 700px;
    margin: 0 auto;
}*/

.btn-contact {
    background: #960a0a;
    border-radius: 0;
    color: #fff;
    position: relative;
}

.btn-primary:hover {
    background-color: #202733;
    border-color: #333333;
}

.btn-contact:hover {
    background: #202733;
}

.btn-contact:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.form-input input.hasDatepicker {
    width: 30%;
    display: inline-block;
}

select.form-control {
    width: 30%;
    display: inline-block;
    position: relative;
    top: -3px;
    border-radius: 0px;
    margin-left: 2%;
}

.form-input+.form-input {
    margin-top: 10px;
}

@media only screen and (max-width: 641px) {
    .form-table .th {
        background: #ececec none repeat scroll 0 0;
        display: block;
        font-weight: normal;
        padding: 10px 8px 12px;
        width: 100%;
    }

    .form-address-item+.form-address-item {
        margin-top: 10px;
    }

    .form-input .mwform-tel-field input[type="text"] {
        width: 25%;
    }

    .form-input+.form-input {
        margin-top: 5px;
    }

    .btn-contact {
        font-size: 22px;
        height: 60px;
    }

    .btn-contact:before {
        margin-top: -7px;
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fff;
    }

    .btn-contact input {
        line-height: 22px;
    }

    .form-input input.hasDatepicker {
        width: 100%;
    }

    select.form-control {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
}

#mw_wp_form_mw-wp-form-14753 {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.mw_wp_form .form-table .error {
    display: inline-block;
}

.footer-info-contents .info-text .text.text-small {
    font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .footer-info-contents .info-text .text.text-small {
        font-size: 1.6rem;
    }
}

.exterior-section {
    background: #fff;
    color: #202733;
    padding: 6em 0;
    position: relative;
}

.exterior-section .layout-type01 {
    max-width: 1400px;
}

.exterior-section .bg-color {
    color: #fff;
    margin-bottom: 6em;
    position: relative;
}

.exterior-section .bg-color:before {
    content: "";
    width: 65%;
    height: 100%;
    background: #202733;
    box-shadow: 5px 10px 10px rgba(6, 0, 1, 0.2);
    position: absolute;
}

.exterior-section .bg-color .left {
    padding: 6em 0;
    position: relative;
}

.exterior-section .bg-color .left .text-color {
    color: #b48c52;
    font-size: 1.3em;
}

.exterior-section .bg-color .left .text-color .fs42 {
    font-size: 1.6em;
}

.exterior-section .bg-color .rigth {
    position: absolute;
    right: 0;
    bottom: -4vw;
    width: 50%;
}

.exterior-section .flex .left .title {
    border-left: 2px solid;
    padding-left: 15px;
    margin-bottom: 4em;
}

.exterior-section .flex .left .title h3 {
    font-size: 3.8rem;
    margin-bottom: 10px;
}

.exterior-section .flex .left ul {
    padding: 0;
}

.exterior-section .flex .left ul li {
    list-style: none;
    float: left;
    border-left: 2px solid #b48c52;
    padding: 0 15px;
}

.exterior-section .midokoro {
    background-image: url(../images/Lighting.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 40px;
}

.exterior-section .midokoro:nth-child(2) {
    background-image: url(../images/Design.png);
}

.exterior-section .midokoro:nth-child(3) {
    background-image: url(../images/Material&Green.png);
}

.exterior-section .midokoro .title {
    align-self: flex-end;
    padding-bottom: 4em;
}

.exterior-section .midokoro .title h4 {
    background-color: #fff;
    color: #b48c52;
    font-size: 1.5em;
    border-left: 2px solid;
    border-radius: 0;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 24px;
}

.exterior-section .midokoro .title p {
    line-height: 2em;
}

@media only screen and (max-width: 768px) {
    .exterior-section {
        padding: 4em 0;
    }

    .exterior-section .bg-color:before {
        width: calc(100% - 15px);
    }

    .exterior-section .bg-color {
        margin-bottom: 250px;
    }

    .exterior-section .bg-color .rigth {
        bottom: -230px;
        width: 80%;
    }

    .exterior-section .flex .left .title h3 {
        font-size: 2.4rem;
    }

    .exterior-section .flex .left ul li {
        margin-bottom: 8px;
    }

    .exterior-section .bg-color .left {
        padding: 3em 0;
    }

    .exterior-section .midokoro {
        background-position: right 15px bottom;
        margin-bottom: 40px;
        background-size: 70%;
    }

    .exterior-section .midokoro .title h4 {
        font-size: 1.3em;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .exterior-section .midokoro .title p {
        line-height: 1.8;
    }
}

.footer-cta {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(210, 210, 210, .95);
    padding: 8px;
    font-size: 16px;
    letter-spacing: initial;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.footer-cta .inner {
    display: flex;
}

.footer-cta .tel {
    width: 57px;
    border: solid 2px #071144;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    color: #071144;
    font-size: .9rem;
    padding: 6px 6px 5px;
}

.footer-cta .tel strong {
    display: block;
    margin-top: 4px;
}

.footer-cta .contact {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/icon-arrow.png) no-repeat right 12px center #071144;
    background-size: 9px auto;
    color: #fff;
    font-size: .95em;
    border-radius: 3px;
    margin-left: 8px;
}

.footer-cta .contact strong {
    display: flex;
    align-items: center;
}

.footer-cta .contact .free {
    width: 2.8em;
    background-color: #fff;
    color: #071144;
    border-radius: 3px;
    text-align: center;
    font-size: .87em;
    padding: 2px 0;
}

.footer-cta .contact .free+span {
    flex: 2;
    margin-left: 8px;
}

@media (max-width: 320px) {
    .footer-cta .contact {
        background-image: none;
    }
}

@media (min-width: 769px) {
    .footer-cta {
        display: none;
    }
}