/*
Theme Name: 吉祥寺サンロード
Theme URI: http://www.sun-road.or.jp/
Author: EH
Author URI: http://www.sun-road.or.jp/
Description: 吉祥寺サンロードWebサイト WordPress用テーマファイル
Version: 1.0
License: ***
License URI: ***
Tags: website
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
	padding: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
	width: 100%;
	height: 100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background:#ffffff;
	font-size:16px;
}

.wrapper {
	position:relative;
	padding: 0 30px;
	width: 940px;
	margin:0px auto 0px auto;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {}
body {
	font-size: 16px;
}
@media (max-width: 680px) {
body {
	font-size: 14px;
}
.wrapper {
	padding: 0 20px;
	width: calc(100% - 40px);
}
}



/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 680px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 680px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
.outline { display: none;}

/**********************************************************************************************************************************************/
/* ヘッダー */

#header {
}
#access {
	position: fixed;
	top: 0;
	left: -450px;
	z-index: 10000;
	width: 500px;
	height: 100vh;
	background: #f3f3f3;
	transition: 0.2s ease-out;
}
#access_title_pc {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #222222;
}
#access_title_pc h2 {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 3px;
	width: 100px;
	height: 50px;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
}
#access_title_pc_open {}
#access_title_pc_close {
	width: 20px;
	height: 20px;
	background: #222222;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	display: none;
}
#access_title_pc_close svg {
	width: 20px;
	fill: #ffffff;
}
#access_title_sp {
	display: none;
}
/* メニュー開閉設定 */
.access_open {
	left: 0 !important;
}
.access_open #access_title_pc_open {
	display: none;
}
.access_open #access_title_pc_close {
	display: block;
}

/* グローバルメニュー内容 */
#gnavi_disp {
	padding: 40px 30px;
	width: calc(100% - 110px);
	height: calc(100% - 80px);
	overflow: scroll;
}
#gnavi_disp h2 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
/* メニュー：メインページ */
.menu_main {
	margin-bottom: 20px;
}
.menu_main li {
	color: #666666;
	line-height: 30px;
}
.menu_main li a {
	display: inline-block;
	position: relative;
	transition: 0s;
}
.menu_main li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #222222;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0s;
}
.menu_main li a:hover {
	color: #222222;
	transition: 0.2s linear;
}
.menu_main li a:hover:after {
	width: 100%;
	transition: 0.2s linear;
}

/* メニュー：新着情報 */
.menu_news {
	margin-bottom: 20px;
	color: #666666;
}
.menu_news dt {
	font-size: 13px;
	margin-bottom: 5px;
}
.menu_news_cat {
	display: inline-block;
	font-size: 11px;
	color: #444444;
	line-height: 15px;
	padding: 0 8px;
	background: #dddddd;
	margin-left: 8px;
	display: none;
}
.menu_news dd {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

/* メニュー：新着情報　一覧を見るボタン */
.menu_news_btn {}
.menu_news_btn a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	width: 110px;
	height: 30px;
	border: 1px solid #666666;
	box-sizing: border-box;
	transition: 0.2s linear;
}
.menu_news_btn a:hover {
	color: #ffffff;
	background: #222222;
	border-color: #222222;
}
@media (max-width: 680px) {
#access {
	left: auto;
	right: calc(-100% + 60px);
	width: calc(100% - 60px);
	height: 100vh;
}

#access_title_pc {
	display: none;
}
#access_title_pc_open {}
#access_title_pc_close {
	display: none;
}
#access_title_sp {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
}
#access_title_sp_open {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #222222;
}
#access_title_sp_open svg {
	width: 16px;
	fill: #ffffff;
}
#access_title_sp_close {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #222222;
	display: none;
}
#access_title_sp_close svg {
	width: 16px;
	fill: #ffffff;
}
/* メニュー開閉設定 */
.access_open {
	left: auto !important;
	right: 0px !important;
}
.access_open #access_title_sp_open {
	display: none;
}
.access_open #access_title_sp_close {
	display: block;
}

/* グローバルメニュー内容 */
#gnavi_disp {
	padding: 30px 20px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
}
#gnavi_disp h2 {
	font-size: 14px;
}
/* メニュー：メインページ */
.menu_main {
	margin-bottom: 20px;
}
.menu_main li {
	line-height: 25px;
}
.menu_main li a {
	font-size: 14px;
}

/* メニュー：新着情報 */
.menu_news {
	margin-bottom: 20px;
	color: #666666;
}
.menu_news dt {
	font-size: 13px;
	margin-bottom: 5px;
}
.menu_news dd {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* メニュー：新着情報　一覧を見るボタン */
.menu_news_btn {}
.menu_news_btn a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	width: 110px;
	height: 30px;
	border: 1px solid #666666;
	box-sizing: border-box;
	transition: 0.2s linear;
}
.menu_news_btn a:hover {
	color: #ffffff;
	background: #222222;
	border-color: #222222;
}
}

/* メニュー：言語選択 */
#language_selector {
	width: 290px;
	height: 220px;
	background: #f3f3f3;
	position: fixed;
	top: 60px;
	right: -240px;
	z-index: 10000;
	transition: 0.2s ease-out;
}
.language_selector_open {
	right: 0px !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#language_selector_title {
	width: 50px;
	height: 100%;
	background: #222222;
	position: absolute;
	top: 0;
	left: 0;
}
#language_selector_icon {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 10px;
}
#language_selector_icon svg {
	width: 100%;
	fill: #ffffff;
}
#language_selector h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 30px;
	width: 120px;
	height: 30px;
	transform: rotate(90deg);
	position: absolute;
	top: 125px;
	right: -35px;
}
#language_selector_disp {
	width: calc(100% - 50px);
	height: 100%;
	margin-left: 50px;
}
#language_selector_disp select[name="page_lang"] {
	font-size: 15px;
	padding: 7px 15px;
	width: calc(100% - 40px);
	margin: 28px 20px 0;
	border: none;
	border-radius: 5px;
}
@media (max-width: 680px) {
/* メニュー：言語選択 */
#language_selector {
	width: 260px;
	height: 40px;
	top: 50px;
	right: -220px;
	z-index: 10000;
	transition: 0.2s ease-out;
}
.language_selector_open {
	right: 0px !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#language_selector_title {
	width: 40px;
	height: 100%;
}
#language_selector_icon {
	width: 20px;
	height: 30px;
	top: 10px;
	left: 10px;
}
#language_selector_icon svg {
	width: 100%;
	fill: #ffffff;
}
#language_selector h2 {
	display: none;
}
#language_selector_disp {
	width: calc(100% - 50px);
	height: 100%;
	margin-left: 50px;
}
#language_selector_disp select[name="page_lang"] {
	font-size: 14px;
	padding: 4px 10px;
	width: calc(100% - 20px);
	margin: 8px 5px 0;
	border: none;
	border-radius: 5px;
}
}


/**********************************************************************************************************************************************/
/* メイン */
#main {
	display:block;
}

/**********************************************************************************************************************************************/
/* フッター */
#footer {
	clear:both;
	background:#ffffff;
}
/* フッター：メイン */
#footer_main {
	padding: 50px 0 20px;
	background: #f3f3f3;
}
.footer_main_logo {
	text-align: center;
	margin-bottom: 20px;
}
.footer_main_logo svg {
	width: 200px;
}
.footer_main_address {
	font-size: 14px;
	color: #666666;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}
.footer_main_textlink {
}
.footer_main_textlink ul {
	text-align: center;
}
.footer_main_textlink li {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding: 0 20px;

}
.footer_main_textlink li:not(:last-of-type) {
	border-right: 1px solid #666666;
}
.footer_main_textlink li a {
	display: inline-block;
	position: relative;
}
.footer_main_textlink li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #222222;
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	margin: auto;
}
.footer_main_textlink li a:hover {
	transition: 0.2s linear;
	color: #222222;
}
.footer_main_textlink li a:hover:after {
	width: 100%;
	transition: 0.2s ease-out;
}
/* フッター：著作権情報 */
#footer_copyright {
	color: #f3f3f3;
	text-align: center;
	padding: 20px 0;
	background: #222222;
}
.footer_copyright_attention {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.footer_copyright_copy {
	font-size: 12px;
	line-height: 1.2;
}
@media (max-width: 680px) {
/* フッター */
/* フッター：メイン */
#footer_main {
	padding: 30px 0 20px;
}
#footer_main .wrapper{
	width: 100%;
	padding: 0;
}
.footer_main_logo {
	margin-bottom: 10px;
}
.footer_main_logo svg {
	width: 140px;
}
.footer_main_address {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_main_textlink ul {
	text-align: left;
	font-size: 0px;
	border-top: 1px solid #666666;
}
.footer_main_textlink li {
	font-size: 12px;
	padding: 0 0px;
	width: calc(50%);
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

}
.footer_main_textlink li:nth-child(even) {
	border-right: none;
}
.footer_main_textlink li a {
	display: block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
}
.footer_main_textlink li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #222222;
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	margin: auto;
}
.footer_main_textlink li a:hover {
	transition: 0.2s linear;
	color: #222222;
}
.footer_main_textlink li a:hover:after {
	width: 100%;
	transition: 0.2s ease-out;
}
/* フッター：著作権情報 */
#footer_copyright {
	color: #f3f3f3;
	text-align: center;
	padding: 20px 0;
	background: #222222;
}
.footer_copyright_attention {
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}
.footer_copyright_copy {
	font-size: 12px;
	line-height: 1.2;
}
}


/**********************************************************************************************************************************************/
/* トップページ */

/* メインビジュアル */
#top_mainvisual {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #f3f3f3;
	opacity: 1;
	text-align: center;
}
#top_mainvisual img {
	position:absolute;
	top:50%;
	left:50%;
	height:100%;
	margin:auto;
	opacity:0;
	transition:opacity 0.5s linear;
}
@media (max-width: 680px) {
}
/* メインビジュアル：CSSスクロール版 */
#top_eh_mainvisual {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #f3f3f3;
	opacity: 1;
	text-align: center;
}
#top_eh_mainvisual>div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
/*
#top_eh_mainvisual>div:nth-child(1) {
	z-index: 4;
	animation: mv_sliding 16s linear 0s infinite;
}
#top_eh_mainvisual>div:nth-child(2) {
	z-index: 3;
	animation: mv_sliding 16s linear 4s infinite;
}
#top_eh_mainvisual>div:nth-child(3) {
	z-index: 2;
	animation: mv_sliding 16s linear 8s infinite;
}
#top_eh_mainvisual>div:nth-child(4) {
	z-index: 1;
	animation: mv_sliding 16s linear 12s infinite;
}
*/
@keyframes mv_sliding {
	0% { opacity: 0;width: calc(100%);height: calc(100%);top: 0;left: 0;}
	5% { opacity: 1;width: calc(100% + 20px);height: calc(100% + 20px);top: calc(-10px);left: calc(-10px);}
	25% { opacity: 1;width: calc(100% + 100px);height: calc(100% + 100px);top: calc(-50px);left: calc(-50px);}
	30% { opacity: 0;width: calc(100% + 120px);height: calc(100% + 120px);top: calc(-60px);left: calc(-60px);}
	100% { opacity: 0;width: calc(100%);height: calc(100%);top: calc(0px);left: calc(0px);}
}
/*
.mv_animate {
	animation: mv_zoomslider 1.5s ease-out 0s forwards;
}
@keyframes mv_zoomslider {
	0% { opacity: 0;width: calc(100%);height: calc(100%);top: 0;left: 0;}
	100% { opacity: 1;width: calc(100% + 120px);height: calc(100% + 120px);top: calc(-60px);left: calc(-60px);}
}
*/

/* 2020緊急事態宣言用：メインビジュアル */
#top_eh_mainvisual {
	/* display: none; */
}
#top_2020_mainvisual {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* background: url(./images/2020_mv_em/mainvisual_202002_1.jpg) center center #000000; */
	opacity: 1;
	text-align: center;
}
#top_2020_mainvisual .t2mv_bg_customer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-repeating-linear-gradient(-45deg,#f6e50f 0,#f6e50f 10px,#222222 10px,#222222 20px);
	background: -o-repeating-linear-gradient(-45deg,#f6e50f 0,#f6e50f 10px,#222222 10px,#222222 20px);
	background: repeating-linear-gradient(-45deg,#f6e50f 0,#f6e50f 10px,#222222 10px,#222222 20px);
	opacity: 1;
}
#top_2020_mainvisual .t2mv_bg_shop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-repeating-linear-gradient(-45deg,#ff9126 0,#ff9126 10px,#222222 10px,#222222 20px);
	background: -o-repeating-linear-gradient(-45deg,#ff9126 0,#ff9126 10px,#222222 10px,#222222 20px);
	background: repeating-linear-gradient(-45deg,#ff9126 0,#ff9126 10px,#222222 10px,#222222 20px);
	opacity: 0
}

/* トップ：タイトル部 */
#top_header {
	position: relative;
	width: 100%;
	height: 100vh;
}
#top_header_symbol {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(135deg,rgba(0,0,0,0.2),rgba(0,0,0,0.7));
}
#top_header_symbol h1 {
	width: calc(100% - 80px);
	margin: 120px auto 0;
}
#top_header_symbol h1 svg {
	fill: #ffffff;
}
/* 2020緊急事態宣言用：お知らせ */
#top_header_symbol {
	/* display: none; */
}
#top_header_symbol_2020em .top_2020_mv_sec {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.t2mv_msgbox {
	color: #222222;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.t2mv_msgbox .title {
	font-size: 20px;
	font-weight: bold;
	color: #f6e50f;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 50px;
	height: 50px;
	background: #222222;
	margin-bottom: 80px;
}
.t2mv_msgbox .target {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.t2mv_msgbox .target:before {
	font-size: 50px;
	display: block;
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	margin: auto;
}
.t2mv_msgbox .msg {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.2;
}
.t2mv_msgbox .msg_desc {
	font-size: 15px;
	line-height: 1.4;
}
.t2mv_customer {
	background: #f6e50f;
	opacity: 0;
}
.t2mv_shop {
	background: #ff9126;
	opacity: 0;
}
.t2mv_shop .title {
	color: #ff9126;
}
/* mv_animation */
#top_2020_mainvisual .t2mv_bg_customer,.t2mv_customer {
	animation: mv_2020_em_fade 20s linear 0s infinite;
}
#top_2020_mainvisual .t2mv_bg_shop,.t2mv_shop {
	animation: mv_2020_em_fade 20s linear 10s infinite;
}

@keyframes mv_2020_em_fade {
	  0% { opacity: 0;}
	  3% { opacity: 1;}
	 50% { opacity: 1;}
	 53% { opacity: 0;}
	100% { opacity: 0;}
}


@media (max-width: 680px) {
	#top_header_symbol_2020em .top_2020_mv_sec {
		width: 260px;
		height: 300px;
	}
	.t2mv_msgbox {
		padding: 10px;
	}
	.t2mv_msgbox .title {
		font-size: 14px;
		letter-spacing: 0em;
		line-height: 24px;
		height: 24px;
		margin-bottom: 50px;
	}
	.t2mv_msgbox .target {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.t2mv_msgbox .target:before {
		font-size: 30px;
		top: -40px;
	}
	.t2mv_msgbox .msg {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.t2mv_msgbox .msg_desc {
		font-size: 13px;
		line-height: 1.4;
	}
}



/* トップヘッドライン */
#top_header_headline {
	padding: 15px 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 30px;
}
#top_header_headline_disp {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
#top_header_headline_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#top_header_headline_disp ul {
	font-size: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: 1s ease-in-out;
}
.mv_headline_size_1 { width: calc(800px * 1); }
.mv_headline_size_2 { width: calc(800px * 2); }
.mv_headline_size_3 { width: calc(800px * 3); }
.mv_headline_size_4 { width: calc(800px * 4); }
.mv_headline_size_5 { width: calc(800px * 5); }
.mv_headline_size_6 { width: calc(800px * 6); }
.mv_headline_size_7 { width: calc(800px * 7); }
.mv_headline_size_8 { width: calc(800px * 8); }
@media (max-width: 680px) {
.mv_headline_size_1 { width: calc(100vw - 20px); }
.mv_headline_size_2 { width: calc(200vw - 40px); }
.mv_headline_size_3 { width: calc(300vw - 60px); }
.mv_headline_size_4 { width: calc(400vw - 80px); }
.mv_headline_size_5 { width: calc(500vw - 100px); }
.mv_headline_size_6 { width: calc(600vw - 120px); }
.mv_headline_size_7 { width: calc(700vw - 140px); }
.mv_headline_size_8 { width: calc(800vw - 160px); }
}

#top_header_headline_disp li {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	width: 800px;
	padding: 4px 0;
	vertical-align: top;
}
#top_header_headline_disp li .date {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
#top_header_headline_disp li .cat {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	height: 22px;
	padding: 0 10px;
	background: #222222;
	margin: 0 0 0 10px;
	vertical-align: top;
}
#top_header_headline_disp li .text {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	margin: 0 10px;
	vertical-align: top;
}
#top_header_headline_controller_prev,
#top_header_headline_controller_next {
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	cursor: pointer;
}
#top_header_headline_controller_prev svg,
#top_header_headline_controller_next svg {
	width: 100%;
	fill: rgba(0,0,0,0.5);
}
#top_header_headline_controller_prev {
	left: -60px;
}
#top_header_headline_controller_next {
	right: -60px;
}


@media (max-width: 680px) {
#top_header_symbol {
	width: 200px;
	height: 200px;
}
#top_header_symbol h1 {
	width: calc(100% - 40px);
	margin: 60px auto 0;
}
#top_header_symbol h1 svg {
	fill: #ffffff;
}
/* トップヘッドライン */
#top_header_headline {
	padding: 10px 0;
	position: absolute;
	bottom: 100px;
}
#top_header_headline_disp {
	width: calc(100% - 20px);
	height: 60px;
}
#top_header_headline_disp ul {
	font-size: 0px;
	width: 3200px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#top_header_headline_disp li {
	display: inline-block;
	height: 60px;
	width: calc(100vw - 20px);
	padding: 0px 0;
}
#top_header_headline_disp li .date {
	font-size: 14px;
	line-height: 20px;
}
#top_header_headline_disp li .cat {
	font-size: 12px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
}
#top_header_headline_disp li .text {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	height: 30px;
	margin: 0 0px;
}
#top_header_headline_controller_prev,
#top_header_headline_controller_next {
	display: none;
}
}
@media (max-width: 680px) {
}


/* トップ：ヘッドライン */
#top_headline {
	width: 100%;
	height: 590px;
	padding: 30px 0 0 0;
	background: rgba(255,255,255,0.8);
}
.headline_wrapper {
	width: 1140px;
	margin: 0 auto;
}
/* イチオシページ */
.headline_pri {
	width: calc(50% - 10px);
	float: left;
	font-size: 0px;
}
.headline_pagebox {
	display: inline-block;
	width: 270px;
	height: 270px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.headline_pagebox:nth-child(odd){
	margin-right: 20px;
}
.headline_pagebox:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(0,0,0,0.3);
	z-index: 200;
	transition: 0.3s ease-out;
}
.headline_pagebox:hover:before {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background: rgba(0,0,0,0.8);
}
.headline_pagebox a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1020;
}
.pagebox_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: 0.3s ease-out;
}
.pagebox_img img {
	width: 100%;
}
.headline_pagebox:hover .pagebox_img {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}
.headline_pagebox_innerwrapper {
	height: 160px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000;
}
.pagebox_icon {
	text-align: center;
	margin: 0px 0 15px;
}
.pagebox_icon svg {
	width: 100%;
	height: 70px;
	fill: #ffffff;
}
.pagebox_title {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 15px;
}
.pagebox_desc {
	text-align: center;
}
.pagebox_desc span {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	background: #ffffff;
	position: relative;
}
.pagebox_desc span:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: 7px solid #ffffff;
	border-color: transparent #ffffff #ffffff transparent;
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	margin: auto;
}
/* ニュース＆イベント */
.headline_sec {
	width: calc(50% - 10px);
	float: right;
	position: relative;
	overflow: hidden;
}
.headline_newswrapper {
	width: calc(100% - 60px);
	height: calc(560px - 60px);
	padding: 30px;
	background: #ffffff;
	position: relative;
	z-index: 1000;
}
.headline_newswrapper:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 25px solid #222222;
	border-color: #222222 #222222 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.headline_topics_header {
	margin-bottom: 15px;
}
.headline_topics_header h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #ee5a24;
	letter-spacing: 2px;
	height: 30px;
	margin-bottom: 10px;
}
.headline_topics_header h2 span {
	font-weight: 300;
	padding: 0 5px;
}
.headline_topics_header p {
	font-size: 13px;
	height: 20px;
}
.dl_headline_news {
	height: calc(100% - 135px);
	margin-bottom: 20px;
	overflow: scroll;
}
.dl_headline_news div {
	padding: 20px 0;
	border-top: 1px dotted #cccccc;
}
.dl_headline_news div:last-of-type {
	border-bottom: 1px dotted #cccccc;
}
.dl_headline_news dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	/* min-height: 22px; */
	margin-bottom: 10px;
}
.dl_headline_news dt strong {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	/* min-height: 22px; */
	vertical-align: middle;
}
.dl_headline_news dt span {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	/* min-height: 22px; */
	padding: 0 10px;
	background: #222222;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.dl_headline_news dd {
	font-size: 16px;
	line-height: 1.5;
}
.dl_headline_news dd a:not(.btn_topics_2single){
	text-decoration: underline;
	color: #ee5a24;
}
.dl_headline_news dd a:not(.btn_topics_2single):hover{
	text-decoration: none;
}
.btn_topics_2single {
	display: inline-block;
	font-size: 14px;
	padding: 6px 15px;
	border: 1px solid #444444;
	margin-top: 5px;
	transition: 0.2s linear;
}
.btn_topics_2single:hover {
	color: #ffffff;
	background: #444444;
}
.headline_news_nopost {
}
.headline_news_nopost p {
	font-size: 16px;
	color: #888888;
}
.headline_btn_more {
	text-align: center;
}
.headline_btn_more a {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	text-align: center;
	line-height: 50px;
	width: 160px;
	height: 50px;
	border: 1px solid #222222;
	box-sizing: border-box;
	transition: 0.2s linear;
}
.headline_btn_more a:hover {
	color: #ffffff;
	background: #222222;
}
/* ヘッドライン：アニメーション */
.pagebox_overlayer {
	width: 100%;
	height: 200%;
	background: #ee5a24;
	transform: skewY(45deg);
	position: absolute;
	top: -231%;
	top: 150%;
	left: 0px;
	z-index: 1010;
}
.headline_pagebox:nth-child(n+2):nth-child(-n+3) .pagebox_overlayer{
	background: #009432;
}
.headline_animation_standby .headline_pagebox{
	/*overflow: visible !important;*/
}
.headline_animation_standby {}
.headline_animation_standby .headline_pagebox:before,
.headline_animation_standby .pagebox_img,
.headline_animation_standby .headline_pagebox_innerwrapper,
.headline_animation_standby .headline_newswrapper {
	opacity: 0;
}

.headline_animation .pagebox_overlayer {
	animation: pagebox_overlayer 1.5s cubic-bezier(0.8,0,0.2,1) 0s forwards;
}
.headline_animation .headline_pagebox:before,
.headline_animation .pagebox_img,
.headline_animation .headline_pagebox_innerwrapper {
	animation: overlayer_content_hide 1.5s cubic-bezier(0.8,0,0.2,1) 0s forwards;
}
@keyframes pagebox_overlayer {
	0% { top: 150%; }
	100% { top: -231%; }
}
@keyframes overlayer_content_hide {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}
/* ニュース用アニメーション */
.newswrapper_overlayer {
	width: 100%;
	height: 200%;
	background: #222222;
	transform: skewY(45deg);
	position: absolute;
	top: 150%;
	left: 0;
	z-index: 1010;
}
.headline_animation .newswrapper_overlayer {
	animation: newswrapper_overlayer 1.5s cubic-bezier(0.8,0,0.2,1) 0s forwards;
}
.headline_animation .headline_newswrapper {
	animation: overlayer_content_hide 1.5s cubic-bezier(0.8,0,0.2,1) 0s forwards;
}
@keyframes newswrapper_overlayer {
	0% { top: 150%; }
	100% { top: -243%; }
}
@media (max-width: 680px) {
@keyframes newswrapper_overlayer {
	0% { top: 150%; }
	100% { top: -250%; }
}
}

@media (max-width: 680px) {
	/* トップ：ヘッドライン */
	#top_headline {
		height: auto;
		padding: 0px 0px;
	}
	.headline_wrapper {
		width: calc(100% - 0px);
		margin: 0 auto;
	}
	/* イチオシページ */
	.headline_pri {
		width: calc(100%);
		float: none;
	}
	.headline_pagebox {
		display: inline-block;
		width: 50%;
		height: calc(50vw);
		margin-bottom: 0px;
	}
	.headline_pagebox:nth-child(odd){
		margin-right: 0px;
	}
	.headline_pagebox_innerwrapper {
		height: 105px;
	}
	.pagebox_img {}
	.pagebox_icon {
		text-align: center;
		margin: 0px 0 10px;
	}
	.pagebox_icon svg {
		height: 30px;
	}
	.pagebox_title {
		font-size: 16px;
		letter-spacing: 3px;
		margin-bottom: 15px;
	}
	.pagebox_desc {
		text-align: center;
	}
	.pagebox_desc span {
		font-size: 11px;
		line-height: 30px;
		height: 30px;
		padding: 0 5px;
	}
	.pagebox_desc span:before {
		border: 5px solid #ffffff;
		border-color: transparent #ffffff #ffffff transparent;
		top: -10px;
	}
	/* ニュース＆イベント */
	.headline_sec {
		width: calc(100%);
		float: none;
	}
	.headline_newswrapper {
		width: calc(100% - 40px);
		height: auto;
		padding: 20px;
		border-bottom: 1px solid #222222;
	}
	.headline_newswrapper:before{
		border-width: 15px;
	}

	.headline_topics_header {
		margin-bottom: 15px;
	}
	.headline_topics_header h2 {
		font-size: 20px;
		text-align: center;
		height: 20px;
		margin-bottom: 10px;
	}
	.headline_topics_header p {
		font-size: 13px;
		text-align: center;
		height: 20px;
	}


	.dl_headline_news {
		height: auto;
		margin-bottom: 20px;
		overflow: scroll;
	}
	.dl_headline_news div {
		padding: 10px 0;
	}
	.dl_headline_news dt {
		font-size: 14px;
		line-height: 22px;
		/* min-height: 22px; */
		margin-bottom: 10px;
	}
	.dl_headline_news dt strong {
		font-size: 14px;
		line-height: 22px;
		/* min-height: 22px; */
	}
	.dl_headline_news dt span {
		font-size: 11px;
		line-height: 22px;
		/* min-height: 22px; */
	}
	.dl_headline_news dd {
		font-size: 14px;
	}
	.headline_news_nopost {
	}
	.headline_news_nopost p {
		font-size: 13px;
	}
	.headline_btn_more a {
		display: inline-block;
		font-size: 14px;
		color: #222222;
		text-align: center;
		line-height: 50px;
		width: 160px;
		height: 50px;
		border: 1px solid #222222;
		box-sizing: border-box;
		transition: 0.2s linear;
	}
	.headline_btn_more a:hover {
		color: #ffffff;
		background: #222222;
	}
}

/* トップ：サンロードニュース */
#top_news {
	background: #ffffff;
	padding: 30px 0 30px;
}
#top_news>header {
	text-align: center;
	margin-bottom: 20px;
}
#top_news>header h1 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #ee5a24;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#top_news>header h1 span {
	font-weight: 300;
	padding: 0 10px;
}
#top_news>header p {
	font-size: 14px;
	color: #444444;
}
@media (max-width: 680px) {
	/* トップ：イベント・キャンペーン */
	#top_news {
		padding: 20px 0 40px;
	}
	#top_news>header {
		margin-bottom: 20px;
	}
	#top_news>header h1 {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	#top_news>header h1 span {
		padding: 0 5px;
	}
	#top_news>header p {
		font-size: 14px;
	}
}

/* トップ：特集ページ（2019） */
#top_sf2019 {
	background: #ffffff;
	padding: 30px 0 60px;
}
#top_sf2019>header {
	text-align: center;
	margin-bottom: 20px;
}
#top_sf2019>header h2 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #ee5a24;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#top_sf2019>header h2 span {
	font-weight: 300;
	padding: 0 10px;
}
#top_sf2019>header p {
	font-size: 14px;
	color: #444444;
}
#top_sf2019box_wrapper {
	font-size: 0;
	text-align: center;
}
.top_sf2019box {
	display: inline-block;
	width: 313px;
	height: 313px;
	position: relative;
}
.top_sf2019box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.top_sf2019box figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
}
.top_sf2019box figure img {
	transition: 1s ease-out;
	width: 100%;
}
.top_sf2019box:hover figure img {
	transform: scale(1.1);
}
.top_sf2019box_textarea {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}
.title_en {
	font-size: 28px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.title_jp {
	font-size: 20px;
	letter-spacing: 1px;
}
@media (max-width: 680px) {
	#top_sf2019 {
		padding: 20px 0 40px;
	}
	#top_sf2019>header {
		margin-bottom: 20px;
	}
	#top_sf2019>header h2 {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	#top_sf2019>header h2 span {
		padding: 0 5px;
	}
	#top_sf2019>header p {
		font-size: 14px;
	}
	#top_sf2019box_wrapper {
		text-align: center;
	}
	.top_sf2019box {
		display: block;
		width: 280px;
		height: 180px;
		margin: 0 auto 10px;
		overflow: hidden;
	}
	.top_sf2019box_textarea {
		height: 70px;
	}
	.title_en {
		font-size: 22px;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}
	.title_jp {
		font-size: 15px;
		letter-spacing: 0px;
	}
}


/* トップ：バナー */
#top_banner {
	background: #ffffff;
	padding: 30px 0 30px;
}
.bannerwrapper_pair {
	font-size: 0px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.bannerwrapper_pair:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background: #eeeeee;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: none;
}
.bannerwrapper_pair p {
	display: inline-block;
	width: calc(50% - 10px);
	position: relative;
	z-index: 100;
}
.bannerwrapper_pair p img {
	width: 100%;
}
.banner_pair_pri {
	margin-right: 20px;
}
.banner_pair_sec {}
@media (max-width: 680px) {
/* トップ：バナー */
#top_banner {
	padding: 20px 0 20px;
	border-bottom: 1px solid #222222;
}
.bannerwrapper_pair {
	width: calc(100% - 0px);
	margin: 0 auto 20px;
}
.bannerwrapper_pair:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background: #eeeeee;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: none;
}
.bannerwrapper_pair p {
	width: calc(100% - 0px);
	margin-bottom: 10px;
}
.bannerwrapper_pair p img {
	width: 100%;
}
.banner_pair_pri {
	margin-right: 20px;
}
.banner_pair_sec {}
}


/* トップ：イベント・キャンペーン */
#top_event {
	background: #ffffff;
	padding: 30px 0 60px;
}
#top_event>header {
	text-align: center;
	margin-bottom: 20px;
}
#top_event>header h2 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #ee5a24;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#top_event>header h2 span {
	font-weight: 300;
	padding: 0 10px;
}
#top_event>header p {
	font-size: 14px;
	color: #444444;
}
#top_eventbox_wrapper {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
#top_eventbox_disp {
	width: calc(100% - 80px);
	height: 390px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	overflow: hidden;
	position: relative;
}
#top_eventbox_innerwrapper {
	/* testmode width */
	/*width: calc(235px *5);*/
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease-in-out;
}
.ebwrapper_size_1 { width: calc(235px *1); }
.ebwrapper_size_2 { width: calc(235px *2); }
.ebwrapper_size_3 { width: calc(235px *3); }
.ebwrapper_size_4 { width: calc(235px *4); }
.ebwrapper_size_5 { width: calc(235px *5); }
.ebwrapper_size_6 { width: calc(235px *6); }
.ebwrapper_size_7 { width: calc(235px *7); }
.ebwrapper_size_8 { width: calc(235px *8); }
@media (max-width: 680px) {
.ebwrapper_size_1 { width: calc(100vw - 100px); }
.ebwrapper_size_2 { width: calc(200vw - 200px); }
.ebwrapper_size_3 { width: calc(300vw - 300px); }
.ebwrapper_size_4 { width: calc(400vw - 400px); }
.ebwrapper_size_5 { width: calc(500vw - 500px); }
.ebwrapper_size_6 { width: calc(600vw - 600px); }
.ebwrapper_size_7 { width: calc(700vw - 700px); }
.ebwrapper_size_8 { width: calc(800vw - 800px); }
}
.eventbox {
	display: inline-block;
	width: 235px;
	height: 100%;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.eventbox_img {
	width: 234px;
	height: 234px;
	background: #f3f3f3;
}
.eventbox_img img {
	width: 100%;
}
.eventbox_header {
	height: 80px;
	margin: 10px;
}
#top_eventbox_wrapper .eventbox_header {
	height: 55px;
}
.eventbox_cat {
	margin-bottom: 10px;
}
.eventbox_cat span {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	height: 22px;
	padding: 0 10px;
	background: #222222;
}
/* 実施予定・実施中タグ */
.eventbox_session_tag {
	height: 25px;
	margin-bottom: 5px !important;
	font-size: 14px;
	color: #444444;
}
.eventbox_session_tag p {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 1px;
	background: #cccccc;
	padding: 3px 10px 2px;
	margin-bottom: 0 !important;
}
.eventbox_session_tag p.before {
	background: #44913f;
}
.eventbox_session_tag p.now {
	background: #db6437;
}
.eventbox_session_tag p.after {
	font-weight: normal;
}
.eventbox h4 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	line-height: 1.2;
	margin-bottom: 5px;
}
.eventbox_date {
	font-size: 11px;
	color: #888888;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
.eventbox_text {
	font-size: 13px;
	line-height: 1.3;
	margin: 0 10px;
}
.eventbox a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#eventbox_controller_prev,
#eventbox_controller_next {
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 235px;
	cursor: pointer;
}
#eventbox_controller_prev svg,
#eventbox_controller_next svg {
	width: 100%;
	fill: rgba(0,0,0,0.5);
}
#eventbox_controller_prev {
	left: 0px;
}
#eventbox_controller_next {
	right: 0px;
}
.btn_eventbox_more {
	text-align: center;
}
.btn_eventbox_more a {
	display: inline-block;
	font-size: 16px;
	color: #222222;
	text-align: center;
	line-height: 60px;
	width: 200px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #222222;
	transition: 0.2s linear;
}
.btn_eventbox_more a:hover {
	color: #ffffff;
	background: #222222;
}
@media (max-width: 680px) {
	/* トップ：イベント・キャンペーン */
	#top_event {
		padding: 20px 0 40px;
	}
	#top_event>header {
		margin-bottom: 20px;
	}
	#top_event>header h2 {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	#top_event>header h2 span {
		padding: 0 5px;
	}
	#top_event>header p {
		font-size: 14px;
	}
	#top_eventbox_wrapper {
		width: calc(100% - 20px);
	}
	#top_eventbox_disp {
		height: calc(100vw + 75px);
		border: 1px solid #cccccc;
	}
	#top_eventbox_innerwrapper {
		/* testmode width */
		/* width: calc(235px *5); */
		height: 100%;
		font-size: 0;
	}
	.eventbox {
		display: inline-block;
		width: calc(100vw - 100px);
		height: 100%;
		border-right: 1px solid #cccccc;
	}
	.eventbox_img {
		width: 100%;
		height: calc(100vw - 100px);
	}
	.eventbox_header {
		height: 50px;
		margin: 10px;
	}
	.eventbox_cat {
		margin-bottom: 10px;
	}
	.eventbox_cat span {
		line-height: 22px;
		height: 22px;
		padding: 0 10px;
	}
	/* 実施予定・実施中タグ */
	.eventbox_session_tag {
		height: auto;
	}
	.eventbox h4 {
		font-size: 14px;
		line-height: 1.2;
	}
	.eventbox_date {
		font-size: 11px;
		line-height: 1.2;
	}
	.eventbox_text {
		font-size: 13px;
		line-height: 1.3;
		margin: 0 10px;
	}
	#eventbox_controller_prev,
	#eventbox_controller_next {
		top: calc(100vw - 100px);
	}
}


/* トップ：ショップ一覧 */
#top_shoplist {
	padding: 30px 0;
	background: url(images/common/img_top_shoplist_bg_test.jpg) no-repeat center center #cccccc;
	background-size: cover;
}
.top_shoplist_symbol {
	color: #ffffff;
	width: 340px;
	height: 340px;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	position: relative;
}
.shoplist_symbol_text {
	width: 200px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.shoplist_symbol_text h2 {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.shoplist_symbol_text p {
	text-align: center;
}
.shoplist_symbol_text p a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	width: 200px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	transition: 0.2s linear;
}
.shoplist_symbol_text p a:hover {
	color: #222222;
	background: #ffffff;
}
@media (max-width: 680px) {
/* トップ：ショップ一覧 */
#top_shoplist {
	padding: 30px 0;
}
.top_shoplist_symbol {
	width: 240px;
	height: 240px;
}
.shoplist_symbol_text {
	width: 160px;
	height: 85px;
}
.shoplist_symbol_text h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.shoplist_symbol_text p {
	text-align: center;
}
.shoplist_symbol_text p a {
	font-size: 14px;
	line-height: 40px;
	width: 160px;
	height: 40px;
}
}



/**********************************************************************************************************************************************/
/* メイン：下層ページ */
.page_common {
	max-width: 940px;
	padding: 0 70px;
	margin: 0 auto;
}
@media (max-width: 680px) {
.page_common {
	max-width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 auto;
}
}

/* 下層ページ：ヘッダー */
#page_header {
}
#page_header_main {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	position: relative;
}
#page_header_logo {
	width: 120px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 0;
}
#page_header_logo svg {
	width: 100%;
}
#page_header_textlink {
	position: absolute;
	top: 45px;
	right: 0;
}
#page_header_textlink ul {
}
#page_header_textlink li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #666666;
}
#page_header_textlink li:last-of-type {
	padding: 0 0 0 10px;
	border-right: none;
}
#page_header_textlink li a {
	display: inline-block;
	font-size: 12px;
	color: #666666;
	position: relative;
	transition: 0.2s linear;
}
#page_header_textlink li a:after {
	content: "";
	display: block;
	width: 1%;
	height: 1px;
	background: #222222;
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	margin: auto;
}
#page_header_textlink li a:hover {
	color: #222222;
}
#page_header_textlink li a:hover:after {
	width: 100%;
	transition: 0.2s ease-out;
}
#page_header_breadlist {
	margin-bottom: 20px;
}
#page_header_breadlist p{
	font-size: 12px;
	color: #666666;
	line-height: 1.3;
}
#page_header_breadlist span {
	margin: 0 10px;
}
#page_header_breadlist span:first-of-type {
	margin: 0 10px 0 0;
}
#page_header_breadlist span:last-of-type {
	margin: 0 0 0 10px;
}
@media (max-width: 680px) {
/* 下層ページ：ヘッダー */
#page_header {
}
#page_header_main {
	height: 50px;
	margin-bottom: 10px;
}
#page_header_logo {
	width: 80px;
	top: 10px;
	left: 0;
}
#page_header_logo svg {
	width: 100%;
}
#page_header_textlink {
	display: none;
}
#page_header_breadlist {
	margin-bottom: 20px;
}
#page_header_breadlist p{
	font-size: 12px;
	line-height: 1.3;
}
#page_header_breadlist span { margin: 0 5px; }
#page_header_breadlist span:first-of-type { margin: 0 5px 0 0; }
#page_header_breadlist span:last-of-type { margin: 0 0 0 5px; }
}


/* 下層ページ：基本スタイル */
.article_common {}
.article_common>header,
.article_common>.wrapper>header,
#single_header {
	width: 100%;
	height: 55px;
	margin-bottom: 40px;
	position: relative;
}
.article_common>header:after,
.article_common>.wrapper>header:after,
#single_header:after {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: #222222;
	position: absolute;
	bottom: 0;
	left: 0;
}
.article_common>header h1,
.article_common>.wrapper>header h1,
#single_header h2 {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 2px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
}
.article_common>header p,
.article_common>.wrapper>header p,
#single_header p {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #f0f0f0;
	letter-spacing: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 90;
}

.sec_common {
	margin: 40px 0 40px;
}
.sec_common>h2 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	height: 30px;
	border-bottom: 5px solid #f0f0f0;
	box-sizing: border-box;
	margin: 40px 0 20px;
}
.sec_common>h2 span {
	display: inline-block;
	height: 25px;
	position: relative;
}
.sec_common>h2 span:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ee5a24;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.sec_common>h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	padding-left: 5px;
	border-left: 5px solid #ee5a24;
	margin: 20px 0;
}
.sec_common>h4 {
	font-size: 16px;
	padding-left: 15px;
	margin: 20px 0;
	position: relative;
}
.sec_common>h4:before {
	content: "";
	display: block;
	border-top: 5px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #ee5a24;
	position: absolute;
	top: 3px;
	left: 0;
}
.sec_common p {
	line-height: 1.5;
	margin-bottom: 10px;
}
@media (max-width: 680px) {
/* 下層ページ：基本スタイル */
.article_common {}
.article_common>header,
.article_common>.wrapper>header,
#single_header {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.article_common>header:after,
.article_common>.wrapper>header:after,
#single_header:after {
	width: 50%;
}
.article_common>header h1,
.article_common>.wrapper>header h1,
#single_header h2 {
	font-size: 16px;
	letter-spacing: 2px;
	top: 15px;
}
.article_common>header p,
.article_common>.wrapper>header p,
#single_header p {
	font-size: 30px;
	letter-spacing: 3px;
	top: -5px;
}

.sec_common {
	margin: 20px 0 40px;
}
.sec_common>h2 {
	font-size: 16px;
	height: 25px;
	border-bottom: 5px solid #f0f0f0;
	box-sizing: border-box;
	margin: 20px 0;
}
.sec_common>h2 span {
	height: 20px;
}
.sec_common>h2 span:after {
	height: 5px;
	bottom: -5px;
}
.sec_common>h3 {
	font-size: 14px;
	margin: 20px 0;
}
.sec_common>h4 {
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.sec_common p {
	font-size: 14px;
	line-height: 1.5;
}
}


/* ページネーション */
#pagination {}
#pagination ul {
	font-size: 0;
	text-align: center;
}
#pagination li {
	display: inline-block;
	margin: 0 5px;
}
#pagination .active,
#pagination li a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #e6e6e6;
	transition: 0.2s linear;
}
#pagination .active {
	color: #ffffff;
	background: #222222;
}
#pagination li a:hover {
	color: #ffffff;
	background: #222222;
}
#pagination .prev {
	margin-right: 25px;
}
#pagination .next {
	margin-left: 25px;
}
@media (max-width: 680px) {
/* ページネーション */
#pagination li {
	margin: 0 5px;
}
#pagination .active,
#pagination li a {
	font-size: 12px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
#pagination .prev {
	margin-right: 10px;
}
#pagination .next {
	margin-left: 10px;
}
}


/* 下層ページ：common */
.grey_wrapper {
	padding: 20px;
	background: #f9f9f9;
	margin: 20px 0;
}
.img_fullsize {
	background: #f9f9f9;
}
.img_fullsize img {
	width: 100%;
}
.dl_style_a {
	border-top: 1px dotted #cccccc;
}
.dl_style_a div {
	font-size: 0px;
	padding: 8px 0;
	border-bottom: 1px dotted #cccccc;
}
.dl_style_a dt {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	width: 180px;
}
.dl_style_a dd {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 680px) {
/* 下層ページ：common */
.grey_wrapper {
	padding: 10px;
	margin: 20px 0;
}
.dl_style_a div {
	padding: 8px 0;
}
.dl_style_a dt {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	width: auto;
}
.dl_style_a dd {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}
}

/* 下層ページ：外部リンクボタン */
.common_btn_link {
	margin-bottom: 20px;
}
.common_btn_link a {
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	padding: 0 40px 0 80px;
	position: relative;
	border: 1px solid #222222;
	box-sizing: border-box;
	transition: 0.2s ease-out;
}
.common_btn_link a span.icon {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 40px;
}
.common_btn_link a span.icon svg {
	width: 100%;
	fill: #222222;
	vertical-align: top;
}
.common_btn_link_sunroadmap a span {
	width: 22px !important;
}
@media (max-width: 680px) {
/* 下層ページ：外部リンクボタン */
.common_btn_link a {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px 0 50px;
}
.common_btn_link a span.icon {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 20px;
}
.common_btn_link_sunroadmap a span {
	width: 17px !important;
}
}


/* 記事ページ */
.single_article {
	margin-bottom: 20px;
}
.single_article>header {
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
.single_header_photo {
	text-align: center;
	max-height: 400px;
	margin-bottom: 20px;
	overflow: hidden;
}
.single_header_photo img {
	max-height: 400px;
}
.article_header_disp {
	font-size: 0px;
}
.article_header_disp .cat {
	display: inline-block;
	font-size: 13px;
	width: 120px;
	vertical-align: top;
}
.article_header_disp .cat span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	background: #222222;
}
.article_header_disp .article_header_text {
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 120px);
	vertical-align: top;
}
.article_header_disp .article_header_text h1 {
	font-size: 20px;
	color: #222222;
	margin-bottom: 10px;
}
.article_header_disp .article_header_text p {
	color: #666666;
}
.article_main {
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
/* classic style
.article_main p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.article_main p img {
	max-width: 100%;
}
.article_main a {
	background: linear-gradient(transparent 90%,#ee5a24 91%);
	background: linear-gradient(transparent 90%,#cccccc 91%);
	transition: 0.2s ease-out;
}
.article_main a:hover {
	color: #222222;
	background: #ee5a24;
	background: #cccccc;
}
*/
.single_pager {
	margin-bottom: 40px;
}
.single_pager_prev,
.single_pager_next {
	font-size: 12px;
	width: 180px;
	height: 30px;
	padding: 10px;
	background: #f9f9f9;
	position: relative;
	transition: 0.2s ease-out;
	float: left;
}
.single_pager_next {
	float: right;
}
.single_pager_prev:hover,
.single_pager_next:hover {
	color: #ffffff;
	background: #222222;
}
.single_pager_prev:hover .icon svg,
.single_pager_next:hover .icon svg {
	fill: #ffffff;
}
.single_pager_prev .icon,
.single_pager_next .icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.single_pager_next .icon {
	left: auto;
	right: 10px;
}
.single_pager_prev .icon svg,
.single_pager_next .icon svg {
	width: 100%;
	transition: 0.2s ease-out;
}
.single_pager_prev .text,
.single_pager_next .text {
	line-height: 15px;
	width: calc(100% - 60px);
	position: absolute;
	top: 10px;
	left: 50px;
}
.single_pager_next .text {
	text-align: right;
	left: auto;
	right: 50px;
}
.single_pager a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
@media (max-width: 680px) {
/* 記事ページ */
.single_article {
	margin-bottom: 20px;
}
.single_article>header {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.single_header_photo {
	max-height: 200px;
	margin-bottom: 10px;
}
.single_header_photo img {
	max-height: 200px;
}
.article_header_disp .cat {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
.article_header_disp .article_header_text {
	display: block;
	font-size: 14px;
	width: calc(100% - 0px);
}
.article_header_disp .article_header_text h1 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.article_main {
	padding-bottom: 10px;
}
/*
.article_main p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
*/
.single_pager {
	margin-bottom: 30px;
}
.single_pager_prev,
.single_pager_next {
	float: none;
	margin: 0 auto 20px;
}
.single_pager_next {
	float: none;
}
}


/**********************************************************************************************************************************************/
/* 記事スタイル：Gutenberg */
/* h2 - h4 */
.article_main>h2 {
	font-size: 20px;
	margin-bottom: 30px;
	border-left: 7px solid #222222;
	padding-left: 13px;
}
.article_main>h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.article_main>h3:before {
	content: "";
	display: block;
	width: 10px;
	height: 4px;
	background: #222222;
	position: absolute;
	top: 6px;
	left: 0px;
}
.article_main>h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* Paragraph */
.article_main p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.article_main p img {
	max-width: 100%;
}
.article_main p a {
	background: linear-gradient(transparent 90%,#ee5a24 91%);
	background: linear-gradient(transparent 90%,#cccccc 91%);
	transition: 0.2s ease-out;
}
.article_main p a:hover {
	color: #222222;
	background: #ee5a24;
	background: #cccccc;
}
/* List */
.article_main ul,.article_main ol {
	line-height: 25px;
	padding-left: 1.5em;
	margin-bottom: 20px;
}
.article_main ul li,.article_main ol li {
	margin-bottom: 10px;
}
.article_main ul {
	list-style: square outside;
}
.article_main ol {
	list-style: decimal outside;
}
/* images */
.article_main figure {
	margin-bottom: 20px;
}
.article_main .wp-block-image figcaption {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
.article_main .wp-block-image figcaption:before {
	content: "▲";
}
/* button */
.wp-block-button a,
.is-style-outline .wp-block-button__link,
.is-style-squared .wp-block-button__link {
	display: inline-block;
	font-size: 16px;
	color: #222222;
	line-height: 1.3;
	text-align: left;
	height: auto;
	padding: 20px 30px 20px 60px;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #222222;
	border-radius: 0px;
	transition: 0.2s ease-out;
	position: relative;
}

.wp-block-button a:before {
	font-family: 'icomoon' !important;
	content: "\e900";
	font-size: 20px;
	position: absolute;
	top: 15px;
	left: 30px;
}
.wp-block-button a:hover {
	color: #ffffff !important;
	background: #222222;
}
/* button-colors */
.wp-block-button .has-pale-pink-background-color,
.wp-block-button .has-vivid-red-background-color,
.wp-block-button .has-luminous-vivid-orange-background-color,
.wp-block-button .has-luminous-vivid-orange-background-color,
.wp-block-button .has-light-green-cyan-background-color,
.wp-block-button .has-vivid-green-cyan-background-color,
.wp-block-button .has-pale-cyan-blue-background-color,
.wp-block-button .has-vivid-cyan-blue-background-color
.wp-block-button .has-vivid-cyan-blue-background-color,
.wp-block-button .has-very-light-gray-background-color,
.wp-block-button .has-cyan-bluish-gray-background-color,
.wp-block-button .has-very-dark-gray-background-color{
	background: #ffffff !important;
}
.wp-block-button .has-pale-pink-color,
.wp-block-button .has-vivid-red-color,
.wp-block-button .has-luminous-vivid-orange-color,
.wp-block-button .has-luminous-vivid-amber-color,
.wp-block-button .has-light-green-cyan-color,
.wp-block-button .has-vivid-green-cyan-color,
.wp-block-button .has-pale-cyan-blue-color,
.wp-block-button .has-vivid-cyan-blue-color,
.wp-block-button .has-very-light-gray-color,
.wp-block-button .has-cyan-bluish-gray-color,
.wp-block-button .has-very-dark-gray-color {
	color: #222222 !important;
}

@media (max-width: 680px) {
	/* h2 - h4 */
	.article_main>h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.article_main>h3 {
		font-size: 14px;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.article_main>h4 {
		font-size: 14px;
	}
	/* Paragraph */
	.article_main p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	/* List */
	.article_main ul,.article_main ol {
		font-size: 14px;
		line-height: 25px;
	}
	/* images */
	.article_main figure {
		margin-bottom: 20px;
	}
	.article_main .wp-block-image figcaption {
		font-size: 12px;
	}
	/* button */
	.wp-block-button a,
	.is-style-outline .wp-block-button__link,
	.is-style-squared .wp-block-button__link {
		font-size: 14px;
		border: 1px solid #222222 !important;
	}
}


/**********************************************************************************************************************************************/
/* 下層ページ　個別スタイル */
/* 下層ページ：サンロードについて */
.about_sunroad_photowrapper {
	position: relative;
	height: 640px;
}
.about_sunroad_photo_1 {
	position: absolute;
	top: 0;
	left: 0;
}
.about_sunroad_photo_2 {
	position: absolute;
	top: 170px;
	right: 0;
}
.about_sunroad_text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 20px;
	width: 400px;
	background: #f9f9f9;
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 680px) {
/* 下層ページ：サンロードについて */
.about_sunroad_photowrapper {
	width: 100%;
	height: auto;
}
.about_sunroad_photo_1,
.about_sunroad_photo_2 {
	position: static;
	width: 100%;
	margin-bottom: 10px;
}
.about_sunroad_photo_1 img,
.about_sunroad_photo_2 img {
	width: 100%;
}
.about_sunroad_text {
	position: static;
	padding: 10px;
	width: calc(100% - 20px);
	font-size: 14px;
}
}


/* 下層ページ：新着情報 */
#page_newslist_wrapper {
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#page_newslist_wrapper dl {
	margin-bottom: 20px;
}
#page_newslist_wrapper dl div {
	font-size: 0px;
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
#page_newslist_wrapper dl div:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#page_newslist_wrapper dt {
	display: inline-block;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
}
#page_newslist_wrapper dd {
	display: inline-block;
	line-height: 1.5;
	width: calc(100% - 160px);
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
}
#page_newslist_wrapper dd p {
	line-height: 1.5;
}
#page_newslist_wrapper dd a {
	color: #222222;
	background: linear-gradient(transparent 90%,#ee5a24 91%);
	background: linear-gradient(transparent 90%,#666666 91%);
	transition: 0.2s ease-out;
}
#page_newslist_wrapper dd a:hover {
	color: #ffffff;
	background: #ee5a24;
	background: #666666;
}

@media (max-width: 680px) {
/* 下層ページ：新着情報 */
#page_newslist_wrapper {
	padding: 10px;
}
#page_newslist_wrapper dl {
	margin-bottom: 20px;
}
#page_newslist_wrapper dt {
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 1.5;
}
#page_newslist_wrapper dd {
	display: block;
	width: calc(100% - 0px);
	font-size: 14px;
	line-height: 1.5;
}
}


/* 下層ページ：イベント一覧 */
#page_eventlist_wrapper {
	font-size: 0;
	width: calc(100% + 1px);
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 20px;
}
#page_eventlist_wrapper .eventbox {
	height: 428px;
	border-bottom: 1px solid #cccccc;
}
@media (max-width: 680px) {
#page_eventlist_wrapper {
	font-size: 0;
	width: calc(100%);
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#page_eventlist_wrapper .eventbox {
	height: calc(50vw + 80px);
	border-bottom: 1px solid #cccccc;
}
#page_eventlist_wrapper .eventbox {
	display: block;
	width: 100%;
	height: calc(50vw + 80px);
	border-right: none;
	position: relative;
}
#page_eventlist_wrapper .eventbox_img {
	width: calc(50% - 10px);
	height: calc(50vw - 30px);
	position: absolute;
	top: 90px;
	left: 0;
}
#page_eventlist_wrapper .eventbox_header {
	min-height: 80px;
	height: auto;
	margin: 10px;
}
#page_eventlist_wrapper .eventbox_cat {
	margin-bottom: 5px;
}
#page_eventlist_wrapper .eventbox h4 {
	font-size: 14px;
	line-height: 1.2;
}
#page_eventlist_wrapper .eventbox_date {
	font-size: 11px;
	line-height: 1.2;
}
#page_eventlist_wrapper .eventbox_text {
	font-size: 13px;
	line-height: 1.3;
	margin: 0px;
	width: calc(50% - 10px);
	position: absolute;
	top: 90px;
	right: 10px;
}
#page_eventlist_wrapper .eventbox a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
}


/* 下層ページ：店舗一覧 */
#page_shoplist_wrapper {
	padding: 20px;
	border: 10px solid #222222;
	box-sizing: border-box;
	margin: 20px 0 40px;
}
.page_shoplist_header {
	font-size: 0px;
}
.page_shoplist_header p {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	background: #ee5a24;
}
.page_shoplist_header .name {
	width: 238px;
	margin-right: 2px;
}
.page_shoplist_header .addr {
	width: 378px;
	margin-right: 2px;
}
.page_shoplist_header .tell {
	width: 140px;
}
.shoplistbox {
	font-size: 0px;
	border-bottom: 1px dotted #cccccc;
}
.shoplistbox p {
	display: inline-block;
	font-size: 16px;
	color: #444444;
	padding: 0 20px;
	vertical-align: top;
	margin: 10px 0;
}
.shoplistbox .name {
	width: 238px;
	margin-right: 2px;
}
.shoplistbox .name strong {
	font-weight: bold;
}
.shoplistbox .name strong:after {
	content: "\A";
	white-space: pre;
}
.shoplistbox .name span {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.shoplistbox .addr {
	width: 378px;
	margin-right: 2px;
}
.shoplistbox .tell {
	width: 140px;
}
@media (max-width: 680px) {
/* 下層ページ：店舗一覧 */
#page_shoplist_wrapper {
	padding: 10px;
	border: 5px solid #222222;
	margin: 20px 0 30px;
}
.page_shoplist_header p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}
.page_shoplist_header .name,
.page_shoplist_header .addr,
.page_shoplist_header .tell {
	width: auto;
	margin: 0;
}
.page_shoplist_header p:first-of-type {
	padding-top: 10px;
}
.page_shoplist_header p:last-of-type {
	padding-bottom: 10px;
}
.shoplistbox {
	padding: 10px 0;
}
.shoplistbox p {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	padding: 0 10px;
}
.shoplistbox .name,
.shoplistbox .addr,
.shoplistbox .tell {
	width: auto;
	margin: 0;
}
}


/* 下層ページ：路線ナビ */
.trainbox_wrapper {
	margin: 0 0 20px 80px;
}
.trainbox {
	font-size: 0px;
	margin-bottom: 20px;
}
.trainbox h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	width: 200px;
	height: 30px;
	background: #ee5a24;
	vertical-align: top;
}
.trainbox_text {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	vertical-align: top;
	width: calc(100% - 240px);
	padding-left: 40px;
}
@media (max-width: 680px) {
/* 下層ページ：路線ナビ */
.trainbox_wrapper {
	margin: 0 0 20px 0px;
}
.trainbox {
	margin-bottom: 20px;
}
.trainbox h4 {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 200px;
	height: 30px;
	margin-bottom: 5px;
}
.trainbox_text {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	width: calc(100% - 0px);
	padding-left: 0px;
}
}


/* 下層ページ：フリーWi-Fi */
.freewifi_logomark {
	display: inline-block;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 40px 0;
}
.freewifi_logomark_img {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.freewifi_logomark_img p {
	display: inline-block;
	width: 177px;
}
.freewifi_logomark_img p:not(:last-of-type) {
	margin-right: 10px;
}
.freewifi_logomark_img p img {
	width: 100%;
}
.freewifi_logomark_text {
	font-size: 16px;
	font-weight: bold;
	color: #ee5a24;
	text-align: center;
}
@media (max-width: 680px) {
/* 下層ページ：フリーWi-Fi */
.freewifi_logomark {
	display: block;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 40px 0;
}
.freewifi_logomark_img {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.freewifi_logomark_img p {
	width: calc(50% - 10px);
}
.freewifi_logomark_img p:not(:last-of-type) {
	margin-right: 10px;
}
.freewifi_logomark_img p img {
	width: 100%;
}
.freewifi_logomark_text {
	font-size: 14px;
}
}
@media (max-width: 680px) {
}


/**********************************************************************************************************************************************/
/* 店舗情報登録フォーム */
.sec_entryform {}
.shop_entryform_cat {
	padding: 30px 0;
	background: #f3f3f3;
	text-align: center;
}
.shop_entryform_cat_title {
	font-size: 20px;
}
.shop_entryform_cat label {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 160px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 0 20px;
}
.shop_entryform_cat label input {
	margin-right: 10px;
}
/* フォームグループ */
.shop_entryform_group {
	margin: 30px 0;
}
.shop_entryform_group_header {}
.shop_entryform_group_header .title_style_2 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	line-height: 1;
	height: 30px;
	border-bottom: 5px solid #f0f0f0;
	box-sizing: border-box;
	margin: 40px 0 20px;
}
.shop_entryform_group_header .title_style_2 span {
	display: inline-block;
	height: 25px;
	position: relative;
}
.shop_entryform_group_header .title_style_2 span:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ee5a24;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.shop_entryform_group_header .title_style_3 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	padding-left: 5px;
	border-left: 5px solid #ee5a24;
	margin: 20px 0;
}
.image_photosize {
	width: 400px;
	margin-bottom: 10px;
}
.image_photosize img {
	width: 100%;
}
.shop_entryform_group_header .textarea {
	line-height: 1.5;
}
.shop_entryform_group_header .textarea strong{
	font-weight: bold;
}
.shop_entryform_group_header .btn_link {
}
.shop_entryform_group_header .btn_link a {
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	padding: 0 40px 0 40px;
	position: relative;
	border: 1px solid #222222;
	box-sizing: border-box;
	transition: 0.2s ease-out;
}

.shop_entryform_single {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-top: 1px dotted #cccccc;
}
.shop_entryform_single:last-of-type {
	border-bottom: 1px dotted #cccccc;
}
.shop_entryform_single_header {
	display: table-cell;
	width: 280px;
	margin: 0 20px 0 0;
	vertical-align: top;
	border-right: 20px solid transparent;
}
.shop_entryform_single_title {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 0 !important;
}
.shop_entryform_single_desc {
	font-size: 13px;
	color: #888888;
	margin-top: 10px;
}
.shop_entryform_single_value {
	display: table-cell;
	width: calc(100% - 300px);
}
.shop_entryform_single_value input[type="text"],
.shop_entryform_single_value input[type="tel"],
.shop_entryform_single_value input[type="email"],
.shop_entryform_single_value input[type="url"]{
	font-size: 16px;
	padding: 4px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.shop_entryform_single_value .wpcf7-form-control-wrap:not(:last-of-type) input {
	margin-bottom: 10px;
}
.text_fullsize input[type="text"],
.text_fullsize input[type="tel"],
.text_fullsize input[type="email"],
.text_fullsize input[type="url"]{
	width: calc(100% - 20px);
}
/* 垂直並びラジオボタン */
.radio_vertical {}
.radio_vertical .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
.radio_vertical .wpcf7-list-item input {
	margin-right: 10px;
}
/* テキストエリア */
.shop_entryform_single_value textarea {
	font-size: 16px;
	width: calc(100% - 20px);
	padding: 4px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
/* 垂直並びチェックボックス */
.checkbox_vertical {}
.checkbox_vertical .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
.checkbox_vertical .wpcf7-list-item input {
	margin-right: 10px;
}
.submitgroup_message {
	margin-left: 20px;
	margin-bottom: 20px;
}
.submitgroup_message li {
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
	margin-bottom: 10px;
	list-style: circle;
}
.shop_entryform_submitgroup {
	text-align: center;
}
.shop_entryform_submitgroup input {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 40px;
	width: 260px;
	height: 40px;
	background: #ffffff;
	padding: 0;
	border: 1px solid #222222;
	box-sizing: border-box;
	cursor: pointer;
}
.shop_entryform_submitgroup .btn_confirm input {
	margin-right: 20px;
}
.shop_entryform_submitgroup .btn_return input {
	margin-right: 20px;
}
/* 住所入力 */
.shop_entryform_address input {
	width: calc(100% - 8em);
	margin-left: 10px;
}
/* ファイルアップロード */
.shop_entryform_submitgroup .btn_submit {}
.shop_entryform_single_value input[type="file"] {
	font-size: 16px;
}
.wpcf7-response-output {
	margin: 20px 0px !important;
	padding: 20px !important;
	border: none !important;
	background: #f3f3f3;
	box-sizing: border-box;
}

/* disabled */
.sec_entryform input:disabled,
.sec_entryform textarea:disabled{
	color: #aaaaaa !important;
	background: #aaaaaa;
}
.style_disabled {
	color: #aaaaaa;
	background: #aaaaaa;
	border-radius: 3px;
}
.style_disabled input {
	visibility: hidden;
}

/* 確認画面 */
.shop_entryform_conf_msg {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	background: #ee5a24;
	border-radius: 5px;
	display: none;
}
.shop_entryform_conf_msg p {
	margin-bottom: 0 !important;
}
.custom-wpcf7c-confirmed {}
.custom-wpcf7c-confirmed .shop_entryform_conf_msg {
	display: block;
}

.wpcf7c-conf {
	color: #444444 !important;
	background-color: #e4f1fe !important;
}
.custom-wpcf7c-confirmed .shop_category,
.custom-wpcf7c-confirmed .checkbox_vertical {
	/*
	background-color: #e4f1fe !important;
	border-radius: 5px;
	*/
}
.custom-wpcf7c-confirmed .sec_entryform input:disabled,
.custom-wpcf7c-confirmed .sec_entryform textarea:disabled {
	color: #444444 !important;
}

@media (max-width: 680px) {
	/* 店舗情報登録フォーム */
	.sec_entryform {}
	.shop_entryform_cat {
		padding: 20px 0;
		background: #f3f3f3;
		text-align: center;
	}
	.shop_entryform_cat_title {
		font-size: 16px !important;
	}
	.shop_entryform_cat label {
		display: block;
		margin: 0 auto 10px;
	}
	/* フォームグループ */
	.shop_entryform_group {
		margin: 20px 0;
	}
	.shop_entryform_group_header {}
	.shop_entryform_group_header .title_style_2 {
		font-size: 16px;
		margin: 30px 0 20px;
	}
	.shop_entryform_group_header .title_style_3 {
		font-size: 14px;
		margin: 20px 0;
	}
	.image_photosize {
		width: 100%;
		margin-bottom: 10px;
	}
	.shop_entryform_group_header .btn_link a {
		display: inline-block;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		padding: 0 30px;
	}
	.shop_entryform_single {
		display: block;
		padding: 10px 0;
	}
	.shop_entryform_single_header {
		display: block;
		width: 100%;
		margin: 0 0px 0 0;
		border-right: none;
	}
	.shop_entryform_single_title {
		font-size: 14px;
		margin-bottom: 0 !important;
	}
	.shop_entryform_single_desc {
		font-size: 13px;
		margin-top: 0px;
	}
	.shop_entryform_single_value {
		display: block;
		width: calc(100% - 0px);
	}
	.shop_entryform_single_value input[type="text"],
	.shop_entryform_single_value input[type="tel"],
	.shop_entryform_single_value input[type="email"],
	.shop_entryform_single_value input[type="url"]{
		font-size: 14px;
	}
	.text_fullsize input[type="text"],
	.text_fullsize input[type="tel"],
	.text_fullsize input[type="email"],
	.text_fullsize input[type="url"]{
		width: calc(100% - 20px);
	}
	/* 垂直並びラジオボタン */
	.radio_vertical {}
	.radio_vertical .wpcf7-list-item {
		display: block;
		margin-bottom: 10px;
	}
	.radio_vertical .wpcf7-list-item input {
		margin-right: 10px;
	}
	/* テキストエリア */
	.shop_entryform_single_value textarea {
		font-size: 14px;
		width: calc(100% - 20px);
		padding: 4px 10px;
	}
	/* 垂直並びチェックボックス */
	.checkbox_vertical {}
	.checkbox_vertical .wpcf7-list-item {
		display: block;
		margin-bottom: 10px;
	}
	.checkbox_vertical .wpcf7-list-item input {
		margin-right: 10px;
	}
	.shop_entryform_submitgroup input {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 40px;
		width: 260px;
		height: 40px;
		padding: 0;
	}
	.shop_entryform_submitgroup .btn_confirm input {
		margin-right: 20px;
	}
	.shop_entryform_submitgroup .btn_return input {
		margin-right: 20px;
	}
	/* 住所入力 */
	.shop_entryform_address input {
		width: calc(100% - 2em);
		margin-left: 0px;
		margin-top: 5px;
	}
	/* ファイルアップロード */
	.shop_entryform_submitgroup .btn_submit {}
	.shop_entryform_single_value input[type="file"] {
		font-size: 14px;
	}
	.wpcf7-response-output {
		margin: 20px 0px !important;
		padding: 20px !important;
		border: none !important;
		background: #f3f3f3;
		box-sizing: border-box;
	}
}


/**********************************************************************************************************************************************/
/* 店舗情報ページ */
/* 店舗一覧 */
#shoplist_searchbox {
	padding: 30px 0;
	background: #f3f3f3;
	margin-bottom: 30px;
}
.shoplist_searchbox_group {
	margin-bottom: 30px;
}
.shoplist_searchbox_group_header {
	padding-bottom: 10px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
}
.shoplist_searchbox_group_header .group_title {
}
.shoplist_searchbox_group_header .group_title strong {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin-right: 30px;
	position: relative;
}
.shoplist_searchbox_group_header .group_title strong:after {
	content: "";
	display: block;
	width: 22px;
	height: 1px;
	background: #222222;
	transform: rotate(-45deg);
	position: absolute;
	right: -25px;
	bottom: 8px;
}
.shoplist_searchbox_group_header .group_title span {
	font-size: 11px;
	color: #666666;
}
.shoplist_searchbox_group_form {
	font-size: 0;
}
.shoplist_searchbox_group_form p.checkbox {
	display: inline-block;
	width: 220px;
	height: 60px;
}
.shoplist_searchbox_group_form p.text {
}
.shoplist_searchbox_group_form p:not(:last-of-type) {
	margin-right: 20px;
}
.shoplist_searchbox_group_form p label {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	width: 100%;
	height: 60px;
	background: #ffffff;
	transition: 0.2s linear;
	cursor: pointer;
}
.shoplist_searchbox_group_form p label span {
	font-weight: bold;
	position: relative;
}
.shoplist_searchbox_group_form p label span:before {
	font-size: 30px;
	position: absolute;
	top: -7px;
	left: -40px;
}
.shoplist_searchbox_group_form input[type="checkbox"] {
	display: none;
}
.shoplist_searchbox_group_form input[type="checkbox"]:checked+label {
	color: #ffffff;
	background: #222222;
}
.shoplist_searchbox_group_form p input:checked {
	background: #ff0000;
}
.shoplist_searchbox_group_form p input[type="text"] {
	font-size: 16px;
	width: calc(100% - 20px);
	padding: 7px 10px;
	border: none;
}
.shoplist_searchbox_submit {
	text-align: center;
}
.shoplist_searchbox_submit button[type="submit"] {
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	width: 200px;
	height: 60px;
	padding-left: 40px;
	background: none;
	border: 1px solid #222222;
	cursor: pointer;
	position: relative;
	transition: 0.2s linear;
}
.shoplist_searchbox_submit button[type="submit"]:before {
	font-size: 30px;
	position: absolute;
	top: 15px;
	left: 35px;
}
.shoplist_searchbox_submit button[type="submit"]:hover {
	color: #ffffff;
	background: #222222;
}

.shopsearch_resultwrapper {
	margin-bottom: 40px;
}
.shopsearchbox {
	padding: 1px 0 0 1px;
	position: relative;
	margin-bottom: 30px;
}
.shopsearchbox figure {
	width: 470px;
	height: 245px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.shopsearchbox figure img {
	width: 100%;
}
.shopsearchbox_textwrapper {
	padding: 40px 30px 40px 400px;
	background: #f3f3f3;
	margin: 29px 0 0 99px;
}
.shopsearchbox header {
	padding-left: 10px;
	border-left: 5px solid #ee5a24;
	margin-bottom: 20px;
}
.shopsearchbox header .shopsearchbox_cat {
	margin-bottom: 5px;
}
.shopsearchbox header .shopsearchbox_cat span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 22px;
	height: 22px;
	padding: 0 10px;
	background: #ee5a24;
	margin-left: 25px;
	position: relative;
}
.shopsearchbox header .shopsearchbox_cat span:before {
	font-size: 22px;
	color: #ee5a24;
	position: absolute;
	top: 0;
	left: -27px;
}
.shopsearchbox header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 1px;
}
.shopsearchbox_item {
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
	margin-bottom: 20px;
}
.shopsearchbox_item span {
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}
.shopsearchbox_btn {
	text-align: center;
}
.shopsearchbox_btn a {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 50px;
	width: 160px;
	height: 50px;
	border: 1px solid #222222;
	transition: 0.2s linear;
}
.shopsearchbox_btn a:hover {
	color: #ffffff;
	background: #222222;
}
/* 店舗検索用ページネーション（追加スタイル） */
.pagination_shoplist {
	margin-bottom: 40px;
}
/* 検索結果ゼロ */
.shopsearch_zero {
	font-size: 14px;
	text-align: center;
	color: #666666;
	width: calc(100% - 60px);
	padding: 30px;
	background: #d9d9d9;
}


@media (max-width: 680px) {
	/* 店舗一覧 */
	#shoplist_searchbox {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.shoplist_searchbox_group {
		margin-bottom: 10px;
	}
	.shoplist_searchbox_group_header {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.shoplist_searchbox_group_header .group_title {
	}
	.shoplist_searchbox_group_header .group_title strong {
		font-size: 14px;
		margin-right: 20px;
	}
	.shoplist_searchbox_group_header .group_title strong:after {
		width: 18px;
		right: -19px;
	}
	.shoplist_searchbox_group_form {
		font-size: 0;
	}
	.shoplist_searchbox_group_form p.checkbox {
		width: calc(50% - 5px);
		height: 40px;
		margin-bottom: 10px;
	}
	.shoplist_searchbox_group_form p:nth-child(odd) {
		margin-right: 10px;
	}
	.shoplist_searchbox_group_form p:nth-child(even) {
		margin-right: 0px;
	}
	.shoplist_searchbox_group_form p label {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.shoplist_searchbox_group_form p label span:before {
		font-size: 20px;
		position: absolute;
		top: -4px;
		left: -25px;
	}
	.shoplist_searchbox_group_form input[type="checkbox"] {
		display: none;
	}
	.shoplist_searchbox_group_form input[type="checkbox"]:checked+label {
		color: #ffffff;
		background: #222222;
	}
	.shoplist_searchbox_group_form p input[type="text"] {
		font-size: 14px;
		width: calc(100% - 10px);
	}
	.shoplist_searchbox_submit button[type="submit"] {
		line-height: 40px;
		width: 200px;
		height: 40px;
		padding-left: 20px;
	}
	.shoplist_searchbox_submit button[type="submit"]:before {
		font-size: 20px;
		top: 10px;
		left: 35px;
	}

	.shopsearch_resultwrapper {
		margin-bottom: 40px;
	}
	.shopsearchbox {
		padding: 0 0 20px 0;
		border-bottom: 1px dotted #cccccc;
		margin-bottom: 20px;
	}
	.shopsearchbox:last-of-type {
		padding-bottom: 0;
		border: none;
	}
	.shopsearchbox figure {
		width: 100%;
		height: 50vw;
		position: static;
	}
	.shopsearchbox figure img {
		width: 100%;
	}
	.shopsearchbox_textwrapper {
		padding: 10px 0px 0px 0px;
		background: none;
		margin: 0px 0 0 0px;
	}
	.shopsearchbox header {
		margin-bottom: 10px;
	}
	.shopsearchbox header h1 {
		font-size: 16px;
		letter-spacing: 0px;
	}
	.shopsearchbox_item {
		margin-bottom: 10px;
	}
	.shopsearchbox_btn a {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	/* 店舗検索用ページネーション（追加スタイル） */
	.pagination_shoplist {
		margin-bottom: 30px;
	}
	/* 検索結果ゼロ */
	.shopsearch_zero {
		font-size: 14px;
		line-height: 1.5;
		width: calc(100% - 40px);
		padding: 20px;
	}
}



/* 個別店舗ページ */
.article_shop_single {}
.shop_single_header {
}
.shop_single_header_image {
	position: relative;
}
.shop_single_header_image:after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.shop_single_header_image figure {
	width: 100%;
	max-width: 940px;
	min-height: 100px;
	max-height: 490px;
	background: #cccccc;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.shop_single_header_image figure img {
	width: 100%;
}
.shop_single_header_textwrapper {
	padding: 30px 0 40px 0;
	background: #f3f3f3;
	margin-bottom: 40px;
}
.shop_single_header_textarea {
	width: 600px;
	margin: 0 auto;
}
.shop_single_header_textwrapper header {
	border-left: 5px solid #ee5a24;
	padding-left: 10px;
}
.shop_single_header_cat {
	color: #ee5a24;
	margin-bottom: 10px;
}
.shop_single_header_cat span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 22px;
	height: 22px;
	padding: 0 12px;
	background: #ee5a24;
	position: relative;
	margin-left: 27px;
}
.shop_single_header_cat span:before {
	font-size: 22px;
	color: #ee5a24;
	position: absolute;
	top: 0;
	left: -27px;
}
.shop_single_header_textwrapper header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.shop_single_header_item {
	padding: 0 0 20px 15px;
	border-bottom: 2px solid #ee5a24;
	margin: 0 0 30px 0;
}
.shop_single_header_item span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin: 0 20px 10px 0;
}
.shop_single_header_desc {
}
.shop_single_header_desc p {
	font-size: 18px;
	line-height: 1.5;
}
.shop_single_header_desc p:not(:last-of-type) {
	margin-bottom: 10px;
}
.shop_single_data {
}
.shop_single_data h1 {}
.shop_single_datawrapper {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0;
}
.shop_single_data_pri {
	display: inline-block;
	width: 50%;
	height: 280px;
	vertical-align: top;
	position: relative;
}
.shop_single_data_pri_disp {
	width: calc(100% - 45px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#map_shop {
	background: #f3f3f3;
	width: 100%;
	height: 100%;
}
#map_shop iframe {
	width: 100%;
	height: 100%;
}
.shop_single_data_sec {
	display: inline-block;
	width: 50%;
}
.shop_single_data_sec_disp {
	width: 440px;
	padding: 20px 30px;
}
.shop_single_data_sec_disp dl {
	font-size: 15px;
	line-height: 1.5;
}
.shop_single_data_sec_disp dt {
	font-weight: bold;
	line-height: 1.5;
	width: 130px;
	clear: both;
	float: left;
}
.shop_single_data_sec_disp dd {
	width: calc(100% - 130px);
	margin-left: 130px;
}
.shop_single_data_sec_disp dt:not(:last-of-type),
.shop_single_data_sec_disp dd:not(:last-of-type) {
	margin-bottom: 30px;
}
.shop_single_data_sec_disp dd a {
	color: #ee5a24;
	text-decoration: underline;
}
.shop_single_data_sec_disp dd a:hover {
	text-decoration: none;
}
.shop_single_data_tagwrapper {
	text-align: center;
	width: 940px;
	margin: 0 auto;
}
.shop_single_data_tagbox {
	margin-bottom: 40px;
}
.shop_single_data_tagbox p {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 60px;
	height: 60px;
	padding: 0 15px;
	border: 2px solid #666666;
	margin: 20px 10px 0px;
}
.shop_single_data_tagbox p span {
	display: inline-block;
	line-height: 60px;
	height: 30px;
	padding-left: 40px;
	position: relative;
}
.shop_single_data_tagbox p span:before {
	font-size: 30px;
	position: absolute;
	top: 15px;
	left: -0px;
}
.shop_single_snswrapper {
	text-align: center;
	margin-bottom: 40px;
}
.shop_single_snsbox {
	display: inline-block;
	text-align: top;
	width: 280px;
}
.shop_single_snsbox:first-of-type {
	margin-right: 20px;
}
@media (max-width: 680px) {
	/* 個別店舗ページ */
	.article_shop_single {}
	.shop_single_header {
	}
	.shop_single_header_image {
	}
	.shop_single_header_image:after {
		display: none;
	}
	.shop_single_header_image figure {
		width: 100%;
		max-width: 100%;
		height: 52vw;
		max-height: 52vw;
	}
	.shop_single_header_textwrapper {
		padding: 20px;
		margin-bottom: 0px;
	}
	.shop_single_header_textarea {
		width: 100%;
	}
	.shop_single_header_textwrapper header {
		border-left: 5px solid #ee5a24;
		padding-left: 10px;
	}
	.shop_single_header_cat {
		margin-bottom: 5px;
	}
	.shop_single_header_cat span:before {
		font-size: 22px;
		left: -27px;
	}
	.shop_single_header_textwrapper header h1 {
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}
	.shop_single_header_item {
		padding: 0 0 10px 15px;
		margin: 0 0 20px 0;
	}
	.shop_single_header_item span {
		font-size: 13px;
		margin: 0 15px 10px 0;
	}
	.shop_single_header_desc p {
		font-size: 14px;
	}
	.shop_single_datawrapper {
		width: 100%;
		margin-bottom: 0px;
		font-size: 0;
	}
	.shop_single_data_pri {
		display: block;
		width: 100%;
		height: 250px;
	}
	.shop_single_data_pri_disp {
		width: calc(100% - 0px);
		position: static;
	}
	.shop_single_data_sec {
		display: block;
		width: 100%;
	}
	.shop_single_data_sec_disp {
		width: calc(100% - 40px);
		padding: 20px;
	}
	.shop_single_data_sec_disp dl {
		font-size: 14px;
	}
	.shop_single_data_sec_disp dt {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.shop_single_data_sec_disp dd {
		width: calc(100% - 0px);
		margin-left: 0px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
		margin-bottom: 10px;
	}
	.shop_single_data_sec_disp dt:not(:last-of-type),
	.shop_single_data_sec_disp dd:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.shop_single_data_tagwrapper {
		width: 100%;
	}
	.shop_single_data_tagbox {}
	.shop_single_data_tagbox p {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		margin: 0px 10px 20px;
	}
	.shop_single_data_tagbox p span {
		line-height: 40px;
	}
	.shop_single_data_tagbox p span:before {
		top: 5px;
	}
	.shop_single_snswrapper {
		text-align: center;
		margin-bottom: 40px;
	}
	.shop_single_snsbox {
		display: inline-block;
		text-align: top;
		width: 280px;
	}
	.shop_single_snsbox:first-of-type {
		margin-right: 20px;
	}
}





/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
	font-size:16px;
}
}

/* スマートフォン */
@media (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
/* debug monitor */
#debug_monitor {
	position: fixed;
	top: 20px;
	left: 80px;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
	display: none;
}
