@charset "utf-8";

/* 共通 */
html { 
    font-size: 62.5%;
}

body {
    font-family: "Koburina Gothic StdN";
    font-size: 13px;
    color: #2d2d2d;
    box-sizing: border-box;
    position: relative;
  }

input{
    box-sizing: border-box;
  }

.box-s {
    max-width: 94rem;
    margin: 0 auto;
}

p {
line-height: 2;
}

h2 {
    font-size: 24px;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
}

h3 {
    font-family: 'Noto Serif JP';
    font-style: normal;
}

.mb-0 {
    margin-bottom: 0 !important; 
}　

.img-box img {
    width: 100% !important;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.button {
    margin: 3.5rem auto 0 auto;
    text-align: center;
}

a {
    color: #208BD9;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

.button a {
    display: inline-block;
    color: #208BD9;
    text-decoration: none;
    padding: 1.5rem 4.5rem;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Koburina Gothic StdN";
    letter-spacing: 0.2rem;
}

.font-bold {
    font-weight: 600;
}

.counter {
    border: 1px solid #E0E0E0;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    position: relative;
}

.counter p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

/* フォームの共通部品 */
.required {
    font-size: 10px;
    background-color: #171C61;
    color: white;
    padding: 3px 6px;
    margin-left: 5px;
    border-radius: 5px;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid #FFF;
    background-color: #EFF8FF;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #4996D1;
    outline: 0;
}

@media(min-width: 768px) {
    .required {
        font-size: 12px;
        background-color: #171C61;
        color: white;
        padding: 3px 9px;
        margin-left: 10px;
        border-radius: 5px;
    }

    input,
    textarea,
    select {
        font-size: 32px;
        padding: 20px;
    }
}

@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }

    p {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2rem;
        font-weight: 700;
    }
}

/* header */
.header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 5.3rem;
}

.header__nav {
    padding-top: 1.8rem;
    padding-right: 2rem;
    text-align: right;
}

.header__menu-button {
    border: none;
    background: url("../../img/common/header/header__menu-button.png") center center no-repeat;
    outline: none;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

.header__menu-button.pc {
    width: 5.6rem;
    height: 5.6rem;
    margin: 0 0 0 auto;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background-image: url("../../img/common/header/header_menu-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    z-index: 9999999;
}

.bg-opacity {
    background-color: rgba(23, 28, 97, 0.95);
    height: 100vh;
    width: 100vw;
}

.menu__close-button_box {
    padding-top: 1.8rem;
    padding-right: 2rem;
    text-align: right;
}

.menu__close-button {
    width: 2.3rem;
    height: 2.3rem;
    border: none;
    outline: none;
    background-image: url("../../img/common/header/menu__close_button.png");
    background-size: cover;
    background-color: rgba(23, 28, 97, 0.95);
    cursor: pointer;
    cursor: hand;
}

.menu__contents {
    padding-top: 2.5rem;
    margin: 0 auto;
    text-align: center;
}

.menu__contents img {
    width: 30%;
}

.menu__contents > ul {
    margin: 4.8rem 0 0 0;
}

.menu__contents ul li {
    margin-bottom: 3rem;
}

.menu__contents > ul li {
    font-size: 1.6rem;
}

.menu ul li a {
    color: white;
    text-decoration: none;
}

.menu_button {
    font-family: "Koburina Gothic StdN";
}

.menu__contents ul ul {
    margin-bottom: 3.5rem;
    margin-top: 2rem;
}

.menu__contents ul ul li {
    font-size: 1.3rem;
    margin-top: 2.3rem;
}

.menu__contents ul ul li:first-of-type {
    margin-top: 0;
}

.display_none {
    opacity: 0;
}

.display_block {
    opacity: 1;
}

.pc {
    display: none;
}

@media screen and (min-width:768px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .header__nav {
        padding-top: 5.8rem;
        padding-right: 6rem;
    }

    .menu__close-button_box {
        padding-top: 5.8rem;
        padding-right: 6rem;
    }

    .menu__contents img {
        width: 15%;
    }
    
}

/* main */
.main {
    z-index: 1;
}

/* kv */
.kv {
    position: relative;
}

.kv .sp > .img-box {
    z-index: 100;
    position: relative;
}

.kv .flex-box {
    justify-content: center;
}

.kv .flex-box .img-box:nth-of-type(2) {
    margin-top: 3.5rem;
}

.kv .flex-box .img-box {
    width: 40%;
    z-index: 100;
}

.kv .img-box img {
    width: 100%;
}

.kv .pc .img-box {
    display: block;
}

.kv .sp .map {
    width: 70%;
    position: absolute;
    top: 16rem;
    right: 0;
    z-index: 1;
}

.kv .sp .map img {
    width: 100%;
}

@media screen and (min-width:390px) and (max-width:509px) {
    .kv .sp .map {
        top: 20rem;
    }
}

@media screen and (min-width:510px) and (max-width:767px) {
    .kv .sp .map {
        top: 25rem;
    }
}


/* about */

.about {
    padding: 4rem 2rem 5rem 2rem;
}

.about__main-contents_text {
    text-align: justify;
    text-justify: auto;
    color: #171c61;
    font-family: "Koburina Gothic StdN";
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.about .sp .about__main-contents .img-box img {
    width: 100%;
}

.about__main-contents h2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #171c61;
    font-family: "Noto Serif JP";
    line-height: 1.6;
}

.about__main-contents .img-box {
    margin: 0 -2rem;
}

.about button {
    margin-top: 2.2rem;
}

@media screen and (min-width:768px) {
    .about {
        background-image: url("../../img/index/about_map_pc.png");
        background-repeat: no-repeat;
        background-position: right center;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2rem 12rem 2rem;
    } 

    .about .pc.box-s {
        margin: 4rem auto 0 auto;
    }

    .pc .about__contents .flex-box {
        margin-top: 4.5rem;
        justify-content: center;
    }

    .pc .about__contents .img-box img {
        width: 100%;
    }
    
    .pc .about__contents .text-left {
        width: 20%;
        margin-right: 3.5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 4rem;
        font-family: 'Noto Serif JP';
        font-style: normal;
        color: #171C61;
        line-height: 2;
        font-weight: 700;
    }

    .pc .about__contents .text-right {
        width: 64%;
        margin-left: 3.5rem;
        font-family: 'Noto Serif JP';
        font-style: normal;
        font-weight: 600;
        color: #171C61;
        letter-spacing: 0.2rem;
    }

    .pc .about__contents .text-right p {
        font-size: 2.4rem;
        font-family: "Koburina Gothic StdN";
    }

    .pc .about__contents .button {
        margin-top: 4.5rem;
        text-align: left;
        letter-spacing: 0.2rem;
    }

    .pc .about__contents .button a {
        padding: 1.8rem 9rem;
        background-color: #171C61;
        color: white;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1;
        font-family: "Koburina Gothic StdN";
        letter-spacing: 0.2rem;
    }

    .pc .about__contents .hover-a:hover {
        background-color: #575b7f;
    }
}

/* product */
.product {
    padding: 0 2rem 5.5rem 2rem;
}

.product__intro {
    text-align: center;
    margin: 0 auto 1rem 0;
}

.product__intro h2 {
    margin-top: 1rem;
}

.product__contents_heading h2 {
    line-height: 1;
}

.product__contents {
    margin-bottom: 2.5rem;
}

.product__slide {
    margin: 0 -2rem 0 -2rem;
}

.product__slide_box {
    position: relative;
}

.product__slide_box_text {
    margin-top: 1.7rem;
}

.product__slide_img {
    margin: 0 0.5rem 0 0.5rem;
}

.product .img-box {
    text-align: center;
    width: 100%;
}

.product .img-box img {
    width: 100%;
    border-radius: 1rem;
}

.product__contents h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.product__contents a {
    color: #2d2d2d;
}

.product .flex-box {
    margin-top: 2rem;
}

.product .sp .product__slide .counter {
    position: absolute;
    right: 6rem;
    bottom: -1.5rem;
}

@media screen and (min-width:768px) {
    .product {
        padding: 0 2rem 12rem 2rem;
    }
    
    .product .pc.box-s {
        margin: 0 auto;
    }

    .product .pc .flex-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product .pc .product__intro {
        margin: 0 auto 3rem 0;
    }

    .product .pc .product__contents_item {
        margin-top: 3.8rem;
        margin-right: 1.5rem;
        width: 30%;
    }

    .product .pc .product__contents_item:nth-of-type(3) {
        margin-right: 0;
    }

    .product .pc .product__contents_item:last-of-type {
        margin-right: 0;
    }

    .product .img-box {
        width: 100%;
    }

    .product .pc .product__contents_item:nth-of-type(1) {
        margin-top: 0;
    }

    .product .pc .product__contents_item:nth-of-type(2) {
        margin-top: 0;
    }

    .product .pc .product__contents_item:nth-of-type(3) {
        margin-top: 0;
    }

    .product .pc .product__contents_item h3 {
        margin-top: 1.5rem;
        color: #2d2d2d;
    }

    .product .pc .product__contents_item p {
        margin-top: 0.5rem;
        color: #2d2d2d;
    }

    .product .pc .product__contents_item a {
        text-decoration: none;
    }

    .product .pc .product__contents_item:hover {
        opacity: 0.8;
    }

    .product .pc .product .button {
        margin-top: 4.5rem;
        text-align: left;
    }

    .product .pc .button a {
        padding: 1.8rem 7.8rem;
        color: #208BD9;
        border: 1px solid #E0E0E0;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1;
        font-weight: 600;
        font-family: "Koburina Gothic StdN";
        letter-spacing: 0.2rem;
    }

    .product .pc .button a:hover {
        background-color: #F1F1F1;
        color: #171C61;
    }
}

@media screen and (min-width:804px) {
    .product .pc .product__contents_item {
        width: 32%;
    }
}

/* shop */
.shop {
    padding: 0 2rem 6rem 2rem;
}

.shop__intro {
    text-align: center;
    margin: 0 auto 1rem 0;
}

.shop__intro h2 {
    margin-top: 1rem;
}

.shop__intro-text {
    margin: 2rem auto 1.5rem auto;
    font-weight: 600;
    font-family: "Koburina Gothic StdN";
}

.shop .sp .shop__main-contents {
    letter-spacing: 0.2rem;
}

.shop .sp .shop__main-contents .img-box {
    margin:0 -2rem 2.8rem -2rem;
}

.shop .sp .img-box img {
    width: 100%;
}

.shop h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.shop h3:not(:first-of-type) {
    margin-top: 2.8rem;
}

.shop h3:nth-of-type(3) {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.shop > p:nth-of-type(2) {
    margin-bottom: 3rem;
}

.shop__main-contents_detail {
    margin-bottom: 1.8rem;
    font-family: "Koburina Gothic StdN";
    letter-spacing: 0.2rem;
}

.shop__main-contents_detail.mb-s {
    margin-bottom: 1.6rem;
}

.shop .tel {
    font-size: 20px;
    color: #2D2D2D;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Koburina Gothic StdN';
    letter-spacing: 0.2rem;
}

.shop small {
    color: #9D9D9D;
}

.shop__main-contents_map_box {
    margin: 1rem -2rem 0 -2rem;
}

.shop iframe {
    display: block;
    width: 100%;
    height: 22rem;
}

.shop__main-contents_map_link {
    margin-top: 1rem;
    font-family: "Koburina Gothic StdN";
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    .shop {
        padding: 0 2rem 10rem 2rem;
    }

    .pc .shop__intro {
        margin: 0 auto 4.4rem 0;
    }

    .pc .shop__intro h2 {
        line-height: 2;
    }

    .shop .pc.box-s {
        margin: 0 auto;
    }

    .shop .pc>.flex-box {
        justify-content: center;
    }

    .shop .pc .img-box {
        width: 35%;
        margin-right: 2rem;
    }

    .shop .pc .img-box img {
        width: 100%;
    }

    .shop .pc .right-text {
        width: 55%;
        margin-left: 2rem;
        letter-spacing: 0.2rem;
    }

    .shop .pc h3 {
        margin-bottom: 0;
        line-height: 2;
    }

    .shop .pc h3:nth-of-type(3), .shop .pc h3:nth-of-type(4) {
        margin-bottom: 1.2rem;
    }

    .shop .pc h3:not(:first-of-type) {
        margin-top: 4rem;
    }

    .shop .pc .right-text >p:first-child {
        margin-bottom: 3rem;
    }

    .shop .pc .right-text p a {
        font-size: 1.6rem;
    }

    .pc .shop__main-contents_detail {
        margin-bottom: 1.2rem;;
    }

    .pc .shop__main-contents_detail p {
        display: inline;
    }

    .pc .shop__main-contents_detail hr {
        display: inline-block;
        vertical-align: top;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .pc .right-text .shop__main-contents_detail:nth-of-type(3) hr {
        margin-left: 0.5rem;
    }

    .shop__main-contents_map_box {
        margin: 1.5rem 0 0 0;
    }

    .shop iframe {
        width: 37.5rem;
    }
}

/* news */
.news {
    padding: 0 2rem 6rem 2rem; 
}

.news__intro {
    margin: 0 auto 4rem 0;
    text-align: center;
}

.news__intro h2 {
    margin-top: 1rem;
}

.sp .news__box {
    margin-bottom: 1.5rem;
}

.sp .news__box:last-of-type {
    margin-bottom: 3rem;
}

.news__box:hover {
    opacity: 0.7;
}

.news__box time {
    font-size: 1rem;
    color: #D6D7E0;
    font-family: "Koburina Gothic StdN";
}

.news__box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Koburina Gothic StdN";
}

.news__box_title {
    margin-top: 0.5rem;
    color: #208BD9;
    font-family: "Koburina Gothic StdN";
}

.news .button a {
    padding: 1.5rem 5rem;
    font-family: "Koburina Gothic StdN";
    letter-spacing: 0.2rem;
}

@media screen and (min-width:768px) {
    .news {
        padding: 0 2rem 12rem 2rem;
    }

    .news .pc > .flex-box {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news .pc > .flex-box .flex-box {
        justify-content: flex-start;
        align-items: center;
    }

    .news .pc .flex-box .news__box {
        width: 48%;
    }

    .news .pc .news__box:nth-of-type(1),
    .news .pc .news__box:nth-of-type(2) {
        border-top: 0.1rem solid #D6D7E0;
        border-bottom: 0.1rem solid #D6D7E0;
        padding: 2.5rem 0;
    }

    .news .pc .news__box:nth-of-type(3), 
    .news .pc .news__box:nth-of-type(4) {
        border-bottom: 0.1rem solid #D6D7E0;
        padding: 2.5rem 0;
    }

    .news__box:last-of-type {
        margin-bottom: 0;
    }

    .news .pc .flex-box time {
        font-size: 1.6rem;
        margin-right: 3rem;
    }

    .news .pc .news__box_title {
        margin-top: 0;
    }

    .news .pc .button {
        margin-top: 5.7rem;
    }

    .news .pc .button a {
        padding: 1.8rem 8rem;
        color: #208BD9;
        border: 1px solid #E0E0E0;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1;
        font-weight: 600;
        font-family: "Koburina Gothic StdN";
        letter-spacing: 0.2rem;
    }

    .news .pc .button a:hover {
        background-color: #F1F1F1;
        color: #171C61;
    }
}

@media screen and (max-width:1000px) {
    .news .pc .flex-box .left-box {
        margin-right: 2rem;
    }

    .news .pc .flex-box .right-box {
        margin-left: 2rem;
    }
}

/* gallary */
.gallary {
    padding: 0 2rem 0 2rem;
}

.gallary__intro {
    margin: 0 auto 3rem 0;
    text-align: center;
}

.gallary__intro h2 {
    margin-top: 1rem;
}

.sp .gallary__slide {
    margin: 0 -2rem 0 -2rem;
}

.sp .gallary__slide_img {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.sp .gallary .img-box {
    text-align: center;
}

.gallary .img-box img {
    width: 100%;
    border-radius: 1rem;
}

.gallary .counter {
    margin: 1rem 4rem 0 auto;
}

@media screen and (min-width:768px) {
    .gallary {
        padding: 0 2rem 0rem 2rem;
    }
}

/* footer */

.footer {
    background-color: #171c61;
    position: relative;
    margin-top: 7.8rem;
}

.footer__contents {
    padding-top: 4rem;
    padding-bottom: 8.4rem;
    margin: 0 auto;
    text-align: center;
}

.footer > .img-box img {
    background-color: white;
    display: block;
    width: 100%;
}

.footer .footer__contents > a img {
    width: 30%;
}

.footer ul {
    margin: 4rem 0 4rem 0;
}

.footer ul li {
    margin-bottom: 2.8rem;
}

.footer ul li a {
    color: white;
    text-decoration: none;
    font-family: "Koburina Gothic StdN";
}

.footer ul li:last-of-type {
    margin-bottom: 0;
}

.footer .flex-box {
    justify-content: center;
}

.footer .flex-box .img-box:first-of-type {
    margin-right: 1rem;
    width: 1rem;
    height: 1.9rem;
}

.footer .flex-box .img-box:nth-of-type(2) {
    margin-left: 1rem;
    width: 2.1rem;
    height: 2.1rem;
}

.footer p {
    margin-top: 4.6rem;
    font-size: 1rem;
    color: white;
}

@media(min-width: 768px) {
    .footer__contents {
        padding-top: 4.5rem;
    }

    .footer .footer__contents > a img {
        width:10%;
    }
}