@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;
	color: #231815;
}
h2 img{margin: 0 auto; width: 40%; margin-bottom: 3rem;}
.h2_1 img{width: 55%;}
.toku_content h2 {padding-bottom: 3%;}
a:hover,a:hover img{
  opacity: 0.8;
}
.nav1 a, .nav1 a:visited, .spli2 a, .spli2 a:visited {
	text-decoration: none;color: #231815;
}
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;
	color: #231815;
}
.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_900, .br_480, .br_680 {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;
  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;
	text-align: center;
}
.spli1 {
	padding-top: 2rem;
}
.spli2 {
	margin-bottom: -2rem;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
	top: 3.4rem;
	max-width: 750px;
}
/*内側枠*/
h4 {padding-bottom: 1rem;}
.cafeshop_text h2, .online h2 {margin-top: 5rem;}
.cafeshop_content h2{padding-bottom: 5%;}
.infoarea{background: url("../img/twitter_background.png") no-repeat ;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{ border: #1E120F solid 4px;margin: 0 auto;max-width: 1060px;	width: 90%; padding: 3em 9em; box-sizing: border-box;}
.summary_content{font-size: 1.35rem; font-weight: bold; margin: 0 auto;max-width: 1060px;width: 90%; padding: 3em; box-sizing: border-box; border: #1E120F solid 4px;}
.online_content, .summary_content, .cafeshop_content {background-color: #fff;}
.tokuten {background: url("../img/tokuten_background.png") no-repeat; background-size: cover; padding: 5em 0; position: relative;}
.toku_text{border:#1E120F 4px solid; }
.toku_content img {	margin: 0 auto; width: 90%;}
.toku_content {text-align: center; font-weight: bold;}
.white_back {background-color: rgba(255,255,255,0.85); margin: -5em auto; padding-top: 5em; padding-bottom: 5em; width: 90%;}
.toku_p {padding: 1em 0; text-align: center; font-weight: bold; font-size: 1.2rem;}
.tokuimg {width: 55%!important;}
.cafeshop_content dt {background:  no-repeat contain;}
.cafeshop_content dd {padding: 2rem 0 2rem 2rem;}
.cafeshop{background: url("../img/background.png")repeat-y; width: 100%; background-size: contain;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: 500;}
.toku_text {background-color: #fff;margin: 0 auto;	max-width: 1000px;width: 90%;}
.cafeshop_text{	margin: 0 auto;	position: relative;/*max-width: 1060px; width: 90%;*/}
.cafeshop_content{ border: #1E120F solid 4px;max-width: 1060px; width: 90%; margin: 0 auto; box-sizing: border-box;}
.inner{width: 96%; padding: 0.5rem; box-sizing: border-box; background-color:#fff; max-width: 1000px; text-align: center; margin: 0 auto; border: 4px solid #1E120F;}
.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: 1rem 2em 2rem;
  text-align: center;
  height: auto;}
.info_left {border: #1E120F 4px solid; font-weight: bold; display: flex; justify-content: center; flex-direction: column; background-color: #fff;}
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; }
.online_content dl, .online_content p, .online_content div{position: inherit; z-index: 1;}
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{line-height: 1.5em;}
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;}
.item1 {width: 90%!important; margin: 0 auto; display: flex;justify-content: space-evenly; align-items: center;}
.item1 a, .item1 div {width: 40%;}
.attention ul {padding-left: 2rem;}
.attention li {	padding-top: 0.5rem; font-size: 0.9rem;}
.goods { padding: 5em 0;max-width: 1800px; width: 100%; position: relative;}
.shibuki {background: url("../img/item_background.png") repeat-y; background-size: contain;}
.attention_main{ padding: 2rem 0 5em;max-width: 1800px; width: 100%; margin-top: -1rem;}
.attention { background-color: #ffffff; max-width: 1000px; text-align: left; margin: 0 auto; padding: 2em; box-sizing: border-box; width: 90%;border: #1E120F 4px solid;}
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::after{
  content:"";
  display: block;
  width:40%;
}
ul.img-flex li{
  position: relative;
  list-style: none;
  padding:1%;
}
.single {line-height: 3rem;}
.two {height: 3rem!important; margin-top: 0.4rem;}
.animateme {width: 18%;}
.descr1 {	margin-top: 1rem;}
.term1 {background: #3D3792;font-size: 0.81rem;color: #fff;}
.prices1 {
	font-size: 1rem;
	height: 3rem;
	font-weight: bold;
}
.itemname1 {
	font-weight: bold;
	height: 3.5rem;
}
/*２列結合*/
ul.img-flex li:last-child{margin-right: 20%;}
.itemname1 {font-size: 0.81rem; }
.prices1 {font-weight: normal;font-size: 0.81rem;padding: 0 0 0.5em 0!important;}
ul.img-flex li img{
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.img-flex li p{
  padding: 0.5em 0;
}
p.copyright {
	margin: 0 auto;
}
footer .copyright{
	text-align: center;
	line-height: 4.66em;
	font-weight: bold;background-color: #ECEDED;
}
/*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){
	ul.img-flex li:last-child {margin-right: 0;}
	.summary_content, .online_content {padding: 3rem 5rem;}
	.itemname1, .term1{font-size: 1rem;}
/*サイズがレスポンシブに合わせて変化するようにする*/
	ul.img-flex li{
  position: relative;
  list-style: none;
  width: 46%;}
	.prices1 {font-size: 1.3rem;}
}
@media screen and (max-width: 1125px){.br_n1120{display: none;}}
@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) {
  .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%;}
	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; }
	.flex {display: block; 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) {
	.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;}}
@media screen and (max-width:680px) {
	.inner-item {padding: 0 0.3rem 1rem!important;}
		ul.img-flex li {padding: 1% 0; width: 49%;}
	.toku_p {font-size: 1rem;}
	.tokuten {padding: 5em 0;}
	h2 img {width: 70%;}
	.br_680 {display: block!important;}
	.global_nav {background-color: initial;}
	section.tokuten {width: 100% !important;}
  ul.on{width:80%;}
  #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;}
	li .animateme {width: 94%!important; margin: 0 auto!important;}
}
/*スマートフォン向け*/
@media screen and (max-width: 560px){
	.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%;}
	#top {bottom: 10%;}
	}
@media screen and (max-width: 480px) {
	.tokuten h2 img {width: 80%;}
	.itemname1 {font-size: 0.88rem;	}
	.attention li, .term1 {font-size: 0.78rem;}
	section .inner2 {padding: 2.5em 1.5em;}
	.summary_content{font-weight: normal; font-size: 1rem;}
	.h2_1 img {width: 90%;}
	.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;}
	.no_single {line-height: 1rem;;}
	.br_n480{display: none;}
}
@media screen and (max-width:400px) {
	.summary_content {padding: 1.5em 1em;}
	.goods {padding-top: 3em!important;}
	.tokuten {padding-bottom: 4em;}
	.online_content {padding: 1.9rem;}
	.cafeshop_content {padding: 5% 2%;}
	ul.img-flex li {width: 49.3%}
	ul.on {width: 83%;}
}