@charset "utf-8";

/*==========================
common
==========================*/

html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family:
    "Noto Sans JP", 
    arial,
    sans-serif;
    color: #172717;
    line-height: 1.5;
    background-color: #F0F0F0;
}

/*==========================
header
==========================*/
.header {
    text-align: center;
    width: 100%;
    position: fixed;
}

.header__topic {
    margin-top: 10px;
    margin-left: 10px;
}

.header__topic a{
    margin-top: 5px;
    font-family: "Chocolate Classical Sans";
    font-size: 2rem;
    color: #4C5032;
    letter-spacing: 7px;
}

/* .nav初期表示 */

.nav {
    display: block;
    width: 100%;
    height: 110vw;
    background-color: #E2D8CC;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
}

.nav__list {
    margin-top: 30px;
    text-align: center;
    background-image: url(../images/hasami.png);
    background-repeat: no-repeat;
    background-size: 40%;
}

.nav__item {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #94424A;
    /* background-image: repeating-linear-gradient(90deg, #b39080, #b39080 20px, transparent 20px, transparent 28px); */
    border-bottom: dashed;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.5px;
    width: 80%;
    margin: 0 auto;
    padding: 20px;

}

.nav__btn {
    position: fixed;
    top: 3%;
    right: 0;
    width: 24px;
    height: 14px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/* nav__btn 閉じる */

.nav__btn__close {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
}

/* header PC */
@media screen and (min-width: 769px) {

.header {
    display: flex;
    position: static;
    background-color: #E8E5E5;
}

.nav__btn {
    display: none;
}

.header__topic {
    margin-top: 30px;
    margin-left: 20px;
}

.header__topic a{
    font-size: 4rem;
    letter-spacing: 7px;
}

.nav__item {
    padding: 30px 20px;
    letter-spacing: 0.45px;
    border-right: 1px solid rgba(210, 209, 209, 0.29);
    border-bottom: none;
}

} /* pc 769px */

/* nav PC */
@media screen and (min-width: 769px) {
    .nav__container {
        margin-left: auto;
    }

    .nav {
    display: flex;
    width: 100%;
    height: auto;
    transform: none;
    background-color: #E8E5E5;
    }

    .nav__list {
    display: flex;
    background-image: none;
    }

    .nav__item {
    background-image: none;
    color: #4C5032;
    padding: 30px 20px;
    letter-spacing: 0.45px;
    border-right: 1px solid rgba(210, 209, 209, 0.29);
    }

    .nav__btn {
    display: none;
    }

    .nav__btn__close {
        display: none;
    } 
} /* pc 769px */

/*==========================
Shop
==========================*/

.main {
    padding-top: 50px;
    background-color: #F0F0F0;
}

.topic {
    margin-top: 20px;
    margin-left: 44%;
    font-family: "fot-tsukubrdgothic-std";
    font-size: 2rem;
    font-weight: bold;
    color: #94424A;
    letter-spacing: 0.5px;
 }

 .topic__sub {
    margin-top: 5px;
    margin-left: 44%;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.2rem;
    color: #94424A;
    letter-spacing: 1px;
}

.shop__top {
    margin: 0 auto;
    background-image: url(../images/map_pin.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 110% 99%;
}

.topic {
    margin-top: 20px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #94424A;
    letter-spacing: 0.5px;
}

.topic__sub {
    margin-top: 5px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.2rem;
    color: #94424A;
    letter-spacing: 1px;
}

.shop_photo {
    text-align: center;
    margin: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

.shop_naisou__sp {
    display: inline-block;
    margin: 20px 0 auto;
    width: 80%;
    height: auto;
}

.shop_naisou__pc {
    display: none;
}

.txt__1 {
    margin-top: 20px;
    text-align: center;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.3rem;
    color: #4C5032;
    line-height: 2.2;
}

.txt__2 {
    margin-top: 10px;
    text-align: center;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.3rem;
    color: #4C5032;
    line-height: 2.2;
}

/* shop PC */
@media screen and (min-width: 769px) {
    .SpBr {
        display: none;
    }

    .Shop {
        margin-top: 30px;
    }

    .shop__top {
        padding-top: 90px;
        text-align: center;;
    }

    .topic {
        margin: 0 auto;
        font-size: 3.2rem;
        
    }

    .topic__sub {
        margin: 0 auto;
        font-size: 1.5rem;
    }

    .shop__top {
        margin: 0 auto;
        background-image: url(../images/map_pin.png);
        background-repeat: no-repeat;
        background-size: 17%;
        background-position: 7% 99%;
    }

    .shop_photo {
        margin: 30px auto;
        padding-bottom: 50px;
        width: 60%;
    }

    .shop_naisou__sp {
        display: none;
    }

    .shop_naisou__pc {
        padding-top: 30px;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .shop_txt {
        top: 390px;
        left: 390px;
    }

    .txt__1 {
        font-size: 1.4rem;
    }

    .txt__2 {
        margin-top: 5px;
        font-size: 1.4rem;
    }
}

/*==========================
infomation
==========================*/
.info__title {
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.3rem;
    color: #FFFF;
    flex-shrink: 0;
}

.address ,.phone ,.hours ,.money {
    display: flex;
    padding: 10px;
    align-items: start;
}

.info__back {
    background: #D9A6A6;
    padding: 8px;
    display: inline-block;
}

.info__back__ad {
    background: #D9A6A6;
    padding: 7px 20px;
    display: inline-block;
}

.map {
    width: 85%;
    margin: 0 auto;
}

.map iframe {
    width: 100%;
}

.info__detail {    
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.3rem;
    color: #172717;
    margin-left: 30px;
}

.address {
    margin-top: 40px;
    margin-left: 40px
}

.phone, .phone, .hours, .money {
    margin-top: 10px;
    margin-left: 40px;
}

.shop__infomation {
    margin-bottom: 20px;
}

/* infomation PC */
@media screen and (min-width: 769px) {
    .SpBr {
        display: none;
    }

    .infomation__container {
        display: flex;
    }

    .shop__infomation {
        margin-right: 210px;
    }

    .address {
        margin-left: 14px;
    }

    .phone, .phone, .hours, .money {
        margin-left: 15px;
    }

    .map {
        margin: 50px auto;
        flex-shrink: 0;
        margin-left: 20%;
        width: 34%; 
    }

    .info__title {
        font-size: 1.4rem;
    }

    .info__detail {
        font-size: 1.4rem;
    }
}