@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700;900&display=swap');

/* ============================
Foundation
基本のスタイルを整える
============================ */

* {
	box-sizing: border-box!important;
}

html {
	font-size: 16px;
}

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

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

.menu1 li {
	box-sizing: content-box!important;
}

/* サイドバーなし */
#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;
	overflow: hidden;
}

/* -----------------------------------
	ジーストア
----------------------------------- */
/* 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;
}

/* 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;
}
#headimage {
	background: url(https://www.geestore.com/event/campaign/5hanayome/top-bg.jpg)repeat-x;
	background-position: center top;
	background-size: 1200px auto;
	position: relative;
}

#headimage > img {
	margin: 2rem 0 3rem;
	position: relative;
	z-index: 99;
} 

#headimage::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(https://www.geestore.com/event/campaign/5hanayome/flower.png?220510);
	background-position: center -4vw;
	background-size: min(112vw, 1240px) auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.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;
}

#eventbody h2 {
    margin: 1rem 0 2rem;
	padding: 0!important;
	padding-bottom: 1.5rem!important;
	display: block;
	line-height: 1!important;
    font-size: 2.5rem;
	letter-spacing: 0.5rem;
    color: #000;
    background: none;
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
    border: none;
	border-bottom: 1px solid #000;
	text-align: center;
}

#eventbody h3 {
	position: relative;
    font-size: 1.2em;
    padding: 0.5rem;
    margin: 0;
    background-color: #000;
    border: none!important;
    text-align: center;
    min-width: 100px;
    font-family: 'Noto Serif JP', serif;
    transform: rotateZ(0.03deg);
    display: inline-block;
    color: #fff;
    z-index: 1;
    font-weight: 600;
}

.h3_box {
	position: relative;
    margin: 4rem 0 1rem;
}

.h3_box::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
	height: 0.1px;
	background: #000;
	transform: translateY(-50%);
}

#eventbody h4 {
	font-size: 1rem;
	line-height: 1;
    border: none;
    padding: 0;
    margin: 0;
	margin-bottom: 0.5rem;
    position: relative;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

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


/* 本文 */
#eventbody p:not(.copy) {
	margin: 0!important;
	margin-bottom: 1.5rem!important;
	font-size: 1rem!important;
	color: #000!important;
	line-height: 1.5!important;
	letter-spacing: 0.08rem;
    font-family: 'Noto Serif JP', serif;
}

#eventbody > p:last-of-type {
	color:#999!important;
	font-size:90%!important;
	text-align: right!important;
    font-family: initial;
}

#eventbody p:first-of-type {
	margin: 0!important;
}

#eventbody p strong {
	font-size: 1.5rem;
	font-weight: bold;
	background: linear-gradient(transparent 65%, rgba(236, 113, 143, 0.6) 65%);
}

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

#eventbody p.attention {
	padding: 0.5rem;
	color: #960014!important;
	border: 1px solid #960014;
	border-radius: 0!important;
}

#eventbody strong {
    color: #000;
}


/* -----------
セクション設定
----------- */

#eventbody section {
    padding: 8rem 0;
    background: rgba(215, 172, 129, 0.4);
	position: relative;
}

#eventbody section:nth-of-type(even) {
    background: rgba(46, 53, 81, 0.2);
}

#eventbody section > .container {
	margin: 0 auto;
    padding: 4rem;
	max-width: 1024px;
	border: 2px solid #000;
	background: #fff;
	position: relative;
}

#eventbody section > .container::before,
#eventbody section > .container::after {
	content: "";
	width: 200px;
	height: 200px;
	background-size: cover!important;
	position: absolute;
}

#eventbody section > .container::before {
	background: url(https://www.geestore.com/event/campaign/5hanayome/bg-top.png);
	top: -40px;
	right: -40px;
}

#eventbody section > .container::after {
	background: url(https://www.geestore.com/event/campaign/5hanayome/bg-bottom.png);
	bottom: -40px;
	left: -40px;
}

@media screen and (max-width: 768px) {
	#eventbody h2 {
		margin: 1rem 0 1rem;
	}

	#eventbody section {
		padding: 4rem 1rem;
	}
	
	#eventbody section > .container {
		padding: 1rem;
	}
	
	#eventbody section > .container::before,
	#eventbody section > .container::after {
		content: "";
		width: 100px;
		height: 100px;
		background-size: cover!important;
		position: absolute;
	}
	
	#eventbody section > .container::before {
		top: -20px;
		right: -20px;
	}
	
	#eventbody section > .container::after {
		bottom: -20px;
		left: -20px;
	}
}

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

#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;
}

#eventbody .img p {
	padding: 5px 10px 0!important;
    margin: 0 !important;
    font-size: 13px!important;
    width: 100%!important;
	font-family: initial;
}

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

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

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

#eventbody .store_list:not(:last-of-type) {
	margin-bottom: 1rem;
}

#eventbody .store_list li{
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: normal;
    height: 66px;
    border-radius: 0;
    padding: 0;
	background: #fff;
}

#eventbody .store_list li:nth-of-type(odd) {
	border: 2px solid #D7AC81;
}

#eventbody .store_list li:nth-of-type(even) {
	border: 2px solid #2E3551;
}

#eventbody .store_list li a {
	text-decoration: none;
    font-family: 'Noto Serif JP', serif;
	font-weight: 700;
    display: block;
    width: 100%;
	height: 100%;
    font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

#eventbody .store_list li:nth-of-type(odd) > a {
	color: #D7AC81;
}

#eventbody .store_list li:nth-of-type(even) > a {
	color: #2E3551;
}

#eventbody .store_list li:nth-of-type(odd) > a:hover {
	background-color: #D7AC81;
	color: #fff;
}

#eventbody .store_list li:nth-of-type(even) > a:hover {
	background-color: #2E3551;
	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%;
}

.txt_list {
	margin-bottom: 1.5rem;
}

.txt_list li {
	padding-left: 1rem;
	font-size: 1rem;
    font-family: 'Noto Serif JP', serif;
	position: relative;
}

.txt_list li:not(:last-of-type) {
	margin-bottom: 0.5rem;
}

.txt_list li::after {
	content: "・";
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}