@charset "UTF-8";

.pageTitle {
	margin-bottom: 55px;
}

@media screen and (max-width: 1150px) {
	.pageTitle {
		margin-bottom: 4.783vw;
	}
}

@media screen and (max-width: 767px) {}

/* ----------------------------------------
  shop.css
---------------------------------------- */
body.sub-ctg main.m1 {
	background: none;
}

body.sub-ctg main.m2 {
	max-width: 1065px;
	padding-top: 50px !important;
	background: none;
}

body.sub-ctg main h1 {
	/* max-width: 340px; */
	margin: 0 auto 55px;
}

main.m1 h1 span img {
	width: 475px;
	width: calc(741px / 2);
}

.logo_cs {
	margin: 0 auto 40px;
	width: 475px;
}

@media screen and (max-width: 767px) {
	body.sub-ctg main.m1 {
		/* min-height: 60vh; */
	}

	body.sub-ctg main h1 {
		margin: 0 auto 55px;
		padding: 0 1em;
	}

	.logo_cs {
		margin: 0 auto;
		width: 280px;
	}
}

#map {
	background-color: #cfebab;
	position: relative;
	/* background: url("../img/shop/map_bg.png") repeat left top; */
	/* background-size: 100% 100%; */
}

#map .wrap {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}

#map .wrap .cov,
#map .wrap ul,
#map .wrap ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#map .wrap ul li {
	display: none;
}

#map .wrap ul li.on {
	display: block;
}

#map .wrap img {
	width: 100%;
}


#top_box {
	border: 1px solid #f00;
	padding: 20px 0;
	font-size: 18px;
	margin: 30px 0 30px;
	text-align: center;
	font-feature-settings: "palt";
}

#top_box span {
	font-size: 1.3em;
	font-weight: 600;
	color: #f00;
}

#shopList {
	margin: 0 auto 85px;
}

#shopList .logoMark {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	height: 75px;
	margin-bottom: 15px;
	background: #1fb9de;
	color: #fff;
}

#shopList .logoMark dl {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

#shopList .logoMark dl dt {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	min-height: 56px;
	margin: 0 auto;
	padding: 0 77px 0 48px;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
}

#shopList .logoMark dl dt::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 28px);
	width: 34px;
	height: 56px;
	background: url("../img/shop/icon_logomark_01.png") no-repeat center center/contain;
}

#shopList .logoMark dl dt::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 11px);
	width: 55px;
	height: 22px;
	background: url("../img/shop/icon_logomark_02.png") no-repeat center center/contain;
}

#shopList .logoMark dl dt span {
	line-height: 1.2;
}

#shopList .logoMark dl dd {
	margin: 0 auto;
	padding-left: 17px;
}

#shopList .logoMark dl dd ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

#shopList .logoMark dl dd ul li {
	width: 53px;
	margin: 2px 5px;
	letter-spacing: normal;
}

#shopList .shop {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

/*#shopList .shop li { width: calc((100% - 40px) / 5); margin-top: 15px; }*/
/*#shopList .shop li { width: calc((100% - 60px) / 3); margin-top: 15px;}*/

#shopList .shop>li {
	width: calc((100% - 40px) / 2);
	margin-top: 15px;
}

#shopList .shop>li {
	/* display: flex; */
	display: inline-block;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
	align-self: flex-start;
}

#shopList .shop>li .doc {
	margin: 0 0 0.5em 2em;
	padding-bottom: 1.3em;
	text-indent: -2em;
}

#shopList .shop>li .doc.row2 {
	padding-bottom: 0;
}

/* #shopList .shop li > div{width: calc((100% - 10px) / 2);} */

.logoMark {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	height: 75px;
	margin-bottom: 15px;
	background: #1fb9de;
	color: #fff;
}

.logoMark dl {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

.logoMark dl dt {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	min-height: 56px;
	margin: 0 auto;
	padding: 0 77px 0 48px;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
}

.logoMark dl dt::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 28px);
	width: 34px;
	height: 56px;
	background: url(../img/shop/icon_logomark_01.png) no-repeat center center/contain;
}

.logoMark dl dt span {
	line-height: 1.2;
}

.logoMark dl dt::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 11px);
	width: 55px;
	height: 22px;
	background: url(../img/shop/icon_logomark_02.png) no-repeat center center/contain;
}

.logoMark dl dd {
	margin: 0 auto;
	padding-left: 17px;
}

.logoMark dl dd ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.logoMark dl dd ul li {
	width: 53px;
	margin: 2px 5px;
	letter-spacing: normal;
}

.textbox {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 50px;
}

.wrap {
	max-width: 1150px;
	margin: 0 auto;
	margin-top: 80px;
}

.newshop,
#newshop {
	max-width: 1100px;
	margin: 50px auto 0;
	/* padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7f6f6; */
	text-align: center;
}

.wrap-L,
.wrap-R {
	display: inline-block;
	width: 45%;
	padding: 0 30px;
	text-align: left;
	vertical-align: top;
}

.newshop h2,
#newshop h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}

.newshop div,
#newshop div {
	font-size: 16px;
	line-height: initial;
	padding: 20px 0;
}

.newshop p span,
#newshop p span {
	font-weight: bold;
}

.newshop p a,
#newshop p a {
	color: #e34e9b;
	border-bottom: 1px solid #e34e9b;
}

.newshop p a.blue,
#newshop p a.blue {
	color: #0000ee;
	border-bottom: 1px solid #0000ee;
}

.newshop p a:hover,
.newshop p a.blue:hover,
#newshop p a:hover,
#newshop p a.blue:hover {
	text-decoration: none;
	opacity: 0.65;
}

.newshop h3.title,
.newshop h3.text,
#newshop h3.title,
#newshop h3.text {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	line-height: normal;
}

.newshop h4,
#newshop h4 {
	padding-top: 16px;
	font-size: 18px;
	font-weight: bold;
}

.newshop p.text,
#newshop p.text {
	padding: 10px 0;
	line-height: normal;
}

.newshop h3 span.text,
#newshop h3 span.text {
	font-size: 18px;
	font-weight: bold;
}

.newshop p.text2,
#newshop p.text2 {
	font-size: 14px;
}

.newshop .wrap-L h2 span,
.newshop .wrap-L h2 span,
#newshop .wrap-L h2 span,
#newshop .wrap-R h2 span {
	color: #f29600;
}

.newshop .wrap-R p span.col,
#newshop .wrap-R p span.col,
.col {
	display: inline-block;
	color: #1fb9de;
	padding-bottom: 5px;
}

main section#shopList {
	/* max-width: 890px; */
	max-width: 980px;
	text-align: center;
}

main section#shopList .pict {
	width: 100%;
	min-height: 200px;
}

main section#shopList .pict.h250 {
	min-height: 250px;
}

main section#shopList .pict p {
	padding-left: 10px;
}

.textmini {
	font-size: 10px;
	vertical-align: super;
}

#shopList .shop li .data {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
	font-feature-settings: "palt";
}

#shopList .shop li .time {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
	font-feature-settings: "palt";
}

#shopList .shop li .txt {
	font-size: 0.85em;
	line-height: 1.4em;
}

#shopList .shop li h3.txt {
	padding-left: 10px;
}

#shopList .shop li .txt2 {
	font-size: 0.8em;
	line-height: 1.6em;
	letter-spacing: -0.05em;
	margin-top: 10px;
}

#shopList .shop li.chara {
	align-self: center;
}

#shopList .shop li.chara img {
	width: auto;
	height: 120px;
}

#shopList .shop .pict div {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

body.sub-ctg main {
	/* background-color: #e5e5e5; */
	max-width: 1100px;
	padding-bottom: 0;
}

#shopList .ronb_cmgson {
	width: 100%;
	margin: 30px auto;
}

section#links {
	max-width: 980px;
	margin: 100px auto;
}

section#links li {
	text-align: center;
	/* font-size: 20px;
  font-weight: bold; */
}

.newshop p .fs12,
#newshop p .fs12 {
	font-size: 12px;
	font-weight: lighter;
	line-height: initial;
}

.newshop .indent,
#newshop .indent {
	font-weight: lighter;
	padding-left: 2em;
	text-indent: -1em;
}

.newshop .indent1,
#newshop .indent1 {
	margin-left: 1.25em;
}

.newshop .indent2,
#newshop .indent2 {
	margin-left: 1em;
	text-indent: -1em;
}


/*#d3部分*/
/* #shopList .shop #d3,
#shopList .shop .border_bottom {
	width: 100%;
	display: block;
	border-top: 2px solid #1fb9de;
	margin: 30px 0 20px;
}

#shopList .shop #d3 ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#shopList .shop #d3 li {
	width: calc((100% - 60px) / 2);
	margin-top: 0px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
}

#shopList .shop #d3 li:first-child {
	display: block;
	width: 100%;
}

#shopList .shop #d3 div {
	width: calc((100% - 10px) / 2);
}

#shopList .shop #d3 li .doc::before {
	display: none;
}

#shopList .shop #d3 .doc {
	padding-left: 0;
}

#shopList .shop #d3 .doc {
	width: 100%;
}

#shopList .shop #d3>.doc {
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 15px;
	margin-top: -10px;
}

#shopList .shop #d3 .doc span {
	background: #fff;
	padding: 10px 10px 10px 0;
} */

/*#shopList .shop li + li { margin-left: 20px; }*/
/*#shopList .shop li:nth-child(6n) { margin-left: 0; }*/
#shopList .shop li>a {
	display: block;
	text-decoration: none;
	color: #323232;
}

#shopList .shop li>a .img {
	position: relative;
	margin-bottom: 4px;
}

#shopList .shop li>a .img img {
	width: 100%;
}

/* #shopList .shop li .pict{position: relative;} */
/* #shopList .shop li .icn { position: absolute; left: 5px; top: 5px; letter-spacing: -0.38em; z-index: 1; width: 30px;} */
/* #shopList .shop li .icn li { display: inline-block; width: 30px; height: 30px; margin: 0; letter-spacing: 0; text-align: center; } */
/* #shopList .shop li .icn li + li { margin-left: 5px; } */
#shopList .shop li .doc {
	line-height: 1.3;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#shopList .shop li .doc {
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
}

#shopList .shop li .doc span {
	color: #f29600;
	font-family: dunbar-low, sans-serif;
	font-style: normal;
	padding-right: 1rem;
}

#shopList .shop li .doc span.color01 {
	color: #e34e9b;
}

/* #shopList .shop li .doc::before { content: '00'; position: absolute; left: 0; top: 0; color: #f29600; font-family: dunbar-low, sans-serif; font-style: normal; font-weight: 600; } */
#shopList .shop li>.doc.type2 p::before {
	color: #e34e9b;
}

#shopList .shop li .cont {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

#shopList .shop li.d3 a {
	pointer-events: none;
}

#shopList .shop li.d3 a,
#shopList .shop li.d5 a,
#shopList .shop li.d6 a,
#shopList .shop li.d7 a,
#shopList .shop li.d8 a,
#shopList .shop li.d9 a,
#shopList .shop li.d10 a {
	cursor: default;
}

#shopList .shop li.d5 a:hover,
#shopList .shop li.d6 a:hover,
#shopList .shop li.d7 a:hover,
#shopList .shop li.d8 a:hover,
#shopList .shop li.d9 a:hover,
#shopList .shop li.d10 a:hover {
	opacity: 1.0;
}

/* #shopList .shop li:nth-child(1) .doc::before { content: "01"; }

#shopList .shop li:nth-child(2) .doc::before { content: "02"; }

#shopList .shop li:nth-child(3) .doc::before { content: "03"; }

#shopList .shop li:nth-child(4) .doc::before { content: "04"; }

#shopList .shop li:nth-child(5) .doc::before { content: "05"; }

#shopList .shop li:nth-child(6) .doc::before { content: "06"; }

#shopList .shop li:nth-child(7) .doc::before { content: "07"; }

#shopList .shop li:nth-child(8) .doc::before { content: "08"; }

#shopList .shop li:nth-child(9) .doc::before { content: "09"; }

#shopList .shop li:nth-child(10) .doc::before { content: "10"; color: #e34e9b;}

#shopList .shop li:nth-child(11) .doc::before { content: "11"; }

#shopList .shop li:nth-child(12) .doc::before { content: "12"; color: #e34e9b;}

#shopList .shop li:nth-child(13) .doc::before { content: "13"; }

#shopList .shop li:nth-child(14) .doc::before { content: "14"; }

#shopList .shop li:nth-child(15) .doc::before { content: "15"; } */

/* MODAL WINDOW
---------------------------------------- */
body.modal {
	overflow: hidden;
}

#modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}

#modal .layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#modal .wrapper {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#modal .inner {
	position: relative;
	overflow: scroll;
	width: 100%;
	max-width: 800px;
	max-height: 90vh;
	padding: 50px 47.5px 40px 50px;
	background: #fff;
}

#modal .inner .cont {
	position: relative;
	width: 100%;
	font-feature-settings: "palt";
}

#modal .inner .cont .name {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

#modal .inner .cont .name .ttl h2 {
	margin-bottom: 0.25em;
	line-height: 1.1;
	color: #f29600;
	font-size: 2.6rem;
	font-weight: bold;
}

#modal .inner .cont .name .ttl h2 small {
	font-size: 0.6em;
}

#modal .inner .cont .name .ttl .openHours {
	color: #f29600;
	font-size: 1.4rem;
}

#modal .inner .cont .name .ttl .openHours dt {
	white-space: nowrap;
}

#modal .inner .cont .name .ttl .doc {
	margin-top: 1.5em;
}

#modal .inner .cont .name .icon ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

#modal .inner .cont .name .icon ul li {
	width: 40px;
	margin: 2.5px;
}

#modal .inner .cont .name .img {
	width: calc(40% + 1em);
	padding-left: 1em;
}

#modal .inner .cont .detail {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	font-size: 1.4rem;
}

#modal .inner .cont .detail .txt {
	flex: 0 0 auto;
	width: 50%;
	padding-right: 25px;
}

#modal .inner .cont .detail .txt.hasImage {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#modal .inner .cont .detail .txt.hasImage .document {
	flex: 0 0 auto;
}

#modal .inner .cont .detail .txt.hasImage .image {
	flex: 0 0 auto;
	padding-top: 1em;
}

#modal .inner .cont .detail .txt.hasImage .image ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

#modal .inner .cont .detail .txt.hasImage .image ul li {
	width: calc((100% - 10px) / 2);
}

#modal .inner .cont .detail .txt.hasImage .image ul li+li {
	margin-left: 10px;
}

#modal .inner .cont .detail .menu {
	flex: 0 0 auto;
	width: 50%;
	padding-left: 25px;
	border-left: 1px solid #565656;
}

#modal .inner .cont .detail .menu h3 {
	line-height: 1.1;
}

#modal .inner .cont .detail .menu h3::before {
	content: '●';
}

#modal .inner .cont .detail .menu h3.noMark::before {
	content: '';
}

#modal .inner .cont .detail .menu h4 {
	line-height: 1.1;
	color: #f29600;
}

#modal .inner .cont .detail .menu h4::before {
	content: '●';
}

#modal .inner .cont .detail .menu h3+p {
	padding-top: 0.5;
	line-height: 1.3;
}

#modal .inner .cont .detail .menu h3+h4 {
	margin-top: 0.6em;
}

#modal .inner .cont .detail .menu .list {
	width: 100%;
}

#modal .inner .cont .detail .menu .list .cell {
	padding-top: 0.5em;
	padding-right: 5px;
	line-height: 1.3;
}

#modal .inner .cont .detail .menu .list .cell small {
	font-size: 1.1rem;
}

#modal .inner .cont .detail .menu .list .cell.price {
	width: 4.5em;
	padding-right: 0;
}

#modal .inner .cont .detail .menu .list+h3 {
	margin-top: 1em;
}

#modal .inner .cont .detail .menu .list+h4 {
	margin-top: 0.6em;
}

#modal .inner .cont .detail .menu .txtLinkWrap {
	margin-top: 1em;
}

#modal .inner .cont .detail .menu .noteList {
	margin-top: 2em;
	font-size: 1.1rem;
}

#modal .inner .cont .images ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: -10px;
}

#modal .inner .cont .images ul li {
	width: calc((100% - 20px) / 3);
	margin: 0 0 0 10px;
}

#modal .inner .cont .images .cap {
	margin-top: 5px;
	line-height: 1.3;
	font-size: 1.2rem;
}

#modal .close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 35px;
	height: 35px;
	margin-bottom: 25px;
	background: #565656;
}

#modal .close::before,
#modal .close::after {
	content: '';
	position: absolute;
	left: calc(50% - 13.5px);
	top: calc(50% - 0.5px);
	width: 27px;
	height: 1px;
	background: #fff;
}

#modal .close::before {
	transform: rotate(45deg);
}

#modal .close::after {
	transform: rotate(-45deg);
}

#modal .inner .cont.type2 .name h2,
#modal .inner .cont.type2 .name .openHours {
	color: #e34e9b;
}

/*.chara{max-width: 60%; margin: 20px 20px;;}*/



/* ▼ @media : PC */
@media screen and (max-width: 1065px) {
	#shopList .logoMark {
		height: auto;
		padding: 10px;
	}

	#shopList .logoMark dl dt {
		font-size: 1.8779342723vw;
	}
}

@media screen and (max-width: 800px) {
	#modal .inner {
		max-width: 95vw;
	}
}

/* ▼ @media : SP */
@media screen and (max-width: 768px) {

	#top_box {
		font-size: 15px;
		padding: 20px;
	}

	#shopList {
		margin-bottom: 0;
	}

	#shopList .logoMark dl dt {
		min-height: 42px;
		padding-right: 50px;
		padding-left: 35px;
		font-size: 2.6041666667vw;
	}

	#shopList .logoMark dl dt::before {
		top: calc(50% - 21px);
		width: 25.5px;
		height: 42px;
	}

	#shopList .logoMark dl dt::after {
		top: calc(50% - 8.25px);
		width: 41.25px;
		height: 16.5px;
	}

	#shopList .logoMark dl dd ul li {
		width: 40px;
	}

	#shopList .shop {
		display: block;
	}

	#shopList .shop>li {
		width: 100%;
		margin-top: 15px;
	}

	/* #shopList .shop li > div{} */

	#shopList .shop #d3 li {
		width: 100%;
		margin-top: 15px;
	}

	#shopList .shop #d3 li:first-child {
		margin-top: 0px;
		margin-bottom: 0;
	}

	/* #shopList .shop #d3 div{width: 100%;} */
	#shopList .shop li .pict img {
		width: 100%;
	}

	#shopList .shop #d3 div.pict,
	/* #shopList .shop li .pict{} */
	#shopList .shop li .data,
	#shopList .shop li .time {
		font-size: 0.9em;
	}

	/*#shopList .shop li:nth-child(6n) { margin-left: auto; }*/
	/*  #shopList .shop li { width: calc((100% - 21px) / 3); margin-left: 10px; }*/
	/*#shopList .shop li:nth-child(3n-2) { margin-left: 0; }*/
	#shopList .shop li .doc {
		font-size: 2.0833333333vw;
	}

	#modal .inner {
		padding: 50px 17.5px 40px 20px;
	}

	#modal .inner .cont .name {
		margin-bottom: 1em;
	}

	#modal .inner .cont .name .icon {
		margin-top: 0.5em;
	}

	#modal .inner .cont .name .ttl .doc {
		margin-top: 1em;
	}

	#modal .inner .cont .name .img {
		width: 100%;
		margin-top: 1em;
		padding-left: 0;
	}

	#modal .inner .cont .name .img img {
		max-width: 50%;
	}

	#modal .inner .cont .detail {
		font-size: 1.6927083333vw;
	}

	#modal .inner .cont .detail .txt {
		padding-right: 15px;
	}

	#modal .inner .cont .detail .menu {
		padding-left: 15px;
	}


	.wrap {
		margin-top: 40px;
	}

	.wrap-L,
	.wrap-R {
		width: 100%;
		padding: 0 30px;
		text-align: left;
		vertical-align: top;
	}

	.textbox {
		font-size: 20px;
		padding-bottom: 25px;
	}

	.newshop,
	#newshop {
		margin: 0 auto;
		padding: 0 10px;
	}

	.logoMark {
		margin-bottom: 40px;
	}


	.logoMark dl {
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 10px;
	}

	.logoMark dl dt {
		margin: 0 auto;
		padding: 0 40px 0 36px;
		text-align: left;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.logoMark dl dt::before {
		content: '';
		position: absolute;
		left: 0;
		top: calc(50% - 28px);
		width: 28px;
		height: 56px;
		background: url(../img/shop/icon_logomark_01.png) no-repeat center center/contain;
	}

	.logoMark dl dt span {
		line-height: 1.2;
	}

	.logoMark dl dt::after {
		width: 37px;
	}

	.logoMark dl dd {
		margin: 0 auto;
		padding-left: 17px;
	}

	.logoMark dl dd ul {
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}

	.logoMark dl dd ul li {
		width: 43px;
		margin: 2px 5px;
		letter-spacing: normal;
	}

	.newshop h2,
	#newshop h2 {
		font-size: 25px;
	}

	.newshop div,
	#newshop div {
		font-size: 14px;
		padding: 10px 0;
	}

	.newshop h3.text,
	#newshop h3.text {
		font-size: 16px;
	}

	.newshop p a,
	#newshop p a {
		font-size: 14px;
	}

	#shopList .shop .pict div {
		width: 100%;
		padding: 10px 0;
	}

	main section#shopList .pict {
		height: auto;
	}

	main section#shopList .pict.h250 {
		height: auto;
	}

	section#links {
		margin: 30px auto;
	}

	.newshop .indent,
	#newshop .indent {
		padding-left: 1em;
		text-indent: 0em;
	}

}

@media screen and (max-width: 480px) {
	body.sub-ctg main.m2 {
		padding-top: 20px !important;
	}

	#shopList .logoMark {
		margin-bottom: 0;
	}

	#shopList .logoMark dl dt {
		font-size: 1.3rem;
	}

	/*#shopList .shop li:nth-child(6n), #shopList .shop li:nth-child(3n-2) { margin-left: auto; }*/
	/*  #shopList .shop li { width: calc((100% - 10px) / 2); margin-left: 10px; }*/
	/* #shopList .shop li:nth-child(odd) { margin-left: 0; }*/
	#shopList .shop li a .img .icn li {
		width: 25px;
		height: 25px;
	}

	#shopList .shop li .doc {
		padding-left: 0;
		letter-spacing: 0;
		font-size: 1.8rem;
	}

	#modal .inner {
		padding: 50px 20px 40px 20px;
	}

	#modal .inner .cont {
		padding-bottom: 40px;
	}

	#modal .inner .cont .name {
		display: block;
	}

	#modal .inner .cont .name h2 {
		font-size: 2rem;
	}

	#modal .inner .cont .name .icon ul li {
		width: 30px;
	}

	#modal .inner .cont .detail {
		display: block;
		margin-bottom: 15px;
		font-size: 3.3333333333vw;
	}

	#modal .inner .cont .detail .txt,
	#modal .inner .cont .detail .menu {
		width: 100%;
		padding: 0;
	}

	#modal .inner .cont .detail .menu {
		margin-top: 1em;
		border: none;
	}

	#modal .inner .cont .images ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	#modal .inner .cont .images ul li {
		width: 100%;
		margin: 1em 0 0;
	}

	#modal .inner .cont .name .ttl .doc {
		font-size: 3.3333333333vw;
	}

	#modal .inner .cont .name .img img {
		max-width: 100%;
	}
}

/* notes_list */
.notes_list .notes_item {
	background: #00cfb0;
	margin-bottom: 1em;
	padding: 0.5em;
}

.notes_list .notes_item:last-of-type {
	margin-bottom: 0;
}

.notes_list .notes_item .notes_detail {
	background: #fff;
}

.notes_list .notes_item .detail_title {
	background: #00cfb0;
	padding: 0.5em 1em 1em;
	color: #fff;
	font-size: 1.25em;
}

.notes_list .notes_item .detail_title small {
	font-size: 0.8em;
	display: block;
}

.notes_list .notes_item .detail_contents {
	padding: 1em;
}

.notes_list .notes_item .detail_text span {
	background: linear-gradient(transparent 60%, yellow 30%);
	font-weight: normal !important;
}

.notes_list .notes_item .detail_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.notes_list .notes_item .detail_list dt {
	background: #00cfb0;
	margin-top: 1em;
	padding: 1em 0;
	width: 60%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notes_list .notes_item .detail_list dt small {
	font-size: 0.8em;
}

.notes_list .notes_item .detail_list dd {
	margin-top: 1em;
	padding: 0.25em 0.5em;
	width: 40%;
}

.notes_list .notes_item .detail_list dd {
	margin-top: 1em;
	width: 40%;
}

.notes_list .notes_item .detail_list dd ul li::before {
	content: "・";
}






/* padding */
.newshop div.noPt,
#newshop div.noPt {
	padding-top: 0;
}

.newshop div.noPb,
#newshop div.noPb {
	padding-bottom: 0;
}

/* add 230622 */
.newshop .wrap-R.type2023,
#newshop .wrap-R.type2023 {
	padding-top: 88px;
	padding-left: 1em;
}

.newshop .wrap-R.type2023 .time,
.newshop .wrap-R.type2023 .text,
.newshop .wrap-R.type2023 .table,
#newshop .wrap-R.type2023 .time,
#newshop .wrap-R.type2023 .text,
#newshop .wrap-R.type2023 .table {
	font-size: 16px;
}

.newshop .wrap-R.type2023 .title,
#newshop .wrap-R.type2023 .title {
	font-size: 20px;
}

.newshop .wrap-R.type2023 .table.type1 {
	margin-top: 20px;
}

.newshop .wrap-R.type2023 .time,
#newshop .wrap-R.type2023 .time {
	padding-bottom: 0;
	color: #38beef;
	font-weight: bold;
}

.newshop .wrap-R.type2023 .text b,
.newshop .wrap-R.type2023 .table b,
#newshop .wrap-R.type2023 .text b,
#newshop .wrap-R.type2023 .table b {
	font-weight: bold;
}

.newshop .wrap-R.type2023 .text,
#newshop .wrap-R.type2023 .text {
	padding-top: 0;
}

.newshop .wrap-R.type2023 .table,
#newshop .wrap-R.type2023 .table {
	margin-bottom: 1em;
}

#newshop p.note {
	line-height: 1.8;
	font-size: 15px;
}

@media screen and (max-width: 768px) {

	.newshop .wrap-R.type2023,
	#newshop .wrap-R.type2023 {
		padding-top: 0;
		padding-left: 0;
	}

	.newshop .wrap-R.type2023 .time,
	.newshop .wrap-R.type2023 .title,
	.newshop .wrap-R.type2023 .text,
	.newshop .wrap-R.type2023 .table,
	#newshop .wrap-R.type2023 .time,
	#newshop .wrap-R.type2023 .title,
	#newshop .wrap-R.type2023 .text,
	#newshop .wrap-R.type2023 .table {
		font-size: 14px;
	}

	.newshop .wrap-R.type2023 .table.type1 {
		margin-top: 10px;
	}

	.newshop .irregular img {
		order: 1;
	}

	.newshop .irregular p {
		order: 3;
	}

	.newshop .irregular p.cashless {
		order: 2;
	}
}

.cashless {
	color: #009;
}

/* 2024add */
#map+.linkBtn {
	margin: 4em 0 2em;
}

#map+.linkBtn a {
	background: #009;
	max-width: 90%;
	width: 480px;
	height: 80px;
	position: relative;
}

#map+.linkBtn a::before {
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	content: "→";
}

#map+.linkBtn a:hover {
	text-decoration: none;
}









/*
  map 2023
------------------------------ */
#map .wrap .shoplist2024 {
	margin-bottom: 100px;
	width: 100%;
	position: relative;
}

#map .wrap .shoplist2024 .sn {
	/* background-color: rgba(255, 0, 0, 0.5); */
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height: 1;
	/* max-height: 35px;
	height: 10.086%; */
	max-height: 36px;
	height: 10.375%;
	position: absolute;
	text-indent: -9999em;
}

#map .wrap .shoplist2024 .sn a {
	width: 100%;
	height: 100%;
	display: block;
}

#map .wrap .shoplist2024 .sn a:hover {
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
}

/*
  01 Rivage Blue BBQ Oiso
------------------------------ */
#map .wrap .shoplist2024 .sn01 {
	background-image: url(../../shop/images/map01.webp);
	background-size: 100% auto;
	max-width: 224px;
	width: 19.478%;
	top: -3.7%;
	left: 5.5%;
}

#map .wrap .shoplist2024 .sn01 a:hover {
	background-image: url(../../shop/images/map01_on.webp);
	background-size: 100% auto;
}

/*
  02 HEIDI PARK
------------------------------ */
#map .wrap .shoplist2024 .sn02 {
	background-image: url(../../shop/images/map02.webp);
	background-size: 100% auto;
	max-width: 129px;
	width: 10.609%;
	bottom: -3.624%;
	/* bottom: 0; */
	left: 9.5%;
}

#map .wrap .shoplist2024 .sn02 a:hover {
	background-image: url(../../shop/images/map02_on.webp);
	background-size: 100% auto;
}

/*
  03 焼肉けんじ
------------------------------ */
#map .wrap .shoplist2024 .sn03 {
	background-image: url(../../shop/images/map03.webp);
	background-size: 100% auto;
	max-width: 122px;
	width: 10.609%;
	top: 13.4%;
	left: 17%;
}

#map .wrap .shoplist2024 .sn03 a:hover {
	background-image: url(../../shop/images/map03_on.webp);
	background-size: 100% auto;
}

/*
  04 マリオンクレープ
------------------------------ */
#map .wrap .shoplist2024 .sn04 {
	background-image: url(../../shop/images/map04.webp);
	background-size: 100% auto;
	max-width: 169px;
	width: 14.736%;
	top: 24.8%;
	left: 13.4%;
}

#map .wrap .shoplist2024 .sn04 a:hover {
	background-image: url(../../shop/images/map04_on.webp);
	background-size: 100% auto;
}

/*
  05 昭和レトロ食堂
------------------------------ */
#map .wrap .shoplist2024 .sn05 {
	background-image: url(../../shop/images/map05.webp);
	background-size: 100% auto;
	max-width: 151px;
	width: 13.13%;
	bottom: 8.657%;
	left: 26.2%;
}

#map .wrap .shoplist2024 .sn05 a:hover {
	background-image: url(../../shop/images/map05_on.webp);
	background-size: 100% auto;
}

/*
  06 ピザーラエクスプレス
	07 宇明家（うめいや）
------------------------------ */
#map .wrap .shoplist2024 .sn06-07 {
	background-image: url(../../shop/images/map06-07.webp);
	background-size: 100% auto;
	max-width: 221px;
	width: 19.2%;
	height: 20.173%;
	max-height: 70px;
	top: 5%;
	/*left: 49%;*/
	left: 41.5%;
}

#map .wrap .shoplist2024 .sn06-07 a:hover {
	background-image: url(../../shop/images/map06-07_on.webp);
	background-size: 100% auto;
}

/*
  08-11 SNプールサイドキッチン
------------------------------ */
#map .wrap .shoplist2024 .sn08-11 {
	background-image: url(../../shop/images/map08-11.webp);
	background-size: 100% auto;
	max-width: 460px;
	width: 40%;
	max-height: 92px;
	height: 26.513%;
	top: -25%;
	left: 32%;
}

#map .wrap .shoplist2024 .sn08-11 a:hover {
	background-image: url(../../shop/images/map08-11_on.webp);
	background-size: 100% auto;
}

/*
  12 BEACH STORE
------------------------------ */
#map .wrap .shoplist2024 .sn12 {
	background-image: url(../../shop/images/map12.webp);
	background-size: 100% auto;
	max-width: 207px;
	width: 18%;
	top: -7.7%;
	/*top: -3.7%;*/
	right: 5%;
}

#map .wrap .shoplist2024 .sn12 a:hover {
	background-image: url(../../shop/images/map12_on.webp);
	background-size: 100% auto;
}

/*
  13 サンロードショップ
------------------------------ */
#map .wrap .shoplist2024 .sn13 {
	background-image: url(../../shop/images/map13.webp);
	background-size: 100% auto;
	max-width: 179px;
	width: 15.565%;
	bottom: 6%;
	right: 10%;
}

#map .wrap .shoplist2024 .sn13 a:hover {
	background-image: url(../../shop/images/map13_on.webp);
	background-size: 100% auto;
}

/*
  14 貸具レンタル
------------------------------ */
#map .wrap .shoplist2024 .sn14 {
	background-image: url(../../shop/images/map14.webp);
	background-size: 100% auto;
	max-width: 131px;
	width: 11.391%;
	bottom: 8%;
	right: 38%;
}

#map .wrap .shoplist2024 .sn14 a:hover {
	background-image: url(../../shop/images/map14_on.webp);
	background-size: 100% auto;
}

/*
キッチンカー
  15 VEGAS DOG
	16 丹波屋
------------------------------ */
#map .wrap .shoplist2024 .sn15-16 {
	background-image: url("../../shop/images/map15-16.webp");
	background-size: 100% auto;
	max-width: 221px;
	width: 19.2%;
	height: 20.173%;
	max-height: 70px;
	top: 5%;
	left: 62%;
}

#map .wrap .shoplist2024 .sn15-16 a:hover {
	background-image: url(../../shop/images/map15-16_on.webp);
	background-size: 100% auto;
}


/* --------------------------------------------------
	renShopList
-------------------------------------------------- */
.renShopList {
	margin: 0 auto;
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
}

.renShopList__item {
	margin-bottom: 50px;
	width: 525px;
}

.renShopList__item:not(:nth-child(even)) {
	margin-right: 50px;
}

.renShopList__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
}

.renShopList__title .number,
.renShopList__title .new {
	font-weight: bold;
}

.renShopList__title .number {
	margin-right: 0.5em;
}

.renShopList__title .new.type01,
.renShopList__title .number.type01 {
	color: #f29600;
}

.renShopList__title .new.type02,
.renShopList__title .number.type02 {
	color: #0066B4;
}

.renShopList__title .new.type01,
.renShopList__title .number.type03 {
	color: #cf9f00;
}

.renShopList__wrap {
	display: flex;
	justify-content: space-between;
}

.renShopList__wrap .image {
	width: 50%;
}

.renShopList__wrap .image figcaption {
	margin-top: 0.5em;
	font-size: 14px;
}

.renShopList__wrap .content {
	width: calc(50% - 20px);
}


.renShopList__wrap .content__title,
.renShopList__wrap .content__text,
.renShopList__wrap .content__detail--text,
.renShopList__wrap .content__list,
.renShopList__wrap .content__note,
.renShopList__wrap .content__link {
	margin-bottom: 1rem;
}

.renShopList__wrap .content__title {
	font-weight: bold;
	font-size: 20px;
}

.renShopList__wrap .content__detail {}

.renShopList__wrap .content__detail--title {
	color: rgb(var(--blu));
}

.renShopList__wrap .content__detail--text {}

.renShopList__wrap .content__text {}

.renShopList__wrap .content__list li,
.renShopList__wrap .content__note li {
	margin-left: 1em;
	text-indent: -1em;
}

.renShopList__wrap .content__note li {
	font-size: 13px;
}

.renShopList__wrap .content__list li::before {
	content: "・";
}

.renShopList__wrap .content__note li::before {
	content: "※";
}

.renShopList__wrap .content__text,
.renShopList__wrap .content__list {
	font-size: 15px;
}

.renShopList__wrap .content__link .payment,
.renShopList__wrap .content__link a {
	font-size: 15px;
	color: #E1187B;
	text-decoration: none;
	cursor: pointer;
}

.renShopList__wrap .content__link .payment:hover,
.renShopList__wrap .content__link a:hover {
	text-decoration: underline;
}

.renShopList__wrap .content__link .payment::before,
.renShopList__wrap .content__link a::before {
	content: "＞";
}

/* full */
.renShopList__item.full {
	margin-right: 0;
	width: 100%;
}

.renShopList__item.full .renShopList__title {
	font-size: 28px;
}

/* .renShopList__item.full .content__title {
	font-size: 24px;
}

.renShopList__item.full .content__text,
.renShopList__item.full .content__list li,
.renShopList__item.full .content__link .payment,
.renShopList__item.full .content__link a {
	font-size: 18px;
}

.renShopList__item.full .content__note li {
	font-size: 16px;
} */

/* renShopGroup */
.renShopGroup {
	margin: 0 auto 50px;
	width: 1100px;
	border-bottom: solid 2px #40BFFF;
	position: relative;
}

.renShopGroup::before {
	background: #40BFFF;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
	content: "";
}

.renShopGroup__title {
	margin-bottom: 50px;
	line-height: 1
}

.renShopGroup__title span {
	background: rgb(var(--wht));
	padding-right: 1em;
	color: #f29600;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.renShopGroup .renShopList {
	margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
	.renShopList {
		width: 95.652vw;
	}

	.renShopList__item {
		margin-bottom: 4.348vw;
		width: 45.652vw;
	}

	.renShopList__item:not(:nth-child(even)) {
		margin-right: 4.348vw;
	}

	.renShopList__title {
		margin-bottom: 1.739vw;
		font-size: 1.565vw;
	}

	.renShopList__wrap .image figcaption {
		font-size: 1.217vw;
	}

	.renShopList__wrap .content {
		width: calc(50% - 1.739vw);
	}

	.renShopList__wrap .content__title {
		font-size: 1.739vw;
	}

	.renShopList__wrap .content__text,
	.renShopList__wrap .content__list {
		font-size: 1.304vw;
	}

	.renShopList__wrap .content__note li {
		font-size: 1.13vw;
	}

	.renShopList__wrap .content__link .payment,
	.renShopList__wrap .content__link a {
		font-size: 1.304vw;
	}

	/* full */
	.renShopList__item.full .renShopList__title {
		font-size: 2.435vw;
	}

	/* renShopGroup */
	.renShopGroup {
		margin-bottom: 4.348vw;
		width: 95.652vw;
	}

	.renShopGroup::before {
		top: 0.696vw;
	}

	.renShopGroup__title {
		margin-bottom: 4.348vw;
	}

	.renShopGroup__title span {
		font-size: 1.565vw;
	}
}

@media screen and (max-width: 768px) {
	.renShopList {
		padding: 0 6.4vw;
		width: 100%;
		display: block;
	}

	.renShopList__item {
		margin-bottom: 12vw;
		width: 100%;
	}

	.renShopList__item:not(:nth-child(even)) {
		margin-right: 0;
	}

	.renShopList__title {
		margin-bottom: 4vw;
		font-size: 4.8vw;
	}

	.renShopList__wrap {
		display: block;
	}

	.renShopList__wrap .image {
		margin-bottom: 4vw;
		width: 100%;
	}

	.renShopList__wrap .image figcaption {
		font-size: 3.2vw;
	}

	.renShopList__wrap .content {
		width: 100%;
	}

	.renShopList__wrap .content__title {
		font-size: 4.267vw;
	}

	.renShopList__wrap .content__text,
	.renShopList__wrap .content__list {
		font-size: 3.733vw;
	}

	.renShopList__wrap .content__note li {
		font-size: 3.2vw;
	}

	.renShopList__wrap .content__link .payment,
	.renShopList__wrap .content__link a {
		font-size: 4vw;
	}

	/* full */
	.renShopList__item.full .renShopList__title {
		font-size: 4.8vw;
	}

	/* renShopGroup */
	.renShopGroup {
		margin-bottom: 12vw;
		width: 100%;
	}

	.renShopGroup::before {
		width: calc(100% - 12.8vw);
		top: 2.133vw;
		left: 6.4vw;
	}

	.renShopGroup__title {
		margin: 0 auto 12vw;
		width: calc(100% - 12.8vw);
	}

	.renShopGroup__title span {
		font-size: 4.267vw;
	}
}

/* --------------------------------------------------
	popupPayment
-------------------------------------------------- */
.popupPayment {
	background: #fff;
	width: 90%;
	max-width: 320px;
	border-style: solid;
	border-width: 2px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popupPayment .inner {
	padding: 45px 18px 27px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
}

.popupPayment__title {
	margin-bottom: 25px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.popupPayment__shop {
	margin-bottom: 18px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.popupPayment__shop .number {
	margin-right: 0.5em;
	font-weight: bold;
}

.popupPayment__shop .number,
.popupPayment__shop .new {
	font-weight: bold;
}

.popupPayment__content {
	background: #fff;
	padding: 36px 18px;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
}

.popupPayment__close {
	background: url(../../guidemap/images/close.svg) center no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
	position: absolute;
	top: -18px;
	right: -18px;
	cursor: pointer;
}

.popupPayment-overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/* type01 */
.type01.popupPayment,
.type01 .popupPayment__content {
	border-color: #ee8100;
}

.type01.popupPayment .inner {
	background: #fffcf0;
}

.type01 .popupPayment__title,
.type01 .popupPayment__shop .new,
.type01 .popupPayment__shop .number {
	color: #ee8100;
}

/* type02 */
.type02.popupPayment,
.type02 .popupPayment__content {
	border-color: #0066B4;
}

.type02.popupPayment .inner {
	background: #eaf6fd;
}

.type02 .popupPayment__title,
.type02 .popupPayment__shop .new,
.type02 .popupPayment__shop .number {
	color: #0066B4;
}

/* type03 */
.type03.popupPayment,
.type03 .popupPayment__content {
	border-color: #cf9f00;
}

.type03.popupPayment .inner {
	background: #f9f5f2;
}

.type03 .popupPayment__title,
.type03 .popupPayment__shop .new,
.type03 .popupPayment__shop .number {
	color: #cf9f00;
}