@charset "UTF-8";

/* *****************************************************************

	01.初期化

***************************************************************** */
.evw-cont *, *::before, *::after {-webkit-box-sizing: inherit; box-sizing:border-box;}
/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ */
.event_name_img_ > img {width:100%; max-width:100%; padding: 0 2em;}
div.leftmenuframe_  { display: none;}
#cmn_header .cmn_header_rtbnr { display: none;}
div.container_ {margin: 0 auto; zoom: 1; width: 100%!important;}

.shoppage_wrap_ h1.category_name_, .shoppage_wrap_ h2.category_name_ {
	display: none;}
div.event_name_header_ {display: none!important;}
#shop_header_inner {display: none;}

/* *****************************************************************

	02.汎用クラス

***************************************************************** */
/* PC・SP画像切替 */
.sp {display:none;}
/* ----------for SP ---------- */
header + .wrapper_ .pc {display:none;}
header + .wrapper_ .sp {display:block;}


.pc_only { display:block; }
.sp_only{ display:none; }

@media only screen and (max-width : 767px){
  .pc_only { display:none; }
  .sp_only { display:block; }
}



/* フォント */
.bold {font-weight:bold !important;}
.fc_green {color:#00833E;}
.fs_s {font-size: 90%;}
.fs_l {font-size: 110%;}

/* 余白 */
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mb10 {margin-bottom:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb0 {margin-bottom:0!important;}
.mb50 {margin-bottom:50px !important;}
.pb0 {padding-bottom: 0!important;}

.center {text-align: center;}

/*-------------------------------
reset／Component
-------------------------------*/
body {line-height: 1.5;}
/*img {max-width: 100%;}*/
.container * {box-sizing: border-box;}
.container *:before,
.container *:after {box-sizing: border-box;}
.container {width: 100%;}
.container .contents_inner {padding: 0 10px;}
/* ----------for SP ---------- */
header + .wrapper_ .container {width: 100%;}
header + .wrapper_ .container .contents_inner {
/*	max-width: 100%;*/
	width: 100%;
	padding: 0 10px;
}

/*-------------------------------
パンくず
-------------------------------*/
#bread ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
	font-size: 84%;
}
#bread ul li + li:before {
	content: ">";
	display: inline-block;
	margin: 0 7px;
}
#bread ul li a {
	text-decoration: underline;
}


/*-------------------------------
リセット
-------------------------------*/

.ec-featureRole__head {
	display: none;
}

.ec-featureRole {
    position: relative;
    margin: 0 auto;
     padding-left: 0; 
     padding-right: 0; 
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    width: 100%;
     max-width: none; 
}
#content {
    max-width: none !important;
    margin: 0 auto;
    zoom: 1;
    position: relative;
}
	
	@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        padding-right: 0px;
        padding-left: 0px;
    }
}

	
	.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: -3em;
}
	
	h3 {
		display: none;
	}
	
	@media only screen and (min-width: 768px) {
    .ec-featureRole__headdescription {
          padding: 1em 1em 1em 1em;
    }
}
	
/*-------------------------------
テーマから探すの表示に伴う一時対応
-------------------------------*/	
	 h2#Product {
		margin-top: 8em;
	}
	
	
		@media screen and (max-width: 640px) {
     h2#Product {
		margin-top: 2em;
	}
}
	
/*-------------------------------
メイン
-------------------------------*/


/* 背景イメージ */
.navitopicpath_ {
    font-size: 12px;
    width: 972px;
    margin: 0 auto 10px;
}


div.containerBox1 {
	width: 100%;
	background: url(/html/upload/user_data/shop/A015/img/bg.png) no-repeat top center;
}

div.containerBox2 {
	background: url(/html/upload/user_data/shop/A015/img/bg2.png) repeat-x top center;
	background-position: center 23em;
	/*width: 100vw;*/
     position: relative;
	left: 50%;
	top: 0;
	 transform: translateX(-50%);

}

div.container_inner {
	width: 1110px;
	margin-right: auto;
	margin-left: auto;
}

#event_goods_list {
	margin: 0 auto;
	width: 800px;
}

.shoppage_wrap_ .event_title_ {
	display: none;
}





@media screen and (max-width: 640px) {

	h1 {
		padding: 0 2em;
	}
	
div.containerBox1 {
  margin: 0 auto;
  background: none;

}

div.container_inner {
	 width: 90vw;
	margin-right: auto;
	margin-left: auto;
	padding: 0.1em 0;
}

div.containerBox2 {
  margin: 0 auto;
  background: none;

	}

.Column_volume {
	margin: 0 1em;
	}
	
	#event_goods_list {
		width: 100%;
	}
	
	.ec-featureRole {
    position: relative;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    width: 100%;
	max-width: none;
}
	
	
	.type-j {
    padding: 1.5em 0 1.5em !important;
    background: #fff3df;
    border-radius: 30px;
	width: 100%;
	}
	
}

/* ==========================================================================
	メニュー
========================================================================== */


	
#pc_menu{
	width:1110px;
	height:120px;
	box-sizing:border-box;
	background:#fef3df;
	z-index:9997;
	position:absolute;
	margin:auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 5px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding:0 50px;
	}


#pc_menu h1{
	width:126px;
	position:relative;
	}
#pc_menu h1 .fximg{display:none;}
#pc_menu h1 a{
	display:block;
	width:126px;
	position:absolute;
	top:-15px;
	-webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
	}
#pc_menu h1 a:hover{
	top:-20px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

#pc_menu ul{
	width:947px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	padding-top:20px !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 auto !important;
	}

#pc_menu ul li{
	text-align:center;
	}

#pc_menu ul li .menu_icon{
	margin-bottom:0.7em;

	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;

}
	
#pc_menu ul li:hover .menu_icon{
	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transform: translate3d(0, -3px, 0);
	}

#pc_menu ul li a{
	width:100%;
}

#pc_menu ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

#pc_menu ul li img{
	display: block;
	width:100%;
}

/* #pc_menu ul li .menu_txt{
	width:100%;
	margin:15px 0 9px;
	}
#pc_menu ul li .menu_txt1{
	width:100%;
	margin:17px 0 9px;
	}
#pc_menu ul li .menu_txt4{
	width:100%;
	margin:0.6em 0 9px;
	}
#pc_menu ul li .menu_txt5{
	width:100%;
	margin:1.4em 0 9px;
	}
#pc_menu ul li .menu_txt6{
	width:100%;
	margin:1.5em 0 9px;
	}
#pc_menu ul li .menu_txt7{
	width:100%;
	margin:0.6em 0 9px;
	} */
#pc_menu ul li span{
	font-size:10px;
	color:#777777;
	font-weight:500;
	-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
	}

#pc_menu ul li:hover span{
	color:#ee780f
	}


/* #pc_menu ul .menu1 .menu_icon{
	width:96px;
	padding-top:2px;
	}
	
#pc_menu ul .menu2{
	width:63px;
	padding-top:6px;
	}
#pc_menu ul .menu2 .menu_icon{
	width:80px;
	}
#pc_menu ul .menu2 .menu_txt{
	width:100%;
	margin:1px 0 1px;
	}
	
#pc_menu ul .menu3{
	width:86px;
	padding-top:0;
	}
#pc_menu ul .menu3 .menu_icon{
	width:86px;
	}
	
#pc_menu ul .menu4{
	width:61px;
	}
#pc_menu ul .menu4 .menu_icon{
	width:61px;
	padding-top:2px;
	}
	
#pc_menu ul .menu5{
	width:80px;
	}
#pc_menu ul .menu5 .menu_icon{
	width:64px;
	}
	
#pc_menu ul .menu6{
	width:86px;
	}
#pc_menu ul .menu6 .menu_icon{
	width:86px;
	}
#pc_menu ul .menu7{
	width:86px;
	}
#pc_menu ul .menu7 .menu_icon{
	width:60px;
	padding-top:6px;
	} */
				
#pc_menu .r_link{
	padding-top:30px;
	}

#pc_menu .r_link:after{
	content:"";
	display:block;
	clear:both;
	}
#pc_menu .r_link a{
	display:block;
	width:130px;
	height:80px;
	float:left;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#fffced;
	border:3px solid #0c0307;
	padding-top:31px;
	box-sizing:border-box;
	-webkit-box-shadow: 3px 2px 2px 1px rgba(227,222,199,1);
	-moz-box-shadow: 3px 2px 2px 1px rgba(227,222,199,1);
	box-shadow: 3px 2px 2px 1px rgba(227,222,199,1);
	-webkit-transition: shadow 0.2s ease,transform 0.2s ease;
    -moz-transition: shadow 0.2s ease,transform 0.2s ease;
    -o-transition: shadow 0.2s ease,transform 0.2s ease;
    transition: shadow 0.2s ease,transform 0.2s ease;
	}
	
	
#pc_menu .r_link a:hover{
    transform: translate3d(3px, 3px, 0);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: shadow 0.2s ease,transform 0.2s ease;
    -moz-transition: shadow 0.2s ease,transform 0.2s ease;
    -o-transition: shadow 0.2s ease,transform 0.2s ease;
    transition: shadow 0.2s ease,transform 0.2s ease;

}


@media screen and (max-width: 640px) {
	
	#pc_menu {
		width: 90vw;
		padding: 0.8em 1em 0 2em;
		min-height: 200px;
		margin: 4em 1em 1em 1em;
		top: 39em;
		display: none;
	}
	
	#pc_menu ul {
		padding-top: 0;
		width: calc(90% - 2em); /* margin padding蛻・ｒ蠑輔￥ */
	}
	
			#pc_menu {
	margin-top: 6.2em !important;
	}
	
	.ec-featureRole__head {
		
		width: 95%;
	}
	

	
}

@media screen and (max-width: 390px) {
	
	#pc_menu {
		width: 90vw;
		padding: 0.8em 1em 0 2em;
		min-height: 200px;
		margin: 4em 1em 1em 1em;
		top: 38em;
	}
	
}

@media screen and (max-width: 384px) {
	#pc_menu ul {
		padding-top: 0;
		width: calc(90% - 0.1em); /* margin padding蛻・ｒ蠑輔￥ */
	}
		#pc_menu {
	margin-top: 5em !important;
	}
	
}

@media screen and (max-width: 360px){
	#pc_menu {
	  margin-top: 4.0em !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	
		
	#pc_menu {
  width: 90vw;
  height: 140px;
  box-sizing: border-box;
  background: #fef3df;
  z-index: 9997;
  position: absolute;
  max-width: initial;
	}

	
}

#pc_menu .r_link a img{
	width:51px;
}

#pc_menu .r_link a:first-child{
	margin-right:20px;
	}
#pc_menu .r_link a:first-child img{
	width:73px;
	}
#pc_menu .r_link .fix_bnr{
	 display:none;
	 }

div.contents_ {
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}

div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_,
div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
	width: 100%;
}


.top_main {
	position: relative;
	z-index: 6;
	width: 1369px;
	margin: 0 auto;
	top: 30em;
}


.top_main_inner {
	position: absolute;
}

#cmn_header .cmn_header_rtbnr {
	display: none;
}

/*SP版メニュー*/

.menu-btn {
  position: fixed;
  top: 8.5em;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  background-color: #494747;
  z-index: 10001;
  transform: translate(-0.5em,7em);
}
.menu-btn:hover {
  cursor: pointer;
}
/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}

/* メニューを開いている時はハンバーガーボタンが&times;になる */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* =================
メニュー部分の実装
================= */

.menu-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
     /* メニューを外に出しておく */
  left: 100%;

  z-index: 80;
  background-color: #f5b417;
  
  
	opacity: 90%;
}
.menu-content ul {
  padding: 70px 10px 0 !important;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0!important;
  position: relative;
}

#menu-btn-check:checked ~ .menu-content {
  left: 30%; /*メニューを画面内へ動かす*/
  z-index: 10000;
}


.menu-btn:after{
	display: block;
	content:"MENU";
	width:50px;
	margin-left:2.2em;
	font-size:8px;
	color:#ffffff;
	margin-top: 5em;
}

.menu-btn.after {
    -webkit-transform: translate(200px,0) rotate(360deg);
    transform: translate(0,-5.5em) rotate(360deg);
		transition: all 0.5s;  /*アニメーションを滑らかにする*/
}

.css3-C2{
    width:150px;
    height:150px;
    cursor: pointer;
    margin: 100px auto;
    color: #fff;
    font-family: arial;
    text-align: center;
	transition: all 0.5s; /*アニメーションを滑らかにする*/
}

div.css3-C{
    transform: translate(0,8em);
}

div.after{
    transform: translate(0,8em);
}

/*SP版メニュー*/








	

/*-------- menu.fixed　--------*/
	

/*-------------------------------
アンカーリンク
-------------------------------*/
.ancherlink {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.ancherlink a {
	display: block;
	font-weight: bold;
	color: #fff;
	background:#00833E;
	width: 24%;
	transition: .4s ease-in-out;
}
.ancherlink a span {
	display: inline-block;
	padding: 12px 0 12px 28px;
	background: url("/feature/evw/img/icon_ancher.png") left center no-repeat;
	background-size: 22px;
}
.ancherlink a:hover {
	text-decoration: none;
	opacity: 0.8;
}
/* ----------for SP ---------- */
header + .wrapper_ .ancherlink {
	display: block;
	margin: 20px 0;
	text-align: center;
}
header + .wrapper_ .ancherlink a {
	width: 100%;
	margin-bottom: 5px;
	text-decoration: none;
}

/*-------------------------------
見出し
-------------------------------*/

.head01-top {
	margin-top: 9em!important;
}
@media screen and (max-width: 640px) {
	.head01-top {
	margin-top: 1em !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.head01-top {
	margin-top: 10em !important;
	}
}

.head01 {
	margin: 60px 0;
	padding: 15px;
	border-top: 5px solid #f5b417;
	background-color: #494747;
	color: #ffffff;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}
.head02 {
	margin: 60px 0;
	padding: 15px;
	color: #fff;
	background: #00833E;
	font-weight: bold;
	font-size: 130%;
}
/* ----------for SP ---------- */
header + .wrapper_ .head01 {
	margin: 40px 0 30px;
	padding: 5px;
	text-align: center;
}
header + .wrapper_ .head02 {
	margin: 40px 0 30px;
	padding: 5px;
	text-align: center;
}

/*-------------------------------
ボタン
-------------------------------*/

a.btn {
	display: block;
	margin: auto;
	width: 280px;
	padding: 12px 0px 10px 25px;
	color: #00833E;
	font-weight: bold;
	font-size: 110%;
	border: 2px solid #00833E;
	border-radius: 30px;
	background: url("/feature/evw/img/icon_link.png") 25px center no-repeat #fff;
	background-size: 20px;
	transition: .3s ease-in-out;
}
a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* ----------for SP ---------- */
header + .wrapper_ a.btn {
	text-align: center;
	text-decoration: none;
}

/*-------------------------------
ことむすびとは
-------------------------------*/

.kotomusubi_img_box {
	position:  relative;
}

.kotomusubi_img {
	margin: 3em 0 3em;

}

.kotomusubi_img_box2 {

}

.containerBox3 {
	margin: 10em 0 0 0 ;
}


/* ----------for SP ---------- */

@media screen and (max-width: 640px) {
	
	.containerBox3 {
	margin: 0 0 0 0 ;
}
	.kotomusubi_img {
	margin: 0 0 0 0;

}
	.containerBox5 {
		width: 90vw;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	
	.containerBox5 {
		width: 100%;
	}
	.abouttx {
		margin: 0 auto;
	}
	
	.abouttx img {
		margin: 0 auto;
	}
	
	div.containerBox2 {
	  margin: 0 auto;
	  text-align: center;
		background: url(/html/upload/user_data/shop/A015/img/bg3.png) no-repeat top center;
		 background-position: left -4em;
}
	
	div.containerBox2 img {
		margin: 0 auto;
		padding: 0 1em 0 1em;
	}
	.containerBox3 {
 	 margin: 1em 0 0 0;
	}
}

/*-------------------------------
テーマから探す
-------------------------------*/
.bton,
a.bton,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--o,
a.btn--o {
  color: #fff;
  background-color: #f08336;
	width: 200px;
}
.btn--o:hover,
a.btn--o:hover {
  color: #fff;
  background: #f29a5b;
}

.btn--y,
a.btn--y {
  color: #fff;
  background-color: #f5b417;
	width: 200px;
}
.btn--y:hover,
a.btn--y:hover {
  color: #fff;
  background: #f3c659;
}

.containerBox3_inner {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding: 0 1.5em 0 1.5em;
}

.containerBox3_inner_2 {
	display: flex;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.type-j {
    padding: 1.5em 0 1.5em !important;
    background: #fff3df;
    border-radius: 30px;
	width: 35%;
	
}

.type-j:nth-child(1n) {

}

.type-j li:nth-child(1n) {
	color: #f08336;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	
}

.type-j li:nth-child(2n) {
	margin: 1em auto 0 !important;
}

.type-j li:nth-child(3n) {
	color: #f08336;
	font-size: .9em;
	font-weight: 100;
	text-align: left;
	width: 80%;
	margin: 1.5em auto;
}

.type-j a.btn-wrap {
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: .8em;
  padding: .5em 3em;
	text-decoration: none;
	background: #f08336 url(/html/upload/user_data/shop/A015/img/arrow_white.png) right 10px center no-repeat;
}


.type-j a.btn-wrap:hover {
	text-decoration: none;
	opacity: 0.7;
}





@media screen and (min-width: 768px) and (max-width: 979px) {
	.containerBox3_inner p:nth-child(4) {
		margin-top: 1em;
	}
	
	
}

/* ----------for SP ---------- */

@media screen and (max-width: 640px) {
	
.btn--o,
a.btn--o {
  color: #fff;
  background-color: #f08336;
	width: 140px;
}
.btn--o:hover,
a.btn--o:hover {
  color: #fff;
  background: #f29a5b;
}

.btn--y,
a.btn--y {
  color: #fff;
  background-color: #f5b417;
	width: 140px;
}
.btn--y:hover,
a.btn--y:hover {
  color: #fff;
  background: #f3c659;
}
	
	.containerBox3_inner p:nth-child(3), .containerBox3_inner p:nth-child(4) {
		margin-top: 1em;
	}
	
		.type-j {
		width: 100% !important;

}
	
		.type-j:nth-child(1n) {
		margin-bottom: 3em !important;

}
	
}
@media screen and (max-width: 384px) {	
	.btn--o,
a.btn--o {
  color: #fff;
  background-color: #f08336;
	width: 100px;
}
.btn--o:hover,
a.btn--o:hover {
  color: #fff;
  background: #f29a5b;
}

.btn--y,
a.btn--y {
  color: #fff;
  background-color: #f5b417;
	width: 100px;
}
	}	


@media screen and (min-width: 768px) and (max-width: 979px) {
	
	div.container_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
	
}
	
	div.containerBox1 {
  		width: 100%;
		margin: 0 auto;
	}

}

	@media screen and (min-width: 980px) and (max-width: 1024px) {
	
#pc_menu {
	width: 95vw;
	padding: 0 1em;
}

div.container_inner {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
}
		
			div.containerBox2 {
	  margin: 0 auto;
	  text-align: center;
		background: url(/html/upload/user_data/shop/A015/img/bg3.png) no-repeat top center;
		 background-position: left 7em;
}
		
		
		
		
		
	}

/*-------------------------------
イベント・ニュース
-------------------------------*/
.containerBox6 {
	width: 100%;
	padding-top: 25px 10px;
}

.containerBox6_wrapper{
	width: 100%;
	padding: 15px 35px 35px;
	background-color: #fef3df;
}

.containerBox6_desc{
	margin-bottom: 20px;
}

.containerBox6_desc p:first-child{
	display: inline;
	font-size: 300%;
}

.containerBox6_desc p:last-child{
	font-size: 106%;
	display: inline;
	margin-left: 20px;
}


.containerBox6_more{
	margin-bottom: 10px;
	font-size: 106%;
	position: relative; /* もっと見るボタン矢印用 */
}

.containerBox6_more a{
	display: inline-block;
	color: #333;
	transition: transform 0.2s ease;
}

.containerBox6_more a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5.5em;
	margin: auto 0;
	padding: 0;
	width: 1.7em;
	height: 1.7em;
    background-image: url('/html/upload/user_data/shop/A015/img/arrow_more-link.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.containerBox6_more a:hover{
    transform: translate3d(0, -3px, 0);
}

.containerBox6_inner{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;;
}

.containerBox6_inner a{
	color: inherit;
}

.containerBox6_inner a.order01{
	order: 1;
}

.containerBox6_inner a.order02{
	order: 2;
}

.containerBox6_inner a.order03{
	order: 3;
}

.containerBox6_inner a.order04{
	order: 4;
}

.containerBox6_inner a.order05{
	order: 5;
}


.containerBox6_inner a:hover{
	opacity: 0.7;
}

.containerBox6_inner_article{
	display:flex;
	justify-content: left;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.containerBox6_inner > a:last-child .containerBox6_inner_article{
	border-bottom: none;
}

.containerBox6_inner_article img{
	width: 30%;
}

.containerBox6_inner_article_text{
	width: 70%;
	padding-left: 10px;
}

.containerBox6_inner_article_text h3{
	display: block;
	font-size: 150%;
	font-weight: 900;
	line-height: 1.4;
	margin: 0 0 12px;
}

.containerBox6_inner_article_text p{
	font-size: 120%;
	font-weight: 350;
	line-height: 1.5;
}


/* ----------for SP ---------- */
@media screen and (max-width:768px) {
	.containerBox6 {
		max-width: 768px;
	}

	.containerBox6_wrapper {
		max-width: 768px;
		padding: 15px 18px 15px;
	}

	.containerBox6_desc p:last-child{
		display: block;
		margin-left: 0px;
	}

	.containerBox6_inner_article img{
		width: 35%;
	}

	.containerBox6_inner_article_text{
		width: 65%;
	}
}

@media screen and (max-width:640px) {
	.containerBox6_inner_article_text h3{
		display: block;
		font-size: 100%;
		font-weight: 900;
		line-height: 1.3;
		margin: 0 0 10px;
	}

	.containerBox6_inner_article_text p{
		font-size: 90%;
		font-weight: 350;
		line-height: 1.3;

		/*3点リーダー*/
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}

/*-------------------------------
参賀企業
-------------------------------*/


.containerBox4_inner {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding: 0 1.5em 0 1.5em;
}

.containerBox4_inner p {
	margin-top: 3em;
}

.step {
	display: flex;
	justify-content: space-between;
	padding: 60px 30px;
	border-bottom: 1px solid #00833E;
}
.step dt img {
	width: 70px;
	margin-right: 15px;
}
.step dt {
	display: flex;
	align-items: center;
	font-size: 110%;
	text-align: left;
}
.step dd {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step.last {
	border: none;
	padding-bottom: 0;
}
/* ----------for SP ---------- */
header + .wrapper_ .step {
	display: block;
	padding: 40px 0px;
}
header + .wrapper_ .step dt {
	flex-direction: column;
	text-align: center;
	margin-bottom: 20px;
}
header + .wrapper_ .step dt img {
	margin: 0 0 20px 0;
}


/*-------------------------------
お知らせ
-------------------------------*/

.bnr {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.bnr a {
	display: block;
	width: 49%;
	margin-bottom: 2%;
}
.bnr img {
	width: 100%;
}
/* ----------for SP ---------- */
header + .wrapper_ .bnr {
	margin: 20px 0;
	display: block;
}
header + .wrapper_ .bnr a {
	width: 100%;
}

/*-------------------------------
よくある質問
-------------------------------*/
.containerBox5_inner dd {
	padding: 0.5em 1em;
    margin: 2em 0;
    color: #494747;
    background: #fffcf0;/*背景色*/
}


.containerBox5_inner dt em {
	 color: #f5b417;
	font-weight: 600;
	font-size: 150%;
	margin-right: 1em;
}

.containerBox5_inner dd em {
	 color: #db4f2e;
	font-weight: 600;
	font-size: 150%;
	margin-right: 1em;
}


.FAQ_table {
	width: 100%;
	border: none;
	text-align: left;
}

.FAQ_table td:nth-child(odd) {
	width: 3%;
	
}

.FAQ_table td:nth-child(even) {
	width: 97%;
	padding: 1%;
	
}

.FAQ_table .An {
	color: #db4f2e;
	font-weight: 600;
	font-size: 150%;
}

.FAQ_table .An_body {
	background: #fffcf0;/*背景色ｲ*/
}

.FAQ_table .Qu {
	 color: #f5b417;
	font-weight: 600;
	font-size: 150%;
}

#content {
    max-width: none !important;
    margin: 0 auto;
    zoom: 1;
    position: relative;
}

.ec-featureRole {
    position: relative;
    margin: 0 auto;
     padding-left: 0; 
     padding-right: 0; 
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    width: 100%;
     max-width: none; 
}




/* ----------for SP ---------- */
header + .wrapper_ .faq {
	padding: 30px 0;
}
header + .wrapper_ .faq dd {
	margin-bottom: 20px;
}
header + .wrapper_ .finding_list {
	display: block;
}
header + .wrapper_ .finding_list > li {
	width: 100%;
	margin-bottom: 2%;
	text-align: center;
}
header + .wrapper_ .finding_list > li img {
	width: 80%;
}


/* ----------for SP ---------- */
header + .wrapper_ .loginBtn_list {
	display: block;
	width: 90%;
	margin: 0 auto;
}
header + .wrapper_ .loginBtn_list li {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10%;
}
header + .wrapper_ .loginBtn_list li:last-child {
	margin-bottom: 0;
}
header + .wrapper_ .loginBtn_list li .loginBtn_text {
	text-align: center;
	font-size: 120%;
	margin-bottom: 5%;
}
header + .wrapper_ .loginBtn_list li .loginBtn01 a {
	display: flex;
	background: #107305;
	padding: 5%;
	color: #fff;
	font-size: 120%;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header + .wrapper_ .loginBtn_list li .loginBtn01 a:before {
	content: "";
	display: block;
	background: url(/html/upload/user_data/shop/A015/img/ico_memo.png) no-repeat;
	background-size: contain;
	width: 31px;
	height: 24px;
	margin-right: 5px;
}
header + .wrapper_ .loginBtn_list li .loginBtn02 a {
	border: 2px solid #107305;
	display: flex;
	background: #fff;
	padding: 5%;
	color: #107305;
	font-size: 120%;
	border-radius: 50px;
	justify-content: center;
	align-items: flex-end;
	text-decoration: none;
}
header + .wrapper_ .loginBtn_list li .loginBtn02 a:before {
	content: "";
	display: block;
	background: url(/html/upload/user_data/shop/A015/img/ico_key.png) no-repeat;
	background-size: contain;
	width: 21px;
	height: 25px;
	margin-right: 15px;
}


/*-------------------------------
注意事項
-------------------------------*/
.notes_box {
	margin: 0 auto 60px;
	line-height: 1.4;
}
.notes_box .notes_h {
	font-size: 190%;
	text-align: center;
	margin-bottom: 30px;
}
.notes_box .notes_list li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.icon2 {
	width: auto;
	margin: 0 5px;
}

/* ----------for SP ---------- */
header + .wrapper_ .notes_box {
	margin: 0 auto 60px;
}
header + .wrapper_ .notes_box .notes_h {
	font-size: 190%;
	text-align: center;
	margin-bottom: 10%;
}
header + .wrapper_ .notes_box .notes_list li {
	margin-bottom: 3%;
}
header + .wrapper_ .icon2 {
	width: auto;
	margin: 0 1%;
	vertical-align: middle;
}
