@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@400;700&family=Klee+One:wght@400;600&family=Montserrat:ital,wght@0,500;0,700;1,700&family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@500;700&display=swap');

/* 用紙サイズの指定（A4） */
html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Kaisei HarunoUmi', serif;*/
    /*font-family: 'Klee One', cursive;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: center;
    flex-flow: column;
    color: #545454;
    font-size: 1rem;
    position: relative;
    overflow-x: hidden;
    letter-spacing: 0.2em;
    font-weight: normal;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}

header,
section,
footer {
    width: 100%;
    height: auto;
    position: relative;
    scroll-margin-top: 80px;
}

h2 {
    font-size: 1.8em;
}

.__common_h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 10px;
}

.__common_h2 img {
    width: 30px;
}

.__common_h2 span {
    font-size: 0.6em;
    margin-top: 0.6rem;
}

h3 {
    font-weight: bold;
    font-size: 1.6em;
}

img {
    width: 100%;
}

div {
    height: auto;
}

.__common_base_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    position: relative;
}

.__common_base_inner {
    width: 75%;
    height: auto;
    position: relative;
}

.__common_height_margin {
    margin-top: 2.5vw;
    margin-bottom: 3vw;
}

.__common_footer_margin {
    margin-top: 3%;
}

.__common_inner_height_padding {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.__common_base_bg_color {
    background: -moz-linear-gradient(45deg, #425DAA, #5577d4);
    background: -webkit-linear-gradient(45deg, #425DAA, #5577d4);
    background: linear-gradient(45deg, #425DAA, #5577d4);
}

.__common_base_font_color {
    color: #425DAA;
}

.__common_change_font_color {
    color: #ffffff;

}

:root {
    --animate-duration: 800ms;
    --animate-delay: 1s;
}

/*****************************/
/*    　　ヘッダーメニュー　　　*/
/*****************************/
#__common_sp {
    display: none;
    width: 100%;
    height: auto;

}

.__common_header_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.__common_header_logo_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.__common_header_logo_item {
    width: 250px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 45px 20px;
    border-bottom-left-radius: 10px;
}

.__common_header_logo_item img {
    width: 50px;
}

.__common_header_logo_item h1 {
    width: calc(100% - 60px);
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: #ffffff;
}

.__common_header_logo_item h1 span {
    width: 100%;
    text-align: left;
    font-size: 0.8em;
}

.__common_header_logo_item h1 p {
    width: 100%;
    font-size: 1.6em;
    text-align: left;
}

.__common_header_info {
    width: calc(100% - 250px);
}

.__common_header_info_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 10px;
}

.__common_header_tel_box {
    font-size: 1.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;

}

.__common_header_tel_box i {
    font-size: 0.8em;
}

.__common_header_mail_box {
    width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-left: 20px;
}

.__common_header_mail_box a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 5px;
}

.__common_header_mail_box a i {
    margin-right: 10px;
    font-size: 0.8em;
}

.__common_header_map {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-left: 20px;
    border-radius: 5px;
}

.__common_header_map a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 5px;
    font-size: 0.9em;
}


.__common_header_nav {
    width: 100%;
    padding-bottom: 20px;
}

.__common_header_nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    font-size: 0.9em;
}

.__common_header_nav ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.__common_header_nav ul li {
    position: relative;
    transition: 1s;
}

.__common_header_nav ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    flex-wrap: wrap;
}

.__common_header_nav ul li a span {
    font-size: 0.6em;
}

.__common_header_nav ul li::before {
    content: '/';
}

.__common_header_nav ul li:first-child:before {
    content: '';
}

@keyframes nav-animation {
    0% {
        width: 0;
    }

    100% {
        width: 20%;
    }
}

.__common_header_nav ul li:hover::after {
    content: '';
    height: 2px;
    font-size: 0.6em;
    position: absolute;
    bottom: -15px;
    color: #425DAA;
    background-color: #425DAA;
    animation-name: nav-animation;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-iteration-count: 1;

}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
    width: 70%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    position: fixed;
    /*fixedを設定して固定*/
    z-index: 999;
    /*最前面へ*/
    top: 0px;
    /*位置指定*/
    left: 15%;
    /*位置指定*/
    background-color: #ffffff;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

#common_header_inner.inner {
    width: 100%;
}

#__common_change_width.change_width {
    width: calc(100% - 40px);
}

/*****************************/
/*    サブヘッダーメニュー　　 */
/*****************************/
.__common_sub_header {
    width: 100%;
    height: 250px;
    background: url(../img/common/sub_header/sub_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.__common_sub_header span {
    font-size: 0.8em;
}


/*****************************/
/*    　　　　フッター　　　　　*/
/*****************************/
.__common_footer_bg {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    background: -moz-linear-gradient(45deg, #f5f5f5, #efefef);
    background: -webkit-linear-gradient(45deg, #f5f5f5, #efefef);
    background: linear-gradient(45deg, #f5f5f5, #efefef);
    /*background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);*/
    position: relative;
    z-index: 0;
}

.__common_footer_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

/*.__common_footer_box::after{
    content: url(../img/common/footer/logo_name.svg);
    display: inline-block;
    width: 100%;
    height: 100%;
    top: -20%;
    aspect-ratio: 1 / 1;
    position: absolute;
    z-index: -1;
}*/


.__common_footer_schedule_table_box {
    width: 60%;
}

.__common_footer_schedule_table_box table {
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    font-size: 0.9rem;
}

.__common_footer_schedule_table_box table th {
    border: solid 1px #dedede;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

.__common_footer_schedule_table_box table td {
    border: solid 1px #dedede;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

.__common_footer_schedule_table_box table th:first-child,
.__common_footer_schedule_table_box table td:first-child {
    border-left: none;
    font-family: 'Roboto', sans-serif;
}

.__common_footer_schedule_table_box table th:last-child,
.__common_footer_schedule_table_box table td:last-child {
    border-right: none;
}

.__common_footer_schedule_table_attention {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin-top: 20px;
}

.__common_footer_schedule_table_attention li {
    width: 100%;
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 0.8em;
}

.__common_footer_schedule_table_attention li::before {
    content: '※';

}

.__common_footer_tel_mail_box {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.__common_footer_tel_mail_box::after {
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: solid 1px #ffffff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.__common_footer_tel_mail_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.__common_footer_tel_mail_item h3 {
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 1.2vw;
}

.__common_footer_tel_mail_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: bold;
    margin-bottom: 10px;
}

.__common_footer_tel_mail_item a:nth-child(2),
.__common_footer_tel_mail_item a:nth-child(3) {
    font-size: 1.8vw;
}

.__common_footer_tel_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: 'Roboto', sans-serif;
}

.__common_footer_tel_item i {
    font-size: 0.9em;
    margin-right: 10px;
}

.__common_footer_mail_item {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 25px;
    margin: 20px auto 0;
}

.__common_footer_mail_item>p {
    font-size: 0.8em;
}

.__common_footer_mapbox {
    width: 100%;
    margin-top: 40px;
}

.__common_accessmap_box_contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.__common_accessmap_comment_box {
    width: 48%;
}

.__common_accessmap_comment_box table {
    width: 100%;
}

.__common_accessmap_comment_box table th {
    border: solid 1px #dedede;
    border-left: none;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4em;
    color: #425DAA;
}

.__common_accessmap_comment_box table td {
    border: solid 1px #dedede;
    border-right: none;
    padding: 20px;
    font-size: 0.9rem;
}

.__common_accessmap_ifleme_box {
    width: 48%;
}

.copy {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
}

.sp_footer {
    display: none;
}

/*****************************/
/*   　　　トップに戻る　　　　*/
/*****************************/

#page-top {
    position: fixed;
    bottom: 40px;
    right: -5px;
    font-size: 14px;
    line-height: 1;
    z-index: 999999999999999;
}

#page-top a {
    width: 60px;
    height: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

/***************************/
/*　　　ナビゲーション　　　　　*/
/***************************/
/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    display: none;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffffff;
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
    display: block;
    opacity: 1;
    z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #425DAA;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.markers {
    font-size: 0.9rem !important;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

@page {
    margin: 10mm;
    size: 210mm 297mm;
    /* A4縦サイズの場合 */
}

@media print {


    /* 全体設定 */
    body {
        -webkit-print-color-adjust: exact;
        /* 印刷時でも背景色や背景画像を表示 */
        width: 1200px;
        /* 印刷時の全ページ幅を統一（px数値はお好みで） */
        zoom: 0.8;
        /* なるべく多くのブラウザで切れないようにするため */
    }

    /* 改ページをいれる場合 */
    /* section {
        page-break-before: always;
        /* 各セクションで改ページが行われるようにしています */
    /*} */

    section+section.new-none:not(:root) {
        page-break-before: avoid;
        /* 特定のセクションでは改ページを入れない場合の指定 */
    }

    .new-page {
        page-break-before: always;
        /* 特定の場所で改ページを入れたいときの指定 */
    }

}