@charset "UTF-8";

#ctas2 {
	position: fixed;
	bottom: 40px;
	right: 5%;
	z-index: 2;
}
#ctas2 li {
	width: 144px;
}
#ctas2 li.favorite {
    width: 144px;
    height: 144px;
    text-indent: -9999px;
    background: url(/App_Contents/images/party/b_favorite.png) no-repeat;
    background-size: 100% auto;
    margin: 0 0 30px;
    cursor: pointer;
}
#ctas2 li.favorite:hover {
	opacity: .7;
}
#ctas2 li.favorite.chu {
    background-image: url(/App_Contents/images/party/b_favoritechu.png)
}
#ctas2 li img {
	width: 144px;
}

.pinkCircle {
	padding-left: 1em;
	position: relative;
}
.pinkCircle::after {
	content: "●";
	color: var(--theme-color-1);
	position: absolute;
	top: 0;
	left: 0;
}
.pinkSquare {
	padding-left: 1em;
	position: relative;
}
.pinkSquare::after {
	content: "■";
	color: var(--theme-color-1);
	position: absolute;
	top: 0;
	left: 0;
}
.sec .subContents {
	width: 800px;
}

#footer2 .sec .subContents {
	/* width: 1060px; */
}

#partyHeader .subContents {
}

#partyHeader div.date,
#partyHeader figure,
#partyHeader .yoyakujokyo,
#partyHeader .partyName {
	width: 100%;
}
#partyHeader .eyeCatch {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
#partyHeader .eyeCatch .st {
    display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin-left: 1em;
	padding: 3px 1em;
}
#partyHeader .eyeCatch .st1 {
	background: #ff6359;
}
#partyHeader .eyeCatch .st2 {
	background: #4169e1;
}
#partyHeader .eyeCatch .st3 {
	background: #228b22;
}
#partyHeader .subContents {
	width: 624px;
}

#partyHeader figure figcaption {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right,  #8c1c25 0%,#d71534 50%,#8c1c25 100%);
	line-height: 1;
	padding: .5em 0;
	position: relative;
	top: -2em;
	margin-bottom: -2em;
}

#partyHeader div.date {
	margin-bottom: 20px;
	display: flex;
}
#partyHeader div.date .loc {
	color: #FFF;
	font-size: .9rem;
	font-weight: bold;
	width: 10em;
	text-align: center;
	background: #666;
	margin: 0 .5em 0 0;
	padding: 2px 0;
	display: inline-block;
}
#partyHeader div.date span.date {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 1em 0 0;
	position: relative;
	top: 2px;
}
#partyHeader figure {
	display: flex;
	align-items: center;
}
#partyHeader figure picture {
	width: 624px;
	margin: 0 auto;
}
#partyHeader figure img {
	width: 100%;
}
#partyHeader .yoyakujokyo {
	color: var(--theme-color-1);
	font-size: 1.0725rem;
	font-weight: bold;
	text-align: center;
	background: #ffeff3;
	margin: 0 0 5px;
	padding: 5px 1em;
}
#partyHeader .partyName {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 15px;
	margin-bottom: 35px;
}

#partyHeader .priceBox {
	margin: 0 0 20px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
#partyHeader .priceBox > div {
	width: 50%;
}
#partyHeader .priceBox > div.male,
#partyHeader .priceBox > div.female {
	margin: 0 0 20px;
}
#partyHeader .priceBox > div.male { padding-right: 25px; border-right: solid 1px #ccc; }
#partyHeader .priceBox > div.female { padding-left: 25px; }

#partyHeader .priceBox > div .row1 {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
}
#partyHeader .priceBox > div .row1 .gend {
	font-size: 1.14rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px auto;
	margin-right: 1em;
	padding: 0 0 0 15px;
}
#partyHeader .priceBox > div.male .row1 .gend {
    color: #2D7DD9;
    background-image: url(/App_Contents/common/images/s_male.svg);
}
#partyHeader .priceBox > div.female .row1 .gend {
    color: #E75b8E;
    background-image: url(/App_Contents/common/images/s_female.svg);
	background-size: 9px auto;
}

#partyHeader .priceBox > div .row1 .status {
	font-size: .85rem;
	margin-left: 1em;
}
#partyHeader .priceBox > div .row1 .status span {
	color: #FFF;
	font-weight: bold;
	padding: 2px 1em;
}
#partyHeader .priceBox > div .row1 .status span.st1 { background: #D71534; }	/*受付中*/
#partyHeader .priceBox > div .row1 .status span.st2 { background: #D71534; }	/*残席わずか*/
#partyHeader .priceBox > div .row1 .status span.st3 { background: #FFF; color: #D71534; border: 1px solid #FF2C38; }	/*満席*/

#partyHeader .priceBox > div .age {
	font-size: 1.25rem;
	font-weight: bold;
}
#partyHeader .priceBox > div .joken {
	min-height: 2.5em;
	margin: 0 0 1em;
}
#partyHeader .priceBox > div .joken2 {
	color: #808080;
	font-size: .857em;
	min-height: 2.5em;
	margin: 0 0 1em;
}
#partyHeader .priceBox > div .price {
    font-weight: bold;
    font-size: 25px;
	text-align: left;
	margin: 0 0 10px;
}
#partyHeader .priceBox > div .price .red {
    color: var(--theme-color-1);
}
#partyHeader .priceBox > div .price .black {
	color: #444;
}
#partyHeader .priceBox > div .price .gray {
    color: #999;
    font-weight: normal;
    text-decoration: line-through;
    padding: 0px 10px 0 0;
    display: inline-block;
    font-size: 14px;
}
#partyHeader .priceBox > div .price .hayawari {
	color: var(--theme-color-1);
    font-size: 14px;
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 14px;
}
#partyHeader .priceBox > div .point {
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
}
#partyHeader .priceBox > div .point::before {
	background: url(/App_Contents/common/images/point_mark.svg) center center / 100% 100%;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#partyHeader .priceBox > div .appText .material-icons {
	color: #ccc;
	font-size: 1.2rem;
	font-weight: normal;
	position: relative;
	top: -1px;
	cursor: pointer;
}
#partyHeader .priceBox > div .appText {
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
#partyHeader .priceBox > div .appText span {
    color: #D71534;
}
#partyHeader .priceBox > div .appText .material-icons {
    color: #1D54A7;
    font-size: 12px;
	cursor: pointer;
}
#partyHeader .priceBox > div .appText .material-icons:hover {
	text-decoration: underline;
}

#partyHeader div.note {
	text-align: center;
	margin: 20px 0;
}

#partyHeader div.note small {
	font-size: 12px;
}

#partyHeader div.covid-19 img {
	margin: auto;
}
#partyHeader div.covid-19 .pc {
	display: block !important;
}
#partyHeader div.covid-19 .sp {
	display: none !important;
}
#partyHeader .tags {
	display: flex;
	flex-wrap: wrap;
}
#partyHeader .tags li {
	font-size: .9rem;
	color: #888;
	width: auto;
	margin: 0 1em 15px 0;
	display: block;
}
#partyHeader .tags li::before {
	content: "#";
}

#tab {
	margin-bottom: 30px;
}
#tab ul {
	display: flex;
	justify-content: space-between;
}
#tab ul li {
	color: var(--theme-color-1);
	font-size: 1.21rem;
	width: 32%;
	text-align: center;
	background: #fff;
	border: solid 1px var(--theme-color-1);
	border-radius: 5px;
	padding: 12px 0;
	cursor: pointer;
}
#tab ul li:hover,
#tab ul li.cr {
	color: #FFF;
	background: var(--theme-color-1);
}
#tab ul li.cr {
	position: relative;
}
#tab ul li.cr::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: var(--theme-color-1) transparent transparent transparent;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}

.tabCont h2 {
	font-size: 1.57rem;
	font-weight: bold;
	background: #F3F3F3;
	margin: 0 0 30px;
	padding: .5em 1em .5em 1.7em;
	position: relative;
}
.tabCont h2::after {
	content: '';
	width: 5px;
	height: calc(100% - 1em);
	background: var(--theme-color-1);
	position: absolute;
	top: .5em;
	left: .8em;
}

.tabCont hr {
	border-width: 0 0 3px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 1"><circle fill="hsla(0, 0%, 40%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	margin: 1em 0;
}
.tabCont#naiyo {
	word-break: break-all;
}
.tabCont#naiyo .catchcopy {
	margin: 0 0 40px;
}
.tabCont#naiyo .catchcopy .lead {
	font-size: 1.57rem;
	font-weight: bold;
	margin: 0 0 .8em;
}
.tabCont#naiyo .points li:not(last-child) {
	margin: 0 0 40px;
}
.tabCont#naiyo .points figure {
	max-width: 480px;
	margin: 0 0 10px;
	position: relative;
}
.tabCont#naiyo .points figure::after {
	content: " ";
	width: 109px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.tabCont#naiyo .points li:nth-child(1) figure::after {
    background-image: url(/App_Contents/images/party/s_point1.png);
}
.tabCont#naiyo .points li:nth-child(2) figure::after {
    background-image: url(/App_Contents/images/party/s_point2.png);
}
.tabCont#naiyo .points li:nth-child(3) figure::after {
    background-image: url(/App_Contents/images/party/s_point3.png);
}
.tabCont#naiyo .points li:nth-child(4) figure::after {
    background-image: url(/App_Contents/images/party/s_point4.png);
}
.tabCont#naiyo .points li:nth-child(5) figure::after {
    background-image: url(/App_Contents/images/party/s_point5.png);
}

.tabCont#naiyo .points figure img {
	width: 100%;
}
.tabCont#naiyo .points .midashi {
	color: var(--theme-color-1);
	font-size: 1.14rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.tabCont#flow h2 {
	margin-bottom: 10px;
}
.tabCont#flow .sub {
	color: #979797;
	font-size: .857rem;
	margin: 0 0 20px;
}
.tabCont#flow .flowList li {
	margin: 0 0 10px;
}
.tabCont#flow .flowList li .naiyo {
	margin: 0 0 10px;
}
.tabCont#flow .flowList li .naiyo .midashi {
	font-size: 1.143rem;
	font-weight: bold;
	margin: 0 0 3px;
}

.tabCont#access .ovview {
	margin: 0 0 30px;
}
.tabCont#access .ovview h3 {
	font-size: 1.143rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.tabCont#access .ovview dl {
	margin: 0 0 20px;
}
.tabCont#access .ovview dl dt {
	float: left;
}
.tabCont#access .ovview dl dd {
	margin: 0 0 10px;
	padding: 0 0 0 7em;
}
.tabCont#access .ovview .iframemap {
}
.tabCont#access .ovview .iframemap iframe {
	width: 800px;
	height: auto;
	aspect-ratio: 16 / 9;
}
.tabCont#access .ovview .mapbtn {
	margin-top: 15px;
}
.tabCont#access .ovview .mapbtn a {
	color: #FFF;
	font-size: .85rem;
	text-decoration: none;
	background: #369fe8;
	border-radius: 6px;
	padding: 5px 2.5em;
	display: inline-block;
}
.tabCont#access .ovview .image {
	margin: 20px 0 15px;
}
.tabCont#access .ovview .image img {
	max-width: 390px;
}

.tabCont#access .access h3 {
	font-size: 1.07rem;
	font-weight: bold;
	margin: 0 0 3px;
}
.tabCont#access .access .map {
	margin-top: 20px;
}
.tabCont#access .access .map img {
	max-width: 600px;
}
.tabCont#access .access .map div {
	margin: 20px 0 0 0;
}


.tabCont#access .covid-19 {
	display: none;
}

#shosaiText {
}
#shosaiText h3 {
	font-size: 1.375rem;
	font-weight: bold;
	margin: 50px 0 5px;
}
#shosaiText h3:first-of-type {
	margin-top: 0;
}
#shosaiText .box {
	border: solid 1px #DDD;
	padding: 30px;
}

.ctas ul {
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ctas ul li {
	width: 49%;
}
.ctas ul li a {
	line-height: 1;
	text-align: center;
	border-radius: 5px;
	padding: 15px 0;
	display: block;
}
.ctas .line {
	width: 120px;
	margin: 0 auto;
}
.ctas .line a {
	text-align: center;
    border-radius: 5px;
	width: 100%;
    padding: 2px 0 8px 0;
	background: #06C755;
    display: block;
}
.ctas .line a img {
	width: 108px;
}
.ctas ul li.entry {
	width: 370px;
	margin: 0;
}
.ctas ul li.favorite {
	width: 240px;
	margin: 0
}
.ctas ul li.favorite a {
	color: var(--text-color-main);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 22px 0;
    border: 2px solid #DCDCDC;
    background: none;
    border-radius: 15px;
	cursor: pointer;
}
.ctas ul li.favorite a span {
	padding: 0 0 0 30px;
	position: relative;
}
.ctas ul li.favorite a span::before {
    content: " ";
    width: 22px;
    height: 22px;
    background-image: url(/App_Contents/common/images/s_favorite_star_off.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 2px;
    left: 0;
}
.ctas ul li.favorite.chu a span::before {
    background-image: url(/App_Contents/common/images/s_favorite_star_on.svg);
}
.ctas .entry {
	width: 700px;
	margin: 0 auto;
}
.ctas .entry a {
	font-size: 20px;
    padding: 25px 0;
    border-radius: 15px;
    background-image: linear-gradient(90deg, rgba(234, 85, 28, 1), rgba(217, 27, 50, 1));
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}
.ctas .entry a.notify {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	background: #00ada9;
	border-radius: 10px;
	padding: 23px 0;
	display: block;
}
.ctas .entry a.notify:hover {
	background: #25c0bd;
}

.ctas02 ul {
    width: 520px;
}
.ctas02 ul .line {
    width: 255px;
}
.ctas02 ul .line a {
    padding: 20px 0;
}
.ctas02 ul .favorite a {
    padding: 19px 0!important;
    border-radius: 5px!important;
    font-size: 15px!important;
}
.ctas02 ul .favorite a span::before {
	top: 0!important;
}


#stickybtn1 {
	position: sticky;
	bottom: 10px;
	left: 0;
}

#stickybtn1 .entry,
.ctas .entry {
	width: 700px;
	margin: 0 auto;
}
#stickybtn1 .entry a,
.ctas .entry a {
	font-size: 20px;
    padding: 22px 0;
    border-radius: 15px;
    background-image: linear-gradient(90deg, rgba(234, 85, 28, 1), rgba(217, 27, 50, 1));
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}
#stickybtn1 .entry a:hover,
.ctas .entry a:hover {
	background-image: linear-gradient(90deg, rgb(250, 123, 73), rgb(235, 71, 90));
	opacity: 1;
}
.notify {
	background: #00ada9;
	background-image: none!important;
}
.notify:hover {
	background: #25c0bd;
}
/* #stickybtn1 .entry a span,
.ctas .entry a span {
	padding: 0 0 0 50px;
	position: relative;
}
#stickybtn1 .entry a span::before,
.ctas .entry a span::before {
	content: " ";
	width: 34px;
	height: 25px;
	background-image: url(/App_Contents/common/images/s_entry.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
} */


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {
	#stickybtn1 {
		position: fixed;
		bottom: 10px;
		left: 0;
		z-index: 2;
	}
	.entry a,
	.favorite a,
	#stickybtn1 .entry a,
	.ctas .entry a  {
		font-size: 4.2vw;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
        border-radius: 15px;
		width: 100%;
        padding: 3vw 0;
        display: block;
	}
	.entry a {
        background-image: linear-gradient(90deg, rgba(234, 85, 28, 1), rgba(217, 27, 50, 1));
        color: #FFF;
	}
	.notify {
		background: #00ada9;
		background-image: none!important;
	}
	.favorite a {
		color: var(--text-color-main);;
        border: 2px solid #DCDCDC;
		background: #FFF;
	}
	#ctas2 {
		bottom: 20px;
		right: 1%;
	}
	#ctas2 li {
		width: 25vw;
	}
	#ctas2 li.favorite {
		width: 25vw;
		height: 100px;
		margin: auto;
	}
/*
	#ctas2 li.favorite {
		display: none;
	}
*/
	#ctas2 li img {
		width: 100%;
	}

	body {
		padding-bottom: 50px;
	}

	#entryBtn {
		display: none;
	}
	#entryBtnSp {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
	}
	#entryBtnSp a {
		color: #FFF;
		text-decoration: none;
		background: #F2498C;
		padding: 10px;
		display: block;
	}
	#entryBtnSp a span {
		padding-left: 8vw;
		position: relative;
	}
    #entryBtnSp a span::before {
        content: " ";
        width: 6.8vw;
        height: 5vw;
        background-image: url(/App_Contents/common/images/s_entry.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
    }

	.pinkCircle {
	}
	.pinkCircle::after {
	}
	.sec .subContents {
		width: 100%;
	}
	#footer2 .sec .subContents {
		width: 100%;
	}
	
	#partyHeader div.date,
	#partyHeader figure,
	#partyHeader .yoyakujokyo,
	#partyHeader .partyName {
		width: 100%;
		margin: 0;
	}
	#partyHeader .subContents {
		width: 100%;
		padding: 0 2vw;
	}
	#partyHeader div.date {
		padding: 0 2vw;
		margin: 0 0 10px;
		flex-direction: column-reverse;
	}
	#partyHeader div.date .loc {
		font-size: .875rem;
	}
	#partyHeader div.date span.date {
		font-size: 1.143rem;
		margin: 0;
	}
	#partyHeader div.date .comment {
		margin: 0 0 5px;
	}
	#partyHeader div.date .comment span {
		font-size: .875rem;
		position: static;
	}
	#partyHeader figure,
	#partyHeader .yoyakujokyo {
		width: 100%;;
	}
	#partyHeader figure img {
	}
	#partyHeader .yoyakujokyo {
		font-size: 1.0725rem;
	}
	#partyHeader .eyeCatch .st {
		font-size: 0.8rem;
	}
	#partyHeader .partyName {
		font-size: 1.25rem;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#partyHeader .priceBox {
		margin: 0 0 20px;
		display: block;
	}
	#partyHeader .priceBox > div {
		width: 100vw;
		margin: 0 -5vw 10px;
		padding: 0 5vw;
	}
	#partyHeader .priceBox > div.male { width: 100%; padding-right: 5vw; border-right: none; border-bottom: solid 1px #ccc; padding-bottom: 1.5em; }
	#partyHeader .priceBox > div.female { width: 100%; padding-left: 5vw; padding-bottom: 1em; }

	#partyHeader .priceBox > div .row1 {
	}
	#partyHeader .priceBox > div .row1 .gend {
		font-size: 4.2vw;
	}
	#partyHeader .priceBox > div .row1 .status {
		font-size: 3.2vw;
		margin-left: auto;
	}
	#partyHeader .priceBox > div .row1 .status span {
	}
	#partyHeader .priceBox > div .age {
		font-size: 4.2vw;
	}
	#partyHeader .priceBox > div .joken {
		margin: 0;
	}
	#partyHeader .priceBox > div .price {
		font-size: 1rem;
	}
	#partyHeader .priceBox > div .price span {
		font-size: 1.25rem;
	}
	#partyHeader .priceBox > div .price {
		font-size: 1rem;
	}
	#partyHeader div.covid-19 .pc {
		display: none !important;
	}
	#partyHeader div.covid-19 .sp {
		display: block !important;
	}
	#partyHeader .tags {
	}
	#partyHeader .tags li {
		font-size: .857rem;
		margin: 0 1em 15px 0;
	}
	#partyHeader .tags li a {
		padding: 5px 1em;
	}

	.ctas0 {		
	}
	.ctas0 li {
		margin: 0 0 10px;
	}
	.ctas0 .entry a {

	}
	.ctas0 li.favorite {
		width: 95vw;
	}
	.ctas0 li.favorite a {

	}
	.ctas0 li.favorite a span {
		padding-left: 7vw;
		position: relative;
	}
	.ctas0 li.favorite a span::before {
		content: " ";
		width: 5vw;
		height: 5vw;
		background-image: url(/App_Contents/common/images/s_favorite_star_off.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ctas0 li.favorite.chu a span::before {
		background-image: url(/App_Contents/common/images/s_favorite_star_on.svg);
	}
	.ctas0 .entry a.notify {
		color: #FFF;
		background: #00ada9;
	}
	#partyHeader div.note {
		color: #999;
		font-size: 2.8vw;
		text-align: left;
		width: 95%;
		margin: 0 auto;
	}
	#tab {
		margin-bottom: 20px;
	}
	#tab.fixed {
		width: 100%;
		padding: 5px 0;
		background: #FFF;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 10000;
	}

	#tab ul {
	}
	#tab ul li {
		font-size: .93rem;
		padding: 12px 0;
	}
	#tab ul li:hover {
		color: #F2498C;
		background: #ECECEC;
	}
	#tab ul li.cr {
	}
	#tab ul li.cr {
		position: static;
	}
	#tab ul li.cr::after {
		content: none;
	}

	.tabCont h2 {
		font-size: 1.43rem;
		margin: 0 -5vw 20px;
	}
	.tabCont h2::after {
	}

	.tabCont#naiyo .catchcopy {
		margin: 0 0 30px;
	}
	.tabCont#naiyo .catchcopy .lead {
		font-size: 1.43rem;
	}
	.tabCont#naiyo .points li:not(last-child) {
	}
	.tabCont#naiyo .points figure {
		max-width: 100%;
	}
	.tabCont#naiyo .points figure::after {
		content: " ";
		width: 26vw;
		height: 6vw;
	}
	.tabCont#naiyo .points figure img {
	}
	.tabCont#naiyo .points .midashi {
	}

	.tabCont#flow h2 {
	}
	.tabCont#flow .sub {
		font-size: .78rem;
	}
	.tabCont#flow .flowList li {
	}
	.tabCont#flow .flowList li .time {
	}
	.tabCont#flow .flowList li .naiyo {
		padding-left: 0;
	}

	.tabCont#flow .flowList li .naiyo img {
		width: 100%!important;
		height: auto!important;
	}
	
	.tabCont#flow .flowList li .naiyo .midashi {
	}

	.tabCont#access .ovview {
		margin: 0 0 20px;
	}
	.tabCont#access .ovview h3 {
	}
	.tabCont#access .ovview dl {
		margin: 0 0 15px;
	}
	.tabCont#access .ovview dl dt {
		float: none;
	}
	.tabCont#access .ovview dl dd {
		margin: 0 0 10px;
		padding: 0;
	}
	.tabCont#access .ovview .iframemap {
	}
	.tabCont#access .ovview .iframemap iframe {
		width: 100%;
		aspect-ratio: 4 / 3;
	}
	.tabCont#access .ovview .image {
		max-width: 100%;
		margin: 6vw 0 5px;
		display: block;
	}
	.tabCont#access .ovview .image img {
		max-width: 100%;
		margin-bottom: 3vw;
		display: block;
	}

	.tabCont#access .access h3 {
	}
	.tabCont#access .access .map {
		margin-top: 10px;
	}
	.tabCont#access .access .map img {
		max-width: 100%;
	}
	.tabCont#access .access .map div {
		margin: 15px 0 0 0;
	}

	.tabCont#access .covid-19 {
		margin: 30px 0 0;
		display: block;
	}
	
	#shosaiText {
	}
	#shosaiText h3 {
		margin: 30px 0 3px;
	}
	#shosaiText h3:first-of-type {
	}
	#shosaiText .box {
		padding:10px 5vw;
	}

	.ctas ul {
		width: 53vw;
		margin: 0 auto;
		display: block;
	}
	.ctas ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	.ctas ul li a {
	}
	.ctas ul li.line {
		width: 100%;
	}
	.ctas ul li.line a {
		padding: 3.5vw 0;
	}
	.ctas ul li.line a img {
		width: 23vw;
	}
	.ctas ul li.favorite a {
		font-size: 1rem;
	}
	.ctas ul li.favorite a span {
		padding-left: 7vw;
	}
	.ctas ul li.favorite a span::before {
		width: 5vw;
		height: 5vw;
	}
	.ctas ul li.favorite.chu a span::before {
	}
	.ctas .entry {
		width: 90vw;
	}
	.ctas .entry a {
		font-size: 1.6rem;
		border-radius: 2em;
		padding: 15px 0;
	}
	.ctas .entry a span {
		padding: 0;
		position: static;
	}
	.ctas .entry a span::before {
		content: none;
	}
	#stickybtn1 {
		bottom: 3vw;
		background: #FFF;
		padding: 3vw 3vw 3vw;
		bottom: 0;
	}
	#stickybtn1 ul {
		display: flex;
		justify-content: center;
		column-gap: 2vw;
	}
	#stickybtn1 ul .favorite {
		width: 19vw;
	}
	#stickybtn1 ul .favorite a {
		font-size: 3.2vw;
		padding: 7vw 0 0;
		position: relative;
		border: none;
	}
	#stickybtn1 ul .favorite a::before {
        content: " ";
        width: 5vw;
        height: 5vw;
        background-image: url(/App_Contents/common/images/s_favorite_star_off.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 1vw;
        left: 50%;
        transform: translateX(-50%);
	}
	#stickybtn1 ul .favorite.chu a::before {
		background-image: url(/App_Contents/common/images/s_favorite_star_on.svg);
	}
	#stickybtn1 ul .entry {
		width: 72vw;
	}
	#stickybtn1 .entry a span,
	.ctas .entry a span {
		padding: 0;
		position: static;
	}
	#stickybtn1 .entry a span::before,
	.ctas .entry a span::before {
		content: none;
	}


}


/*-------------------------------------------------- 申し込みフォーム -------------- */
/*プログレスバー*/
#step {
	margin: 40px 0;
}
#step .subContents {
	width: 900px;
    text-align: left;
    margin: 0 auto;
}
#step .subContents .steplist {
    width: 100%;
    list-style: none;
    margin: 0 0 15px;
    overflow: hidden;
}
#step .subContents .steplist li {
    color: #333;
    font-size: 16px;
    width: 33.3333333333%;
    background: #f0f0f0;
    line-height: 47px;
    padding: 0 10px 0 40px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
} 
#step .subContents .steplist li::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: solid 47px transparent;
    border-right: solid 20px transparent;
    border-left: solid 20px #fff;
    top: -23px;
    right: -36px;
    z-index: 1;
}
#step .subContents .steplist li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: solid 47px transparent;
    border-right: solid 20px transparent;
    border-left: solid 20px #f0f0f0;
    top: -23px;
    right: -28px;
    z-index: 1;
}
#step .subContents .steplist li span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #bdbdbd;
    border-radius: 50%;
    line-height: 20px;
    display: inline-block;
}
#step .subContents .steplist li.current {
	color: #ffffff;
	background: #E5677B;
}
#step .subContents .steplist li.current::before {
    border-left: solid 20px #fff;
}
#step .subContents .steplist li.current::after {
    border-left: solid 20px #E5677B;
}
#step .subContents .steplist li.current span {
	color: #E5677B;
    background: #FFF;
}

#partyentry1 h2 {
	font-size: 1.143rem;
	margin: 0 0 5px;
}
#partyentry1 .grayBorderBox.party {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
#partyentry1 .grayBorderBox.party figure {
	width: 220px;
}
#partyentry1 .grayBorderBox.party figure img {
	width: 100%;
}
#partyentry1 .grayBorderBox.party > div {
	width: 470px;
}
#partyentry1 .grayBorderBox.party > div p.date {
	margin: 0 0 10px;
}
#partyentry1 .grayBorderBox.party > div p.date .loc {
	color: #FFF;
	font-weight: bold;
	font-size: .85rem;
	width: 10em;
	text-align: center;
	background: var(--text-color-main);
	border-radius: 2em;
	margin: 0 .5em 0 0;
	padding: 2px 0;
	display: inline-block;
}
#partyentry1 .grayBorderBox.party > div p.date .date {
	font-size: 1.1rem;
	font-weight: bold;
	position: relative;
	top: 2px;
}
#partyentry1 .grayBorderBox.party > div .partyTitle {
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
}
#partyentry1 .grayBorderBox.party > div .price {
	margin: 0 0 5px;
}
#partyentry1 .grayBorderBox.party > div .price .male {
    color: #2D7DD9;
    font-weight: bold;
    background: url(/App_Contents/common/images/s_male.png) no-repeat left center;
    background-size: 8px auto;
    margin-right: .5em;
    padding: 0 0 0 15px;
}
#partyentry1 .grayBorderBox.party > div .price .female {
    color: #E98FA7;
    font-weight: bold;
    background: url(/App_Contents/common/images/s_female.png) no-repeat left center;
    background-size: 8px auto;
    margin-right: .5em;
    padding: 0 0 0 15px;
}
#partyentry1 .grayBorderBox.party > div .price .st {
	color: #FFF;
	font-size: .85rem;
	margin-left: 1em;
	padding: 2px 1em;
}
#partyentry1 .grayBorderBox.party > div .price .st.st1 {background: #D71534; } /*受付中*/
#partyentry1 .grayBorderBox.party > div .price .st.st2 {background: #D71534;} /*残席わずか*/
#partyentry1 .grayBorderBox.party > div .price .st.st3 {background: #FFF; color: #D71534; border: 1px solid #D71534;} /*満席*/

#partyentry1 .grayBorderBox.form dt {
	color: var(--text-color-gray);
	font-weight: bold;
	margin: 0 0 5px;
}
#partyentry1 .grayBorderBox.form dd {
	margin: 0 0 25px;
}
#partyentry1 .grayBorderBox.form dd .friend,
#partyentry1 .grayBorderBox.form dd .cardinfo {
	margin-left: 30px;
}
#partyentry1 .grayBorderBox.form dd .friend .friendBox {
	border-left: solid 5px #CCC;
	margin-top: 30px;
	padding-left: 20px;
}
#partyentry1 .grayBorderBox.form dd .friend .friendBox .title {
	font-weight: bold;
	margin: 0 0 10px;
}
#partyentry1 .grayBorderBox.form dd .friend .friendBox input[type="text"][id*="txtFriYear"] {
    width: 80px;
    display: inline-block;
    vertical-align: bottom;
}
#partyentry1 .grayBorderBox.form dd .point {
	display: flex;
}
#partyentry1 .grayBorderBox.form dd .point > p {
	margin-right: 3em;
}

#partyentry1 .grayBorderBox.form dd .cardinfo .brands {
	width: 200px;
	margin: 0 0 15px;
}
#partyentry1 .grayBorderBox.form dd .cardinfo .brands img {
	width: 100%;
}

#partyentry1 .accordion-title {
    font-weight: bold;
	width: 100%;
    background: #d9d9d9;
	margin: 0 0 20px;
    padding: 10px 35px 10px 10px;
	position: relative;
	cursor: pointer;
}
#partyentry1 .accordion-title::before,
#partyentry1 .accordion-title::after {
	top:48%;
	right: 15px;
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
	transition: transform 0.3s ease;
}
#partyentry1 .accordion-title::before {
	transform: rotate(45deg);
}
#partyentry1 .accordion-title::after {
	transform: rotate(-45deg);
}
#partyentry1 .accordion-title.close::before {
	transform: rotate(0deg);
}
#partyentry1 .accordion-title.close::after {
	transform: rotate(90deg);
}
#partyentry1 .formWrap .detail {
    font-size: 13px;
    margin: 0 0 20px;
}
#partyentry1 #submitBlock {
	text-align: center;
	margin: 50px 0 0 0;
}
#partyentry1 #submitBlock ul {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}
#partyentry1 #submitBlock ul li {
	margin: 0 1em;
}
#partyentry1 #submitBlock [type="checkbox"] + span {
	color: var(--theme-color-1);
	font-size: 1.2rem;
	font-weight: bold;
}
#partyentry1 #submitBlock [type="checkbox"] + span::before {
	top: 0;
}
#partyentry1 #submitBlock .entry {
	margin-top: 30px;
}
#partyentry1 #submitBlock .entry a {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	width: 340px;
	text-decoration: none;
	background: var(--theme-color-2);
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
}
#partyentry1 #submitBlock .entry a:hover {
	background: var(--theme-color-2-700);
	opacity: 1;
}

#partyentry1 #submitBlock .compban {
	margin: 80px 0 0;
	border-top: solid 1px #CCC;
	padding: 50px 0;
}

#partyentry1 #submitBlock .compban .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px;
}

#partyentry1 #submitBlock .compban ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 35px;
}

#partyentry1 #submitBlock .compban ul li {
	max-width: 300px;
	margin: 0 10px 30px;
}

#partyentry1 #submitBlock .compban ul li.max {
	max-width: 620px;
	margin: 0;
}

#partyentry1 #submitBlock .compban ul li a {
	display: block;
	margin: 0 0 10px;
}

#partyentry1 #submitBlock .compban ul li img {
	width: 100%;
	height: auto;
}

#partyentry1 #sudeni .entry a,
#partyentry1 #submitBlock .entry a {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	width: 340px;
	text-decoration: none;
	background: var(--theme-color-2);
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
}
#partyentry1 #sudeni .entry a:hover,
#partyentry1 #submitBlock .entry a:hover {
	background: var(--theme-color-2-700);
	opacity: 1;
}

#partyentry1 #submitBlock .entry a.notify {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	width: 340px;
	max-width: 100%;
	text-decoration: none;
	background: #00ada9;
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
}
#partyentry1 #submitBlock .entry a.impbl {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	width: 340px;
	text-decoration: none;
	background: #D2D2D2;
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
}
#partyentry1 #submitBlock .entry a.backTextLink {
	color: #999;
	font-size: 1rem;
	font-weight: normal;
	width: auto;
	text-align: center;
	text-decoration: underline;
	background: none;
	border-radius: 0;
	margin: 0 auto;
	padding: 0;
	display: inline;
}


#partyentry1 #sudeni {
	text-align: center;
	margin: 0 0 50px;
}
#partyentry1 #sudeni .entry {
	margin-top: 15px;
}
#partyentry1 #sudeni .entry a {
	width: 300px;
	font-size: 1.125rem;
	padding: 10px 0;
}
#partyentry1 table.cancel {
	margin: 10px 0;
}

#partyentry1 table.cancel th,
#partyentry1 table.cancel td {
	text-align: left;
	vertical-align: top;
	border: solid 1px #DDD;
	padding: 3px 8px;
}

#partyentry1 table.cancel th {
	background: #F3F3F3;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {
	/*プログレスバー*/
	#step {
		margin: 6vw 0;
	}
	#step .subContents {
		width: 100vw;
		text-align: left;
		margin: 0 auto;
		padding: 0;
	}
	#step .subContents .steplist {
		width: 100%;
		margin: 0 0 5vw;
	}
	#step .subContents .steplist li {
		font-size: 2.8vw;
		width: 33.3%;
		height: 13vw;
		line-height: 1.5;
		padding: 2vw 2.7vw 2vw 2.5vw;
	} 
	#step .subContents .steplist li::before {
		border: solid 13.2vw transparent;
		border-right: solid 5.2vw transparent;
		border-left: solid 5.2vw #fff;
		top: -6.5vw;
		right: -9vw;
	}
	#step .subContents .steplist li::after {
		border: solid 13.2vw transparent;
        border-right: solid 5.2vw transparent;
        border-left: solid 5.2vw #f0f0f0;
        top: -6.5vw;
        right: -7.8vw;
	}
	#step .subContents .steplist li span {
		font-size: 2.6vw;
		width: 4.3vw;
		height: 4.3vw;
		border-radius: 50%;
		line-height: 4.3vw;
	}
	#partyentry1 h2 {
		font-size: 1.143rem;
	}
	#partyentry1 .grayBorderBox.party {
		margin-bottom: 30px;
		display: block;
	}
	#partyentry1 .grayBorderBox.party figure {
		width: 100%;
		margin: 0 0 10px;
	}
	#partyentry1 .grayBorderBox.party figure img {
	}
	#partyentry1 .grayBorderBox.party > div {
		width: 100%;
	}
	#partyentry1 .grayBorderBox.party > div p.date {
		margin: 0 0 5px;
	}
	#partyentry1 .grayBorderBox.party > div p.date .loc {
		font-size: .8rem;
	}
	#partyentry1 .grayBorderBox.party > div p.date .date {
		font-size: 1rem;
	}
	#partyentry1 .grayBorderBox.party > div .partyTitle {
		font-size: .975rem;
	}
	#partyentry1 .grayBorderBox.party > div .price .male {
	}
	#partyentry1 .grayBorderBox.party > div .price .female {
	}

	#partyentry1 .grayBorderBox.form dt {
	}
	#partyentry1 .grayBorderBox.form dd {
		margin: 0 0 20px;
	}
	#partyentry1 .grayBorderBox.form dd .friend,
	#partyentry1 .grayBorderBox.form dd .cardinfo {
		margin-left: 5vw;
	}
	#partyentry1 .grayBorderBox.form dd .friend .friendBox {
		border-left: solid 4px #CCC;
		margin-top: 20px;
		padding-left: 15px;
	}
	#partyentry1 .grayBorderBox.form dd .friend .friendBox .title {
	}
	#partyentry1 .grayBorderBox.form dd .point {
		display: block;
	}
	#partyentry1 .grayBorderBox.form dd .point > p {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#partyentry1 .grayBorderBox.form dd .cardinfo .brands {
		width: 54vw;
		margin: 0 0 10px;
	}
	#partyentry1 .grayBorderBox.form dd .cardinfo .brands img {
	}
	#partyentry1 .grayBorderBox.form dd .cardinfo .brands {
		width: 54vw;
		margin: 0 0 10px;
	}
	#partyentry1 .grayBorderBox.form dd .cardinfo .cardno input[type="text"].sizeSS {
		width: 4em;
	}

	#partyentry1 .accordion-title {
		font-size: 4vw;
	}
	#partyentry1 .formWrap .detail {
		font-size: 10px;
	}
	#partyentry1 #submitBlock {
		margin: 30px 0 0 0;
	}
	#partyentry1 #submitBlock ul {
		font-size: .875rem;
		margin: 0 0 15px;
	}
	#partyentry1 #submitBlock ul li {
		margin: 0 .5em;
	}
	#partyentry1 #submitBlock [type="checkbox"] + span {
		font-size: .95rem;
	}
	#partyentry1 #submitBlock [type="checkbox"] + span::before {
	}
	#partyentry1 #submitBlock .entry {
		margin-top: 25px;
	}
	#partyentry1 #submitBlock .entry a {
		width: 100%;
	}

	#partyentry1 #submitBlock .compban {
		margin: 50px 0 20px;
	}
	#partyentry1 #submitBlock .compban p {
		margin: 0 0 5px;
	}
	#partyentry1 #submitBlock .compban div {
	}

	#partyentry1 #sudeni .entry a,
	#partyentry1 #submitBlock .entry a {
		width: 100%;
	}
	#partyentry1 #sudeni .entry {
	}

	#partyentry1 table.cancel {
	}

	#partyentry1 table.cancel th,
	#partyentry1 table.cancel td {
	}

	#partyentry1 table.cancel th {
	}
}


/* -------------------------- モーダル ----------- */
.modal-open {
    overflow: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pointModal {
	display: none;
	position: absolute;
	top: 5%;
	left: 50%;
	width: 400px;
	text-align: left;
	padding: 30px 20px 10px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 255, 230, 1));
	border-radius: 20px;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	z-index: 1500;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.pointModal .point {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	background: #f4f4f4;
	margin: 0 0 25px;
	padding: 10px 0;
}
.pointModal .inner {
	text-align: center;
}
.pointModal .inner .text01 {
    font-size: 21px;
	font-weight: bold;
	position: relative;
}
.pointModal .inner .text01::before,
.pointModal .inner .text01::after {
    content: "";
    width: 2px;
    height: 1.2em;
    background: #333;
    position: absolute;
    top: 3px;
}
.pointModal .inner .text01::before {
	left: 34px;
    transform: rotate(-35deg);
}
.pointModal .inner .text01::after {
	right: 34px;
    transform: rotate(35deg);
}
.pointModal .inner .text01 span {
    color: #D71534;
}
.pointModal .inner .text02 {
    font-size: 14px;
	margin: 0 0 15px;
}
.pointModal .inner .innerPoint {
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
    width: 360px;
    margin: 0 0 25px;
    padding: 30px 17px;
	background: #FFF;
	box-shadow: 0px 0px 15px -3px #777777;
    display: block;
}
.pointModal .inner .innerPoint tr {
	width: 325px;
	padding: 10px 0 7px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.pointModal .inner .innerPoint tr:first-child {
    border-bottom: 1px solid #E6E6E6;
}
.pointModal .inner .innerPoint tr:nth-child(2) {
    border-bottom: 1px solid #D71534;
}
.pointModal .inner .innerPoint tr:last-child td {
	font-size: 18px;
    font-weight: bold;
}
.pointModal .inner .innerPoint tr:last-child td span {
	color: #FFF;
	font-size: 12px;
	background: #D71534;
    border-radius: 5px;
    vertical-align: middle;
	margin: 0 0 0 7px;
    padding: 2px 6px;
}
.pointModal .inner .innerPoint tr th {
	font-weight: normal;
	margin: 0 0 0 5px;
	position: relative;
}
.pointModal .inner .innerPoint tr:not(:last-child) th {
	padding: 0 0 0 30px;
}
.pointModal .inner .innerPoint tr:first-child th::before {
    background: url(/App_Contents/common/images/point_mark.svg) center center / 100% 100%;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pointModal .inner .innerPoint tr:nth-child(2) th::before {
    background: url(/App_Contents/images/party/phone_mark.svg) center center / 100% 100%;
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.pointModal .inner .innerPoint tr td {
    width: fit-content;
    color: #D71534;
}
.pointModal .inner .flex {
	margin: 0 0 20px;
    display: flex;
	justify-content: space-around;
    align-items: center;
}
.pointModal .inner .flex div > p {
    font-size: 13px;
    color: #000;
}
.pointModal .inner .flex div > p span {
    font-size: 24px;
    font-weight: bold;
}
.pointModal .inner .flex img {
    width: 75px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px -3px #777777;
}
.pointModal .inner .download a {
    color: #FFF;
	font-size: 24px;
    font-weight: bold;
    background: #D71534;
    text-decoration: none;
    border-radius: 50vh;
	width: 100%;
    margin: 0 0 30px;
    padding: 12px 0;
    display: block;
}
.pointModal .btn {
	color: #fff;
	text-align: center;
	border-radius: 5px;
    padding: 10px 0 0;
	margin: 0;
    color: #000;
	cursor: pointer;
}
.pointModal .btn:hover {
	opacity: .8;
}
@media screen and (max-width:899px) {
	.pointModal {
		margin: 0 0 0 -45vw;
		width: 90vw;
		max-height: 84vh;
		padding: 7vw 5vw 3vw;
		transform: none;
		overflow-y: auto;/*縦スクロールバーを表示する*/
	}
	.pointModal .inner .text01 {
		font-size: 5vw;
	}
	.pointModal .inner .text01::before,
	.pointModal .inner .text01::after {
		width: 2px;
		top: 1vw;
	}
	.pointModal .inner .text01::before {
		left: 5vw;
	}
	.pointModal .inner .text01::after {
		right: 5vw;
	}
	.pointModal .inner .text02 {
		font-size: 3.4vw;
	}
	.pointModal .inner .innerPoint {
		width: 100%;
		font-size: 4vw;
		padding: 5vw 4vw;
		margin: 0 0 5vw;
		box-sizing: border-box;
	}
	.pointModal .inner .innerPoint tbody {
		display: block;
	}
	.pointModal .inner .innerPoint tr {
		width: 100%;
	}
	.pointModal .inner .innerPoint tr th {
		margin: 0 0 0 2vw;
	}
	.pointModal .inner .innerPoint tr:not(:last-child) th {
		padding: 0 0 0 6vw;
	}
	.pointModal .inner .innerPoint tr:last-child td {
		font-size: 4.5vw;
	}
	.pointModal .inner .innerPoint tr:last-child td span {
		font-size: 2.5vw;
	}
	.pointModal .inner .innerPoint tr:first-child th::before {
		width: 4vw;
		height: 4vw;
	}
	.pointModal .inner .innerPoint tr:nth-child(2) th::before {
		width: 3vw;
		height: 6vw;
	}
	.pointModal .inner .flex {
		margin: 0 0 5vw;
	}
	.pointModal .inner .flex img {
		width: 18.5vw;
	}
	.pointModal .inner .flex div > p {
		font-size: 3vw;
	}
	.pointModal .inner .flex div > p span {
		font-size: 5.3vw;
	}
	.pointModal .inner .download a {
		font-size: 5.8vw;
		margin: 0 0 8vw;
		padding: 3vw 0 2vw;
	}
	.pointModal .btn {
		border-radius: 5px;
		margin: 0;
		padding: 0;
	}
	.pointModal .btn .material-symbols-outlined {
		font-size: 4vw;
	}

}

@media screen and (max-width:899px) {
	#partyentry1 #submitBlock .compban ul {
		row-gap: 5vw;
	}
	#partyentry1 #submitBlock .compban ul li {
		margin: 0 10px;
	}
	#partyentry1 #submitBlock .compban ul li.max {
		max-width: 300px;
	}
}
