@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

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

ol, ul {
    list-style: none;
    box-sizing: border-box;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a, a:link {
    color: #191919;
    text-decoration: none;
}

a:visited {
    color: #191919;
}

a:hover {
    opacity: 0.7;
}

a:active {
    color: #191919;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    margin: 0 auto;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.9;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    font-family: 'Optima', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    letter-spacing: 1.9px;
}

body.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.content {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}

#container {
    position: relative;
    text-align: left;
    overflow: hidden;
}

#main {
    display: block;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

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

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.5rem;
    }

    .content {
        width: 90%;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }


    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
    display: none;
}

.br-sp {
    display: none;
}


.flex {
    display: flex;
}

.cv-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #980701;
    width: 230px;
    height: 80px;
    padding: 15px 0;
}

.sp-cv-btn a {
    height: 60px;

}

.cv-btn a img {
    width: 15px;
}

.cv-btn p {
    color: #FFF;
    font-size: 15px;
    font-family: 'Hiragino Mincho ProN';
}

.section-title {
    margin: 60px auto 40px;
}

.section-title h3 {
    font-size: 16px;
    font-family: 'Optima';
    font-weight: lighter;
    text-align: center;
    letter-spacing: 1.9px;
}

@media screen and (max-width:957px) {
    .br-tb {
        display: block;
    }
}

@media screen and (max-width:430px) {
    .br-sp {
        display: block;
    }

    .sp-off {
        display: none;
    }
}

#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1200;
    background: #fff;
    text-align: center;
}

#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#splash_logo img {
    width: 260px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.wp #header {
    background-color: #161616;

}

@media screen and (max-width:1200px) {
    .wp #sp-menu {
        background-color: #161616;
        height: 70px;
    }
}

.on {
    background-color: #161616;
}

.sp-on {
    background-color: #161616;
    height: 70px;
}

#header .header_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 80px;
    font-family: 'Optima';
}

#header .header-cv-btn {
    position: absolute;
    top: 0;
    right: 0;
}

#header .header_content>nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#header .header_content>nav ul {
    display: flex;
    justify-content: center;
}

#header .header_content>nav ul li {
    font-size: 13px;
    padding: 0 30px;
}

#header .header_content>nav ul li a {
    color: #fff;
}

@media screen and (max-width:1350px) {
    #header .header_content > nav {
        width: 100%;
        padding-right: 230px;
    }
    #header .header_content > nav ul li {
        padding: 0 20px;
    }
}
@media screen and (max-width:1000px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
    #header .nav_inner .cv-btn {
        margin-top: 20px;
    }
    #header .nav_inner .sns a {
        text-align: center;
    }
    #header .nav_inner .sns img {
        width: 40px;
    }
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual {
    position: relative;
}

#mainvisual .mainvisual-content {
    height: 100vh;
    min-height: 400px;
}

#mainvisual .mainvisual_slider {
    height: 100%;
}

#mainvisual .mainvisual_slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#mainvisual .mainvisual-sp {
    display: none;
}

#mainvisual .mainvisual-pc {
    display: block;
}

#mainvisual .flex {
    display: flex;
    align-items: center;
}

#mainvisual .flexA {
    justify-content: end;
}

#mainvisual .sns {
    position: absolute;
    z-index: 3;
    top: 43%;
    right: -35px;
    transform: rotate(90deg);
}


#mainvisual .sns p {
    font-family: 'Optima';
    color: #fff;
    margin-bottom: 2px;
}

#mainvisual .sns p::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1.5px;
    width: 20px;
    margin: 0px 4px 3px 8px;
}

#mainvisual .sns img {
    width: 35px;
    transform: rotate(-90deg);
}

#mainvisual .main-title {
    position: absolute;
    bottom: 15rem;
    left: 5rem;
    z-index: 2;
    color: #fff;
}

#mainvisual .main-title {
    max-width: 300px;
    width: 90%;
}

#mainvisual .top-logo {
    position: absolute;
    z-index: 3;
    background-color: #FFF;
    opacity: 0.9;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}

#mainvisual .main-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#mainvisual .top-logo .logo {
    width: 250px;
}

#mainvisual .main-logo img {
    width: 250px;
}

#mainvisual .sub-cv-btn a {
    height: 50px;
    margin-right: 30px;
}

@media screen and (max-width:896px) {
    #mainvisual .flex {
        flex-direction: column;
    }

    #mainvisual .main-logo {
        top: 15px;
    }

    #mainvisual .sub-cv-btn {
        margin-top: 57px;
    }

    #mainvisual .sub-cv-btn a {
        margin-right: 0px;
    }

    #mainvisual .main-title {
        bottom: 18rem;
    }

    #mainvisual .main-logo img {
        width: 200px;
    }
}

@media screen and (max-width:430px) {
    #mainvisual .mainvisual-sp {
        display: block;
    }

    #mainvisual .mainvisual-pc {
        display: none;
    }

    #mainvisual .main-logo {
        top: 13px;
        width: 180px;
    }

    #mainvisual .top-logo {
        padding: 0 0 15px;
    }

    #mainvisual .main-title {
        bottom: 15rem;
        left: 50%;
        transform: translate(-50%, 0);
    }
}



/*------------------------------------------------------------
	コンセプト
------------------------------------------------------------*/

#consept .sec01 {
    margin-bottom: 85px;
}


#consept .sec01 p {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.6px;
}

@media screen and (max-width:430px) {
    #consept .sec01 {
        margin-bottom: 50px;
    }

    #consept .sec01 p {
        text-align: left;
    }
}

/*------------------------------------------------------------
	スライダー sec02
------------------------------------------------------------*/

#slider_photo .sec02 {
    margin-bottom: 85px;
}

#slider_photo .section_slider {
    position: relative;
}

#slider_photo .section_slider .swiper-slide {
    max-height: 700px;
    height: auto;
}

#slider_photo .section_slider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width:1800px) {
    #slider_photo .section_slider .swiper-slide {
        max-height: 1200px;
    }
}

@media screen and (max-width:430px) {
    #slider_photo .sec02 {
        margin-bottom: 50px;
    }
}

/*------------------------------------------------------------
	スタイル
------------------------------------------------------------*/

#style .sec03 .box {
    width: 100%;
    margin-bottom: 80px;
}

#style .sec03 .box img {
    width: 50%;
    height: auto;

}

#style .sec03 .flex {
    justify-content: flex-start;
    align-items: center;
    gap: 70px;
}

#style .sec03 .section-title-sec03 h3 {
    text-align: start !important;
    margin: -60px 0 -40px !important;
}

#style .sec03 .sub-title {
    font-size: 20px;
    margin-bottom: 30px;
}

#style .sec03 .sub-title::after {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: 50px;
    margin-top: 4px;
}

@media screen and (max-width:1000px) {
    #style .sec03 .box img {
        width: 450px;
    }
}

@media screen and (max-width:958px) {
    #style .sec03 .flex {
        flex-direction: column-reverse;
    }

    #style .sec03 {
        max-width: 700px;
        margin: 0 auto;
    }

    #style .sec03 .box img {
        width: 100%;
    }

    #style .sec03 .text-box01 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    #style .sec03 .sub-title {
        width: max-content;
        margin: 0 auto 30px;
    }

    #style .sec03 .sub-text {
        text-align: center;
    }

    #style .sec03 .sub-title::after {
        width: 42px;
        margin: 10px auto 0;
    }

    #style .sec03 .section-title-sec03 h3 {
        text-align: center !important;
    }
}

@media screen and (max-width:430px) {
    #style .sec03 .sub-text {
        padding: 0 30px;
        text-align: left;
    }

    #style .sec03 .box {
        margin-bottom: 50px;
    }
}

/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/

#schedule .flex {
    flex-direction: row-reverse;
}

#style .sec03 .text-box01 {
    margin-right: 120px;
}

#schedule .schedule-number-box ol {
    text-align: center;
    width: 300px;
}

#schedule .schedule-number-box ol li:nth-child(1)::before {
    content: "1";
    padding-left: 10px;
}

#schedule .schedule-number-box ol li:nth-child(3)::before {
    content: "2";
    padding-left: 10px;
}

#schedule .schedule-number-box ol li:nth-child(5)::before {
    content: "3";
    padding-left: 10px;
}

#schedule .schedule-number-box ol li:nth-child(7)::before {
    content: "4";
    padding-left: 10px;
}

#schedule .schedule-number-box ol li:nth-child(9)::before {
    content: "5";
    padding-left: 10px;
}

#schedule .schedule-number-box ol li:nth-child(odd) {
    border: #000 1px solid;
    padding: 3px;
    display: grid;
    grid-template-columns: auto 1fr;
}

#schedule .dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

#schedule .small-text {
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (min-width:1200px) {
    #style .sec03 .text-box01 {
        margin-right: 80px;
    }
}

@media screen and (max-width:1200px) {
    #style .sec03 .text-box01 {
        margin-right: 0px;
    }
}

@media screen and (max-width:958px) {
    #style .sec03 .text-box01 {
        margin-right: 0px;
    }

    #schedule .schedule-number-box ol {
        margin: 0 auto;
    }

    #schedule .small-text {
        text-align: center;
    }

    #style .sec03 .flex {
        gap: 30px;
    }
}

@media screen and (max-width:430px) {
    #style .sec03 .text-box01 {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------
	プラン
------------------------------------------------------------*/

#plan .plan-box {
    background-color: #F8F8F8;
    margin: 0 auto 30px;
    width: 100%;
}

#plan .plan-box .photo-box img {
    width: 360px;
    margin-bottom: 40px;
}

#plan .plan-box .text-box {
    padding: 40px;
}

#plan .plan-box .text-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: lighter;
    letter-spacing: 0px;
}

#plan .plan-box .text-box h4::after {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: 50px;
    margin-top: 4px;
}

#plan .plan-box .text-box ul li {
    font-size: 15px;
    padding-left: 1rem;
    text-indent: -1.6rem;
}

#plan .plan-box .text-box .flex {
    margin-bottom: 15px;
}

#plan .plan-box .text-box .flex p {
    font-size: 14px;
}

#plan .plan-box .text-kansei {
    margin-left: 5px;
    border: #000 1px solid;
    padding: 0 15px;
}

#plan .plan-box .fee {
    margin-top: 10px;
    font-size: 21px;
}

#plan .plan-box .fee span {
    font-size: 16px;
}

#plan .plan-box .plan-cv-btn a {
    height: 50px;
    background-color: #000;
    margin-top: 20px;
}

@media screen and (max-width:958px) {
    #plan .plan-box {
        max-width: 700px;
        display: block;
    }

    #plan .plan-box .photo-box {
        text-align: center;
    }

    #plan .plan-box .photo-box img {
        width: 100%;
        margin-bottom: 0;
    }

    #plan .plan-box .text-box {
        padding: 50px;
    }

    #plan .plan-box .text-kansei {
        width: max-content;
    }

    #plan .plan-box .plan-cv-btn a {
        margin: 10px auto;
    }

    #plan .text-box .fee {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (max-width:430px) {
    #plan .plan-box .text-box {
        padding: 30px 25px;
    }
}

/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/

#access .sec06 {
    margin-bottom: 70px;
}

#access .sec06 p {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.6px;
}

@media screen and (max-width:958px) {
    #access .sec06 {
        margin-bottom: 50px;
    }

    #access .map iframe {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width:430px) {
    #access .map iframe {
        width: 100%;
        height: 300px;
    }
}

/*------------------------------------------------------------
	ニュース
------------------------------------------------------------*/

.wp #news {
    margin: 15rem 0 10rem;
}

#news .news_list dl {
    display: flex;
    border-top: 1px solid #D6D6D6;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

#news .news_list {
    margin-bottom: 40px;
}

#news .news_list dt {
    width: 50%;
}

#news .news_list dt:last-child {
    width: 50%;
}

#news .news_list a:last-child dl {
    border-bottom: 1px solid #D6D6D6;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

#news .news_list dt::before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 115px;
    position: absolute;
    top: -1px;
}

#news .news_list a:last-child dt::after {
    content: "";
    background-color: #000;
    height: 1px;
    width: 115px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#news .news_list_dd .dd-bottom {
    margin-bottom: 10px;
}

#news .news-btn {
    margin-bottom: 100px;
}

#news .news-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #000;
    width: 200px;
    height: 60px;
    width: 230px;
    padding: 15px 0;
    margin: 0 auto;
}

#news .news-btn img {
    width: 18px;
    margin-left: 15px;
}

#news .news-btn p {
    color: #fff;
    font-size: 15px;
    width: 135px;
}

#news .news_title h3 {
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Optima', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    margin-bottom: -8px;
}

#news .news_title p {
    font-weight: lighter;
    font-family: 'Optima', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    margin-bottom: 1rem;
    text-align: end;
}

#news .news_content {
    margin-bottom: 10rem;
}

.wp #news .news-btn img {
    transform: rotate(184deg);
}

@media screen and (max-width:958px) {
    #news .news_list dl {
        display: block;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:896px) {
    #news .news_list dt::before {
        top: -0.3%;
    }

    .wp #news {
        margin: 10rem 0 10rem;
    }

    #news .news_content {
        margin-bottom: 6rem;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    bottom: 0;
}

#footer .footer_content {
    padding-bottom: 200px;
    text-align: center;
}

#footer .footer_content nav {
    margin-bottom: 60px;
}

#footer .footer_content nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer_content nav ul li {
    padding: 0 25px;
}

#footer .cv-btn {
    margin-bottom: 50px;
}

#footer .cv-btn a {
    background-color: #000;
    height: 60px;
    width: 230px;
    margin: 0 auto;
}

#footer .footer-logo {
    margin-bottom: 40px;
}

#footer .add {
    margin-bottom: 30px;
}

#footer .footer-logo img {
    width: 250px;
}

@media screen and (max-width: 896px) {
    #footer .footer_content nav ul {
        gap: 30px;
        flex-direction: column;
    }
}

@media screen and (max-width:430px) {
    #footer .footer_content {
        padding-bottom: 100px;
    }
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
.wp #contact {
    padding-top: 80px;
}
.wp #contact .contact_content {
    margin-bottom: 100px;
}
.wp #contact .contact_table table {
    width: 100%;
}
.wp #contact .contact_table th, .wp #contact .contact_table td {
    width: 100%;
    display: block;
}
.wp #contact .contact_table th {
    font-size: 14px;
    font-weight: normal;
}
.wp #contact .contact_table th .required {
    background-color: #980701;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    margin-left: 15px;
    display: inline-block;
    line-height: 1.0;
}
.wp #contact .contact_table td {
    padding-top: 5px;
    padding-bottom: 30px;
}
.wp #contact .contact_table td input, .wp #contact .contact_table td textarea {
    background-color: #EFEFEF;
    padding: 20px 10px;
    border: 0;
    width: 100%;
}
.wp #contact .recaptcha p {
    font-size: 12px;
    text-align: center;
}
.wp #contact .recaptcha p a {
    text-decoration: underline;
}
.wp #contact .contact_btn {
    margin: 50px auto 0;
    width: 250px;
}
.wp #contact .contact_btn input {
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    border: 0;
    font-family: 'Optima', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
.wp #contact .contact_btn input:hover {
    background-color: #980701;
    transition: 0.3s;
}

@media screen and (max-width:430px) {
    .wp #contact .recaptcha p {
        text-align: left;
    }
}

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/
.wp #contact .thanks_content {
    margin-top: 50px;
    margin-bottom: 100px;
}
.wp #contact .thanks_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.wp #contact .thanks_content .btn {
    margin: 50px auto 0;
    max-width: 230px;
}
.wp #contact .thanks_content .btn a {
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.wp #contact .thanks_content .btn a span {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: block;
}
.wp #contact .thanks_content .btn a span::before {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:530px) {
    .wp #contact .thanks_content h3 .br-sp {
        display: block;
    }
}