@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
}
.roboto{
	font-family: 'Roboto', 'Noto Sans JP' , sans-serif;
}
.font_red{color: #BE2626;}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}
.title{
	padding: 50px 10px;
	margin-bottom: 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
}
h1.title::first-letter{
	color: #932F27;
}
.title .title_sub{
	font-size: 24px;
}
.title_under_line{
	border-bottom: #000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 30px;
}
.title_under_bar{
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.title_under_bar::after{
	content: '';
	width: 36px;
	height: 2px;
	background: #000;
	position: absolute;
	left: calc(50% - 18px);
	bottom: 0;
}
.title_under_bar::first-letter{
	color: #BE2626;
}
.title_bold{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
}
.title_common{
	margin-bottom: 30px;
	font-size: 20px;
}
.title_common::first-letter{
	color: #BE2626;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	background: #FFF;
}
#header_attention{
	padding: 15px 40px 15px 20px;
	background: #FFEF77;
	position: relative;
	z-index: 99999;
}
#header_attention p{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#header_attention p,
#header_attention p a{
	color: #932F27;
}
#header_attention p a{
	text-decoration: underline;
}
#header_attention_close{
	width: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.header_inner{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.header_container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	position: relative;
}
#h_top_menu{
	position: absolute;
	top: 20px;
	right: 0;
}
#h_top_menu > ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: stretch;
	align-items: stretch;
	font-size: 14px;
}
#h_top_menu > ul > li{
	padding: 0 18px;
	position: relative;
}
#h_top_menu > ul > li:not(:last-child)::after{
	content: '';
	width: 1px;
	height: 20px;
	background: #CCC;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}
.facility_hour dl{
	padding: 3px 8px;
	background: #F7F2F5;
	color: #BE2626;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.facility_hour dl dt,
.facility_hour dl dd{
	display: inline-block;
	padding: 0 8px;
}
#h_top_menu > ul > li > a{
	display: block;
	padding: 5px 0;
}
body#shopguide.detail .facility_hour{
	display: none!important;
}

.lang_btn{
	padding: 3px 0 3px 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.lang_btn::before{
	content: '';
	width: 0;
	height: 0;
	border-width: 9px 5px 0;
	border-style: solid;
	border-color: #000 transparent transparent;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}
.lang_menu{
	display: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99999;
}
.lang_menu li:not(:last-child){
	border-bottom: #CCC 1px solid;
}
.lang_menu a{
	padding: 20px 20px 20px 40px;
	font-weight: bold;
}
#site_title {
	max-width: 267px;
	margin-left: 50px;
}
#site_title a{
	display: block;
}

.menu {
	display: none;
}

/* グローバルナビゲーション */
#gnav {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 1067px;
	overflow: hidden;
	padding: 60px 0 10px;
}
	#gnav ul {
		display: flex;
		justify-content: flex-end;
	}
	#gnav ul > li {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	#gnav ul > li a {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		width: 100%;
		height: 60px;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

/* ▼ パンくず
--------------------------------------- */
#path {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: "|";
		margin: 0 0.5em;
		color: #5A5A5A;
	}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events:none;
}
/* ページネーション */
.pagination{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	max-width: 750px;
	margin: 0 auto 50px;
	padding: 0 120px;
	position: relative;
}
.pagination .page-item{
	-webkit-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px;
	max-width: 50px;
	height: 50px;
	margin: 0 10px;
}
.pagination .page-item.page-item-prev,
.pagination .page-item.page-item-next{
	-webkit-flex: 0 0 120px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	width: 120px;
	max-width: 120px;
	margin: 0;
	position: absolute;
	top: 0;
}
.pagination .page-item.page-item-prev{
	left: 0;
}
.pagination .page-item.page-item-next{
	right: 0;
}
.pagination .page-item a,
.pagination .page-item span{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
}
.pagination .page-item.active a,
.pagination .page-item.active span{
	border: #BE2626 1px solid;
	background: #BE2626;
	color: #FFF;
}

/* ボタンリンク */
a.btn_link,
button.btn_link{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 285px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
	border: #932F27 1px solid;
	background: #FFF;
	color: #932F27;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
a.btn_link.btn_black,
button.btn_link.btn_black{
	border: #000 1px solid;
	color: #000;
}
a.btn_link.btn_next::after,
button.btn_link.btn_next::after{
	content: '';
	width: 18px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #932F27 #932F27 transparent;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
}

a.link_under{
	text-decoration: underline;
}

a.link_tri{
	display: inline-block;
	padding-left: 25px;
	text-decoration: underline;
	position: relative;
}
a.link_tri::before{
	content: '';
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #BE2626 #BE2626 transparent transparent;
	position: absolute;
	left: 3px;
	top: calc(50% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ニュースリスト */
.news_list{
	margin-bottom: 50px;
}
.news_list .list_inner{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 20px 0;
	border-bottom: #CCC 1px solid;
}
.news_list .list_inner .news_date,
.news_date_wrap .news_date{
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
	margin: 10px 0 0;
	font-size: 14px;
}
.news_list .list_inner .news_category,
.news_list .list_inner .news_category.news_category_info,
.news_date_wrap .news_category,
.news_date_wrap .news_category.news_category_info{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
	height: 24px;
	margin: 10px 20px 0 0;
	border: #932F27 1px solid;
	color: #932F27;
	font-size: 12px;
}
.news_list .list_inner .news_category.news_category_popup,
.news_date_wrap .news_category.news_category_popup{
	border-color: #6983B4;
	color: #6983B4;
}
.news_list .list_inner .news_category.news_category_camp,
.news_date_wrap .news_category.news_category_camp{
	border-color: #1F6E01;
	color: #1F6E01;
}
.news_list .list_inner .news_txt{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.news_list .list_inner .news_txt .news_days{
	margin-bottom: 5px;
	color: #932F27;
	font-size: 14px;
	font-weight: bold;
}
.news_list .list_inner .news_txt .news_title{
	display: block;
	font-size: 18px;
	font-weight: 500;
}

/* ショップニュースリストの文字サイズ */
.news_list_date{
  color: #932F27;
  font-size: 14px;
}
.news_list_date .news_week{
	font-size: 12px;
}
.news_list_title{
  font-size: 18px;
  font-weight: 500;
}
.news_list_name{
  font-size: 14px;
}

/* シェアボタン */
.share_area{
  padding: 50px 0 100px;
}
.share_wrap{
  display: table;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.share_wrap .share_title,
.share_wrap .share_sns_list{
  display: table-cell;
  vertical-align: middle;
}
.share_wrap .share_title{
  width: 32.5%;
  font-size: 20px;
  font-weight: bold;
}
.share_wrap .share_title::first-letter{
  color: #932F27;
}
.share_sns_list li{
  display: inline-block;
  vertical-align: middle;
}
.share_sns_list li:not(:last-child){
  margin-right: 35px;
}
.icon_sns_share{
  display: block;
  width: 38px;
  height: 38px;
}
.icon_sns_share.icon_sns_share_fb{background: url(https://es.takarazuka.ekimaru.com/common/img/shopguide/icon_share_fb.png) no-repeat center center/36px;}
.icon_sns_share.icon_sns_share_tw{background: url(https://es.takarazuka.ekimaru.com/common/img/shopguide/icon_share_tw.png) no-repeat center center/38px;}
.icon_sns_share.icon_sns_share_ln{background: url(https://es.takarazuka.ekimaru.com/common/img/shopguide/icon_share_ln.png) no-repeat center center/36px;}

/* 文章メインページ */
.doc_block{
  padding-bottom: 90px;
	font-size: 18px;
}
.doc_block p:not(:last-child),
.doc_block ul:not(:last-child),
.doc_block ol:not(:last-child),
.doc_block li:not(:last-child){
	margin-bottom: 30px;
}
.doc_block ul.dot_list li::before{
	content: '・';
}
.doc_block li{
	padding-left: 1em;
	text-indent: -1em	;
}
.doc_block li h4{
	font-size: 24px;
	margin-bottom: 20px;
}
.doc_block li p{
	text-indent: 0;
}
.doc_block p.doc_map_wrap{
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.doc_block a:not(.btn_link){
	display: inline-block;
	text-indent: 0;
	text-decoration: underline;
}
.doc_block .kome{
	font-size: 14px;
}
.doc_block p.doc_bold{
	font-weight: bold;
}
/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFF;
	border: #CCC 1px solid;
	bottom: 25px;
	right: 30px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop::before{
	content: '';
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #932F27 transparent transparent #932F27;
	box-sizing: border-box;
	position: absolute;
	bottom: 9px;
	right: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	background: #FFF;
	padding: 100px 0 80px;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
.footer_nav_wrap{
	max-width: 840px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 110px;
	padding: 0 20px;
}
.footer_menu_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
	max-width: 330px;
}
.footer_menu_wrap .footer_menu{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-size: 14px;
	font-weight: bold;
}
.footer_menu_wrap .footer_menu li{
	margin-bottom: 25px;
}
.footer_access{
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
	max-width: 340px;
}
.footer_access_title{
	margin-bottom: 20px;
	font-weight: bold;
}
.footer_access_txt{
	line-height: 2;
}
.footer_access_txt a{
	text-decoration: underline;
}
/* フッターバナー */
.footer_bnr_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	max-width: 1180px;
	margin: 0 auto 50px;
}
.footer_bnr{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_bnr li{
	-webkit-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	width: 220px;
	max-width: 220px;
	margin: 0 8px 16px;
}
.footer_bnr li a{
	display: block;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	color: #969696;
	font-size: 8px;
	text-align: center;
}

/* 固定メニュー */
#fixed_menu_wrap{
	position: fixed;
	right: 30px;
	bottom: calc(50vh - 250px);
	z-index: 100;
}
.fixed_menu{
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.fixed_menu li{
	background: #FFF;
}
.fixed_menu li:first-child{
	border-radius: 20px 20px 0 0;
}
.fixed_menu li:last-child{
	border-radius: 0 0 20px 20px;
}
.fixed_menu li:nth-child(2n){
	background: #F7F6F5;
}
.fixed_menu li a{
	display: block;
	height: 125px;
	width: 116px;
}

.fixed_menu li:nth-child(1) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_food.svg) no-repeat center top 18px/35px;}
.fixed_menu li:nth-child(2) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_shopping.svg) no-repeat center top 18px/28px;}
.fixed_menu li:nth-child(3) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_gift.svg) no-repeat center top 18px/33px;}
.fixed_menu li:nth-child(4) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_other.svg) no-repeat center top 18px/28px;}
.fixed_menu li a span{
	display: block;
	height: 100%;
	width: 98px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.fixed_menu li:not(:last-child) a span{
	border-bottom: #ACACAC 1px dashed;
}


/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}

/* ▼▼▼ ~1400px header調整
====================================================== */
@media screen and (max-width: 1400px) {

	body:not(#home) #site_title {
		max-width: 200px;
		margin-left: 20px;
	}
	/* グローバルナビゲーション */
		#gnav ul > li a {
			font-size: 16px;
		}

}
/* ▼▼▼ ~960px header調整
====================================================== */
@media screen and (max-width: 960px) {

	body:not(#home) #site_title {
		max-width: 146px;
		margin-left: 0;
		position: absolute;
		top: 10px;
		left: 20px;
	}
		#gnav ul > li a {
			padding: 0 10px;
			font-size: 15px;
		}
}
/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}

	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */

	.title{
		padding: 25px 10px;
		font-size: 20px;
	}
	.title .title_sub{
		font-size: 14px;
	}
	.title_under_line{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.title_under_bar{
		font-size: 18px;
	}
	.title_bold{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.title_common{
		margin-bottom: 20px;
		font-size: 16px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 70px;
		background: #fff;
		z-index: 99999;
	}

	body:not(#home) #site_title,
	#site_title{
		max-width: 146px;
		margin: 12px auto 0;
		position: relative;
		top: auto;
		left: auto;
	}
	#h_top_menu{
		top: 0;
		left: 0;
		right: auto;
	}
	#h_top_menu > ul > li:not(.pc){
		display: -webkit-flex;
		display: -ms-flex;
		display: flex
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		height: 70px;
	}
	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 70px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: block;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li > a {
			height: 50px!important;
			background: #fff;
			background-size: 10px 10px!important;
			border-bottom: 1px solid #ccc;
			padding: 0 15px;
			color: #333;
			line-height: 50px;
			font-weight: bold;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 70px;
		height: 69px;
		background: #FFF;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 35px;
			height: 2px;
			position: absolute;
			top: 34px;
			right: 20px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 30px;
			border-top: 3px solid #707070;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:not(.active):after{
			width: 17px;
		}
		.menu .icon:before {
			top:-7px;
		}
		.menu .icon:after {
			bottom:-5px;
		}
		.menu .icon.active {
			border-color: #000;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -1px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}
		.menu .icon span:before{
			content: "Menu";
			color: #fff;
			font-size: 12px;
			position: absolute;
			left: 50%;
			bottom: -24px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
		}
		.menu .icon.active span:before{
			content: "Close";
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		padding-top: 51px;
	}

	/* ▼ システム
	--------------------------------------- */
	/* ページネーション */
	.pagination{
		justify-content: space-around;
		max-width: 3750px;
		padding: 0 0 70px;
	}
	.pagination .page-item{
		margin: 0;
	}
	.pagination .page-item.page-item-prev,
	.pagination .page-item.page-item-next{
		top: auto;
		bottom: 0;
	}
	.pagination .page-item.page-item-prev{
		left: calc(25% - 60px);
	}
	.pagination .page-item.page-item-next{
		right: calc(25% - 60px);
	}

	/* ニュースリスト */

	.news_list{
		margin-bottom: 20px;
	}
	.news_list .list_inner{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.news_list .list_inner .news_date{
		-webkit-flex: 0 0 84px;
		-ms-flex: 0 0 84px;
		flex: 0 0 84px;
		width: 84px;
		max-width: 84px;
		margin: 12px 0 0;
		font-size: 12px;
	}
	.news_list .list_inner .news_txt{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-top: 8px;
	}
	.news_list .list_inner .news_txt .news_title{
		font-size: 14px;
	}

	/* ショップニュースリストの文字サイズ */
  .news_list_date{
    font-size: 12px;
  }
	.news_list_date .news_week{
		font-size: 8px;
	}
  .news_list_title{
    font-size: 14px;
  }
  .news_list_name{
    font-size: 10px;
  }

	/* シェアボタン */
  .share_area{
    padding: 50px 0;
  }
	.share_wrap{
		display: table;
	}
	.share_sns_list li{
		display: inline-block;
		vertical-align: middle;
	}
	.share_sns_list li:not(:last-child){
		margin-right: 30px;
	}

	/* 文章メインページ */
	.doc_block{
		font-size: 14px;
	  padding-bottom: 50px;
	}
	.doc_block p:not(:last-child),
	.doc_block ul:not(:last-child),
	.doc_block ol:not(:last-child),
	.doc_block li:not(:last-child){
		margin-bottom: 20px;
	}
	.doc_block li h4{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.doc_block .kome{
		font-size: 12px;
	}

	/* ▼▼▼ フッター
	===================================== */
	footer {
		padding: 50px 0 70px;
	}
	#footer_inner {
		padding: 0;
	}
	.footer_nav_wrap{
		display: block;
		margin-bottom: 50px;
	}
	.footer_menu_wrap{
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.footer_menu_wrap .footer_menu{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		font-size: 14px;
		font-weight: bold;
	}
	.footer_menu_wrap .footer_menu li{
		margin-bottom: 20px;
	}
	.footer_access{
		width: 100%;
		max-width: 100%;
	}
	.footer_access_txt{
		line-height: 1.6;
	}
	/* フッターバナー */
	.footer_bnr_wrap{
		margin-bottom: 25px;
	}
	.footer_bnr{
		justify-content: space-between;
		padding: 0 20px;
	}
	.footer_bnr li{
		-webkit-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 48%;
		max-width: 48%;
		margin: 0 0 12px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		right: 10px;
		bottom: 10px;
	}

	/* 固定メニュー */
	#fixed_menu_wrap{
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.fixed_menu{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
		background: #FFF;
		border-top: #CCCCCC 1px solid;
		border-radius: 0;
		box-shadow: none;
	}

	.fixed_menu li{
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		max-width: 25%;
	}
	.fixed_menu li:first-child,
	.fixed_menu li:last-child{
		border-radius: 0;
	}
	.fixed_menu li:nth-child(2n){
		background: #FFF;
	}
	.fixed_menu li a{
		display: block;
		height: 100px;
		width: 100%;
		padding: 5px 0 3px;
		box-sizing: border-box;
	}

	.fixed_menu li:nth-child(1) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_food.svg) no-repeat center top 11px/35px;}
	.fixed_menu li:nth-child(2) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_shopping.svg) no-repeat center top 11px/28px;}
	.fixed_menu li:nth-child(3) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_gift.svg) no-repeat center top 11px/33px;}
	.fixed_menu li:nth-child(4) a{background: url(https://es.takarazuka.ekimaru.com/common/img/icon_other.svg) no-repeat center top 11px/28px;}
	.fixed_menu li a span{
		width: 100%;
		padding-top: 50px;
		font-size: 12px;
	}
	.fixed_menu li:not(:last-child) a span{
		border-right: #ACACAC 1px dashed;
		border-bottom: none;
	}
	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
