/* hp_sampleページ用CSS 個別のスタイルは専用のcssを用意する*/


/* 基本のcss */


/* ----------------  ----------------  ---------------- 
base
 ----------------  ----------------  ----------------  */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Moto Sans JP', sans-serif;
    color: #000000;
    background-image: linear-gradient(to right, rgba(209, 209, 209, 0.755) 1px, transparent 1px), linear-gradient(to bottom, rgba(190, 183, 183, 0.75) 1px, transparent 1px);
    background-size: 40px 40px;
    /* グリッドのサイズを40px四方に設定 */
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.textAlignCenter {
    text-align: center;
}

.currentMenu {
    position: relative;
    padding: 0rem;
    border-bottom: 4px solid #fdfdfd;
    margin-top: -10px;
}

.underConstrcution-wrapper {
    width: 40%;
    margin: 0 auto;
}

.displayNone {
    display: none;
}

.fontWateBold {
    font-weight: bold;
}


/* ----------------  ----------------  ---------------- 
Z-index
 ----------------  ----------------  ----------------  */

header {
    z-index: 100;
}

.main {
    z-index: 10;
}

.flyer-link-btn {
    z-index: 20;
}

.about-table {
    border-collapse: collapse;
    width: 100%;
}

.about-th,
.about-td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.about-th {
    font-weight: bold;
    background-color: #94b4f476;
    text-align: center;
}

.about-td {
    background-color: white;
}


/* ----------------  ----------------  ---------------- 
 セクション関連
 ----------------  ----------------  ----------------  */

.section-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #fefefe9d;
}

.section-wrapper:last-of-type {
    padding-bottom: 120px;
}

.sectionTitleWrapper {
    background-image: url(../img/bg/sectionTitleBg.jpg);
}

.section-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.section-header {
    font-size: 2.2rem;
    font-weight: bold;
    font-style: italic;
    color: rgb(32, 143, 247);
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-header::after {
    content: "▼";
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-12px);
}

.section-title {
    font-size: 4.2rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-title::after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #1B53D1;
    border-radius: 50%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-18px);
}

.section-title::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #1B53D1;
    border-radius: 50%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(1px);
}

.section-sub-title {
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 4px;
    background: black;
    margin: -5px auto;
}


/* 注意表示（警告・特記事項など） */

.warningText {
    font-weight: bolder;
    font-size: large;
    color: red;
    margin: 10px auto;
    padding: 5px 20px;
    border: 2px solid red;
    border-radius: 12px;
}


/* 個別のcss */


/* ----------------  ----------------  ---------------- 
 header
 ----------------  ----------------  ----------------  */

.header-wrapper {
    position: absolute;
    width: 100%;
    position: fixed;
    background-color: #3a7ccc;
    /* ヘッダーの背景色 */
    border-bottom: #1B53D1 3px solid;
}

.headerBg {
    background-color: #333;
}

.header-inner {
    max-width: 95%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    max-width: 250px;
}

.nav-list {
    display: flex;
}

.nav-item {
    margin-right: 40px;
}

.nav-item:last-of-type {
    margin-right: 0;
}

.nav-item a {
    font-size: 2rem;
    font-family: 'Moto Sans JP';
    font-weight: bolder;
    cursor: pointer;
    color: #edead1;
    text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.7);
}

.burger-btn {
    display: none;
}


/* qrコード */

#qrModal {
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

.qrCode {
    margin: 0 auto;
}

#qrModal div {
    text-align: center;
}

.qrTitle {
    margin: 10px auto
}

.qrwrapper {
    margin: 10px auto
}


/* ----------------  ----------------  ---------------- 
 main:キービジュアル kv
 ----------------  ----------------  ----------------  */

.kv-wrapper {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/kv/ikko_kv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kv-copy {
    font-size: 6rem;
    text-align: center;
    font-family: 'Moto Sans JP';
    font-weight: bold;
    font-style: italic;
    color: black;
}


/* ----------------  ----------------  ---------------- 
 セクション関連
 ----------------  ----------------  ----------------  */

.section-wrapper {
    padding: 50px 0;
    background-color: #ffffff;
    /* 背景のベースカラーを薄灰色に設定 */
}

.section-wrapper:last-of-type {
    padding-bottom: 120px;
}

.section-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.section-header {
    font-size: 2.2rem;
    font-weight: bold;
    font-style: italic;
    color: rgb(32, 143, 247);
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-header::after {
    content: "▼";
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-12px);
}

.section-title {
    font-size: 4.2rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-title::after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #1B53D1;
    border-radius: 50%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-18px);
}

.section-title::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #1B53D1;
    border-radius: 50%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(1px);
}

.section-sub-title {
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Prompt', sans-serif;
    position: relative;
}

.section-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 4px;
    background: black;
    margin: -5px auto;
}


/* ----------------  ----------------  ---------------- 
 section:About
 ----------------  ----------------  ----------------  */

.section-inner-about {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.about-img-wrapper {
    width: 55%;
    padding: 20px
}

.about-text-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.about-text-wrapper {
    max-width: 460px;
    line-height: 1.5;
    padding-bottom: 40px;
}


/* ----------------  ----------------  ---------------- 
 section:Facilities
 ----------------  ----------------  ----------------  */

.facility-li {
    font-weight: bold;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: lightslategrey 5px dotted;
}

.facility-li-pc {
    display: block;
}


/* ----------------  ----------------  ---------------- 
 section:Initiatives
 ----------------  ----------------  ----------------  */

.initiatives-text-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    padding-bottom: 40px;
}

.initiatives-li {
    font-weight: bold;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: rgb(227, 170, 158) 5px dotted;
    position: relative;
}

.initiativesTitleMarker {
    font-size: 50px;
    font-style: italic;
    font-family: "Times New Roman";
    color: coral;
}

.initiativesDetailBox {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: antiquewhite;
    display: none;
    /* 初期状態で非表示 */
}

.initiativesDetailText {
    font-size: 18px;
}

.initiativesTitle::after {
    content: "詳細を表示";
    display: inline-block;
    background-color: coral;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 1;
    /* ボタンが前面に表示されるようにする */
}

.initiativesTitle.active::after {
    content: "詳細を隠す";
    top: 20%;
    /* 詳細表示時にボタンを上に移動 */
    transform: translateY(-20%);
}

.detailToggleText {
    display: none;
}

.lineBox {
    margin: 5px auto;
    border: 1px black solid;
    padding: 5px;
    background-color: white;
    color: red;
    margin: 0 auto;
}

.line-button {
    margin: 10px auto;
    display: inline-block;
    background-color: #00c300;
    color: #fff;
    padding: 6px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.line-button:hover {
    background-color: #009900;
}


/* ----------------  ----------------  ---------------- 
 notice
 ----------------  ----------------  ----------------  */

.newsBox {
    padding-bottom: 40px;
}

.news-list-item {
    border-bottom: #084475 2px dotted;
    padding-bottom: 10px;
}

.date {
    font-weight: bold;
}


/* ----------------  ----------------  ---------------- 
 footer
 ----------------  ----------------  ----------------  */

footer {
    background-color: #dcdcdc;
    color: #333;
    /* padding: 30px 0; */
    /* justify-content: space-between; */
}

.footer-wrapper {
    padding: 32px 0 10px;
}

.section-wrapper-footer {
    padding: 20px 0;
}

.section-inner-footer {
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}


/* 会社情報のスタイル */

.company-info {
    padding: 10px 0;
}


/* サイトマップのスタイル */

.sitemap {
    padding: 10px 0;
}


/* インスタグラムのスタイル */

.footerContainer {
    display: flex;
    align-items: center;
    /* アイテムを中央揃えに */
    justify-content: center;
    /* 中央に配置 */
    width: 100%;
    /* 幅を100%に設定 */
    padding: 10px 0;
    /* 上下にパディング */
}

.lineWrapper {
    margin-right: 10px;
    /* 右のテキストとの間隔を設定 */
}

.footerLineLogo {
    width: 60px;
    /* ロゴの幅を設定 */
}

.lineText {
    font-size: 10px;
    margin: 0;
    /* 余分なマージンを削除 */
}


/* 著作権情報のスタイル */

.copyright {
    text-align: center;
    margin-top: 20px;
}


/* 電話番号をタップしたときのスタイル */

@media only screen and (max-width: 600px) {
    a[href^="tel"] {
        pointer-events: auto;
        cursor: pointer;
    }
}


/* ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  ::::::  :::::: */


/* +++++++++++++  +++++++++++++  +++++++++++++  +++++++++++++  
 レスポンシブ SP 設定
  +++++++++++++  +++++++++++++  +++++++++++++  +++++++++++++ */

@media screen and (max-width: 768px) {
    /*  +++++++++++++   +++++++++++++  
    underConstruction 
    +++++++++++++   +++++++++++++  */
    .underConstrcution-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    /*  +++++++++++++   +++++++++++++  
    header SP 
    +++++++++++++   +++++++++++++  */
    .header-logo {
        width: 80%;
    }
    .header-nav {
        display: none;
    }
    /*  +++++++++++++   +++++++++++++  
    kv ハンバーガメニュー 
    +++++++++++++   +++++++++++++  */
    /* ハンバーガーメニュー　開いている　三本線 */
    .burger-btn {
        display: block;
        width: 24px;
        position: absolute;
        top: 26px;
        right: 30px;
    }
    button {
        appearance: none;
        border: 0;
        background: none;
        padding: 0;
        height: 22px;
    }
    .bar {
        display: inline-block;
        height: 2px;
        width: 100%;
        background-color: #fff;
    }
    .bar-top {
        position: absolute;
        top: 0;
    }
    .bar-mid {
        position: absolute;
        top: 50%;
    }
    .bar-bottom {
        position: absolute;
        bottom: 0;
    }
    /* ハンバーガーメニュー　開いた時の　×印 */
    .burger-btn.cross .bar-top {
        transform: rotate(45deg)translate(1px, 13px);
        transition: transform .3s;
    }
    .burger-btn.cross .bar-mid {
        opacity: 0;
        transition: opacity .3s;
    }
    .burger-btn.cross .bar-bottom {
        transform: rotate(-45deg)translate(1px, -13px);
        transition: transform .3s;
    }
    /* ハンバーガーメニュー　開いた時 */
    .header-nav {
        /* display: block; */
        height: 45vh;
        width: 82vw;
        background-color: rgba(13, 25, 106, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    .nav-list {
        flex-direction: column;
        padding-top: 10px;
    }
    .nav-item {
        margin: 0 0 24px;
    }
    body.noscroll {
        overflow: hidden;
    }
    /*  +++++++++++++   +++++++++++++  
    kv SP 
    +++++++++++++   +++++++++++++  */
    .kv-wrapper {
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/kv/ikko_kv_sp.jpg);
        background-position: center;
        background-size: cover;
    }
    /*  +++++++++++++   +++++++++++++  
    section SP 　※ハンバーガーメニューがクリックされた時のみ適用
    +++++++++++++   +++++++++++++  */
    .section-header_SP {
        margin: 40px 0 30px;
    }
    /*  +++++++++++++   +++++++++++++  
    section 
    +++++++++++++   +++++++++++++  */
    .section-header {
        font-size: 1.7rem;
        padding-bottom: 6px;
    }
    .section-title {
        font-size: 2.3rem;
        padding: 0px 25px;
    }
    /*  +++++++++++++   +++++++++++++  
    section:About SP 
    +++++++++++++   +++++++++++++  */
    .section-inner-about {
        flex-direction: column;
    }
    .about-img-wrapper {
        width: 100%;
        padding: 20px 5px;
        margin: 10px auto;
    }
    /* ----------------  ----------------  ---------------- 
 section:Facilities SP 
 ----------------  ----------------  ----------------  */
    .facility-ul {
        padding-left: 10px;
    }
    .facility-li {
        font-weight: bold;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: lightslategrey 5px dotted;
    }
    .facility-li-pc {
        display: none;
    }
    .facility-li-sp {
        display: block;
    }
    /* ----------------  ----------------  ---------------- 
 section:initiatives SP 
 ----------------  ----------------  ----------------  */
    .initiatives-ul {
        padding-left: 10px;
    }
    .initiatives-li {
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .initiativesTitleMarker {
        font-size: 40px;
    }
    .initiativesTitle::after {
        display: none;
        /* スマホ表示時は擬似要素を非表示に */
    }
    .initiativesDetailText {
        font-size: 16px;
    }
    .detailToggleText {
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        border: 1px solid coral;
        margin: 5px;
        padding: 5px;
    }
    /*  +++++++++++++   +++++++++++++  
     footer 
    +++++++++++++   +++++++++++++  */
    .section-inner-footer {
        flex-direction: column;
    }
}