@charset "UTF-8";

.store-container {
    width: 90%;
    margin: 0 auto;
}
.store-container .store:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html .clearfix,
* html .store-container .store,
.store-container * html .store {
    height: 1%;
}

.store-container h2 {
    display: block;
    font-size: 2.5em;
    letter-spacing: 0;
    margin: 10px 0 0;
    padding: 0;
    border-bottom: 1px solid #D3D5D8;
}
.store-container h3 {
    text-align: center;
    font-size: 30px;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    letter-spacing: .05em;
}
.store-container p.image {
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
}
.store-container p {
    width: 60%;
    font-size: 16px;
    line-height: 2;
    margin: 30px auto 0;
    letter-spacing: .05em;
}
.store-container p.small {
    font-size: 13px;
}
.store-container a {
    font-weight: bold;
    color: #337ab7;
    text-decoration: underline;
}
.store-container a.action-button {
    display: block;
    width: 80%;
    margin-top: 3%;
    line-height: 2.6;
    color: #fff;
    text-decoration: none;
}
.store-container .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.store-container .store-top {
    margin-top: 8%;
}
.store-container .store-top .store-description {
    width: 70%;
    font-size: 1.3vw;
    line-height: 2;
    margin: 30px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.store-container .store-top .store-description .no-credit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2vw;
}
.store-container .store-top .store-description .no-credit img {
    width: 12%;
    margin-right: 1%;
}

.store-container .store-top .store-reserve {
    width: 80%;
    margin: 50px auto 0;
    font-size: 16px;
    padding: 30px 60px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1.8;
}
.store-container .store-top .store-reserve strong {
    font-size: 18px;
}

.store-container .stores {
    width: 100%;
}
.store-container .stores .store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    box-sizing: border-box;
    margin: 5% auto 0;
}
.store-container .stores .store .store-name {
    width: 100%;
    margin-bottom: 3%;
}
.store-container .stores .store .store-name h4 {
    margin-bottom: 3px;
    padding: 0px 0 5px 10px;
    border-bottom: 1px solid #D3D5D8;
    font-size: 22px;
    letter-spacing: .12em;
}

.store-container .stores .store .store-left {
    width: 55%;
    letter-spacing: 0.1em;
}
.store-container .stores .store .store-left .store-image {
    margin-bottom: 3%;
}
.store-container .stores .store .store-left .store-image .image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.store-container .stores .store .store-left .store-image .swiper-container .swiper-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 5%;
}
.store-container .stores .store .store-left .store-image .swiper-container .swiper-arrow img {
    width: 100%;
}
.store-container .stores .store .store-left .store-image .swiper-container .swiper-arrow.prev {
    left: 2%;
}
.store-container .stores .store .store-left .store-image .swiper-container .swiper-arrow.next {
    right: 2%;
}
.store-container .stores .store .store-left .description {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
}
.store-container .stores .store .store-left .description h4 {
    margin-bottom: 20px;
    font-size: 18px;
}
.store-container .stores .store .store-right {
    width: 40%;
    margin-left: 5%;
    letter-spacing: 0.1em;
    line-height: 2em;
}
.store-container .stores .store .store-right .container {
    margin-bottom: 20px;
    font-size: 14px;
}
.store-container .stores .store .store-right .container .title {
    margin-bottom: 10px;
    padding: 0 0 10px 10px;
    width: 100%;
    margin-top: 3%;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    letter-spacing: .12em;
}
.store-container .stores .store .store-right .container .business-hour {
    padding: 0 0 0 30px;
    font-size: 16px;
}
.store-container .stores .store .store-right .container .business-hour .week {
    font-size: 80%;
    letter-spacing: 0;
}
.store-container .stores .store .store-right .container .regular-holiday {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 1.8em;
}
.store-container .stores .store .store-right .container .tel {
    padding: 0 0 0 30px;
    font-size: 16px;
    letter-spacing: .12em;
}
.store-container .stores .store .store-right .container .tel span {
    font-size: 14px;
}
.store-container .stores .store .store-right .container .information {
    margin-bottom: 20px;
    padding: 10px;
    text-align: right;
    font-size: 11px;
}
.store-container .stores .store .store-right .container .information img {
    display: inline-block;
    width: 35px;
    height:35px;
    border: 2px solid #a3a4a9;
    border-radius: 5px;
}
.store-container .stores .store .store-right .container .caravan-informations {
    padding-left: 3%;
}
.store-container .stores .store .store-right .container .caravan-informations .caravan-information {
    margin-bottom: 3%;
    padding: 2% 4%;
    border: 2px solid #bbb;
    border-radius: 5px;
}
.store-container .stores .store .store-right .container .caravan-informations .caravan-information .caravan-date {
    font-size: 1.1em;
    font-weight: bold;
}
.store-container .stores .store .store-right .container .caravan-informations .caravan-information .caravan-date a {
    display: inline-block;
    margin-left: 3%;
    padding: 0px 5px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    line-height: 1.8;
}
.store-container .stores .store .store-right .container .caravan-informations .caravan-information .caravan-address {
    margin-top: 1%;
    font-size: 0.9em;
    line-height: 1.6;
}
.store-container .stores .store .store-right .container .caravan-products {
    padding-left: 3%;
}
.store-container .stores .store .store-right .container .caravan-products ul {
    margin-top: 3%;
    font-size: 0.9em;
}
.store-container .stores .store .store-right .container .caravan-products ul li {
    list-style: inside;
}
.store-container .stores .store .store-right .container .caravan-products ul li.caravan-products-category {
    list-style: none;
    font-weight: bold;
}

.store-container .stores .store .store-title {
    width: 100%;
    margin-top: 3%;
    padding: 0 0 1% 1%;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    letter-spacing: 0.12em;
}

.store-container .stores .store .store-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3%;
}
.store-container .stores .store .store-access .store-access-left {
    width: 55%;
}
.store-container .stores .store .store-access .store-access-right {
    width: 40%;
    margin-left: 5%;
    letter-spacing: 0.10em;
    line-height: 2em;
}
.store-container .stores .store .store-access .store-access-right .access-area {
    margin-bottom: 20px;
    padding: 0 10px 0;
}
.store-container .stores .store .store-access .store-access-right .access-area ul li {
    padding: 0 0px 0 10px;
}
.store-container .stores .store .store-access .store-access-right .access-area .route_information {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 900;
}
.store-container .stores .store .store-access .store-access-right .access-area a.route_button {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 13px;
    color: #222;
    line-height: 2.2;
}
.store-container .stores .store .store-access .store-access-right .address {
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 2em;
}
.store-container .stores .store .concierge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0 0;
}
.store-container .stores .store .concierge .staff {
    box-sizing: border-box;
    width: 33.3%;
    padding: 2%;
}
.store-container .stores .store .concierge .staff .staff-img {
    position: relative;
    text-align: center;
}
.store-container .stores .store .concierge .staff .staff-img img,
.store-container .stores .store .concierge .staff-single .staff-img img {
    width: 23vw;
    height: 23vw;
    object-fit: cover;
    border-radius: 50%;
}
.store-container .stores .store .concierge .staff .staff-img .staff-name,
.store-container .stores .store .concierge .staff-single .staff-img .staff-name {
    position: absolute;
    top: 18vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 2vw;
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}
.store-container .stores .store .concierge .staff .staff-detail .staff-introduction,
.store-container .stores .store .concierge .staff-single .staff-detail .staff-introduction {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.0em;
}
.store-container .stores .store .concierge .staff .staff-detail a.button,
.store-container .stores .store .concierge .staff-single .staff-detail a.button {
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 14px;
}
.store-container .stores .store .concierge .staff .staff-detail .staff-magazine {
    margin-bottom: 10px;
    padding: 20px 0 0 0;
    width: 100%;
    text-align: center;
}
.store-container .stores .store .concierge .staff .staff-detail .staff-magazine a span,
.store-container .stores .store .concierge .staff-single .staff-detail .staff-magazine a span {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 24px;
    width: 85%;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}
.store-container .stores .store .concierge .staff-single {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 3%;
}
.store-container .stores .store .concierge .staff-single .staff-img {
    position: relative;
    width: 33.3%;
    text-align: center;
}
.store-container .stores .store .concierge .staff-single .staff-detail {
    box-sizing: border-box;
    width: 66.7%;
    padding: 20px;
}
.store-container .stores .store .concierge .staff-single .staff-detail .staff-magazine {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 66.7%;
    text-align: center;
}

.store-container .stores .store-details {
    margin-top: 30px;
}
.store-container .stores .store-detail {
    width: 48%;
    float: left;
    margin: 20px 8px 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}
.store-container .stores .store-detail img {
    width: 100%;
}
.store-container .stores .store-detail h4 {
    font-size: 22px;
    padding: 10px;
}
.store-container .stores .store-detail .access-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.store-container .stores .store-detail .address {
    padding: 10px;
    font-size: 14px;
}
.store-container .stores .store-detail .accesses {
    padding: 10px;
}
.store-container .stores .store-detail .access-info .address-area {
    padding: 10px;
    font-size: 14px;
    width: 45%;
}
.store-container .stores .store-detail .access-info .access-area {
    padding: 10px;
    width: 45%;
}
.store-container .stores .store-detail .store-info {
    padding: 10px;
    min-height: 200px;
}
.store-container .stores .store-detail .store-info.small {
    min-height: 60px;
}
.store-container .stores .store-detail .store-map {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    height: 250px;
}
.modaal-container .modaal-content .modaal-content-container {
    background-color: #ededed;
}
.route {
    background-color: #ededed;
    text-align: center;
}
.route .route-top {
    padding: 60px 0 0 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    line-height: 2.0em;
}
.route .route-top h2 {
    display: initial;
    text-align: center;
    margin-bottom: 20px;
}
.route .route-top p {
    margin: auto;
    padding: 20px;
    text-align: center;
}
.route .radio {
    display: none;
}
.route .tab-item {
    display: inline-block;
    width:45%;
    border: 1px solid #222;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    margin-bottom: -2px;
    font-size: 1.2em;
}
.route .tab-item:hover {
    opacity: 0.75;
    background-color: #fff;
}
.route input:checked + .tab-item {
    background-color: #fff;
    border: 2px solid #222;
}
.route #tab1:checked ~ #route01, #tab2:checked ~ #route02 {
    display: block;
}
.route .tab-content {
    display: none;
    background-color: #fff;
}
.route .content {
    background-color: #fff;
}
.route .route-header {
    margin-bottom: 40px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.route .route-header p {
    margin: 3px 0;
    padding: 10px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    text-align: center;
    font-size: 1.7em;
}
.route .route-content {
    padding: 0 0 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #5e5e5e;
    text-align: center;
}
.route .route-content:last-child {
    padding: 0 0 40px;
    border-bottom: 0px;
}
.route .route-content .content-box {
    width: 600px;
    margin: auto;
}
.route .route-content .content-image {
    padding: 0 0 20px 0;
    margin: auto;
}
.route .route-content .content-image img {
    width: 100%;
}
.route .route-content .content-image .container {
    display: grid;
    place-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.route .route-content .content-image .container .box2 {
    grid-column: 1/ 3;
}
.route .route-content .content-description p {
    padding: 0 0 20px;
    margin: 0;
    text-align: left;
    font-size: 1.5em;
    line-height: 2.0em;
}

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

    .undercolumn {
        padding: 0;
    }

    .store-container p {
        font-size: 3.6vw;
        margin: 3% auto;
        width: 100%;
        padding: 0 5%;
    }
    .store-container p.small {
        font-size: 3vw;
    }
    .store-container h2 {
        font-size: 2.0em;
        padding: 0 0 10px 10px;
    }
    .store-container h3 {
        font-size: 5vw;
    }

    .store-container a.action-button {
        width: 100%;
        margin-top: 8%;
        margin-bottom: 16%;
    }

    .store-container .store-top .store-description {
        font-size: 3.6vw;
        margin: 3% auto;
        width: 100%;
        padding: 0 5%;
    }
    .store-container .store-top .store-description .no-credit {
        font-size: 2.8vw;
    }
    .store-container .store-top .store-description .no-credit img {
        width: 18%;
        margin-right: 3%;
    }

    .store-container .store-top .store-reserve {
        width: 100%;
        font-size: 3.6vw;
        border-radius: 0;
        padding: 4%;
        margin: 5% 0;
    }
    .store-container .store-top .store-reserve strong {
        font-size: 4vw;
    }

    .store-container .stores .store {
        width: 100%;
        margin-top: 10%;
    }
    .store-container .stores .store .store-left .store-image .image {
        height: 190px;
    }
    .store-container .concierge {
        margin-top: 5%;
    }
    .store-container .stores .store .concierge .staff,
    .store-container .stores .store .concierge .staff-single {
        width: 100%;
        padding: 0 5%;
        text-align: center;
    }
    .store-container .stores .store .concierge .staff .staff-img,
    .store-container .stores .store .concierge .staff-single .staff-img {
        width: 100%;
    }
    .store-container .stores .store .concierge .staff .staff-img img,
    .store-container .stores .store .concierge .staff-single .staff-img img {
        width: 60vw;
        height: 60vw;
    }
    .store-container .stores .store .concierge .staff .staff-img .staff-name,
    .store-container .stores .store .concierge .staff-single .staff-img .staff-name {
        top: 48vw;
        width: 55%;
        font-size: 5vw;
    }
    .store-container .stores .store .concierge .staff .staff-detail {
        margin-top: 3%;
        margin-bottom: 10%;
        font-size: 3vw;
    }
    .store-container .stores .store .concierge .staff .staff-detail .staff-introduction,
    .store-container .stores .store .concierge .staff-single .staff-detail .staff-introduction {
        text-align: left;
    }
    .store-container .stores .store .concierge .staff-single .staff-detail {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 10%;
        padding: 0;
        font-size: 3vw;
    }
    .store-container .stores .store .concierge .staff .staff-detail a.button,
    .store-container .stores .store .concierge .staff-single .staff-detail a.button {
        width: 100%;
        margin-top: 5%;
        font-size: 4vw;
    }
    .store-container .stores .store .concierge .staff-single .staff-detail .staff-magazine {
        width: 100%;
    }
    .store-container .stores .store .concierge .staff .staff-detail .staff-magazine a span,
    .store-container .stores .store .concierge .staff-single .staff-detail .staff-magazine a span {
        width: 100%;
    }
    .store-container .stores .store .store-left,
    .store-container .stores .store .store-right {
        width: 90%;
        margin: 0 auto;
    }
    .store-container .stores .store .store-left {
        margin-bottom: 5%;
    }
    .store-container .stores .store .store-access .store-access-left,
    .store-container .stores .store .store-access .store-access-right {
        width: 90%;
        margin: 0 auto;
    }
    .store-container .stores .store .store-access .store-access-left {
        margin-bottom: 5%;
    }
    .store-container .stores .store .store-access .store-access-left iframe {
        width: 100%;
        margin-top: 5%;
    }
    .store-container .stores .store-detail {
        margin: 10% auto 0;
        width: 100%;
        padding: 5%;
        float: none;
        border-radius: 0;
    }
    .store-container .stores .store-detail .store-info {
        height: auto;
    }
    .store-container .stores .store-detail .store-info.small {
        height: auto;
    }
    .store-container .stores .store-detail .store-map {
        width: 100%;
        height: 300px;
        margin-top: 5%;
    }
    .store-container .stores .store-detail .access-info .address-area {
        width: 100%;
    }
    .store-container .stores .store-detail .access-info .access-area {
        width: 100%;
    }

    .modaal-container .modaal-content .modaal-content-container {
        padding: 10px;
    }

    .route .route-top {
        padding: 50px 0 0 0;
        line-height: 30px;
    }
    .route .route-top h2 {
        font-size: 1.2em;
    }
    .route .route-top p {
        padding: 20px 0;
        text-align: left;
        font-size: 0.8em;
    }
    .route .tab-item {
        padding: 5px 5px;
        font-size: 1.0em;
    }
    .route .route-header {
        margin-bottom: 20px;
    }
    .route .route-header p {
        font-size: 1.2em;
    }
    .route .route-content {
        margin-bottom: 20px;
        padding: 0;
    }
    .route .route-content:last-child {
        padding: 0 0 20px;
    }
    .route .route-content .content-box {
        width: 90%;
    }
    .route .route-content .content-description p {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.6em;
    }
}
