﻿@charset "UTF-8";

/* ----------------------------------
 店舗ニュース
---------------------------------- */
.store-news-frame { max-width: 1200px; padding: 0 20px; margin: 0 auto 80px;}
.store-news-frame * { box-sizing: border-box;}
.store-news-frame h1,
.store-news-frame h2,
.store-news-frame h3,
.store-news-frame h4 { padding: 0; margin: 0; border: none;}
.store-news-frame img { max-width: 100%; vertical-align: top;}
.store-news-frame .bnr-list li { margin: 0 0 10px; text-align: center;}
.store-news-frame .bnr-list li + li { margin: 15px 0 0;}
.store-news-frame .bnr-list li img { width: 100%; vertical-align: top;}
.store-news-frame .sec-title { margin: 0 0 30px; text-align: center;}
.store-news-frame .sec-title .en { margin: 0 0 5px; font-size: 18px; font-weight: 400; text-align: center; color: #999; display: block;}
.store-news-frame .sec-title .jp { font-size: 24px; font-weight: 700; line-height: 1.0;}

@media screen and (max-width: 768px) {
	.store-news-frame .for-pc { display: none;}
}
@media screen and (min-width: 769px) {
	.store-news-frame .for-sp { display: none;}
	.store-news-frame { padding: 0; margin: 0 auto 100px;}
	.store-news-frame .bnr-list li + li { margin: 20px 0 0;}
	.store-news-frame .sec-title { margin: 0 0 40px;}
	.store-news-frame .sec-title .en { margin: 0 0 10px; font-size: 22px;}
	.store-news-frame .sec-title .jp { font-size: 36px;}
}

/* ビジュアル */
#sec_visual .store-news-frame { padding: 0;}
#sec_visual .store-news-frame h1 { text-align: center;}
#sec_visual .store-news-frame h1 img { width: 100%;}

/* 挨拶 */
#sec_message .store-news-frame .message-area .message-ttl { padding: 0 0 15px; font-size: 24px; font-weight: 700;}
#sec_message .store-news-frame .message-area .message-txt p { font-size: 14px; font-weight: 400; line-height: 2.0;}
#sec_message .store-news-frame .message-area .message-txt p + p { margin-top: 10px;}

@media screen and (min-width: 769px) {
	#sec_message .store-news-frame .message-area { display: flex; justify-content: space-between; align-items: center;}
	#sec_message .store-news-frame .message-area .message-ttl { width: 40%; padding: 0 30px 0 15px; font-size: 34px;}
	#sec_message .store-news-frame .message-area .message-txt { width: 60%; padding: 0; font-size: 16px;}
	#sec_message .store-news-frame .message-area .message-txt p { font-size: 16px;}
}

/* ナビゲーション */
#sec_navi .store-news-frame .menu-area { display: flex; justify-content: center;}
#sec_navi .store-news-frame .menu-area li { width: calc(100% / 3); border-right: #000 2px solid;}
#sec_navi .store-news-frame .menu-area li:nth-child(1) { border-left: #000 2px solid;}
#sec_navi .store-news-frame .menu-area li a { padding: 10px 0; display: flex; justify-content: center; align-items: center;}
#sec_navi .store-news-frame .menu-area li p { font-size: 18px; font-weight: 700; line-height: 1.0; transition: transform 0.5s ease;}
#sec_navi .store-news-frame .menu-area li:hover p { transform: translateY(-10px);}
#sec_navi .store-news-frame .menu-area li p span { margin: 7px 0 0; font-size: 14px; font-weight: 700; text-align: center; color: #ccc; display: block;}

@media screen and (min-width: 769px) {
	#sec_navi .store-news-frame .menu-area li { width: calc(100% / 4);}
	#sec_navi .store-news-frame .menu-area li p { font-size: 22px;}
	#sec_navi .store-news-frame .menu-area li p span { font-size: 16px;}
}

/* おすすめ売場紹介 */
#sec_corner .store-news-frame .corner-box { padding: 20px; background: #f3f3f3;}
#sec_corner .store-news-frame .corner-box + .corner-box { margin-top: 20px;}
#sec_corner .store-news-frame .corner-box .corner-subttl { padding: 0 0 0 40px; margin-bottom: 20px; position: relative;}
#sec_corner .store-news-frame .corner-box .corner-subttl::before { content: '□'; font-size: 18px; font-weight: 700; color: #999; position: absolute; left: 10px; top: 10px;}
#sec_corner .store-news-frame .corner-box .corner-subttl::after  { content: '□'; font-size: 22px; font-weight: 700; color: #000; position: absolute; left: 0; top: 0;}
#sec_corner .store-news-frame .corner-box .corner-subttl span { font-size: 24px; font-weight: 700;}
#sec_corner .store-news-frame .corner-box .img-list { display: flex; flex-direction: column; gap: 20px;}
#sec_corner .store-news-frame .corner-box .img-list li { width: 100%;}
#sec_corner .store-news-frame .corner-box .img-list + p { margin-top: 15px;}
#sec_corner .store-news-frame .corner-box p { font-size: 14px; font-weight: 400; line-height: 1.8;}
#sec_corner .store-news-frame .corner-box p + p { margin-top: 10px;}

@media screen and (min-width: 769px) {
	#sec_corner .store-news-frame .corner-box { padding: 40px 60px;}
	#sec_corner .store-news-frame .corner-box + .corner-box { margin-top: 40px;}
	#sec_corner .store-news-frame .corner-box .corner-subttl span { font-size: 30px;}
	#sec_corner .store-news-frame .corner-box .corner-subttl::before { font-size: 26px;}
	#sec_corner .store-news-frame .corner-box .corner-subttl::after  { font-size: 28px;}
	#sec_corner .store-news-frame .corner-box .img-list { display: flex; justify-content: space-between; flex-direction: row; gap: 40px;}
	#sec_corner .store-news-frame .corner-box .img-list li { width: calc((100% - 40px) / 2);}
	#sec_corner .store-news-frame .corner-box .img-list + p { margin-top: 20px;}
	#sec_corner .store-news-frame .corner-box p { font-size: 16px;}
}

/* 店舗情報 */
#sec_address .store-news-frame .address-ttl { margin: 0 0 30px; text-align: center;}
#sec_address .store-news-frame .address-ttl .shop-name { font-size: 24px; font-weight: 700; line-height: 1.0;}
#sec_address .store-news-frame .address-ttl .shop-time { margin: 10px 0 0; font-size: 16px; font-weight: 400; text-align: center; display: block;}
#sec_address .store-news-frame .address-area .address  { margin: 0 0 30px; font-size: 14px; text-align: center; line-height: 1.8;}
#sec_address .store-news-frame .address-area .address-map { max-width: 750px; margin: 30px auto;}
#sec_address .store-news-frame .address-area iframe { width: 100%; height: 480px;}
#sec_address .store-news-frame .address-area .address-btn {
	width: 80%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	border: #333 1px solid;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 769px) {
	#sec_address .store-news-frame .address-ttl { margin: 0 0 40px;}
	#sec_address .store-news-frame .address-ttl .shop-name { font-size: 36px;}
	#sec_address .store-news-frame .address-ttl .shop-time { font-size: 18px;}
	#sec_address .store-news-frame .address-area .address  { margin: 0 0 40px; font-size: 16px;}
	#sec_address .store-news-frame .address-area .address-map { margin: 40px auto;}
	#sec_address .store-news-frame .address-area .address-btn { font-size: 16px;}
}

/* スタッフ紹介 */
#sec_staff { background: #f3f3f3;}
#sec_staff .store-news-frame { padding: 40px 15px;}
#sec_staff .store-news-frame .staff-list { display: flex; flex-direction: column; gap: 20px;}
#sec_staff .store-news-frame .staff-list li { width: 100%; padding: 20px; background: #FFF;}
#sec_staff .store-news-frame .staff-list .staff-img { max-width: 400px; margin: 0 auto; text-align: center;}
#sec_staff .store-news-frame .staff-list .staff-img { text-align: center;}
#sec_staff .store-news-frame .staff-list .staff-position {
	width: 100%;
	padding: 10px 0;
	margin: 20px auto;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
#sec_staff .store-news-frame .staff-list .staff-comment { padding: 14px 0 0 14px; margin: 20px auto; font-size: 14px; position: relative;}
#sec_staff .store-news-frame .staff-list .staff-comment span { padding: 0 10px 10px 0; font-size: 14px; display: block; position: relative;}
#sec_staff .store-news-frame .staff-list .staff-comment:before,
#sec_staff .store-news-frame .staff-list .staff-comment:after  { content: ''; display: inline-block; background: #000; position: absolute; top: 0; left: 0;}
#sec_staff .store-news-frame .staff-list .staff-comment:before { width: 1px; height: 30px;}
#sec_staff .store-news-frame .staff-list .staff-comment:after  { width: 30px; height: 1px;}
#sec_staff .store-news-frame .staff-list .staff-comment span:before,
#sec_staff .store-news-frame .staff-list .staff-comment span:after  { content: ''; display: inline-block; background: #000; position: absolute; bottom: 0; right: 0;}
#sec_staff .store-news-frame .staff-list .staff-comment span:before { width: 1px; height: 30px;}
#sec_staff .store-news-frame .staff-list .staff-comment span:after  { width: 30px; height: 1px;}

@media screen and (min-width: 769px) {
	#sec_staff .store-news-frame { padding: 60px 30px;}
	#sec_staff .store-news-frame .staff-list { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row; gap: 30px;}
	#sec_staff .store-news-frame .staff-list li { width: calc((100% - 30px) / 2);}
}

/* 店舗詳細はこちら */
#sec_for_store .store-news-frame .button { width: 100%; max-width: 400px; margin: 0 auto;}
#sec_for_store .store-news-frame .button a {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
}
