@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

@media screen and (max-width: 540px) {
    html {
        font-size: 55.5%;
    }
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "M PLUS 1", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "M PLUS 1", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    line-height: 1.9;
}

body {
    font-size: 1.6rem;
    font-weight: 500;
    color: #4e4444;
    line-height: 1.9;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    background-size: 50px;
}

main {
    overflow-x: clip;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #731221;
}

::selection {
    color: #fff;
    background-color: #731221;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 min(5%, 30px);
    z-index: 1000;
}

@media screen and (max-width: 1280px) {
    .header {
        padding: 0 0;
    }
}

.header_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
    height: 80px;
    max-width: 1480px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    padding: 0 min(5%, 15px);
}

@media screen and (max-width: 1280px) {
    .header_inner {
        height: 70px;
        border-radius: 0;
    }
}

.header_name {
    padding: 10px 5px 0;
    width: 160px;
    position: relative;
    z-index: 1;
    margin-bottom: -33.5px;
}

@media screen and (max-width: 1280px) {
    .header_name {
        margin-inline: auto;
        width: 140px;
        padding: 5px 5px 0;
        margin-bottom: -30px;
    }
}

@media screen and (max-width: 540px) {
    .header_name {
        width: 120px;
        margin-bottom: -20px;
    }
}

.header_name_bg {
    position: absolute;
    width: 200%;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    .header_name_bg {
        bottom: -18px;
    }
}

@media screen and (max-width: 540px) {
    .header_name_bg {
        width: 150%;
        bottom: -13px;
    }
}

.header_content {
    width: calc(100% / 2 - 115px);
    position: relative;
    z-index: 100;
}

.header_content.-left {
    padding-right: 2%;
}

.header_content.-right {
    padding-left: 2%;
}

@media screen and (max-width: 1280px) {
    .header_content {
        display: none;
    }
}

@media screen and (max-width: 1124px) {
    .header_content .nav {
        display: none;
    }
}

.header_content .nav_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header_content .nav_list {
    width: calc(100% / 4);
    text-align: center;
    position: relative;
}

.header_content .nav_link {
    text-align: center;
    display: block;
    padding: 25px 7.5px 30px;
    position: relative;
}

.header_content .nav_link::after {
    position: absolute;
    bottom: 22.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #701523;
    width: 50px;
    height: 2px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: width;
    transition-property: width;
    content: "";
}

.header_content .nav_link:hover {
    color: #701523;
}

.header_content .nav_link:hover::after {
    width: 70px;
}

.header_content .nav_list {
    position: relative;
}

.header_content .nav_list .pulldown {
    display: none;
}

.header_content .nav_list .pulldown_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: -10%;
    top: 70px;
    border-radius: 0 0 10px 10px;
    padding: 0px 10px;
    background-color: #fff;
    width: 1024px;
}

.header_content .nav_list .pulldown_list {
    width: calc(100% / 3);
}

.header_content .nav_list .pulldown_link {
    padding: 30px 15px;
    display: block;
    position: relative;
    line-height: 1.6;
}

.header_content .nav_list .pulldown_link::after {
    position: absolute;
    bottom: 22.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #701523;
    width: 50px;
    height: 2px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: width;
    transition-property: width;
    content: "";
}

.header_content .nav_list .pulldown_link:hover {
    color: #701523;
}

.header_content .nav_list .pulldown_link:hover::after {
    width: 70px;
}

.header_content .nav_list .pulldown_link:hover .pulldown_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

.header_content .nav_list .pulldown_link span {
    display: block;
    margin-top: 7.5px;
}

.header_content .nav_list .pulldown_img {
    overflow: hidden;
    border-radius: 10px;
    background-color: #701523;
}

.header_content .nav_list .pulldown_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 840px) {
    .header_content .nav_list .pulldown_img img {
        height: 27.5vw;
    }
}

.no_scroll {
    overflow: hidden;
}

@media screen and (min-width: 1281px) {
    .header_mb {
        display: none;
    }
}

.header_mb_btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    line-height: 0;
    padding: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.header_mb_btn span {
    position: absolute;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #701523;
}

.header_mb_btn span:nth-child(1) {
    top: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.header_mb_btn span:nth-child(2) {
    top: 35%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.header_mb_btn span:nth-child(3) {
    bottom: 6px;
    height: 0;
    left: 14px;
}

.header_mb_btn span:nth-child(3)::before {
    content: "MENU";
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    color: #701523;
    -webkit-transform: none;
    transform: none;
}

.header_mb_btn.on span {
    background-color: #701523;
}

.header_mb_btn.on span:nth-child(1) {
    top: 20%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_mb_btn.on span:nth-child(2) {
    top: 20%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_mb_btn.on span:nth-child(3) {
    bottom: 6px;
    height: 0;
    left: 13px;
}

.header_mb_btn.on span:nth-child(3)::before {
    content: "CLOSE";
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    color: #701523;
    -webkit-transform: none;
    transform: none;
}

.header_mb_content {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 999;
    background-color: #fff;
    overflow-x: scroll;
    height: 100%;
}

.header_mb_logo {
    max-width: 100%;
    width: 230px;
    margin: 10px auto 0;
}

@media screen and (max-width: 1280px) {
    .header_mb_logo {
        width: 170px;
    }
}

@media screen and (max-width: 540px) {
    .header_mb_logo {
        width: 130px;
    }
}

.header_mb_nav {
    position: relative;
    padding: 0 5%;
    margin: 12.5px 0 50px;
}

.header_mb_services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_mb_services_span {
    display: block;
    padding: 12.5px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

.header_mb_services li {
    width: calc(100% / 3 - 15px);
    -webkit-transition: none;
    transition: none;
}

@media screen and (max-width: 840px) {
    .header_mb_services li {
        width: calc(100% / 2 - 10px);
    }
    .header_mb_services li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.header_mb_services a {
    position: relative;
    display: block;
}

.header_mb_services a .header_mb_services_img {
    overflow: hidden;
    border-radius: 10px;
    background-color: #701523;
}

.header_mb_services a .header_mb_services_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 840px) {
    .header_mb_services a .header_mb_services_img img {
        height: 27.5vw;
    }
}

.header_mb_services a span {
    display: block;
    text-align: center;
    margin-top: 7.5px;
    position: relative;
}

.header_mb_services a span::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #701523;
    width: 50px;
    height: 2px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: width;
    transition-property: width;
    content: "";
}

@media screen and (max-width: 840px) {
    .header_mb_services a span {
        margin-top: 3.5px;
    }
}

.header_mb_services a:hover span::after {
    width: 70px;
}

.header_mb_services a:hover .header_mb_services_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

.header_mb_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.header_mb_lists li {
    border-top: 1px dotted rgba(0, 0, 0, 0.4);
    width: calc(100% / 2 - 10px);
}

.header_mb_lists li:nth-child(6), .header_mb_lists li:nth-child(7) {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.header_mb_lists li a {
    display: block;
    padding: 12.5px 0;
    text-align: left;
    position: relative;
}

.header_mb_lists li a::after {
    position: absolute;
    content: "\f0142";
    font-family: 'icomoon';
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #701523;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: right;
    transition-property: right;
}

.header_mb_lists li a:hover::after {
    right: 0;
}

.header_mb_info {
    background-color: rgba(241, 216, 215, 0.7);
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: min(2vw,10px);
    max-width: 400px;
    margin: 0 auto 50px;
}

@media (max-width: 1024px) {
    .header_mb_info {
        margin-top: 30px;
    }
}

@media (max-width: 540px) {
    .header_mb_info {
        width: 90%;
        margin: 0px auto 30px;
    }
}

.header_mb_info .tel {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1.6;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_mb_info .tel::before {
    content: "";
    background-image: url(../img/00_common/tel.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
}

.header_mb_info .fax {
    margin-top: -5px;
}

.header_mb_info .fax::before {
    content: "\f1786";
    font-family: 'icomoon';
    color: #701523;
    margin-right: 3px;
}

.header_mb_info .time {
    font-size: 1.4rem;
}

.header_mb_content::-webkit-scrollbar {
    display: none;
}

.header_mb_content .search input[type="search"] {
    width: 95%;
}

.header_mb_content.open {
    opacity: 1;
    visibility: visible;
}

.header_mb_content .menu-close-btn {
    padding: 5px;
    float: right;
    zoom: 1.5;
}

#layer-panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(112, 21, 35, 0.5);
}

#layer-panel.on {
    opacity: 0.5;
    visibility: visible;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.footer_inner {
    background-color: #fff;
}

.footer_body {
    padding: 50px 50px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .footer_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 840px) {
    .footer_body {
        padding: 30px 5%;
    }
}

.footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.footer_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #701523;
    margin-right: 50px;
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .footer_main {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #701523;
        padding-bottom: 50px;
    }
}

@media (max-width: 540px) {
    .footer_main {
        max-width: 100%;
    }
}

.footer_logo {
    width: 280px;
    max-width: 100%;
}

.footer_line {
    display: block;
    width: 280px;
    max-width: 100%;
    margin: 30px auto 0;
    background-color: #4cc764;
    color: #fff;
    text-align: center;
    padding: 12.5px 30px 15px;
    border-radius: 50px;
    position: relative;
    z-index: 10;
}

.footer_line::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #fff;
    left: 87.5%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s width,0.5s height,0.5s left;
    transition: 0.5s width,0.5s height,0.5s left;
    z-index: 10;
}

.footer_line::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/00_common/line.png);
    background-position: center center;
    background-size: contain;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.footer_line:hover {
    color: #fff;
    scale: 1.05;
}

.footer_line:hover::before {
    width: 7.5%;
    height: 3px;
    left: 92.5%;
}

@media (max-width: 1024px) {
    .footer_nav {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .footer_nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 170px;
    }
}

.footer_nav ul li a {
    display: inline-block;
    padding: 5px 0;
}

.footer_nav ul li a:hover {
    color: #701523;
}

.footer_info {
    background-color: rgba(241, 216, 215, 0.7);
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: min(2vw,10px);
}

@media (max-width: 1024px) {
    .footer_info {
        margin-top: 30px;
    }
}

@media (max-width: 540px) {
    .footer_info {
        width: 100%;
    }
}

.footer_info .tel {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1.6;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_info .tel::before {
    content: "";
    background-image: url(../img/00_common/tel.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
}

.footer_info .fax {
    margin-top: -5px;
}

.footer_info .fax::before {
    content: "\f1786";
    font-family: 'icomoon';
    color: #701523;
    margin-right: 3px;
}

.footer_info .time {
    font-size: 1.4rem;
}

.footer_copy {
    background-color: #701523;
}

.footer_copy span {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
}

/*==================================================================================================
	共通
==================================================================================================*/
.pagehead {
    width: 92.5%;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .pagehead {
        width: 100%;
        padding-top: 70px;
    }
}

@media screen and (max-width: 1280px) {
    .pagehead_img {
        width: 110%;
    }
}

.pagehead_ttl {
    position: absolute;
    right: 0%;
    bottom: 25%;
}

@media screen and (max-width: 1280px) {
    .pagehead_ttl {
        right: 5%;
    }
}

.pagehead_ttl h1 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pagehead_ttl h1 .main {
    position: relative;
    z-index: 10;
}

.pagehead_ttl h1 .main span {
    opacity: 0;
    -webkit-transition: 0.5s opacity, 0.5s scale;
    transition: 0.5s opacity, 0.5s scale;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: inline-block;
    text-align: center;
    font-size: clamp(4.2rem, 6vw, 6rem);
    color: #701523;
    font-weight: 800;
    text-shadow: 0px 0px 17.5px #fff;
}

.pagehead_ttl h1 .main span.-active {
    opacity: 1;
    -webkit-animation: txt_bounce_min 0.6s ease-in-out both;
    animation: txt_bounce_min 0.6s ease-in-out both;
}

.pagehead_inner {
    background-size: cover;
    background-position: center center;
    width: 95%;
    padding: 250px 5% 220px;
    border-radius: min(3vw,20px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

@media (max-width: 840px) {
    .pagehead_inner {
        padding: 180px 5% 150px;
    }
}

@media (max-width: 540px) {
    .pagehead_inner {
        padding: 130px 5% 80px;
    }
}

.pagehead_inner.-bg_01 {
    background-image: url(../img/00_common/pagehead_01.jpg);
    background-position: center 20.5%;
}

.pagehead_inner.-bg_02 {
    background-image: url(../img/00_common/pagehead_02.jpg);
    background-position: center 27.5%;
}

.pagehead_inner.-bg_03 {
    background-image: url(../img/00_common/pagehead_03.jpg);
    background-position: center 25%;
}

.pagehead_inner::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: min(3vw,20px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagehead_inner h1 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pagehead_inner h1 .main {
    position: relative;
    z-index: 10;
}

.pagehead_inner h1 .main span {
    opacity: 0;
    -webkit-transition: 0.5s opacity, 0.5s scale;
    transition: 0.5s opacity, 0.5s scale;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: inline-block;
    text-align: center;
    font-size: clamp(4.2rem, 6vw, 6rem);
    color: #701523;
    font-weight: 800;
}

.pagehead_inner h1 .main span.-active {
    opacity: 1;
    -webkit-animation: txt_bounce_min 0.6s ease-in-out both;
    animation: txt_bounce_min 0.6s ease-in-out both;
}

.cmn {
    margin: clamp(80px, 12vw, 150px) auto;
    padding: 0 5%;
    position: relative;
}

.cmn.-mt_mb {
    margin-top: clamp(50px, 8vw, 80px);
}

.cmn_inner {
    margin: 0 auto;
    padding: clamp(30px, 7vw, 80px) 5%;
    position: relative;
    background-color: #fff;
    border-radius: min(3vw,20px);
}

.cmn_inner.-xxl {
    max-width: 1600px;
}

.cmn_inner.-xl {
    max-width: 1280px;
}

.cmn_inner.-lg {
    max-width: 1024px;
}

.cmn_inner.-md {
    max-width: 840px;
}

.cmn_inner.-sm {
    max-width: 700px;
}

.cmn_inner.-xs {
    max-width: 540px;
}

.cmn_top_secheading {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: clamp(15px, 3vw, 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmn_top_secheading .main {
    position: relative;
    z-index: 10;
}

.cmn_top_secheading .main span {
    opacity: 0;
    -webkit-transition: 0.5s opacity, 0.5s scale;
    transition: 0.5s opacity, 0.5s scale;
    display: inline-block;
    text-align: center;
    font-size: clamp(4.2rem, 6vw, 6rem);
    color: #701523;
    font-weight: 800;
}

.cmn_top_secheading .main span.-active {
    opacity: 1;
    -webkit-animation: txt_bounce_min 0.6s ease-in-out both;
    animation: txt_bounce_min 0.6s ease-in-out both;
}

.cmn_top_secheading .sub {
    display: block;
    text-align: center;
    font-size: clamp(3.6rem, 4.6vw, 4.2rem);
    color: rgba(254, 241, 99, 0.5);
    font-weight: 800;
    margin-top: -35px;
}

.cmn_secheading {
    max-width: 840px;
    margin: 0 auto clamp(20px, 6vw, 35px);
    padding: 0 min(50px,5%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmn_secheading .ttl {
    display: block;
    text-align: center;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    color: #701523;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 0 15px;
    background-color: #fff;
    width: 70%;
    position: relative;
    z-index: 10;
    width: 60%;
}

@media (max-width: 540px) {
    .cmn_secheading .ttl {
        width: 85%;
    }
}

.cmn_secheading .deco {
    position: relative;
}

.cmn_secheading .deco::before {
    content: "";
    width: 200px;
    height: 3px;
    border-radius: 5px;
    display: block;
    background-color: #d65c5a;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cmn_secheading .deco::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17.5px;
    height: 17.5px;
    border-radius: 50px;
    display: block;
    background-color: #d65c5a;
}

@media (max-width: 840px) {
    .cmn_secheading .deco::after {
        width: 13.5px;
        height: 13.5px;
    }
}

.cmn_secheading .deco.-left::before {
    left: 0;
}

.cmn_secheading .deco.-left::after {
    left: 0;
}

.cmn_secheading .deco.-right::before {
    right: 0;
}

.cmn_secheading .deco.-right::after {
    left: calc(100% - 17.5px);
}

@media (max-width: 840px) {
    .cmn_secheading .deco.-right::after {
        left: calc(100% - 13.5px);
    }
}

.textanim_01 {
    visibility: hidden;
}

.scroll {
    visibility: hidden;
}

@-webkit-keyframes txt_bounce {
    0% {
        scale: 0.1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 初期状態 */
    }
    50% {
        scale: 1.1;
        -webkit-transform: translateY(-0.075em);
        transform: translateY(-0.075em);
        /* 少し上にバウンド */
    }
    70% {
        scale: 0.9;
        -webkit-transform: translateY(0.25em);
        transform: translateY(0.25em);
        /* 少し下に戻る */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置に */
    }
}

@keyframes txt_bounce {
    0% {
        scale: 0.1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 初期状態 */
    }
    50% {
        scale: 1.1;
        -webkit-transform: translateY(-0.075em);
        transform: translateY(-0.075em);
        /* 少し上にバウンド */
    }
    70% {
        scale: 0.9;
        -webkit-transform: translateY(0.25em);
        transform: translateY(0.25em);
        /* 少し下に戻る */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置に */
    }
}

@-webkit-keyframes txt_bounce_min {
    0% {
        scale: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 初期状態 */
    }
    50% {
        scale: 1;
        -webkit-transform: translateY(-0.045em);
        transform: translateY(-0.045em);
        /* 少し上にバウンド */
    }
    70% {
        scale: 1;
        -webkit-transform: translateY(0.25em);
        transform: translateY(0.25em);
        /* 少し下に戻る */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置に */
    }
}

@keyframes txt_bounce_min {
    0% {
        scale: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 初期状態 */
    }
    50% {
        scale: 1;
        -webkit-transform: translateY(-0.045em);
        transform: translateY(-0.045em);
        /* 少し上にバウンド */
    }
    70% {
        scale: 1;
        -webkit-transform: translateY(0.25em);
        transform: translateY(0.25em);
        /* 少し下に戻る */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置に */
    }
}

@-webkit-keyframes img_bounce {
    0% {
        scale: 0.95;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        scale: 1.15;
        -webkit-transform: translateY(-0.4em);
        transform: translateY(-0.4em);
        /* 1段目のバウンド */
    }
    50% {
        scale: 0.98;
        -webkit-transform: translateY(0.2em);
        transform: translateY(0.2em);
        /* 落ちてくる */
    }
    70% {
        scale: 1.02;
        -webkit-transform: translateY(-0.2em);
        transform: translateY(-0.2em);
        /* 2段目の小さいバウンド */
    }
    85% {
        scale: 1;
        -webkit-transform: translateY(0.1em);
        transform: translateY(0.1em);
        /* また落ちてきて */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置へ */
    }
}

@keyframes img_bounce {
    0% {
        scale: 0.95;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        scale: 1.15;
        -webkit-transform: translateY(-0.4em);
        transform: translateY(-0.4em);
        /* 1段目のバウンド */
    }
    50% {
        scale: 0.98;
        -webkit-transform: translateY(0.2em);
        transform: translateY(0.2em);
        /* 落ちてくる */
    }
    70% {
        scale: 1.02;
        -webkit-transform: translateY(-0.2em);
        transform: translateY(-0.2em);
        /* 2段目の小さいバウンド */
    }
    85% {
        scale: 1;
        -webkit-transform: translateY(0.1em);
        transform: translateY(0.1em);
        /* また落ちてきて */
    }
    100% {
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /* 元の位置へ */
    }
}
