@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

/* ============================
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;
}

@media screen and (max-width: 750px){
	body #eventbody {
		font-size: 1.4rem;
	}
}

dl {
	margin: .5em 0 1em;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* サイドバーなし */
#contents_left,#contents_right {
	display: none;
}
@media screen and (max-width: 768px){
	#contents_left {
		display: block;
	}
}


/* ヘッドラインなし */
.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;
    max-width: none;
    width: 100%;
    margin: 0;
    background: url(bg.png),#ffffa0;
    background-size: 50px;
    background-position: center top;
}

/* float・padding・widthの指定を解除、marginにautoをつけ中央揃え */
#maincol {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div#footer {
	margin: 0 auto;
}

.sns{
	max-width: 1080px;
	margin: 20px auto 0;
	padding: 0 10px;
}

#eventbody li:before{
	display: none;
}
#head{
	background: #fff;
}

#event > h1 , h1.t_item {
	display: none !important;
}

@media screen and (min-width: 769px) {
	#event > h1{
		margin-top:20px;
	}
}

@media screen and (min-width: 768px){
	#wrapper {
		padding: 50px 0 0;
	}
	div#contents{
		margin: 50px auto 0;
	}
	div#eventbody{
		width: 100%;
		box-sizing: border-box;
	}
	#maincol{
		width: 100%;
	}
	body.basic div#footer,
	body.basic div#footer div.f_menu.clearfix{
		width: 100%;
	}
}

/* -----------------------------------
	イベントページ
----------------------------------- */

/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
#contents,
#container{
	background-color: #fff;
}


.tuning_event > p:first-child {
	display: none;
}

p:empty {
	display: none;
}

/* コンテンツ部分のwidth */
dl.sb
 {
	width: 950px;
	margin: 2em auto;
}

/* コンテンツ部分に余白を作る */
div#eventbody {
	/* max-width: 1024px;
	width:100%;*/
	margin: 0 auto;
	padding: 0;
}

/* この情報を共有する */
dl.sb {
    color: #fff;
}

.ribbon {
	display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    background: #eb6e82;
    color: #FFF;
    box-sizing: border-box;
    margin: 1em auto 2em;
    width: 80%;
    max-width: 500px;
}  

#eventbody h2 {
	display: block;
    font-size: 2em;
    padding: 0 30px;
    margin: 0;
    color: #fff;
    background: none;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border: none;
    letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    line-height: 46px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#eventbody h3 {
	position: relative;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0;
    background-color: #6a3c00;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #6a3c00;
    text-align: center;
    min-width: 100px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotateZ(0.03deg);
    display: inline-block;
    color: #fff;
    z-index: 1;
    font-weight: 500;
}

.h3_box {
	position: relative;
    margin: 40px 0 10px;
}

.h3_box::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    border-top: 1px dashed #6a3c00;
}

#eventbody h4 {
	font-size: 1em;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    color: #eb6e82;
    font-weight: bold;
}

#eventbody h4:before {
	content: '■';
  	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 3px 0;
	color: #eb6e82;
}


/* 本文 */
#eventbody p {
	margin: 0 auto 1em;
	color: #3c2800;
}

#eventbody a{
	word-break: break-all;
	color: #3c2800;
}
#eventbody a:hover{
	color: #eb6e82;
	text-decoration:none;
}

#eventbody p.attention {
	color: #c00;
}

#eventbody strong {
    color: #333;
}

#eventbody section {
	position: relative;
    padding: 1em;
    margin: 20px auto 60px;
    width: 96%;
    max-width: 1024px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50px;
    border: 5px solid #eb6e82;
}

.max1024 {
	position: relative;
    max-width: 1024px;
    margin: 0 auto;
    z-index: 99;
}

@media screen and (max-width: 768px) {
	#eventbody section::after {
		height: 250px;
	}
	#eventbody section::before {
		background-size: 70px;
	}
}

/* -------------------
	コピーライト
------------------- */

#eventbody p.copy {
	font-size: 12px;
    margin: 20px auto;
    padding: 5px;
    max-width: 1024px;
	text-align: center;
}

/* -------------------
	リンクがある画像は全てマウスホバー明るくする
------------------- */

#eventbody a img:hover {
	opacity: .8;
	transition: opacity .5s;
}

@media screen and (max-width: 500px){
	#eventbody .img {
    width: calc(100% / 2 - 6px);
}
}

/* -------------------
	店舗
------------------- */

#eventbody .store_list{
	margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

#eventbody .store_list li{
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
    height: 66px;
    border-radius: 5px;
    padding: 0;
    background: url(bg.png)repeat,#fff2f4;
    border: 2px solid #faaab9;
    background-size: 25px;
    background-position: center bottom;
}

#eventbody .store_list li a {
	text-decoration: none;
    color: #6a3c00;
    padding: 20px 0;
    display: block;
    width: 100%;
    font-size: 14px;
}

#eventbody .store_list li:hover {
	background: #eb6e82;
}

#eventbody .store_list li a:hover {
	color: #fff;
}

@media screen and (max-width: 850px) {
	#eventbody .store_list{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 500px) {
	#eventbody .store_list li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 370px) {
	#eventbody .store_list{
		grid-template-columns: 1fr;
	}
}

#eventbody .contents_list {
    max-width: 1024px;
    margin: 0 auto;
	font-size: small;
	padding: 5px;
}

#eventbody .contents_list>a {
    text-decoration: underline;
}

#page-top {
	z-index: 99;
}

#eventbody div.tokuten {
	position: relative;
    background: #fff;
    padding: 0;
    margin: 0 auto 1.5em;
    line-height: 0;
    width: 100%;
    max-width: 950px;
    box-sizing: border-box;
}
.tokuten img{
	width: 100%;
}
