@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP', 'Yu Gothic','YuGothic';
  width:100%;
  height:100%;
  max-width: 1800px;
  margin: 0 auto;
}
h2 img{margin: 0 auto; width: 40%; margin-bottom: 3rem;}
.h2_1 {padding-top: 5%;}
.h2_1 img{width: 66%;}
.toku_content h2 {padding-bottom: 3%;}
a:hover,a:hover img{
  opacity: 0.8;
}
.nav1 a {
	text-decoration: none;
	color: #000;
}
img {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: bottom;
	width: 100%;
}
main {overflow: hidden; width: 100%; max-width: 1800px; height: auto; margin: 0 auto; background-size: auto; background-repeat: repeat;}
 h1 .mainbanner{ margin-bottom: -2px!important;
  width:100%;
  margin:0 auto;
  vertical-align: bottom;
  display: block;
	padding-top: 4rem;
}
.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; padding-left: 1rem;}
.global_nav li {
	float: left;
	list-style: none;
	font-size: 1.25rem;
	padding-right: 9rem;
}
.nav2 li{
	padding-right: 2.6rem;
}
.deco3 {padding-right: 0!important;}
.icons {width: 29px;}
.sp, .br_1100, .br_900, .br_480, .br_680, .spbanner {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;
}
.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;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
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: 750px;
}
/*内側枠*/
.summary_content::before, .cafeshop_content::before, .online_content::before {content: ""; border: #000000 2px solid; position: absolute; top: 10px; bottom: 10px; right: 10px; left: 10px; z-index: 1;}
h4 {padding-bottom: 1rem;}
.cafeshop_text h2, .online h2 {margin-top: 5rem;}
.cafeshop_content h2{padding-bottom: 5%;}
.infoarea{width:100%; padding: 5em 0; background-size: cover; }
h4, .h4 {font-size: 1.2rem;}
.sns {margin: 0 auto;}
.flex{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
margin: 0 auto;
}
.online_content{background:url("../img/textback_onlineshop.png") no-repeat; background-size: cover; color: #000000;margin: 0 auto;position: relative;	max-width: 1060px;	width: 90%; padding: 3em 9em; box-sizing: border-box;}
.summary_content{font-size: 1.35rem; font-weight: bold; background:url("../img/textback_gaiyou.png") no-repeat; background-size: cover; color: #000000;margin: 0 auto;position: relative;	max-width: 1060px;	width: 90%; padding: 3em 6em; box-sizing: border-box;}
.tokuten {padding: 9em 0; position: relative;}
.toku_text{border:#000000 2px solid; position: relative;}
.toku_text::before {content: ""; position: absolute; top: -13px; bottom: -13px; left: -13px; right: -13px; border: #707070 1px solid; z-index: -1;}
.slash1 {position: absolute; top: 0;}
.slash2 {position: absolute; bottom: 0;}
.toku_content img {	margin: 0 auto; width: 90%;}
.toku_content {text-align: center; font-weight: bold;}
.toku_p {padding: 1em 0; text-align: center; font-weight: bold; font-size: 1.2rem;}
.cafeshop_content dt {background:  no-repeat contain;}
.cafeshop_content dd {padding: 2rem 0 2rem 2rem;}
.cafeshop{background: url("../img/background3.png")no-repeat; width: 100%; background-size: cover;padding:5em 0;}
.storelist  img {width: 6rem; margin: 0 auto;}
.storelist p {padding-top: 1rem; font-weight: bold; }
.cafeshop dt, .cafeshop dd {display: inline-block; vertical-align: middle;}
.cafeshop dt {width: 25%; text-align: center;font-size: 1.2rem;}
.cafeshop dd {width: 65%;line-height: 1.7rem; font-weight: bold;}
.toku_text {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
	width: 90%;
}
.cafeshop_text{ color: #000000;	margin: 0 auto;	position: relative;/*max-width: 1060px; width: 90%;*/}
.cafeshop_content{ position: relative; /*background:url("../img/textback_nittei.png") no-repeat;*/background-color:#fff; background-size: cover;max-width: 1060px; width: 90%; margin: 0 auto; box-sizing: border-box;}
.inner{width: 96%; padding: 2.5rem; box-sizing: border-box; background-color:rgba(255,255,255,0.9); max-width: 1100px; text-align: center; margin: 0 auto;}
.twitter_content {padding: 0!important; margin-top: 1rem!important; margin-bottom: 0; width: 40%!important;}
section .inner2{
  max-width: 541px;
  width: 50%;
  padding:2.5em 2em;
  margin: 2rem 2em 2rem;
  text-align: center;
  height: auto;}
.info_left {margin-bottom: 2.5rem!important;border:#B0FF6C 2px solid; position: relative; font-weight: bold; display: flex; justify-content: center; flex-direction: column;}
.info_left::before {content: ""; position: absolute; top: -13px; bottom: -13px; left: -13px; right: -13px; border: #707070 1px solid; z-index: -1;}
ul.img-flex {
	font-size: 26px;
}
.event_info_inner{position: inherit; z-index: 1;}
.online_banner {width: 80%; margin: 0 auto;}
.online_banner p {padding-top: 1.5rem!important;}
.online_content p {padding-bottom: 2.5rem; padding-top: 2.5rem;}
.online_content dt {text-align: left; font-size: inherit; font-weight: bold;}
.online_content dl, .online_content p, .online_content div{position: inherit; z-index: 1;}
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;}
ul.on{display:table; width:86%;margin:0 auto; margin-right: 0rem !important;}
ul.on li{display: inline;}
ul li.at{width:25%;text-align: left;display: table-cell;}
section.tokuten .tokuten_img {width:900px;background-color: #fff;margin:0 auto;}
.toku_content{padding: 5%; }
.cafeshop_content {padding: 3em 7em;}
.toku_content h3{text-align: center;font-weight: bold;font-size:1.5em;}
.goods {padding-top: 5em;}
section .inner-item h2{margin-bottom:2em;}
section .inner .attention,
section .inner-item .attention{
  color:#fff;
  font-size:0.8em;
}
.item1 {width: 90%!important; margin: 0 auto; display: flex;justify-content: space-evenly; align-items: center;}
.item1 a, .item1 div {width: 40%;}
.item2 {width: 22% !important;}
.attention ul {padding-left: 2rem;}
.attention li {	padding-top: 0.5rem; font-size: 0.9rem;}
.descr {
	display: flex;
	border-left: 2px solid #707070;
	margin-top: 1em;
}
.itemname {
	border-left: 2px solid #707070;
	border-right: 2px solid #707070;
	font-weight: bold;
}
.goods {background: url("../img/background4-item.png") no-repeat; background-size: cover; padding: 0 0 5em;max-width: 1800px; width: 100%; position: relative;}
.star {position: absolute; top: 0; width: 100%;}
.star img {width: 98%; margin: 0 auto;}
.attention_main{ padding: 2rem 0 5em;max-width: 1800px; width: 100%; background-color: #000000; margin-top: -1rem;}
.attention { background-color: #ffffff; color: #000000; max-width: 1060px; text-align: left; margin: 0 auto; padding: 2em; box-sizing: border-box; width: 90%; position: relative;}
.attention::before{content: ""; border: #000000 2px solid; position: absolute; top: 10px; bottom: 10px; right: 10px; left: 10px; z-index: 1;}
.lines {position: relative;}
.lines::before{margin: 0 auto; content: ""; border: #000000 2px solid; position: absolute; top: 10px; bottom: 10px; right: 8px; left: 8px; z-index: 0; width: 97%!important;}
ul.img-flex { width: 100%; margin: 0 auto;  background-color: #fff; margin-top: 4rem; padding-top: 0.2rem;
  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:40%;
}
ul.img-flex li{
  position: relative;
  list-style: none;
  padding:1% 1.8%;
}
.single {line-height: 3rem;}
.two {height: 3rem!important; margin-top: 0.4rem;}
.animateme {width: 16.2%;}
.descr1 {	margin-top: 1rem;}
.term1 {background: #77BE4C;font-size: 0.85rem;color: #333333;}
.prices1 {
	font-size: 1rem;
	height: 3rem;
	font-weight: bold;
}
.itemname1 {
	font-size: 1.1rem;
	font-weight: bold;
	height: 3.5rem;
}
/*２列結合*/
ul.img-flex li.boxs{
  width:100% !important;
}
ul.img-flex li.boxs a{
  display: table-cell;
	width: 28%;
}
.itemname1 {font-size: 0.85rem; }
.prices1 {font-weight: normal;font-size: 0.85rem;padding: 0 0 0.5em 0!important;}
.deco2 {
	line-height: 3rem;}
ul.img-flex li img{
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
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{
  font-size:1.15em;
  text-align: center;
}
li.boxs {
	width: 62% !important;
}
ul.img-flex li.boxs p.name{
  text-align: center;
}
p.copyright {
	margin: 0 auto;
}
footer{
  background-color: #ffffff;
}
footer .copyright{
	text-align: center;
	line-height: 4.66em;
	font-weight: bold;
}
/*top*/
#top{
	z-index: 1;
  display: block;
  position: fixed;
  right: 3%;
  bottom: 10%;
}
#top img{
  width:100%;
  max-width:100px;
}
/*タブレット向け*/
@media screen and (max-width: 1260px){
	.summary_content, .online_content {padding: 3rem 5rem;}
	.itemname1, .term1{font-size: 1rem;}
	ul.img-flex li {padding: 1.2% 1.5%;}
/*サイズがレスポンシブに合わせて変化するようにする*/
	.item2 {width: 46%!important;}
	ul.img-flex li{
  position: relative;
  list-style: none;
  width: 45%;
		margin: 0 0.5%;}
	.prices1 {font-size: 1.3rem;}
	.three{margin-bottom: 0.5rem!important;}
}
@media screen and (max-width: 1050px) {.br_1100{display: block;}}
@media screen and (max-width: 1050px) {
	.cafeshop_content dd {padding: 1rem 0 0;}
	.deco4 {padding-bottom: 1rem!important;}
	ul.on {margin-right: inherit!important;}
	.summary_content {font-size: 1.1rem;}
	.online_content dt {width: 30%!important;}
	.online_content dd {width: 70%!important;}
	.cafeshop dt, .cafeshop dd{width: 100%;}.cafeshop_content dt {padding-left: 0;}.cafeshop_content dt:not(:first-child){padding-top: 2em;}ul.img-flex {width: 96%; margin: 0 auto;}}
@media screen and (max-width: 1000px) {
	section.attention {	width: 85%;	}
	.nav1 {	margin-left: 9rem !important;}
	.nav1 li {padding-right: 3.8rem;}
}
@media screen and (max-width:980px) {
  h2{font-size:1.5em;text-align: center;}
  .tokuten .inner{padding-top:6em;}
	.attention {width: 90% !important;	}
}

@media screen and (max-width: 900px){
	.flex {width: 90%!important;}
	.twitter_content {width: 100%!important;}
	ul.img-flex {width: 100%;}
	ul.img-flex li:first-child{padding-top: 1.7%;}
	h2 img {width: 50%;}
	.inner2:first-child {margin-top: 0;}
	.item1 a, .item1 div {width: initial;}
	.br_900 {display: block!important;}
	section .inner-item h2 {margin-bottom: 0;}
	.item1 {display: initial; }
	div.flex {display: block; padding:1em 0;}
	
	nav.globalMenuSp ul li {display: block;	}
  section .inner2{ margin:3em auto; width:auto;}  
	.nav1 {	margin-left: 7rem !important;}
	.animateme{	width: 100% !important;	}
}
@media screen and (max-width:850px) {
	.summary_content {padding: 2em;}
	.online_content{padding: 3em;}
	.nav1 li {padding-right: 3rem;}
	.nav2 li {padding-right: 1rem;}
	.prices1 {font-size: 1.2rem;}
	.cafeshop_content {padding: 3em 4em;}
}
@media screen and (max-width: 750px){nav.globalMenuSp.active{top: 0;} .nav1{margin-left: 5rem!important;} 	.sp {display: block !important;	}.nav1 li, .nav2{display: none;} .cafeshop dt {font-size: 1.3rem;}.storelist img {width: 5rem;} .pcbanner{display: none!important;} .spbanner{display: block!important; padding-top: 4rem;}.global_nav {background-color: inherit;}}
@media screen and (max-width:680px) {
	.h2_1 {padding-top: 3rem;}
	.toku_p {font-size: 1rem;}
	ul.img-flex li:first-child{padding-top: 2%;}
	.tokuten {padding: 5em 0;}
	h2 img {width: 70%;}
	.br_680 {display: block!important;}
	.global_nav {background-color: initial;}
	section.tokuten {width: 100% !important;}
  ul.img-flex li{ width:100%; }
  ul.img-flex li p.name{font-size:1em;}
  ul.img-flex li.boxs{padding:5%;width:100% !important}
  ul.img-flex li.boxs a{display:block;width:100%;}
  ul.on{width:87%;}
  #top img{max-width:60px;}
	h1 .mainbanner {padding-top: 4rem;}
	.spli2:first-child {
	    border-top: #707070 solid 1px;
    margin-top: 0.1rem;
    padding-top: 0 !important;
}
	.prices1 {font-size: 1rem;}
	.global_nav {padding-bottom: 2.7rem;}
}
@media screen and (max-width:600px){
	.flex {width: 84%!important;}
	.toku_text  {width: 84%;}
	.inner {padding: 0 1rem 1rem;}
	.lines::before {width: 96%!important;}
	li .animateme {width: 94%!important; margin: 0 auto!important;}
	ul.img-flex li{margin: 0 2%;}
	ul.img-flex li:first-child {padding-top: 3%;}
}
/*スマートフォン向け*/
@media screen and (max-width: 560px){
	.lines::before {width: 94%!important;}
	ul.img-flex li {padding: 1.2% 3%;}
	.online_content dt {font-size: 1rem;}
	.attention ul {padding-left: 1rem;}
	section .inner2:last-child {margin-bottom: 0;}
	.cafeshop_content dt {background-size: 1rem;}
	dl {padding-top: 1rem;}
	.pc {display: none;}
	body {font-size: 12px;}
  .toku_content{padding:5%;}
		ul.img-flex li{
  position: relative;
  list-style: none;
  width: 100%;
}
	#top {bottom: 10%;}
	}
@media screen and (max-width: 480px) {
	.attention li {font-size: 0.8rem;}
	section .inner2 {padding: 2.5em 1.5em;}
	.summary_content{font-weight: normal; font-size: 1rem;}
	.h2_1 img {width: 100%;}
	.online_content dt {font-size: 0.9rem; width: 34%!important;}
	.online_content dd {width: 66%!important;}
	.cafeshop_content dd {font-size: 0.8rem;}
	.descr1{margin-top: 0.7rem;} 
	.br_480 {display: block!important;}
	.br_n480{display: none;}
}
@media screen and (max-width:400px) {
	ul.on {width: 90%;}
	.online_content {padding: 1.9rem;}
	.cafeshop_content {padding: 5% 2%;}
	.itemname1 {font-size: 1rem !important;	}
}