@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Zen Kaku Gothic Antique 400*/
@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/fonts/ZenKakuGothicAntique-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

/*Zen Kaku Gothic Antique 500*/
@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/fonts/ZenKakuGothicAntique-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

/*Zen Kaku Gothic Antique 700*/
@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/fonts/ZenKakuGothicAntique-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

/*Zen Old Mincho 400*/
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

/*Zen Old Mincho 500*/
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

/*Zen Old Mincho 700*/
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

/*Sedan SC 400*/
@font-face {
    font-family: 'Sedan SC';
    src: url(/fonts/SedanSC-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

/*Zen Kurenaido 400*/
@font-face {
    font-family: 'Zen Kurenaido';
    src: url(/fonts/ZenKurenaido-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 400;
    font-display: swap;
}

/*///////////////////// font-face 読み込み例 ///////////////////////////*/

body {
    overflow-x: hidden;
}

.org-header * {
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #333333;
}

.l-detail__side .contact-card {
    top: 30px;
}

.l-wrapper:has(.org-header.under) {
    padding: 110px 0 0;
}

#esbody .l-wrapper:has(.l-map) {
    padding: 0;
}

.org-header {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0 174px 0 175px;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    z-index: 3;
    transition: .4s;
    width: 1460px;
    height: 70px;
    background: url(/images/top/bg_header.webp) no-repeat center / cover;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: fixed;
}

.org-header.under {
    position: fixed;
}

#esbody .l-wrapper:has(.l-map) .org-header.under {
    position: relative;
    top: 0;
}

.top-header-scroll {
    transition: .4s;
}

.org-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0;
    height: 100%;
}

.org-header__logo a {
    display: block;
    width: 257px;
    max-height: 40px;
    height: 40px;
}

.org-header__logo a img {
    width: 100%;
    height: 100%;
}

.org-header__logo a:hover {
    opacity: 1;
}

.org-header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.org-header__navi-list {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    margin: 0 30px 0 0;
    padding: 0 0 4px;
}

.org-header__navi-item {
    position: relative;
}

[class^="navi__link"] {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 15px 0;
}

.navi__link--popup {
    padding-right: 12px;
    position: relative;
}

.navi__link--popup:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/images/top/icn_pulldown.webp) no-repeat center / cover;
    width: 11px;
    height: 6px;
    right: -2px;
    bottom: 25px;
}

[class^="navi__link"]:hover {
    color: #76BBD8;
}

.navi__link--area {
    color: #3692AC;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 9999px;
    border: 1px solid #42C9EF;
    background: rgba(66, 201, 239, 0.10);
    text-align: center;
    height: 40px;
    line-height: 1.35;
    margin-right: 16px;
}

.navi__link--area-shimoda {
    color: #21BCB8;
    border: 1px solid #21BCB8;
    background: #F4FCFB;
}

/* ポップアップ */
.h-popup--store {
    background: transparent;
    position: absolute;
    bottom: -117px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    width: 128px;
}

.h-popup--store.is-visible {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: .4s;
}

.h-popup--area {
    background: transparent;
    position: absolute;
    bottom: -158px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    width: 128px;
}

.h-popup--area.is-visible {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: .4s;
}

.h-list__popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1px;
}

.h-item__popup a {
    width: 128px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 95%);
    line-height: 1.75;
    padding: 6px 0;
}

.h-item__popup a:hover {
    background: #76BBD8;
    color: #fff;
}

.header__tel--wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 21px 0 0;
    gap: 2px;
    position: relative;
    bottom: 1px;
}

.header__inner--tel {
    display: flex;
    gap: 7px;
    align-items: center;
}

[class^="header__txt--"] {
    font-size: 12px;
    font-weight: 700;
    width: 48px;
    height: 25px;
    text-align: center;
    padding: 3px 4px 0;
    position: relative;
    top: 1px;
}

.header__txt--atami {
    background: #D9F4FC;
    color: #42C9EF;
}

.header__txt--shimoda {
    background: #D3F2F1;
    color: #21BCB8;
}

[class^="header__num--"] {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 1;
    flex-shrink: 0;
}

[class^="header__num--"]:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.header__num--atami:before {
    background: url(/images/top/icn_tel_atami_h.webp) no-repeat center / cover;
}

.header__num--shimoda:before {
    background: url(/images/top/icn_tel_shimoda_h.webp) no-repeat center / cover;
}

.header__service {
    display: flex;
    gap: 6px;
}

[class^="header--"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
    position: relative;
    padding: 30px 0 0;
}

[class^="header--"]:hover {
    color: #76BBD8;
}

[class^="header--"]:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 26px;
    height: 26px;
    transition: .4s;
}

.header--fav:before {
    background: url(/images/top/icn_header_favo.webp) no-repeat center / cover;
}

.header--his:before {
    background: url(/images/top/icn_header_his.webp) no-repeat center / cover;
}

.header--fav:hover:before {
    background: url(/images/top/icn_header_favo_on.webp) no-repeat center / cover;
    transition: .4s;
}

.header--his:hover:before {
    background: url(/images/top/icn_header_his_on.webp) no-repeat center / cover;
    transition: .4s;
}
.org-header__navi-item {
    flex-shrink: 0;
}
.org-header__navi-list {
    gap: 24px;
}
