/* ---------------------------
  base
----------------------------- */
:root {
  --textColor: #040000;
  --mainFont: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  --opacityTransition: opacity .2s ease-in
}
body {
  color: var(--textColor);
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--mainFont);
  overflow-x: hidden;
	letter-spacing: 0.01em;
}
a {
  color: var(--textColor);
	text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
ol {
 list-style: none;
}
ol.count-ex01 > li {
 counter-increment: count-ex01;
 position: relative;
 padding-left: 1.5rem;
 line-height: 1.85
}
ol.count-ex01 > li:before {
 content:  counter(count-ex01) "）";
 position: absolute;
 top: 0;
 left: 0;
}
/* ---------------------------
  utility
----------------------------- */
.wrapper {
  margin: 0 auto;
  max-width: 880px;
  padding: 0 40px;
}
.wrapper2 {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 40px;
}
.wrapper--relative {
	position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper, .wrapper2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper, .wrapper2 {
    padding: 0 10px;
  }
}

.container {
	background-color: #ffffff;
	padding: 32px 48px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 24px 10px;
  }
}


.br-sp {
	display: none;
}
@media screen and (max-width: 480px) {
  .br-sp {
		display: inline;
	}
}

@media screen and (max-width: 768px) {
	:root .sp-none {
		display: none;
	}
}

/* ---------------------------
  header
----------------------------- */
.header__title {
	background-color: #FF812D;
}
.header__title img {
	display: block;
	margin-inline: auto;
}
.hero {
	position: relative;
}
.hero--sp {
	display: none;
}
.hero--sp img {
	width: 100%;
	display: block;
}
.hero__bg img {
	display: block;
	width: 100%;
	height: clamp(636px, 429.538px + 23.462vw, 880px);
	object-fit: cover;
}
.hero__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	place-content: center;
}
.hero__text img {
	display: block;
	width: 100%;
	height: 636px;
	object-fit: contain;
	margin-inline: auto;
}
@media screen and (max-width: 640px) {
	.hero {
		display: none;
	}
	.hero--sp {
		display: block;
	}
	.header__title img {
		width: 60%;
	}
}

.header--page .hero__bg img,
.header--page .hero__text img {
	height: clamp(300px, 100.000px + 31.25vw, 700px);
}

/* ---------------------------
  footer
----------------------------- */
.footer {
	background-color: #FF812D;
	padding: 40px 0;
	position: relative;
}
.footer__head {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	font-size: 16px;
	text-align: center;
	padding: 2px 48px;
	border-radius: 18px;
	background-color: #ffffff;
	font-weight: bold;
}
.footer__tel {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.footer__tel dd {
	margin-top: 8px;
}
.footer__tel:not(:last-of-type) {
	margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
	.footer__head {
		padding: 4px 32px;
	}
	.footer__tel dt {
		font-size: 13px;
	}
}


/* ---------------------------
  top - intro
----------------------------- */
.section-intro {
	padding: 0 0 72px;
	background-color: #ff802e;
}
.intro-caution {
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-right: -40px;
}
.intro-caution img {
	display: block;
	width: 800px;
    margin: 0 auto;
}
.intro-lead {
	font-size: 18px;
	line-height: 2;
    margin-bottom: 2em;
}
.intro-head {
	text-align: center;
	margin-bottom: 16px;
}
.intro-head--mt {
	margin-top: 40px;
}
.intro-head-sub {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 20px;
	font-weight: bold;
}
.intro-box {
	background-color: #FFEF6D;
	border-radius: 20px;
	padding: 32px 56px;
}
.intro-box--wide {
	padding-left: 32px;
	padding-right: 32px;
}
.intro-box__head {
	margin-bottom: 24px;
	text-align: center;
}
.intro-box-flex {
	display: flex;
	justify-content: space-between;
}
.intro-box-flex__item:first-of-type {
	padding-right: 16px;
}
.intro-box-flex__item:last-of-type {
	padding-left: 16px;
}
.intro-box__notice {
	margin: 1em 0;
	font-size: 18px;
	line-height: 2;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.intro-set {
	display: flex;
	margin-top: 24px;
	align-items: flex-end;
}
.intro-set__item {
	width: 50%;
}
.intro-set__item:first-of-type {
	padding-right: 10px;
}
.intro-set__item:last-of-type {
	padding-left: 10px;
}

.intro-detail {
	padding: 32px 0;
}
.intro-detail p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.75;
}

.intro-notice {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.section-intro {
		padding-bottom: 40px;
	}
	.intro-caution {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.intro-lead {
		font-size: 16px;
		line-height: 1.5;
	}
	.intro-head-sub {
		font-size: 18px;
	}

	.intro-box-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.intro-box-flex__item:first-of-type {
		padding-right: 0;
		padding-bottom: 24px;
	}
	.intro-box-flex__item:last-of-type {
		padding-left: 0;
	}

	.intro-set {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.intro-set__item {
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	.intro-set__item:first-of-type {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.intro-set__item:last-of-type {
		padding-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.intro-head {
		margin-bottom: 6px;
	}
	.intro-head-sub {
		font-size: 16px;
	}
	.intro-caution {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
	.intro-box {
		padding: 28px 20px 24px;
	}
	.intro-box__notice {
		font-size: 16px;
	}
	.intro-detail p {
		font-size: 16px;
	}
	.intro-detail li {
		font-size: 14px;
	}
}

/* ---------------------------
  top - entry
----------------------------- */
.section-entry {
	padding: 72px 0 40px;
	background-color: #FFEF6D;
}
.entry-mainhead {
	text-align: center;
	margin-bottom: 20px;
}
.entry-head {
	text-align: center;
	margin-bottom: 24px;
}
.entry-head:not(:first-of-type) {
	margin-top: 32px;
}
.entry-start {
	text-align: center;
}
.entry-notice {
	border: 3px solid #E60012;
	background-color: #ffffff;
	margin-bottom: 40px;
	margin-top: 32px;
}
.entry-notice h3 {
	text-align: center;
	padding: 4px 16px 6px;
	background-color: #E60012;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	letter-spacing: 0.1em;
}
.entry-notice h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 99%);
	z-index: 10;
	border-top: 8px solid #E60012;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
	width: 16px;
	height: 16px;
}
.entry-notice p {
	padding: 20px 16px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
}
.entry-notice p span {
	font-weight: bold;
	color: #E60012;
}

.entry-caution {
	text-align: center;
	padding: 12px 16px;
	background-color: #004098;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
.entry-period {
	text-align: center;
}

.entry-detail span {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: normal;
}

.entry-detail p {
	font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.75;
}

.entry-pdf {
	display: flex;
	justify-content: space-around;
}
.entry-pdf__item {
	width: 50%;
	text-align: center;
	margin-top: 24px;
}
.entry-pdf__item a {
	display: inline-block;
	text-align: center;
	transition: opacity .2s ease-in;
}
.entry-pdf__item a:hover {
	opacity: 0.7;
}

.entry-action {
	margin-top: 32px;
	text-align: center;
}
.entry-action a {
	display: inline-block;
	text-align: center;
	transition: opacity .2s ease-in;
}
.entry-action a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
    .section-entry {
		padding-top: 40px;
	}
	.entry-caution {
		font-size: 20px;
	}
	.entry-pdf {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.entry-pdf__item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.entry-caution {
		padding: 8px 16px;
		font-size: 16px;
	}
	.entry-notice h3 {
		font-size: 18px;
	}
	.entry-notice p {
		font-size: 15px;
	}
	.entry-detail p {
		font-size: 16px;
	}
	.entry-detail li {
		font-size: 14px;
	}
	.entry-detail span {
		font-size: 12px;
	}
}

/* ---------------------------
  top - illust
----------------------------- */
.ill {
  display: block;
  position: absolute;
  z-index: 1;
}
.ill_1 {
  top: 200px;
  left: 32px;
}
.ill_2 {
	top: 392px;
	right: 58px;
}
.ill_3 {
  bottom: 560px;
  right: 0px;
}
.ill_4 {
  top: -120px;
  left: 82px;
}
.ill_5 {
  top: -117px;
  right: 83px;
}
.ill_6 {
  top: 70px;
  left: 32px;
}
.ill_7 {
  top: 64px;
  right: 60px;
}
.ill_8 {
  /* top: 595px; */
	top: 565px;
  left: 60px;
}
.ill_9 {
  top: 710px;
  right: 20px;
}
.ill_10 {
  bottom: -70px;
  left: 57px;
}
@media screen and (max-width: 900px) {
	.ill_3 {
		display: none;
	}
}

/* ---------------------------
  page - entry
----------------------------- */
.page-entry {
	background-color: #FFEF6D;
	padding-bottom: 40px;
	padding-top: 16px;
}
.page-entry .inner {
	padding: 40px 40px;
  border-top: 10px solid #E60012;
  text-align: center;
	background-color: #ffffff;
}
.entry-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
}
.entry-title img {
	margin: 0 auto;
}
.entry-lead {
	margin-bottom: 0px;
	line-height: 1.8;
	font-size: 18px;
	text-align: left;
	display: inline-block;
}
.entry-lead span {
	color: #E60012;
	font-weight: bold;
}
.entry-link {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.entry-link a {
	display: block;
	max-width: 360px;
	width: 100%;
	padding: 15px 0;
	color: #FFFFFF;
	transition: opacity .2s ease-in;
}
.entry-link a:hover {
	opacity: 0.7;
}
.entry-link__member {
	background-color: #E60012;
}
.entry-link__nonmember {
	background-color: #777777;
}
.entry-link--secondary {
  margin-top: 0;
  margin-bottom: 32px;
}
.entry-link--secondary a {
  font-size: 14px;
  padding: 16px;
}

.entry-info {
	margin-bottom: 30px;
	text-align: center;
	line-height: 2.5;
	font-size: 16px;
}

@media screen and (max-width:768px) {
	.page-entry .inner {
		border-top: none;
		margin: 0;
		padding: 32px 20px 40px;
	}
	.entry-title {
		margin-bottom: 20px;
	}
	.entry-title img {
		width: 200px;
	}
	.entry-lead {
		font-size: 16px;
	}
	.entry-lead br {
		display: none;
	}
	.entry-link a {
		font-size: 16px;
	}
}


/* ------------------------------

	form

------------------------------ */
.city {
	margin-bottom:20px;
	font-size: 18px;
  font-weight: bold;
}
.form {
	text-align: left;
	max-width: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 56px;
}
.form-list {
	margin-bottom: 24px;
}
.form-list dt {
	margin-bottom: 8px;
}
.form-list dd input, .form-list dd select, .form-list--textarea textarea {
  width: 100%;
  resize: none;
  border: 1px solid #B3B3B3;
  padding: 5px 15px;
  font-size: 16px;
	line-height: 1.5;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
}
.form-list dd input[type="radio"] {
  width: 16px;
  height: 16px;
  border: 1px solid #B3B3B3;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  background-color: #ffffff;
}
.form-list dd input[type="radio"]:checked {
  background-color: #E60012;
}
.form-list dd label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-list dd select {
	padding-right: 40px;
	background-image: url(../images/bottom-chevron.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 16px;
	cursor: pointer;
}
.form-list dd input:focus {
	background-color: #f2f2f2;
}
.form-list dd input.small, .form-list dd select.small {
	max-width: 200px;
}
.form-list .form-list:first-of-type {
	margin-top: 16px;
}
.form-list .form-list {
	margin-bottom: 20px;
}
.form-list .form-list dt {
	font-size: 14px;
}
.form-list--textarea {
  align-items: flex-start;
}
.form-list--textarea textarea {
  height: 300px;
  outline: none;
}
.must {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-left: 8px;
	transform: translateY(-2px);
  background-color: #E60012;
  padding: 2px 5px 3px;
}

.form-confirm__text {
	height: 100px;
	overflow-y: scroll;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.4;
}
.form-confirm__checkbox {
  text-align: center;
  margin-top: 24px;
}
.form-confirm__checkbox label {
	display: inline-block;
	cursor: pointer;
  justify-content: center;
}
.form-confirm__checkbox input[type="checkbox"] {
  border: 1px solid #B3B3B3;
  width: 16px;
  height: 16px;
	margin: 0;
	background-color: transparent;
  margin-right: 8px;
  vertical-align: text-top;
  cursor: pointer;
	padding: 0;
}
.form-confirm__checkbox input[type="checkbox"]:checked {
  background-color: #E60012;
}
.form-submit {
  margin-top: 40px;
  text-align: center;
}
.form-submit input[type="submit"] {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background-color: #E60012;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition: opacity .2s ease-in;
}
.form-submit input[type="submit"]:hover {
	opacity: 0.8;x
}
.form-submit__enter {
  font-size: 18px;
  padding: 10px 30px;
  pointer-events: none;
  opacity: 0.3;
}
.form-submit__enter.is_active {
  pointer-events: inherit;
  opacity: 1;
}

/* 確認画面 */
.confirm-table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	max-width: 480px;
  margin: 0 auto;
}
.confirm-table td, .confirm-table th {
	font-size: 14px;
	line-height: 1.5;
	padding: 12px 16px;
	border: 1px solid #333333;
	text-align: left;
}
.confirm-table th {
	background-color: #f2f2f2;
	max-width: 120px;
}

.confirm-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 24px;
}
.confirm-button input[type="submit"], input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	margin: 8px;
	padding: 12px;
	cursor: pointer;
	transition: .2s opacity ease-in;
}
.confirm-button input[type="submit"]:hover, input[type="button"]:hover {
	opacity: 0.75;
}
.confirm-button input[type="submit"] {
	background-color: #E60012;
}
.confirm-button input[type="button"] {
	background-color: #777777;
}

.error_messe {
	margin-bottom: 20px;
	color: #ff0000;
}


/* ------------------------------

	shop

------------------------------ */
.shop {
	background-color: #FFEF6D;
	padding-bottom: 40px;
	padding-top: 16px;
}
.shop .inner {
	padding: 40px 40px;
	border-top: 10px solid #003F98;
	text-align: center;
	background-color: #ffffff;
}
.shop-title {
	text-align: center;
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: bold;
}
.shop-title img {
	margin: 0 auto;
}
.shop-lead {
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin-bottom: 24px;
}

.gohome {
	margin: 30px 0 50px;
}

.topmenugo {
	margin-bottom: 50px;
}

.btn-top {
  width:150px;
  display: inline-block;
  font-size:14px;
  color:#000000;
  text-align:center;
  margin: 0 10px;
  padding:10px 0 10px;
  background:#FFFFFF;
  border-style: solid;
}

@media screen and (max-width:768px) {
	.shop {
		padding-bottom: 0;
	}
	.shop .inner {
		border-top: none;
		margin: 0;
		padding: 32px 20px 40px;
	}
	.shop-lead {
		font-size: 16px;
	}
}

/* list */
.shop-list-container {
	box-sizing: border-box;
	text-align: left;
}
.shop-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: -12px;
	box-sizing: border-box;
}
.shop-list > li {
	width: 33.3333%;
	padding-left: 24px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.shop-list > li > span,
.shop-list > li > a {
	display: block;
	padding: 12px 16px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 12px;
}
@media screen and (max-width:768px) {
	.shop-list > li {
		width: 50%;
	}
}
@media screen and (max-width:480px) {
	.shop-list > li {
		width: 100%;
		margin-bottom: 24px;
	}
}

.shop-list__item--pink > span,
.shop-list__item--pink > a {
	background-color: #E73082;
}
.shop-list__item--pink .shop-child-list__item a {
	color: #E73082;
}
.shop-list__item--red > span,
.shop-list__item--red > a {
	background-color: #EB6161;
}
.shop-list__item--red .shop-child-list__item a {
	color: #EB6161;
}
.shop-list__item--orange > span,
.shop-list__item--orange > a {
	background-color: #F18F4D;
}
.shop-list__item--orange .shop-child-list__item a {
	color: #F18F4D;
}
.shop-list__item--yellow > span,
.shop-list__item--yellow > a {
	background-color: #EDC300;
}
.shop-list__item--yellow .shop-child-list__item a {
	color: #EDC300;
}
.shop-list__item--lime > span,
.shop-list__item--lime > a {
	background-color: #AACE36;
}
.shop-list__item--lime .shop-child-list__item a {
	color: #AACE36;
}
.shop-list__item--green > span,
.shop-list__item--green > a {
	background-color: #53B98D;
}
.shop-list__item--green .shop-child-list__item a {
	color: #53B98D;
}
.shop-list__item--skyblue > span,
.shop-list__item--skyblue > a {
	background-color: #00AABA;
}
.shop-list__item--skyblue .shop-child-list__item a {
	color: #00AABA;
}
.shop-list__item--blue > span,
.shop-list__item--blue > a {
	background-color: #0094DC;
}
.shop-list__item--blue .shop-child-list__item a {
	color: #0094DC;
}
.shop-list__item--lavender > span,
.shop-list__item--lavender > a {
	background-color: #9997C9;
}
.shop-list__item--lavender .shop-child-list__item a {
	color: #9997C9;
}
.shop-list__item--purple > span,
.shop-list__item--purple > a {
	background-color: #CB72AB;
}
.shop-list__item--purple .shop-child-list__item a {
	color: #CB72AB;
}

.shop-child-list {
	display: flex;
	flex-wrap: wrap;
}
.shop-child-list__item {
	margin-bottom: 12px;
}
.shop-child-list__item a {
	display: block;
	font-size: 16px;
}
.shop-child-list__item a:hover {
	opacity: 1;
	text-decoration: underline;
}
.shop-child-list__item:not(:last-of-type) a:after {
	content: "/";
	display: inline-block;
	font-size: 16px;
	padding: 0 8px;
}


/* detail */
.shop-detail-container {
    margin-bottom: 40px;
	padding-top: 40px;
	text-align: left;
}
/* .shop-detail {
	max-width: 480px;
	margin: 0 auto;
} */
.shop-detail__head {
	border-left: 8px solid #f2f2f2;
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
}
.shop-detail__list dt {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 20px;
	padding-top: 24px;
}
.shop-detail__list dt svg {
	width: 24px;
	height: 22px;
	margin-right: 12px;
}
.shop-detail__list li {
	margin: 8px 0;
	font-size: 16px;
	line-height: 1.5;
}

.shop-detail--pink .shop-detail__head {
	border-color: #E73082;
	background-color: #F3A9C3;
}
.shop-detail--pink .shop-detail__list dt {
	color: #E73082;
	border-color: #E73082;
}
.shop-detail--pink .shop-detail__list dt svg {
	fill: #E73082;
}

.shop-detail--red .shop-detail__head {
	border-color: #EB6161;
	background-color: #e8a6a6;
}
.shop-detail--red .shop-detail__list dt {
	color: #EB6161;
	border-color: #EB6161;
}
.shop-detail--red .shop-detail__list dt svg {
	fill: #EB6161;
}

.shop-detail--orange .shop-detail__head {
	border-color: #F18F4D;
	background-color: #f6c3a1;
}
.shop-detail--orange .shop-detail__list dt {
	color: #F18F4D;
	border-color: #F18F4D;
}
.shop-detail--orange .shop-detail__list dt svg {
	fill: #F18F4D;
}

.shop-detail--yellow .shop-detail__head {
	border-color: #EDC300;
	background-color: #f6de71;
}
.shop-detail--yellow .shop-detail__list dt {
	color: #EDC300;
	border-color: #EDC300;
}
.shop-detail--yellow .shop-detail__list dt svg {
	fill: #EDC300;
}

.shop-detail--lime .shop-detail__head {
	border-color: #AACE36;
	background-color: #cce187;
}
.shop-detail--lime .shop-detail__list dt {
	color: #AACE36;
	border-color: #AACE36;
}
.shop-detail--lime .shop-detail__list dt svg {
	fill: #AACE36;
}

.shop-detail--green .shop-detail__head {
	border-color: #53B98D;
	background-color: #8adbb8;
}
.shop-detail--green .shop-detail__list dt {
	color: #53B98D;
	border-color: #53B98D;
}
.shop-detail--green .shop-detail__list dt svg {
	fill: #53B98D;
}

.shop-detail--skyblue .shop-detail__head {
	border-color: #00AABA;
	background-color: #6cd4de;
}
.shop-detail--skyblue .shop-detail__list dt {
	color: #00AABA;
	border-color: #00AABA;
}
.shop-detail--skyblue .shop-detail__list dt svg {
	fill: #00AABA;
}

.shop-detail--blue .shop-detail__head {
	border-color: #0094DC;
	background-color: #62bdea;
}
.shop-detail--blue .shop-detail__list dt {
	color: #0094DC;
	border-color: #0094DC;
}
.shop-detail--blue .shop-detail__list dt svg {
	fill: #0094DC;
}

.shop-detail--lavender .shop-detail__head {
	border-color: #9997C9;
	background-color: #cbcae4;
}
.shop-detail--lavender .shop-detail__list dt {
	color: #9997C9;
	border-color: #9997C9;
}
.shop-detail--lavender .shop-detail__list dt svg {
	fill: #9997C9;
}

.shop-detail--purple .shop-detail__head {
	border-color: #CB72AB;
	background-color: #e2a7cd;
}
.shop-detail--purple .shop-detail__list dt {
	color: #CB72AB;
	border-color: #CB72AB;
}
.shop-detail--purple .shop-detail__list dt svg {
	fill: #CB72AB;
}


.shop-detail__list ul {
	margin-bottom: 24px;
}
.shop-detail__list li {
	display: flex;
	align-items: center;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.shop-detail__list .cat {
	width: 128px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
}
.shop-detail__list .cat img {
	display: block;
  padding-right: 4px;
  width: 60px;
}
.shop-detail__list .name {
	width: 360px;
	font-weight: bold;
	font-size: 14px;
}
.shop-detail__list .info {
	width: calc(100% - 360px - 128px);
	padding-left: 24px;
}
.shop-detail__list .info span {
	display: inline-block;
	font-size: 12px;
}
@media screen and (max-width:768px) {
	.shop-detail__list li {
		display: block;
	}
  .shop-detail__list .cat {
    margin-bottom: 5px;
    justify-content: flex-start;
  }
	.shop-detail__list .name {
		width: 100%;
		font-size: 14px;
	}
	.shop-detail__list .info {
		width: 100%;
		padding-left: 0;
		font-size: 12px;
		margin-top: 2px;
	}
	.shop-detail__list .info span {
		font-size: 12px;
	}
}

.download-head {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}
.download-pdf {
	width: fit-content;
	margin-inline: auto;
}
.download-pdf li + li {
	padding-top: 8px;
}

.entry-action-notes {
	margin-top: 1em;
	text-align: center;
}

.btn_shop {
    text-align: center;
	font-size: 12px;
    margin-bottom: 40px;
}
.btn_shop img {
    display:inline-block;
}
.btn_shop a {
	transition: opacity .2s ease-in;
}
.btn_shop a:hover {
	opacity: 0.7;
}

.non-membery {
	margin-top: 20px;
}

.backhome {
	margin-top: 32px;
}
.backhome a {
	display: block;
	max-width: 360px;
	width: 100%;
	padding: 15px 0;
	color: #FFFFFF;
	background-color: #777777;
	transition: opacity .2s ease-in;
	margin-inline: auto;
}
.backhome a:hover {
	opacity: 0.7;
}
