@charset "UTF-8";
/* CSS Document */
/*スマートフォン非表示*/
.img_sp{
	display:none;
}
.empty:empty {
  display: none;
}
.empty:blank {
  display: none;
}
.emptyimg:empty {
  display: none;
}
.emptyimg:blank {
  display: none;
}

/*------------------------------------------------------------
	最後消すして
------------------------------------------------------------*/

body{
	min-width: 1400px;
}

/*------------------------------------------------------------
	準備中
------------------------------------------------------------*/
.jyunbitex{
	width: 100%;
	height: auto;
	margin: 80px auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #333333;
	line-height: 2.5em;
	box-sizing: border-box;
}
.jyunbitex img{
	width: 100%;
	height: auto;
}
.topmain{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.check{
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.check img{
	border-radius: 30px;
}
/*------------------------------------------------------------
	チェック用画像

.designimg{
	width: 1440px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin: -100px -100px;
}
------------------------------------------------------------*/
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body{
	background:url("../imgs/bg_ito_50.jpg");
	background-repeat: repeat;
}
.wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;/*必ず入れること*/
}

.header{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
}

/*スクロールすると出てくるメニューここから*/
.fixed-header {
	width: 100%;
	height: auto;
	position: fixed;
	top: -110px;
	left:auto;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	background-color: #8e191e;
}

.fixed-header.is-show {
  top: 0;
  visibility: visible;
}

/*スクロールすると出てくるメニューここまで*/
.headlogo{
	width: 303px;
	height: 106px;
}

ul.headmenu{
	width: 630px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top:15px;
}
	
ul.headmenu li a{
	width: 300px;
	height: 80px;
	background-color: #efe08c;
	border-radius: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
 	align-items: center;
	text-decoration: none;
}

ul.headmenu li a:hover{
	background-color: #3e6eb3;
	color: #ffffff;
}
/*------------------------------------------------------*/

.content {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
 	font-size: 20px;
}

.bgwhite{
	width: 100%;
	height: auto;
	border-radius: 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-top: 30px;
}


.h2wrap{
	width: 100%;
	height: auto;	
}
.nikoniko{
	width: 112px;
	height: 112px;
	margin: 0 auto -50px auto;
}
h2{
	width: 100%;
	height: auto;
	font-size: 30px;
	font-weight: bold;
	padding: 60px 10px 20px 10px;
	text-align: center;
	color: #333333;
	margin-top: -50px;
}
.bgh2yellow{
	background-color: #efe08c;
}
.bgh2pink{
	background-color: #f1d2d3;
}
.bgh2blue{
	background-color: #bdd6ff;
}
.nikoniko{
	width: 112px;
	height: 112px;
}
.btn_dl a{
	width: 100%;
	height: 80px;
	background-color: #efe08c;
	border-radius: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
 	align-items: center;
	text-decoration: none;
	font-size: 28px;
}

.btn_dl a:hover{
	background-color: #3e6eb3;
	color: #ffffff;
}
.btn_topdl_shop a{
	width: 100%;
	height: 120px;
	background-color: #efe08c;
	border-radius: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
 	align-items: center;
	text-decoration: none;
	font-size: 28px;
}

.btn_topdl_shop a:hover{
	background-color: #3e6eb3;
	color: #ffffff;
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainttlbox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url("../imgs/flower.png") no-repeat;
	background-position: top -30px center;
	
}
.topmainttl{
	width: 822px;
	height: auto;
	margin: 0px auto;
	padding-top: 300px;
	box-sizing: border-box;
}
.giftcardNumber{
	width: 333px;
	height: 71px;
	margin: 0 auto 30px auto;	
}

.flexbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catchphrase{
	width: 481px;
	height: 320px;
}
.datebox{
	width: 680px;
	height: auto;
}
.datebox li{
	border-bottom: solid 1px #ffffff;
	padding: 17px 10px;
}
.datettl{
	font-size: 1.8em;
	font-weight: bold;
	color: #efe08c;
	margin-bottom: 10px;
}
.date{
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}


/*----------------インフォメーション---------------*/
.infobox{
	width: 100%;
	height: 300px;
	overflow: scroll;
	padding: 20px 120px;
}
.infodate{
	font-size: 0.8em;
}
.infottle{
	font-size: 1.1em;
	font-weight: bold;
}
ul.info{
	font-size: 0.9em;
	line-height: 1.4em;
}
.attention{
	font-size: 14px;
}
ul.info li{
	padding: 10px;
	border-bottom: solid 1px #333333;
}

/*----------------内容---------------*/
.topwhite{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.buyshoplist{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.buyshoplist li{
	border-bottom: solid 1px #333333;
}
.contscentertex{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 30px 0;
}
.giftcardharf{
	width: 384px;
	height: 308px;
}

.btn_topdl_shop{
	width: 900px;
	height: 120px;
	border-radius: 60px;
	margin: 0 auto;
}
.caution li{
	list-style:disc;
	padding-bottom: 0.7em;
	
}
.telbox{
	width: 650px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.tel1{
	width: 277px;
	height: 64px;
}
.tel2{
	width: 339px;
	height: 70px;
}
.btn_poster{
	width: 390px;
	height: 120px;
}
	.btn_leafret{
		width: 100%;
		height: 120px;
	}

/*------------------------------------------------------------
	取扱店舗
------------------------------------------------------------*/

.howto{
	width: 989px;
	height: auto;
	text-align: center;	
	margin: 20px auto 20px auto;
	padding: 30px 0 20px 0;	
}
.howto img{
	width: 100%;
	height: auto;
}
.tab_wrap {
	width: 100%;
	height: auto;
	margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.tab_label {
    background: LightGray;
    order: -1;
}
.label_1,.label_2{
	display: flex;
	justify-content: center;
 	align-items: center;
	height: auto;
	min-height: 80px;
	font-size: 30px;
	font-weight: bold;
	border-radius: 40px;
	margin: 10px;
	box-sizing: border-box;
}
.label_1{
	width: 23%;
}
.label_2{
	width: 48%;
}
.tab_content {
    width: 100%;
    display: none;
	background-color: #ffffff;
	padding: 40px 0;
	border-radius: 40px;
	margin: 50px auto;
	box-sizing: border-box;
}
/* アクティブなタブ */
.tab_switch:checked+.tab_label {
    background: #efe08c;
}
.tab_switch:checked+.tab_label+.tab_content {
     display: block;
}
/* ラジオボタン非表示 */
.tab_switch {
    display: none;
}
/*------------------------------------------------*/

.pad100box{
	width: 100%;
	height: auto;
	padding: 20px 110px 50px 110px;
	box-sizing: border-box;
}

ul.shoplist{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding-left: 20px;
	box-sizing: border-box;
	column-count: 2;
	list-style: disc;
}
ul.shoplist li{
	line-height: 1.3em;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-right: 20px;
}
h3{
	width: 100%;
	height: 60px;
	font-size: 1.2em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #efe08c;
	border-radius: 30px;
}


/*----------フッター--------*/
.footwrap{
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 0.7em;
	line-height: 1.4em;
	background-color: #A85455;
	margin-top: 20px;
}
