@charset "UTF-8";
@import url(vendor/common.css);

body>main#Yellow {
    background-color: #fffab3;
}

body>main#Yellow h1 {
    color: #ff3838;
}

body>main#Yellow h1:after {
    background-color: #ff3838 !important;
}

body>main#Yellow h2::after,
body>main#Yellow h3::after,
body>main#Yellow h4::after {
    background-color: #ff3838;
}

body>main#Yellow h2,
body>main#Yellow h3,
body>main#Yellow h4 {
    color: #ff3838;
}

body>main#Blue {
    background-color: #99c0ff;
}

body>main#Blue h1 {
    color: #10368f;
}

body>main#Blue h1:after {
    background-color: #10368f !important;
}

body>main#Blue h2::after,
body>main#Blue h3::after,
body>main#Blue h4::after {
    background-color: #10368f;
}

body>main#Blue h2,
body>main#Blue h3,
body>main#Blue h4 {
    color: #10368f;
}

body>main#Pink {
    background-color: #FFEBF3;
}

body>main#Pink h1 {
    color: #E96486;
}

body>main#Pink h1:after {
    background-color: #E96486 !important;
}

body>main#Pink h2::after,
body>main#Pink h3::after,
body>main#Pink h4::after {
    background-color: #10368f;
}

body>main#Pink h2,
body>main#Pink h3,
body>main#Pink h4 {
    color: #10368f;
}

body>main#Green {
    background-color: #92e6b2;
}

body>main#Green h1 {
    color: #0d5228;
}

body>main#Green h1:after {
    background-color: #0d5228 !important;
}

body>main#Green h2::after,
body>main#Green h3::after,
body>main#Green h4::after {
    background-color: #0d5228;
}

body>main#Green h2,
body>main#Green h3,
body>main#Green h4 {
    color: #0d5228;
}

body>main#Aquamarine {
    background-color: #AAE8E3;
}

body>main#Aquamarine h1 {
    color: #2CB3AF;
}

body>main#Aquamarine h1:after {
    background-color: #2CB3AF !important;
}

body>main#Aquamarine h2::after,
body>main#Aquamarine h3::after,
body>main#Aquamarine h4::after {
    background-color: #2CB3AF;
}

body>main#Aquamarine h2,
body>main#Aquamarine h3,
body>main#Aquamarine h4 {
    color: #2CB3AF;
}

body>main#Lightgreen {
    background-color: #E1F7DE;
    padding-bottom: 5%;
}

body>main#Lightgreen h1 {
    color: #3F9660;
}

body>main#Lightgreen h1:after {
    background-color: #3F9660 !important;
}

body>main#Lightgreen h2::after,
body>main#Lightgreen h3::after,
body>main#Lightgreen h4::after {
    background-color: #3F9660;
}

body>main#Lightgreen h2,
body>main#Lightgreen h3,
body>main#Lightgreen h4 {
    color: #3F9660;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

/* version */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #FEEECE;
    font-family: "Noto Sans Japanese", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.4;
    color: #1b1b1b;
    height: auto !important;
    overflow: hidden;
}

main {
    overflow: hidden;
}

figure {
    margin: 0;
    text-align: center;
}

figure figcaption {
    margin-top: 0.5em;
    text-align: left;
}

a {
    color: #1b1b1b;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.highlight a {
    color: #1b1b1b;
}

.highlight a:hover {
    color: #1b1b1b;
}

img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 100%;
    height: auto;
}

img.circle {
    border-radius: 50%;
}

p {
    margin: 0.5em 0 1em;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0 0 1em;
    padding: 0 0 0 2.5em;
    line-height: 1.6;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0.5em 0;
    padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
    margin-bottom: 0.5em;
}

ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
    padding-left: 2em;
}

ul.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -7px;
    font-size: 0px;
    font-size: 0rem;
    margin-bottom: 16px;
}

ul.list-inline>li {
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
}

dl {
    margin: 0 0 1em;
    line-height: 1.6;
}

dl:last-child {
    margin-bottom: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 0;
    margin-bottom: 0.5em;
}

dl dd:last-child {
    margin-bottom: 0;
}

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

td,
th {
    padding: 0;
}

main .home section {
    margin-bottom: 10%;
}

main .home section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 10%;
}

.sp-mask {
    -webkit-transition: none !important;
    transition: none !important;
}

.highlight {
    padding: 4% 0;
    background: rgba(31, 143, 199, 0.05);
    color: #1b1b1b;
}

#swipebox-overlay {
    z-index: 10000002 !important;
}

@media (min-width: 768px) {
    dl.dl-horizontal {
        overflow: hidden;
    }

    dl.dl-horizontal dt {
        float: left;
        clear: left;
        margin-right: 1em;
    }

    dl.dl-horizontal dd {
        float: left;
    }

    main .home section {
        margin-bottom: 5%;
    }

    main .home section:last-child {
        margin-bottom: 7%;
    }

    main .home section.highlight:last-child {
        margin-bottom: 0;
        padding-bottom: 7%;
    }
}

.top-section,
.page-body {
    padding-bottom: 60px;
}

@media (max-width: 767px) {

    .top-section,
    .page-body {
        padding-bottom: 30px;
    }
}

.page-section:not(:first-child) {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .page-section:not(:first-child) {
        padding-top: 30px;
    }
}

.section-body {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .section-body {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .tile:not(.sp-tile)>* {
        height: auto !important;
    }
}

.row:not(:first-child) {
    margin-top: 0;
}

.row:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row:not(:first-child) {
        margin-top: 0;
    }

    .col:not(:last-child) {
        margin-bottom: 0;
    }
}

.gutters .row,
.row,
.row.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: calc(-1 * 30px / 2);
    margin-left: calc(-1 * 30px / 2);
}

@media (max-width: 767px) {

    .gutters .row,
    .row,
    .row.inline {
        display: block;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.gutters .row:first-child,
.row:first-child,
.row.inline:first-child {
    margin-top: -30px;
}

@media (max-width: 767px) {

    .gutters .row:first-child,
    .row:first-child,
    .row.inline:first-child {
        margin-top: -20px;
    }
}

.gutters .row.reverse,
.row.reverse,
.row.inline.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.gutters .row .span_2,
.row .span_2,
.row.inline .span_2 {
    width: calc(100% / 12 * 2);
}

.gutters .row .span_3,
.row .span_3,
.row.inline .span_3 {
    width: calc(100% / 12 * 3);
}

.gutters .row .span_4,
.row .span_4,
.row.inline .span_4 {
    width: calc(100% / 12 * 4);
}

.gutters .row .span_5,
.row .span_5,
.row.inline .span_5 {
    width: calc(100% / 12 * 5);
}

.gutters .row .span_6,
.row .span_6,
.row.inline .span_6 {
    width: calc(100% / 12 * 6);
}

.gutters .row .span_7,
.row .span_7,
.row.inline .span_7 {
    width: calc(100% / 12 * 7);
}

.gutters .row .span_8,
.row .span_8,
.row.inline .span_8 {
    width: calc(100% / 12 * 8);
}

.gutters .row .span_9,
.row .span_9,
.row.inline .span_9 {
    width: calc(100% / 12 * 9);
}

.gutters .row .span_10,
.row .span_10,
.row.inline .span_10 {
    width: calc(100% / 12 * 10);
}

.gutters .row .span_11,
.row .span_11,
.row.inline .span_11 {
    width: calc(100% / 12 * 11);
}

.gutters .row .span_12,
.row .span_12,
.row.inline .span_12 {
    width: 100%;
}

.gutters .row>.col,
.row>.col,
.row.inline>.col {
    margin-top: 30px;
    margin-left: 0;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
}

@media (max-width: 767px) {

    .gutters .row>.col,
    .row>.col,
    .row.inline>.col {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .gutters .row>.col:not(:first-child),
    .row>.col:not(:first-child),
    .row.inline>.col:not(:first-child) {
        margin-top: 20px;
    }
}

.gutters .row>.col.heading,
.row>.col.heading,
.row.inline>.col.heading {
    margin-top: 60px;
}

@media (max-width: 767px) {

    .gutters .row>.col.heading,
    .row>.col.heading,
    .row.inline>.col.heading {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {

    .gutters .row>.col.offset_1,
    .row>.col.offset_1,
    .row.inline>.col.offset_1 {
        margin-left: calc(100% / 12 * 1);
    }

    .gutters .row>.col.offset_2,
    .row>.col.offset_2,
    .row.inline>.col.offset_2 {
        margin-left: calc(100% / 12 * 2);
    }

    .gutters .row>.col.offset_3,
    .row>.col.offset_3,
    .row.inline>.col.offset_3 {
        margin-left: calc(100% / 12 * 3);
    }

    .gutters .row>.col.offset_4,
    .row>.col.offset_4,
    .row.inline>.col.offset_4 {
        margin-left: calc(100% / 12 * 4);
    }

    .gutters .row>.col.offset_5,
    .row>.col.offset_5,
    .row.inline>.col.offset_5 {
        margin-left: calc(100% / 12 * 5);
    }

    .gutters .row>.col.offset_6,
    .row>.col.offset_6,
    .row.inline>.col.offset_6 {
        margin-left: calc(100% / 12 * 6);
    }

    .gutters .row>.col.offset_7,
    .row>.col.offset_7,
    .row.inline>.col.offset_7 {
        margin-left: calc(100% / 12 * 7);
    }

    .gutters .row>.col.offset_8,
    .row>.col.offset_8,
    .row.inline>.col.offset_8 {
        margin-left: calc(100% / 12 * 8);
    }

    .gutters .row>.col.offset_9,
    .row>.col.offset_9,
    .row.inline>.col.offset_9 {
        margin-left: calc(100% / 12 * 9);
    }

    .gutters .row>.col.offset_10,
    .row>.col.offset_10,
    .row.inline>.col.offset_10 {
        margin-left: calc(100% / 12 * 10);
    }

    .gutters .row>.col.offset_11,
    .row>.col.offset_11,
    .row.inline>.col.offset_11 {
        margin-left: calc(100% / 12 * 11);
    }
}

@media (min-width: 768px) {
    .gutters .row.row_inline {
        letter-spacing: -.40em;
    }

    .gutters .row.row_inline>.col {
        letter-spacing: normal;
        vertical-align: top;
        display: inline-block;
        float: none;
        margin-bottom: 5%;
    }

    .gutters .row.row_inline .span_1:nth-child(12n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_2:nth-child(6n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_3:nth-child(4n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_4:nth-child(3n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_5:nth-child(2n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_6:nth-child(2n+1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_7 {
        width: 57.5%;
    }

    .gutters .row.row_inline .span_8 {
        width: 66%;
    }

    .gutters .row.row_inline .span_9 {
        width: 74.5%;
    }

    .gutters .row.row_inline .span_10 {
        width: 83%;
    }

    .gutters .row.row_inline .span_11 {
        width: 91.5%;
    }

    .gutters .row.row_inline .span_12 {
        width: 100%;
    }
}

main .column_main,
main .column_sub {
    overflow: hidden;
    min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5em;
    margin-bottom: 0;
}

main .column_main .widget_header+*:not(.calendar_wrap),
main .column_sub .widget_header+*:not(.calendar_wrap) {
    padding: 0;
    margin: 0 auto 1em;
}

main .column_main .widget_header+.epress_search,
main .column_main .widget_header+.textwidget,
main .column_sub .widget_header+.epress_search,
main .column_sub .widget_header+.textwidget {
    padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap>ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap>ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap>ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap>ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap>ul li {
    padding: 0.5em 0.7em;
    border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap>ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap>ul li:last-child {
    border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap>ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap>ul li a {
    display: block;
    text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap>ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap>ul li a:hover {
    text-decoration: underline;
}

main .column_main .widget_wrap ul>li.page_item,
main .column_sub .widget_wrap ul>li.page_item {
    border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul>li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul>li.page_item.page_item_has_children {
    padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul>li.page_item .children,
main .column_sub .widget_wrap ul>li.page_item .children {
    border-top: #eee solid 1px;
    margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul>li.page_item .children li,
main .column_sub .widget_wrap ul>li.page_item .children li {
    font-weight: normal;
    border-bottom: #eee solid 1px;
    font-size: 96%;
    padding: 0.5em 0.7em 0.5em 1em;
    position: relative;
}

main .column_main .widget_wrap ul>li.page_item .children li:before,
main .column_sub .widget_wrap ul>li.page_item .children li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: rgba(54, 46, 43, 0.4);
    border-radius: 2.5px;
}

main .column_main .widget_wrap ul>li.page_item .children li li:before,
main .column_sub .widget_wrap ul>li.page_item .children li li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background: rgba(54, 46, 43, 0.15);
    border-radius: 0;
}

@media (max-width: 900px) {

    .gutters .span_3.column_sub,
    .gutters .span_9.column_main {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .gutters .span_3.column_sub .sidebar {
        letter-spacing: -.40em;
    }

    .gutters .span_3.column_sub .sidebar .widget_wrap {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-left: 2%;
    }

    .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 10px;
    }
}

.article_button {
    margin-top: 5%;
}

@media (min-width: 768px) {

    .article_detail:not(.reverse) .col.span_12+.span_4,
    .article_list:not(.reverse) .col.span_12+.span_4 {
        margin-left: 0;
    }

    .article_detail.reverse .col.span_12,
    .article_list.reverse .col.span_12 {
        margin-left: 0;
    }
}

.sidebar {
    visibility: hidden;
}

.sidebar>.widget_wrap {
    visibility: visible;
}

.gutters .col.span_12+.span_12 {
    margin-left: 0;
}

.sitemap {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}

.sitemap li {
    list-style: none;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ccc;
}

.sitemap li>ul {
    padding: 0;
    border-top: #ccc solid 1px;
}

.sitemap li>ul>li {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.sitemap li>ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
}

.sitemap li>ul>li:last-child {
    border-bottom: none;
    padding: 10px 0 0 15px;
}

.sitemap li>ul>li .children>li {
    padding: 10px 0 0 15px;
}

.sitemap li>ul>li .children>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 0;
}

.sitemap a {
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
}

.sitemap a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .sitemap a {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.parallax_h1 {
    height: 250px;
    position: relative;
}

.parallax_h1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
    color: #fff;
}

.parallax_h1 h1:after,
.parallax_h1 h1:before {
    background: #fff;
}

@media (min-width: 768px) {
    .parallax_h1 {
        height: 450px;
    }
}

.map_wide #map_canvas,
.map_wide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_wide img {
    max-width: none;
}

.slick-track {
    margin: 0 auto;
}

.col dl p {
    line-height: 1.4;
    margin: 0;
}

.container {
    padding: 0 10px;
}

@media (min-width: 1020px) {
    .container {
        padding: 0;
    }
}

.container .container {
    padding: 0;
}

#fb-root,
.fb-page {
    font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif !important;
}

#swipebox-overlay {
    background: rgba(13, 13, 13, 0.8);
}

header h1.title {
    color: #000;
}

.footer {
    padding-bottom: 98px;
    border-top: 1px solid #553f36;
}

@media (max-width: 768px) {
    .footer {
        padding: 0 0 75px;
    }
}

.footer ul,
.footer ol {
    padding-left: 0;
    list-style: none;
}

.footer__bnr_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 15px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .footer__bnr_wrapper {
        padding: 30px 15px;
    }
}

.footer .footer__bnr {
    margin: -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer .footer__bnr {
        margin: -10px;
    }
}

.footer__bnr li {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
}

@media (max-width: 768px) {
    .footer__bnr li {
        padding: 10px;
    }
}

.footer__bnr li a img {
    margin: 0 auto;
}

.footer-info_wrapper {
    padding: 60px 0 0 0;
    background: #553f36;
}

@media (max-width: 768px) {
    .footer-info_wrapper {
        padding: 30px 15px;
    }
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer-info {
        display: block;
    }
}

.footer-info__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 0 calc(30px / 2);
}

@media (max-width: 768px) {
    .footer-info__name {
        padding: 0 calc(20px / 2);
        text-align: center;
    }
}

.footer-info__data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 calc(30px / 2);
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.625;
}

@media (max-width: 768px) {
    .footer-info__data {
        margin-top: 20px;
        text-align: center;
    }
}

.footer-info__data img {
    margin: auto;
}

.footer-info__adress {
    margin-top: 5px;
}

.footer-info__tel {
    margin-top: 5px;
}

.footer-info__tel a {
    color: #fff;
}

.footer__links {
    background: #553f36;
    padding: 0;
}

@media (max-width: 768px) {
    .footer__links {
        display: none;
    }
}

.footer__links>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 60px;
    max-width: 1000px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__links>ul>li {
    display: block;
    position: relative;
    margin-top: 25px;
    padding: 0 calc(30px / 2);
    width: 25%;
    text-align: center;
}

.footer__links>ul>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
    padding: 0 0 15px;
    color: #fff;
}

@media (min-width: 768px) {
    .footer__links>ul>li a:hover {
        text-decoration: underline;
    }
}

.footer__links .nav__child {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__links .nav__child li {
    margin: 0;
    padding: 0;
}

.footer__links .nav__child li:before {
    display: none;
}

.footer__links .nav__child li a {
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 15px 0;
    color: #fff;
}

.footer__copy {
    margin: 0;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: center;
    color: #a3a3a3;
}

@media (max-width: 768px) {
    .footer__copy {
        padding: 20px 0;
        font-size: 1.2rem;
        line-height: 1.66667;
    }
}

.footer-info__data .footer-info__tel {
    margin-bottom: 0;
}

.pagetop {
    position: fixed;
    bottom: 98px;
    right: 5%;
    z-index: 100;
}

@media (max-width: 768px) {
    .pagetop {
        bottom: 74px;
    }
}

.pagetop a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    background: #553f36;
}

@media (max-width: 768px) {
    .pagetop a {
        width: 50px;
        height: 50px;
    }
}

.pagetop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
    transform: translate(-50%, -20%) rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}

footer.high .pagetop {
    position: absolute;
    bottom: auto;
    right: 5%;
    top: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-pro.contents {
    overflow: hidden;
    margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
    margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
    font-size: 13px;
    font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 10px;
    margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 10px;
    margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
    background-color: #877568;
}

@media (max-width: 767px) {
    .slider-pro.contents .sp-arrow {
        width: 10px;
        height: 15px;
    }
}

@media (min-width: 768px) {
    .slider-pro.contents .sp-caption-container {
        width: 450px;
        min-height: 40px;
        margin: 10px auto 0;
        border-right: 1px dashed #999;
        border-left: 1px dashed #999;
    }

    .slider-pro.contents .sp-arrow {
        width: 10px;
        height: 15px;
    }

    .slider-pro.contents.sp-horizontal .sp-previous-arrow {
        left: 50%;
        margin-top: 187.5px;
        margin-left: -230px;
    }

    .slider-pro.contents.sp-horizontal .sp-next-arrow {
        right: 50%;
        margin-top: 187.5px;
        margin-right: -230px;
    }
}

.slider-pro.center {
    overflow: hidden;
    width: 100%;
}

.slider-pro.center .sp-button {
    border: none;
    background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
    background: #877568;
}

.slider-pro.center.sp-horizontal .sp-arrows {
    left: 0;
    right: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
    right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(184, 147, 120, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
    background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
    background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
    display: none;
}

.slider-pro.center .sp-layer {
    line-height: 1.2;
    white-space: normal !important;
    font-size: 20px;
    font-size: 2rem;
    color: #1b1b1b;
}

.slider-pro.center .sp-layer small {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .slider-pro.center .sp-layer {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .slider-pro.center .sp-padding {
        padding: 35px;
    }
}

@media (min-width: 1100px) {
    .slider-pro.center.sp-horizontal .sp-previous-arrow {
        left: -15px;
    }

    .slider-pro.center.sp-horizontal .sp-next-arrow {
        right: -15px;
    }
}

.slider-pro.wide {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    width: auto;
    padding-top: 0;
    text-align: right;
}

.slider-pro.wide .sp-button {
    border: none;
    background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
    background: #877568;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
    z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
    color: #fff;
}

.slider-pro.wide .hps-slider-mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    color: #1b1b1b;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #1b1b1b;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
    padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
    display: none;
}

@media (max-width: 767px) {
    .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .slider-pro.wide .sp-buttons {
        bottom: 20px;
        right: 25px;
    }

    .slider-pro.wide .sp-button {
        width: 18px;
        height: 18px;
        margin: 0 10px;
    }

    .slider-pro.wide .hps-slider-copy {
        text-align: center;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .slider-pro.wide .hps-slider-copy .lead {
        font-size: 46px;
        font-size: 4.6rem;
    }

    .slider-pro.wide .hps-slider-scroll {
        display: block;
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .slider-pro.wide .hps-slider-scroll a {
        display: inline-block;
        width: 100px;
        padding-bottom: 45px;
        background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: none;
    }

    .slider-pro.wide .hps-slider-scroll.text-black a {
        background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
        color: #000;
    }
}

@media (min-width: 1024px) {
    .slider-pro.wide .hps-slider-scroll {
        display: block;
        bottom: 45px;
    }
}

@media (max-width: 767px) {
    .bf-af .row:not(:last-child) {
        margin-bottom: 10%;
    }

    .bf-af .before {
        padding-bottom: 16%;
        background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
        background-size: 20%;
        background-size: 45px auto;
    }

    .bf-af .after:not(:last-child) {
        margin-bottom: 10%;
    }
}

@media (min-width: 768px) {
    .bf-af {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .bf-af .before,
    .bf-af .after {
        display: table-cell;
        vertical-align: top;
    }

    .bf-af .before span {
        display: block;
        position: relative;
    }

    .bf-af .before span:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
        background-size: 100%;
    }

    .bf-af.col2 .before {
        width: 55%;
        padding-right: 10%;
    }

    .bf-af.col2 .after {
        width: 45%;
    }

    .bf-af.col2 .before span:after {
        width: 10%;
        right: -16%;
    }

    .bf-af.col4 .before:nth-child(1) {
        width: 24%;
        padding-left: 0;
        padding-right: 2%;
    }

    .bf-af.col4 .after:nth-child(2) {
        width: 26%;
        padding-left: 3%;
        padding-right: 1%;
    }

    .bf-af.col4 .before:nth-child(3) {
        width: 26%;
        padding-left: 1%;
        padding-right: 3%;
    }

    .bf-af.col4 .after:nth-child(4) {
        width: 24%;
        padding-left: 2%;
        padding-right: 0;
    }

    .bf-af.col4 .before span:after {
        width: 13%;
        right: -18%;
    }
}

.bread_wrap {
    margin-top: 0;
    margin-bottom: 2%;
}

.bread {
    overflow: hidden;
    margin: 0;
}

.bread ul {
    padding: 20px 0;
    margin: 0 auto;
    float: none;
}

@media (max-width: 767px) {
    .bread ul {
        padding: 15px 0;
    }
}

.bread ul li {
    list-style: none;
    position: relative;
    float: left;
    margin-right: 20px;
    padding-right: calc(20px + 9px);
}

@media (max-width: 767px) {
    .bread ul li {
        margin-right: 15px;
        padding-right: calc(15px + 9px);
    }
}

.bread ul li a {
    text-decoration: none;
    color: #1b1b1b;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .bread ul li a {
        font-size: 1.2rem;
    }
}

.bread ul li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}

.bread ul li:after {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bread ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.bread ul li:last-child:after {
    content: none;
}

.button,
.inquiry .wpcf7-submit {
    display: inline-block;
    min-width: 0px;
    margin: 0;
    padding: 1em 1em;
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background: #877568;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.button:hover,
.inquiry .wpcf7-submit:hover {
    background: #ced4d2;
    color: #877568;
}

.highlight .button,
.highlight .inquiry .wpcf7-submit,
.inquiry .highlight .wpcf7-submit {
    color: #fff;
}

.highlight .button:hover,
.highlight .inquiry .wpcf7-submit:hover,
.inquiry .highlight .wpcf7-submit:hover {
    color: #877568;
}

.button.block,
.inquiry .block.wpcf7-submit {
    display: block;
    min-width: 0;
}

.button.inverse,
.inquiry .inverse.wpcf7-submit {
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.button.inverse:hover,
.inquiry .inverse.wpcf7-submit:hover {
    background: #1a1a1a;
    color: #fff;
}

.button.cancel,
.inquiry .cancel.wpcf7-submit {
    background: #888;
    color: #fff;
}

.button.cancel:hover,
.inquiry .cancel.wpcf7-submit:hover {
    background: #6f6f6f;
}

.button.large,
.inquiry .large.wpcf7-submit {
    padding: 1em 2em;
    font-size: 16px;
    font-size: 1.6rem;
}

.button+.button,
.inquiry .wpcf7-submit+.button,
.inquiry .button+.wpcf7-submit,
.inquiry .wpcf7-submit+.wpcf7-submit {
    margin-left: 0.5em;
}

.button span,
.inquiry .wpcf7-submit span {
    line-height: 1;
    padding-left: 20px;
    background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
    background-size: auto 14px;
}

.article_button {
    margin-top: 30px;
    text-align: right;
}

@media (max-width: 767px) {
    .article_button {
        margin-top: 20px;
    }
}

.feature {
    color: #fff;
}

.feature h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

.feature img {
    width: 100%;
}

.feature .col {
    display: table;
    table-layout: fixed;
}

.feature .col:not(:last-child) {
    margin-bottom: 0;
}

.feature .col:nth-child(1) {
    background: #49afe6;
}

.feature .col:nth-child(2) {
    background: #8ed95d;
}

.feature .col:nth-child(3) {
    background: #f6aa48;
}

.feature .col:nth-child(4) {
    background: #f98282;
}

.feature .col .textbox {
    display: table-cell;
    width: 70%;
    padding: 1em 3%;
    vertical-align: middle;
}

.feature .col figure {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.feature .col figure:first-child img {
    text-align: left;
}

.feature .col figure:last-child img {
    text-align: right;
}

@media (min-width: 768px) {
    .feature h3 {
        margin: 10px 0 15px;
        font-size: 26px;
        font-size: 2.6rem;
    }

    .feature .col {
        display: block;
        table-layout: auto;
    }

    .feature .col .textbox {
        display: block;
        width: auto;
        height: 250px;
        padding: 10px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .feature .col figure {
        display: inline;
        width: auto;
        vertical-align: middle;
    }
}

.grid {
    display: block;
    margin: 0;
}

.grid.row,
.grid .row,
.grid.col,
.grid .col {
    margin: 0;
}

.has-child-grid .grid {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

.has-child-grid .grid .col {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.has-child-grid .grid .col.span_12 {
    padding: 20px 0;
}

.grid .grid-arrow {
    position: relative;
    overflow: hidden;
}

.grid .grid-arrow:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.grid p {
    margin: 0;
    padding: 0.2em 0;
}

.grid a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.grid a>[style^="background-image"],
.grid a img {
    -webkit-transition: .3s;
    transition: .3s;
}

.grid a:hover>[style^="background-image"],
.grid a:hover img {
    opacity: 0.6;
}

.grid .grid-bg1 {
    background-color: #e74c3c;
}

.grid .grid-bg1:hover {
    background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
    background-color: #df2e1b;
}

.grid .grid-bg2 {
    background-color: #3498db;
}

.grid .grid-bg2:hover {
    background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
    background-color: #2383c4;
}

.grid .grid-bg3 {
    background-color: #f1c40f;
}

.grid .grid-bg3:hover {
    background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
    background-color: #cba50c;
}

.grid .grid-bg4 {
    background-color: #1abc9c;
}

.grid .grid-bg4:hover {
    background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
    background-color: #15987e;
}

.grid .grid-bg5 {
    background-color: #9b59b6;
}

.grid .grid-bg5:hover {
    background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
    background-color: #8646a0;
}

.grid .grid-bg6 {
    background-color: #34495e;
}

.grid .grid-bg6:hover {
    background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
    background-color: #253544;
}

.grid .grid-bg7 {
    background-color: #2ecc71;
}

.grid .grid-bg7:hover {
    background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
    background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
    display: none;
}

@media (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    .grid .col {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .grid .col.span_12 {
        padding: 0;
    }

    .grid .col.has-child-grid>* {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .grid p {
        margin: 0;
        padding: 0.2em 0;
    }
}

.guide figure {
    margin-bottom: 1em;
}

.guide figure img {
    width: auto;
    max-width: 100%;
}

.guide .message .contents_link {
    text-align: center;
}

@media (min-width: 768px) {
    .guide {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: -1em;
    }

    .guide figure {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        min-width: 0;
    }

    .guide .message {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding-left: 2%;
        padding-bottom: 45px;
    }

    .guide .message.text-only {
        padding-bottom: 0;
    }

    .guide .message h2 {
        margin-bottom: 1em;
    }

    .guide .message .contents_link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .guide.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .guide.reverse .message {
        padding-left: 0;
        padding-right: 2%;
    }

    .ie .guide {
        display: table;
    }

    .ie .guide figure {
        display: table-cell;
        width: 23.5%;
        vertical-align: middle;
    }

    .ie .guide .message {
        display: table-cell;
        width: 74.5%;
        padding-left: 2%;
        vertical-align: middle;
    }

    .ie .guide.reverse .message {
        padding-left: 2%;
        padding-right: 0;
    }
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
    margin: 0;
    padding: 20px 10px;
    border: 0;
    background: rgba(31, 143, 199, 0.05);
}

.inquiry fieldset .row {
    margin: 0;
}

.inquiry dl {
    margin: 0;
    padding: 0;
}

.inquiry dt {
    font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
    margin-bottom: 1em;
}

.inquiry dd {
    margin: 0;
    padding: 0;
}

.inquiry dd:last-child {
    padding-bottom: 0;
}

.inquiry dd .confirm {
    padding: 0 0 1em 1em;
    border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
    width: 100%;
    padding: 5px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.inquiry input[type="number"] {
    width: 65px;
    text-align: center;
}

.inquiry input.p-postal-code {
    width: 100px;
}

.inquiry input.p-region {
    width: 100px;
}

.inquiry input.p-locality {
    width: 150px;
}

.inquiry input.p-street-address {
    width: 100%;
}

.inquiry input.p-extended-address {
    width: 100%;
}

.inquiry .submit {
    margin: 1em 0;
    text-align: center;
}

.inquiry .required {
    color: #c00;
}

.inquiry label {
    display: block;
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
    .inquiry {
        max-width: 780px;
        margin-right: auto;
        margin-left: auto;
    }

    .inquiry fieldset {
        margin: 0;
        padding: 60px;
        border: 0;
    }

    .inquiry dt {
        clear: both;
        padding: 6px 0;
    }

    .inquiry dd {
        padding-bottom: 1.5em;
    }

    .inquiry dd .confirm {
        min-height: 1.5em;
        padding: 6px 0 0;
        border: 0;
        line-height: 1.4;
    }

    .inquiry input[type="text"],
    .inquiry input[type="url"],
    .inquiry input[type="email"],
    .inquiry input[type="tel"],
    .inquiry input[type="date"],
    .inquiry input[type="text"],
    .inquiry select {
        width: 60%;
    }

    .inquiry input[type="number"] {
        width: 65px;
    }

    .inquiry input.p-postal-code {
        width: 100px;
    }

    .inquiry input.p-region {
        width: 100px;
    }

    .inquiry input.p-locality {
        width: 150px;
    }

    .inquiry input.p-street-address {
        width: 100%;
    }

    .inquiry input.p-extended-address {
        width: 100%;
    }

    .inquiry textarea {
        width: 100%;
    }

    .inquiry .submit {
        margin: 60px 0 0;
    }

    .inquiry label {
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 0;
        margin-right: 0.8em;
    }

    .gutters .inquiry dt.col {
        margin-left: 0;
    }
}

.movie {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.movie.ar16to9 {
    padding-top: 56.25%;
}

.movie.ar4to3 {
    padding-top: 75%;
}

.news .news_bg {
    background: rgba(31, 143, 199, 0.05);
}

.news.typeC .news_bg {
    padding: 1em;
}

.news h2 {
    color: #877568;
}

.news dl {
    margin: 0;
    overflow-y: auto;
    max-height: 300px;
}

.news dl dt {
    margin: 0.5em 0 0;
    padding: 0 1em;
    font-weight: normal;
}

.news dl dd {
    margin: 0.5em 0;
    padding: 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
}

.news dl dd a {
    text-decoration: none;
}

.news dl dd a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .news.typeA>div {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

    .news.typeA>div .heading {
        display: table-cell;
        width: 23.5%;
        vertical-align: middle;
    }

    .news.typeA h2 {
        margin: 0;
        padding: 0;
    }

    .news.typeA h2:after {
        display: none;
    }

    .news.typeA .content {
        display: table-cell;
        overflow: hidden;
        width: 74.5%;
        padding-left: 2%;
        vertical-align: middle;
    }

    .news.typeC .news_bg {
        height: 540px;
        padding: 20px;
    }

    .news.typeC dl {
        max-height: 500px;
    }

    .news dl {
        overflow-y: auto;
        max-height: 200px;
    }

    .news dl dt {
        width: 100px;
        clear: left;
        float: left;
        margin: 0;
        padding: 1em 0 1em 1em;
    }

    .news dl dd {
        margin: 0;
        padding: 1em 0 1em 0;
    }

    .news dl dt+dd {
        padding-left: 120px;
    }
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax.ios {
    background-attachment: scroll;
}

.parallax .parallax_contents {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.parallax .parallax_contents h1,
.parallax .parallax_contents .h1 {
    margin: 0;
    padding: 1em 0;
}

.qa h3.question {
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
}

.qa .question {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 50px 1em 1em;
    background-color: rgba(31, 143, 199, 0.05);
    font-weight: normal;
}

.qa .question:after {
    content: none;
}

.qa .question:before {
    content: none;
}

.qa .question:hover {
    background: rgba(29, 133, 186, 0.05);
}

.qa .question.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qa .answer {
    padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .qa .answer:not(:last-child) {
        margin-bottom: 20px;
    }
}

.qa.qa-open .question {
    padding-right: 1em;
    cursor: default;
}

.qa.qa-open .question:hover {
    background-color: rgba(31, 143, 199, 0.05);
}

.qa.qa-open .question:after {
    display: none;
}

.qa.qa-open .answer {
    display: block;
}

.highlight .qa .question {
    background: rgba(35, 159, 221, 0.05);
}

.highlight .qa .question:hover {
    background: rgba(32, 149, 208, 0.05);
}

.highlight .qa.qa-open .question:hover {
    background: rgba(35, 159, 221, 0.05);
}

.shopinfo figure {
    max-width: 80%;
    margin: 0 auto;
}

.shopinfo address {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
}

.shopinfo dl {
    margin: 2em 0;
    line-height: 1.4;
}

.shopinfo dl:first-child {
    margin-top: 0;
}

.shopinfo dl dt {
    margin: 0 0 0.2em 0;
    font-weight: normal;
}

.shopinfo dl dt:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 3px;
    margin-right: 0.3em;
    vertical-align: middle;
    background: #877568;
}

.shopinfo dl dd {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

.shopinfo .map_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
}

.shopinfo .map_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shopinfo .map_container+p {
    margin-top: 2em;
}

.map_wide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
}

.map_wide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.scroll .googlemap {
    pointer-events: none;
}

@media (min-width: 768px) {
    .shopinfo figure {
        max-width: 100%;
    }

    .shopinfo address {
        margin-bottom: 15px;
        text-align: left;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1;
    }

    .shopinfo dl.dl-horizontal {
        margin: 10px 0;
    }

    .shopinfo dl.dl-horizontal dd {
        margin-bottom: 0.3em;
    }

    .shopinfo .span12 .map_container {
        padding-top: 50%;
    }

    .map_wide {
        padding-top: 420px;
    }
}

.sns_icons {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    margin: auto;
}

.sns_icons>li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
}

.sns_icons li {
    display: inline-block;
}

.sns_icons li:not(:last-child) {
    margin-right: 10px;
}

.sns_icons a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.sns_icons a.icon_facebook {
    background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
    background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
    background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
    background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
    background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
    margin-top: 1.5em;
}

@media (min-width: 768px) {
    .sns_icons {
        margin: 0;
    }

    .sns_icons.center {
        margin: auto;
    }

    .sns_icons li:not(:last-child) {
        margin-right: 20px;
    }

    .sns_icons a {
        width: 68px;
        height: 68px;
    }

    footer .sns_icons {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
        margin-bottom: 1em;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
        overflow: hidden;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
        float: left;
        width: 32%;
        margin-bottom: 10px;
        vertical-align: middle;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
        float: right;
        width: 66%;
        margin-top: 0;
        vertical-align: middle;
    }

    .sp_image_cols.sp_col2 .col {
        width: 49%;
    }

    .sp_image_cols.sp_col2 .col:nth-child(odd) {
        clear: both;
        float: left;
    }

    .sp_image_cols.sp_col2 .col:nth-child(even) {
        float: right;
    }

    .sp_image_cols.sp_col3 .col {
        float: left;
        width: 32%;
    }

    .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
        clear: both;
        margin-right: 2%;
    }

    .sp_image_cols.sp_col3 .col:nth-child(3n) {
        float: right;
    }

    .sp_image_left {
        overflow: hidden;
    }

    .sp_image_left .col:first-child {
        display: inline-block;
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0.5em;
    }

    .sp_image_left .col:last-child {
        float: none;
    }

    .sp_image_right {
        overflow: hidden;
    }

    .sp_image_right .col:first-child {
        display: inline-block;
        float: right;
        width: 32%;
        margin-left: 2%;
        margin-bottom: 0.5em;
    }

    .sp_image_right .col:last-child {
        float: none;
    }
}

.step .row,
.step-h .col {
    position: relative;
    padding: 1em;
    background: rgba(31, 143, 199, 0.05);
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background: url("/wp-content/uploads/arrow_down.svg") center center no-repeat;
    background-size: 45px auto;
}

@media (max-width: 767px) {

    .step .row:not(:last-child),
    .step-h .col:not(:last-child),
    .step-h .row.continue .col:last-child {
        margin-bottom: 18%;
    }

    .step .row:not(:last-child):after,
    .step-h .col:not(:last-child):after,
    .step-h .row.continue .col:last-child:after {
        padding-top: 20%;
    }

    .step-h .row.continue {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .step .row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 2em;
    }

    .step .row .col {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .step .row .col:not(:first-child) {
        padding-left: 2%;
    }

    .step .row:not(:last-child) {
        margin-bottom: 80px;
    }

    .step .row:not(:last-child):after {
        top: 100%;
        padding-top: 60px;
        margin: 10px 0;
    }

    .step h3:last-child {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1.6rem;
        border: none;
    }

    .step h3:last-child:after,
    .step h3:last-child:before {
        content: none;
    }

    .step .row:not(:last-child):after,
    .step-h .col:not(:last-child):after,
    .step-h .row.continue .col:last-child:after {
        background-size: auto 100%;
    }

    .step-h.gutters .col {
        margin: 0;
    }

    .step-h .col {
        padding: 0;
        background: none;
    }

    .step-h .col:not(:last-child) {
        position: relative;
        margin-right: 4%;
    }

    .step-h .col:not(:last-child):after {
        display: none;
    }

    .step-h .col:not(:last-child) figure span {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .step-h .col:not(:last-child) figure span:after {
        content: '';
        display: block;
        width: 28px;
        height: 100%;
        position: absolute;
        right: -30px;
        top: 0;
        background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
        background-size: contain;
    }

    .step-h .span_3 {
        width: 22%;
    }

    .step-h .span_4 {
        width: 30.66666666%;
    }

    .step-h .span_6 {
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .step-h .col:not(:last-child) figure span:after {
        right: -34px;
    }
}

table {
    margin: 0 auto;
}

table td,
table th {
    padding: 0.7em 1em;
    vertical-align: middle;
}

@media (max-width: 767px) {

    table td,
    table th {
        padding: 0.7em .5em;
    }
}

.table-default {
    width: 100%;
}

.table-default caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-default td,
.table-default th {
    border: 1px solid #877568;
}

.table-default th {
    background: rgba(184, 147, 120, 0.7);
    color: #fff;
}

.table-default td {
    background: transparent;
}

.table-menu {
    width: 100%;
}

.table-menu caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-menu td,
.table-menu th {
    padding: 0.7em 1em;
    border-top: 1px solid #877568;
    border-bottom: 1px solid #877568;
}

@media (max-width: 767px) {

    .table-menu td,
    .table-menu th {
        padding: 0.7em .3em;
    }
}

.table-menu tbody th {
    text-align: left;
}

.table-menu td:last-child {
    text-align: right;
}

.table-schedule {
    width: 100%;
}

.table-schedule caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
    border: 1px solid #877568;
    padding: 0.7em 1em;
    text-align: center;
}

@media (max-width: 767px) {

    .table-schedule td,
    .table-schedule th {
        padding: 0.7em .3em;
    }
}

.table-schedule thead th {
    background: rgba(184, 147, 120, 0.7);
    color: #fff;
}

.table-schedule tbody th {
    background: transparent;
}

.table-schedule td {
    background: transparent;
}

.table-summary {
    border-top: 1px solid #877568;
    width: 100%;
}

.table-summary caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-summary td,
.table-summary th {
    padding: 1em;
    border-bottom: 1px solid #877568;
}

.table-summary th {
    text-align: left;
    font-weight: normal;
    width: 20%;
}

@media (max-width: 767px) {
    .responsive-stack {
        display: block;
    }

    .responsive-stack thead {
        display: none;
    }

    .responsive-stack tbody,
    .responsive-stack td,
    .responsive-stack th,
    .responsive-stack tr {
        display: block;
    }

    .responsive-stack td,
    .responsive-stack th {
        width: 100% !important;
    }

    .responsive-stack tr:not(:last-child) td,
    .responsive-stack tr:not(:last-child) th {
        border-bottom: 0;
    }

    .responsive-stack tr:last-child :not(:last-child) {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .responsive-list {
        display: block;
    }

    .responsive-list thead {
        display: none;
    }

    .responsive-list tbody,
    .responsive-list td,
    .responsive-list th,
    .responsive-list tr {
        display: block;
    }

    .responsive-list tr:not(:last-child) td {
        border-bottom: 0;
    }

    .responsive-list td {
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }

    .responsive-list td:first-child {
        border-bottom: 0;
    }

    .responsive-list td:last-child {
        border-top: 0;
    }

    .responsive-list td:not(:first-child):not(:last-child) {
        border-top: 0;
        border-bottom: 0;
    }

    .responsive-list td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: normal;
        text-align: left;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .responsive-scroll-container {
        display: block;
        width: 100%;
        min-height: 0.01%;
        overflow-x: scroll;
    }

    .responsive-scroll-container .responsive-scroll-inner {
        width: 798px;
        padding: 0 15px 15px;
    }

    .responsive-scroll-container table {
        width: 768px;
        margin: 0;
    }
}

@media (max-width: 767px) {

    table.combine tbody tr:last-child td,
    table.combine tbody tr:last-child th {
        border-bottom: 0;
    }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
    border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
    background: #877568;
}

table.table-default.typeA tr:nth-child(odd) td {
    background: rgba(31, 143, 199, 0.05);
}

table.table-default.typeA tr:nth-child(even) th {
    background: #39a8e0;
}

table.table-default.typeA tr:nth-child(even) td {
    background: rgba(57, 168, 224, 0.05);
}

table.table-default.typeB {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
    background: transparent;
    color: #1b1b1b;
    border: 0;
    border-bottom: 1px dashed #877568;
}

table.table-default.typeB tbody tr {
    position: relative;
}

table.table-default.typeB tbody td {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

table.table-default.typeC th {
    background: #877568;
    color: #fff;
}

table.table-default.typeC td,
table.table-default.typeC th {
    border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
    border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
    position: relative;
}

table.table-default.typeC td {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
    border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
    border-bottom: 2px rgba(31, 143, 199, 0.05) solid;
}

._table_line .news dl {
    border-top: 1px dotted #a6a6a6;
    max-height: none;
}

._table_line .news dl dt {
    width: 230px;
    padding-left: 20px;
}

._table_line .news dl dt+dd {
    border-bottom: 1px dotted #a6a6a6;
    padding-left: 230px;
}

.wide_image img {
    width: 100%;
    vertical-align: top;
}

@media (min-width: 768px) {
    .wide_image div {
        margin: 0 auto;
    }
}

/* heading-2
--------------------------------------------------------------*/
.heading-2 {
    margin: 0 auto 60px;
    padding-top: 60px;
    color: #553f36;
    font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
    font-size: 2.8rem;
    line-height: 1.28571;
    color: #553f36;
    letter-spacing: 0.2em;
    text-align: center;
}

@media (max-width: 767px) {
    .heading-2 {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 2rem;
        line-height: 1.65;
    }
}

.heading-2 span {
    display: block;
    color: #1b1b1b;
    font-size: 1.4rem;
    line-height: 1.42857;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .heading-2 span {
        font-size: 1.2rem;
        line-height: 1.66667;
    }
}

.heading-2_white {
    color: #fff;
}

.heading-2_white span {
    color: #fff;
}

/* heading-3
--------------------------------------------------------------*/
.heading-3,
.heading-4 {
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    padding-bottom: 20px;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: center;
    color: #553f36;
}

@media (max-width: 767px) {

    .heading-3,
    .heading-4 {
        padding-bottom: 15px;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.heading-3:after,
.heading-4:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #553f36;
    top: 0;
    right: 0;
    bottom: 0;
    left: -2px;
    margin: auto auto 0;
}

.heading-3:not(:first-child),
.heading-4:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {

    .heading-3:not(:first-child),
    .heading-4:not(:first-child) {
        margin-top: 15px;
    }
}

.heading-3_white {
    color: #fff;
}

.heading-3_white:after {
    background: #fff;
}

.heading-4 {
    display: block;
    text-align: left;
}

.heading-4:after {
    height: 2px;
}

.heading-4_white {
    color: #fff;
}

.heading-4_white:after {
    background: #fff;
}

.heading-5 {
    padding: 0;
    color: #553f36;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
}

@media (max-width: 767px) {
    .heading-5 {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.heading-5:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .heading-5:not(:first-child) {
        margin-top: 15px;
    }
}

.heading-5_white {
    color: #fff;
}

.heading-6 {
    padding: 0;
    color: #1b1b1b;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
}

@media (max-width: 767px) {
    .heading-6 {
        margin: 15px 0 0;
        font-size: 1.4rem;
        line-height: 1.64286;
    }
}

.heading-6:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .heading-6:not(:first-child) {
        margin-top: 15px;
    }
}

.heading-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px 15px;
    min-height: 60px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
    color: #553f36;
}

@media (max-width: 767px) {
    .heading-7 {
        margin: 15px 0 0;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.heading-7:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .heading-7:not(:first-child) {
        margin-top: 15px;
    }
}

#pagetitle {
    text-align: center;
    position: relative;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    padding-top: 1.2em;
    margin: 0 0 .5em;
    color: #231815;
    font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

.epress_search {
    padding: 3px;
    width: 100%;
}

.epress_search form {
    overflow: hidden;
    border: 4px solid #877568;
}

.epress_search input[type="text"],
.epress_search input[type="submit"] {
    margin: 0;
    padding: 0;
    float: left;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.epress_search input[type="text"] {
    color: #000;
    padding: .3em .3em .3em .7em;
    width: 70%;
}

.epress_search input[type="submit"] {
    cursor: pointer;
    padding: .5em 1em;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    width: 30%;
    background: rgba(184, 147, 120, 0.7);
}

@media (max-width: 768px) {
    header .global_nav>ul>li.gnav_search {
        position: static;
    }

    header .global_nav>ul>li.gnav_search>a {
        display: none !important;
    }

    header .global_nav>ul>li.gnav_search .epress_search {
        display: block !important;
        position: static !important;
        width: 100% !important;
        background: rgba(158, 122, 100, 0.9);
    }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
    background: #fff;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav>ul>li.gnav_search {
    position: relative;
}

header .global_nav>ul>li.gnav_search a {
    color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    background: url("/wp-content/uploads/search.png") no-repeat center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
    height: 30px;
}

header .global_nav>ul>li.gnav_search a:hover {
    border-bottom: 0;
}

header .global_nav>ul>li.gnav_search .epress_search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}

@media (min-width: 769px) {
    header .global_nav>ul>li.gnav_search .epress_search {
        width: 230px;
    }
}

.article_list {
    padding: 30px;
    border: 1px solid #553f36;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .article_list {
        padding: 20px;
    }
}

.article_list:first-child {
    margin-top: 0;
}

.article_list:nth-child(n+2) {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .article_list:nth-child(n+2) {
        margin-top: 20px;
    }
}

.article_list:hover:before {
    background: #877568;
}

.article_list .case_arrow {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    height: 245px;
}

@media (max-width: 768px) {
    .article_list .case_arrow {
        height: 80px;
    }
}

.article_list .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 5px solid #877568;
    border-right: 5px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 768px) {
    .article_list .case_arrow:after {
        left: 0;
        bottom: 25%;
        border-top: 5px solid #877568;
        border-right: 5px solid #877568;
        -webkit-transform: translate(0, -50%) rotate(135deg);
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.article_list .span_12 {
    margin: 2% 0;
}

.article_list__head h2 {
    font-size: 2rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .article_list__head h2 {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.article_list__head h2>a {
    color: #553f36;
}

.article_list__content {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .article_list__content {
        margin-top: 20px;
    }
}

.article_button .more {
    vertical-align: bottom;
}

.article_button .more>a {
    text-decoration: none;
}

.pagination>* {
    display: inline-block;
    padding: .5em;
    border: 1px solid #ccc;
}

.pagination a {
    text-decoration: none;
    background: rgba(31, 143, 199, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination a:hover {
    background: #fff;
}

.article_single01 .article_single01_02 {
    margin-top: 10px;
}

.article_single01 .article_single01_02 img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single01 .ofi {
    background: rgba(31, 143, 199, 0.05);
}

.article_single01 .more {
    display: block;
    text-align: center;
}

.article_single02 .article_single02_01 img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single02 .ofi {
    background: rgba(31, 143, 199, 0.05);
}

.article_single02 .more {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .article_single03 .article_single03_02 .span_6 {
        width: 45%;
        margin-left: 10%;
    }

    .article_single03 .article_single03_02 .span_6:first-child {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .article_single03 .article_single03_02 .span_12 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.article_single03 .article_single03_02 img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single03 .case_arrow {
    position: relative;
}

@media (max-width: 768px) {
    .article_single03 .case_arrow {
        margin-bottom: 10%;
    }
}

.article_single03 .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 108%;
    margin: auto;
    width: 35px;
    height: 35px;
    border-top: 3px solid #877568;
    border-right: 3px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 768px) {
    .article_single03 .case_arrow:after {
        left: 0;
        right: 0;
        top: 105%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(0, -50%) rotate(135deg);
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.article_single03 .ofi {
    background: rgba(31, 143, 199, 0.05);
}

.article_single03 .more {
    display: block;
    text-align: center;
}

.article_single04 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
    padding-top: 74.5%;
}

.article_single04 .article_single04_01_img2 .ofi {
    padding-top: 18.7%;
}

.article_single04 .article_single04_01_img3 .ofi {
    padding-top: 14.9%;
}

.article_single04 .article_single04_01_img4 .ofi {
    padding-top: 12.5%;
}

.article_single04 .article_single04_01_img5 .ofi {
    padding-top: 10.7%;
}

.article_single04 .article_single04_01_img6 .ofi {
    padding-top: 9.4%;
}

.article_single04 .article_single04_01_nav {
    margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
    padding-top: 12%;
}

.article_single04 .article_single04_01_nav .slick-track {
    width: 100% !important;
}

.article_single04 .article_single04_01_nav li {
    margin-left: 0.8%;
    width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
    margin-left: 0;
}

.article_single04 .article_single04_02 {
    margin-top: 10px;
}

.article_single04 .article_single04_02 img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
    z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
    content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 35px;
    height: 35px;
    border-top: 3px solid #877568;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}

.article_single04 .slick-prev {
    left: 0;
}

.article_single04 .slick-prev:after {
    left: 0;
    border-left: 3px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.article_single04 .slick-next {
    right: 0;
}

.article_single04 .slick-next:after {
    right: 0;
    border-right: 3px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.article_single04 .ofi {
    background: rgba(31, 143, 199, 0.05);
    height: auto !important;
}

.article_single04 .more {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .article_list_case02 .article_list_case02_01 {
        width: 67%;
    }

    .article_list_case02 .article_list_case02_02 {
        width: 31%;
    }

    .article_list_case02.article_single01 .article_single01_02 {
        margin-top: 0;
    }
}

.article_container .article_single01_02 {
    margin-top: 10px;
}

.article_container .article_single01_02 img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_detail {
    background: rgba(31, 143, 199, 0.05);
    padding: 4%;
    margin-bottom: 4%;
    font-size: 15px;
    font-size: 1.5rem;
}

.article_detail:first-child {
    margin-top: 0;
}

.article_detail .article_date {
    width: 100%;
    margin-bottom: 1em;
}

.article_detail .article_thumbnail {
    float: left;
    margin: 0 2% 2% 0;
}

.article_detail .article_content {
    float: none;
    width: 100%;
    margin-left: 0;
}

.article_detail .case_arrow {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    height: 245px;
}

@media (max-width: 768px) {
    .article_detail .case_arrow {
        height: 80px;
    }
}

.article_detail .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 5px solid #877568;
    border-right: 5px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 768px) {
    .article_detail .case_arrow:after {
        left: 0;
        bottom: 25%;
        border-top: 5px solid #877568;
        border-right: 5px solid #877568;
        -webkit-transform: translate(0, -50%) rotate(135deg);
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.article_detail .span_12 {
    margin: 2% 0;
}

.epress_social {
    letter-spacing: -.40em;
    text-align: right;
    padding: 2%;
}

.epress_social>* {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

.epress_pager {
    overflow: hidden;
    margin-bottom: 5%;
}

.epress_pager .epress_pager_prev {
    float: left;
}

.epress_pager .epress_pager_prev a {
    display: block;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

.epress_pager .epress_pager_prev a:before,
.epress_pager .epress_pager_prev a:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: #553f36;
    -webkit-transition: .2s;
    transition: .2s;
}

.epress_pager .epress_pager_prev a:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: calc(50% - 2px);
}

.epress_pager .epress_pager_prev a:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    top: calc(50% + 3px);
}

.epress_pager .epress_pager_prev a:hover {
    text-decoration: underline;
}

.epress_pager .epress_pager_prev a:hover:before {
    left: 0;
}

.epress_pager .epress_pager_prev a:hover:after {
    left: 0;
}

.epress_pager .epress_pager_next {
    float: right;
}

.epress_pager .epress_pager_next a {
    display: block;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}

.epress_pager .epress_pager_next a:before,
.epress_pager .epress_pager_next a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: #553f36;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.epress_pager .epress_pager_next a:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: calc(50% - 2px);
}

.epress_pager .epress_pager_next a:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    top: calc(50% + 3px);
}

.epress_pager .epress_pager_next a:hover {
    text-decoration: underline;
}

.epress_pager .epress_pager_next a:hover:before {
    right: 0;
}

.epress_pager .epress_pager_next a:hover:after {
    right: 0;
}

#commentform {
    background: transparent;
    padding: 2% 5%;
    border: 1px solid #333;
}

#commentform #comment {
    width: 100%;
}

#commentform #submit {
    background: #877568;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 10px;
    margin: 0 auto;
    display: table;
}

#commentform input[type="submit"] {
    background: #877568;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: .3em 1em;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
}

@media (min-width: 768px) {
    #commentform #submit {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #commentform input[type="submit"] {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.map_wide {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 0;
}

.map_wide:last-child {
    margin-bottom: 0;
}

.map_wide iframe {
    width: 100%;
    height: 100%;
}

.map_list {
    margin: 0;
    padding-left: 1.5em;
}

@media (min-width: 768px) {
    .map_wide {
        padding-top: 420px;
    }

    .map_wide iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .map_wide {
        margin-bottom: 20px;
        height: 225px;
    }
}

body.scroll .googlemap {
    pointer-events: none;
}

.route_wrap_1 {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
}

@media (max-width: 480px) {
    .route_wrap_1 {
        width: 100%;
        display: block;
    }
}

.route_wrap_1 .route_item {
    width: calc(100%/3);
    padding: 40px 40px 0 0;
    position: relative;
}

@media (max-width: 480px) {
    .route_wrap_1 .route_item {
        padding-right: 0;
    }
}

.route_wrap_1 .route_item figure {
    position: relative;
}

.route_wrap_1 .route_item figure::after {
    display: block;
    position: absolute;
    content: '';
    width: 27px;
    height: 49px;
    background: url(/wp-content/uploads/arrow_slide.png) no-repeat;
    top: 50%;
    right: -34px;
    bottom: 0;
    left: 0;
    margin: 0 0 auto auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5;
}

@media (max-width: 480px) {
    .route_wrap_1 .route_item figure::after {
        display: none;
    }
}

.route_wrap_1 .route_item:last-of-type figure::after {
    display: none;
}

@media (max-width: 480px) {
    .route_wrap_1 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .route_wrap_1 .route_item {
        width: 100%;
        margin: 0 0 15px;
    }

    .route_wrap_1 .route_item:last-of-type::after {
        display: none;
    }

    .route_wrap_1 .route_item::after {
        display: block;
        position: absolute;
        content: '';
        width: 27px;
        height: 49px;
        background: url(/wp-content/uploads/arrow_slide.png) no-repeat;
        top: auto;
        right: 0;
        bottom: auto;
        left: 0;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: .5;
    }

    .route_wrap_1 .route_item:nth-of-type(3n+3)::after {
        display: block;
    }
}

.route_wrap_2 {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .route_wrap_2 {
        width: 100%;
        display: block;
    }
}

.route_wrap_2 .route_item {
    width: 47%;
    margin: 0 6% 5% 0;
    position: relative;
}

.route_wrap_2 .route_item:nth-of-type(2n+2) {
    margin-right: 0;
}

.route_wrap_2 .route_item:nth-of-type(2n+2)::after {
    display: none;
}

.route_wrap_2 .route_item:last-of-type::after {
    display: none;
}

.route_wrap_2 .route_item::after {
    display: block;
    position: absolute;
    content: '';
    width: 27px;
    height: 49px;
    background: url(/wp-content/uploads/arrow_slide.png) no-repeat;
    top: 50%;
    right: -10%;
    bottom: 0;
    left: 0;
    margin: -25px 10px auto auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.route_wrap_2 .route_item::after:last-child {
    display: none;
}

@media (max-width: 768px) {
    .route_wrap_2 .route_item::after {
        right: -14%;
    }
}

@media (max-width: 480px) {
    .route_wrap_2 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .route_wrap_2 .route_item {
        width: 100%;
        margin: 0 0 60px;
    }

    .route_wrap_2 .route_item::after {
        right: 0;
        bottom: -15%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: auto auto 0;
    }

    .route_wrap_2 .route_item:nth-of-type(2n+2)::after {
        display: block;
    }

    .route_wrap_2 .route_item:last-child::after {
        display: none;
    }
}

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
    max-width: none;
    margin: 2% auto 0;
    font-family: inherit;
    padding: 0.3em 1em;
    background: rgba(31, 143, 199, 0.05);
    font-size: 18px;
    font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
    margin: 0;
    line-height: 170%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
    background-color: #64BDEB;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
    margin: 10px 0;
    width: 100%;
    table-layout: fixed;
    border: none;
    line-height: 1.6;
    cursor: default;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    border-collapse: collapse;
    border-spacing: 1px;
    background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today) {
    background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
    text-align: center;
    border-width: 0;
    padding: 0.5em 0.2em;
    color: #1b1b1b;
    background-color: #DEDEDE;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
    color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
    color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
    text-align: center;
    border: 1px solid rgba(0, 57, 122, 0.3);
    padding: 0.5em 0.2em;
    color: #1b1b1b;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
    text-align: left;
    font-weight: bold;
    padding: 2px 7px;
    border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
    border: none;
    cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
    background-color: #ffb0c3;
    color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
    background-color: #64BDEB;
    color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
    color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
    font-weight: bold;
    text-decoration: underline;
    color: #1b1b1b;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
    font-weight: bold;
    color: #1b1b1b;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
    text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
    text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
    text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
    padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
    background-color: #64BDEB;
    padding-left: 25px;
    margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
}

@media (max-width: 768px) {

    #biz_calendar,
    #biz_calendar1,
    #biz_calendar2 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #biz_calendar p span.boxholiday,
    #biz_calendar1 p span.boxholiday,
    #biz_calendar2 p span.boxholiday {
        background-color: #ffb0c3;
        padding-left: 25px;
        margin-right: 10px;
    }

    #biz_calendar p span.boxeventday,
    #biz_calendar1 p span.boxeventday,
    #biz_calendar2 p span.boxeventday {
        background-color: #64BDEB;
        padding-left: 25px;
        margin-right: 10px;
    }

    #biz_calendar table.bizcal,
    #biz_calendar1 table.bizcal,
    #biz_calendar2 table.bizcal {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #biz_calendar table.bizcal td,
    #biz_calendar table.bizcal th,
    #biz_calendar1 table.bizcal td,
    #biz_calendar1 table.bizcal th,
    #biz_calendar2 table.bizcal td,
    #biz_calendar2 table.bizcal th {
        padding: 0.3em 0.2em;
    }
}

.calendar_wrap {
    position: relative;
    padding: 4em 1.8em 2em;
    display: inline-block;
    background: rgba(31, 143, 199, 0.05);
    font-size: 10px;
    font-size: 1rem;
}

.calendar_wrap caption {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
}

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

.calendar_wrap table thead th {
    background: #877568;
    color: #fff;
    border: 1px solid #877568;
    border-bottom: none;
}

.calendar_wrap table tfoot {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.calendar_wrap table tfoot #prev a {
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

.calendar_wrap table tfoot #prev a:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    border-left: 1px solid #fff;
    left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
    left: 2%;
}

.calendar_wrap table tfoot #next a {
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
}

.calendar_wrap table tfoot #next a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

.calendar_wrap table tfoot #next a:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border-right: 1px solid #fff;
    right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
    right: 2%;
}

.calendar_wrap table tbody td {
    text-align: center;
    background: #fff;
    border: 1px solid #877568;
}

@media (min-width: 768px) {
    .column_sub .calendar_wrap {
        padding: 40px 5px 5px;
        width: 100%;
        margin: 0 auto 1em;
    }

    .column_sub .calendar_wrap caption {
        top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .column_sub .calendar_wrap table {
        width: 100%;
    }

    .column_sub .calendar_wrap table th,
    .column_sub .calendar_wrap table td {
        padding: 0.5em .2em;
    }

    .column_sub .calendar_wrap table tfoot #prev a {
        width: 18px;
        height: 18px;
        top: 0;
        left: 20px;
    }

    .column_sub .calendar_wrap table tfoot #next a {
        width: 18px;
        height: 18px;
        top: 0;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .calendar_wrap {
        padding: 40px 5px 5px;
        width: 100%;
    }

    .calendar_wrap caption {
        top: 10px;
    }

    .calendar_wrap table {
        width: 100%;
    }

    .calendar_wrap table th,
    .calendar_wrap table td {
        padding: 0.5em .2em;
    }

    .calendar_wrap table tfoot #prev a {
        width: 12px;
        height: 12px;
        top: 0;
        left: 20px;
    }

    .calendar_wrap table tfoot #next a {
        width: 12px;
        height: 12px;
        top: 0;
        right: 20px;
    }
}

.clinic_01_wrap {
    background-image: url("/wp-content/uploads/clinic_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.clinic_01_inner_wrap {
    background: rgba(31, 143, 199, 0.8);
    color: #fff;
    padding: 5%;
}

.clinic_01_inner_wrap h3 {
    color: #fff;
}

.clinic_01_inner_wrap h3::after {
    background-color: #fff;
}

.clinic_01_img_block {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1% 0%;
}

.clinic_01_img_block>.row {
    padding: 5% 0 2%;
}

.clinic_01_info_list {
    margin-top: 5%;
}

.clinic_01_map_block .clinic_01_map_canvas {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

dl.clinic_01_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border: none;
}

dl.clinic_01_address dd,
dl.clinic_01_address dt {
    border-bottom: #fff solid 1px;
    margin: 0;
    padding: 0.5em 0.3em;
}

dl.clinic_01_address dd:first-of-type,
dl.clinic_01_address dt:first-of-type {
    border-top: #fff solid 1px;
}

dl.clinic_01_address dd a,
dl.clinic_01_address dt a {
    color: #fff;
}

dl.clinic_01_address dd a:hover,
dl.clinic_01_address dt a:hover {
    color: #d9d9d9;
}

dl.clinic_01_address dt {
    width: 20%;
}

dl.clinic_01_address dd {
    width: 80%;
}

.clinic_02 {
    color: #1b1b1b;
}

.clinic_02 dl {
    margin: 2em 0;
}

.clinic_02 dl dt {
    margin: 0;
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    color: #877568;
    font-weight: normal;
}

.clinic_02 dl dt a {
    text-decoration: none;
}

.clinic_02 dl dt a:hover {
    text-decoration: underline;
}

.clinic_02 dl dt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6px;
    height: 2px;
    background: #877568;
    right: unset;
}

.clinic_02 dl dd {
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.clinic_06 {
    /*左右の矢印の色を変える*/
    /*左右の矢印の位置を変える*/
    /*スライド画像の横幅可変*/
}

.clinic_06 .thumb>li {
    width: calc(50% - 30px);
    height: auto;
    margin-left: 30px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.27;
    list-style: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .clinic_06 .thumb>li {
        width: calc(33% - 30px);
        margin-left: 30px;
    }

    .clinic_06 .thumb>li:first-child {
        margin-left: 0;
    }

    .clinic_06 .thumb>li:nth-child(4) {
        margin-left: 0;
    }
}

.clinic_06 .thumb>li img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .clinic_06 .thumb {
        margin: 0;
        padding: 0;
    }

    .clinic_06 .thumb>li {
        width: auto;
        margin: 0 auto;
    }
}

.clinic_06 .slick-arrow {
    z-index: 1;
}

.clinic_06 .slick-prev {
    left: 0;
}

.clinic_06 .slick-prev:before {
    font-size: 30px;
    font-size: 3rem;
}

.clinic_06 .slick-next {
    right: 0;
}

.clinic_06 .slick-next:before {
    font-size: 30px;
    font-size: 3rem;
}

.clinic_06 .slick-dots {
    bottom: -4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 12px;
}

.clinic_06 .slick-dots li {
    margin: 0;
}

.clinic_06 .slick-next:before,
.clinic_06 .slick-prev:before {
    color: #877568;
}

.clinic_06 .slick-dots li.slick-active button {
    background-color: #877568;
}

.clinic_06 .slick-next {
    right: 20px;
    z-index: 99;
}

.clinic_06 .slick-prev {
    left: 15px;
    z-index: 100;
}

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

.clinic_06 .center {
    display: table;
    text-align: center;
}

@media (max-width: 768px) {
    .clinic_06 .center {
        margin-top: 60px;
    }
}

.clinic_tour:last-of-type .row.arw {
    padding-bottom: 0;
    background: none;
}

.clinic_tour .row {
    margin-bottom: 2%;
}

.clinic_tour .row img {
    padding: 3px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clinic_tour .row .col>.row {
    margin-top: 2%;
}

.clinic_tour .row .col figure a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.clinic-slide {
    margin-top: 30px;
}

.clinic-slide__items {
    margin: 0 -15px;
}

.clinic-slide__item {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 15px;
}

.clinic-slide__item figcaption {
    font-size: 1.6rem;
}

.slick-initialized .clinic-slide__item {
    display: block;
}

.slick-arrow.clinic-slide__prev {
    position: absolute;
    top: -34px;
    bottom: 0;
    left: 35px;
    z-index: 1;
    margin: auto 0;
    padding: 4px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0;
}

@media (max-width: 767px) {
    .slick-arrow.clinic-slide__prev {
        left: 20px;
    }
}

.slick-arrow.clinic-slide__prev:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 8px;
    margin: auto;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-arrow.clinic-slide__next {
    position: absolute;
    top: -34px;
    bottom: 0;
    right: 35px;
    z-index: 1;
    margin: auto 0;
    padding: 4px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0;
}

@media (max-width: 767px) {
    .slick-arrow.clinic-slide__next {
        right: 20px;
    }
}

.slick-arrow.clinic-slide__next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    left: 0;
    margin: auto;
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.diagnosis_01_wrap h3,
.diagnosis_01_wrap p {
    color: #fff;
}

.diagnosis_01_wrap h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #fff;
}

.diagnosis_01_wrap h3:after {
    content: none;
}

.diagnosis_01_wrap .row {
    position: relative;
}

.diagnosis_01_wrap .row .diagnosis_01_txt_box {
    min-width: 530px;
    background: rgba(48, 91, 121, 0.8);
    min-height: 320px;
    padding: 3.5em 2.5em 2.5em;
}

@media (min-width: 1000px) {
    .diagnosis_01_wrap .row .diagnosis_01_box figure {
        position: relative;
        left: 0 !important;
        padding-bottom: 33px;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box figure img {
        width: 680px;
        height: 330px;
    }
}

@media (min-width: 1000px) and (max-width: 480px) {
    .diagnosis_01_wrap .row .diagnosis_01_box figure img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1000px) {
    .diagnosis_01_wrap .row .diagnosis_01_box .diagnosis_01_txt_box {
        position: absolute;
        top: 12%;
        right: 0;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box .diagnosis_01_txt_box .more {
        margin-top: 2em;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .span_12 {
        float: none;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .span_12 figure {
        right: 0 !important;
        left: auto;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .diagnosis_01_txt_box {
        float: none;
        right: auto;
        left: 0;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse img {
        width: 680px;
    }
}

@media (min-width: 1000px) and (max-width: 480px) {
    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1000px) {
    .diagnosis_01_wrap .row:not(:last-child) {
        margin-bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .diagnosis_01_wrap .row {
        margin-bottom: 290px;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box figure {
        position: static;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box .diagnosis_01_txt_box {
        position: absolute;
        top: 75%;
        right: 0;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box .diagnosis_01_txt_box .more {
        margin-top: 2em;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .span_12 {
        float: none;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .span_12 figure {
        right: 0;
        left: auto;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box.bnr_reverse .diagnosis_01_txt_box {
        float: none;
        right: auto;
        left: 0;
    }
}

@media (max-width: 768px) {
    .diagnosis_01_wrap .row .diagnosis_01_box img {
        width: 100%;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box .span_12 {
        margin-bottom: 0;
    }

    .diagnosis_01_wrap .row .diagnosis_01_box .diagnosis_01_txt_box {
        max-width: 640px;
        margin: 0 auto;
        min-width: 0;
        padding: 1.4em;
    }

    .diagnosis_01_wrap .row:not(:last-child) {
        margin-bottom: 12%;
    }
}

.diagnosis_01_wrap .wow {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.diagnosis_01_wrap .wow .animated {
    opacity: 1;
}

.diagnosis_01_wrap .wow.fade_up {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
}

.diagnosis_01_wrap .wow.fade_up.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.diagnosis_01_wrap .wow.fade_up.delay {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.diagnosis_01_wrap .wow.fade_down {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.diagnosis_01_wrap .wow.fade_down.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.diagnosis_01_wrap .wow.fade_down.delay {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media (min-width: 768px) and (max-width: 899px) {
    .diagnosis_mod .row {
        max-width: 740px;
        margin: 0 auto 0;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .diagnosis_mod .span_3 {
        margin-left: 0%;
        width: 48%;
    }
}

.diagnosis_mod .diagnosis_mod_contents {
    max-width: 100%;
    margin: auto;
}

@media (max-width: 899px) {
    .diagnosis_mod .diagnosis_mod_contents {
        margin-bottom: 6.5%;
    }
}

.diagnosis_mod .diagnosis_mod_contents figure {
    margin-bottom: .8em;
}

@media (min-width: 768px) and (max-width: 899px) {
    .diagnosis_mod .diagnosis_mod_contents figure {
        text-align: left;
    }
}

.diagnosis_mod .diagnosis_mod_contents h3 {
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1em;
    color: #553f36;
    font-size: 18px;
    font-size: 1.8rem;
}

.diagnosis_mod .diagnosis_mod_contents h3 span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #553f36;
    display: block;
}

@media (max-width: 768px) {
    .diagnosis_mod .diagnosis_mod_contents h3 {
        margin-bottom: 1.5em;
    }
}

.diagnosis_mod .diagnosis_mod_contents p {
    margin: 0.3em 0 .5em;
    color: #1b1b1b;
}

@media (max-width: 899px) {
    .diagnosis_mod .diagnosis_mod_contents p {
        margin: 0.5em 0 .5em;
    }
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu {
    padding: 0.3em 1.3em 0em 1.4em;
    font-weight: bold;
    border: none;
    padding-top: 0;
    padding-left: 1.5em;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    color: #877568;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #877568;
    border-right: 1px solid #877568;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu:after {
    content: none;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu:hover {
    color: #239fdd;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu:hover:before {
    -webkit-transform: translate(0, -50%) rotate(138deg);
    transform: translate(0, -50%) rotate(138deg);
    border-color: #239fdd;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu.active:before {
    -webkit-transform: translate(0, -50%) rotate(138deg);
    transform: translate(0, -50%) rotate(138deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu a {
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #877568;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_menu a:hover {
    color: #006dae;
    background: transparent;
}

.diagnosis_mod .diagnosis_mod_contents .diagosis_03_toggle_content {
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    display: none;
}

.doctor_01 .container {
    padding-bottom: 45px;
}

.doctor_a {
    background: url("/wp-content/uploads/doctor_a_01.jpg") 70% center no-repeat;
    background-size: cover;
    min-height: 520px;
    padding: 3% 0;
}

.doctor_a.doctor_02_b {
    background: url(/wp-content/uploads/doctor_a_01.jpg) 70% center no-repeat;
    background-size: cover;
    min-height: 520px;
}

.doctor_a .doctor_a_inner {
    position: relative;
}

.doctor_a .doctor_a_inner .text-box {
    width: 480px;
    background: #fff;
    padding: 48px;
    position: absolute;
    margin: auto;
    right: 2%;
    left: auto;
}

.doctor_a .doctor_a_inner .text-box h2 {
    color: #5e79c3;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 1em;
    padding: 0.5em 0;
    width: 100%;
    border-top: 2px solid #5e79c3;
    border-bottom: 2px solid #5e79c3;
}

.doctor_a .doctor_a_inner .text-box h2 span {
    color: #419ecc;
}

.doctor_a .doctor_a_inner .text-box h2:after,
.doctor_a .doctor_a_inner .text-box h2:before {
    content: none;
}

.doctor_a .doctor_a_inner .text-box p {
    color: #1b1b1b;
}

.doctor_a .more.bg {
    display: table;
}

@media (max-width: 768px) {
    .doctor_01 .container {
        padding-bottom: 0;
    }

    .doctor_a {
        background: url(/wp-content/uploads/doctor_a_02.jpg) 70% center no-repeat;
        background-position: top;
        padding-top: 91%;
        background-size: contain;
    }

    .doctor_a.doctor_02 {
        background-position: top;
        padding-top: 26%;
        background-size: contain;
    }

    .doctor_a .doctor_a_inner {
        position: static;
    }

    .doctor_a .doctor_a_inner img.doctor_01_img {
        width: 100%;
    }

    .doctor_a .doctor_a_inner .text-box {
        padding: 1em 1em 1em;
        width: auto;
        background: #fff;
        position: static;
        margin: auto;
    }
}

.staff_wrap figure {
    margin-bottom: 1em;
}

.doctor_08:after {
    clear: both;
}

.doctor_08 section {
    padding: 0;
    margin-bottom: 0 !important;
}

.doctor_08 .slider_title {
    float: left;
    width: 25%;
    height: 250px;
    background: #bd8e65;
    position: relative;
}

@media (max-width: 768px) {
    .doctor_08 .slider_title {
        background: none;
        float: none;
        width: 100%;
        height: 20%;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .doctor_08 .slider_title .bnr_effect_box_text {
        width: auto !important;
        margin: 0 !important;
        padding: 4% 0;
    }

    .doctor_08 .slider_title .bnr_effect_box_text p {
        display: inline;
    }

    .doctor_08 .slider_title .bnr_effect_box_text p.more a {
        display: none;
    }
}

.doctor_08 .slider_title .bnr_effect_box_text {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.doctor_08 .slider_title .bnr_effect_box_text a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .doctor_08 .slider_title .bnr_effect_box_text {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        padding: 1% 0;
    }

    .doctor_08 .slider_title .bnr_effect_box_text a {
        color: #419ecc;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: bold;
    }
}

.doctor_08 .slider_title .bnr_effect_box_text p {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

.doctor_08 .slider_container_area {
    float: left;
    width: 75%;
}

@media (max-width: 768px) {
    .doctor_08 .slider_container_area {
        float: none;
        width: 100%;
    }
}

.doctor_08 .bnr_effect_box {
    position: relative;
}

.doctor_08 .bnr_effect_box img {
    width: 250px;
}

.doctor_08 .bnr_effect_box .staffs_08_slide_box {
    width: 250px;
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content {
    position: relative;
    max-width: 250px;
    width: 100%;
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content.staff_list {
    height: 100%;
    padding: 100% 0 0;
    color: #fff;
}

@media (max-width: 768px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content {
        height: 400px;
    }
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: rotateX(0) translate3d(0, 0, 100px);
    transform: rotateX(0) translate3d(0, 0, 100px);
}

@media (max-width: 768px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_img {
        height: 100%;
    }
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text_area {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    color: #fff;
    background-color: #bd8e65;
    position: absolute;
    -webkit-transform: rotateX(-90deg) translate3d(0, 0, 126px);
    transform: rotateX(-90deg) translate3d(0, 0, 126px);
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: -1;
}

@media (max-width: 768px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text_area {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
        top: 300px;
        height: 70px;
        background: none;
    }
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text {
        top: 25%;
        color: #1b1b1b;
    }
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text p.name {
    font-size: 1.8rem;
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content .bnr_effect_box_text p.name span.posi {
    line-height: 0.9;
    font-size: 1.4rem;
    display: block;
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content:hover .bnr_effect_box_img {
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 124px);
    transform: rotateX(90deg) translate3d(0, 0, 124px);
}

@media (max-width: 768px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content:hover .bnr_effect_box_img {
        -webkit-transform: none;
        transform: none;
    }
}

.doctor_08 .bnr_effect_box .bnr_effect_box_content:hover .bnr_effect_box_text_area {
    -webkit-transform: rotateX(0) translate3d(0, 0, 85px);
    transform: rotateX(0) translate3d(0, 0, 85px);
    z-index: 1;
}

@media (max-width: 375px) {
    .doctor_08 .bnr_effect_box .bnr_effect_box_content:hover .bnr_effect_box_text_area {
        -webkit-transform: rotateX(0) translate3d(0, 0, 77px);
        transform: rotateX(0) translate3d(0, 0, 77px);
    }
}

.doctor_08 .slide {
    width: 250px;
    margin: 0;
}

.doctor_08 .slide img {
    width: 250px;
    max-width: none;
    height: auto;
}

.doctor_08 .slide .slider_content_box {
    padding-top: 30px;
}

.doctor_08 .bnr_slider .slick-next,
.doctor_08 .bnr_slider .slick-prev {
    margin-top: 0 !important;
    top: 60%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

@media (max-width: 768px) {

    .doctor_08 .bnr_slider .slick-next,
    .doctor_08 .bnr_slider .slick-prev {
        top: 30%;
    }
}

.doctor_08 .bnr_slider .slick-prev {
    left: 0;
    z-index: 100;
    width: 40px;
    height: 160px;
    background-color: rgba(48, 91, 121, 0.3);
}

.doctor_08 .bnr_slider .slick-prev:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);
}

.doctor_08 .bnr_slider .slick-next {
    right: 0;
    width: 40px !important;
    height: 160px !important;
    background-color: rgba(48, 91, 121, 0.3);
}

.doctor_08 .bnr_slider .slick-next:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
    display: block;
    position: relative;
}

.add_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.add_arrow:hover:after {
    right: 3%;
    border-color: #fff;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
    display: inline-block;
    overflow: hidden;
    margin: auto;
}

.more a {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid #877568;
    color: #877568;
    padding: 0.3em 1.3em 0.3em 1em;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .more a {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
    .effect01 {
        overflow: hidden;
        position: relative;
    }

    .effect01:before {
        content: '';
        position: absolute;
        display: block;
        width: 140%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        opacity: 0.3;
        -webkit-transform: translateX(-120%) skewX(15deg);
        transform: translateX(-120%) skewX(15deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .effect01:hover {
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    }

    .effect01:hover:before {
        -webkit-transform: translateX(-15%) skewX(15deg);
        transform: translateX(-15%) skewX(15deg);
    }
}

.qa div.question {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1em;
    padding: 1em 50px 1em 1em;
    color: #FFF;
    background-color: #419ecc;
    font-weight: normal;
    cursor: pointer;
}

.qa div.question:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2%;
    left: auto;
    top: 50%;
    bottom: auto;
    margin-top: -12px;
    background: url(/wp-content/uploads/arrow_down_white.svg) center center no-repeat;
    background-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
}

.qa div.question:before {
    content: none;
}

.qa div.question:hover {
    background-color: #5dacd4;
}

.qa div.question.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qa .answer {
    display: none;
}

.faq_03 .more {
    margin-top: 2em;
}

.faq_b_wrap {
    font-size: 16px;
    font-size: 1.6rem;
}

.faq_b_wrap.qa .faq_content {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999;
}

.faq_b_wrap.qa .faq_content:first-of-type {
    border-width: 1px 0 1px 0;
}

.faq_b_wrap.qa .faq_content:last-of-type {
    margin-bottom: 3%;
}

.faq_b_wrap.qa .question {
    cursor: pointer;
    background: none;
    padding: 1em 0;
    color: #1b1b1b;
    margin-bottom: 0;
    display: table;
}

.faq_b_wrap.qa .faq_b_text_block {
    display: table-cell;
    width: 100%;
    padding-right: 40px;
}

.faq_b_wrap.qa .answer {
    color: #1b1b1b;
    padding: 1em 0;
}

.faq_b_wrap.qa .answer .answer_table {
    display: table;
}

.faq_b_wrap.qa .faq_b_icon_box {
    display: table-cell;
}

.faq_b_wrap.qa .balloon3_right_btm {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0 5px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #bd8e65;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq_b_wrap.qa .balloon3_right_btm:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -4px;
    margin-top: -15px;
    border: 4px solid transparent;
    border-left: 12px solid #bd8e65;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq_b_wrap.qa .balloon3_right_btm.ans {
    background: #419ecc;
    margin-bottom: 12px;
}

.faq_b_wrap.qa .balloon3_right_btm.ans:before {
    border-left: 12px solid #419ecc;
}

/* CSS Document */
/* -- 汎用css -- */
.t_center {
    text-align: center;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.va_m {
    vertical-align: middle;
}

.va_t {
    vertical-align: top;
}

.va_b {
    vertical-align: bottom;
}

.t_bold {
    font-weight: bold;
}

.m0auto {
    margin: 0 auto;
}

/* -- _width -- */
.wp100 {
    width: 100% !important;
}

.wp90 {
    width: 90% !important;
}

.wp80 {
    width: 80% !important;
}

.wp50 {
    width: 50% !important;
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w080 {
    width: 80px !important;
}

.w090 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w220 {
    width: 220px !important;
}

.w225 {
    width: 225px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w300 {
    width: 300px !important;
}

.w310 {
    width: 310px !important;
}

.w320 {
    width: 320px !important;
}

.w330 {
    width: 330px !important;
}

.w340 {
    width: 340px !important;
}

.w350 {
    width: 350px !important;
}

.w360 {
    width: 360px !important;
}

.w370 {
    width: 370px !important;
}

.w380 {
    width: 380px !important;
}

.w390 {
    width: 390px !important;
}

.w400 {
    width: 400px !important;
}

.w410 {
    width: 410px !important;
}

.w420 {
    width: 420px !important;
}

.w430 {
    width: 430px !important;
}

.w440 {
    width: 440px !important;
}

.w450 {
    width: 450px !important;
}

.w460 {
    width: 460px !important;
}

.w470 {
    width: 470px !important;
}

.w480 {
    width: 480px !important;
}

.w490 {
    width: 490px !important;
}

.w500 {
    width: 500px !important;
}

.w510 {
    width: 510px !important;
}

.w520 {
    width: 520px !important;
}

.w530 {
    width: 530px !important;
}

.w540 {
    width: 540px !important;
}

.w550 {
    width: 550px !important;
}

.w560 {
    width: 560px !important;
}

.w570 {
    width: 570px !important;
}

.w580 {
    width: 580px !important;
}

.w590 {
    width: 590px !important;
}

.w600 {
    width: 600px !important;
}

.w610 {
    width: 610px !important;
}

.w620 {
    width: 620px !important;
}

.w630 {
    width: 630px !important;
}

.w640 {
    width: 640px !important;
}

.w650 {
    width: 650px !important;
}

.w660 {
    width: 660px !important;
}

.w670 {
    width: 670px !important;
}

.w680 {
    width: 680px !important;
}

.w690 {
    width: 690px !important;
}

.w700 {
    width: 700px !important;
}

/* -- _height -- */
.h180 {
    height: 180px !important;
}

.h200 {
    height: 200px !important;
}

.h240 {
    height: 240px !important;
}

.h250 {
    height: 250px !important;
}

.h280 {
    height: 280px !important;
}

.h300 {
    height: 300px !important;
}

.h350 {
    height: 350px !important;
}

/* -- _margin -- */
.ma {
    margin-left: auto;
    margin-right: auto;
}

.mlr3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.mlr5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mlr15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr3 {
    margin-right: 3px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr16 {
    margin-right: 16px !important;
}

.mr17 {
    margin-right: 17px !important;
}

.mr18 {
    margin-right: 18px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mr145 {
    margin-right: 145px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb9 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb17 {
    margin-bottom: 17px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml3 {
    margin-left: 3px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.ml112 {
    margin-left: 112px !important;
}

.ml145 {
    margin-left: 145px !important;
}

/* -- _padding -- */
.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl200 {
    padding-left: 200px !important;
}

.pl210 {
    padding-left: 210px !important;
}

/* -- _float -- */
.rf {
    float: right;
}

.rf8 {
    float: right;
    margin-left: 8px !important;
}

.rf10 {
    float: right;
    margin-left: 10px !important;
}

.rf15 {
    float: right;
    margin-left: 15px !important;
}

.rf20 {
    float: right;
    margin-left: 20px !important;
}

.rf25 {
    float: right;
    margin-left: 25px !important;
}

.rf30 {
    float: right;
    margin-left: 30px !important;
}

.lf {
    float: left;
}

.lf8 {
    float: left;
    margin-right: 8px !important;
}

.lf10 {
    float: left;
    margin-right: 10px !important;
}

.lf15 {
    float: left;
    margin-right: 15px !important;
}

.lf16 {
    float: left;
    margin-right: 16px !important;
}

.lf20 {
    float: left;
    margin-right: 20px !important;
}

.lf25 {
    float: left;
    margin-right: 25px !important;
}

.lf30 {
    float: left;
    margin-right: 30px !important;
}

/* -- color -- */
.t_red {
    color: #bf220d;
}

.t_blu {
    color: #2400ac;
}

.t_grn {
    color: #82992d;
}

.t_ylw {
    color: #FFFF00;
}

.t_org {
    color: #fa804b;
}

.t_ppl {
    color: #9C30CE;
}

.t_pnk {
    color: #eb415b;
}

.t_gray {
    border-color: #808080;
}

/* -- _txt -- */
.txt10 {
    font-size: 10px !important;
}

.txt11 {
    font-size: 11px !important;
}

.txt12 {
    font-size: 12px !important;
}

.txt13 {
    font-size: 13px !important;
}

.txt14 {
    font-size: 14px !important;
}

.txt15 {
    font-size: 14px !important;
}

.txt16 {
    font-size: 16px !important;
}

.txt18 {
    font-size: 18px !important;
}

.txt20 {
    font-size: 20px !important;
}

.txt22 {
    font-size: 22px !important;
}

.txt24 {
    font-size: 24px !important;
}

.txt36 {
    font-size: 36px !important;
}

em {
    font-style: normal;
    font-weight: bold;
}

.cl {
    clear: both;
}

.clear {
    clear: both;
}

.info_01 span.h2_title {
    color: #877568;
}

.info_01 h2 {
    color: #877568;
}

.info_01 .news dl dd {
    border-color: #877568;
}

.info_01 .heading {
    overflow: hidden;
}

.info_02 h2 {
    color: #877568;
}

.info_02 h2::after {
    background-color: #877568;
    border-color: #877568;
}

.info_02 .news dl dd {
    border-color: #877568;
}

.typeA,
.typeB {
    margin-bottom: 2em;
}

.itv_sub {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .itv_sub {
        padding-top: 30px;
    }
}

.itv_sub p {
    margin-left: 1.5em;
}

.itv_sub .row h3 {
    color: #FFF;
    background: #419ecc;
    padding: 0.7em 1em;
    font-weight: normal;
    margin: 30px 0 0 0;
    font-size: 2rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .itv_sub .row h3 {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.itv_sub .row h3:first-child {
    margin-top: 0;
}

.itv_sub .row h3:after {
    background: none;
}

.interview_a .interview_a_text_wrap>h2 {
    color: #877568;
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 1.0em 0;
    position: relative;
    padding-top: 20px;
    text-align: left;
}

.interview_a .interview_a_text_wrap>h2:after {
    content: "";
    width: 1000px;
    position: absolute;
    height: 2px;
    margin-left: 10px;
    background: #877568;
    top: 58px;
}

.interview_a .interview_a_text_wrap>h2:before {
    content: none;
}

.interview_a .interview_a_img_box figure img {
    width: 100%;
}

.interview_a .interview_a_img_box figure .interview_a_sp {
    display: none;
}

.interview_a .interview_a_text_box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #1b1b1b;
    position: relative;
    background: #f4f5f8;
}

.interview_a .interview_a_text_box .interview_a_text_wrap {
    overflow: hidden;
    padding: 20px;
}

.interview_a .wow {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.interview_a .wow .animated {
    opacity: 1;
}

.interview_a .wow.fade_up {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
}

.interview_a .wow.fade_up.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.interview_a .wow.fade_up.delay {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.interview_a .wow.fade_down {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.interview_a .wow.fade_down.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.interview_a .wow.fade_down.delay {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media (min-width: 768px) {
    .interview_a .interview_a_wrap {
        position: relative;
        width: 100%;
    }

    .interview_a .interview_a_wrap .interview_a_img_box {
        float: right;
        width: 50%;
        padding-top: 50px;
    }

    .interview_a .interview_a_wrap .interview_a_text_box {
        width: 50%;
        float: right;
        margin: 0px 0 0px 0;
    }

    .interview_a .interview_a_wrap .interview_a_text_box:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }

    .interview_a .interview_a_wrap .interview_a_text_wrap {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .interview_a .interview_a_wrap .interview_a_text_wrap {
        width: auto;
    }
}

@media (min-width: 768px) {
    .interview_a .interview_a_wrap .interview_a_text_wrap:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }

    .interview_a .interview_a_wrap:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
}

.interview_b_module .interview_b_module_img {
    position: relative;
}

.interview_b_module .interview_b_module_img figure {
    position: relative;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.interview_b_module .interview_b_module_text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interview_b_module .interview_b_module_text .interview_b_module_text_inner p.text-xlarge {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.4;
    color: #877568;
}

@media (max-width: 767px) {
    .interview_b_module .interview_b_module_img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .interview_b_module .interview_b_module_img figure {
        position: relative;
        width: 100%;
        height: auto;
    }

    .interview_b_module .interview_b_module_text {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .interview_b_module .interview_b_module_text .interview_b_module_text_inner {
        padding: 0 1.5em;
    }

    .interview_b_module .interview_b_module_text .interview_b_module_text_inner p.text-xlarge {
        margin-bottom: 20px;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.interview_c .more.thin {
    display: table;
    margin: 0 auto;
    width: 50%;
}

.interview_c .more.thin a {
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

img {
    image-rendering: auto;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}

.table_center {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.mt00 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.pt00 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

@media (min-width: 667px) {
    .sp-br {
        display: none;
    }
}

.scroll-table {
    white-space: nowrap;
}

.scroll-table::-webkit-scrollbar {
    display: none;
}

.scroll-table::-webkit-scrollbar {
    height: 5px;
}

.scroll-table::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.wide_x p {
    font-size: 2em;
    margin: -0.4em 0 -0.4em 0;
    line-height: 1;
}

main .column_main {
    padding-bottom: 0;
}

footer>section>iframe {
    margin-bottom: -5px;
}

footer nav {
    padding: 1em 0;
}

footer.ftr_2 .footer_info_wrap,
footer.ftr_3 .footer_info_wrap {
    color: #fff;
    background: url("/wp-content/uploads/footer_bg.jpg") no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
}

@media (max-width: 480px) {

    footer.ftr_2 .footer_info_wrap,
    footer.ftr_3 .footer_info_wrap {
        background-size: auto 100%;
    }
}

footer.ftr_2 .footer_info_wrap .f_container,
footer.ftr_3 .footer_info_wrap .f_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(31, 143, 199, 0.8);
    padding: 1.5em;
}

footer.ftr_2 .footer_info_wrap .f_container dl dt,
footer.ftr_3 .footer_info_wrap .f_container dl dt {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0.3em;
}

footer.ftr_2 .footer_info_wrap .f_container dl dd,
footer.ftr_3 .footer_info_wrap .f_container dl dd {
    border-bottom: #fff dotted 1px;
    padding: 0.4em 1.2em;
    margin-bottom: 0.3em;
}

footer.ftr_2 .footer_info_wrap .f_container td,
footer.ftr_2 .footer_info_wrap .f_container th,
footer.ftr_3 .footer_info_wrap .f_container td,
footer.ftr_3 .footer_info_wrap .f_container th {
    background: rgba(65, 158, 204, 0.7);
    border-color: rgba(65, 158, 204, 0.7);
    color: #fff;
}

footer.ftr_2 .footer_info_wrap .f_container tbody td,
footer.ftr_2 .footer_info_wrap .f_container tbody th,
footer.ftr_3 .footer_info_wrap .f_container tbody td,
footer.ftr_3 .footer_info_wrap .f_container tbody th {
    background: #fff;
    color: #1b1b1b;
}

@media (max-width: 768px) {
    footer.ftr_2 .footer_info_wrap .f_container {
        padding: 0.5em;
    }
}

@media (max-width: 768px) {

    footer.ftr_2 .footer_info_wrap .f_container table.table-schedule td,
    footer.ftr_2 .footer_info_wrap .f_container table.table-schedule th {
        padding: 0.6em 0.5em;
    }
}

@media (max-width: 768px) {
    footer.ftr_3 .footer_info_wrap .f_container {
        padding: 0.5em 0.5em 1.5em;
    }
}

footer.ftr_3 .footer_info_wrap .f_container figure {
    width: 100%;
    margin-bottom: 1em;
}

footer.ftr_3 .footer_info_wrap .f_container figure img {
    width: 100%;
}

footer.ftr_3 .footer_info_wrap .f_container h3 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

footer.ftr_3 .footer_info_wrap .f_container h3::after {
    display: none;
}

footer.ftr_3 .footer_info_wrap .f_container table.table-schedule {
    margin-bottom: 2em;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6 figure.inside_logo {
    padding: 0 75px;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6 p {
    padding: 5% 15% 0;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6>div {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6>div a {
    width: 32%;
    margin-left: 2%;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6>div a:first-of-type {
    margin-left: 0;
}

footer.ftr_3 .footer_info_wrap .f_container .span_6>div a>* {
    width: 100%;
}

@media (max-width: 480px) {
    footer.ftr_3 .footer_info_wrap .f_container .span_6>div a {
        width: 49%;
    }

    footer.ftr_3 .footer_info_wrap .f_container .span_6>div a:nth-of-type(2n+1) {
        margin-left: 0;
    }
}

footer.ftr_2.high .pagetop,
footer.ftr_3.high .pagetop {
    position: fixed;
    top: auto;
    bottom: 5%;
    right: 5%;
    z-index: 100;
    -webkit-transform: none;
    transform: none;
}

.full_size_btn {
    width: 100%;
}

.half_size_btn {
    width: 50%;
}

.more {
    display: inline-block;
    overflow: hidden;
    margin: auto;
}

.more.btn_ss a,
.more.btn_ss span {
    padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a,
.more.btn_s span {
    padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a,
.more.btn_m span {
    padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a,
.more span {
    display: inline-block;
    letter-spacing: normal;
    color: #877568;
    border: 1px solid #877568;
    padding: 0.9em 1.6em;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.more a:after,
.more span:after {
    border-color: #877568;
}

.more a:hover,
.more span:hover {
    color: #4fb2e4;
    border-color: #4fb2e4;
}

.more a:hover:after,
.more span:hover:after {
    border-color: #4fb2e4;
}

@media (min-width: 768px) {

    .more a,
    .more span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.more a.add_arrow,
.more span.add_arrow {
    padding-right: 1.9em;
}

.bg.more.thin a,
.bg.more.thin span {
    font-size: 14px;
    font-size: 1.4rem;
}

.bg.more a,
.bg.more span {
    color: #737373;
    background: #419ecc;
    border: solid 1px #419ecc;
}

.bg.more a:hover,
.bg.more span:hover {
    background: #71b7d9;
    color: #929292;
}

.bg.more a.add_arrow::after,
.bg.more span.add_arrow::after {
    border-color: #737373;
}

.circle_btn {
    display: inline-block;
    background: #419ecc;
    border-radius: 25px;
    border: 1px solid #419ecc;
    padding: 1em 5em;
    margin: 0;
    color: #737373;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.circle_btn:hover {
    background: #71b7d9;
    color: #929292;
}

.circle_btn.add_arrow::after {
    border-color: #737373;
}

.reflection {
    position: relative;
    overflow: hidden;
}

.reflection::before {
    content: "";
    height: 260%;
    width: 260%;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 4s linear infinite;
    animation: reflection 4s linear infinite;
}

@-webkit-keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(6) rotate(45deg) translate(0%, 0%);
        transform: scale(6) rotate(45deg) translate(0%, 0%);
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    35% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    39% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(100%, 100%);
        transform: scale(1.2) rotate(45deg) translate(100%, 100%);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(45deg) translate(100%, 100%);
        transform: scale(1.2) rotate(45deg) translate(100%, 100%);
    }
}

@keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(6) rotate(45deg) translate(0%, 0%);
        transform: scale(6) rotate(45deg) translate(0%, 0%);
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    35% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    39% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(0%, 0%);
        transform: scale(1.2) rotate(45deg) translate(0%, 0%);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(1.2) rotate(45deg) translate(100%, 100%);
        transform: scale(1.2) rotate(45deg) translate(100%, 100%);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(45deg) translate(100%, 100%);
        transform: scale(1.2) rotate(45deg) translate(100%, 100%);
    }
}

.text-shadow-black {
    text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

.table-menu tbody tr {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #877568;
}

.table-menu tbody tr:last-of-type {
    border-bottom: 1px solid #877568;
}

.table-menu tbody tr td,
.table-menu tbody tr th {
    line-height: 1.65em;
    border: none;
    padding: 1em;
}

.table-menu tbody tr th {
    font-weight: bold;
}

.table-menu tbody tr th figure {
    margin: 10px auto 0;
    width: 100%;
}

.b_type1 .more a,
.b_type1 .more span {
    background-color: red;
}

.b_type1 .more a:hover,
.b_type1 .more span:hover {
    background: #998bfa;
    background-position: right center;
}

.b_type1 .more .bg.more a:hover,
.b_type1 .more .bg.more span:hover {
    background: #998bfa;
    background-position: right center;
}

.b_type2 .more {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.b_type2 .more .bg.more a,
.b_type2 .more .bg.more span {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.b_type3 .more a,
.b_type3 .more span {
    display: inline-block;
    padding: 0.65em 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe5f95), to(#ff3f7f));
    background: linear-gradient(#fe5f95, #ff3f7f);
    border: 1px solid #fe3276;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.b_type3 .more .bg.more a,
.b_type3 .more .bg.more span {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.h_type1 h1:not(.title) {
    background: rgba(48, 91, 121, 0.2);
    padding: 1em 0 1.5em;
}

.h_type1 h1:not(.title):after {
    background-color: #877568;
    bottom: 1em;
}

.h_type1 h2 {
    font-size: 28px;
    font-size: 2.8rem;
}

.h_type1 h2:after,
.h_type1 h2:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #877568;
    top: 36%;
    bottom: unset;
}

.h_type1 h2:before {
    right: calc(100% + 25px);
}

.h_type1 h2:after {
    left: calc(100% + 25px);
}

.h_type1 h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 0.3em 0;
}

.h_type1 h3:after {
    width: 100%;
    max-width: 1000px;
}

.h_type1 h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

.h_type1 h4:after {
    bottom: 2px;
    height: 0.8em;
}

.h_type2 h1:not(.title) {
    background: rgba(31, 143, 199, 0.8);
    color: #fff;
    padding: 1em 0 0.85em;
}

.h_type2 h1:not(.title):after {
    display: none;
}

.h_type2 h2 {
    padding: 0 0 0.5em;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}

.h_type2 h2:before {
    display: none;
}

.h_type2 h2:after {
    display: block;
    width: 100%;
    max-width: 1000px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
    background-color: #877568;
}

.h_type2 h3 {
    color: #877568;
    padding-left: 1.5em;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
}

.h_type2 h3:after,
.h_type2 h3:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    margin: 0 auto auto 0;
}

.h_type2 h3:before {
    width: 1.2em;
    height: 1.2em;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(65, 158, 204, 0.4);
}

.h_type2 h3:after {
    width: 0.6em;
    height: 0.6em;
    top: 19px;
    right: 0;
    bottom: 0;
    left: 14px;
    background-color: rgba(65, 158, 204, 0.8) !important;
}

.h_type2 h4 {
    color: #3491c0;
    font-size: 18px;
    font-size: 1.8rem;
}

.h_type2 h4:after {
    width: 8px;
    height: 4px;
    background: rgba(158, 122, 100, 0.9);
}

.h_type2 h1:not(.title) {
    color: #bd8e65;
}

.h_type2 h1:not(.title):after {
    background-color: #877568;
}

.h_type2 h2 {
    margin: 0 auto 1.5em;
    position: relative;
    border: 0;
    word-wrap: break-word;
    font-weight: normal;
    font-size: 30px;
    font-size: 3rem;
    color: #877568;
    padding-bottom: 0.6em;
    letter-spacing: 3px;
    text-align: center;
}

.h_type2 h2 a {
    text-decoration: none;
}

.h_type2 h2 a:hover {
    text-decoration: underline;
}

.h_type2 h2:after,
.h_type2 h2:before {
    display: none;
}

.h_type2 h2:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #877568;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
}

.h_type2 h3 {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    color: #877568;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
}

.h_type2 h3 a {
    text-decoration: none;
}

.h_type2 h3 a:hover {
    text-decoration: underline;
}

.h_type2 h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #877568;
}

.h_type2 h4 {
    margin: 0 0 0.5em;
    padding-left: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    color: #877568;
    font-weight: normal;
}

.h_type2 h4 a {
    text-decoration: none;
}

.h_type2 h4 a:hover {
    text-decoration: underline;
}

.h_type2 h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 2px;
    margin: auto;
    background: #877568;
}

.h_type3 h1:not(.title) {
    color: #bd8e65;
}

.h_type3 h1:not(.title):after {
    background-color: #877568;
}

.h_type3 h2 {
    position: relative;
    padding-left: 30px;
}

.h_type3 h2 a {
    text-decoration: none;
}

.h_type3 h2 a:hover {
    text-decoration: underline;
}

.h_type3 h2:after,
.h_type3 h2:before {
    display: block;
    left: 5.5px;
    top: 3.5px;
    content: "□";
    position: absolute;
    width: 4px;
    height: 4px;
    margin: 0;
    background: transparent;
    border: none;
}

.h_type3 h2:before {
    left: 0;
    top: -3px;
}

.h_type3 h3 {
    position: relative;
    padding-left: 30px;
}

.h_type3 h3 a {
    text-decoration: none;
}

.h_type3 h3 a:hover {
    text-decoration: underline;
}

.h_type3 h3:after,
.h_type3 h3:before {
    display: block;
    left: 5.5px;
    top: 3.5px;
    content: "□";
    position: absolute;
    width: 4px;
    height: 4px;
    margin: 0;
    background: transparent;
    border: none;
}

.h_type3 h3:before {
    left: 0;
    top: -3px;
}

.h_type3 h4 {
    margin: 0 0 0.5em;
    padding-left: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    color: #877568;
    font-weight: normal;
}

.h_type3 h4 a {
    text-decoration: none;
}

.h_type3 h4 a:hover {
    text-decoration: underline;
}

.h_type3 h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 2px;
    margin: auto;
    background: none;
}

@media screen and (min-width: 641px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

.under_ main h2 {
    margin: 0 auto 1.5em;
    position: relative;
    border: 0;
    padding-top: 0;
    word-wrap: break-word;
    font-weight: normal;
    font-size: 25px;
    font-size: 2.5rem;
    color: #877568;
    padding-bottom: 0.6em;
    letter-spacing: 3px;
    text-align: center;
    display: table;
    border-bottom: none;
    font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

.under_ main h2 a {
    text-decoration: none;
}

.under_ main h2 a:hover {
    text-decoration: underline;
}

.under_ main h2:after,
.under_ main h2:before {
    display: none;
}

.under_ main h2:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #877568;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
}

.under_ main h3 {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    color: #877568;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
}

.under_ main h3 a {
    text-decoration: none;
}

.under_ main h3 a:hover {
    text-decoration: underline;
}

.under_ main h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #877568;
}

.under_ main h4 {
    margin: 0 0 0.5em;
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    color: #877568;
    font-weight: normal;
}

.under_ main h4 a {
    text-decoration: none;
}

.under_ main h4 a:hover {
    text-decoration: underline;
}

.under_ main h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 2px;
    margin: auto;
    background: #877568;
}

.main_01 .sp-layer {
    background: rgba(255, 255, 255, 0.57);
}

.main_01 .slider-pro.center .sp-button {
    border: none;
    background: #aaa;
}

.main_01 .slider-pro.center .sp-button.sp-selected-button {
    background: #877568;
}

.main_01 .slider-pro.center .sp-next-arrow,
.main_01 .slider-pro.center .sp-previous-arrow {
    background-color: #877568;
}

.main_02 .sp-thumbnail-image-container img {
    width: 100%;
}

.main_02 .sp-layer {
    background: rgba(255, 255, 255, 0.57);
    color: #282828;
}

.main_03 .slider-pro.wide .sp-selected-button {
    background-color: #877568;
}

.main_04 {
    position: relative;
    table-layout: fixed;
}

.main_04 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main_04 .main_visual_copy li img {
    opacity: 0;
}

.main_04 .main_visual_copy li img.animated {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}

.main_04 .main_visual_copy li img.main_copy01 {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    -webkit-transform: translateY(0px) scale(1.2);
    transform: translateY(0px) scale(1.2);
}

.main_04 .main_visual_copy li img.main_copy02 {
    -webkit-transition: 1s 0.8s;
    transition: 1s 0.8s;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

@media (max-width: 768px) {
    .main_04 .main_visual_copy li img.main_copy02 {
        top: 40%;
        min-width: 58%;
    }
}

.main_04 .main_visual_copy li img.main_copy03 {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    -webkit-transform: translateY(0px) scale(1.2);
    transform: translateY(0px) scale(1.2);
}

@media (max-width: 768px) {
    .main_04 .main_visual_copy li img.main_copy03 {
        display: none;
    }
}

.main_04 .main_visual_slick_o,
.main_04 .slick-track {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100% !important;
}

.main_04 .slick-track {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.main_04 .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.main_04 .main_visual_slick_o {
    position: relative;
    margin: 0 auto;
}

.main_04 .main_visual_slick_o li {
    overflow: hidden;
}

.main_04 .main_visual_slick_o li:not(.slick-active) {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.main_04 .main_visual_slick_o li img {
    top: 0;
    width: 100%;
}

.main_04 .main_visual_copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_04 .main_visual_copy>li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main_04 .main_visual_copy>li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 43%;
    min-width: 38%;
    max-width: 430px;
    max-height: 430px;
    z-index: 52;
}

.main_04 .main_visual_arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_04 .main_visual_arrow .slick-prev {
    left: 25px;
}

.main_04 .main_visual_arrow .slick-next {
    right: 25px;
}

.main_04 .main_visual_arrow .slick-next:before,
.main_04 .main_visual_arrow .slick-prev:before {
    font-size: 30px;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .main_04 .main_visual_arrow .slick-prev {
        left: 10px;
    }

    .main_04 .main_visual_arrow .slick-next {
        right: 10px;
    }

    .main_04 .main_visual_arrow .slick-next:before,
    .main_04 .main_visual_arrow .slick-prev:before {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .main_04 .main_visual_copy>li img {
        width: 30%;
    }
}

.main_04 .main_visual_slick_o {
    padding-top: 71.1% !important;
}

@media (min-width: 1000px) {
    .main_04 .main_visual_slick_o {
        margin: auto;
        padding-top: 59.25% !important;
    }
}

@media (min-width: 1200px) {
    .main_04 .main_visual_slick_o {
        -webkit-transform: scale(1);
        transform: scale(1);
        padding-top: 59.25% !important;
    }
}

@media (max-width: 767px) {
    .main_04 .main_visual_slick_o {
        padding-top: 59.25% !important;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.main_05 {
    position: relative;
    table-layout: fixed;
}

.main_05 .main_visual_copy li img {
    opacity: 0;
}

.main_05 .main_visual_copy li img.animated {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main_05 .main_visual_copy li img.main_copy01 {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    -webkit-transform: translateY(0px) scale(1.2);
    transform: translateY(0px) scale(1.2);
}

.main_05 .main_visual_copy li img.main_copy02 {
    -webkit-transition: 1s 0.8s;
    transition: 1s 0.8s;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.main_05 .main_visual_copy li img.main_copy03 {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    -webkit-transform: translateY(0px) scale(1.2);
    transform: translateY(0px) scale(1.2);
}

.main_05 .main_visual_slick_o,
.main_05 .slick-track {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100% !important;
}

.main_05 .slick-track {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.main_05 .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.main_05 .main_visual_slick_o {
    position: relative;
    margin: 0 auto;
}

.main_05 .main_visual_slick_o li {
    overflow: hidden;
}

.main_05 .main_visual_slick_o li:not(.slick-active) {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.main_05 .main_visual_slick_o li img {
    top: 0;
    width: 100%;
}

.main_05 .main_visual_copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_05 .main_visual_copy>li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main_05 .main_visual_copy>li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    max-width: 400px;
    max-height: 300px;
    z-index: 52;
}

.main_05 .main_visual_arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_05 .main_visual_arrow .slick-prev {
    left: 25px;
}

.main_05 .main_visual_arrow .slick-next {
    right: 25px;
}

.main_05 .main_visual_arrow .slick-next:before,
.main_05 .main_visual_arrow .slick-prev:before {
    font-size: 30px;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .main_05 .main_visual_arrow .slick-prev {
        left: 10px;
    }

    .main_05 .main_visual_arrow .slick-next {
        right: 10px;
    }

    .main_05 .main_visual_arrow .slick-next:before,
    .main_05 .main_visual_arrow .slick-prev:before {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .main_05 .main_visual_copy>li img {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .main_05 .main_visual_copy>li img {
        width: 90%;
    }
}

.main_05 .main_visual_slick_o {
    padding-top: 41.66667% !important;
}

@media (min-width: 1000px) {
    .main_05 .main_visual_slick_o {
        padding-top: 41.66667% !important;
    }
}

@media (min-width: 1920px) {
    .main_05 .main_visual_slick_o {
        padding-top: 41.66667% !important;
    }
}

@media (max-width: 767px) {
    .main_05 .main_visual_slick_o {
        padding-top: 136% !important;
    }
}

.main_mv1 {
    position: relative;
}

.main_mv1 img {
    width: 100%;
}

.main_mv1 .main_ttl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(31, 143, 199, 0.8);
    padding: 3em;
    width: 660px;
    height: 290px;
}

.main_mv1 .main_ttl p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8em;
}

.main_mv1 .main_ttl p.logo {
    margin: 0 auto 1.5em;
}

.main_mv1 .main_ttl p.logo object {
    width: 50%;
}

@media (max-width: 768px) {
    .main_mv1 .main_ttl {
        padding: 2em;
        width: 50%;
        height: 260px;
    }

    .main_mv1 .main_ttl p {
        font-size: 2vw;
    }

    .main_mv1 .main_ttl p.logo object {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .main_mv1 .main_ttl {
        padding: 1.5em;
        width: 35vw;
        height: 19%;
    }

    .main_mv1 .main_ttl p {
        display: none;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .main_mv1 .main_ttl p.logo {
        display: block;
    }

    .main_mv1 .main_ttl p.logo object {
        width: 100%;
    }
}

.main_mv2 {
    position: relative;
}

.main_mv2 img {
    width: 100%;
}

.main_mv2 .row {
    position: relative;
    margin-bottom: 0;
}

.main_mv2 .row>.span_4:first-child {
    border-right: 1px transparent solid;
}

.main_mv2 .row>.span_4:last-child {
    border-left: 1px transparent solid;
}

.main_mv2 .row.slick-slider {
    margin-bottom: 48px;
}

.main_mv2 .main_ttl {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto auto;
    background: rgba(31, 143, 199, 0.8);
    padding: 20px 0;
    width: 450px;
    display: table;
    display: block;
}

.main_mv2 .main_ttl p.logo {
    display: table-cell;
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.main_mv2 .main_ttl p.logo img {
    padding: 10px 25px;
}

.main_mv2 .main_ttl p.logo object {
    vertical-align: middle;
}

.main_mv2 .main_txt {
    background: rgba(31, 143, 199, 0.8);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    padding: 1em;
}

@media (max-width: 768px) {
    .main_mv2 .main_ttl {
        width: 70%;
        top: 25%;
        padding: 12px;
    }

    .main_mv2 .main_ttl p.logo object {
        width: 100%;
    }

    .main_mv2 .slick-slide {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .main_mv2 .main_ttl {
        margin: 0 auto auto;
        top: 20%;
        width: 80%;
        padding: 0.5em;
    }

    .main_mv2 .main_ttl object {
        width: 100%;
    }

    .main_mv2 .main_txt {
        padding: .9em 1em;
    }

    .main_mv2 .col {
        margin-bottom: 0;
    }
}

.pagetop {
    position: fixed;
    bottom: 12%;
    right: 5%;
    z-index: 100;
}

.pagetop a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: rgba(158, 122, 100, 0.9);
}

@media (min-width: 768px) {
    .pagetop a {
        width: 70px;
        height: 70px;
    }
}

.pagetop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
    transform: translate(-50%, -20%) rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}

footer.high .pagetop {
    position: absolute;
    bottom: auto;
    right: 5%;
    top: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.points_container {
    position: relative;
    padding-top: 100%;
    margin-bottom: -7%;
}

@media (max-width: 1023px) {
    .points_container {
        padding-top: 0;
        text-align: center;
    }
}

.points_container>div {
    margin: auto;
    position: absolute;
    width: 310px;
    height: 310px;
}

.points_container>div img {
    width: auto;
}

@media (max-width: 1023px) {
    .points_container>div img.pc_point {
        display: none;
    }
}

@media (min-width: 1024px) {
    .points_container>div img.sp_point {
        display: none;
    }
}

@media (max-width: 1023px) {
    .points_container>div {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 4%;
    }
}

.points_container .point_title {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.points_container .point01 {
    top: 1%;
    left: 0;
    right: 0;
}

.points_container .point02 {
    top: 26%;
    right: 2%;
}

.points_container .point03 {
    right: 15%;
    bottom: 7%;
}

.points_container .point04 {
    left: 15%;
    bottom: 7%;
}

.points_container .point05 {
    top: 26%;
    left: 2%;
}

.points_mod02 .mb0,
.points_mod03 .mb0 {
    margin-bottom: 0;
}

.points_mod02 .mt10,
.points_mod03 .mt10 {
    margin-top: 15px !important;
    padding-top: 0px !important;
}

@media (max-width: 768px) {

    .points_mod02 .mt10,
    .points_mod03 .mt10 {
        margin-top: 0;
    }
}

.points_mod04>.container>div {
    margin: 0 auto;
    padding: 0;
}

.point_mod04_cardbox img {
    margin: 0 auto !important;
    display: block;
}

.price_01 .container {
    margin-top: 0;
}

.price_02 h4,
.price_01 h4 {
    margin-top: 7%;
}

.price_02 h4:first-child,
.price_01 h4:first-child {
    margin-top: 0;
}

.price_02 .price_caption,
.price_01 .price_caption {
    margin-top: 10px;
    text-align: right;
}

.price_02 span.right_caption,
.price_01 span.right_caption {
    text-align: right;
    display: inline-block;
}

.price_c_box {
    color: #1b1b1b;
    border: 2px solid #877568;
    border-radius: 6px;
    padding: 1em;
    margin-bottom: 15px;
}

.price_c_box h3 {
    color: #236484;
}

.price_c_box h3:after {
    background-color: #236484;
}

.price_c_box .main_txt {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: #877568 solid 1px;
    margin-bottom: 0.8em;
}

.price_c_box .main_txt p {
    margin-right: auto;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.price_c_box .main_txt strong {
    width: 200px;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    color: #877568;
}

.price_c_box .main_txt strong span {
    color: #877568;
}

.price_c_box dl {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.price_c_box dl dt,
.price_c_box dl dd {
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.price_c_box dl dt {
    padding-right: 1.2em;
    width: 20%;
    position: relative;
}

.price_c_box dl dt::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background: #9b9b9b;
    top: 0;
    right: 2%;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
}

.price_c_box dl dd {
    width: 78%;
}

@media (max-width: 480px) {
    .price_c_box {
        padding: 0.5em;
    }

    .price_c_box .main_txt {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price_c_box .main_txt p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .price_c_box .main_txt strong {
        width: 100%;
        padding: 0 0.5em;
    }

    .price_c_box dl {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price_c_box dl dt,
    .price_c_box dl dd {
        margin-bottom: 0;
        padding: 0;
    }

    .price_c_box dl dt {
        width: 100%;
        padding: 0.3em 0;
    }

    .price_c_box dl dt::after {
        display: none;
    }

    .price_c_box dl dd {
        width: 100%;
        margin-bottom: 10px;
    }

    .price_c_box dl dd:last-of-type {
        margin-bottom: 0;
    }
}

.dk_price {
    text-align: left !important;
}

.points_container {
    position: relative;
    padding-top: 100%;
    margin-bottom: -7%;
}

@media (max-width: 1024px) {
    .points_container {
        padding-top: 0;
        text-align: center;
    }
}

.points_container>div {
    margin: auto;
    position: absolute;
    width: 310px;
    height: 310px;
}

.points_container>div img {
    width: auto;
}

@media (max-width: 1024px) {
    .points_container>div img.pc_point {
        display: none;
    }
}

@media (min-width: 1024px) {
    .points_container>div img.sp_point {
        display: none;
    }
}

@media (max-width: 1024px) {
    .points_container>div {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 4%;
    }
}

.points_container .point_title {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.points_container .point01 {
    top: 1%;
    left: 0;
    right: 0;
}

.points_container .point02 {
    top: 26%;
    right: 2%;
}

.points_container .point03 {
    right: 15%;
    bottom: 7%;
}

.points_container .point04 {
    left: 15%;
    bottom: 7%;
}

.points_container .point05 {
    top: 26%;
    left: 2%;
}

.points_mod02 .mb0,
.points_mod03 .mb0 {
    margin-bottom: 0;
}

.points_mod02 .mt10,
.points_mod03 .mt10 {
    margin-top: 15px !important;
    padding-top: 0px !important;
}

@media (max-width: 768px) {

    .points_mod02 .mt10,
    .points_mod03 .mt10 {
        margin-top: 0;
    }
}

.points_mod04>.container>div {
    margin: 0 auto;
    padding: 0;
}

.point_mod04_cardbox img {
    margin: 0 auto !important;
    display: block;
}

.recruit_day .row {
    margin-bottom: 2%;
}

.recruit_day .row:first-of-type {
    background: none;
    padding-bottom: 0;
}

.recruit_day .row.arw {
    position: relative;
    padding-bottom: 80px;
    background: url("/wp-content/uploads/arrow_down.svg") no-repeat center bottom;
    background-size: 60px auto;
}

.recruit_day .row:last-of-type.arw {
    padding-bottom: 0;
    background: none;
}

.recruit_day .row img {
    padding: 3px;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit_day .row .col>.row {
    margin-top: 2%;
}

.recruit_day .row .col figure a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.container.gutters.nmrow.recruit_day {
    margin-top: 0;
}

.container.gutters.nmrow.recruit_day .row {
    margin-bottom: 0;
}

.reservation_btn ul li a {
    line-height: 1.2em;
}

.reservation_btn ul li a .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 600px) {
    .reservation_btn ul li a {
        min-height: 40px;
        padding: 0.3em 0.5em !important;
    }
}

.tel-number {
    display: block;
    font-weight: bold;
}

@media (min-width: 768px) {
    .tel-number {
        margin-bottom: 0;
    }
}

.reserve_ul {
    margin: 7px 4px;
    padding: 0;
    width: 120px;
    list-style: inside;
}

.reserve_ul li {
    color: #505050;
}

#reservation_area2 {
    background: rgba(35, 40, 30, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20002;
    vertical-align: baseline;
}

#reservation_area2 ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    list-style: none;
    width: 100%;
    max-width: 980px;
}

@media (max-width: 768px) {
    #reservation_area2 ul {
        padding: 5px;
    }
}

#reservation_area2 ul li {
    margin: 0 5% 0 0;
    border-radius: 3px;
    width: 100%;
    position: relative;
}

#reservation_area2 ul li:last-child {
    margin: 0;
}

#reservation_area2 ul li a {
    text-decoration: none;
    text-align: center;
    background: #553f36;
    color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 3px;
    line-height: 1.3em;
    height: 100%;
}

@media (max-width: 368px) {
    #reservation_area2 ul li a {
        font-size: 4.1vw;
    }
}

#reservation_area2 ul li.mobile_tel_btn a {
    display: grid;
    font-size: 16px;
}

#reservation_area2 ul li.mobile_tel_btn a span {
    font-size: 10px;
}

#reservation_area2 ul li.mobile_tel_btn a::after {
    text-align: center;
    color: #553f36;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: none;
    content: "";
    display: inline-block;
    padding: 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 57%;
    right: 10px;
    left: unset;
    vertical-align: middle;
    margin: -22.5px 0 0;
    line-height: 1.3em;
}

@media (max-width: 768px) {
    #reservation_area2 ul li.mobile_tel_btn a::after {
        content: "";
        width: 0;
        height: 0;
        padding: 0;
    }
}

@media (max-width: 480px) {
    #reservation_area2 ul li.mobile_tel_btn a {
        pointer-events: auto;
    }
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.lead {
    color: #877568;
    font-size: 20px;
    font-size: 2rem;
}

.text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
}

.text-xlarge {
    font-size: 20px;
    font-size: 2rem;
}

.text-large {
    font-size: 16px;
    font-size: 1.6rem;
}

.text-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.text-xsmall {
    font-size: 10px;
    font-size: 1rem;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: #f00 !important;
}

.text-primary {
    color: #877568 !important;
}

@media (max-width: 767px) {

    .sp-hide,
    .pc-only,
    .tablet-only {
        display: none !important;
    }

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

    .sp-text-left {
        text-align: left;
    }

    .sp-text-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .text-xxlarge {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .text-xlarge {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .text-large {
        font-size: 20px;
        font-size: 2rem;
    }

    .text-small {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .text-xsmall {
        font-size: 10px;
        font-size: 1rem;
    }

    .pc-hide,
    .sp-only {
        display: none !important;
    }

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

    .pc-text-left {
        text-align: left;
    }

    .pc-text-right {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tablet-hide {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .tablet-only {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .sp-hide02,
    .pc-only02,
    .tablet-only02 {
        display: none !important;
    }
}

@media (min-width: 769px) {

    .pc-hide02,
    .sp-only02 {
        display: none !important;
    }
}

@media (max-width: 639px) {

    .sp-hide03,
    .pc-only03,
    .tablet-only03 {
        display: none !important;
    }
}

@media (min-width: 640px) {

    .pc-hide03,
    .sp-only03 {
        display: none !important;
    }
}

.arial {
    font-family: "Arial", arial !important;
}

.arial_n {
    font-family: "Arial Narrow", arial !important;
}

.color_pri {
    color: #877568;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
    color: #fff;
}

.inverse h2:after {
    background: #fff;
}

.inverse h2 small,
.inverse h2 span {
    color: #fff;
}

/* SCSS SMACSS BEM */
/* Tools */
/* media quary */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

.text-align-right {
    text-align: right;
}

.display-block {
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
    display: none !important;
}

@media (max-width: 768px) {
    .sp-only {
        display: block !important;
    }
}

.sp-only-2 {
    display: none !important;
}

@media (max-width: 768px) {
    .sp-only-2 {
        display: inline-block !important;
    }
}

.sp-only-3 {
    display: none !important;
}

@media (max-width: 768px) {
    .sp-only-3 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.pc-only {
    display: block !important;
}

@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}

.pc-only-2 {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .pc-only-2 {
        display: none !important;
    }
}

.pc-only-3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (max-width: 768px) {
    .pc-only-3 {
        display: none !important;
    }
}

/* font
-------------------------------*/
.bold {
    font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
html {
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.625;
    color: #211a19;
}

@media (max-width: 768px) {
    body {
        padding-top: 65px;
    }
}

@media (max-width: 768px) {
    body.home {
        font-size: 14px;
        font-size: 1.4em;
        line-height: 1.64286;
    }
}

@media (max-width: 767px) {
    body.under_ {
        font-size: 14px;
        font-size: 1.4em;
        line-height: 1.64286;
    }
}

a {
    text-decoration: none;
}

img {
    display: block;
}

p {
    margin: 20px 0 0 0;
}

@media (max-width: 767px) {
    p {
        margin-top: 15px;
    }
}

p:first-child {
    margin-top: 0;
}

/* Layout */
.l-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-wrapper {
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Module */
.table-wrapper {
    width: 100%;
}

.table-note {
    margin: .5em 0 0 0;
    font-size: 1.4rem;
    line-height: 1.42857;
}

@media (max-width: 768px) {
    .table-note {
        font-size: 1.2rem;
        line-height: 1.66667;
    }
}

.ulist {
    list-style: disc;
    margin-left: 1.5em;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide div {
    height: 532px;
}

@media (max-width: 768px) {
    .slick-slide div {
        height: auto;
        margin-top: -4px;
    }
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 29px;
    width: auto;
}

@media (max-width: 768px) {
    .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        bottom: -26px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        z-index: 10;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
}

.slick-dots li+li {
    margin-left: 19px;
}

@media (max-width: 768px) {
    .slick-dots li+li {
        margin-left: 10px;
    }
}

.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    display: block;
    height: 20px;
    width: 20px;
    color: transparent;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #c9c9c9;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: .5;
}

.slick-dots li.slick-active button {
    background: #606060;
}

/* header */
.header {
    position: relative;
    background: url(/wp-content/uploads/c_bg.jpg) no-repeat left 0px;
    background-size: contain;
    z-index: 1000;
}

@media (max-width: 768px) {
    .header {
        height: auto;
        padding-top: 0;
        background: none;
    }
}

.header.header__vertical {
    background-position: left 50px;
}

.under_head {
    background: none !important;
}

.header__bg {
    max-height: 653px;
    height: calc(653/1300*100vw);
    background-image: linear-gradient(103deg, rgba(255, 161, 86, 0.7) 0%, rgba(250, 229, 150, 0.75) calc(50% - 130px), #ede6d1 calc(50% - 130px), #ede6d1 100%);
    background-size: calc(100%) calc(100%);
    top: 0;
}

@media (max-width: 768px) {
    .header__bg {
        background: none;
        max-height: none;
        height: auto;
        padding-top: 0;
    }
}

@media (min-width: 769px) {
    .header__vertical .header__bg {
        max-height: 703px;
        height: calc(703/1300*100vw);
    }
}

.header__wrap {
    background: #ffffff;
}

@media (max-width: 768px) {
    .header__wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        z-index: 10000;
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .header__inner {
        padding: 0;
        min-height: 65px;
    }
}

.under_ .header__vertical .header__inner {
    padding: 30px 20px;
}

@media (max-width: 768px) {
    .under_ .header__vertical .header__inner {
        padding: 0;
    }
}

.header__head {
    width: auto;
    max-width: 300px;
    background: #fff;
}

@media (max-width: 768px) {
    .header__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto 10px;
        height: 100%;
    }
}

.header__head a {
    display: block;
}

.header__vertical .header__head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    width: auto;
    z-index: 1;
}

@media (max-width: 768px) {
    .header__vertical .header__head a {
        position: relative;
        margin: 0;
        padding: 0;
        height: auto;
        min-height: 44px;
    }
}

.header__vertical .header__head a span {
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1;
}

@media (min-width: 769px) {
    .header__vertical .header__head a span {
        display: none;
    }
}

.header__vertical .header__head a img {
    width: auto;
    max-height: 44px;
}

@media (min-width: 769px) {
    .header__vertical .header__head a img {
        max-height: 100px;
    }
}

.header__head a:hover {
    opacity: .5;
}

.header__head img {
    width: 100%;
}

.header__title {
    position: absolute;
    top: 2px;
    font-size: 1.4rem;
}

.header__nav {
    margin-left: auto;
}

@media (max-width: 768px) {
    .header__nav {
        display: none;
    }
}

.header__vertical .header__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    max-width: 1920px;
}

.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin: 0 0 0 43px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

@media screen and (max-width: 1008px) {
    .header__btn {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 768px) {
    .header__btn {
        margin: 0 0 0 auto;
        padding: 15px;
        -webkit-transform: none;
        transform: none;
        height: auto;
    }
}

.header__btn:hover {
    opacity: .5;
}

.header__btn__icon {
    position: relative;
    width: 36px;
    height: 2px;
    background: #211a19;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .header__btn__icon {
        width: 28px;
    }
}

.header__btn__icon::before,
.header__btn__icon::after {
    content: '';
    position: absolute;
    height: 2px;
    right: 0;
    background: #211a19;
}

.header__btn__icon::before {
    width: 32px;
    bottom: 10px;
}

@media (max-width: 768px) {
    .header__btn__icon::before {
        width: 26px;
        bottom: 8px;
    }
}

.header__btn__icon::after {
    width: 39px;
    top: 10px;
}

@media (max-width: 768px) {
    .header__btn__icon::after {
        width: 30px;
        top: 8px;
    }
}

.header__btn__txt {
    margin-left: 14px;
    font-size: 1.8rem;
    color: #211a19;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
    .header__btn__txt {
        font-size: 1.4rem;
    }
}

/* nav */
.nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 10000;
}

.nav__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.nav__wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 25px;
    width: 344px;
    height: 100vh;
    padding-bottom: 30px;
    overflow: auto;
    background: rgb(124, 103, 86);
}

@media (max-width: 768px) {
    .nav__wrap {
        width: 100%;
        height: 100vh;
        padding-bottom: 70px;
        overflow-y: scroll;
    }
}

.nav__btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 20px 0 auto;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav__btn {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        margin: 0;
    }
}

.nav__btn:hover {
    opacity: .5;
}

.nav__btn::before,
.nav__btn::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.nav__btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav__items {
    margin: auto;
}

@media (max-width: 768px) {
    .nav__items {
        margin-top: 0;
        padding-top: 30px;
    }
}

.nav__items ul {
    list-style: none;
    padding: 0;
}

.nav__items ul li a {
    display: block;
    border-bottom: #fff 1px solid;
    padding: 15px 30px;
    font-size: 2rem;
    color: #fff;
}

@media (max-width: 768px) {
    .nav__items ul li a {
        padding: 15px 20px;
    }
}

@media (min-width: 769px) {
    .nav__items ul li a:hover {
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=percentage(70))";
        zoom: 1;
    }
}

.nav__items ul ul li a {
    border-bottom: 1px dotted #fff;
    text-indent: 1em;
}

.nav__items .nav__toggle {
    position: relative;
}

.nav__items .nav__toggle .toggle__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 5px 0;
    border-left: 1px solid #ffffff;
    width: 54px;
    height: calc(100% - 10px);
    cursor: pointer;
}

.nav__items .nav__toggle .toggle__btn:before {
    content: "";
    display: block;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav__items .nav__toggle .toggle__btn.is-active:before {
    margin-top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__items .nav__toggle-body {
    margin-top: 0;
    display: none;
}

.nav__items .nav__toggle-body.is-active {
    display: block;
}

/* Main Visual */
.mv {
    position: relative;
    max-width: 1300px;
    max-height: 653px;
    height: calc(653/1300*100vw);
    margin: 0 auto 0;
}

@media (max-width: 768px) {
    .mv {
        width: 100%;
        max-height: none;
        height: auto;
        margin-top: 0;
    }
}

.mv__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    color: #7a684e;
    letter-spacing: 2px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.65;
}

@media (max-width: 768px) {
    .mv__bg {
        position: absolute;
        width: 42%;
        height: calc(100% - 7px);
        top: 0;
        left: 0;
        background: url(/wp-content/uploads/sp-main-color.png) no-repeat top/cover;
        z-index: 1;
    }
}

.mv__head_copy {
    font-family: 'Noto Serif JP', serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: calc(28/1300*100vw);
    line-height: 1.28571;
    color: #553f36;
    text-indent: -1em;
    width: auto;
}

@media (min-width: 1300px) {
    .mv__head_copy {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .mv__head_copy {
        font-size: 4.0vw;
        height: 500px;
    }
}

.mv__head_sp_copy {
    font-family: 'Noto Serif JP', serif;
    color: #7a684e;
    font-size: 4vw;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mv__head_sp_copy .mv__tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mv__head {
    width: 140px;
    padding: 0;
    top: calc(90/1300*70vw);
    bottom: 0;
    left: 100px;
    position: absolute;
}

@media (min-width: 1300px) {
    .mv__head {
        top: 90px;
    }
}

@media (max-width: 768px) {
    .mv__head {
        position: absolute;
        width: 2vw;
        top: 9%;
        left: 7%;
        padding: 0;
        z-index: 1;
    }
}

.mv__head img {
    width: 100%;
}

.mv__item {
    position: absolute;
    max-width: 871px;
    width: calc(871/1300*100vw);
    height: auto;
    bottom: 40px;
    left: calc(338/1300*100vw);
}

@media (max-width: 768px) {
    .mv__item {
        position: inherit;
        max-width: none;
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1300px) {
    .mv__item {
        left: 338px;
    }
}

.mv__item img {
    width: 100%;
}

.mv__info {
    position: absolute;
    width: 430px;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .mv__info {
        width: 100%;
        padding: 10px 3%;
        bottom: 7px;
        left: 0;
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }
}

.mv__heading {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
    color: #7a684e;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .9px;
    text-align: right;
}

@media (max-width: 768px) {
    .mv__heading {
        font-size: 1.4rem;
        line-height: 1.64286;
        letter-spacing: 0;
    }
}

.mv__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 4px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: right;
}

@media (max-width: 768px) {
    .mv__tel {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 0;
    }
}

.mv__tel>a {
    color: #7a684e;
}

.mv__tel::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 24px;
    margin-right: 6px;
    background: url(/wp-content/uploads/main-tel-icon.png) no-repeat center/contain;
}

@media (max-width: 768px) {
    .mv__tel::before {
        height: 20px;
    }
}

/* top-anchor */
.top-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-anchor__item+.top-anchor__item::before {
    content: '/';
    margin: 0 8px;
}

.top-anchor__item a {
    color: #211a19;
}

.top-anchor__item a:hover {
    opacity: .5;
}

/* footer */
.footer-info_wrapper {
    position: relative;
    padding: 60px 0;
    background: url(/wp-content/uploads/f_bg.jpg) no-repeat top/cover;
}

@media (max-width: 768px) {
    .footer-info_wrapper {
        padding: 30px 15px;
    }
}

.footer-info_wrapper::before {
    content: '';
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(129, 93, 41, 0.71);
    top: 0;
    left: 0;
    z-index: 0;
}

.footer-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
}

@media (max-width: 768px) {
    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
    padding-right: 15px;
    width: 50%;
}

@media (max-width: 768px) {
    .footer-info__head {
        margin-top: 0;
        padding-right: 0;
        max-width: 300px;
        width: auto;
    }
}

.footer-info__data {
    padding-left: 15px;
    width: 50%;
}

@media (max-width: 768px) {
    .footer-info__data {
        margin-top: 20px;
        padding-left: 0;
        width: auto;
    }
}

.footer-info__address,
.footer-info__tel,
.footer-info__fax {
    margin: 0;
    color: #fff;
}

.footer-info__address a,
.footer-info__tel a,
.footer-info__fax a {
    color: #fff;
}

.footer__copy {
    margin: 0;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    background: #464035;
}

@media (max-width: 768px) {
    .footer__copy {
        padding: 15px 3%;
        font-size: 1.2rem;
        line-height: 1.66667;
    }
}

/* heading */
.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.heading-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home .heading-1 {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .home .heading-1 {
        padding: 30px 0;
    }
}

.under_ .heading-1 {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .under_ .heading-1 {
        padding: 30px 0;
    }
}

.heading-1__en {
    position: relative;
    font-size: 2rem;
    line-height: 2.5;
    font-weight: bold;
    color: #bd8e65;
    letter-spacing: 1px;
    text-indent: 1px;
}

@media (max-width: 768px) {
    .home .heading-1__en {
        font-size: 1.8rem;
        line-height: 2;
    }
}

@media (max-width: 767px) {
    .under_ .heading-1__en {
        font-size: 1.8rem;
        line-height: 2;
    }
}

.heading-1__en::after {
    content: '';
    position: absolute;
    width: 96%;
    height: 3px;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #877568;
}

@media (max-width: 768px) {
    .home .heading-1__en::after {
        height: 2px;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .under_ .heading-1__en::after {
        height: 2px;
        bottom: 0;
    }
}

.heading-1__jp {
    margin-top: 9px;
    font-size: 2.8rem;
    line-height: 1.28571;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
    .home .heading-1__jp {
        font-size: 2rem;
        line-height: 1.65;
    }
}

@media (max-width: 767px) {
    .under_ .heading-1__jp {
        font-size: 2rem;
        line-height: 1.65;
    }
}

/* btn */
.btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    padding: 17px 0;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-image: linear-gradient(110deg, #553f36 0%, #553f36 50%, #877568 50%, #877568 100%);
}

@media (max-width: 768px) {
    .btn-1 {
        margin: 0 auto;
    }
}

.btn-1:hover {
    opacity: .7;
}

.btn-1--staff {
    margin: 60px 10px 0 auto;
}

@media (max-width: 768px) {
    .btn-1--staff {
        margin: 30px auto 0;
    }
}

.btn-1-wrapper {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .btn-1-wrapper {
        margin-top: 30px;
    }
}

.btn-1--clinic {
    margin: 60px auto 0;
    text-align: center;
}

@media (max-width: 768px) {
    .btn-1--clinic {
        margin-top: 30px;
    }
}

.btn-1--diagnosis {
    margin: 60px auto 0;
    text-align: center;
}

@media (max-width: 768px) {
    .btn-1--diagnosis {
        margin-top: 30px;
    }
}

.btn-1--center {
    margin: 0 auto;
}

/* top select */
.select {
    padding: 0 0 60px 0;
    background-color: #FFF;
}

@media (max-width: 768px) {
    .select {
        padding-bottom: 30px;
    }
}

.select__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .select__items {
        display: block;
        padding: 0;
    }
}

.select__items:nth-of-type(n+2) {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .select__items:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.select__items--even {
    padding: 0;
}

.select__item {
    padding: 0 15px;
    width: calc(100%/3);
}

@media (max-width: 768px) {
    .select__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .select__item:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .select__item span {
        width: 50%;
        margin-right: 7.5px;
    }
}

.select__items .select__item span.select__item--bg-1 {
    background: url("/wp-content/uploads/select1.jpg");
    background-position: center 14px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .select__items .select__item span.select__item--bg-1 {
        background-position: center calc(18/768 * 100vw);
    }
}

@media (max-width: 1024px) {
    .select__items .select__item span.select__item--bg-1 {
        background-position: center calc(14/1000 * 100vw);
    }
}

.select__items .select__item span.select__item--bg-2 {
    background: url("/wp-content/uploads/select2.jpg");
    background-position: center 14px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .select__items .select__item span.select__item--bg-2 {
        background-position: center calc(18/768 * 100vw);
    }
}

@media (max-width: 1024px) {
    .select__items .select__item span.select__item--bg-2 {
        background-position: center calc(14/1000 * 100vw);
    }
}

.select__items .select__item span.select__item--bg-3 {
    background: url("/wp-content/uploads/select3.jpg");
    background-position: center 14px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .select__items .select__item span.select__item--bg-3 {
        background-position: center calc(18/768 * 100vw);
    }
}

@media (max-width: 1024px) {
    .select__items .select__item span.select__item--bg-3 {
        background-position: center calc(14/1000 * 100vw);
    }
}

.select__items .select__item span.select__item--bg-4 {
    background: url("/wp-content/uploads/select4.jpg");
    background-position: center 14px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .select__items .select__item span.select__item--bg-4 {
        background-position: center calc(18/768 * 100vw);
    }
}

@media (max-width: 1024px) {
    .select__items .select__item span.select__item--bg-4 {
        background-position: center calc(14/1000 * 100vw);
    }
}

.select__items .select__item span.select__item--bg-5 {
    background: url("/wp-content/uploads/select5.jpg");
    background-position: center 14px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .select__items .select__item span.select__item--bg-5 {
        background-position: center calc(18/768 * 100vw);
    }
}

@media (max-width: 1024px) {
    .select__items .select__item span.select__item--bg-5 {
        background-position: center calc(14/1000 * 100vw);
    }
}

.select__item img {
    width: 100%;
}

.select__item figcaption {
    width: 255px;
    margin: 7px auto 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

@media (max-width: 768px) {
    .select__item figcaption {
        width: 50%;
        padding: 0 0 0 7.5px;
    }
}

/* top staff */
.top-staff {
    padding: 0 0 60px;
}

@media (max-width: 768px) {
    .top-staff {
        padding-bottom: 30px;
    }
}

.top-staff__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .top-staff__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-right: 0;
    }
}

.top-staff__item {
    width: 435px;
    padding-left: 30px;
    padding-top: 6px;
}

@media (max-width: 768px) {
    .top-staff__item {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        margin-top: 20px;
    }
}

.top-staff__heading {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #419ecc;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .top-staff__heading {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.top-staff__box {
    background: url("/wp-content/uploads/staff-photo.jpg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-staff__image {
    max-width: 513px;
    min-height: 0%;
}

@media (max-width: 768px) {
    .top-staff__image {
        width: 100%;
        margin: 0 auto;
    }
}

.top-staff__image img {
    width: 100%;
}

/* top medical */
.top-medical {
    padding: 0 0 60px;
    background: url(/wp-content/uploads/medical-guide-bg.png) no-repeat center/cover;
}

@media (max-width: 768px) {
    .top-medical {
        padding-bottom: 30px;
        background: url(/wp-content/uploads/sp-medical-guide-bg.png) no-repeat center/cover;
    }
}

.top-medical__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .top-medical__items {
        display: block;
        padding: 0;
    }
}

.top-medical__items:nth-of-type(n+2) {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .top-medical__items:nth-of-type(n+2) {
        padding-bottom: 20px;
    }
}

.top-medical__item {
    width: 210px;
}

@media (max-width: 768px) {
    .top-medical__item {
        width: 100%;
    }

    .top-medical__item:nth-child(n+2) {
        margin-top: 20px;
    }
}

.top-medical__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.33333;
    color: #fff;
    position: relative;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .top-medical__heading {
        width: 230px;
        height: 230px;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.top-medical__heading span {
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-medical__heading::before {
    content: '';
    background: rgba(31, 143, 199, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.top-medical__heading--1 {
    background: url("/wp-content/uploads/td_01.jpg") no-repeat center/cover;
}

.top-medical__heading--2 {
    background: url("/wp-content/uploads/td_02.jpg") no-repeat center/cover;
}

.top-medical__heading--3 {
    background: url("/wp-content/uploads/td_03.jpg") no-repeat center/cover;
}

.top-medical__heading--4 {
    background: url("/wp-content/uploads/td_04.jpg") no-repeat center/cover;
}

.top-medical__txt {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    color: #4b4b4b;
}

@media (max-width: 768px) {
    .top-medical__txt {
        width: auto;
        margin-top: 10px;
        text-align: center;
    }
}

/* top clinic */
/* top access */
/* top interview */
.top-interview {
    padding: 0 0 60px;
}

@media (max-width: 768px) {
    .top-interview {
        padding-bottom: 30px;
        background: #f8f8f8;
    }
}

.top-interview__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .top-interview__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

    .top-interview__items:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.top-interview__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 424px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .top-interview__item {
        margin-left: 0;
        padding: 20px 0 0;
        min-width: 0;
    }
}

.top-interview__heading {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #419ecc;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
    .top-interview__heading {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-bottom: 5px;
    }
}

.top-interview__txt {
    color: #4b4b4b;
}

@media (max-width: 768px) {
    .top-interview__txt {
        margin-top: 20px;
    }
}

.top-interview__txt+a.btn-1--center {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .top-interview__txt+a.btn-1--center {
        margin-top: 30px;
    }
}

.top-interview__image {
    width: 556px;
    min-height: 0%;
}

@media (max-width: 768px) {
    .top-interview__image {
        width: 100%;
    }
}

.top-interview__image img {
    width: 100%;
}

/* top faq */
.top-faq {
    padding: 0 0 60px;
    background: #e0ecf2;
}

@media (max-width: 768px) {
    .top-faq {
        padding-bottom: 30px;
    }
}

.top-faq__items+.top-faq__items {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .top-faq__items+.top-faq__items {
        margin-top: 15px;
    }
}

.top-faq__heading {
    position: relative;
    padding: 16px 55px 16px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    background: #419ecc;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media (max-width: 768px) {
    .top-faq__heading {
        font-size: 1.6rem;
        line-height: 1.625;
        padding: 35px 35px 10px 3%;
    }
}

.top-faq__heading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 0;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .top-faq__heading::after {
        right: 3%;
    }
}

.top-faq__heading::before {
    content: '';
    position: absolute;
    width: 0;
    height: 20px;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .top-faq__heading::before {
        right: calc(3% + 9px);
    }
}

.top-faq__heading.is-opened::before {
    display: none;
}

.top-faq__heading__icon {
    position: absolute;
    width: 2rem;
    top: 20px;
    left: 19px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 768px) {
    .top-faq__heading__icon {
        width: 1.6rem;
        top: 12px;
        left: 3%;
    }
}

.top-faq__heading__icon img {
    width: 100%;
}

.is-opened>.top-faq__heading__icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/q-icon-on.png) no-repeat center/cover;
}

.is-opened>.top-faq__heading__icon img {
    opacity: 0;
    visibility: hidden;
}

.top-faq__heading__main {
    padding-left: 38px;
}

@media (max-width: 768px) {
    .top-faq__heading__main {
        padding-left: 0;
    }
}

.top-faq__item {
    display: none;
    padding: 30px;
    background: #fff;
}

@media (max-width: 768px) {
    .top-faq__item {
        padding: 2%;
    }
}

.top-faq__item.is-opened {
    display: block;
}

.top-faq__answer {
    position: relative;
    padding: 30px;
    line-height: 2;
    color: #bd8e65;
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .top-faq__answer {
        padding: 35px 20px 20px;
        line-height: 1.7;
    }
}

.top-faq__answer__icon {
    position: absolute;
    width: 2rem;
    top: 38px;
    left: 30px;
}

@media (max-width: 768px) {
    .top-faq__answer__icon {
        width: 1.6rem;
        top: 12px;
        left: 20px;
    }
}

.top-faq__answer__icon img {
    width: 100%;
}

.top-faq__answer__main {
    display: block;
    padding-left: 50px;
}

@media (max-width: 768px) {
    .top-faq__answer__main {
        padding-left: 0;
    }
}

.top-faq a.btn-1--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-faq a.btn-1--center {
        margin-top: 30px;
    }
}

/* top price */
.top-price {
    padding: 0 0 60px;
    background-color: #FFF;
}

@media (max-width: 768px) {
    .top-price {
        padding-bottom: 30px;
    }
}

.top-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 0;
}

@media (max-width: 768px) {
    .top-price__items {
        display: block;
    }
}

.top-price__items:nth-of-type(n+2) {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .top-price__items:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.top-price__item {
    width: calc(100%/3);
    padding: 0 15px;
}

@media (max-width: 768px) {
    .top-price__item {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .top-price__item:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.top-price__heading-1 small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff;
    text-align: center;
    background: #553f36;
}

.top-price__heading-1 span {
    display: block;
    padding: 11px 5px;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    background: #877568;
}

.top-price__detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
}

.top-price__detail:last-of-type {
    border-bottom: 1px solid #c7c7c7;
}

.top-price__heading-2 {
    color: #bd8e65;
    text-align: center;
    background: #f4f4f4;
    font-weight: bold;
}

.top-price__txt {
    margin-top: 0;
    padding: 16px 0;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #bd8e65;
    text-align: center;
}

@media (max-width: 768px) {
    .top-price__txt {
        font-size: 2rem;
        line-height: 1.625;
    }
}

.top-price__txt--lisk {
    padding: 12px 0;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
}

@media (max-width: 768px) {
    .top-price__txt--lisk {
        font-size: 1.4rem;
        line-height: 1.64286;
    }
}

.top-price a.btn-1--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-price a.btn-1--center {
        margin-top: 30px;
    }
}

/* top recruit */
.top-recruit {
    height: auto;
    padding: 0 0 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000 url(/wp-content/uploads/recruit-bg.png) no-repeat center/cover;
}

@media (max-width: 768px) {
    .top-recruit {
        padding: 0 0 30px 0;
        background: url(/wp-content/uploads/sp-recruit-bg.png) no-repeat center/cover;
    }
}

.top-recruit__items {
    position: relative;
    margin: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .top-recruit__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.top-recruit__items:nth-child(n+2) {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .top-recruit__items:nth-child(n+2) {
        margin-top: 15px;
    }
}

.top-recruit_left_box {
    display: block;
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .top-recruit_left_box {
        width: 100%;
    }
}

.top-recruit__item {
    background: #fff;
    width: 50%;
    height: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .top-recruit__item {
        margin: 0 auto;
        margin-top: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
}

.top-recruit__heading {
    font-size: 2rem;
    line-height: 1.4;
    color: #877568;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
    .top-recruit__heading {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.top-recruit__txt {
    color: #000;
}

@media (max-width: 768px) {
    .top-recruit__txt {
        margin-top: 20px;
    }
}

.top-recruit__image {
    position: relative;
    width: 100%;
    min-height: 0%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .top-recruit__image {
        position: inherit;
        margin-left: 0;
    }
}

.top-recruit__image img {
    width: 100%;
}

.top-recruit a.btn-1--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-recruit a.btn-1--center {
        margin-top: 30px;
    }
}

/* top notice */
.top-notice {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #FFF;
}

@media (max-width: 768px) {
    .top-notice {
        padding-top: 0;
    }
}

.top-notice__items {
    border-bottom: 1px solid #c7c7c7;
}

.top-notice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 0;
    border-top: 1px solid #c7c7c7;
}

@media (max-width: 768px) {
    .top-notice__item {
        padding: 15px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.top-notice__item time {
    padding-left: .4em;
    width: 7em;
    color: #877568;
}

.top-notice__item a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4b4b4b;
}

@media (max-width: 768px) {
    .top-notice__item a {
        width: calc(100% - 6em);
    }
}

.top-notice__item a:hover {
    text-decoration: underline;
    opacity: .7;
}

.calendar {
    background-color: #FFF;
}

/* State */
/* Theme */

.bg_a {
    background: rgba(255, 255, 255, 0.65);
    padding: 25px;
}

.title_a {
    color: #f87c13;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 25px;
}

.bg_st {
    background: #877568;
    /* margin-right: 15px; */
    color: #fff;
    padding: 4px;
    font-size: 18px;
    border-radius: 3px;
}

.title_b {
    color: #877568;
    font-size: 18px;
}

.title_c {
    color: #3b629c;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 25px;
}

.irregular_a_box {
  color: #1b1b1b;
  border: 1px solid #877568;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 15px;
}

.irregular_a_box h3 {
  color: #236484;
}

.irregular_a_box h3:after {
  background-color: #236484;
}

.irregular_a_box .main_txt {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: #877568 solid 1px;
  margin-bottom: 0.8em;
}

.irregular_a_box .main_txt p {
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.irregular_a_box .main_txt strong {
  width: 200px;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  color: #877568;
}

.irregular_a_box .main_txt strong span {
  color: #877568;
}

.irregular_a_box dl {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.irregular_a_box dl dt, .irregular_a_box dl dd {
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.irregular_a_box dl dt {
  padding-right: 1.2em;
  width: 20%;
  position: relative;
}

.irregular_a_box dl dt::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: #9b9b9b;
  top: 0;
  right: 2%;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
}

.irregular_a_box dl dd {
  width: 78%;
}

@media (max-width: 480px) {
  .irregular_a_box {
    padding: 0.5em;
  }
  .irregular_a_box .main_txt {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .irregular_a_box .main_txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .irregular_a_box .main_txt strong {
    width: 100%;
    padding: 0 0.5em;
  }
  .irregular_a_box dl {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .irregular_a_box dl dt, .irregular_a_box dl dd {
    margin-bottom: 0;
    padding: 0;
  }
  .irregular_a_box dl dt {
    width: 100%;
    padding: 0.3em 0;
  }
  .irregular_a_box dl dt::after {
    display: none;
  }
  .irregular_a_box dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .irregular_a_box dl dd:last-of-type {
    margin-bottom: 0;
  }
}

.btn-1-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 255px;
    padding: 17px 0;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-image: linear-gradient(110deg, #553f36 0%, #553f36 50%, #877568 50%, #877568 100%);
}

@media (max-width: 768px) {
    .btn-1-a {
        margin: 0 auto;
    }
}

.btn-1-a:hover {
    opacity: .7;
}

.btn-1-a--staff {
    margin: 60px 10px 0 auto;
}

@media (max-width: 768px) {
    .btn-1-a--staff {
        margin: 30px auto 0;
    }
}

.btn-1-a-wrapper {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .btn-1-a-wrapper {
        margin-top: 30px;
    }
}

.btn-1-a--clinic {
    margin: 60px auto 0;
    text-align: center;
}

@media (max-width: 768px) {
    .btn-1-a--clinic {
        margin-top: 30px;
    }
}

.btn-1-a--diagnosis {
    margin: 60px auto 0;
    text-align: center;
}

@media (max-width: 768px) {
    .btn-1-a--diagnosis {
        margin-top: 30px;
    }
}

.btn-1-a--center {
    margin: 0 auto;
}

.top-interview__txt+a.btn-1-a--center {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .top-interview__txt+a.btn-1-a--center {
        margin-top: 30px;
    }
}

.top-faq a.btn-1-a--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-faq a.btn-1-a--center {
        margin-top: 30px;
    }
}

.top-price a.btn-1-a--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-price a.btn-1-a--center {
        margin-top: 30px;
    }
}

.top-recruit a.btn-1-a--center {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .top-recruit a.btn-1-a--center {
        margin-top: 30px;
    }
}

/*# sourceMappingURL=main.css.map */