@charset "UTF-8";
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*!
Theme Name: home-tigral
Description: 【TIGRAL公式】ジムニー専用カーアクセサリーブランド Mountain.Tiger
Theme URI: https://www.home-tigral.net
Version: 1.0
License: home-tigral.net
License URI: https://www.home-tigral.net
*/
/****************************************

リセットCSSここから

*****************************************/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
    position: relative;
    min-width: 1280px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    background: #000;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none;
    }
}
/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
    li,
    tt,
    tr,
    dt,
    dd,
    p,
    figcaption {
        font-size: 1.6rem;
    }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
    transition: 0.3s;
}
a:hover,
a:active {
    text-decoration: underline;
    transition: 0.3s;
}
a img.img_opacity {
    transition: 0.3s linear;
}
a:hover img.img_opacity {
    opacity: 0.8;
    transition: 0.3s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_navi,
    #toggle {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
    header {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
    }
    .head_logo {
        position: absolute;
        top: 40px;
        left: 2.2%;
        z-index: 999;
        width: 11.856%;
    }
    .head_logo a {
        display: block;
        transition: 0.3s;
    }
    .head_logo a img {
        width: 100%;
        max-width: 223px;
        height: auto;
    }
    .head_info {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 50px;
        z-index: 999;
    }
    .head_info .contact_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 65px 35px;
        height: 150px;
        background: linear-gradient(
            to bottom right,
            rgb(195, 4, 4),
            rgb(195, 4, 4),
            rgb(119, 6, 5)
        );
    }
    .head_info .contact_btn a span {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        font-size: 2.4rem;
        color: #fff;
        padding-left: 50px;
        line-height: 1;
        background: url(images/icon_mail.png) center left no-repeat;
    }
    .head_info .contact_btn a:hover {
        opacity: 0.85;
    }
}
@media screen and (max-width: 1820px) {
    .head_info {
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }
    .head_info .contact_btn {
        margin-left: auto;
    }
    .head_info .contact_btn a {
        width: 100%;
        height: auto;
        padding: 35px;
    }
    .head_info .contact_btn a span {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        font-size: 2.2rem;
        color: #fff;
    }
    .head_logo {
        width: 220px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
    img {
        width: 100%;
        height: auto;
    }
    header {
        position: relative;
        width: 100%;
    }
    .head_btn {
        display: none;
    }
    .head_logo {
        position: absolute;
        max-width: 140px;
        top: 20px;
        left: 20px;
        transform: initial;
    }
    .head_area {
        margin-top: 15px;
        padding: 0 15px;
    }
    .head_info {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .head_info div {
        width: 100%;
        max-width: 380px;
        text-align: center;
        margin: 0 auto 15px;
        padding: 15px;
        border-radius: 10px;
        background: url(images/sp_head_info.jpg) left top repeat;
        border: 2px solid rgba(78, 57, 23, 0.3);
    }
    .head_info div:first-child {
        margin-bottom: 10px;
        border-right: 1px solid rgba(78, 57, 23, 0.24);
    }
    .head_info div p {
        line-height: 1;
    }
    .head_info div .address {
        font-size: 1.4rem;
        line-height: 2.2;
    }
    .head_info div .logo {
        width: auto;
        max-width: 100%;
    }
    .head_info div div {
        margin: 0 auto;
    }
    .head_info div .tel {
        width: 141px;
        height: auto;
    }
    .contact_btn {
        display: none;
    }
    #toggle {
        position: fixed;
        right: 0;
        top: 0;
        width: 46px;
        height: 46px;
        cursor: pointer;
        z-index: 9999999;
        background: #c30404;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        right: 8px;
        width: 30px;
        height: 2px;
        background: #fff;
        transition: 0.35s ease-in-out;
    }
    #toggle span:nth-child(1) {
        top: 10px;
    }
    #toggle span:nth-child(2) {
        top: 22px;
    }
    #toggle span:nth-child(3) {
        top: 34px;
    }
    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }
    .open_navi #toggle span {
        background: #fff;
    }
    .open_navi #toggle span:nth-of-type(1) {
        transform: translateY(12px) rotate(-316deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        transform: translateY(-12px) rotate(316deg);
    }
    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        z-index: 999;
        transform: translateY(-100%);
        transition: 0.7s ease-in-out;
        background: url(images/sp_wrapper_top.jpg) top center no-repeat;
        background-size: cover;
        z-index: 999999;
    }
    .open_navi #sp_navi {
        transform: translateY(0);
        transition: 0.7s ease-in-out;
    }
    .open_navi #wrapper {
        transform-origin: left center;
        filter: blur(3px);
        transition: 0.7s ease-in-out;
    }
    #sp_navi .menu {
        width: 90%;
        padding-top: 80px;
        text-align: center;
        margin: 0 auto;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.26);
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        box-sizing: border-box;
        margin: 0 auto -1px;
        background: rgba(0, 0, 0, 0.95);
    }
    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        font-weight: 800;
    }
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }
    #sp_navi .menu-item span {
        font-family: initial;
        font-size: 1.2rem;
        font-weight: 400;
        color: #aaa;
        padding: 6px 0;
    }
    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }
    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    #sp_navi .sub-menu li a {
        font-size: 1.4rem;
        font-family: initial;
        font-weight: 400;
        display: block;
        padding: 20px 0;
        color: #fff;
        background: rgba(195, 4, 4, 0.65);
    }
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
        color: #fff;
        background: none;
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children::before {
        content: "";
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        border-right: 1px solid rgba(255, 255, 255, 0.8);
        transform: rotate(135deg);
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open::before {
        transform: rotate(-45deg);
        transition: 0.2s ease-in-out;
        top: 22px;
    }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
    *zoom: 1;
    display: flex;
    justify-content: end;
    list-style-type: none;
}
#g_navi .menu > li {
    position: relative;
}
#g_navi .menu > li > a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    padding: 10px 0 12px;
    vertical-align: middle;
    white-space: nowrap;
}
#g_navi .menu > li > a span {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0;
}
#g_navi .menu > li:not(:last-child) {
    margin-right: 45px;
}
#g_navi .menu li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    list-style: none;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li {
    letter-spacing: 0;
    width: 100%;
    min-width: 180px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li a {
    display: block;
    width: auto;
    padding: 14px 12px;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    visibility: hidden;
    transition: 0.3s linear;
    white-space: nowrap;
    background-image: none !important;
}
#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
    color: #fff;
    background-color: rgba(195, 4, 4, 0.98);
    transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
    .menu > li > a {
        position: relative;
        display: inline-block;
        transition: 0.6s;
    }
    .menu > li > a::before,
    .menu > li > a::after {
        position: absolute;
        bottom: -1px;
        content: "";
        width: 0;
        height: 2px;
        transition: 0.6s;
        background: #c30404;
    }
    .menu > li > a::before {
        left: 50%;
    }
    .menu > li > a::after {
        right: 50%;
    }
    .menu > li > a:hover::before,
    .menu > li > a:hover::after {
        width: 50%;
    }
}
/****************************************

メインビジュアル

*****************************************/
.top_mv,
#mv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
    height: 900px;
}
.top_mv::after,
#mv::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0)
    );
    z-index: 1;
}
.top_mv .metaslider .flexslider .slides li,
#mv .metaslider .flexslider .slides li {
    height: 900px;
}
.top_mv img,
#mv img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.top_mv_txt {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    padding-top: 60px;
    text-shadow:
        0 0 16px rgba(0, 0, 0, 0.7),
        0 0 46px rgba(0, 0, 0, 0.6),
        0 0 76px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.top_mv_txt .main {
    font-size: 6.4rem;
    font-weight: 800;
}
.top_mv_txt .sub {
    margin-top: 30px;
    font-size: 2.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-shadow:
        0 0 10px rgba(0, 0, 0, 0.95),
        0 0 15px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.85),
        0 0 25px rgba(0, 0, 0, 0.8),
        0 0 30px rgba(0, 0, 0, 0.75);
}

#mv {
    position: relative;
    background: url(images/mv00.jpg) right -60px top 60% no-repeat;
    background-size: 86% auto;
    height: 500px;
} /*
#mv.mv02 {
    background: url(images/mv02.jpg) center top repeat;
}
#mv.mv03 {
    background: url(images/mv03.jpg) center top repeat;
}
#mv.mv04 {
    background: url(images/mv04.jpg) center top repeat;
}
#mv.mv05 {
    background: url(images/mv05.jpg) center top repeat;
}*/
.mv_txt {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 60%;
    padding-top: 60px;
    font-weight: 800;
    text-shadow:
        0 0 16px rgba(0, 0, 0, 0.7),
        0 0 46px rgba(0, 0, 0, 0.6),
        0 0 76px rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    background:
        linear-gradient(rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0.6)),
        url(images/mv.jpg) left top/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
    .top_mv,
    #mv {
        width: 100%;
        align-items: start;
        height: auto;
    }
    .top_mv::after,
    #mv::after {
        height: 80px;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0)
        );
    }
    .top_mv .metaslider .flexslider .slides li,
    #mv .metaslider .flexslider .slides li {
        height: 260px;
    }
    .top_mv_txt {
        top: 25px;
    }
    .top_mv_txt .main {
        font-size: 3.4rem;
    }
    .top_mv_txt .sub {
        margin-top: 20px;
        font-size: 1.8rem;
    }
    .top_mv_img {
        -o-object-position: 52% 0%;
        object-position: 52% 0%;
    }
    #mv {
        height: 180px;
        margin-bottom: 10px;
        padding: 0 15px;
        background-position: right -50px bottom no-repeat;
        background-size: 106% auto;
    }
    #mv .mv_txt {
        width: 75%;
        padding-top: 50px;
        padding-left: 15px;
        justify-content: left;
        clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    }
    #mv .mv_txt p {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

main#page_main {
    width: 100%;
    max-width: 1200px;
    padding: 15px 0 120px;
    margin: 0 auto;
    line-height: 1.8;
}

main#single_main {
    width: 100%;
    max-width: 1120px;
    margin: 20px auto 100px;
}

.single_box {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.single_tit {
    margin-bottom: 25px;
}

.breadcrumb_area {
    width: 100%;
    margin-bottom: 85px;
}
.breadcrumb_area .breadcrumb {
    max-width: 1120px;
    text-align: right;
    margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
    font-size: 1.4rem;
    color: #fff;
}
.breadcrumb_area .breadcrumb p a {
    position: relative;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3;
    line-height: 1.8;
}
.breadcrumb_area .breadcrumb p a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
    opacity: 1;
    text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    main#top_main {
        margin: 0 auto 50px;
    }
    main#page_main {
        padding: 0 15px 50px;
    }
    main#single_main {
        padding: 0 10px;
    }
    .breadcrumb_area {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    .breadcrumb_area .breadcrumb p {
        font-size: 1.2rem;
    }
    .inner_contents,
    .inner_contents02 {
        padding: 0 15px;
    }
    .elementor-33
        .elementor-element.elementor-element-835e6e6
        > .elementor-widget-container {
        margin: 0;
    }
    .single_tit {
        font-size: 2.2rem !important;
        line-height: 1.5;
        margin-bottom: 25px;
    }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
    padding: 120px 0;
    text-align: center;
}

@media screen and (max-width: 1650px) {
    .top_box01 {
        padding: 8% 5.4%;
        font-size: 1.7rem;
    }
}
.top_box02,
.top_box04 {
    position: relative;
    z-index: 0; /* ::afterを背面に配置するため */
}
.top_box02 .txt,
.top_box04 .txt {
    position: relative;
    display: flex;
    justify-content: left;
    width: 56%;
    height: 100%;
    min-height: 601px;
    padding: 110px 8%;
    background: url(images/top_box02.jpg) center left no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
    z-index: 2; /* テキスト側を前面に */
}
.top_box02::after,
.top_box04::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%; /* ← 背景を横に広げたいならここを調整 */
    height: 100%; /* ← テキスト高さに追従 */
    background: url(images/top_img01.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1; /* テキストの下に配置 */
}

@media screen and (max-width: 1650px) {
    .top_box02,
    .top_box04 {
        position: relative;
    }
    .top_box02 .txt,
    .top_box04 .txt {
        width: 60%;
        padding: 7% 4%;
        font-size: 1.7rem;
        min-height: initial;
    }
    .top_box02::after,
    .top_box04::after {
        background: url(images/top_img01.jpg) center left 40% no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 1560px) {
    .top_box02 .btn01 a,
    .top_box03 .btn01 a,
    .top_box04 .btn01 a {
        min-width: 240px;
    }
}
.top_box03 {
    position: relative;
    z-index: 0; /* ::afterを背面に配置するため */
}
.top_box03 .txt {
    position: relative;
    display: flex;
    justify-content: right;
    width: 57%;
    height: 100%;
    padding: 110px 4%;
    margin-left: auto;
    background: url(images/top_box03.jpg) center left no-repeat;
    background-size: cover;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2; /* テキスト側を前面に */
}
.top_box03::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%; /* ← 背景を横に広げたいならここを調整 */
    height: 100%; /* ← テキスト高さに追従 */
    background: url(images/top_img02.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1; /* テキストの下に配置 */
}

@media screen and (max-width: 1850px) {
    .top_box03 {
        position: relative;
    }
    .top_box03 .txt {
        width: 65%;
        padding: 7% 4%;
    }
}
@media screen and (max-width: 1650px) {
    .top_box03 {
        position: relative;
    }
    .top_box03 .txt {
        width: 74%;
        padding: 7% 4%;
        font-size: 1.7rem;
        min-height: initial;
        clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
    }
    .top_box03::after {
        background: url(images/top_img02.jpg) center left 40% no-repeat;
        background-size: cover;
    }
}
.top_box04 .txt {
    background: url(images/top_box04.jpg) center right no-repeat;
    background-size: cover;
}
.top_box04::after {
    background: url(images/top_img03.jpg) center left no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1650px) {
    .top_box04 .txt {
        width: 62%;
    }
}
.top_box05 {
    text-align: center;
    padding: 80px 15px;
    background: url(images/top_other.jpg) center center no-repeat;
    background-size: cover;
}
.top_box05 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.top_box05 .btn_box {
    gap: 2%;
    flex-wrap: nowrap;
}
.top_box05 .btn_box li {
    width: 48%;
    max-width: 320px;
}
.top_box05 .btn_box li img {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .top_box05 .btn_box li:nth-child(-n + 2) {
        margin-bottom: 2%;
    }
}
.top_box05 .btn01 {
    text-align: center;
}
.top_box05 .btn01 a {
    height: 240px;
    width: 100%;
    min-width: initial;
}

@media screen and (max-width: 767px) {
    .top_box01 {
        padding: 50px 20px;
    }
    .top_box01 p {
        text-align: left;
    }
    .top_box02,
    .top_box04,
    .top_box03 {
        width: 94%;
        padding-top: 230px;
        margin-bottom: 15px;
        left: 3%;
    }
    .top_box02::after,
    .top_box04::after,
    .top_box03::after {
        top: 0;
        right: auto;
        left: 0.1%;
        height: 270px;
        width: 100%;
        background: url(images/top_img01.jpg) center left 40% no-repeat;
        background-size: cover;
        background-position: bottom right 28%;
    }
    .top_box02 .txt,
    .top_box04 .txt,
    .top_box03 .txt {
        clip-path: polygon(100% 40px, 0% 0%, 0 100%, 100% 100%);
        width: 100%;
        padding: 50px 25px;
        background-size: cover;
    }
    .btn_box {
        gap: 15px;
        justify-content: center;
    }
    .top_box03::after {
        background: url(images/top_img02.jpg) center left 40% no-repeat;
        background-size: cover;
    }
    .top_box03 .txt {
        background-position: center right 50%;
        background-size: cover;
    }
    .top_box04::after {
        background: url(images/top_img03.jpg) center left 40% no-repeat;
        background-size: cover;
    }
    .top_box04 .txt {
        background-size: cover;
        background-position: center right 50%;
    }
    .top_box05 {
        padding: 50px 15px;
    }
    .top_box05 .btn_box {
        flex-wrap: wrap;
    }
}
/****************************************

news トップ用

*****************************************/
#top_news {
    padding: 8% 0;
    text-align: center;
}

.news_post {
    width: 100%;
    max-width: 1200px;
    overflow-y: scroll;
    height: 500px;
    overflow-x: hidden;
    margin: 0 auto;
}
.news_post li {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    transition: 0.4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.news_post li data {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    min-width: 100px;
    font-weight: 700;
    font-size: 1.8rem;
}
.news_post li label {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 80px;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    background: #ccc;
}
.news_post li .event {
    color: #fff;
    background: #c30404;
}
.news_post li .blog {
    background: #515151;
    color: #fff;
}
.news_post li a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 999;
    padding-bottom: 3px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
}
.news_post li a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s;
}
.news_post li a:hover {
    opacity: 0.8;
    color: #fff;
}
.news_post li a:hover::after {
    transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
    #top_news {
        background-size: 140px;
        padding: 60px 0 0;
        border-top: 1px solid rgba(135, 123, 103, 0.1);
    }
    .news_post {
        padding: 0 15px;
        height: auto;
    }
    .news_post li {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px 30px 10px 10px;
    }
    .news_post li::after {
        right: 10px;
    }
    .news_post li:hover::after {
        right: 15px;
    }
    .news_post li label {
        min-width: 65px;
        height: 20px;
        font-size: 1.4rem;
    }
    .news_post li data {
        font-size: 1.6rem;
    }
    .news_post li a {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.5;
    }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.flex_s {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.aic {
    align-items: center;
}

.img_box {
    gap: 2%;
    flex-wrap: nowrap;
}
.img_box li {
    width: 48%;
}
.img_box li img {
    height: auto;
    aspect-ratio: 4/4;
}
.img_box li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 4%;
}

.img_box02 {
    margin-top: 25px;
    gap: 20px;
    flex-wrap: nowrap;
}
.img_box02 li {
    width: 50%;
}
.img_box02 li img {
    height: auto;
    aspect-ratio: 4/4;
}

@media screen and (max-width: 767px) {
    .flex figure,
    .flex_r figure {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .img_box {
        gap: 4%;
        flex-wrap: wrap;
    }
}
/*特徴*/
.feature_box .card {
    width: 31.7333333333%;
    gap: 1.6%;
    background: #fff;
    padding: 25px 23px;
    box-shadow: inset -6px -6px 6px 0px rgba(0, 0, 0, 0.4);
}
.feature_box div {
    padding: 0 2px;
}
.feature_box h3 {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    display: inline-flex;
    align-items: top;
    letter-spacing: 0.02em;
}
.feature_box .num {
    position: relative;
    font-weight: 800;
    font-size: 3.4rem;
    margin-right: 25px;
    line-height: 1;
}
.feature_box .num::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 34px;
    width: 40px;
    height: 2px;
    background: #c30404;
    transform: skewY(-45deg);
}
.feature_box .tit {
    padding-top: 12px;
    line-height: 1.3;
}
.feature_box .tit02 {
    line-height: 1.3;
    padding-left: 10px;
}
.feature_box p {
    color: #000;
    line-height: 1.5;
    font-size: 1.8rem;
}

/*カスタムパーツ*/
.custom_parts {
    gap: 20px;
}
.custom_parts section {
    width: calc(33.3333333333% - 20px);
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
}
.custom_parts section p {
    font-size: 1.6rem;
}

/*お知らせ*/
.blog_box article:not(:last-child) {
    margin-bottom: 30px;
}
.blog_box .txt {
    position: relative;
    width: 910px;
}
.blog_box .excerpt {
    font-size: 1.6rem;
}
.blog_box h2 {
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.blog_box .btn01 {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.blog_box .btn01 a {
    min-width: 240px;
    height: 55px;
    font-size: 1.6rem;
}
.blog_box .btn01 a::after {
    width: 11px;
    height: 18px;
}
.blog_box figure {
    position: relative;
    width: 240px;
    height: 175px;
}
.blog_box figure a {
    z-index: 999;
}
.blog_box label {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 80px;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 700;
    background: #515151;
    color: #fff;
}
.blog_box .event {
    color: #fff;
    background: #c30404;
}
.blog_box data {
    color: #938f85;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

/*よくあるご質問*/
.faq_box dl {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 25px 30px;
}
.faq_box dl:not(:last-child) {
    margin-bottom: 30px;
}
.faq_box dt,
.faq_box dd {
    position: relative;
    padding-left: 55px;
}
.faq_box dt::after,
.faq_box dd::after {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    width: 50px;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 3rem;
}
.faq_box dt {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.3rem;
    font-weight: 500;
    border-bottom: 1px solid #999;
    margin-bottom: 12px;
    padding-bottom: 18px;
}
.faq_box dt::after {
    content: "Q";
    color: #c30404;
    top: -3px;
}
.faq_box dd {
    font-size: 1.7rem;
}
.faq_box dd::after {
    content: "A";
    color: #888;
}

.faq_btn_box {
    gap: 1%;
}
.faq_btn_box li {
    text-align: center;
    width: 19%;
}
.faq_btn_box li a {
    width: 100%;
    min-width: initial;
}

/*グーグルマップ*/
.googlemap_box iframe {
    height: 420px;
}

/*お問い合わせ*/
.contact_txt .contact_tel {
    margin-top: 40px;
}
.contact_txt .contact_tel .tel {
    margin: 15px 0 30px;
}
.contact_txt .contact_tel .tel img {
    width: 286px;
}
.contact_txt .btn_box {
    margin-bottom: 30px;
}

.policy_box {
    background: rgba(255, 255, 255, 0.16);
    margin-bottom: 100px;
    text-align: center;
    padding: 35px;
    margin-bottom: 20px;
}
.policy_box dt {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.policy_box dd,
.policy_box p,
.policy_box li {
    font-size: 1.7rem;
    line-height: 1.8;
}

.bnr_box li:not(:last-child) {
    margin-bottom: 10px;
}

.faq_tel {
    width: 200px;
    height: auto;
}

.googlemap,
.googlemap02 {
    position: relative;
    border: solid 2px #ccc;
    overflow: hidden;
    height: 440px;
}

.googlemap02 {
    width: 490px;
    height: 300px;
}

/*お問い合わせ・エントリー*/
.contact_tel img {
    width: 240px;
    height: auto;
}

.sitepolicy {
    padding: 25px 30px 30px;
    border: 3px solid #ede0c8;
    border-radius: 12px;
    background: url(images/graph_bg.jpg) left top repeat-x;
}
.sitepolicy dt {
    font-size: 2rem;
    margin-bottom: 5px;
}
.sitepolicy dd {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .faq_box dt {
        font-size: 2rem;
        line-height: 1.4;
        padding-left: 40px;
    }
    .faq_box dt::after {
        font-size: 3rem;
        width: auto;
    }
    .faq_box dd {
        padding-left: 40px;
    }
    .faq_box dd::after {
        font-size: 3rem;
        width: auto;
    }
    .policy_box {
        padding: 30px 20px;
    }
    .policy_box dd {
        text-align: left;
    }
    .faq_btn_box li {
        width: 48.5%;
    }
    .faq_btn_box li a {
        padding: 10px;
        font-size: 1.7rem;
        line-height: 1.2;
    }
    .faq_btn_box li:not(:last-child) {
        margin-bottom: 4%;
    }
    .faq_btn_box li:last-child {
        margin: 0 auto;
        width: 100%;
        min-width: 330px;
    }
    .faq_box dt::after,
    .faq_box dd::after {
        font-size: 2.4rem;
    }
    .faq_box dt,
    .faq_box dd {
        padding-left: 35px;
    }
    .contact_tel {
        text-align: center;
    }
    .evaluation_box01 ul {
        gap: 10px;
    }
    .evaluation_box01 ul li {
        width: 100%;
    }
    .feature_box .card {
        width: 100%;
        padding: 18px 24px 24px 18px;
    }
    .feature_box .card:not(:last-child) {
        margin-bottom: 15px;
    }
    .feature_box .num {
        font-size: 3rem;
    }
    .feature_box p {
        font-size: 1.5rem;
    }
    .custom_parts section {
        width: 100%;
    }
    .blog_box article {
        background: #333;
        padding: 25px 25px 110px;
    }
    .blog_box .btn01 {
        bottom: -80px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .blog_box h2 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .blog_box h2::after {
        background: linear-gradient(to right, #c20303, #c20303, #c20303, #333);
    }
}
/****************************************

single.php
mt10
*****************************************/
.single_box {
    padding-bottom: 100px;
}
.single_box .date {
    display: block;
    margin-bottom: 20px;
    color: #999;
    font-size: 1.5rem;
}
.single_box img {
    max-width: 1020px;
    width: auto;
    height: auto;
    margin: 15px 15px 15px 0;
}
.single_box img:last-child {
    margin: 15px 0 15px 0;
}
.single_box a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3;
    line-height: 1.8;
}
.single_box a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.4s;
}
.single_box a:hover {
    opacity: 1;
    text-decoration: none;
}
.single_box a:hover::after {
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
}

.nav-below {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 70px auto 0;
}
.nav-below .list {
    width: 250px;
    transition: 0.3s;
}
.nav-below .list a {
    display: block;
    padding: 15px 5px;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    background: rgba(238, 238, 238, 0.3);
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.16);
}
.nav-below .list a:hover {
    opacity: 0.8;
    background: rgba(238, 238, 238, 0.5);
    color: #000;
}
.nav-below > a {
    display: block;
    width: 140px;
    padding: 15px 5px;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: solid 1px rgba(255, 255, 255, 0.16);
    background: rgba(238, 238, 238, 0.2);
    color: #fff;
}
.nav-below > a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #c30404;
    transition: 0.3s;
}
.nav-below > a:hover {
    background: rgba(238, 238, 238, 0.5);
    color: #000;
}
.nav-below > a:hover span {
    color: rgba(195, 4, 4, 0.8);
}

.pager {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

a.page-numbers {
    background: rgba(238, 238, 238, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.16);
    border-radius: 0px;
    padding: 8px 14px;
    margin: 0 3px 5px;
    font-size: 1.6rem;
    transition: 0.3s;
}
a.page-numbers:link,
a.page-numbers:visited {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
a.page-numbers:hover,
a.page-numbers:active {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    background: rgba(238, 238, 238, 0.2);
}

.pager .current {
    background: rgba(238, 238, 238, 0.3);
    border: solid 1px rgba(255, 255, 255, 0.16);
    border-radius: 0px;
    padding: 8px 14px;
    margin: 0 3px 5px;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.68);
    border: solid 1px rgba(255, 255, 255, 0.16);
    color: #000;
}

@media screen and (max-width: 767px) {
    .single_box .date {
        font-size: 1.4rem;
    }
    .single_box img {
        max-width: 100%;
        margin: 10px 0;
    }
    .nav-below {
        width: 100%;
        margin-top: 50px;
    }
    .nav-below .list {
        width: 40%;
    }
    .nav-below .list a {
        font-size: 1.3rem;
    }
    .nav-below > a {
        width: 30%;
        font-size: 1.3rem;
    }
}
/****************************************

aside

*****************************************/
aside .area01 {
    padding: 0 1%;
    margin-bottom: 120px;
    gap: 1%;
}
aside .area01 li {
    width: 32.3333333333%;
}
aside .area01 li img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
aside .inner {
    padding: 8% 0 5%;
    text-align: center;
    background: url(images/aside.jpg) top center repeat;
    background-size: cover;
}
aside p {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    line-height: 2;
}

.btn_box {
    gap: 30px;
}

@media screen and (max-width: 767px) {
    aside .area01 {
        gap: 15px;
        padding: 0 15px;
        margin-bottom: 50px;
        text-align: center;
    }
    aside .area01 li {
        width: 100%;
    }
    aside .inner {
        padding: 50px 15px 60px;
    }
    aside p {
        text-align: left;
    }
    aside .aside_tit {
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 0.02em;
    }
    aside .info {
        margin: 30px auto 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    aside .logo {
        width: auto;
        max-width: 100%;
    }
    aside .area {
        padding: 16px;
        width: 100%;
        max-width: 380px;
    }
    aside .area p {
        text-align: center;
    }
    .btn_box {
        gap: 15px;
        justify-content: center;
    }
}
/****************************************

テーブル

*****************************************/
.table_wrap {
    position: relative;
    overflow: hidden;
    /* テーブルが外枠にぴったりくっつくようにする */
}
.table_wrap .price_table {
    border: none; /* ← テーブル自体の外枠は消す */
}

.price_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.price_table thead th {
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    padding: 20px 25px;
    background: #232323;
    border-bottom: 1px solid #888;
}
.price_table thead th:first-child {
    border-right: 1px solid #999;
}
.price_table tbody th,
.price_table tbody td {
    width: 50%;
    text-align: center;
    padding: 20px 40px;
    border-top: none;
    border-bottom: 1px solid #999;
}
.price_table tbody th {
    font-weight: 400;
    text-align: left;
    border-right: 1px solid #999;
}
.price_table tbody tr:last-child th,
.price_table tbody tr:last-child td {
    border-bottom: none; /* 下線の二重防止 */
}
.price_table tbody td {
    text-align: right;
}
.price_table tbody td span {
    display: block;
    font-size: 1.5rem;
}

.overview_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #999;
}
.overview_table th {
    width: 30%;
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    text-align: left;
    padding: 25px 40px;
    background: #232323;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.overview_table td {
    padding: 25px 40px;
    border-top: none;
    border-bottom: 1px solid #999;
}
.overview_table tr:last-child th,
.overview_table tr:last-child td {
    border-bottom: none; /* 下線の二重防止 */
}

.store_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.store_table th,
.store_table td {
    border: 1px solid #999;
    padding: 16px;
    text-align: center;
}
.store_table th {
    background: #2a2a2a;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .overview_table {
        margin-bottom: 30px;
    }
    .overview_table th,
    .overview_table td {
        width: 100%;
        display: block;
        padding: 15px 10px;
    }
    .overview_table th {
        border-bottom: none;
        border-right: none;
    }
    .overview_table td {
        font-size: 1.5rem;
    }
    .table_wrap {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .price_table {
        width: 100%;
        min-width: 720px;
    }
    .price_table th,
    .price_table td {
        padding: 15px 25px;
    }
    .schedule_table th:first-child,
    .schedule_table td:first-child {
        width: 150px;
        padding: 15px 5px;
    }
    .schedule_table th {
        padding: 10px 15px;
        font-size: 2rem;
        line-height: 1.4;
    }
    .schedule_table td {
        font-size: 1.4rem;
        padding: 15px 15px;
    }
    .store_table {
        min-width: 900px;
        width: 100%;
        box-sizing: border-box;
    }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 300px;
    height: 70px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    transition: 0.4s;
    padding: 0 30px;
    background: #000;
}
.btn01 a:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.18);
}

.btn02 a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 300px;
    height: 70px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    transition: 0.4s;
    padding: 0 30px;
    background: #000;
}
.btn02 a:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.18);
}
.btn02 a {
    position: static;
}
.btn02 a::after {
    display: none;
    position: static;
}
.btn02 span {
    padding-left: 40px;
    background: url(images/icon_mail.png) left center no-repeat;
    background-size: 25px auto;
}

.btn03 a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 300px;
    height: 70px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    transition: 0.4s;
    padding: 0 30px;
    background: #000;
}
.btn03 a:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.18);
}
.btn03 a {
    position: static;
}
.btn03 a::after {
    display: none;
    position: static;
}

.movie_btn li {
    width: 48.5%;
    text-align: center;
}
.movie_btn li a {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 300px;
    height: 70px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    transition: 0.4s;
    padding: 0 30px;
    background: #000;
}
.movie_btn li a:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.18);
}
.movie_btn li a {
    width: 100%;
    height: 240px;
    font-size: 2.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .btn01 {
        text-align: center;
    }
    .btn01 a {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        min-width: 300px;
        height: 70px;
        font-weight: 600;
        font-size: 1.8rem;
        color: #fff;
        letter-spacing: 0.05em;
        border: 1px solid #fff;
        transition: 0.4s;
        padding: 0 30px;
        background: #000;
    }
    .btn01 a:hover {
        opacity: 0.85;
        background: rgba(255, 255, 255, 0.18);
    }
    .btn01 a {
        width: 280px;
        height: 50px;
        line-height: 50px;
    }
    .btn02 a {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        min-width: 300px;
        height: 70px;
        font-weight: 600;
        font-size: 1.8rem;
        color: #fff;
        letter-spacing: 0.05em;
        border: 1px solid #fff;
        transition: 0.4s;
        padding: 0 30px;
        background: #000;
    }
    .btn02 a:hover {
        opacity: 0.85;
        background: rgba(255, 255, 255, 0.18);
    }
    .btn02 a {
        position: relative;
        color: #000;
        font-weight: 700;
        letter-spacing: 0.05em;
        background: #c30404;
    }
    .btn02 a::after {
        position: absolute;
        content: "";
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 22px;
        background: url(images/arrow.svg) no-repeat;
    }
    .btn02 a {
        width: 280px;
        height: 80px;
        line-height: 80px;
    }
    .btn02 a span {
        color: #fff;
    }
    .btn05 {
        margin: 0 auto;
    }
    .btn05 a {
        min-width: 345px;
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    .movie_btn li {
        width: 100%;
    }
    .movie_btn li a {
        height: 120px;
        font-size: 2rem;
    }
    .movie_btn li:not(:last-child) {
        margin-bottom: 10px;
    }
}
/****************************************

テキスト設定

*****************************************/
.font14 {
    font-size: 1.4rem;
}

.tdn {
    text-decoration: none;
    color: #8c0000 !important;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

.marker,
.marker02 {
    display: inline-block;
    color: #c30404;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.08em;
    padding: 0 5px;
    margin-bottom: 15px;
    background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
    font-size: 2.1rem;
}

.linkbd {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 999;
    padding-bottom: 3px;
}
.linkbd::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #c30404;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s;
}
.linkbd:hover {
    opacity: 0.8;
    color: #c30404;
}
.linkbd:hover::after {
    transform: scale(1, 1);
}

.linkbd02 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 5px;
}
.linkbd02::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.4s;
}
.linkbd02:hover {
    opacity: 1;
    text-decoration: none;
}
.linkbd02:hover::after {
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
}
.linkbd02:hover {
    opacity: 0.8;
}

.txt_box {
    align-items: center;
}

.txt720 {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .txt720 {
        max-width: 720px;
    }
}

.txt780 {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .txt780 {
        max-width: 780px;
    }
}

.frame_box {
    border: 2px solid #c0b89d;
    border-radius: 19px;
    padding: 30px;
    background: #fbfbf9;
}
.frame_box p {
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.li_circle,
.li_circle02 {
    margin: 18px 0;
}
.li_circle li,
.li_circle02 li {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 0 0 10px 30px;
    border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}
.li_circle li::before,
.li_circle02 li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #c30404;
}

.li_circle02 li {
    width: 48%;
}

.li_check li {
    position: relative;
    width: 49%;
    padding: 12px 15px 12px 60px;
    font-size: 2rem;
    background: #515151;
    padding-left: 60px;
}
@media print, screen and (min-width: 768px) {
    .li_check li:nth-child(-n + 2) {
        margin-bottom: 2%;
    }
}
.li_check li::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    background: #000 url(images/icon_check.svg) center center no-repeat;
    background-size: 20px;
    transform: translateY(-50%);
}

.li_btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.space20 {
    margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
    .li_btn a {
        padding: 16px 10px;
        min-width: 280px;
    }
}
@media screen and (max-width: 767px) {
    .br_pc {
        display: none;
    }
    .br_sp {
        display: block;
    }
    .mt50 {
        margin-top: 30px;
    }
    .mb70 {
        margin-bottom: 50px !important;
    }
    .pb80 {
        padding-bottom: 40px !important;
    }
    .mb20 {
        margin-bottom: 20px !important;
    }
    .mb25 {
        margin-bottom: 25px !important;
    }
    .mb30 {
        margin-bottom: 20px !important;
    }
    .mb40 {
        margin-bottom: 30px !important;
    }
    .mb45,
    .mb50 {
        margin-bottom: 50px !important;
    }
    .mb60 {
        margin-bottom: 50px !important;
    }
    .mb80,
    .mb90,
    .mb100,
    .sp80 {
        margin-bottom: 40px !important;
    }
    .mt35 {
        margin: 25px auto 0 !important;
    }
    .mt40 {
        margin-top: 20px !important;
    }
    .pb100 {
        padding-bottom: 60px !important;
    }
    .sp_mb20 {
        margin-bottom: 20px !important;
    }
    .sp_mb40 {
        margin-bottom: 40px !important;
    }
    .txt_center {
        text-align: left;
    }
    .frame_li {
        gap: 5px;
    }
    .frame_li li {
        font-size: 1.3rem;
        max-width: 48.6%;
        margin-bottom: 4px !important;
        padding: 12px 10px;
        justify-content: left;
        text-align: left;
    }
    .num_li dl {
        padding-left: 0;
    }
    .num_li dl::before {
        width: 46px;
        height: 46px;
        top: -5px;
    }
    .num_li dl::after {
        left: 10px;
        top: 0;
        font-size: 2.6rem;
    }
    .num_li dt {
        font-size: 2.2rem;
        padding-left: 60px;
    }
    .num_li dd::after {
        font-size: 2.6rem;
        top: -1px;
        left: 10px;
    }
    .li_check li {
        padding: 12px 10px 12px 40px;
        width: 100%;
        font-size: 1.5rem;
        letter-spacing: 0.02em;
    }
    .li_check li:not(:last-child) {
        margin-bottom: 8px;
    }
    .li_check li::after {
        left: 10px;
        background-size: 10px;
        width: 20px;
        height: 20px;
    }
    .li_circle li,
    .li_circle02 li {
        font-size: 1.6rem;
    }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
    display: block;
}

/* 改行 */
.line_break {
    padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}
/* 強調 */
.bold {
    font-weight: 600;
}

.big {
    font-size: 2rem;
}

.red {
    color: #c30404;
}

.yellow {
    color: #c30404;
}

.orange {
    color: #e14729;
    font-weight: 500;
}

.font24 {
    font-size: 2.4rem;
}

.font30 {
    font-size: 3rem;
}

.font34 {
    font-size: 3.4rem;
}

.font36 {
    font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
    .big {
        font-size: 1.6rem;
    }
    .font30 {
        font-size: 2.4rem;
    }
    .font32 {
        font-size: 2.6rem;
    }
    .font34 {
        font-size: 2.8rem;
    }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
    .align_center {
        text-align: center;
    }
}
/****************************************

画像

*****************************************/
.img380 {
    width: 100%;
    width: 380px;
}

.img440 {
    width: 100%;
    max-width: 440px;
}

.object-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover;";
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
    .elementor-heading-title {
        line-height: 1.6 !important;
        font-weight: 600 !important;
    }
    .flex .elementor-container {
        justify-content: space-between;
        width: 100%;
    }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline,
.top_subhead01 {
    position: relative;
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 3.4rem;
    font-weight: 600;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.top_headline span,
.top_subhead01 span {
    display: block;
    margin-bottom: 15px;
}
.top_headline::after,
.top_subhead01::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: rgba(195, 4, 4, 0.8);
    transform: translateX(-50%);
}

.top_subhead01 {
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 700;
}
.top_subhead01::after {
    position: absolute;
    content: "";
    left: 0;
    width: 120px;
    transform: initial;
    background: #c30404;
}

.aside_tit {
    position: relative;
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 3.6rem;
    font-weight: 600;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.aside_tit span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    font-size: 10rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
}
.aside_tit::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: rgba(195, 4, 4, 0.8);
    transform: translateX(-50%);
}

@media screen and (max-width: 1650px) {
    .top_subhead01 {
        font-size: 3.6rem;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.top_subhead02 {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 5.4rem;
    font-weight: 600;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .top_headline,
    .top_subhead01 {
        font-size: 2.4rem;
        line-height: 1.5;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .top_subhead02 {
        font-size: 3.6rem;
    }
    .aside_tit {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .aside_tit span {
        font-size: 6rem;
        top: -40px;
    }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 3.6rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(
        to bottom,
        #888888,
        #888888,
        #ffffff,
        #888888,
        #888888
    );
    -webkit-background-clip: text; /* テキスト部分で背景を切り抜く */
    color: transparent; /* 文字自体を透明にする */
}

.subhead01,
.subhead02,
.single_tit {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.subhead01::after,
.subhead02::after,
.single_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* 文字との間隔 */
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        #000,
        #000,
        #c20303,
        #c20303,
        #c20303,
        #000,
        #000
    );
    border-radius: 2px;
}
.subhead01 span,
.subhead02 span,
.single_tit span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
}

.subhead02,
.single_tit {
    text-align: left;
    padding-bottom: 20px;
}
.subhead02::after,
.single_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* 文字との間隔 */
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #c20303, #c20303, #c20303, #000);
    border-radius: 2px;
}

.subhead03,
.subhead04 {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    font-size: 2.2rem;
    padding-left: 40px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.subhead03::after,
.subhead04::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 20px;
    height: 5px;
    background: #fff;
    transform: translateY(-50%);
}

.subhead04 {
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.subhead04::after {
    top: calc(50% + 2px);
}

.subhead05 {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 4px 0 12px 15px;
    margin: 0 0 20px;
    border-left: 4px solid #c30404;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.26);
}

@media screen and (max-width: 767px) {
    .headline {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .subhead01,
    .subhead02,
    .single_tit {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .subhead01 span,
    .subhead02 span,
    .single_tit span {
        margin-top: 10px;
        font-size: 2rem;
    }
    .subhead02,
    .single_tit {
        margin-top: 25px;
        font-size: 2.2rem;
        line-height: 1;
    }
    .subhead02 span,
    .single_tit span {
        font-size: 1.9rem;
    }
    .subhead03,
    .subhead04 {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 0;
        padding-bottom: 20px;
        line-height: 1.2;
        font-size: 2.4rem;
    }
    .subhead03 span,
    .subhead04 span {
        font-size: 1.6rem;
        letter-spacing: 0.04em;
    }
    .subhead03::after,
    .subhead04::after {
        width: 40px;
        height: 2px;
        top: auto;
        bottom: 0;
        transform: initial;
    }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
    footer {
        padding: 0 0 60px !important;
        text-align: center;
    }
    small {
        display: block;
        font-size: 1.3rem;
        text-align: center;
    }
    #pc_footer {
        display: none;
    }
    #sp_footer {
        position: relative;
        z-index: 999999;
    }
    #sp_footer .sp_bnr {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    #sp_footer .sp_bnr .sp_bnr_parts {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 75%;
        background: #c30404;
        border-top: 1px solid rgba(0, 0, 0, 0.8);
    }
    #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.8);
    }
    #sp_footer .sp_bnr .sp_bnr_parts > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    #sp_footer .sp_bnr .sp_bnr_parts img {
        width: 25px;
        height: 20px;
        margin-bottom: 7px;
    }
    #sp_footer .sp_bnr .sp_bnr_parts p {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 800;
        text-align: center;
        letter-spacing: 0.04em;
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
    }
    #sp_footer .sp_bnr .sp_tel {
        flex-direction: row;
    }
    #sp_footer .sp_bnr .sp_tel img {
        margin-bottom: 0;
    }
    #sp_footer .sp_bnr .sp_tel p {
        font-size: 2.8rem;
        line-height: 1;
    }
    #sp_footer .sp_bnr .sp_pagetop {
        width: 25%;
    }
    #sp_footer .sp_footer_box {
        padding: 40px 15px 20px;
        text-align: center;
    }
    #sp_footer .sp_footer_box div {
        margin-bottom: 25px;
    }
    #sp_footer .sp_footer_box div img {
        width: 130px;
    }
    .sns_box {
        gap: 25px;
    }
    .f_logo {
        margin-bottom: 40px;
    }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
    #pc_footer {
        width: 100%;
        padding: 80px 0 0;
        text-align: center;
    }
    .pagetop {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 9999;
        transition: 0.3s;
    }
    .pagetop:hover {
        transform: translateY(-8px); /* ← 上に8px移動 */
    }
}
.f_logo {
    margin-bottom: 50px;
}

.sitemap {
    margin: 50px 0;
    padding: 0 100px;
    gap: 20px 40px;
}
.sitemap li {
    font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
.sitemap li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 999;
    padding-bottom: 3px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 10px;
}
.sitemap li a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #220c0c;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s;
}
.sitemap li a:hover {
    opacity: 0.8;
    color: #220c0c;
}
.sitemap li a:hover::after {
    transform: scale(1, 1);
}

.sns_box {
    gap: 30px;
    margin-bottom: 35px;
}
.sns_box li {
    transition: 0.3s;
}
.sns_box li:hover {
    transform: translateY(-8px); /* ← 上に8px移動 */
}

.foot_area {
    position: relative;
    margin-bottom: 50px;
}

.foot_map {
    height: 400px;
}
.foot_map iframe {
    width: 100%;
    filter: grayscale(100%);
}

@media print, screen and (min-width: 1640px) {
    .sitemap li {
        font-size: 1.7rem;
    }
}
@media print, screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }
    .pc_copyright {
        font-family: "Zen Old Mincho", "Times New Roman", Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: 0.05em;
        line-height: 1.2;
        color: #fff;
        display: block;
        font-size: 1.6rem;
        margin: 15px auto 0;
    }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
    width: 100%;
}

.wpcf7-form textarea {
    width: 100%;
    /*本文*/
    max-width: 100%;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: 0.3s;
}
.wpcf7-form select {
    width: auto;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: 0.3s;
}
.wpcf7-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: 0.3s;
    /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
    text-align: center;
}

.wpcf7 .tc input[type="submit"] {
    cursor: pointer;
    width: 410px;
    max-width: 100%;
    padding: 18px;
    box-shadow: none;
    border: 1px #c30404 solid;
    border-radius: 0;
    background-color: #c30404;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #929292 !important;
}
.wpcf7 .tc input[type="submit"]:hover {
    opacity: 0.8;
    color: #fff;
    transition: all 0.25s;
}
.wpcf7 .tc input[type="submit"]:focus {
    outline: 0;
    border: 1px #c30404 solid;
    box-shadow: 0 0 2px 2px rgba(195, 4, 4, 0.5);
}

.wpcf7-text {
    width: 100%;
}

.foam_come {
    text-align: center;
}

.form_row {
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 1.5rem;
}
.form_row .form_label {
    width: 300px;
}
.form_row .form_label .required {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 3px 7px 4px;
    background: #b20000;
    margin-right: 10px;
    border-radius: 0;
    line-height: initial;
}
.form_row .form_label .any {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 3px 7px 4px;
    background: #888888;
    margin-right: 10px;
    border-radius: 0;
    line-height: initial;
}
.form_row .form_input {
    width: calc(100% - 300px);
}
.form_row .form_input_post {
    width: 180px;
}
.form_row .form_input_post_txt {
    color: #b20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row.last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
    position: relative;
    border-left: 2px solid #c30404;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
    display: none;
}
.wpcf7 .form_input input[type="checkbox"] + span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type="checkbox"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c30404;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
}
.wpcf7 .form_input input[type="checkbox"] + span:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: 0.8em;
    border-bottom: 3px solid #c30404;
    border-right: 3px solid #c30404;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type="checkbox"]:checked + span {
    color: #002565;
    transition: all 0.25s ease;
}
.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
    opacity: 1;
    border: 1px solid #c30404;
    box-shadow: 0 0 2px 2px rgba(195, 4, 4, 0.5);
    background-color: #c30404;
    transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type="radio"] {
    display: none;
}
.wpcf7 .form_input input[type="radio"] + span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type="radio"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #666;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
}
.wpcf7 .form_input input[type="radio"] + span:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type="radio"]:checked + span:before {
    box-shadow: 0 0 2px 2px rgba(195, 4, 4, 0.5);
}
.wpcf7 .form_input input[type="radio"]:checked + span:after {
    opacity: 1;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #c30404;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    right: 0.8em;
    margin-top: -3px;
    border-bottom: 1px solid #c30404;
    border-right: 1px solid #c30404;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
    border-bottom: 1px solid #c30404;
    border-right: 1px solid #c30404;
}

.wpcf7 .form_input select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: 0.5em 3.5em 0.5em 1em;
    border: 1px solid #c30404;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(
        90deg,
        rgba(195, 4, 4, 0.7),
        rgba(195, 4, 4, 0.7)
    );
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.wpcf7 .form_input select:-ms-expand {
    display: none;
}

.wpcf7 .form_input span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 0.6em;
    height: 0.6em;
    top: 60%;
    right: 0.8em;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
    outline: 0;
    border: 1px #002565 solid;
    box-shadow: 0 0 1px 1px rgba(195, 4, 4, 0.3);
}

.wpcf7 .form_input select:focus {
    outline: 0;
    border: 1px #002565 solid;
    box-shadow: 0 0 1px 1px rgba(195, 4, 4, 0.3);
}

.wpcf7-response-output {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
    .wpcf7-form input {
        max-width: 100% !important;
        /*ラジオボタン、チェックボタン*/
    }
    .wpcf7-submit {
        width: 100%;
    }
    .wpcf7 .tc input[type="submit"] {
        font-size: 16px;
    }
    .form_row {
        flex-direction: column;
        padding: 0 0 30px;
    }
    .form_row .form_label {
        width: 100%;
        margin-bottom: 10px;
    }
    .form_row .form_input {
        width: 100%;
    }
    .wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
    }
    .wpcf7-radio .wpcf7-list-item {
        margin-left: 10px;
    }
    .ajax-loader {
        width: auto;
    }
    .wpcf7-response-output {
        font-size: 1.3rem;
    }
}
/****************************************

clearfix

*****************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */
