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

    このファイルには共通パーツのスタイルのみを記述します

------------------------------------------------------------*/



/* -----------------------------
 * 追従バナーpc  
-------------------------------*/
.follow-btn {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 9999;
}

.follow-tel img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.follow-mail img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.follow-top img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.follow-tel {
    width: 70px;
    height: 215px;
    background: #F8F8FA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
}

.follow-mail {
    width: 70px;
    height: 210px;
    background: #4A3D37;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
}
.follow-top {
    width: 70px;
    height: 76px;
    background: #F8F8FA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-direction: column;
    transition: 0.3s;
}

.follow-tel:hover,
.follow-mail:hover,
.follow-top:hover {
    opacity: 0.5;
}

.follow-tel-num {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #4A3D37;
    text-align: center;
}

.follow-tel-text {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #4A3D37;
    text-align: center;
}

.follow-mail-text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.follow-top-text {
    font-family: "Zen Old Mincho";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #4A3D37;
}


    /* 閉じるボタン */
    .sticky-sidebar__off {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 4px;
        border: none;
        cursor: pointer;
        transition: background 0.2s;
        position: absolute;
        top: 0;
        right: 5px;
        translate: 0 -120%;
        box-shadow: -2px 0 12px rgba(0, 0, 0, 0.12);
    }

    .sticky-sidebar__off:hover {
        background: #f5f5f5;
    }

    .sticky-sidebar__off svg {
        display: block;
    }

    .sticky-sidebar__off-label {
        font-family: "Zen Old Mincho";
        font-weight: 500;
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.03em;
        color: #14213D;
        text-align: center;
    }


/* -----------------------------
 * 追従バナーsp  
-------------------------------*/
.follow-btn-sp {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;

}

.follow-btn-sp-wrapper {
    display: flex;
}

.follow-btn-sp .follow-tel img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.follow-btn-sp .follow-mail img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.follow-btn-sp .follow-tel {
    margin: 0;
    width: 45%;
    height: 60px;
    border-radius: 0;
    background: #F8F8FA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}

.follow-btn-sp .follow-mail {
    margin: 0;
    width: 40%;
    height: 60px;
    border-radius: 0;
    background: #4A3D37;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
.follow-btn-sp .follow-top {
    width: 15%;
    height: 60px;
    background: #F8F8FA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-direction: column;
    transition: 0.3s;
}

.follow-btn-sp .follow-tel-num {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #4A3D37;
    text-align: center;
}

.follow-btn-sp .follow-mail-text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

@media (max-width:599px) {
    .follow-btn-sp .follow-tel-num {
        line-height: 1;
    }

    .follow-btn-sp .follow-mail-text {
        line-height: 1;
    }
}
@media (max-width:375px){
	.follow-btn-sp .follow-tel {
    gap: 4px
}

.follow-btn-sp .follow-mail {
    gap: 4px
}
}
/* -----------------------------
 * 追従LINEボタン  
-------------------------------*/
#custom_html-4 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	width: 280px;
}
#custom_html-4 figure{
    margin-bottom: 0;
}

#custom_html-4 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width:959px) {
	#custom_html-4 {
		bottom: 25px;
		width: 210px;
	}
}
/* -----------------
    汎用リンクボタン 
--------------------*/

.link-btn {
    position: relative;
    display: block;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding: 13.5px 0;
    border: 1px solid #051F32;
    background: #fff;
    text-align: center;
    transition: 0.3s;
}

.link-btn-text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    transition: 0.3s;
}

.link-btn-icon {
    position: absolute;
    top: 50%;
    right: 23px;
    translate: 0 -60%;
}

.link-btn-icon svg {
    stroke: #051F32;
    transition: 0.3s;
}

.link-btn:hover {
    background: #051F32;
    border-color: #fff;
}

.link-btn:hover .link-btn-text {
    color: #fff;
}

.link-btn:hover .link-btn-icon svg {
    stroke: #fff;
}

/* -----------------------------
 * 下層ページ汎用 リンクボタン
-------------------------------*/
.General-btn a {
    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    text-align: center;
    padding: 24px 64px;
    border-radius: 999px;
    border: none;
    box-shadow: none;
    background: linear-gradient(226.68deg, #857966 -13.54%, #4A3D37 47.58%);
}

/* -----------------------------
    下層ページ アンカーリンク 
-------------------------------*/
.Anchor-link a {
    /* 初期スタイル削除 */
    background: none;
    border-radius: 0;
    box-shadow: none;

    /* 追加スタイル */
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.09;
    letter-spacing: 0.03em;
    color: #051F32;
    transition: all 0.3s;
    padding: 0;
    justify-content: space-between !important;
    width: 100%;
    text-align: left;
}

.Anchor-link a:hover {
    box-shadow: none;
}

.Anchor-link a:hover span {
    opacity: 0.5;
}


/* ホバーアニメーション */

/* 基準点作成 */
.Anchor-link a {
    position: relative;
}

/* アニメーション中身 */
.Anchor-link a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #051F32;
    bottom: -8px;
    /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s;
    /*変形の時間*/
}

.Anchor-link a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
}

@media (max-width:959px) {
    .Anchor-link a {
        font-size: 14px;
    }
}

@media (max-width:599px) {
    .Anchor-link a span{
        max-width:300px;
    }
}