@charset "utf-8";

/*----------------------------------
  head-contents
------------------------------------*/

#head-contents {
	margin-top:20px;
}

#head-contents .inner-box {
	padding-bottom:20px;
	border-bottom:#CCC 1px solid ;
}

#head-contents .inner-box .area-name {
}

#head-contents .inner-box .area-name {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	height:32px;
}

#head-contents .inner-box .area-name dt,
#head-contents .inner-box .area-name dd {
	display: flex;
	align-items: center;
	font-size:1.6rem;
    line-height: 1;
}

#head-contents .inner-box .area-name dt {
	justify-content: center;
	width:50%;
	max-width:160px;
	color:#FFF;
	font-weight:bold;
	background:#c70057;
	border:1px solid #c70057;
}

#head-contents .inner-box .area-name dd {
	justify-content:flex-start;
	width:50%;
	padding-left:15px;
}

#head-contents .inner-box .anchor-link {
	margin-top:20px;
}

#head-contents .inner-box .anchor-link li a {
    height: 40px;
}

#head-contents .important_area {
	margin-top:30px;
}

#head-contents .important_area + .important_area {
	margin-top:10px;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

}



/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#head-contents .inner-box .area-name {
    height: 50px
}

#head-contents .inner-box .area-name dt {
    font-size: 2rem;
    max-width: 200px;
}

#head-contents .inner-box .area-name dd {
	font-size: 2rem;
    padding-left: 30px;
}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

#head-contents {
    margin-top: 40px;
}

#head-contents .inner-box {
    padding-bottom: 35px;
}

#head-contents .inner-box .area-name {
    width: 30%;
}

#head-contents .inner-box .area-name dd {
    padding-left: 20px;
}

#head-contents .inner-box .anchor-link li a span {
    font-size: 1.4rem;
}

#head-contents .important_area {
    margin-top: 45px;
}

#head-contents .important_area + .important_area {
    margin-top: 20px;
}

}



/*----------------------------------
  store_data
------------------------------------*/

#store_data {
	margin-top:50px;
}

#store_data .inner-box {
	
}

#store_data .inner-box .left-box {
	
}

#store_data .inner-box .left-box span {
	display: block;
	border-radius: 10px;
	overflow:hidden;
    border: #707070 1px solid;
}

#store_data .inner-box .left-box > a {
	margin-top:20px;
	width: 100%;
}

#store_data .inner-box .right-box {
	margin-top:30px;
}

#store_data .inner-box .right-box dl {
	
}

#store_data .inner-box .right-box dl dt {
}

#store_data .inner-box .right-box dl dt span {
	color:#333;
	font-size:1.4rem;
    border-bottom: 1px solid #CCC;
	padding-bottom:6px;
}

#store_data .inner-box .right-box dl dt span:after {
    bottom: -1px;
    height: 1px;
}

#store_data .inner-box .right-box dl dd {
	padding-top:10px;
}

#store_data .inner-box .right-box dl dd .notice {
    margin-top: 8px;
}

#store_data .inner-box .right-box dl dd + dt{
	margin-top:15px;
}

#store_data .inner-box .right-box dl dd .btn01 {
    width: 100%;
    margin: 5px 0 10px;
}

#store_data .inner-box .right-box > a {
	display: block;
	margin-top:20px;
}

#map {
	width:100%;
	margin-top:30px;
	height:240px;
}

#map iframe {
	width:100% !important;
	height:240px !important;
}


.bnr-area {
	margin-top:30px;
}

.bnr-area ul {
	
}

.bnr-area ul li {
	border-radius: 5px;
	overflow: hidden;
}

.bnr-area ul li + li {
	margin-top:20px;
}

.bnr-area ul li.tenant {
	background:#FFF url("../../../../common_v13/img/icon/svg/icon_tenant.svg") no-repeat 28px center;
	background-size:40px;
	border:#CCC solid 2px;
}

.bnr-area ul li.tenant a {
	width:100%;
	height:85px;
	font-size: 1.6rem;
	display: flex;
	justify-content:center;
	align-items: center;
	font-weight:bold;
	line-height: 1;
	background-color: transparent;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#store_data .inner-box .left-box span {
    width: 80%;
}

#store_data .inner-box .left-box > a {
	margin-left: 0;
    max-width: none;
    width: 80%;
}

#store_data .inner-box .right-box > a {
	width:60%;
}


.bnr-area ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.bnr-area ul li.tenant {
    width: calc((100% - 10px) / 2);
}

.bnr-area ul li.tenant a {
    height: 100%;
}
	
.bnr-area ul li.recruit {
    width: calc((100% - 10px) / 2);
    margin-top: 0;
}

.bnr-area ul li.recruit a {
	display: block;
}

	
}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#store_data .inner-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#store_data .inner-box .left-box {
    width: calc(40% - 15px);
}

#store_data .inner-box .left-box span {
    width: 100%;
}

#store_data .inner-box .left-box > a {
	width:100%;
    margin-left: auto;
    padding: 13px 30px;
}

#store_data .inner-box .right-box {
    margin-top: 0;
    width: calc(60% - 15px);
}

#store_data .inner-box .right-box dl dt {
    font-weight: bold;
}

#store_data .inner-box .right-box dl dt span {
	font-size:1.6rem;
	padding-bottom: 8px;
}

#store_data .inner-box .right-box dl dd {
    padding-top: 10px;
}

#store_data .inner-box .right-box dl dd:last-of-type span {
    font-size:1.4rem;
}

#store_data .inner-box .right-box dl dd + dt {
    margin-top: 12px;
}

#store_data .inner-box .right-box dl dd .btn01 {
    margin: 10px 0 15px;
	max-width: 380px;
    padding: 13px 30px;
}

#store_data .inner-box .right-box > a {
	margin-top:45px;
	max-width:83.5%;
	width:auto;
}
	
#map {
    margin-top: 50px;
    height: 350px;
}

#map iframe {
	height:350px !important;
}

.bnr-area {
	width:100%;
    margin-top: 40px;
}

.bnr-area ul li {
    border-radius: 10px;
}

.bnr-area ul li.tenant {
    width: calc((100% - 40px) / 2);
    background-position: 50px center;
    background-size: 70px auto;
    box-sizing: border-box;
    transition: .2s all ease;
}

.bnr-area ul li.tenant:hover {
    background-color: #FFF565 !important;
}

.bnr-area ul li.tenant a {
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-size: 20px auto;
	background-position: right 30px center;
}

.bnr-area ul li.tenant a:hover{
	text-decoration: none;
}

.bnr-area ul li.recruit {
    width: calc((100% - 40px) / 2);
}

	



}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

#store_data .inner-box .left-box {
    width: calc(40% - 25px);
}

#store_data .inner-box .right-box {
    width: calc(60% - 25px);
}

}




/*----------------------------------
  store_info
------------------------------------*/

#store_info {
	margin-top:50px;
}

#store_info .inner-box {
	
}

#store_info .inner-box > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#store_info .inner-box > div h3 {
	
}

#store_info .inner-box > div a {
	max-width:110px;
	height:32px;
    margin-right: 0;
}

#store_info .inner-box dl {
	
}

#store_info .inner-box dl dt {
	font-size:1.2rem;
}

#store_info .inner-box dl dd {
    border-bottom: 1px solid #CCC;
    margin-top: 5px;
    padding-bottom: 6px;
}

#store_info .inner-box dl dd + dt {
	margin-top: 15px;
}


#store_info .inner-box .sns-area {
	margin-top:0;
}

#store_info .inner-box .sns-area li {
}

#store_info .inner-box .sns-area li + li {
	margin-top:15px;
}

#store_info .inner-box .sns-area li.line {
	background:#06C755 url("../../../../common_v13/img/icon/svg/sns/icon_line.svg") no-repeat 15px center;
	background-size:45px auto;
	border-radius: 40px;
}

#store_info .inner-box .sns-area li.instagram {
	background:
		url("../../../../common_v13/img/icon/svg/sns/icon_insta-wh.svg"),
		linear-gradient(270deg, #B039DB 0%, #F1224D 100%);
	background-repeat:no-repeat;
	background-position:
		23px center,
		0% 0%;
	background-size:
		30px auto,
		auto;
	border-radius: 40px;
}

#store_info .inner-box .sns-area li.facebook {
    background: #1877F2 url("../../../../common_v13/img/icon/svg/sns/icon_fb.svg") no-repeat 25px 11px;
    background-size: 28px auto;
    border-radius: 40px;
}

#store_info .inner-box .sns-area li a {
	width:100%;
	display: flex;
	justify-content:center;
	align-items: center;
	height:55px;
	border-radius:25px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#FFF;
    background-color: transparent;
    background-position: right 20px center;
    background-size: 16px auto;
	text-align: center;
}

#store_info .inner-box .app {
    margin-top: 20px;
}

#store_info .inner-box .app a {
	display: block;
	width:100%;
	border-radius: 10px;
	border:1px solid #CCC;
	overflow: hidden;
}

#store_info .inner-box .app span {
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#store_info .inner-box .sns-area {
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
}

#store_info .inner-box .sns-area li {
	width: calc((100% - 40px) / 3);
}

#store_info .inner-box .sns-area li + li {
	margin-top: 0;
	margin-left: 20px;
}

#store_info .inner-box .app a {
	width: calc((100% - 10px) / 2);
}


}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#store_info {
    margin-top: 100px;
}

#store_info .inner-box .sns-area li {
    width: calc((100% - 60px) / 3);
}

#store_info .inner-box .sns-area li a {
    font-size: 1.8rem;
    background-position: right 30px center;
    background-size: 20px auto;
}

#store_info .inner-box .sns-area li a:hover {
	text-decoration: none;
}

#store_info .inner-box .sns-area li + li {
    margin-left: 30px;
}

#store_info .inner-box .sns-area li.line {
    background-position: 25px center;
    background-size: 60px auto;
    border-radius: 60px;
}

#store_info .inner-box .sns-area li.line a {
    height: 80px;
    border-radius: 0px;
}

#store_info .inner-box .sns-area li.instagram {
    background:
		url("../../../../common_v13/img/icon/svg/sns/icon_insta-wh.svg"),
		linear-gradient(270deg, #B039DB 0%, #F1224D 100%);
    background-repeat: no-repeat;
    background-position:
		40px center,
		0% 0%;
    background-size:
		40px auto,
		auto;
    border-radius: 60px;
}

#store_info .inner-box .sns-area li.instagram a {
    height: 80px;
    border-radius: 0;
}

#store_info .inner-box .sns-area li.facebook {
    background-position: 25px 16px;
    background-size: 40px auto;
    border-radius: 60px;
}

#store_info .inner-box .sns-area li.facebook a {
    height: 80px;
    border-radius: 0px;
}

#store_info .inner-box .app {
	margin-top:30px;
}

#store_info .inner-box .app a {
	width: calc((100% - 60px) / 3);
}

#store_info .inner-box .app span {
    font-size: 1.4rem;
}


}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

#store_info .inner-box .sns-area li {
    width: calc((100% - 40px) / 3);
}

#store_info .inner-box .sns-area li + li {
    margin-left: 20px;
}

#store_info .inner-box .sns-area li.facebook {
    background-position: 30px 16px;
}




}




/*----------------------------------
  shop_news
------------------------------------*/

#shop_news {
	margin-top:50px;
	overflow: hidden;
}

#shop_news .inner-box {
    padding: 0 20px;
}

#shop_news .inner-box > div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
    padding: 0;
}

#shop_news .inner-box > div h3 {
	
}

#shop_news .inner-box > div a {
	max-width:110px;
	height:32px;
    margin-right: 0;
}


#shop_news #shop-Slider {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

#shop_news #shop-Slider .slick-list{
	overflow: visible;
}

#shop_news #shop-Slider li {
}

#shop_news #shop-Slider li > div {
	display: block;
	margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    overflow: hidden;
}

#shop_news #shop-Slider li a {
	display: block;
	text-decoration:none;
	background:#FFF;
}

#shop_news #shop-Slider li a > span {
	display: block;
	overflow: hidden;
}

#shop_news #shop-Slider img{
	object-fit: cover;
	font-family: 'object-fit: cover';
	width: 100%;
	height: 210px;
}

#shop_news #shop-Slider li a div {
	padding:15px 20px;
}

#shop_news #shop-Slider li a div h3 {
	font-size:1.6rem;
	line-height:1.6;
}

#shop_news #shop-Slider li a div span {
    display: block;
    margin-top: 3px;
}

#shop_news .slick-arrow {
	display: none !important;
}


#shop_news #shop-Slider .event_icon {
    width:100%;
    height:auto;
    min-height:inherit;
    display:block!important;
    font-size:0;
    margin-bottom:8px;
}

#shop_news #shop-Slider .event_icon > span{
    font-size:1.2rem;
    width:auto;
    height:auto;
    min-height:inherit;
    display:inline-block!important;
    padding:0.5rem 1.5rem;
    border-radius: 5px;
    color:#fff;
    background:#000;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height:1;
    letter-spacing: 0.1em;
    font-weight: normal;
}

/* イベント情報 */
#shop_news #shop-Slider .eventCateInfo  > span{
    background:#c70057;
}
/*お得情報*/
#shop_news #shop-Slider .eventCatSale > span{
    background:#CF2B2E;
}
/*お知らせ*/
#shop_news #shop-Slider .eventCateES > span{
    background:#222;
}
/*おすすめ商品*/
#shop_news #shop-Slider .Cateosusume > span{
    background:#DF6C1F;
}
/*テナント情報*/
#shop_news #shop-Slider .Catetenanto > span{
    background:#1652BC;
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#shop_news {
    margin-top: 100px;
}

#shop_news .inner-box > div a {
    max-width: 150px;
    height: 32px !important;
    margin-right: auto;
    margin-left: 30px;
}


#shop_news #shop-Slider {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
	padding: 0 0 37px 0;
    overflow: hidden;
    width: calc(100% - 40px);
}

#shop_news #shop-Slider .slick-list {
	margin-left: auto;
    margin-right: auto;
    width: calc(100% - 100px);
    overflow: hidden !important;
	padding-bottom: 15px;
}

#shop_news #shop-Slider img {
}

#shop_news #shop-Slider li a div span {
	font-size:1.4rem;
    margin-top: 5px;
}

#shop_news .slick-arrow {
    display: flex !important;
}



}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

#shop_news .inner-box > div a {
    height: 40px !important;
}







}


/* PC用1600px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1600px){

#shop_news #shop-Slider {
    width:100%;
}

#shop_news .inner-box {
    padding: 0;
}

}



/*----------------------------------
  flyer_info
------------------------------------*/

#flyer_info {
	margin-top:50px;
}

#flyer_info .inner-box {
	
}

#flyer_info .inner-box > div:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#flyer_info .inner-box > div:first-of-type h3 {
	
}

#flyer_info .inner-box > div:first-of-type a {
	justify-content:flex-end;
	text-decoration: underline;
}

#flyer_info .shufoo-box.pc {
	display: none !important;
}


#flyer_info .inner-box .shufoo-box {
    width: 100% !important;
    height: 270px !important;
	padding:0 !important;
	background:#FFF;
	border: 1px solid #CCC !important;
}

#flyer_info .shufoo-img img {
	width: auto;
    height: 60px;
}

#flyer_info .shufoo-chirashi {
}

#flyer_info .inner-box .shufoo-box *{
    box-sizing: content-box !important;
}

#flyer_info .shufoo-thumb img {
	display:inline !important;
    width: auto !important;
    height: auto !important;
}

#flyer_info .inner-box .shufoo-box ::before,
#flyer_info .inner-box .shufoo-box ::after {
    box-sizing: content-box;
}

#flyer_info div.shufoo-vertical .shufoo-shopList .shufoo-item {
    padding: 5px 10px 4px 10px !important;
    margin: auto;
}

.shufoo-box.sp .shufoo-ui-area {
	padding: 2px 10px 0px 5px !important;
}


#flyer_info .shufoo-box.sp {
	display: block !important;
    overflow: hidden;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#flyer_info .shufoo-box.sp {
	display: none !important;
}

#flyer_info .shufoo-box.pc {
	display: block !important;
    overflow: hidden;
}


#flyer_info .shufoo-box.pc .shufoo-chirashi > div > ul {
	padding-top: 20px !important;
}

#flyer_info .inner-box .shufoo-box {
    height: 230px !important;
}


}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#flyer_info {
    margin-top: 100px;
}

#flyer_info .inner-box > div:first-of-type {
    justify-content: flex-start;
}

#flyer_info .inner-box > div:first-of-type a {
    margin-left: 40px;
    font-size: 1.4rem;
}

#flyer_info .inner-box .shufoo-box {
	max-width:1280px;
	width:100%;
    height: 300px !important;
}

#flyer_info .shufoo-box.pc .shufoo-chirashi {
}

#flyer_info .shufoo-box.pc .shufoo-chirashi > div > ul {
	padding-top: 40px !important;
}


}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}



/*----------------------------------
  service
------------------------------------*/

/* paymentと共通 */

.item-box {
}
.item-box + .item-box {
	margin-top:30px;
}
.item-box h4 {
	font-size:1.6rem;
}
.item-box h4 span {
    padding-bottom: 8px;
	font-weight:normal !important;
}
.item-box h4 + a {
    display: block;
    margin-top: 18px;
    border: 1px solid #CCC;
    border-radius: 10px;
    max-width: 400px;
    overflow: hidden;
}
.item-box .icon-list {
	margin-top:11px;
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
}
.item-box .icon-list li {
	width:62px;
	height:62px;
	margin-right:6px;
	margin-top:6px;
}
.item-box .txt-list {
	margin-top:15px;
}
.item-box .txt-list li {
	margin-left:1em;
	text-indent:-1em;
	line-height:1.6;
}
.item-box .notice-list {
	margin-top:20px;
}
.item-box .notice-list li a {
	text-decoration: underline;
	font-size:1.4rem;
}



#service {
	margin-top:50px;
}


/* modal-window */

#hoge.modal-content h5 {
    border-bottom: 1px solid #CCC;
    width: 100%;
    font-size: 1.4rem;
    padding: 0 15px 10px;
}

#hoge.modal-content > ul {
    padding: 10px 15px 0;
}

#hoge.modal-content > ul > li {
    border-bottom: 1px #CCC solid;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

#hoge.modal-content > ul > li + li {
    padding-top: 10px;
}

#hoge.modal-content > ul > li:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}

#hoge.modal-content > ul > li span {
    width: 52px;
    height: 52px;
    display: block;
}

#hoge.modal-content > ul > li p {
    width: calc(100% - 52px - 15px);
    line-height: 1.6;
}





/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

.item-box .icon-list li {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-top: 10px;
}

/* modal-window */

#hoge.modal-content h5 {
    font-size: 1.8rem;
    padding: 0 30px 10px;
    display: flex;
    justify-content: center;
}

#hoge.modal-content > ul {
    padding: 20px 30px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#hoge.modal-content > ul > li {
    width: calc((100% - 20px) / 2);
    border-bottom: none;
    padding-bottom: 20px;
}

#hoge.modal-content > ul > li + li {
    padding-top: 0;
}

#hoge.modal-content > ul > li:nth-child(even){
	margin-left:20px;
}

#hoge.modal-content > ul > li p {
	font-size:1.4rem;
    line-height: 1.8;
}

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#service {
    margin-top: 100px;
}

.item-box + .item-box {
    margin-top: 30px;
}

.item-box .icon-list li {
    width: 100px;
    height: 100px;
}

.item-box .txt-list {
    font-size: 1.4rem;
}

.item-box h4 span {
	font-size:1.8rem;
    padding-bottom: 10px;
    font-weight: bold !important;
}


}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

/* modal-window */

#hoge.modal-content h5 {
    padding: 0 40px 25px;
}

#hoge.modal-content > ul {
    padding: 30px 50px 0;
    justify-content: flex-start;
}

#hoge.modal-content > ul > li {
    width: calc((100% - 80px) / 3);
    padding-bottom: 30px;
}

#hoge.modal-content > ul > li + li {
    padding-top: 0;
	margin-left:40px;
}

#hoge.modal-content > ul > li:nth-child(even){
	margin-left:40px;
}

#hoge.modal-content > ul > li:nth-child(3n+1) {
	margin-left:0;
}

#hoge.modal-content > ul > li span {
    width: 100px;
    height: 100px;
}

#hoge.modal-content > ul > li p {
    width: calc(100% - 100px - 12px);
    line-height: 1.8;
}


}



/*----------------------------------
  payment
------------------------------------*/

#payment {
	margin-top:50px;
}

#payment .item-box .icon-list li {
	padding:0;
	border: #CCC 1px solid;
    background: #FFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#payment .item-box .icon-list li img { 
    width: 80%;
}

#payment #credit.item-box .icon-list {
	
}

#payment #credit.item-box .icon-list li:nth-child(1) img {
	width: 88%;
}
#payment #credit.item-box .icon-list li:nth-child(4) img {
    width: 100%;
}
#payment #credit.item-box .icon-list li:nth-child(5) img {
	width: 100%;
}
#payment #credit.item-box .icon-list li:nth-child(6) img {
	width: 100%;
}
#payment #credit.item-box .icon-list li:nth-child(7) img {
    width: 100%;
}
#payment #credit.item-box .icon-list li:nth-child(8) img {
	/*width: 60%;*/
	width: 100%;
}


#payment #barcode.item-box .icon-list li:nth-child(5) img {
    width: 90%;
}
#payment #barcode.item-box .icon-list li:nth-child(6) img {
    width: 45%;
}
#payment #barcode.item-box .icon-list li:nth-child(8) img {
	width: 55%;
}
#payment #barcode.item-box .icon-list li:nth-child(9) img {
    width: 80%;
}
#payment #barcode.item-box .icon-list li:nth-child(10) img {
	width: 90%;
}

#payment #barcode .notice-list li a {
	letter-spacing: -1px;
}





/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}



/*----------------------------------
  campaign
------------------------------------*/

#campaign {
	margin-top:50px;
}

#campaign .inner-box {
	
}

#campaign .inner-box > div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

#campaign .inner-box > div h3 {
	
}

#campaign .inner-box > div a {
	max-width:110px;
	height:32px;
    margin-right: 0;
}

#campaign .inner-box ul {
	
}

#campaign .inner-box ul li {
    border-radius: 20px;
    width:100% !important;
    overflow: hidden;
}

#campaign .inner-box ul li + li {
	margin-top:10px;
}

#campaign .inner-box ul li a {
    height: 86px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}

#campaign .inner-box ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFBF3;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: auto;
}

#campaign .inner-box ul li:nth-child(1) a span img {
	width: 60%;
}
#campaign .inner-box ul li:nth-child(2) a span img {
	width: 100%;
}
#campaign .inner-box ul li:nth-child(3) a span img {
	width: 52%;
}

#campaign .inner-box ul li a p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #F3FFF2;
    line-height: 1;
    width: calc(100% - 108px);
    background-position:right 40px center;

}








/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#campaign .inner-box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#campaign .inner-box ul li {
    width: calc((100% - 20px) / 2) !important;
}

#campaign .inner-box ul li:nth-child(even) {
    margin-left: 20px;
}

#campaign .inner-box ul li + li {
    margin-top: 0;
}

#campaign .inner-box ul li:nth-child(n+3) {
    margin-top: 20px;
}




}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#campaign {
    margin-top: 100px;
}

#campaign .inner-box > div {
    justify-content: flex-start;
}

#campaign  .inner-box > div a {
    max-width: 150px;
    height: 32px !important;
    margin-right: auto;
    margin-left: 30px;
}

#campaign .inner-box ul li {
    width: calc((100% - 40px) / 3) !important;
}

#campaign .inner-box ul li:nth-child(even) {
    margin-left: 0;
}

#campaign .inner-box ul li + li {
    margin-left: 20px !important;
}

#campaign .inner-box ul li:nth-child(n+3) {
    margin-top: 0;
}

#campaign .inner-box ul li a {
    height: 100px;
    display: flex;
    justify-content: space-between;
}

#campaign .inner-box ul li a:hover {
	text-decoration: none;
}

#campaign .inner-box ul li a span {
    width: 90px;
    height: 90px;
    margin: auto;
}

#campaign .inner-box ul li a p {
    font-size: 2rem;
    line-height: 1;
    width: calc(100% - 124px);
    background-position: right 1em center;
	transition: .2s all ease;
}

#campaign .inner-box ul li a:hover p {
	background-color: #FFF565;
}





}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}