/* 
Extra small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px 
*/

/*
【移行後リンク変更が必要な箇所】
function.php
get_top_image_url()内のデフォルト画像

include/
*/


/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 400 */
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;

    font-style: normal;
}

/* <weight>: Use a value just 300 */
.zen-kaku-gothic-new {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* <weight>: Use a value from 200 to 400 */
.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-style: normal;
}



/* rgb(251, 244, 236) */


.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}


body {
    background-color: rgb(246, 237, 226);
}


p,
h1,
h2,
h3,
h4 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    color: black;
}

li.scripts-block {
    list-style: disc;
}

.wp-block-button__link {
    color: black;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
    margin-bottom: 60px;
}

.wp-block-button__link:hover {
    background-color: rgb(226, 219, 211);
}

.container {
    margin: auto;
}

.flex {
    display: flex;
}

.icon-mail {
    display: inline-block;
    background-image: url(https://sit-archi.com/wp-content/uploads/2025/06/mail_thick.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 1em;
    margin-right: .5em;
    margin-bottom: .1em;
    vertical-align: middle;
    border: none;
    /* background-color: pink; */
}

.icon-mail.white {
    background-image: url(https://sit-archi.com/wp-content/uploads/2025/06/mail_thick_white.png);
}

/* Extra small */
@media(width<576px) {
    .container {
        width: 90%;
    }
}

/* lg */
@media(width>=992px) {
    .container {
        width: 80%;
    }
}

/* xl */
@media(min-width: 1200px) {
    .container {
        max-width: 60%;
    }
}



button.view-more {
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: gray;
    font-size: 12px;
    text-align: right;

    display: block;
    margin: 0 0 0 auto;
}

.arrow-long-right {
    width: 5em;
    height: 1em;

    display: inline-block;

    background-image: url(https://sit-archi.com/wp-content/uploads/2024/05/arrow-long-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    margin-left: 15px;
    margin-right: 20px;
    vertical-align: middle;
}


.arrow-short-right {
    display: inline-block;
    width: .6em;
    height: .6em;
    margin: 0 10px;
    border-top: 0.5px solid #555;
    border-right: 0.5px solid #555;
    transform: rotate(45deg);
}

.arrow-short-down {
    display: inline-block;
    width: .6em;
    height: .6em;
    margin: 0 10px;
    border-top: 1.3px solid white;
    border-right: 1.3px solid white;
    transform: rotate(135deg);
}


.window {
    width: 1em;
    height: 1em;

    display: inline-block;
    background-image: url(https://sit-archi.com/wp-content/uploads/2024/06/new_window_fill.png);
    background-size: cover;
    background-position: center;

    margin-left: 3px;
    margin-right: 5px;
    vertical-align: middle;
}

.window:hover {
    background-image: url(https://sit-archi.com/wp-content/uploads/2024/06/new_window_fill_hover.png);
}

.highlight {
    text-decoration: underline;
    /* 下線 */
    text-decoration-thickness: 0.45em;
    /* 線の太さ */
    text-decoration-color: #ffd900;
    /* 線の色 */
    text-underline-offset: -.1em;
    /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none;
}

.no-display {
    display: none;
    transition: background-color 0.5s ease;
}


.scripts-block p a {
    text-decoration: underline 1px black;
}






/* membership-fix */
#membership-fix {
    width: 200px;
    height: 200px;

    /* background-color: #222; */
    background-color: rgb(246, 237, 226);
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 2;

    padding: 15px;

    text-align: center;


    transform: scale(1.2);
    transform-origin: 100% 100%;
    bottom: 20px;
    right: 20px;
}

#membership-fix h1 {
    padding-top: 25px;
    font-size: 18px;
    color: white;
    color: #222;
    margin-bottom: 20px;
}

#membership-fix h2 {
    font-size: 12px;
    color: white;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4em;
}

#membership-fix button {
    color: white;
    color: #222;
    font-size: 15px;
    width: 135px;
    height: 35px;
    background-color: transparent;
    border: 1px solid rgb(246, 237, 226);
    border: .5px solid #222;
}

#membership-fix button:hover {
    background-color: rgb(227, 219, 212);
}

@media(max-width:576px) {
    #membership-fix {
        transform: scale(0.8);
        bottom: 5px;
        right: 3px;
        display: none;
    }
}

@media(max-width:992px) {
    #membership-fix {
        transform: scale(1.0);
        bottom: 5px;
        right: 3px;
    }
}



/* navbar-a */
#navbar-a {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    display: flex;
    z-index: 1000;
    background-color: rgb(246, 237, 226);
    border-bottom: gainsboro 1px solid;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav li a {
    color: #333;
}

.nav li a:hover,
.nav li a:active {
    color: #666;
}

.nav-out ul {
    display: flex;
    flex-direction: row;
    margin: auto 0;

    list-style: none;
}

.nav ul.dropdown-menu {
    display: none;
}

.nav ul.dropdown-menu.show {
    display: block;
}

nav.nav a.nav-img-a {
    display: block;
    height: 100%;
    align-items: center;
    justify-content: center;

    margin-left: 3%;
}

nav.nav img.nav-img {
    display: block;
    margin-top: 15px;
    height: 70%;
}

li.dropdown ul.dropdown-menu {
    border: none;
    border-radius: 5px;
    background-color: rgb(246, 237, 226);
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dadada;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

/* navbar-b */


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

@media(min-width:768px) {
    #navbar-b {
        display: none;
    }
}






/* navber-b */

#navbar-b .toggle {
    height: 69px;
    width: 69px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1002;
    border: none;
}

#navbar-b .toggle.open {
    background-color: transparent;
}

#navbar-b .sub-menu {
    position: fixed;
    z-index: 1001;
    background-color: rgb(246, 237, 226);
    height: 100%;
    width: 80%;
    top: 0;
    right: -100%;
    box-shadow: -50px 0px 50px #22222234;
    transition: right 0.3s ease;
}

#navbar-b button {
    background-color: transparent;
    border: none;
}


#navbar-b .sub-menu ul.menu-list {
    margin-top: 120px;
    margin-left: 40px;
    width: 80%;
    padding: 0;
    list-style: none;
    letter-spacing: .1em;
}

#navbar-b .sub-menu li {
    font-size: 17px;
    border-bottom: #333 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#navbar-b .sub-menu li.has-under {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sub-menu li.has-under .under-toggle {
    font-size: 25px;
    color: #67b049;
}

#navbar-b ul.under-sub-menu {
    list-style: none;
    display: none;
    border-bottom: none;
    padding-bottom: 0;

    margin-top: 25px;
    margin-bottom: 0;
    flex: 2;
    transition: right 0.3s ease;
}

.button-toggle-wrapper {
    display: flex;
    justify-content: space-between;
}

.has-under>button,
.has-under>.under-toggle {
    align-self: flex-start;
    /* ボタンとトグルを行の開始位置に配置 */
}

#navbar-b ul.under-sub-menu li {
    border-bottom: 0.5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.under-sub-menu li a {
    font-size: 15px;
    color: #555;
}


button.toggle.open .hamburger__line {
    background-color: transparent;
}

button.toggle.open .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}

button.toggle.open .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}

button.toggle.open .hamburger__text::before {
    content: '閉じる';
}

.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #222;
    transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #222;
    transition: inherit;
}

.hamburger__line:before {
    top: -6px;
}

.hamburger__line:after {
    top: 6px;
}

.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #222;
    font-size: 10px;
    font-weight: 900;
}

.hamburger-white {
    background-color: #fff !important;
}

.hamburger-white:before,
.hamburger-white:after {
    background-color: #fff !important;
}

.hamburger-text-white::before {
    color: #fff !important;
}




/* footer */

footer {
    background-color: #222;
    color: white;
    font-size: 12px;

    padding-top: 60px;
    padding-bottom: 60px;
}

footer .membership-block {
    padding: 40px;
    background-color: rgb(246, 237, 226);
    border-radius: 5px;
    margin-bottom: 60px;
    text-align: center;
    color: black;
}

footer .membership-block h2 {
    font-size: 25px;
    letter-spacing: .1em;
    margin-bottom: 30px;
}

footer .membership-block h5 {
    color: black;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 35px;
}

footer .membership-block button {
    width: 75%;
    height: 60px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid black;
}

footer .membership-block button:hover {
    background-color: rgb(221, 213, 206);
}

footer .column-block {
    margin-bottom: 20px;
}

footer .footer-section {
    margin-bottom: 20px;
}

footer .footer-contact-link {
    text-align: center;
}

footer .footer-contact-link h3 {
    font-size: 18px;
    color: white;
    text-align: center;
}

footer .footer-contact-link p {
    font-size: 16px;
    color: white;
}

footer h4 {
    font-size: 13px;
    margin-bottom: 1em;
    color: white;
}

footer ul {
    padding-left: 5px;
    list-style: none;
}

footer li {
    font-size: 13px;
    color: white;
    padding-bottom: .3em;
}

footer li::before {
    content: "-  ";
}

footer h5 {
    text-align: center;
    font-size: 10px;
    color: #888;
}

footer .img-block {
    justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 40px;
    align-items: center;
}