@charset "UTF-8";
/* CSS Document */

/*ipad用表示*/
@media(max-width:1025px){

	body,html{
		width:98%;
		margin-left:auto;
		margin-right:auto;
		min-width:1200px;
}
	
}


@media screen and (max-width: 620px){/*前は620だった*/

body,html{
		width:100%;
		min-width:initial;
}
/*PC非表示、スマートフォン表示*/
.img_pc {
        display: none;
    }
.img_sp {
        display: block;
    }	
	
.wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
}


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

.header{
	width: 95%;
	height: auto;
	margin: 0 auto;
	/*position: static;*/
}

/*スクロールすると出てくるメニューここから*/
.fixed-header {
	width: 100%;
	height: auto;
	min-height: 160px;
	padding-bottom: 10px;
	
	position: fixed;
	top: -160px;
	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: 60%;
	min-width: 80px;
	height: auto;
	margin: 0 auto;
}
.headlogo img{
	width: 100%;
	height: auto;
	}
	
ul.headmenu{
	width: 100%;
	height: 60px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	font-size: 20px;
	font-weight: bold;
	position: static;
	/*right: 0;
	top:15px;*/
}
ul.headmenu li{
		width: 48%;
		height: 60px;
	}
ul.headmenu li a{
	width: 100%;
	height: 60px;
	background-color: #efe08c;
	border-radius: 30px;
	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: 100%;
	height: auto;
	margin: 0 auto;
 	font-size: 20px;
}

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


.h2wrap{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.nikoniko{
	width: 70px;
	height: 70px;
	margin: 0 auto -30px auto;
}
.nikoniko img{
		width: 100%;
		height: auto;
	}
h2{
	width: 100%;
	height: auto;
	font-size: 1.3em;
	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;
}
	.btn_dl{
		width: 95%;
		height: 60px;
		margin: 0 auto;
	}
.btn_dl a{
	width: 100%;
	height: 60px;
	background-color: #efe08c;
	border-radius: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
 	align-items: center;
	text-decoration: none;
	font-size: 1.1em;
}

.btn_dl a:hover{
	background-color: #3e6eb3;
	color: #ffffff;
}
.btn_topdl_shop{
	width: 100%;
	height: 80px;
	border-radius: 30px;
	margin: 0 auto 20px auto;
}
.btn_topdl_shop 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: 1.2em;
}

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

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


/*----------------インフォメーション---------------*/
.infobox{
	width: 98%;
	height: 250px;
	overflow: scroll;
	padding: 10px 10px;
	margin: 10px auto;
}
.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: 98%;
	height: auto;
	padding: 10px 0;
	margin: 10px auto 20px auto;
}
.buyshoplist{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}
.buyshoplist li{
	border-bottom: solid 1px #333333;
	padding: 10px 0;
}
.contscentertex{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 30px 0;
}
.giftcardharf{
	width: 85%;
	height: auto;
	margin: 0 auto;
}
.giftcardharf img{
		width: 100%;
		height: auto;
	}

.caution li{
    list-style: disc;        
	padding-bottom: 0.7em;
	margin-left:30px;
}

.telbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.tel1{
	width: 60%;
	height:auto;
	margin: 0 auto;
}
.tel2{
	width: 80%;
	height: auto;
	margin: 10px auto;
}
.tel1 img,.tel2 img{
		width: 100%;
		height: auto;
	}
.btn_poster{
	width: 100%;
	height: 80px;
}

.btn_leafret{
		width: 100%;
		height: 80px;
}
	
/*------------------------------------------------------------
	取扱店舗
------------------------------------------------------------*/

.howto{
	width: 95%;
	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: 10px;
    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: 60px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	margin: 5px;
	box-sizing: border-box;
}
.label_1{
	width: 45%;
}
.label_2{
	width: 100%;
}
.tab_content {
    width: 95%;
    display: none;
	background-color: #ffffff;
	padding: 20px 0;
	border-radius: 40px;
	margin: 30px 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: 10px 10px 10px 10px;
	box-sizing: border-box;
}

ul.shoplist{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding-left: 40px;
	box-sizing: border-box;
	column-count: 1;
	list-style: disc;
	box-sizing: border-box;
}
ul.shoplist li{
	line-height: 1.3em;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-right: 10px;
}
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;
	background-color: #A85455;
	margin-top: 50px;
}

	

	
	
	
	
	
	
	
	
}