/*============================================================================

		shop_common

============================================================================*/

/*-------------------- .page_shop_article --------------------*/
.article_shop_header {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: -1;
}
.article_shop_header_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: -1;
    transform: scale(1.1);
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    opacity: 0.3;
    background-color: #ccc;
}
.article_shop_header_img {
    background: #ccc\9 !important; /* IE10以下 */
}
@media all and (-ms-high-contrast: none) {
    .article_shop_header_img {
        background: #ccc !important; /* IE10以上 */
    }
}
.article_shop_header_title {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .article_shop_header {
        height: 460px;
    }
    .article_shop_header_img {
        height: 460px;
    }
    .article_shop_header_title {
        margin-top: 80px;
    }
    .article_shop_wrap {
        max-width: 980px;
        margin: -270px auto 0;
        background: #fff;
    }
}

/*-------------------- .article_shop_name --------------------*/
.article_shop_name {
    padding: 20px;
    line-height: 1.3;
}
.article_shop_name_text {
    font-family: "RoundMP";
    transform: rotate(0.001deg);
}
.article_shop_name_inner .shop_floor {
    font-weight: bold;
    color: #b8001a;
}
.article_shop_name_inner .shop_name h3 {
    margin: 5px 0 3px;
    font-size: 1.6rem;
    font-weight: bold;
}
.article_shop_name_inner .shop_name p {
    color: #808080;
    font-size: 1.2rem;
    font-weight: 500;
}
@media print, screen and (min-width: 768px) {
    .article_shop_name {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 50px;
    }
    .article_shop_name_text {
        display: table-cell;
        padding-right: 30px;
        vertical-align: middle;
    }
    .article_shop_name_logo {
        display: table-cell;
        text-align: center;
    }
    .article_shop_name_inner {
        display: flex;
    }
    .article_shop_name_inner .shop_floor {
        font-size: 2.4rem;
        padding-right: 15px;
        border-right: 2px solid #000;
    }
    .article_shop_name_inner .shop_name {
        padding-left: 17px;
    }
    .article_shop_name_inner .shop_name h3 {
        margin: 0 0 6px;
        font-size: 2.4rem;
    }
    .article_shop_name_inner .shop_name p {
        font-size: 1.4rem;
    }
}

/*============================================================================

		shop_information

============================================================================*/

.shop_index {
    padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .shop_index {
        padding-top: 80px;
    }
}

/*-------------------- .shop_info_data --------------------*/
.shop_info_data .article_shop_name {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.shop_info_data .article_shop_name_text {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}
.shop_info_data .article_shop_name_logo {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
    .shop_info_data .article_shop_name_logo {
        width: 130px;
    }
    .shop_info_data .article_shop_name_logo img {
        max-height: 100px;
    }
}

/*-------------------- .slider --------------------*/
.shop_info_img_slider .slick-dots {
    bottom: -35px;
}
.shop_info_img_slider .slick-dots li button {
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.shop_info_img_slider .slick-dots li button:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    content: "";
    opacity: 1;
    background: #000;
}
.shop_info_img_slider .slick-dots li.slick-active button {
    border: 1px solid #b8001a;
}
.shop_info_img_slider .slick-dots li:hover button:before,
.shop_info_img_slider .slick-dots li.slick-active button:before {
    background: #b8001a;
    opacity: 1;
}
@media print, screen and (min-width: 768px) {
    .shop_info_img_slider .slick-dots {
        bottom: -40px;
    }
}

/*-------------------- .shop_info_text_wrap --------------------*/
.shop_info_text_wrap {
    padding: 30px 20px 20px;
}
.shop_info_text {
    padding-bottom: 30px;
    line-height: 1.8;
}
.shop_info_text p a:hover {
    text-decoration: underline;
}
.shop_info_text p a[target="_blank"]:after {
    font-family: "icomoon" !important;
    content: "\e900";
    color: #000;
    margin-left: 5px;
    font-size: 1.2rem;
}
.shop_info_detail dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #ccc;
}
.shop_info_detail dl:last-child {
    border-bottom: 1px solid #ccc;
}
.shop_info_detail dt {
    display: table-cell;
    width: 80px;
    font-size: 1.2rem;
    color: #b8001a;
}
.shop_info_detail dd {
    display: table-cell;
}
.shop_info_detail dd li {
    margin-top: 5px;
}
.shop_info_detail dd li:first-child {
    margin-top: 0;
}
.shop_info_detail dd a span {
    text-decoration: underline;
}
.shop_info_detail dd a:hover span {
    text-decoration: none;
}
.shop_info_detail dd a:hover {
    text-decoration: underline;
}
.shop_info_detail dd a[target="_blank"]:after {
    font-family: "icomoon" !important;
    content: "\e900";
    color: #000;
    margin-left: 5px;
    font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
    .shop_info_text_wrap {
        display: flex;
        padding: 70px 50px 50px;
    }
    .shop_info_text {
        width: calc(100% - 310px);
        padding-right: 40px;
        font-size: 1.5rem;
        line-height: 2.2;
    }
    .shop_info_detail {
        width: 310px;
    }
    .shop_info_detail dl {
        padding: 15px 0;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .shop_info_detail dl:first-child {
        padding-top: 0;
    }
    .shop_info_detail dl:last-child {
        padding-bottom: 0;
        border: none;
    }
    .shop_info_detail dt {
        width: 100px;
        font-size: 1.4rem;
    }
    .shop_info_detail dd {
        font-size: 1.5rem;
    }
    .shop_info_detail dd li {
        margin-top: 8px;
    }
    .shop_info_detail dd li:first-child {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 920px) {
    .shop_info_text {
        padding-right: 70px;
    }
}

/*============================================================================

		shop_news

============================================================================*/

/*-------------------- index --------------------*/
.shop_news_index .page_shop_news_wrap {
    padding-top: 30px;
}
.shop_news_index .page_shop_news {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #ececec;
}
.page_shop_news_title {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .shop_news_index .page_shop_news_wrap {
        padding-top: 80px;
        padding-bottom: 110px;
    }
    .shop_news_index .page_shop_news {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .page_shop_news_title {
        margin-bottom: 0;
    }
}

/*-------------------- .shop_news_title_wrap --------------------*/
.shop_news_title_wrap {
    display: flex;
    flex-wrap: wrap;
}
.shop_news_title {
    order: 1;
    width: 100%;
    padding: 20px;
    font-family: "RoundMP";
    transform: rotate(0.001deg);
}
.shop_news_title .news_category {
    display: block;
}
.shop_news_title .news_category span {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 6px;
    border-radius: 30px;
    border: 1px solid #000;
    margin-bottom: 6px;
}
.shop_news_title .news_date {
    font-size: 1.2rem;
}
.shop_news_title .news_title {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: bold;
}
.shop_news_title_img {
    order: 2;
    width: 100%;
}
.shop_news_title_img img {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .shop_news_title_wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
        flex-wrap: none;
    }
    .shop_news_title {
        display: table-cell;
        order: inherit;
        width: 42%;
        padding: 50px;
        vertical-align: middle;
    }
    .shop_news_title .news_date {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .shop_news_title .news_category {
        margin-bottom: 8px;
    }
    .shop_news_title .news_category span {
        font-size: 1.3rem;
        padding: 3px 10px;
    }
    .shop_news_title .news_title {
        margin-top: 10px;
        font-size: 2rem;
    }
    .shop_news_title_img {
        display: table-cell;
        order: inherit;
        width: 58%;
    }
}

/*-------------------- .shop_news_text_wrap --------------------*/
.shop_news_text_wrap {
    padding: 30px 20px 10px;
    line-height: 1.8;
}
.shop_news_text_wrap p {
    margin-bottom: 20px;
}
.shop_news_text_wrap p a {
    text-decoration: underline;
}
.shop_news_text_wrap p a:hover {
    text-decoration: none;
}
.shop_news_text_wrap p a[target="_blank"]:after {
    font-family: "icomoon" !important;
    content: "\e900";
    color: #000;
    margin-left: 5px;
    font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
    .shop_news_text_wrap {
        padding: 70px 50px 20px;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .shop_news_text_wrap p {
        margin-bottom: 50px;
    }
}

/*-------------------- .shop_news_data --------------------*/
.shop_news_data {
    padding: 0 20px;
}
.shop_news_data .article_shop_name {
    width: 100%;
    padding: 30px 20px;
    line-height: 1.3;
    background: #ececec;
}
.shop_news_data .article_shop_name h3 {
    color: #000;
}
.shop_news_data .article_shop_name_logo {
    max-width: 200px;
    margin: 15px auto 0;
    padding: 15px;
    background: #fff;
}
.shop_news_logo {
    max-width: 150px;
    margin: 0 auto;
    text-align: left;
}
.shop_news_data .shop_news_logo img {
    opacity: 0;
}
.shop_news_back {
    padding: 40px 0 50px;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .shop_news_data {
        padding: 0 50px;
    }
    .shop_news_data .article_shop_name {
        padding: 25px 25px 25px 35px;
    }
    .shop_news_data .article_shop_name_logo {
        width: 240px;
        max-width: inherit;
        margin: 0;
        padding: 20px 0;
        text-align: center;
    }
    .shop_news_logo {
        max-width: 180px;
    }
    .shop_news_back {
        padding: 70px 0;
    }
    .shop_news_link a {
        display: block;
        position: relative;
        padding: 5px;
        background: #ececec;
    }
    .shop_news_link a:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-26.3deg, #d4224e, #f25a35);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .shop_news_link a:hover:before {
        opacity: 1;
    }
    .shop_news_link .article_shop_name {
        position: relative;
        z-index: 2;
    }
}
@media print, screen and (min-width: 920px) {
    .shop_news_data .article_shop_name_logo {
        width: 320px;
    }
}

/*============================================================================

		information

============================================================================*/

.information_index {
    max-width: 980px;
    margin: 0 auto;
}
.information_index .page_info_list_item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.information_index .pager {
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .information_index .page_info_list_item {
        padding: 20px 15px;
    }
    .information_index .page_info_list_item h3 {
        font-size: 1.6rem;
    }
    .information_index .pager {
        margin-top: 60px;
    }
}

/*-------------------- .info_article --------------------*/
.info_article .page_blur_header_img {
    background-image: url(../img/common/common_header.jpg);
}
.info_article_title {
    padding: 20px;
    font-family: "RoundMP";
    transform: rotate(0.001deg);
    border-bottom: 1px solid #ccc;
}
.info_article_title .info_date {
    font-size: 1.2rem;
}
.info_article_title .info_title {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: bold;
}
.info_article_back {
    padding: 40px 0 50px;
    text-align: center;
    border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
    .info_article_title_wrap {
        padding: 40px 50px 0;
    }
    .info_article_title {
        padding: 0 0 25px;
        border-bottom: 2px solid #ccc;
    }
    .info_article_title .info_date {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .info_article_title .info_title {
        margin-top: 10px;
        font-size: 2rem;
    }
    .info_article_back_wrap {
        padding: 0 50px;
    }
    .info_article_back {
        padding: 70px 0 110px;
        border-top: 2px solid #ccc;
    }
}

/*============================================================================

		special

============================================================================*/

.special_article .page_blur_header {
    display: none;
}
.special_article .page_blur_header_img {
    background-image: url(../img/common/common_header.jpg);
}

@media print, screen and (min-width: 768px) {
    .special_article .page_blur_wrap {
        margin-top: 0;
    }
    .shop_news_text_wrap {
        padding-top: 50px;
    }
}

@media print, screen and (min-width: 1100px) {
    .special_article .page_blur_header {
        display: block;
    }
    .special_article .page_blur_wrap {
        margin-top: -370px;
    }
}
