/*店舗案内-------------------------------------------------------*/
#shop{
    font-family: "Noto Sans JP", sans-serif;
}
#shop .l-container{
    padding: 100px 0 0 0;
}
#shop .c-title{
    padding: 64px 0;
}
#shop .c-title-main{
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 40px;
}

#shop .c-title-sub{
    color: #333;
    margin-top: 8px;
    font-size: 18px;
}

#shop .c-title-sub:before, .c-title-sub:after{
    content: none;
}

#shop .slick-next:after, .slick-prev:after{
    content: none;
}
#shop .topMv .slick-dots{
    display: none !important;
}
.shop_info{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #333;
    padding-bottom: 64px;
}
.shop_info__text{
    width: calc(50% - 20px);
    text-align: left;
}

.shop_info__text dl{
    display: flex;
    flex-wrap: wrap;
}
.shop_info__text dt{
    width: 15%;
    margin-bottom: 4px;
}
.shop_info__text dd{
    width: 85%;
    margin-bottom: 4px;
}
.shop_info__text_area ul{
    display: flex;
    flex-wrap: wrap;
}
.shop_info__text_area li{
    width: calc(calc(100% - 48px) / 4);
    margin: 8px 16px 0 0;
    text-align: center;
    border: 1px solid #333;
}
.shop_info__text_area li:nth-child(4n){
    margin-right: 0;
}
.shop_info__text_area .area-link {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #000023;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.shop_info__map{
    width: calc(50% - 20px);
}
.shop_info__map iframe{
    width: 100%;
    height: 360px;
}

.shop_chief .catch{
    font-weight: 500;
    margin-bottom: 64px;
}
.shop_chief__comment{
    width: 100%;
    position: relative;
}
.shop_chief__comment img{
    width: 100%;
}
.shop_chief__comment_box{
    width: 416px;
    background: #fff;
    padding: 24px;
    text-align: left;
    font-weight: 500;
    position: absolute;
    top: 64px;
    left: 64px;
    font-size: 13px;
}
.shop_chief__comment_box.right{
    left: unset;
    right: 64px;
}
.shop_chief__comment_box_name{
    font-size: 20px;
}
.shop_chief__comment_box_name span{
    font-size: 12px;
    display: block;
    margin: 16px 0 8px 0;
    line-height: 16px;
}
.shop_chief__comment_box_name span.en{
    margin-top: 8px;
}
.shop_chief__comment_box_btn{
    width: 40px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.shop_staff__list{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding-bottom: 64px;
}
.shop_staff__list li {
	position: relative;
	width: 25%;
	height: 320px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.shop_staff__list li:nth-child(n + 5){
    margin-top: 24px;
}
.shop_staff__list li img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.shop_staff__list li:hover img:nth-of-type(2) {
	opacity: 0;
}
.shop_staff__list li p{
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}
.shop_staff__list li p span{
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.shop_staff__list li img.more {
    width: 40px;
    top: unset;
    left: unset;
    transform: unset;
    right: 16px;
    bottom: 80px;
}
.shop_blog .shopDetails-blog{
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 64px;
}

.shop_blog .shopDetails-blog > ul li{
    border-bottom: none;
    font-size: 18px;
}

.shop_mapsearch .p-pref__main-button{
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #shop .l-container{
        padding: 70px 0 0 0;
    }
    #shop .c-title{
        padding: 40px 0 16px;
    }
    #shop .c-title-main{
        font-size: 24px;
    }

    #shop .c-title-sub{
        margin-top: 4px;
        font-size: 14px;
    }
    #shop .slick-dotted.slick-slider{
        margin-bottom: 24px;
    }

    .shop_info{
        padding-bottom: 40px;
        flex-wrap: wrap;
    }
    .shop_info__text{
        width: 100%;
    }
    .shop_info__text dt{
        width: 18%;
        margin-bottom: 4px;
        font-size: 13px;
    }
    .shop_info__text dd{
        width: 82%;
        margin-bottom: 4px;
        font-size: 13px;
    }

    .shop_info__text_area li{
        width: calc(calc(100% - 24px) / 4);
        margin: 8px 8px 0 0;
    }
    .shop_info__map{
        width: 100%;
        margin-top: 24px;
    }
    .shop_info__map iframe{
        width: 100%;
        height: 280px;
    }
    .shop_chief .catch{
        width: 90%;
        margin: 0 auto 40px;
        font-size: 14px;
        text-align: left;
    }
    .shop_chief__comment_box{
        width: 100%;
        padding: 5%;
        position: relative;
        top: unset;
        left: unset;
    }
    .shop_chief__comment_box.right{
        right: unset;
    }
    #shop .shop_staff .c-title-main{
        font-size: 20px;
    }

    .shop_staff__list{
        padding-bottom: 40px;
    }
    .shop_staff__list li {
        width: 50%;
        height: 240px;
        margin-top: 16px;
    }
    .shop_staff__list li:nth-child(n + 5){
        margin-top: 16px;
    }
    .shop_staff__list img:nth-of-type(2) {
        opacity: 0;
    }
    .shop_staff__list li p{
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }
    .shop_staff__list li img.more {
        width: 32px;
        bottom: 64px;
    }
    .shop_blog .shopDetails-blog{
        padding-bottom: 40px;
    }
    
    .shop_blog .shopDetails-blog > ul li{
        border-bottom: none;
        font-size: 14px;
    }
    
    .shop_mapsearch .p-pref__main-button{
        margin: 0 auto;
    }
}



/*スタッフ紹介-------------------------------------------------------*/
.shop_staff__top{
    width: 100%;
    position: relative;
}
.shop_staff__top img{
    width: 100%;
}
.shop_staff__top_box{
    width: 416px;
    background: #fff;
    padding: 40px 24px;
    text-align: left;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 64px;
    transform: translateY(-50%);
    font-size: 13px;
}
.shop_staff__top_box.right{
    left: unset;
    right: 64px;
}
.shop_staff__top_box_name{
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}
.shop_staff__top_box_name span{
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 16px;
}

.shop_staff__top_box_profile dl{
    display: flex;
    flex-wrap: wrap;
}
.shop_staff__top_box_profile dt{
    width: 22%;
    margin-bottom: 4px;
}
.shop_staff__top_box_profile dd{
    width: 78%;
    margin-bottom: 4px;
}

.shop_staff__interview{
    margin-top: 64px;
}
.shop_staff__interview_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.shop_staff__interview_list:nth-child(2n) .shop_staff__interview_text{
    order: 1;
}
.shop_staff__interview_list:nth-child(2n) .shop_staff__interview_img{
    order: 2;
}
.shop_staff__interview_img{
    width: calc(50% - 12px);
}
.shop_staff__interview_img img{
    width: 100%;
}
.shop_staff__interview_text{
    width: calc(50% - 12px);
    text-align: left;
}
.shop_staff__interview_text_q{
    align-items: center;
    display: inline-flex;
    position: relative;
}
.shop_staff__interview_text_q span{
    font-size: 32px;
    font-weight: 500;
    display: block;
    margin-right: 12px;
    padding-right: 12px;
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.shop_staff__interview_text_q span::after{
    content:"";
    display:inline-block;
    width:1px;
    height:24px;
    background-color:#333;
    position:absolute;
    top:16px;
    left:48px;
}
.shop_staff__interview_text_tit{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.shop_staff__off{
    background: #EEEEEF;
    padding: 40px;
    text-align: left;
}
.shop_staff_off__title{
    font-size: 20px;
    margin-bottom: 24px;
}
.shop_staff__off ul{
    display: flex;
    flex-wrap: wrap;
}
.shop_staff__off ul li{
    width: calc(calc(100% - 120px) /4);
    margin-right: 40px;
}
.shop_staff__off ul li:nth-child(4n){
    margin-right: 0;
}
.shop_staff__off ul li img{
    width: 100%;
}
.shop_staff__other .shop_staff__list{
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .shop_staff__top_box{
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding: 5%;
    }
    .shop_staff__top_box.right{
        right: unset;
    }
    .shop_staff__top_box_name{
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    .shop_staff__interview{
        width: 90%;
        margin: 16px auto 0;
    }
    .shop_staff__interview_list{
        margin-bottom: 40px;
    }
    .shop_staff__interview_img{
        width: 100%;
    }
    .shop_staff__interview_text{
        width: 100%;
    }
    .shop_staff__interview_text_tit{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .shop_staff__interview_list:nth-child(2n) .shop_staff__interview_img{
        order: 1;
    }
    .shop_staff__interview_list:nth-child(2n) .shop_staff__interview_text{
        order: 2;
    }
    .shop_staff__interview_text_q{
        font-size: 11px;
    }
    .shop_staff__off{
        padding: 40px 5%;
    }
    .shop_staff_off__title{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .shop_staff__off ul{
        justify-content: space-between;
    }
    .shop_staff__off ul li{
        width: calc(50% - 8px);
        margin-right: 0;
    }
    .shop_staff__off ul li:nth-child(n + 3){
        margin-top: 16px;
    }
    #shop .shopGreeting{
        padding-bottom: 40px;
    }
}

/*店舗情報トップ-------------------------------------------------------*/

.shop_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop_list__item{
    width: calc(50% - 40px);
    margin-bottom: 64px;
}
.shop_list__item_img{
    position: relative;
}
.shop_list__item_img img{
    width: 100%;
}
.shop_list__item_img img.more{
    width: 40px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.shop_list__item_name{
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}
.shop_list__item_name .en{
    display: block;
    font-size: 13px;
    line-height: 10px;
}
.shop_list__item_map{
    display: inline-flex;
    font-weight: 500;
    margin-top: 16px;
}
.shop_list__item_map .pin{
    width: 20px;
    margin-right: 4px;
}
.shop_list__text{
    border-top: 1px solid #333;
    margin-top: 16px;
    padding-top: 16px;
}

.shop_list__text dl{
    display: flex;
    flex-wrap: wrap;
}
.shop_list__text dt{
    width: 15%;
    margin-bottom: 4px;
}
.shop_list__text dd{
    width: 85%;
    margin-bottom: 4px;
}
.shop_list__text_area ul{
    display: flex;
    flex-wrap: wrap;
}
.shop_list__text_area li{
    width: calc(calc(100% - 48px) / 4);
    margin: 8px 16px 0 0;
    text-align: center;
    border: 1px solid #333;
}
.shop_list__text_area li:nth-child(4n){
    margin-right: 0;
}
.shop_list__text_area .tit{
    margin-top: 8px;
}
.shop_list__text_area table{
    width: 100%;
}

.shop_list__text_area .area-link{
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #000023;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.shop_president{
    border-top: 1px solid #333;
    margin-top: 36px;
}
.shop_president .catch{
    font-weight: 500;
    margin-bottom: 64px;
    font-size: 28px;
    text-align: center;
}
.shop_president__comment{
    width: 100%;
    position: relative;
}
.shop_president__comment img{
    width: 100%;
}
.shop_president__comment_box{
    width: 416px;
    background: #fff;
    padding: 24px;
    text-align: left;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 64px;
    transform: translateY(-50%);
    font-size: 13px;
}
.shop_president__comment_box_name{
    font-size: 20px;
    text-align: right;
}
.shop_president__comment_box_name span{
    font-size: 12px;
    display: block;
    margin: 16px 0 8px 0;
    line-height: 16px;
}
.shop_president__comment_box_name span.en{
    margin-top: 8px;
}
.shop_president__comment_box_btn{
    width: 40px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.shop_chart{
    padding: 64px 0;
}
.shop_chart img{
    width: 100%;
}
.shop_chart__text{
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .shop_list__item{
        width: 100%;
        margin: 0 auto 40px;
    }
    .shop_list__item_name{
        font-size: 20px;
        margin-top: 8px;
    }
    .shop_list__text dt{
        width: 20%;
    }
    .shop_list__text dd{
        width: 80%;
    }
    .shop_list__text_area table{
        font-size: 13px;
    }
    .shop_president .catch{
        margin: 0 auto 40px;
        font-size: 13px;
        text-align: left;
    }
    .shop_president__comment_box{
        width: 100%;
        padding: 5% 0;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
    }
    .shop_chart{
        padding: 0 0 56px 0;
    }
}