@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP';
  width:100%;
  height:100%;
  max-width: 1800px;
  margin: 0 auto;
}
.twitter-timeline{margin-top: 2em!important;}
h2 {
	background: #000000;
	margin-top: 3.75em;
}
.black {
	color: #000;
}
.wrapper {
  overflow: hidden;
  width:100%;
  max-width:1800px;
  height:auto;
  margin:0 auto;
  background-size: auto;
  background-repeat: repeat;
}
.wrapper1 {
	background-image: url("../img/bg-1.png");
}

a:link,a:visited { color:#1a0dab;}
a:hover,a:hover img{
  opacity: 0.8;
}
a{word-break: break-all;}

.nav1 a {
	text-decoration: none;
	color: #000;
}
img {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: bottom;
}
img.sign {
	margin: 0 auto;
}
img.pin {
	padding-bottom: 0.6em;
	margin: 0 auto;	
	max-width: 155px;
	width: 100%;
}
.red {color:#ff0000;}


img.sign {
	height: auto;
	width: 100%;
	max-width: 657px;
}
 h1 .mainbanner{
  width:100%;
  /*max-width:1800px;*/
  margin:0 auto;
  vertical-align: bottom;
  display: block;
	padding-top: 5rem;
}
 h1 .mainbanner2{
	max-height: 56px;
	height: 100%;
	width: 100%;
	/*vertical-align: bottom;*/
}
.global_nav {
	max-width: 1800px;
	width: 100%;
	position: fixed;
	background: #fff;
	padding-bottom: 1rem;
	z-index: 2;
}
.global_nav ul {
	max-width: 1000px;
	margin: 0 auto;
}
.nav1 {
	padding-top: 1rem;
}
.global_nav li {
	float: left;
	list-style: none;
	font-size: 1.25rem;
	padding-right: 6rem;
}
.nav2 li {
	padding-right: 2rem;
}
.icons {
	width: 29px;
}
.sp {
	display: none !important;
}
.spmenu {
	/*display: none !important;*/
}


/*hamburger*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background-color: #ffffff;
	margin-top: 0.3rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #707070;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.3s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 1.8rem;
  width: 100%;
	width: 20rem;
}
.spli1 ul {
	/*padding: 0 !important;*/
}
.spli2:first-child {
	margin-top: -2rem;
}
.spli2 {
    list-style-type: disc !important;
    padding-top: 1.5rem !important;
	width: 100% !important;
	text-align: center;
}
.spli2 span {
	float: left;
	padding-right: 1rem;
}
.spli2_1{
	margin-top: 1.5rem;
}
.spfb {
	padding-left: 6rem;
}
.spli1_1 {
	padding-bottom: 1.8rem !important;
}
.ul1 {
	height: 100vh;
	overflow: none;
	padding-bottom: 10em;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 50%;
	font-weight: normal;
	border-bottom: #707070 solid 1px;
}
.deco4 {
	border-left: solid 3px #ffffff;
	padding-left: 0.5rem;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*nav.globalMenuSp ul li:hover{
  background :#ddd;
}*/

nav.globalMenuSp ul li a {
  display: block;
  padding: 1.5rem 0;
  text-decoration :none;
	color: #000;
	text-align: center;
}
.spli1 {
	padding-top: 2rem;
}
.spli2 {
	margin-bottom: -2rem;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
	top: 3.4rem;
	max-width: 680px;
}


section{
  width:78%;
  margin:0 auto;
}
.event_info {
	max-width: 1000px;
	margin: 4em auto;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #707070;
}
section .event_info_inner {
	text-align: left;
	padding: 5em;
}
.storelist {
	display: inline-flex;
}
.storelist img {
	width: 5.1em;
}
.storelist p {
	padding-top: 2em;
}
.event_info_inner dd {
	padding-top: 3em;
	line-height: 1.6rem;
}
.event1{
	background-image: url("../../img/text_left.png") ;
	background-repeat: repeat-y;
	margin-left: 5em;
	margin-right: 5em;
}
p.event_info_text {
	line-height: 2em;
}
a.event_info_button {
	background-color: #f7e100;
	border-radius: 0.5mm;
	font-size: 1em;
	margin: 0 auto;	
	width: 16.44em;
	line-height: 3.66em;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 5em;
	margin-bottom: 5em;
	}
a.event_info_button:hover {
	opacity: 0.5;
}
.event_info_inner p {
	font-size: 1.4rem;
}
.store_p {
	font-size: 1rem !important;
}
.infoarea{
background-image: linear-gradient(#cccccc 1px, transparent 0),linear-gradient(90deg, #cccccc 1px, transparent 0);
	width:100%;
	background-size: 40px 40px;
	padding-top: 1em;
}
.sign2 {
	margin-top: -2rem !important;
}
.sns {
	max-width: 10rem;
	margin-left: -2rem;
}

img.info {
	width: 100%;
  margin:0 auto;
  padding-top: 1em;
}

.flex{
  display: flex;
  justify-content: space-between;
  max-width: 1264px;
  width: 100%;
margin: 0 auto;
}
.tokuten .inner {
	font-size: 1em;
	padding-top: 3.75em;
}
.toku_content img {
	margin: 0 auto;
}
.deco1 {
	margin-top: 0em !important;
}

section.tokuten{
	background-repeat: repeat;
	background-size: contain;
	width:100%;
	padding-top: 5em;
}

section.tokuten .inner h2{
  padding-bottom:0;
}
section.tokuten .inner h2 img{
  margin:0 auto;
  width:100%;
  max-width:639px;
}

.title-banner{
  width: 50%;
  color: #fff;
  background-color: #125FAD;
  padding: 0;
  margin: 1.5em auto 1em;
  border-radius: 12px;
  line-height: 1.5em;
}

section .inner{
  padding:0 6.41% 6.41%;
  text-align: center;
}

dl dt{
  font-weight:bold;
  display: inline-block;
  width:34%;
  font-size:1.45em;
  text-align: left;
  vertical-align: middle;
  color: #000;
}

dl dt span.small{font-size:0.75em;}

dl dd{
  padding: 0;
  display: inline-block;
  width:65%;
  vertical-align: middle;
  color: #000;
}

section .inner2{
  max-width: 541px;
  width: 90%;
  padding:2.5em 2em;
  margin: 5rem 2em;
  text-align: center;
  height: auto;
  background-color: #fff;
  border: 1px solid#707070;
}
ul.img-flex {
	font-size: 26px;
}

section .inner h2.title,section h2.title{
  font-family: 'Yu Gothic','YuGothic','HiraMinProN-W6','Droid Sans';
  color: #fff;
  margin: 0 auto 2em !important;
  padding: 10px 15px 0;
  width: max-content;
}
section .inner2 h2.title{
  font-family: 'Yu Gothic','YuGothic','HiraMinProN-W6','Droid Sans';
  padding: 10px 15px 0;
  width: max-content;
  margin: 0 auto 1em !important;
  color: #fff;
}

section .inner2 ul.box{background-color:#ffffff;padding:2em 1em;height:21em; min-width: 180px;}
section .inner2 ul.box li{list-style:none;text-align: left;width:100%;line-height:2.25em;border-bottom:1px solid #ccc;font-size:1em;}
section .inner2 ul.box li p{color:#000;line-height: 1.5em;}


p.desc{padding:1em 0 2em;}

p {margin: 0 auto;}

section .map {
	position: relative;
	padding-bottom: 5em;
	margin: 0 auto;
	text-align: center;
}
.map iframe.map_laptop {
	width: 100%;
}
iframe.map_sp {
	display: none;
}

.toku_text {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	max-width: 1060px;
	width: 100%;
}
.cafelogo {
	position: absolute;
	top: -6%;
	left: -18%;
}
.cafelogo2 {
	position: absolute;
	left: -18%;
	top: 6%;
}
.cafelogo_sp {
	display: none;
	position:absolute;
}
hr{
  width: 100%;
  margin: 2em 0;
color: #707070;
	margin-top: 3rem;
}

ul.on{display:table; width:81%;margin:0 auto 0.2rem; margin-right: 0rem !important;}
ul.on li{display: inline;}
ul li.at{width:25%;text-align: left;display: table-cell;}
ul li.flor{width:25%;text-align: center;display: table-cell;}
ul li.space{width:25%;text-align: left;display: table-cell;}
ul li.access{width:25%;text-align: center;display: table-cell;}

ul li.date{width:50%;text-align: left;display: table-cell;}

section .inner2 .news{overflow-y: scroll;}

/*section.tokuten{width:100%;}*/

section.tokuten inner div h2{color:#fff;}

section.tokuten .tokuten_img {width:900px;background-color: #fff;margin:0 auto;}

.sign3 {
	margin-top: 0;
}
.toku_content {
	padding: 5%; 
	border: #707070 solid 5px;
}
.toku_content h3{text-align: center;font-weight: bold;font-size:1.5em;}

.toku_content .fukidashi_box {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.toku_content .fukidashi_box:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.toku_content .fukidashi_box p {
    margin: 0; 
    padding: 0;
}
.toku_p {
	padding: 1em 0 2em;
}
.goods {
	padding-top: 5em;
}
section .inner-item{
  margin:0 auto;
  background-color: #fff;
	max-width: 1200px;
	width: 90%;
	margin-top: 5em;
	border-radius: 20px;
	padding: 2.8em !important;
	border: 3px solid #707070;
}

section .inner-item h2{margin-bottom:2em;}


section .inner .attention,
section .inner-item .attention{
  color:#fff;
  font-size:0.8em;
}
.attention li {
	padding-top: 1rem;
}
.descr {
	display: flex;
	border-left: 2px solid #707070;
	margin-top: 1em;
}
.term {
	width: 50%;
	background: #E2E8E4;
	font-size: 16px;
	margin: 0.5em;
}
.prices {
	width: 50%;
	border-left: 2px solid #707070;
	border-right: 2px solid #707070;
	font-size: 1.1rem;
	font-weight: bold;
}
.itemname {
	border-left: 2px solid #707070;
	border-right: 2px solid #707070;
	font-weight: bold;
}
section.panel {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1264px;
	width: 100%;
}

.panel_content {
	padding: 0 1em 1em;
}
.gradation {
	background: linear-gradient(to bottom, #5e5bad 0%, #c46097 50%, #e8aa79 100%);
	width: 100%;
}
section.goods {
	width: 100%;
	margin-bottom: 3em;
	max-width: 1800px;
}
.attention_main, section.faq {
	width: 100% !important;
}
.attention {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1200px;
    margin-top: 5em;
    border-radius: 20px;
    padding: 2.8em;
    border: 3px solid #707070;
	margin-bottom: 5rem;
	width: 90%;
}
/*p.attention {
	text-align: left;
	padding: 1.55em 2.22em 1.94em 2.22em; 
}*/
.attention_content {
	background-color: #fff;
	padding: 2.7% 3.16%;
}
.attention_sign {
	margin-left: -2.9rem;
}
.attention_sign img {
	max-width: 10rem;
}

/*h3.attention_sign::after{
  position:absolute;
  content: "【注意事項】";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color:#000;
  display: inline-block;
}*/

.attention_txt{
  width:90%;
}

ul.img-flex {
	width: 100%;
	/*padding-left: 1.4%;*/
	padding-right: 1.4%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

ul.img-flex::before{
  content:"";
  display: block;
  width:27%;
  order:1;
}
ul.img-flex::after{
  content:"";
  display: block;
  width:27%;
}

ul.img-flex li{
  position: relative;
  list-style: none;
  width: 30.3%;
  /*background-color:#fff;*/
  background:rgba(255,255,255,0.95);
  padding:1.3%;
  margin-bottom: 1.4%;
}
.animateme1 {
	width: 19% !important;
	padding: 2rem 0 !important;
}
.animateme1 .descr {
	display: inherit;
}
.animateme1 .term1, .animateme1 .prices1, .animateme1 .itemname1 {
	width: 100%;
}
/*1列に4アイテムしかないので幅調整の為*/
.animateme1:last-child {
	padding-right: 20% !important;
}
/**/
.descr1 {
	border-right: 2px solid #707070;
	border-left: 2px solid #707070;
	margin-top: 1rem;
	padding: 0 0.5rem;
}
.term1 {
	background: #E2E8E4;
	font-size: 1rem;
}
.prices1 {
	font-size: 1rem;
	height: 3rem;
}
.itemname1 {
	font-size: 1.1rem;
	font-weight: bold;
	height: 6rem;
}
.pr1 {
	line-height: 3rem;
}

/*２列結合*/
ul.img-flex li.boxs{
  width:100% !important;
}

ul.img-flex li.boxs a{
  display: table-cell;
	width: 28%;
}

/*ul.img-flex li span{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #ff0000;
  font-size: 0.75em;
  padding: 0 0.5em;
}*/
ul.img-flex li span.new{
  background-image: url("../../img/new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left:0;
  top:0;
  width:15vw;
  height:15vh;
}

ul.img-flex li img{
  /*max-width:410px;*/
  width:100%;
  /*max-height:410px;*/
  height:auto;
  display: block;
  margin:0 auto;
  /*box-shadow: 5px 5px 5px rgb(44 59 90 / 50%);*/
}
ul.img-flex li img.big{
  max-width:824px;
  width:100%;
  max-height:412px;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.img-flex li p{
  padding: 0.5em 0;
}

ul.img-flex li p.name{
  /*color:#000;*/
  font-size:1.15em;
  text-align: center;
}


ul.img-flex li .new_item{
  color:#ff0000 !important;
}


ul.img-flex li p.price{
  text-align: left;
  font-size: 1.5625rem;
  font-weight: bold;
  color:#000;
  text-align: center;
}

li.boxs {
	width: 62% !important;
}

p.limit_c {
	font-size: 24px;
}
ul.img-flex li p.limit, .limit_c, .limit_r{
  background-color: #205d24;
  text-align: center;
  color: #fff !important;
  outline: 1px dashed #fff;
  outline-offset: -4px;
  /*font-size: 0.75em;*/
  padding: 1%;
  width: auto;
  min-height: 3em;
}

ul.img-flex li.boxs p.name,
ul.img-flex li.boxs p.price{
  text-align: center;
}

p.copyright {
	background-color: #403f41;
	height: 4.66em;
	margin: 0 auto;
}

footer{
  background-color: #403f41;
  color: #fff;
  height:80px;
}
footer .copyright{
	text-align: center;
	line-height: 4.66em;
}

/*top*/
#top{
  display: block;
  position: fixed;
  right: 3%;
  bottom: 10%;
}
#top img{
  width:100%;
  max-width:110px;
}
.attention_img {
	max-width: 130px;
}
section.faq {
	width: 100%;
	padding-bottom: 5rem;
}
.question {
	background: url("../img/q.png") no-repeat left center;
	padding-left: 8rem;
	background-size: 5rem;
	font-size: 1.1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.inner-faq {
	margin:0 auto;
  background-color: #fff;
	max-width: 1000px;
	width: 84%;
	margin-top: 5em;
	border-radius: 20px;
	padding: 2.8em;
	border: 3px solid #707070;
}
.faq ul {
	padding: 0 2rem;
}
.answer {
	background: url("../img/a.png") no-repeat left 0.8rem;
	padding-left: 8rem;
	background-size: 5rem;
	font-size: 1.1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.inner-faq li {
	list-style: none;
	padding-top: 2rem;
}
.inner-faq li:not(:last-child){
	border-bottom: #707070 1px solid;
	padding-bottom: 2rem;
}
.store_p {
	width: 90%;
}
.itemname2 {
		font-size: 0.9rem !important;
	}
/*タブレット向け*/
@media screen and (max-width: 1260px){
	img.sign {
	max-width: 352px;
	width: 100%;
}
	img.info {
  max-width:616px;
	width: 100%;
	padding-top: 1em;
}
.cafelogo, .cafelogo2 {
		display: none;
}
/*サイズがレスポンシブに合わせて変化するようにする*/
	.cafelogo_sp {
		display: block;
		position: absolute;
		top: -6%;
		width: 100%;
	}
	ul.img-flex li{
  position: relative;
  list-style: none;
  width: 46%;
}
	.animateme1 {
		width: 32% !important;
	}
	.animateme1:last-child {
	padding-right: 34% !important;
}
	.prices1 {
		font-size: 1.3rem;
	}
	.itemname2 {
		font-size: 1.1rem!important;
	}
}

@media screen and (max-width: 1000px) {
	section.attention {
	width: 85%;
	}
	section .inner-item {
		width: 90%;
		}
	.event_info {
		width: 90%;
	}
	.nav1 {
		margin-left: 8rem !important;
		}
	.nav1 li {
		padding-right: 2rem;
	}

}
@media screen and (max-width:980px) {
  h2{font-size:1.5em;text-align: center;}
  
  /*#top img{width:50%;}*/
  
  .tokuten .inner{padding-top:6em;}
	.event_info_inner dt{
		width: 39%;
	}
	.event_info_inner dd {
		width: 60%;
	}
	.animateme1 {
		width: 49% !important;
	}
	.inner-item, .attention, .inner-faq {
		width: 82% !important;
	}
	.animateme1:last-child {
	padding-right: 0 !important;
}
}

@media screen and (max-width: 900px){
	div.flex {
		display: block;
		/*width: max-content;*/
    padding:1em 0;
	}
	
	nav.globalMenuSp ul li {
		display: block;
	}
  section .inner2{
  margin:3em auto;
  width:auto;
}  
	.nav1 {
		margin-left: 7rem !important;
	}
}
@media screen and (max-width:850px) {
	.nav1 {
		margin-left: 5rem !important;
	}
	.nav2 li {
		padding-right: 1rem;
	}
	.question, .answer {
		background-size: 4rem;
		padding-left: 6rem;
	}
	.faq ul {
		padding: 0;
	}
	.prices1 {
		font-size: 1.2rem;
	}
	.event_info_inner p {
	font-size: 0.9rem;
}
}
@media screen and (max-width:850px) {
	.nav1 {
		margin-left: 3rem !important;
	}
	.event_info_inner {
		padding: 6em 3em !important;
	}
	.storelist p {
		font-size: 1.3rem;
	}
	.event_info_inner dt {
		width: 43% !important;
	}
	.event_info_inner dd {
		width: 56%;
	}
}

@media screen and (max-width:680px) {
.flex {width:94% !important;
	}
	section.tokuten {
		width: 100% !important;
	}
  h3.attention_sign::after{
    left:25%;
  }
  
  ul.img-flex li{
    width:100%;
    /*background-size: 30% auto;*/
  }
  ul.img-flex li p.name,
  ul.img-flex li p.price{font-size:1em;}
  ul.img-flex li.boxs{padding:5%;width:100% !important}
  ul.img-flex li.boxs a{display:block;width:100%;}
  
  dl dt{display: block;width:100%;text-align:center;margin-bottom:1em;}
  dl dd{width:100%;line-height: 2em;}
  ul.on{width:100%;}
  /*#top{right:-10%;}*/
  #top img{max-width:60px;}
	.sp {
	display: block !important;
	}
	.nav1 li, .nav2 {
		display: none;
	}
		.spmenu {
	display: none;
	position: fixed;
	background: #017134;
	width: 100%;
	bottom: 0;
	padding: 0.2rem 0;
	max-width: 1800px;
}
	.spmenu a {
		text-decoration: none;
		color: #fff;
	}
	.spmenu ul{
		max-width: 28rem;
		margin: 0 auto;
	}
	.spmenu li {
		float: left;
		list-style: none;
		text-align: center;
	}
	.spmenu li:not(:last-child) {
		padding-right: 2rem;
	}
		.question, .answer {
		background-size: 3rem;
		padding-left: 4rem;
	}
	.answer {
		padding-top: 1.5rem;
	}
	.event_info_inner dd {
		width: 90% !important;
		padding-top: 1em;
	}
	.event_info_inner {
		text-align: center !important;
	}
	/*.event_info_inner dd {
		max-width: 18rem;
	}*/
	.event_info_inner dt {
		width: 66% !important;
	}
	.storelist img {
		width: 7em;
	}
	.storelist p {
		margin-right: 0;
	}
		.attention {
		max-width: 460px;
	}
	.inner-faq li {
		padding-top: 1rem;
	}
	.inner-faq li:not(:last-child) {
		padding-bottom: 1rem;
	}
	h1 .mainbanner {
		padding-top: 4rem;
	}
	.spli2:first-child {
	    border-top: #707070 solid 1px;
    margin-top: 0.1rem;
    padding-top: 0 !important;
}
	/*.spmenu li:not(:first-child) {
		padding-top: 0.2rem;
	}*/
	.copyright {
		padding-bottom: 90px;
	}
	#top {
		bottom: 20%;
	}
	.prices1 {
		font-size: 1rem;
	}
	.global_nav {
		padding-bottom: 2.7rem;
	}
	.answer {
		background: url("../img/a.png") no-repeat left 1.5rem;
		background-size: 3rem;
}
	.deco5 {
		margin-left: 0;
	}
	.spmenu span {
		display: inline-block;
		line-height: 0.9rem;
	}
	.spmenu li:not(:first-child) {
		width: 4rem;
	}
	.deco6 {
		line-height: 0.9rem;
	}
	.fa-map-marker-alt, .fa-star {
		padding-top: 0.6rem;
	}
	.spmenu li:last-child {
		padding-top: 0.2rem;
	}
}

/*スマートフォン向け*/
@media screen and (max-width: 560px){
	body {
		font-size: 12px;
	}
  .wrapper{
    width:100%;
  }
  
  .toku_content{padding:5%;}
  
	section .inner2 ul.box li p
	{color:#000;line-height: 1.5em; font-size: 12px;}
	
	ul.img-flex {
	font-size: 18px;
}
	img.pin {
		width: 25%;
	}
	
	img.sign {
	max-width: 291px;
	width: 50%;
}
	img.info {
	/*margin: 4em auto 4.1em;*/
    width: 100%;
    margin:0 auto;
  }
	.cafelogo_sp {
		display: block;
		position: absolute;
		/*top: -27%;*/
		max-width: 560px;
		width: 100%;
	}
	.attention_img {
	margin: 0 auto;
}
	.spmenu ul{
		max-width: 23rem;
		margin: 0 auto;
	}
		.attention {
		max-width: 400px;
	}
		ul.img-flex li{
  position: relative;
  list-style: none;
  width: 100%;
}
	.event1{
	margin-left: 2em;
	margin-right: 2em;
}
	iframe.map_laptop {
		display: none;
	}
	iframe.map_sp {
		display: block;
	}
	
	p.limit_c {
		font-size: 12px;
	}
	ul.img-flex li p.price{font-size:12px;}
	.attention_sign {
		margin-left: -2.2rem;
	}
	.attention_sign img, .sns {
		max-width: 8rem;
	}
	.sns {
		margin-left: -1.6rem;
	}
	.event_info_inner dd {
		width: 90% !important;
	}
	.animateme1 {
		width: 100% !important;
	}
	.copyright {
		padding-bottom: 70px;
	}
	#top {
		bottom: 14%;
	}
	.event_info_inner p {
	font-size: 0.8rem;
}
	.deco5 {
		margin-left: 1rem;
	}
	.store_p {
		font-size: 0.8rem !important;
	}
	.spmenu li:not(:first-child) {width: 3rem;}
	.spmenu li:first-child, .spmenu li:nth-child(2), .spmenu li:nth-child(3){
		padding-top: 0.2em;
	}
	.store_p {
		width: 95%;
	}
	.toku_inner{
		width: 94% !important;
		margin: 0 auto !important;
		padding: 4rem 0 4rem 0 !important;
	} 
}
@media screen and (max-width: 480px) {
	.event_info_inner dt {
		width: 67% !important;
	}
	.event_info_inner {
		padding: 3em 1em !important;
	}
		.attention {
		max-width: 360px;
	}
	.inner-faq, .attention {
		width: 74%;
	}
	.spmenu ul {
		max-width: 22rem;
	}
	.spmenu li:not(:last-child) {
		padding-right: 1.5rem;
	}
	.inner-item, .attention, .inner-faq {
		width: 76% !important;
	}
	.question, .answer {
		font-size: 1rem;
	}
	.question {
		padding-bottom: 0;
}
}
@media screen and (max-width:400px) {
	.spmenu ul{
		max-width: 24rem;
		margin-left: 1.7rem;
	}
	.spmenu li:not(:last-child) {
		padding-right: 1.5rem !important;
	}
	.icon1 i, .icon2 i, .icon3 i {
		font-size: 1.2rem !important;
	}
	.event_info_inner dd {
		width: 90% !important;
	}
	.event_info_inner dt {
		width: 67% !important;
}
	.deco6 {
		line-height: 0.7rem;
	}
	.icon1, .icon2 {
		padding-top: 0;
	}
	.store_p {
		width: 95%;
	}
	.onlinestore .date {
		width: 52%;
	}
	.event_info_inner {
		padding: 3em 0.5em!important;
	}
	.itemname2 {
		font-size: 1rem !important;
	}
}

/*20220330_追加CSS_お知らせエリア*/
 
  .information{
    padding: 5em 0;
    max-width: 1000px;
  }
  .information .frame{
    border:2px solid #ff0000;
  }
  .information h3{
    font-size:1.25em;
    font-weight: bold;
    color:#fff;
    background-color: black;
    text-align: center;
  }
  .information .frame{
    padding:1em 2em;
  }
  .information .frame dl dt{
    font-size:1rem;
    width: 25%;
    vertical-align: top;
  }
  .information .frame dl dd{
    vertical-align: super;
  }
  .information a{
    word-break: break-all;
  }
  .red{color:#ff0000;
    font-size:0.75em;}
  .sp{display: none;}
  @media screen and (max-width: 680px){
    .sp{display: block}

    .information{
      padding:3em 0;
      width: 90%;
    }
    .information h3{
      font-size:1.25em;
    }
    .information .frame{
      padding:1em 1em;
    }
    .information .frame dl dt{
      width:100%;
      text-align: left;
      font-size: 1em;
      margin-bottom:0;
    }
    .information .frame dl dd{
      margin-bottom:1em;
      line-height: 1.5em;
    }
  }