@charset "UTF-8";
/* CSS Document */
.back_btn {
	position: fixed;
	bottom: 40px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 140px;
	height: auto;
	z-index: 2;
}

html {
	scroll-behavior: smooth;
}

:root {
	--cont-gap: 40px;
	--cont-padd: 20px;
	--clip-path-heigt:20px;
}

body {
	width: 100%;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.pc_inline {
	display: none;
}

.sp_inline {
	display: inline;
}

h2 {
	font-size: 4.7vmin;
}

h3 {
	font-size: 1.7em;
}

.cl2_lf,
.cl2_rt {
	width: 100%;
}

.cl3_lf,
.cl3_cn,
.cl3_rt {
	margin: 1em 0 1em 0;
	width: 100%;
}

ul.btn_area li {
	margin: 1em 0 1em 0;
	display: block;
}

.button {
	position: relative;
	padding: 1em 1em 1em 45px;
	width: 100%;
	text-align: center;
	background: #ffffff;
	box-sizing: border-box;
}

.container {
	padding: 50px 0 50px 0;
}

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

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

.contents01 a {
	width: 90%;
	padding: 30px 0;
}

.contents01 img {
	width: 95%;
}

.period {
	margin: 0 1em 3em 1em;
}

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

.contents01 .contst {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-right: initial;
	font-size: 90%;
}

.contents02 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1em;
	width: 100%;
	padding: var(--cont-gap) var(--cont-padd);
}

.contents03 h2 {
	margin: 0 auto;
	width: 95%;
	padding: 0.8em 0;
	box-sizing: border-box;
}

.contents03 p {
	margin: 0 auto;
	width: 100%;
}

.keihin_hedder {
	position: relative;
	margin-bottom: 0;
}
.keihin_hedder .spacer {
	height: 1rem;
}

.catalog {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.catalog figure {
	order: 2;
	width: 45%;
	max-width: 240px;
	margin: -30px 10px 10px auto;
}
.catalog figure img {
	border: #fff solid 2px;
}
.catalog figcaption {
	order: 1;
	margin: 10px;
}

.course_Anchor li {
	margin: 0;
	padding: 0;
	border-radius: 10px;
	width: calc((100% - 2em) / 2);
	text-align: center;
}

.item img {
	height: auto;
}

.item figure {
	display: flex;
	flex-flow: column wrap;
	position: relative;
	margin: 0;
	width: 50%;
	height: auto;
}

.item figcaption {
	position: initial;
	width: initial;
	max-width: 100%;
	padding: 0.5em 1em;
	color: #fff;
}

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

/* seven */
.prize_item {
	justify-content: space-around;
}

.prize_img {
	align-self: end;
}

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

.prize_txt {
	font-weight: 600;
	font-size: 0.8rem;
}

.prize_txt2 {
	width: 34%;
}

.prize_txt .lg {
	font-size: 7vw;
	font-family: "Roboto", sans-serif;
	line-height: 0.5;
}

.prize_box {
	margin: 0.5rem 0;
}

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

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

/*inline contents*/
.mod_inline {
	display: flex;
	flex-direction: column;
	margin: 0.5em;
}

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

/*seven end*/
.score4 {
	background-color: #00833e !important;
	content: "";
}

.score6 {
	background-color: #e5006e !important;
	content: "";
}

.score8 {
	background-color: #005bac !important;
	content: "";
}

.score10 {
	background-color: #e95504 !important;
	content: "";
}

.score12 {
	background-color: #b327ba !important;
	content: "";
}

.score16 {
	background-color: #6d3f00 !important;
	content: "";
}

.score4:before,
.score6:before,
.score8:before,
.score10:before,
.score12:before,
.score16:before {
	content: "必要応募点数 ";
}

.score4:after,
.score6:after,
.score8::after,
.score10:after,
.score12:after,
.score16:after {
	color: #fff000;
	font-size: 120%;
	font-weight: 600;
}

.score4::after {
	content: "4点";
}

.score6:after {
	content: "6点";
}

.score8:after {
	content: "8点";
}

.score10:after {
	content: "10点";
}

.score12:after {
	content: "12点";
}

.score16:after {
	content: "16点";
}

.item p {
	width: 60%;
	margin: 0 auto;
	padding: 0 0.5em;
}

.hk_map {
	position: relative;
}

.hk_map .top-right {
	position: initial;
	width: 100%;
}

.top-right p {
	text-align: right;
}

.hk_map .btm-right {
	position: initial;
	width: 100%;
}

.map_drink {
	position: initial;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}

.top-left {
	position: relative;
}

.top-left:after {
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(../images/point.png);
	background-size: contain;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	top: 88%;
	right: 70%;
	transform: rotate(144deg);
	z-index: 1;
}

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

.contents03 h2 {
	padding: 0.8em 0 0 0;
}

.contents03 .caption {
	width: 100%;
}

.list-item {
	display: flex;
	flex-flow: column wrap;
	width: calc(50% - 0.5em);
	min-height: 200px;
}

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

.list-item h3 {
	font-size: 1.2em;
}

#keihin {
	display: flex;
	flex-flow: column wrap;
}

#keihin h2 {
	width: 100%;
}

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

.item_container h3 {
	font-size: 1.4em;
	margin: 1em 0;
}

.itemset {
	display: grid;
	grid-template-columns: auto auto 15% 50%;
	grid-template-rows: auto auto 48px 40px;
	grid-auto-flow: row;
	align-self: center;
	justify-self: center;
	grid-template-areas: "item-images item-images item-images item-p" "name name name item-p" "course course number item-p" "area area number item-p";
	gap: 0 0;
	box-sizing: border-box;
	margin: auto 1em;
}

.testB {
	display: grid;
	grid-template-rows: auto auto auto auto;
	grid-template-columns: auto auto 4em;
	grid-auto-flow: row;
	align-self: center;
	justify-self: center;
	grid-template-areas: "item-images item-images item-images" "name name keep" "item-p item-p item-p" "course area number";
	gap: 0 0;
	box-sizing: border-box;
}

.itemset i {
	box-sizing: border-box;
	position: absolute;
	/* width: 80px; */
	display: inline-block;
	top: -1px;
	left: 0;
	z-index: 10;
	width: 50%;
	padding: 0.5em 1em;
	color: #fff;
}

.itemset figure {
	margin: 2.3em 0 0 0;
}

.itemset .course {
	grid-area: course;
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
	flex-flow: column wrap;
	margin: 0 auto;
	padding: 0.3em 0;
	width: 100%;
	font-size: 1.6em;
	font-weight: 600;
	box-sizing: border-box;
}

.itemset .course:before {
	text-align: center;
	font-size: 0.5em;
	font-weight: 400;
	width: 100%;
	padding-right: initial;
}

.itemset .area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0.3em 0;
	width: 100%;
	font-size: 4.3vmin;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

.itemset .coment {
	position: relative;
}

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

.itemset .capa {
	/*grid-area: capa;*/
	font-size: 90%;
	margin: 0.5em 0;
}

.itemset .keep {
	position: absolute;
	top: -40px;
	right: 1%;
	margin: 0.5em 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: -1;
}

.itemset .keep i {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0 0;
}

.itemset .name {
	font-weight: 600;
	padding: 0.8em 0;
	font-size: 1.1em;
}

.itemset .number {
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	align-items: center;
	font-size: 1.5em;
	margin: 10px 0 10px 4px;
	border-radius: 20px;
	/*aspect-ratio: 1 / 1;*/
}

.testB .number {
	margin: 4px 0 4px 4px;
}

.itemset .coment {
	padding: 0 0 0 8px;
	line-height: 1.5em;
}

.itemset p {
	margin: 0 auto;
	padding: 0 0.5em;
	font-size: 1em;
}

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

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

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

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

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

.s_01 .accordion_one .tast_accordion_inner .box_one ul::after {
	content: "";
	width: 66.5%;
}

.is-fixed {
	width: 100%;
}

area {
	border: none;
	outline: none;
}

/* seven */
#prize_item {
	display: grid;
	grid-template-columns: 3.5fr 4.2fr 1.1fr;
	grid-template-areas: "prize_img Municipality Municipality" "prize_img Product Product" "Points btn-modal btn-modal" "contst contst contst";
	justify-content: center;
	gap: 1px 2.5%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.prize_img {
	align-self: end;
}

.Municipality {
	font-size: 1.1rem;
}

.Product {
	font-size: 1rem;
}

.Points {
	justify-self: center;
	align-self: start;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	width: 100%;
}

.Required-points {
	margin: 0 1px 0 0;
	font-size: clamp(32px, 5.2vw, 52px);
	letter-spacing: -0.1em;
	height: inherit;
}

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

.Number-of-people {
	flex: 1 0 auto;
	font-size: clamp(32px, 5.2vw, 52px);
	letter-spacing: -0.1em;
	height: inherit;
}

.Number-of-people:after {
	writing-mode: vertical-rl;
	padding: 0 0 2px 8px;
	font-size: 14px;
	letter-spacing: 0em;
}

.Freebie-number {
	padding: 4px 0;
}

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

.btn-modal {
	grid-column: 2/4;
	grid-row: 3/4;
	align-self: end;
}

#cboxLoadedContent {
	max-width: 100%;
	padding: 0 0 0 0;
	margin: 30 0 10px 0;
}

#inline-content {
	margin: 0;
}

.mod_inline #head {
	grid-template-columns: 1.4fr 2fr;
	grid-template-areas: "Product-mane Product-mane" "Freebie-number Points";
	gap: 1em 3px;
	margin: 0 0 8px 0;
	align-items: end;
}

.mod_inline figure img {
	width: 100%;
	height: auto;
	max-height: inherit;
	margin: 0 auto;
}

.mod_inline .Freebie-number {
	grid-area: Freebie-number;
	width: 100%;
	font-size: clamp(32px, 5.2vw, 52px);
}

.mod_inline .Municipality {
	font-size: clamp(16px, 2.9vw, 32px);
}

.mod_inline .Points {
	width: 100%;
}

.Number-of-people:after {
	writing-mode: inherit;
	padding: 4px 0 2px 4px;
	font-size: 14px;
	letter-spacing: 0em;
}

.PR_municipal {
	grid-template-columns: 1.4fr 2fr;
	grid-template-areas: "PR_h4 PR_img " "PR_a PR_img" "PR_p PR_p";
	justify-items: center;
}

.PR_municipal h4 {
	align-self: end;
}

.PR_municipal a {
	align-self: flex-start;
}

.PR_municipal01 {
	grid-template-columns: 1.4fr 2fr;
	grid-template-rows: 1fr;
	grid-template-areas: "PR_h4 pr-img" "pr-link pr-link" "pr-comment pr-comment";
	justify-items: center;
}

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

.period p {
	font-size: 0.9rem;
}

/*colorbox*/
#cboxLoadedContent {
	width: 100%;
}

.PR_municipal > figcaption {
	width: 100%;
}

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

.apply h2 {
	width: 100%;
}

.apply h3 {
	font-size: 4.3vmin;
	line-height: 1.5;
}

.apply a {
	width: 90%;
}

.appli_inner, .apply_notes {
	width: 100%;
}

.appli_inner > .section {
	width: 100%;
	padding: 0 1em;
}

.apply_notes {
	width: 100%;
}

.apply_inner01 h4 {
	width: 30%;
	text-align: center;
	display: flex;
	flex-flow: column;
	padding-right: 0.8em;
}

.section .apply_inner01 p {
	width: 70%;
	font-size: 1.1em !important;
	font-weight: 600;
	display: inline-block;
	padding-left: 0;
}

.apply_notes .tast_accordion_inner {
	padding: 20px 1em !important;
}

.apply_notes .box_one ul li {
	margin: 0.5em 0 !important;
}

.button-junp::after {
	width: 8px;
	height: 8px;
	right: 10px;
}

.button-junp {
	line-height: 1;
	width: 100%;
	min-width: auto;
	padding: 0.6em 1em 0.6em 0;
	border-radius: 10px;
	font-size: 15px;
}

#topBtn {
	bottom: 4;
	right: calc((100vw - 1200px) / 2);
	right: 10px;
	z-index: 2;
	display: none;
}

.topBtn_box {
	display: inline-block;
	height: 40px;
}

.modal-content {
	margin: 15% auto;
	padding: 20px;
	width: 96%;
	min-width: inherit;
}

#modal-prize_item {
	margin: 8px 8px 8px 8px;
}

#modal-prize_item #head {
	grid-template-columns: 1.4fr 2fr;
	grid-template-areas: "Product-mane Product-mane" "Freebie-number Points";
	gap: 1em 3px;
	margin: 0 0 8px 0;
	align-items: end;
}

#modal-prize_item figure img {
	width: 100%;
	height: auto;
	max-height: inherit;
	margin: 0 auto;
}

#modal-prize_item .Freebie-number {
	grid-area: Freebie-number;
	width: 100%;
	font-size: clamp(32px, 5.2vw, 52px);
}

#modal-prize_item .Municipality {
	font-size: clamp(16px, 2.9vw, 32px);
}

#modal-prize_item .Points {
	width: 100%;
}/*# sourceMappingURL=tasty_cp_s.css.map */