@charset "UTF-8";
@import url('normalize.css');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: YuGothic, Yu Gothic;
}

p {
    color: #444444;
}

#site_description {
    display: flex;
    background-color: #24388f;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    align-items: center;
}

h1 {
    padding-left: 10px;
    margin-top: 0;
}

.white {
    color: #fff;
    font-size: 30px;

}

.description_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.yoyaku {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 10px;
}

#site_description a {
    text-decoration: none;
    font-size: 20px;
}

#header_title {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 10px 0;

}

.logo img {
    max-width: 300px;
    width: 100%;
    padding-top: 10px;
}

.businessday img {
    max-width: 400px;
    width: 100%;
}

.main_banner {
    display: flex;
    justify-content: center;
}

.main_banner img {
    max-width: 900px;
    width: 100%;
}


nav ul {
    display: flex;
    justify-content: center;
    background-color: #2a90e2;
    padding: 20px;
}

nav ul li {
    list-style: none;
    border-right: 1px solid #fff;
    width: 13%;
    text-align: center;

}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.border_left {
    border-left: 1px solid #fff;
}

#main_wrapper {
    display: flex;
    max-width: 990px;
    margin: 0 auto;
    margin-top: 10px;

}

#left_column {
    width: 20%;
    margin-left: 10px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    color: #2a90e2;
}

#left_column ul li {
    list-style: none;
}

#left_column h3 {
    display: inline-block;
    position: relative;
    padding: .3em;
    padding-right: .5em;
    background: #a6d3c8;
    color: white;
    margin: 15px 0;
}

#left_column h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

#right_column,
#menu_column,
#access_column {
    width: 80%;
    border-left: solid 2px #5a59628f;
    padding-left: 10px;
    text-align: center;
}

.section {
    padding-top: 3em;
}

#right_column h2,
#menu_column h1,
#menu_column h2,
#access_column h1 {
    display: inline-block;
    margin: 20px;
    color: #1e5583;
    font-size: 1.8em;
    background: linear-gradient(transparent 70%, #2a8fe26d 30%);
}

.icon_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}

.icon_wrapper img {
    max-width: 150px;
    text-align: center;
}

.icon_wrapper p {
    padding-top: 10px;
    color: #1e5583;
    font-family: serif;
}

.reason {
    font-size: 1.5em;
    line-height: 1.5;
    font-size: 1.5em;
}

.reason p {
    color: #1e5583;
    line-height: 2;
    font-weight: bold;
}

#right_column h3,
#menu_column h3 {
    display: block;
    text-align: left;
    padding-left: 30px;
    margin: 20px;
    margin-top: 50px;
    color: #1e5583;
    font-size: 1.5em;
    line-height: 1.45;
    border-left: solid 10px #1e5583;
    /*左線（実線 太さ 色）*/
}

#right_column h4 {
    font-size: 1.5em;
    line-height: 1.5;
}

.text_left {
    text-align: left;
    padding: 10px;
    word-break: break-word;       /* 改行許可 */
  overflow-wrap: break-word;    /* 長い語も折り返し */
  white-space: normal;
    line-height: 1.45;
    color: #444444;
    font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.bold {
    font-weight: bold;
    color: #1e5583;
}

.nayami {
    text-align: left;
    line-height: 2;
    color: #1e5583;
    align-items: center;
    font-size: 1.3em;
}

.nayami img {
    width: 20px;
    padding: 0 5px;
    align-items: center;
}

.profile {
    align-items: center;
    padding: 20px;
    font-size: 1.4em;
    color: #1e5583;
    text-align: left;
}

.profile .icon {
    width: 50px;
    padding: 0 5px;

}

.comment {
    position: relative;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #d1e5f5;

    text-align: left;
    line-height: 1.45;
    color: #444444;
    font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;

}


.comment:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #000000;
    translate: -50% -100%;
}

.comment:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    border-style: solid;
    border-width: 0 0 17.6px 17.6px;
    border-color: transparent transparent #d1e5f5;
    translate: calc(-50% + 0.2px) -100%;
}

.link_banner {
    display: flex;
}

.link_banner img {
    width: 90%;
}

.ad_banner img {
    width: 100%;
}

footer {
    background-color: #2a90e2;
    text-align: center;
    color: #fff;
    padding: 10px;
}

/*---------- menu ----------*/
#menu_column h3,
#menu_column p{
    text-align: left;
}

#menu_column .center-wrapper {
    text-align: center;
}

#menu_column h3 {
    color: #1e5583;
}

#menu_column .detail {
    text-decoration: underline
}

#menu_column p,
#access_column p {
    color: #1e5583;
    padding-left: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
}

#menu_column .q {
    margin-bottom: 20px;
    background-color: #a4d0f491;
    padding-top: 10px;
}

#menu_column .link_banner,
#access_column .link_banner{
    max-width: 50%;
    margin: 0 auto;
}

/*---------- access ----------*/
#access_column p {
    text-align: left;
}

.kome {
    font-size: .8em;
}

.map{
    position: relative;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.top_icon{
    width: 80px;
    bottom: 0;
    right: 0;
    position: fixed;
}

.top_icon img{
    width: 100%;
}


/*---------- 768px以下の場合 ----------*/

@media screen and (max-width: 768px) {

    #site_description {
        display: block;
        height: 80px;
    }

    .description_wrapper p {
        font-size: 1em;
        margin: 5px;
    }

    #right_column,
    #menu_column,
    #access_column {
        border-left: none;
    }

    h1 {
        margin: 0;
    }

    .white {
        font-size: 1.5em;

    }

    .yoyaku {
        display: inline-block;
        padding: 5px 10px;
    }

    #header_title {
        display: block;
        padding: 10px;
    }

    #header_title img {
        width: 100%;
    }

    .main_banner img {
        width: 100%;
    }

    nav ul {
        display: block;
    }

    nav ul li {
        width: 70%;
        margin: 0 auto;
        line-height: 2em;
        border: 0;
        border-bottom: 1px solid #fff;
    }

    .border_left {
        border: 0;
        border-bottom: 1px solid #fff;
    }

    #left_column {
        display: none;
        position: fixed;
        background-color: white;
        width: 100%;
        z-index: 1000;
        height: 100vh;
        left: 0;
        top: 0;
        text-align: center;
        margin-left: 0;
        overflow-y: auto;
        line-height: 2;
    }

    #left_column.show {
        display: block;
    }

    .hamburger {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1100;
        cursor: pointer;
    }

    .hamburger_icon {
        font-size: 2em;
        transition: transform 0.3s ease;
        color: #a4d0f4;
        text-shadow: #1e5583;
    }

    #right_column,
    #menu_column,
    #access_column {
        width: 100%;
        padding: 0;
    }

    .icon_wrapper {
        display: block;
    }

    .icon_inner {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .icon_inner p {
        max-width: 100%;
    }

    #right_column h2 {
        margin: 5px;
        font-size: 1.3em;
    }

    .section {
        padding-top: 1em;
    }

    .icon_inner img {
        width: 60px;
    }

    .reason {
        font-size: 1.2em;
    }

    #right_column h3 {
        font-size: 1.3em;
        text-align: left;
    }

    #right_column h4 {
        font-size: 1.1em;
        text-align: left;
    }

    .text_left {
        font-size: .8em;
        word-break: keep-all;

    }

    .nayami {
        font-size: 1em;
    }

    #right_column .link_banner ,
    #menu_column .link_banner {
        display: block;
        text-align: center;
    }

    #menu_column h3 {
        font-size: 18px;
        padding-left: 5px;
    }

    #menu_column p,
    #access_column p{
        font-size: 13px;
        line-height: 1.1;
        padding-left: 5px;
    }

    #menu_column .link_banner,
    #access_column .link_banner{
        max-width: 80%;
        margin: 0 auto;
    }

    .top_icon {
        width: 50px;
        bottom: 10px;
    }
    
}


@media screen and (min-width: 769px) {
    #left_column {
        display: block;
        position: static;
        /* 通常のサイドカラムに戻す */
        height: auto;
        box-shadow: none;
        padding: 0;
    }

    .hamburger {
        display: none;
    }
}