@charset "utf-8";

/* ========================================================
	Reset
======================================================== */

/* ルートフォントを10px 1rem=10px */
html {
	font-size: 62.5%;
}

body#top {
	font-size: 128.5%
}

/* 基本のフォントを1.6rem=16px */
body #eventbody {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 1.6rem;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body #eventbody a:link {text-decoration: underline;}
body #eventbody a:visited {
	text-decoration: underline;
}

body #eventbody a:hover {
	text-decoration: none;
}

body #eventbody a:active {
	text-decoration: none;
}

body #eventbody ul,
body #eventbody ol,
body #eventbody li,
body #eventbody dl,
body #eventbody dt,
body #eventbody dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* サイドバーなし */
#contents_left ,
#contents_right {
	display: none;
}

/* ヘッドラインなし */
.headline {
	display: none;
}

#event h1,
h1.t_item {
	display: none;
}

#eventbody h2 ,
#eventbody h3 ,
#eventbody h4 ,
#eventbody h5 {
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	line-height: 100%;
}

#eventbody ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#eventbody li {
    margin-bottom: 0;
    padding-left: 0;
    border-left: none;
}

#eventbody .items {
	zoom: 1;
	overflow: inherit;
	margin: 0;
}

#eventbody .img {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	background: none;
}

#eventbody .img img{
	position: relative;
	display: block;
	top: auto;
	left: auto;
	padding: 0;
	border: none;
	width: auto;
}

#eventbody .img strong{
	position: relative;
	display: block;
	bottom: auto;
	left: auto;
	background: none;
	padding: 0;
	width: auto;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#eventbody .img p{
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	line-height: 1.8;
}

#eventbody .img p a{
	font-weight: normal;
}

/* -----------------------------------
	コスパ
----------------------------------- */

/* width、背景の指定を解除 */
#container {
	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;
}


/* ========================================================
	Design
======================================================== */

/* -----------------------------------
	イベントページ
----------------------------------- */

/* コンテンツ部分に余白を作る */
div#eventbody {
	width: 100%;
	margin: 0 auto;
}

#inner {
    max-width: none;
}

div#eventbody a:link {color: #0aafe7;}
div#eventbody a:hover {color: #0aafe7;}
div#eventbody a:visited {color: #0aafe7;}
div#eventbody a:active {color: #0aafe7;}

div#event {
	padding: 20px 0 0;
}

/* 背景イメージ（コスパ：contents、ジーストア：container）*/
#contents , #container {
	background: #000 url(bg.jpg) fixed top center;
}

#eventbody section {
	padding: 60px 0;
	width: 100%;
	margin: 50px auto 90px;
	background: linear-gradient(135deg, #ffffff 0%,#f1fafd 100%) , url(bg2.jpg);
	background-repeat: repeat;
	background-blend-mode: multiply;
	border-radius: 0px;
	border: none;
	border-top: 1px solid #0aafe7;
	border-bottom: 1px solid #0aafe7;
	box-shadow: none;
}

#eventbody section::before {
	content: "";
	position: absolute;
	left: 0;
	height: 0;
	width: 40%;
	margin: -63px 0px 0 10%;
	border-top: 7px solid #000;
	border-bottom: 1px solid #0aafe7;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

#eventbody section > div {
	width: 940px;
	margin: auto;
}

#eventbody section > div::before {
	content: "";
	position: absolute;
	right: 0;
	height: 0;
	width: 15%;
	margin: -63px 20% 0 0px;
	border-top: 7px solid #000;
	border-bottom: 1px solid #0aafe7;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

#eventbody section.no_head > div::before {
	margin: -79px 00px 0 0px;
}

#eventbody section > div::after {
	content: "";
	position: absolute;
	left: 20%;
	right: 20%;
	width: 60%;
	height: 0;
	margin: 55px auto 0;
	border-top: 1px solid #0aafe7;
	border-bottom: 7px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#eventbody h2 {
	display: block;
	font-family: "游明朝", "YuMincho", serif;
	font-weight: bold;
	color: #0aafe7;
	font-size: 2.8rem;
	text-align:  center;
	line-height: 100%;
	padding: 0 0 13px;
	margin: 0 0 20px;
	border: none;
	border-bottom: 1px solid #8ECCD6;
	text-shadow: 0 2px 0 #fff,
	2px 0 0 #fff,
	0 -2px 0 #fff,
	-2px 0 0 #fff,
	-2px -2px 0 #fff,
	2px -2px 0 #fff,
	-2px 2px 0 #fff,
	2px 2px 0 #fff;
}

#eventbody h3 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	color: #29a6ba;
	font-size: 1.8rem;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	line-height: 1.2;
}

#eventbody h3::before {
	content: "-";
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#eventbody h4 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	color: #292f33;
	font-size: 1.5rem;
	font-weight: bold;
	text-indent: 10px;
	margin: 5px 10px 0 0;
	line-height: 1.2;
}

#eventbody p {
	color: #292f33;
	font-size: 1.6rem;
}

#eventbody p em {
	font-size: 2.2rem;
	font-weight: bold;
	font-style: normal;
}

#eventbody p span {
	display: block;
	font-size: 1.2rem;
	line-height: 2.00;
}

#eventbody p span:before {
	content: "※";
	margin: 0 5px 0;
}

p.small {
	margin: 0 0 50px;
	text-align: right;
}

dl.sb {
	width: 950px;
	margin: 0 auto;
}

/* -------------------
	ポストカード一覧
------------------- */

#eventbody .poster_list ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 20px;
}

#eventbody .poster_list ul li {
	display: table-cell;
	padding: 10px 1px;
	overflow: hidden;
	vertical-align: middle;
}

#eventbody .poster_list ul li:first-child {
	padding: 10px 1px 10px 0px;
}

#eventbody .poster_list ul li:last-child {
	padding: 10px 0px 10px 1px;
}

#eventbody .poster_list ul li a {
	display: inline-block;
	vertical-align: middle;
	max-height: 114px;
	height: auto;
	overflow: hidden;
	border: 1px solid #0aafe7;
	transition:all 0.3s;
}
#eventbody .poster_list ul li a:hover{
	opacity:0.7;
}
#eventbody .poster_list ul li img {
	max-width: 100%;
	height: auto;
}

/* -------------------
	店舗一覧
------------------- */

#eventbody .shop_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 5px 0 30px;
}

#eventbody .shop_list ul li {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	width: 30.3%;
	margin: 0.5% 1%;
	background: #377486;
	border: solid 1px #377486;
	border-radius: 1px;
	position: relative;
	transition: all 0.2s;
}

#eventbody .shop_list ul li:hover{
	background: #000;
	transition: all 0.2s;
}

#eventbody .shop_list ul li::before{
	content: "";
	transition: all 0.2s;
}

#eventbody .shop_list ul li:hover::before{
	position: absolute;
	content: "";
	background: #000;
	width: 10px;
	height: 10px;
	margin: 0px 0 -5px;
	bottom: 0;
	border-left: solid 1px #377486;
	border-bottom: solid 1px #377486;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: border,background 0.2s;
}

#eventbody .shop_list ul li a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 10px 0 8px;
}

@media screen and (max-device-width: 1000px) {
	#eventbody .shop_list ul li {
		width: 47.7%;
	}

	#eventbody .shop_list ul li a {
		font-size: 2.8rem;
		padding: 20px 0 18px;
	}
}

#eventbody .shop_list p {
	text-indent: 10px;
}

/* ----------------------------
	商品リスト
---------------------------- */

#eventbody .item_list div.items {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
	margin: 0 0 30px;
}

#eventbody .item_list div.items div {
	flex: 0 0 21.79%;
	align-self: stretch;
	padding: 1%;
	margin: 0% 0.5% 1%;
	background: #E6F7FC;
	border: 1px solid #2B6475;
	border-radius: 1px;
	box-sizing: content-box;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.2s;
}

#eventbody .item_list div.items div p[style*=":0"] {
	display: block;
	float: none;
	padding: 0 0 5px;
}

#eventbody .item_list div.items div p {
	float: right;
	font-size: 1.2rem;
	line-height: 150%;
	word-break: break-all;
	width: 60%;
	margin: 0 !important;
	padding: 0 0 0 5px;
	background: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

#eventbody .item_list div.items div p a {
	font-weight: bold;
}

#eventbody .item_list div.items div p + a {
	float: left;
	display: inline-block;
	border: 1px solid #0aafe7;
}

#eventbody .item_list div.items div strong {
	clear: both;
	display: block;
	font-size: 1.2rem;
	text-align: right;
	padding: 8px 0 0;
	top: auto;
}

#eventbody .item_list div.items div strong .red{
	color: #B02133;
}

@media screen and (max-device-width: 1000px) {
#eventbody .item_list div.items {
	justify-content: space-around;
	}

	#eventbody .item_list div.items div {
		flex: 0 0 97%;
		margin: 0% 0% 3.5%;
		padding: 3% 1%;
	}

#eventbody .item_list div.items div:hover {
	top: auto;
	left: auto;
	box-shadow: none;
}

	#eventbody .item_list div.items div p {
		width: 76%;
		font-size: 4.0rem;
	}

#eventbody .item_list div.items div p + a {
	width: 20%
}

#eventbody .item_list div.items div p + a img {
	width: 100%;
	height: auto;
}

	#eventbody .item_list div.items div strong {
		clear: right;
		font-size: 3.3rem;
		text-align: left;
		text-indent: 3%;
		width: 80%;
	}
}