@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    color: #3B4043;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-position: 0% 0%;
    background-color: #F0F3F5;
    padding-top: 100px;
}

@media (max-width: 767px) {
    body {
        padding-top: 45px;
    }
}

a:link {
    text-decoration: none;
    color: #000000;
    font-size: medium;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;

}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    p {
        margin-bottom: .8rem;
    }
}

.clearfroat {
    clear: both;
}

.blank {
    font-size: 1em;
    display: inline-block;
}

.large {
    font-size: 1.3em;
}

.x-large {
    font-size: 2em;
}

.small {
    font-size: 0.8rem;
}

.bold {
    font-weight: 900;
}

.yallow {
    color: #FFFF00;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.col-02 {
    width: 48%;
    font-size: 1.3rem;
}

.col-02 img {
    width: 100%;
    max-width: 600px;
}

.col-02 a {
    display: block;
    background-color: hsla(44, 55%, 56%, 1.00);
    margin: 0px auto;
    padding: 1rem;
    width: 50%;
    font-size: 2rem;
}

.col-02 a:hover {
    opacity: 0.5;
}

.col-03 {
    width: 30%;
    font-size: 1.3rem;
    margin-bottom: 3rem;
}

#wrap .list .col-03 img {
    width: 85%;
    height: auto;
}

.col-03 img {
    width: 100%;
    height: auto;
}

.col-03 a:hover {
    opacity: 0.5;
}

hr {
    border: 0 none;
    height: 2px;
    color: #CDD6DD;
    background-color: #CDD6DD;
    width: 60px;
    display: inline-block;
}

.header {
    width: 100%;
    height: auto;
}

.title-item-wrap,
.anker_area {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}

@media (max-width: 767px) {
    .title-item-wrap,
    .anker_area {
        display: block;
        padding-top: 80px;
        margin-top: -80px;
    }
}

#main_footer {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

@media (min-width: 768px) {
    br.br_sp {
        display: none;
    }
}
@media (max-width: 767px) {
    br.br_pc {
        display: none;
    }
}

/*ヘッダー設定*/
.header-wrap {
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto;
}

.header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #004BB1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header h2 {
    font-size: 2rem;
    font-weight: bold;
}

.header-wrap h1 {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 1rem;
    color: #dec274;

}

.header-wrap h3 {
    font-size: 2.5rem;
}

.header-wrap h4 {
    font-size: 2rem;
}

.header-wrap p {
    font-size: 1.5rem;
    font-weight: 100;
    margin: 0px auto;
    width: 90%;
    max-width: 1000px;

}

/*ヘッダー共通wrap*/
.header-c-wrap {
    width: 100%;
    margin: 0px auto;
    max-width: 1000px;
    font-size: 1.5em;
    font-weight: bold;
}

.header-c-wrap .logo a {
    background-image: url(../img/logo.png);
    width: 25%;
    height: 0%;
    padding-top: 6%;
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}


/*-----------------------------------------------------------------------------
** navbar
-----------------------------------------------------------------------------*/

.navbar h1 {
    color: #000;
    font-size: 20px;
    margin: 0;
}

.navbar h1 img {
    max-width: 180px;
    margin-right: 5px;
}

.navbar h1 span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 100%;
}

.h1_small {
    display: block;
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1.4;
    color: #717f8a;
    margin-top: 1rem;
}


@media screen and (max-width: 1024px) and (orientation: portrait) {
    .navbar h1 {
        color: #000;
        font-size: 15px;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    br.br_sp {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .navbar h1 span {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1em;
        line-height: 160%;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 5px 10px 5px 5px !important;
    }

    .navbar h1 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .navbar h1 img {
        max-height: 43px;
    }

    .navbar h1 span {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1em;
        line-height: 150%;
        padding: 5px 0;
    }

    .h1_small {
        font-size: 0.7em;
        font-weight: normal;
        color: #717f8a;
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .navbar h1 span {
        font-size: 0.86em;
    }
}

@media (min-width: 768px) {
    a.navbar-brand {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-right: 10px;
    }
}

.button {
    position: relative;
}

.button.btn {
    margin-top: 5px;
    padding: 6px;
    font-size: 24px;
}

.button span em {
    color: #686868;
    font-size: 10px;
    position: absolute;
    top: -8px;
    left: 9px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------
  ** modal_menu
  -----------------------------------------------------------------------------*/
:focus,
button:focus {
    outline: none;
}

.navbar {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #b6c1c9;
}

@media (max-width: 575px) {
    .navbar {
        padding: 6px 0;
    }
}

.button.navbar-toggler {
    display: block;
    font-size: 14px;
    color: #d70000;
    border: none;
    padding-top: 0;
    margin-right: 20px;
    text-align: center;
}

@media (max-width: 575px) {
    .button.navbar-toggler {
        font-size: 10px;
        margin-right: -14px;
    }
}

@media screen and (max-width: 320px) {
    .button.navbar-toggler {
        font-size: 10px;
        margin-right: -20px;
    }
}

.button.navbar-toggler::before {
    position: relative;
    top: 3px;
    display: block;
    content: "\e5d2";
    font-family: "Material Icons";
    font-size: 45px;
}

@media (max-width: 767px) {
    .button.navbar-toggler::before {
        position: relative;
        top: 3px;
        display: block;
        content: "\e5d2";
        font-family: "Material Icons";
        font-size: 33px;
    }
}

.button.navbar-toggler[aria-expanded=true]::before {
    content: "\e5cd";
}

.navbar #navbarToggleExternalContent {
    width: 100%;
}

.navbar .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-top: 10px;
    background: #fff;
}

.navbar .nav-link {
    padding: 12px;
    text-decoration: none;
    color: #d70000;
    text-align: center;
}

.navbar .nav-link .material-icons {
    position: relative;
    top: 6px;
    color: #d70000;
}

.navbar .nav-item {
    width: calc((100% - 20px) / 2);
    border-bottom: 1px solid #cccccc;
}

@media (max-width: 767px) {
    .navbar .nav-item {
        width: 100%;
    }
}

.navbar .nav-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 8px 1.5rem;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: none;
}


/*ヘッダーロゴ・ソーシャル設定*/
.common-hd {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2px;
    padding-top: 2px;
}

.common-hd .logo {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: flex-start
}

.common-hd .logo a {
    width: auto;
    max-width: 150px;
}

.common-hd .logo img {
    max-height: 87px;
    height: auto;
    max-width: 100%;
}

.sns {
    vertical-align: middle;
    width: auto;

}

.sns img {
    max-width: 50px;
    width: 48%;
}

#wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 1rem;
    text-align: center;
    max-width: 1200px;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.schedule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.schedule .col-02 {
    background-color: #004BB1;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.schedule .col-02 .s_detail {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0px;

}

.schedule .col-02 .s_ttl {
    color: #94B3DE;
    font-weight: bold;
    margin-bottom: -1px;
    font-size: 1.2em;
}

.schedule .s_wrap {
    padding: 2rem;
    width: 100%;
}

.schedule .s_wrap .btns a {
    margin: 0px auto;
    padding: 1rem;
    width: 80%;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 2px solid #004BB1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #004BB1;
    display: block;
}

.schedule .s_wrap .btns a:hover {
    background-color: #004BB1;
    color: #FFE104;
}

#wrap .list {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 1rem;
    justify-content: space-around;
    width: auto;
    flex-wrap: wrap;
    margin-top: 5rem;
}

#wrap .list .ttl {
    width: 100%;
    padding-bottom: 2rem;
}

#wrap .list .ttl h2 {
    font-size: 1.65rem;
    font-weight: bold;
    color: #000;
}

.list .col-03 .t_logo {
    width: 100%;
}

.list .col-03 .t_ttl {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: bold;
    font-size: 1.1em;
}

.list .col-03 .t_cation {
    font-size: 0.8rem;
    margin-top: 0px;
}
@media (max-width: 767px) {
    .list .col-03 .t_cation {
        text-align: left;
    }
}

.ttl img {
    width: 80%;
    max-width: 330px;
    margin-bottom: 0.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ttl h6 {
    font-weight: normal;
    color: #707F89;
}

.title-item-wrap {
    width: 100%;
}

.m_caption {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.m_caption h2 {
    margin-top: 2rem;
    background-color: #004BB1;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
}

.m_caption h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #004BB1;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
}


.m_caption .col-02 {
    text-align: left;
}

.m_caption .col-02 h4 {
    margin-left: 0px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    font-size: 1.1em;
}

.m_caption .col-02 p {
    padding-left: 1rem;
    font-size: 1.1rem;
}

#main1 .products-box .caption01 {
    width: 70%;
    background-image: url(../img/main01_cap01.png);
    background-repeat: no-repeat;
    height: 0px;
    padding-top: 44.1926%;
    flex-grow: 5;
    padding-bottom: 50%;
    background-size: contain;
}

.h2-work_tittle {
    font-size: 1.65rem;
    font-weight: bold;
}

.pstyle {
    color: #707F89;
    font-size: 0.7em;
    text-align: center;
}

@media (max-width: 767px) {
    .pstyle {
        color: #707F89;
        font-size: 0.6em;
        text-align: center;
    }
    .m_caption h3 {
        margin-top: 2rem;
        margin-bottom: 0;
        background-color: #004BB1;
        color: #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 1rem;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font-size: 1.25em;
        font-weight: bold;
    }

    .m_caption h4 {
        text-align: left;
        padding: 0 1rem;
        font-size: 1.3em;
    }

    .m_caption p {
        text-align: left;
        padding: 0 1rem;
    }

    .h2-work_tittle {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .ttl h6 {
        font-size: 0.7em;
    }
}

.products-box {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 130px;
    padding-top: 1rem;
    flex-direction: row;
    display: flex;
    gap: 30px;
}
@media (max-width: 767px) {
    .products-box {
        margin-bottom: 80px;
    }
}

.products-box .col-03 {
    background-color: #CDD6DD;
    width: calc((100% - (30px * 2)) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.products-box .col-03 h3 {
    width: 100%;
    padding: 1rem;
}

.products-box .col-03 h4 {
    width: 100%;
    padding: 1rem;
    font-size: 1em;
    font-weight: bold;
}

.products-box .col-03 .spec {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 0 20px;
}

.products-box .col-03 .price {
    font-weight: bold;
}

.products-box .col-03 .price::before {
    content: "イベント価格";
    font-size: 1rem;
    display: block;
    font-weight: bold;
}

.products-box .col-03 .price::after {
    content: " 円（税込）";
    font-size: 1rem;
    font-weight: bold;
}

.products-box .col-03 .tags {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

.products-box .col-03 .tags .col-03 {
    padding: 0.2rem;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #F0F3F5;
    margin: 0 auto 1rem;
}

#attention {
    width: 100%;
    text-align: center;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5rem;
    background-color: #004BB1;
    color: #FFFFFF;
}

#attention h1 {
    font-size: 2.5rem;
    margin-top: 4rem;
}

.h2-bottom {
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 4rem;
}

#attention h5 {
    font-weight: normal;
    color: #FFFF00;
    font-size: 1rem;
}

#attention .btns {
    display: flex;
    margin: 2rem auto;
    width: 100%;
    max-width: 1200px;
}

#attention .btns a {
    margin: 0px auto;
    padding: 1rem;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 2px solid #004BB1;
    font-size: 1.3rem;
    font-weight: bold;
    color: #004BB1;
    display: block;
}

#attention .btns a:hover {
    background-color: #004BB1;
    color: #FFFF00;
    border-color: #FFFFFF;

}

#attention #a_content1 {
    text-align: left;
    margin: 5rem auto;
    width: 100%;
    max-width: 1200px;

}

#attention #a_content1 h3 {
    color: #FFFF00;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    #attention #a_content1 h3 {
        margin-bottom: 1rem;
    }
}

#attention #a_content1 h4 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

#attention #a_content1 ul {
    padding-left: 1em;
}

#attention #a_content1 li {
    margin-bottom: 0.5rem;
    line-height: 1.5em;
    list-style-type: none;
}

#attention #a_content1 li::before {
    content: "●";
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.2em;
}

#attention #a_content2 {
    text-align: left;
    margin: 5rem auto;
    width: 100%;
    max-width: 1200px;

}

#attention #a_content2 h3 {
    color: #FFFF00;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

#a_content2 h4 {
    font-size: 1.5rem;
    margin-top: 4rem;
    font-weight: bold;
}

#attention p {
    text-align: left;
}

#attention p a img {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.a_tags {
    background-color: #F0F3F5;
    border-radius: 40px;
    padding-top: 0.1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.1rem;
    color: #3B4043;
    font-size: 0.8rem;
}

#attention
/*フッター*/

#copyright {
    width: 100%;
    text-align: center;
    padding-top: 2em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2em;
    background-color: #000000;
    color: #FFFFFF;
    border-top: 1px solid #000000;
    font-size: 0.8rem;
}

/*上に戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*スクロールエフェクト*/
/* 画面外にいる状態 */
.fadein {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    transition: all 2000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
}


@media (max-width: 720px) {
    .col-02 {
        width: 100%;
    }

    .col-03 {
        width: 43%;
        margin-bottom: 2rem;
    }

    .schedule {
        justify-content: center;
    }

    .schedule .col-02 {
        margin-bottom: 0.5rem;
        width: 100%;
        font-size: 1.5rem;
    }

    .schedule .s_wrap .btns a {
        width: 100%;
        border-radius: 50px;
        margin-top: 1rem;
    }

    .schedule .s_wrap {
        padding: 0rem;
        width: 100%;
    }

    .m_caption {
        justify-content: center;
    }

    .products-box {
        gap: 20px 10px;
    }

    .products-box .col-03 {
        width: calc((100% - 10px) / 2);
    }

    #attention .btns {
        flex-direction: column;
    }

    #attention .btns a {
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0.5rem;
        width: 90%;
    }
}

@media (max-width: 500px) {
    .header {
        margin-bottom: -1rem;
    }

    .header h2 {
        font-size: 1.3rem;
    }

    #wrap {
        padding: 0.3rem
    }

    .schedule .col-02 {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

    .schedule .s_wrap .btns a {
        font-size: 1rem;
    }

    .list .col-03 .t_ttl {
        font-size: 0.9rem;
        padding: .5rem 0 0;
    }

    .products-box {
        gap: 15px 5px;
    }

    .products-box .col-03 {
        width: calc((100% - 5px) / 2);
    }

    .products-box .col-03 h3 {
        padding: 0.5rem;
        font-size: 1.2rem;
    }

    .products-box .col-03 h4 {
        padding: 0.8rem 0.5rem 0.5rem;
        font-size: 1rem;
        text-align: left;
    }

    .products-box .col-03 .spec {
        padding: 0 0.5rem;
        font-size: 0.7rem;
        text-align: left;
    }

    .products-box .col-03 .price {
        font-weight: bold;
    }

    #attention h1 {
        font-size: 2rem;
        margin-top: 3rem;
    }

    .h2-bottom {
        font-size: 2rem;
        margin-top: 3rem;
    }

    #attention .btns a {
        width: 100%;
        font-size: 1.1rem
    }
}

@media (max-width: 380px) {
    .list .col-03 {
        width: 45.5%;
        margin-bottom: 1.5rem;
    }

    #attention .a_content h2 {
        font-size: 1.5rem;
    }
}


/* ハンバーガーメニュー部　改修 */
.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px;
    padding-bottom: 0px;
}

@media (max-width: 575px) {
    .modal-header {
        padding: 8px 6px;
    }
}

.modal-header .btn-close {
    background: none;
    border: none;
    font-size: 14px;
    color: #d70000;
    padding: 0;
    line-height: 0.5;
}

@media (max-width: 575px) {
    .modal-header .btn-close {
        font-size: 10px;
    }
}

.modal-header .btn-close::before {
    position: relative;
    display: block;
    content: "\e5cd";
    font-family: "Material Icons";
    font-size: 45px;
    line-height: 1;
}

@media (max-width: 575px) {
    .modal-header .btn-close::before {
        font-size: 35px;
    }
}

.modal-backdrop {
    z-index: 1;
}

:root {
    scroll-behavior: auto !important;
}

/* coming soonエリア */
.comingsoon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 220px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem;
    margin-bottom: 180px;
}
@media (max-width: 767px) {
    .comingsoon {
        margin-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .comingsoon {
        font-size: 1.2rem;
        height: 150px;
    }
}
.comingsoon p {
    margin: 0;
}
