@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ////////////////////////////////// */
/* body html */
/* ////////////////////////////////// */
/*
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
*/
:root {
	--cont-gap: 40px;
	--cont-padd: 56px;
	--clip-path-heigt:40px;
}

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

h1 {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

.fa-soli::before {
	font-weight: 900;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.pc_inline {
	display: inline;
}

.sp_inline {
	display: none;
}

/* ////////////////////////////////// */
/* common */
/* ////////////////////////////////// */
h2 {
	font-size: 24px;
	font-weight: 700;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 160%;
}

.indent {
	padding-left: 1em !important;
	text-indent: -1em;
}

.head {
	margin: 0 auto 2em auto;
	padding: 0;
	width: 100%;
	height: auto;
}

.head_b {
	margin: 2em auto 2em auto;
	padding: 0;
	width: 100%;
	height: auto;
}

.t_left {
	text-align: left;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.tx_50par {
	font-size: 0.5em;
	line-height: 160%;
}

.tx_80par {
	font-size: 0.8em;
	line-height: 160%;
}

.tx_150par {
	font-size: 1.5em;
	line-height: 160%;
}

.tx_3em {
	font-size: 3em;
	line-height: 160%;
}

.mar_top_off {
	margin-top: 0 !important;
}

.mar_top_3em {
	margin-top: 3em !important;
}

.mar_btm_off {
	margin-bottom: 0 !important;
}

.mar_btm_1em {
	margin-bottom: 1em !important;
}

.mar_btm_2em {
	margin-bottom: 2em !important;
}

.mar_10em {
	margin: 10em 0 !important;
}

.pad_1em {
	padding: 1em;
	box-sizing: border-box;
}

.pad_lf_1em {
	padding: 0 1em 0 1em;
	box-sizing: border-box;
}

.tx_border {
	border: 1px;
	border-style: none none solid none;
	border-color: #ffffff;
}

.box_border {
	margin: 0;
	padding: 1em;
	width: 100%;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
}

hr.border {
	margin: 2em 0 2em 0;
	padding: 0;
	width: 100%;
	height: 0;
	border: 1px;
	border-style: none none solid none;
	border-color: #cccccc;
}

hr.border_white {
	margin: 2em 0 2em 0;
	padding: 0;
	width: 100%;
	height: 0;
	border: 1px;
	border-style: none none solid none;
	border-color: #ffffff;
}

hr.dot_white {
	margin: 2em auto 2em auto;
	padding: 0;
	width: 80%;
	height: 0;
	border: 1px;
	border-style: none none dashed none;
	border-color: #ffffff;
}

.space_03 {
	margin: 0 0 3em 0;
	padding: 0;
	width: 100%;
	height: 0;
}

.cl2_lf {
	position: relative;
	margin: 1em 0 1em 0;
	padding: 0;
	width: 48%;
	height: auto;
	float: left;
}

.cl2_rt {
	position: relative;
	margin: 1em 0 1em 0;
	padding: 0;
	width: 48%;
	height: auto;
	float: right;
}

.cl3_lf {
	position: relative;
	margin: 1em 0.5% 1em 0;
	padding: 0;
	width: 32%;
	height: auto;
	float: left;
}

.cl3_cn {
	position: relative;
	margin: 1em 1.5% 1em 1.5%;
	padding: 0;
	width: 32%;
	height: auto;
	float: left;
}

.cl3_rt {
	position: relative;
	margin: 1em 0 1em 0.5%;
	padding: 0;
	width: 32%;
	height: auto;
	float: left;
}

.fit100 {
	width: 100%;
	height: auto;
}

.back_btn {
	position: fixed;
	bottom: 40px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 180px;
	height: auto;
	z-index: 2;
}

/* ////////////////////////////////// */
/* contents */
/* ////////////////////////////////// */
/*アンカーリンク画面ギリギリ回避*/
#keihin_map,
#keihin,
#score,
#course4,
#course6,
#course8,
#course10,
#course12,
#course16 {
	margin-top: -20px;
	padding-top: 20px;
}

.cp_rogo {
	width: 25%;
	margin: 0 auto;
}

.contents01 {
	background-color: #6eb92b;
	background: linear-gradient(#6eb92b 90%, #d1ec9c 97%);
	position: relative;
	padding: 30px 15px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.contents01 h2 {
	color: #fff;
	padding: 0 0 1rem 0;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
}

.contents01 a {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	/*	width: 60%;*/
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

.contents01 a img {
	height: 100%;
}

.contents01 a p {
	font-size: 1.4em;
	margin: 0 auto;
	padding: 10px 0;
	color: #333 !important;
}

.contents01 .contst {
	width: 870px;
	text-align: right;
	margin: 0 auto;
	padding-right: 0;
}

.contents01 .top02_img {
	margin: 0 auto;
	padding: 0 20px;
}
.contents01 .top02_img img {
	width: 100%;
}

.btn_01 {
	border-radius: 20px;
	color: #FFFFFF !important;
	font-size: 21px;
	font-weight: 100;
	background-color: #6f3f01;
	border: solid #FFFFFF 3px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.f-end {
	justify-content: flex-end !important;
}

.contents01 {
	padding: var(--cont-gap) 0;
}

.contents01 p {
	color: #FFFFFF;
	font-weight: 700;
	width: 70%;
	margin: 0 auto;
}

.contents01 span {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 100%;
}

.period {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	max-width: 90%;
	margin: 0 1em 3em 1em;
	padding: 0.7em 1em;
	border-radius: 1em;
	background: #f8ffeb;
}

.period img {
	width: 25% !important;
	max-width: 120px;
	height: auto;
	padding: 0 2em 0 1em;
}

.period p {
	width: auto;
	margin: 0 0;
	color: #426F1A !important;
	font-size: 1.1rem;
}

.contents02 {
	padding: var(--cont-gap) var(--cont-padd);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em 3em;
	background-color: #d1ec9c;
}

/*
.contents02 a {

	width: 35%;
	padding: 30px 0;

	position: relative;
	border-radius: 16px;
	color: #FFFFFF !important;
	font-family: ;
	font-size: 16px;
	font-weight: 100;

	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;

}
*/
.contents02 img {
	width: 100%;
}

.contents03 {
	position: relative;
	padding: calc(var(--clip-path-heigt) + var(--cont-padd)) var(--cont-padd) calc(var(--cont-padd) / 2) var(--cont-padd);
	background: #f4efe9;
}

.contents03 h2 {
	width: 100%;
	margin: auto 97px;
	padding: 0.8em 0;
	text-align: center;
	color: #551900;
}

.contents04::after {
	content: "";
	position: absolute;
	height: var(--clip-path-heigt);
	width: 100%;
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
	background-color: #afe3fd; /* デモは青色の部分 */
	left: 0;
	top: auto;
	bottom: calc(var(--clip-path-heigt) * -1);
	z-index: 2;
}

.contents03::after {
	content: "";
	position: absolute;
	height: var(--clip-path-heigt);
	width: 100%;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #f4efe9;
	left: 0;
	top: auto;
	bottom: calc(var(--clip-path-heigt) * -1);
	z-index: 2;
}

.contents04 {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #000000;
	width: 100%;
	padding: 0 0 50px 0;
	background-color: #afe3fd;
	background-image: url(../images/keihinback_01.png);
}

.contents04 h2 {
	padding: 0.8em 0;
	text-align: center;
}

.contents04 > .column {
	display: flex;
	margin: 2em auto;
}

.contents04 > .column > .column_1 {
	flex: 3;
	margin: auto;
}

.contents04 > .column > .column_1 > p {
	color: #004098;
	padding: 5% 5%;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	border: 3px solid #004098;
}

.contents04 > .column > .column_2 {
	flex: 7;
	margin: 0 auto;
	padding: 0 1em;
}

.contents04 > .column > .column_2 > p {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
}

.note {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 2em 1em 1em 1em;
	color: black;
}

.note > .bg_head {
	background: #ffffff;
	width: 100%;
	/* padding: 1em 1em; */
}

.note > .bg_head_3 {
	background: #ffffff;
	padding: 1em;
	/* border: #747474 solid 0.2rem; */
}

.note > .bg_head_3 h4 {
	text-align: left;
	line-height: 0.5em;
	margin: 1em auto;
}

.note > .bg_head_3 > .column {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

.note > .bg_head_3 > .column > .columns {
	padding-right: 5px;
}

.note > .bg_head_3 > .column > .column_1 {
	width: 50%;
}

.note > .bg_head_3 > .column > .column_2 {
	width: 50%;
}

.note > .bg_head > hr {
	border-color: orange !important;
	/* color: #6f3f01; */
}

.note ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 auto;
	text-align: left;
}

.sub_title {
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: bold;
	color: orange;
	text-align: center;
}

/*
#keihin h3 {
	text-align: center;
	font-size: 1.8em;
	color: #6f3f01;
	padding: 0.8em 0;
}
*/
.keihin_hedder {
	position: relative;
}
.keihin_hedder .spacer {
	height: 2rem;
}

.catalog {
	position: absolute;
	left: auto;
	right: 4px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36%;
}
.catalog figure {
	max-width: 240px;
	margin: 2rem auto 18px auto;
}
.catalog figure img {
	border: #fff solid 2px;
	box-shadow: 5px 5px 15px -10px #777777;
}
.catalog figcaption {
	position: relative;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 1rem;
	color: #e8380d;
	background: #fff000;
	font-weight: 700;
	box-shadow: 5px 5px 15px -10px #777777;
}

.course_Anchor ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em 1em;
}

.course_Anchor li {
	width: 25%;
	text-align: center;
}

.course_Anchor li a {
	scroll-behavior: smooth;
	display: block;
	padding: 1em;
	border-radius: 10px;
	background-color: #6d3f01;
	color: #fdf300;
}

.course_Anchor li:hover {
	opacity: 0.8;
	color: #fdf300;
}

.course_Anchor li a:hover {
	opacity: 0.8;
	color: #fdf300;
}

.course_Anchor a:visited {
	color: #fdf300;
}

.course_container {
	width: 90%;
	margin: 0 auto;
}

.course_container h3 {
	margin: 1em auto;
	padding: 0.3em 0.5em;
	font-size: 2em;
	color: #6d3f01;
}

.item_container {
	display: flex;
	flex-flow: column nowrap;
	/*padding-bottom: 3em;*/
}
.item_container h3 {
	text-align: center;
}
.item_container .item {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	width: 100%;
	gap: 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #b3b3b3;
}
.item_container .item figure {
	position: relative;
	margin: 0;
	width: 50%;
	height: auto;
}
.item_container .item img {
	width: 100%;
	height: auto;
}
.item_container .item p {
	width: 50%;
	box-sizing: border-box;
}

.hk_map {
	position: relative;
}

.hk_map .top-right {
	position: absolute;
	top: 0;
	right: 5%;
	width: 25%;
}

.top-right img {
	width: 100%;
}

.top-right p {
	width: 100%;
	font-size: 80%;
	white-space: nowrap;
}

.hk_map .btm-right {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 25px;
	width: 52%;
}

.hk_map .top-left {
	position: absolute;
	top: 7%;
	left: 2%;
	width: 240px;
	height: 116px;
}

.hk_map .top-left img {
	width: 100%;
}

.hk_map .top-left:after {
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(../images/point.png);
	background-size: contain;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	top: 25%;
	left: 95%;
	transform: rotate(30deg);
}

.map_drink {
	position: absolute;
	display: flex;
	flex-flow: column wrap;
	bottom: 10px;
	right: 25px;
	width: 52%;
	background-color: rgba(255, 255, 255, 0.6);
	border: solid 1px #a88c66;
	border-radius: 1em;
}

.map_drink img {
	width: 100%;
}

.map_drink p {
	width: 100%;
	font-size: 80%;
	text-align: right;
	padding-bottom: 0.8em;
}

#keihin h2 img {
	width: 100%;
}

.list-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em 1em;
}

.contents03 h2 {
	width: 100%;
	margin: auto 0;
	padding: 0.8em 0 0.4em 0;
}

.list-container p {
	width: 95%;
	margin: 0 0;
}

.contents03 .caption {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 1.5em;
	background-color: #551900;
	border-radius: 3px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.contents03 .caption span {
	color: #fff100;
}

.list-item {
	display: flex;
	flex-flow: column wrap;
	width: calc(33.3333333333% - 2em);
	min-height: 220px;
	background-color: #FFF;
	border: solid 1px #a88c66;
	border-radius: 1em;
}

.list-container .list-c2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em 1em;
	width: 100%;
}
.list-container .list-c2 .list-item .item {
	width: 90%;
	margin: 0 auto;
}

.list-container .list-c3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em 1em;
	width: 100%;
}
.list-item .rogo {
	align-self: flex-start;
}

.list-item .item {
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.list-item .item img {
	align-self: center;
}

.list-container::after {
	/* 奇数の場合最後のボックスを左寄せ*/
	content: "";
	display: block;
	width: calc(33.3333333333% - 2em);
	height: auto;
}

.list-container::before {
	/* 奇数の場合最後のボックスを左寄せ*/
	content: "";
	display: block;
	order: 1;
	width: calc(33.3333333333% - 2em);
	height: auto;
}

.list-item img {
	width: 100%;
	overflow: hidden;
	padding: 2%;
	/* border-radius: 1em; */
}

.list-item p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.85em;
	line-height: 1.1;
	margin: 0;
	padding: 0 3% 1% 3%;
}

.list-item p:last-child {
	padding-bottom: 4%;
}

.list-item h3 {
	color: #6d3f00;
	padding: 4% 2.5% 1% 2.5%;
}

.itemset {
	position: relative;
	display: grid;
	grid-template-columns: 16% auto 8% 50%;
	grid-template-rows: auto auto auto;
	grid-auto-flow: row;
	align-self: center;
	justify-self: center;
	grid-template-areas: "item-images item-images item-images item-p" "course name auto item-p" "area name number item-p";
	gap: 0 10px;
	padding-bottom: 1em;
	border-bottom: 1px solid #b3b3b3;
	box-sizing: border-box;
}

.no-border-bottom {
	border-bottom: none;
}

.itemset .images {
	grid-area: item-images;
}

.itemset figure {
	position: relative;
	margin: 0;
}

.itemset i {
	box-sizing: border-box;
	position: absolute;
	width: 80px;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
}

/* seven */
.prize_box {
	margin: 0 0 0.5rem 0;
}

#prize_item {
	display: grid;
	grid-template-columns: 2.2fr 4.2fr 1.1fr;
	grid-template-areas: "prize_img Municipality Points" "prize_img Product Points" "prize_img btn-modal Points" "contst contst contst";
	justify-content: center;
	gap: 2.5%;
	width: 90%;
	height: 100%;
	padding: 2rem 0;
	margin: 0 auto;
}

#prize_item + #prize_item {
	border-top: 1px solid #ccc;
}

.prize_box p.contst {
	width: 90%;
	margin: 1em auto 0 auto;
}

.prize_img {
	grid-area: prize_img;
}

img {
	height: auto;
	width: 100%;
	vertical-align: top;
}

.prize_txt {
	font-weight: 900;
	font-size: 1.5rem;
}

.Municipality {
	grid-area: Municipality;
	color: #551900;
	font-size: 1.34rem;
}

.Product {
	grid-area: Product;
	display: inline-block;
	font-size: 1.34rem;
	line-height: 1.4;
}
.Product span {
	display: inline-block;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.4;
}

.prize_img {
	grid-area: prize_img;
}

.btn-modal {
	grid-area: btn-modal;
	align-self: end;
}

.prize_txt.lg {
	font-family: "Roboto", sans-serif;
	line-height: 0.8;
}

.Points {
	grid-area: Points;
	justify-self: center;
	align-self: start;
}

.Required-points {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0 0 1px 0;
	padding: 8px 0;
	background: #ddd;
	vertical-align: bottom;
	font-size: 2.6rem;
}

.Required-points:before {
	display: inline-block;
	width: 100%;
	padding: 2px 0 4px 0;
	text-align: center;
	content: "必要点数";
	font-size: 14px;
	line-height: 1;
}

.Required-points:after {
	padding: 0 0 2px 4px;
	vertical-align: -2px;
	content: "点";
	font-size: 20px;
}

.Number-of-people {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px 4px;
	font-size: 2.6rem;
	vertical-align: bottom;
	background: #cfe6c2;
}

.Number-of-people:after {
	display: inline-block;
	/*width: 100%;*/
	padding: 4px 0 2px 4px;
	content: "名様";
	/*text-align: center;*/
	font-size: 18px;
}

.Freebie-number {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: center;
	font-size: clamp(24px, 4.2vw, 32px);
	vertical-align: bottom;
	padding: 12px;
	border: solid 1px #ddd;
}

.Freebie-number:before {
	display: inline-block;
	width: 100%;
	padding: 2px 0 4px 0;
	text-align: center;
	content: "コース番号";
	font-size: 14px;
	line-height: 1;
}

.btn-modal > a,
.btn-modal > button {
	margin: 10px auto;
	position: relative;
	padding: 10px 25px 10px 10px;
	background-color: #fff;
	color: #fa6705 !important;
	border-radius: 3rem;
	width: 100%;
	max-width: 350px;
	display: block;
	box-sizing: border-box;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	transition: all 0.2s ease;
	border: 3px solid #FF8533;
	font-size: min(4vw, 1rem);
}

.btn-modal a:hover,
.btn-modal button:hover {
	background: #FF8533;
	color: #fff !important;
	text-decoration: none;
}

#prize_item .contst {
	grid-area: contst;
	justify-self: start;
	align-self: start;
	width: auto;
	margin: 1rem 0 0 0;
}

/*モーダル 商品情報*/
#modal-prize_item {
	display: flex;
	flex-direction: column;
	margin: 2em 2em 8px 2em;
}

#modal-prize_item > #head {
	display: grid;
	gap: 2%;
	grid-template-columns: 1.5fr 7fr 1.3fr;
	grid-template-areas: "Freebie-number Product-mane Points";
	/* margin: 0 1em 1em 1em; */
	padding: 0 0 0.5em 0;
	margin: 0 1em 1em 0;
	align-items: start;
	border-bottom: 1px dashed #c3bfba;
}

#modal-prize_item .Product-mane {
	grid-area: Product-mane;
}

#modal-prize_item .Freebie-number {
	grid-area: Freebie-number;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#modal-prize_item .Municipality {
	color: #8F5A3C;
	grid-area: none;
	padding: 0 0 0.4em 0;
}

#modal-prize_item .Required-points {
	font-size: clamp(24px, 4.2vw, 32px);
}

#modal-prize_item .Number-of-people {
	font-size: clamp(24px, 4.2vw, 32px);
}

.mod_inline .score {
	position: fixed;
	/* 要素の位置を固定する */
	top: 40px;
	/* 基準の位置を画面の一番下に指定する */
	right: 5%;
	/* 基準の位置を画面の一番右に指定する */
	width: 15%;
	/*幅を指定する */
	border: 3px solid #326693;
	/* ボーダーを指定する */
}

#modal-prize_item figure {
	width: auto;
	max-height: 270px;
	margin: 0 auto;
}

#modal-prize_item figure img {
	width: auto;
	max-height: 270px;
}

#modal-prize_item figcaption {
	display: flex;
	flex-flow: column wrap;
}

#modal-prize_item figcaption p {
	display: inline-block;
}

#modal-prize_item figcaption i {
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
	margin-right: 0.5em;
}

/*モーダル 市町村PR*/
.PR_municipal {
	display: grid;
	flex-flow: row wrap;
	justify-content: center;
	gap: 3%;
	grid-template-areas: "PR_h4 PR_img" "PR_a  PR_img" "PR_p  PR_img";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 5fr;
	margin-top: 0.5em;
	padding-top: 1em;
	border-top: 1px solid #f4efe9;
}

.PR_municipal h4,
.PR_municipal01 h4 {
	grid-area: PR_h4;
	font-size: clamp(24px, 4.2vw, 32px);
}

.PR_municipal p {
	grid-area: PR_p;
}

.PR_municipal a {
	grid-area: PR_a;
}

.PR_municipal img {
	grid-area: PR_img;
}

.PR_municipal01 {
	display: grid;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 3%;
	grid-template-areas: "PR_h4 pr-img" "pr-link  pr-img" "pr-comment  pr-img";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr auto auto;
	margin-top: 0.5em;
	padding-top: 1em;
	border-top: 1px dashed #c3bfba;
}

.pr-link {
	grid-area: pr-link;
}

.pr-link a {
	display: inline-block;
	padding-bottom: 4px;
}

.pr-img {
	grid-area: pr-img;
}

.pr-comment {
	grid-area: pr-comment;
}

/*inline contents*/
/*colorbox*/
#cboxOverlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: grayscale(100%);
}

#cboxContent {
	/* top:32px;
	 margin-top: 32px; */
	top: 5px;
	margin-top: 5px;
	overflow: visible;
	background: #fff;
	border: 3px solid #FF8533;
	border-radius: 10px;
}

#cboxLoadedContent {
	background: #fff;
}

#cboxLoadedContent {
	width: 100%;
	max-width: 800px;
	margin: 28px 0 10px 0;
	padding: 28px;
	overflow: auto;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
	/* 閉じるボタンの位置 */
	top: -30px;
}

#cboxClose {
	/* 閉じるボタンの設定 */
	top: 2px;
	right: 2px;
	background: none;
	background: #fff;
	border-radius: 6px;
	width: 26px;
	height: 26px;
}

#cboxClose::before,
#cboxClose::after {
	/* ×ボタン描画 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	/* 棒の幅（太さ） */
	height: 24px;
	/* 棒の高さ */
	background: #666;
	border-radius: 2px;
	/* 棒の四隅の丸み*/
}

#cboxClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#cboxClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxTitle {
	color: #fff;
}

#inline-content {
	/* インラインを使用する時のみ */
	margin: 20px;
	height: 30px;
}

/*seven end*/
.score4 {
	content: url(../images/score04.png);
}

.score6 {
	content: url(../images/score06.png);
}

.score8 {
	content: url(../images/score08.png);
}

.score10 {
	content: url(../images/score10.png);
}

.score12 {
	content: url(../images/score12.png);
}

.score16 {
	content: url(../images/score16.png);
}

.itemset img {
	width: 100%;
	height: auto;
}

.itemset .coment {
	grid-area: item-p;
	display: flex;
	flex-flow: column wrap;
	padding: 0;
	line-height: 1.8em;
}

.itemset .caption {
	/*grid-area: coment;*/
	margin: 1em 0 1em 0;
}

.itemset .capa {
	/*grid-area: capa;*/
	margin: 1em 0 1em 0;
}

.itemset .keep {
	/*grid-area: keep;*/
	margin: 1em 0 1em 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.itemset .keep i {
	position: relative;
	width: 40px;
	height: 40px;
}

.itemset .course {
	grid-area: course;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0.5em;
	background-color: #e6d6bf;
	width: 100%;
	font-size: 1.6em;
	font-weight: 700;
	box-sizing: border-box;
}

.itemset .course:before {
	content: "コース番号 ";
	font-size: 0.5em;
	padding-right: 0.5em;
}

.itemset .name {
	grid-area: name;
	width: 100%;
	padding: 0.3em 0;
	font-size: 1.4em;
	box-sizing: border-box;
}

.itemset .area {
	grid-area: area;
	margin: 0 auto;
	padding: 0.3em 0;
	width: 100%;
	font-size: 2.3vmin;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #b7dc95;
	box-sizing: border-box;
}

.itemset .number {
	grid-area: number;
	align-self: end;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-top-left-radius: 20px;
	background-color: #6d3f00;
	color: #FFF;
	padding: 8px 0 6px 0;
	font-size: 1.8em;
	font-weight: 700;
	box-sizing: border-box;
	vertical-align: bottom;
}

.itemset .number:after {
	font-size: 0.5em;
	content: " 名様";
	padding: 0 0 3px 2px;
}

.areaback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 1em auto;
}

.areaback p {
	padding: 1em 1em;
	color: #6d3f00;
	/*border: solid 1px #a88c66;
	border-radius: 1em;*/
}

.areaback:before,
.areaback:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #a88c66;
}

.caption_box {
	position: relative;
	margin-top: 7em;
	padding: 1em 1em;
	border-top: 1px solid black;
}

.caption_box .caption {
	position: absolute;
	top: -20%;
	left: -2em;
	font-size: 1em;
	color: white;
	padding: 0 2em 0 0.5em;
	margin: 11px;
	border-radius: 60% 0% 100% 0%/90% 100% 0% 62%;
	width: 200px;
	height: 40px;
	background-color: #db0f2f;
	transform: translateY(-115%) translateX(1em);
}

.cg_color {
	background-color: #1c85d8 !important;
}

.caption_box .text {
	position: absolute;
	top: -50%;
	left: 50%;
	width: 200px;
	font-size: 2em;
	font-weight: bold;
	color: white;
	text-align: center;
	/* padding: 0.1em 0.5em 0.2em 0em; */
	margin: 1em 0em 1em 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* text-align: center; */
}

.item_container h3 {
	border-radius: 0.5em;
	margin: 2em 0 1em 0;
	padding: 0.5em;
	border-bottom: none;
	color: white;
	font-size: 2em;
}

.item_container h3:before {
	/*content: "●";*/
	color: #fff;
	margin-right: 0.3em;
}

.h_area {
	font-size: 1.7em;
	background-color: #e6576d;
}

.s_03 .h_area {
	background-color: #1c85d8 !important;
}

.accordion_one,
.s_02 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}

.accordion_one .accordion_header {
	background-color: #db0f2f;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_one .accordion_header .bg_grn {
	background-color: #1cf54b;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_one:nth-of-type(2) .accordion_header {
	background-color: #1c85d8;
}

.accordion_one:nth-of-type(3) .accordion_header {
	background-color: #ff9a05;
}

.accordion_one .accordion_header:hover {
	opacity: 0.8;
}

.accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	/*border: 1px solid #fff;*/
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}

.accordion_one .accordion_header.stay .i_box,
.s_02 .accordion_one .accordion_header.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion_one .accordion_header .i_box .one_i,
.s_02 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.accordion_one .accordion_header.stay .i_box .one_i,
.s_02 .accordion_one .accordion_header.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion_one .accordion_header.stay.open .i_box .one_i,
.s_02 .accordion_one .accordion_header.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion_one .accordion_header.open .i_box,
.s_02 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.accordion_one .accordion_header.stay.open .i_box {
	-webkit-transform: rotate(315eg);
	transform: rotate(315deg);
}

.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: "";
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

.accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.accordion_one .accordion_header.stay .i_box .one_i:before {
	content: none;
}

.accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.accordion_one .accordion_header.stay.open .i_box .one_i:before {
	content: "";
}

.accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion_one .accordion_header.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion_one .tast_accordion_inner {
	background-color: #fff;
	display: none;
	padding: var(--cont-gap) var(--cont-padd);
	border-left: 2px solid #db0f2f;
	border-right: 2px solid #db0f2f;
	border-bottom: 2px solid #db0f2f;
	box-sizing: border-box;
	max-height: inherit;
}

.accordion_one .tast_accordion_inner.stay,
.s_02 .accordion_one .tast_accordion_inner.stay {
	display: block;
}

.accordion_one:nth-of-type(3) .tast_accordion_inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}

.accordion_one:nth-of-type(2) .tast_accordion_inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}

.accordion_one .tast_accordion_inner .box_one,
.s_01 .accordion_one .tast_accordion_inner .box_one {
	height: auto;
	padding: auto;
}

.accordion_one .tast_accordion_inner .box_one ul,
.s_02 .accordion_one .tast_accordion_inner .box_one ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	flex-wrap: wrap;
	width: 100%;
}

.accordion_one .tast_accordion_inner .box_one ul li {
	/* display: inline-flex; */
	align-self: auto;
	/* flex: 1; */
	border-right: 1px solid #fff;
	min-width: 30%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2%;
	text-align: center;
}

.accordion_one .tast_accordion_inner .box_one ul::before::after {
	content: "after";
	width: 30%;
}

.accordion_one .tast_accordion_inner p.txt_a_ac {
	margin: 0;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	background: #e0334e;
	margin: 0 auto;
	padding: 15px 15px 15px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	box-sizing: border-box !important;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: 1;
	background: #f71c3e;
}

.s_03 .accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn {
	background: #3391dc;
}

.s_03 .accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn:hover {
	background: #30a0f9;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn.ac1 {
	background: #426F1A;
}

.s_01 .accordion_one .accordion_header {
	background-color: #d1ec9c;
	color: #426F1A;
}

.s_01 .accordion_one .accordion_header .i_box .one_i::before,
.s_01 .accordion_one .accordion_header .i_box .one_i::after {
	background-color: #426F1A;
}

.s_01 .accordion_one .tast_accordion_inner {
	border-left: 2px solid #d1ec9c;
	border-right: 2px solid #d1ec9c;
	border-bottom: 2px solid #d1ec9c;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn .i_box .one_i::before,
.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn .i_box .one_i::after {
	content: "";
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}

.accordion_one .tast_accordion_inner .closeArea .close_box a.close_btn .i_box .one_i::before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.is-fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	width: 970px;
	box-shadow: 0 0 8px gray;
}

area {
	border: none;
	outline: none;
}

nav {
	display: none;
}

.nav-open {
	padding: 5px;
	color: #fff;
	font-size: 20px;
	background: #6EB92B;
	position: relative;
	margin: 0;
	text-align: center;
}

.nav-open::before {
	/* 開いている時 */
	content: "－";
	position: absolute;
	right: 20px;
}

.nav-open.active::before {
	/* 閉じている時 */
	content: "＋";
}

.apply {
	background-color: #6eb92b;
	padding: calc(var(--clip-path-heigt) + var(--cont-padd)) 2em var(--cont-padd) 2em;
}

.apply h2 {
	width: 80%;
	margin: 0 auto;
	padding: 0.8em 0;
	text-align: center;
	color: #FFEE00;
	background: #005BAC;
}

.apply h3 {
	width: 100%;
	margin: 0 auto;
	padding: 0.8em 0;
	font-size: 2.3vmin;
	text-align: center;
	color: #E8380D;
	line-height: 1.6;
}

.apply h4 {
	width: fit-content;
	min-width: 60%;
	margin: 1.8em auto 0 auto;
	padding: 0.8em 2em;
	text-align: center;
	color: #003B6B;
	background: #E7F7FE;
}

.apply a {
	width: 80%;
}

.appli_inner {
	width: 80%;
	text-align: center;
	background-color: #fff;
	padding: 0.8em 0;
	margin: 0 auto;
	margin-bottom: 1em;
}

.apply a img {
	max-width: 350px;
}

.appli_inner > .section {
	width: 80%;
	margin: 2em auto;
}

.appli_inner p {
	font-size: 1.1em;
	font-weight: 700;
}

.appli_inner p.contst {
	font-size: 0.9em;
	font-weight: 400;
}

.appli_inner > hr {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-bottom: solid 1px #707070;
	min-width: 240px;
	max-width: 100%;
	text-align: center;
}

.appli_inner > hr:before,
.appli_inner > hr:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.appli_inner > hr:before {
	border: solid 12px transparent;
	border-top: solid 12px #707070;
}

.appli_inner > hr:after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -4px;
}

.apply_inner01 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply_inner01 h4 {
	width: 20%;
	min-width: inherit;
	text-align: center;
	display: flex;
	flex-flow: column;
	margin: 0 0;
	padding: 0 0;
	padding-right: 1em;
	background: none;
}

.apply_inner01 h4 img {
	max-width: 128px;
}

.section .apply_inner01 p {
	width: 80%;
	font-size: 1.2em !important;
	font-weight: 700;
	display: inline-block;
	color: #111 !important;
	text-align: left;
	padding-left: 1em;
}

.apply_inner01 p span {
	color: #E50718;
}

.apply03_p {
	background: #426F1A;
	color: #FFEE00;
	padding: 0.8em;
	margin: 1em auto;
}

.apply03_p p {
	margin: 0 auto;
	color: #FFEE00;
	font-size: 17px !important;
}

.apply03_p p span {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 14px !important;
	line-height: 14px;
	line-height: 1.2;
	padding: 0;
	line-height: 1.2;
}

/*注意事項*/
.apply_notes {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
}

.apply_notes .box_one ul li {
	min-width: 100% !important;
	float: right !important;
}

.apply_notes .box_one ul li h3 {
	color: #F08300;
	font-size: 1.1em;
	padding: 0.8em 0;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	border-radius: initial;
	margin: 0 auto;
}

.apply_notes .box_one ul li p {
	font-weight: 400;
	font-size: 0.9em;
}

.apply_notes .box_one ul li figure {
	max-width: 50% !important;
	float: right !important;
	clear: both;
}

.apply h4 + p {
	width: 100%;
	margin: 0 auto;
	padding: 0.8em 0;
	text-align: center;
	color: #426F1A;
	font-size: 1.4em !important;
	font-weight: 600 !important;
}

/*b*/
.button_01 {
	position: relative;
	background: #ff7a1f;
	border: solid #FFF 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #FFFFFF !important;
	font-family: Brush Script MT;
	font-size: 26px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	min-width: 40%;
	padding: 20px !important;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	box-shadow: 5px 5px 15px -10px #777777;
}

.button_01::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}

.button_01.entry {
	background: #E8380D;
}

.button_01.undefind {
	pointer-events: none;
	background: #555;
	box-shadow: none;
	border: solid #eee 2px;
}

.button-junp {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 15em;
	padding: 5px 10px;
	padding: 10px 24px 10px 10px;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 12px;
	border: solid 2px #005A98;
	color: #005A98 !important;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.1em;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

.button-junp::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 16px;
	top: calc(50% - 2px);
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg) translateY(50%);
	color: inherit;
}

.button-junp:hover {
	background-color: #e2faff;
	opacity: 1;
}

#topBtn {
	height: 50px;
	position: absolute;
	bottom: 636px;
	right: calc((100vw - 1200px) / 2);
	right: 10px;
	z-index: 2;
	display: none;
	color: #FF9900;
	opacity: 0.7;
}

#topBtn.is-fixed {
	position: fixed;
	bottom: 4px;
}

#topBtn a::before {
	display: inline-block;
	content: url("../images/top_back.svg");
	line-height: 50px;
	width: 50px;
	height: 50px;
}

.topBtn_box {
	display: inline-block;
	height: 0;
}

#footer {
	display: block;
}

/*//// モーダル ////*/
/*//// モーダル ////*/
/* モーダルの背景 */
.modal {
	position: fixed;
	/* 画面に固定 */
	z-index: 999;
	/* 他の要素の上に表示 */
	left: 0;
	top: 0;
	width: 100%;
	/* 全幅 */
	height: 100%;
	/* 全高さ */
	overflow: auto;
	/* スクロール可能 */
	background-color: rgb(0, 0, 0);
	/* 背景色 */
	background-color: rgba(0, 0, 0, 0.4);
	/* 透過 */
}

dialog::backdrop {
	background: rgba(94, 94, 94, 0.5);
	backdrop-filter: blur(4px);
}

body.is-modal {
	/* 追加 */
	overflow: hidden;
}

dialog::backdrop {
	background: rgba(94, 94, 94, 0.5);
	backdrop-filter: blur(4px);
}

body.is-modal {
	overflow: hidden;
}

dialog {
	/* 追加 */
	padding: 0;
}

.dialog_inner {
	/* 追加 */
	padding: 16px;
}

/* モーダルコンテンツ */
.modal-content {
	display: flex;
	flex-flow: column wrap;
	background-color: #fefefe;
	margin: 2rem auto;
	padding: 20px;
	border: 1px solid #888;
	width: fit-content;
	/* 幅 */
	max-width: 900px;
	min-width: 600px;
	height: auto;
	/*height: 100%;*/
	border-radius: 6px;
	z-index: 2;
	/* 他の要素の上に表示 */
	position: relative;
}
.modal-content h1 {
	font-size: var(--font-size-L);
}
.modal-content h2 {
	font-size: var(--font-size-L);
	color: var(--main-colorAA);
	padding: 1rem 0;
}
.modal-content h3 {
	width: 100%;
	text-align: left;
	font-size: var(--font-size-L);
}

.modal-content__inner {
	/*overflow-y: scroll;*/
	position: relative;
	background-color: #fff;
	/*max-height:10vmin ;*/
	/*height: 100%;*/
	/*padding: 40px;*/
}

/*
  .modal-content__inner:before {
    content: "";
    display: block;
    padding-top: 60vh;
}
*/
/*
  .modal-content__overflow{

	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: 100%;
    height: 100%;

  }
  */
.js_modalClose {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: auto;
	right: 20px;
	width: 26px;
	height: 26px;
	font-size: large;
	cursor: pointer;
	z-index: 1001;
}

:root {
	--icon-width: 3px;
	--icon-color: black;
}

.js_modalClose:before,
.js_modalClose:after {
	content: "";
	position: absolute;
	top: 12px;
	width: 24px;
	height: var(--icon-width);
	background-color: currentColor;
	border-radius: 10px;
}

.js_modalClose:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js_modalClose:after {
	left: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-content .in_cart {
	max-width: 600px;
	margin: 0 auto;
}

/*テーブル*/
table {
	border-collapse: collapse;
	/* セルの線を重ねる */
}

th,
td {
	border: solid 1px #b8b8b8;
	/* 枠線指定 */
	line-height: 1.5;
}

th {
	background-color: #E5E5E5;
	text-align: center;
	vertical-align: middle;
	padding: 0.3em 0.5em;
}

td {
	padding: 0.5em 0.5em;
}

.SizingChart {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	gap: var(--spacing-S);
	padding: var(--container-pad);
}
.SizingChart table {
	width: 100%;
	text-align: center;
}
.SizingChart th,
.SizingChart td {
	border: none;
}
.SizingChart tr {
	border-bottom: solid 1px #b8b8b8;
}

.custom-shape-divider-top-1752207653 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1752207653 svg {
	position: relative;
	display: block;
	width: calc(161% + 1.3px);
	height: 113px;
}

.custom-shape-divider-top-1752207653 .shape-fill {
	fill: #afe3fd;
}

/*//// 予告 ////*/
.pre_banner {
	padding: 20px 20px 10px 20px;
	text-align: center;
	background: #E8380D;
	color: #fff;
}
.pre_banner h2 {
	font-size: 1.8rem;
}
.pre_banner h2 span {
	font-size: 1rem;
}
.pre_banner p {
	margin: 1em 0 0 0;
}/*# sourceMappingURL=tasty_cp.css.map */