@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 300*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Light.woff2);
    font-weight: 300;
    font-display: swap;
}
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    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 600*/
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}

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

/* ========================================= */
/* Header Section */
/* 計測値: padding-left: 20px, space-between */
/* ========================================= */
.l-contents a:hover {
    transition: 0s;
}

.header__logo img {
    max-width: 237px;
    max-height: 80px;
    margin-bottom: 4px;
}

.l-header {
    width: 100%;
}

.header__inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    position: sticky;
    background: #fff;
    height: 89px;
}
l-contents
/* ========================================= */
/* Logo */
/* 計測値: Auto Layout: none */
/* ========================================= */
.header__logo-link {
    display: block;
}

.header__logo-link-inner {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
}

.header__logo-link-inner:hover {
    opacity: 1;
}

.header__logo-icon {
    display: block;
    width: 36px;
    height: 36px;
}

.header__logo-text {
    display: block;
    width: 207px;
    height: 30px;
}

/* ========================================= */
/* Block Right */
/* 計測値: gap: 28px, flex-end, center */
/* ========================================= */
.header__block-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

/* ========================================= */
/* Global Navigation */
/* 計測値: gap: 25px, font-size: 15px, font-weight: 400, line-height: 1.5em */
/* ========================================= */
.header__gnavi {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
}

.header__gnavi-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    color: #333333;
    text-decoration: none;
    padding-bottom: 0px;
}

.header__gnavi-link:hover {
   color: #1992EE;
   opacity: 1;
}

.header__gnavi-area .header__gnavi--list {
  display: none;
  position: absolute;
  top: 102%;
  left: 0;
  /* background: #fff; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
  z-index: 10;
  padding-top: 20px;
}
.header__gnavi-area:hover .header__gnavi--list,
.header__gnavi-area:focus-within .header__gnavi--list {
  display: block;
}
.header__gnavi-area {
  position: relative;
  display: inline-block;
}

/* ========================================= */
/* Actions (Frame 53) */
/* 計測値: gap: 28px (btn_listとinfo_companyの間) */
/* ========================================= */
.header__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
}

/* ========================================= */
/* Button List */
/* 計測値: gap: 14px, font-size: 12px, font-weight: 400, line-height: 2em */
/* ========================================= */
.header__btn-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
}

.header__btn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.header__btn-item:hover .header__btn-text {
    color: #1992EE;
    opacity: 1;
}

.header__btn-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 1px 0;
}

.header__btn-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.header__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
    color: #333333;
}

/* ========================================= */
/* Company Info */
/* 計測値: padding: 15px 20px, gap: 7px, background: #E8F1FA */
/* ========================================= */
.header__info-company {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
    padding: 8px 19px 0px;
    background-color: #E8F1FA;
    height: 89px;
}

.header__tel {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
}

.header__tel-icon {
    display: block;
    width: 16px;
    height: 16px;
}

.header__tel-link {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-align: right;
    color: #1992EE;
    text-decoration: none;
    background: linear-gradient(180deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header__schedule {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    color: #333333;
    margin: 0;
}

.header__gnavi--btn {
    width: 160px;
    height: 41px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 30px;
    background: #E8F1FA;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}


.header__gnavi--btn:hover {
   background: linear-gradient(90deg, #3BA2F2 0%, #0379D3 100%);
   color: #fff;
   opacity: 1;
}

/* float */

.float-banner {
    position: fixed;
    right: 0;
    top: 21.4%;
    width: 110px;
    z-index: 9;
    font-family: sans-serif;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.float-banner.hidden {
opacity: 0;
visibility: hidden;
}
.float-banner__close {
    background: #333;
    color: #fff;
    padding: 3px 7px;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    width: 70px;
    margin: 0 0 0 auto;
    font-family: "Zen Old Mincho";
    letter-spacing: 0.04em;
    }

.float-banner__box {
    padding: 4px 13px 0;
    background: #0B4471;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
    }

.float-banner__box h3 {
    font-size: 16px;
    margin: 0 0 8px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.4;
    }

.float-banner__box p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #fff;
    }

.float-banner__box .btn {
    background: #fff;
    color: #00548b;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    width: 84px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-banner__item a {
    background: #A9A9A9;
    border-top: 1px solid #A9A9A9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    min-height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.float-banner__item .float-banner__item--reserve {background: #1992EE;color: #fff;}

.float-icon {
    width: fit-content;
    height: fit-content;
    display: block;
    margin: 0 auto 5px;
}

.float-banner .mypage-btn {
    background:  #004B8D;
}