@charset "utf-8";

/* ============================
Foundation
基本のスタイルを整える
============================ */

/* ルートフォントを10px 1rem=10px */
html {
	font-size: 62.5%;
}

/* 基本のフォントを1.6rem=16px */
body #eventbody {
	font-size: 1.6rem;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

dl {
	margin: .5em 0 1em;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* サイドバーなし */
#contents_left,#contents_right {
	display: none;
}

/* ヘッドラインなし */
.headline {
	display: none;
}

/* -----------------------------------
	コスパ
----------------------------------- */

/* width、背景の指定を解除 */
#container {
	min-width: 0;
	max-width: none;
	background-color: transparent;
}

/* marginの指定を解除 */
#contents_center_inner {
	margin: 0 auto;
}

/* ヘッダーとメインコンテンツの間の隙間を削除 */
#inner {
	padding: 0;
}

/* -----------------------------------
	ジーストア
----------------------------------- */
/* widthの指定を解除 */
#wrapper {
	width: 100%;
}

/* パディング調整、背景の横棒がはみ出ないように */
div.header {
	padding: 0 5px 10px 5px;
	background-clip: content-box;
}

/* padding、widthの指定を解除 */
div#contents {
	padding: 0;
	width: 100%;
	margin: 0 0 2em;
}

/* float・padding・widthの指定を解除、marginにautoをつけ中央揃え */
#maincol {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div#footer {
	margin: 0 auto;
}

body.basic div#footer,
body.basic div#footer div.f_menu.clearfix {
	width: 940px;
}

/* -----------------------------------
	イベントページ
----------------------------------- */

/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
#contents,
#container {
		background-color: #fff;
}

/* */
#headimage img {
	width: 1000px !important;
	vertical-align: bottom;
}

.tuning_event > p: first-child {
	display: none;
}

p:empty {
	display: none;
}

/* コンテンツ部分のwidth */
dl.sb
 {
	width: 950px;
	margin: 2em auto;
}

/* コンテンツ部分に白背景 */
div#event {
}

/* コンテンツ部分に余白を作る */
div#eventbody {
	width: 940px;
	margin: 0 auto;
}

/* この情報を共有する */
dl.sb {
    color: #444;
}

/* h2 */
#eventbody h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 130%;
	padding: 0.5em 0 0.5em 1em;
	margin: 0 0 1em 0;
	border-radius: 5px;
	border: none;
	background: #00b09b;
	color: #fff;
}

#eventbody h3 {
	font-size: 1.6rem;
	margin: 0;
	font-weight: normal;
	background: #fff;
	color: #000;
	display: inline-block;
	border: 1px solid #000;
	line-height: 100%;
	padding: 6px 10px 4px;
	margin: 10px 0 0 0;
}

#eventbody h4 {
	 margin: 0;
	 font-weight: normal;
	 font-size: 1.5rem;
	 margin: 10px 0;
}

#eventbody h4:before {
	content: "■";
	color: #00b09b;
	margin: 0 5px 0 0;
}

#eventbody h5 {
	font-weight: normal;
	margin: 0 0 6px;
	 font-size: 1.4rem;
}

#eventbody h5:before {
	content: "●";
	color: #00b09b;
	margin: 0 8px 0 9px;
	font-size: 0.9rem;
}

#eventbody hr {
	border: none;
	border-bottom: 1px solid #00b09b;
	margin: 30px auto 30px;
	width: 95%;
}

/* 本文 */
p.entry {
	margin: 0 0 1em 1em;
}

#event > h1 , h1.t_item {
	display: none !important;
}

#eventbody p.attention {
	color: #3c5335;
}

#eventbody p.attention span {
	display: block;
}

#eventbody p.attention span:before {
	content: "※";
	margin: 0 5px 0;
}

#eventbody section {
	padding: 30px 40px 10px;
	margin: 20px 0 20px;
	background: rgba(255,255,255,0.82);
}

.tuning_event p {
	 margin: 0.7em 0;
}

/* -------------------
	コピーライト
------------------- */

p.small {
	margin: 0 0 50px;
	text-align: right;
}

/* -------------------
	リンクがある画像は全てマウスホバー明るくする
------------------- */

#eventbody a img: hover {
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}


#eventbody .store_list {
	margin: .5em 0 1em 1em;
}
#eventbody .store_list li {
	border-left : 0;
	margin: 0;
}

#eventbody .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

body.basic #eventbody .img {
	position: relative;
	width: 31%;
	background: #FFF;
	font-size: 1.2rem;
	margin: 10px;
	box-shadow: 0px 6px 3px -5px rgba(0,0,0,0.15);

}

body.basic #eventbody .img p {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 173px;
	line-height: 1.3;
}

body.basic #eventbody .img strong {
	position: absolute;
	display: block;
	bottom: 8px;
	left: 6px;
	background: #F9F9F9;
	padding: 3px 6px;
	width: 90%;
	text-align: right;
	font-weight: normal;
	color: #333;
}

/* -------------------
	店舗
------------------- */

#eventbody .store_list{
	font-size: 1.6rem;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#eventbody .store_list li{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #00b09b;
	height: 66px;
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
	margin: 0 5px 10px 5px;
	border-left: 0;
	border-radius: 5px;
	background: #00b09b;
	padding: 0;
}

#eventbody .store_list li:hover {
	background: #FFE300;
}

@media screen and (max-width: 1000px) {
	#eventbody .store_list li {
		width: -webkit-calc(100% / 2 - 30px);
		width: calc(100% / 2 - 30px);
	}
}

#eventbody .store_list li a {
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
	display: block;
	width: 100%;
}

.u-dn-pc {
	display: none;
}

@media screen and (max-width: 760px) {
	.u-dn-pc {
		display: block;
	}
}

/* ----------------------------
	画像リスト
---------------------------- */

#eventbody .c-img_list {
	display: flex;
	flex-wrap: wrap;
}

#eventbody .c-img_list li {
	width: 22%;
	max-width: 300px;
	font-size: 1.6rem;
	margin: 0 10px 20px;
	text-align: center;
	border: 0;
	padding: 0;
}

#eventbody .c-img_list li img {
	width: 100%;
	border: 1px solid #000;
}

#eventbody .c-img_list li .fin {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);
	position: relative;
}

@media screen and (max-width: 1024px) {
	#eventbody  .c-img_list li {
		width: 32%;
	}
}

@media (max-width : 767px ) {
	#eventbody  .c-img_list {
		justify-content: center;
	}
	 #eventbody  .c-img_list li {
		width: 100%;
	}
}

/* ----------------------------
	作品リスト
---------------------------- */

ul.about{
	text-align: center;
}

li.about-img{
border:none;
}

.about-img{
float:left;
margin:0;
width:32%;
}

.about-img p{
	font-size:80%;
}

.about-img img{
width:130px;
}

.about-title{
	padding:20px;
	margin-bottom: 0.5em;
	font-size: 140%;
	font-weight: bold;
}

/* ----------------------------
	商品リストタブ
---------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


ul#tabnavi{
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#tabnavi li {
	display: flex;
	text-align: center;
	border-left: none;
	padding: 0;
}

#tabnavi li a {
	font-size: 1.2rem;
	line-height: 140%;
	border-radius: 5px;
	background: #00b09b;
	width: 155px;
	min-height: 30px;
	margin: 0 2px;
	padding: 15px;
	text-decoration: none;
}

#tabnavi li a:link,
#tabnavi li a:visited,
#tabnavi li a:active {
color: #fff;
font-weight: bold;
}

#tabnavi li a:hover {
color: #fff;
background-color: #FFE300;
font-weight: bold;
}

div#tabcontent p.top {
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", Verdana, sans-serif;
font-size: 2rem;
font-weight: bold;
text-align: center;
text-rendering: optimizeLegibility;
}

div#tabcontent p.comment {
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", Verdana, sans-serif;
font-size: 0.9rem;
text-rendering: optimizeLegibility;
margin-left: 10px;
}
