/* BASE =====================================================*/
html {
	/* font-size: 62.5%; */
	/* ↓TOPに戻るときのスクロールの滑らかさ */
	scroll-behavior: smooth;

}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
	--sub-color3: #EF4050;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}


figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style: none;
	display: block;
}


/* main ===================================================== */
/* ページ内すべての p と li は以下のサイズ
   調整が必要な個所のみ個別指定とする  */
main p,
main li {
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (min-width: 641px) {

	main p,
	main li {
		font-size: 20px;
		line-height: 1.95;
	}
}



/* header =====================================================*/
#header {
	padding-top: 17.467vw;
	margin-bottom: 6.668%;
}

#header-inner {
	width: 100%;
}

@media screen and (min-width: 641px) {
	#header {
		padding-top: 121px;
		margin-bottom: 48px;
	}

	#header-inner {
		width: 1024px;
		margin: 0 auto;
	}
}

/* #contents =====================================================*/

.banner_section {
	margin: 0 auto;
}

.section-inner {
	margin: 0 auto 5%;
}

.section-inner h2 {
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: var(--main-color1);
	font-size: 20px;
}

@media screen and (min-width: 641px) {
	.section-inner h2 {
		margin: 0 auto;
		font-size: 30px;
	}
}


.outline-box {
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.outline-box {
		width: 900px;
		margin: 0 auto 5%;
	}
}

.outline-box h3 {
	margin: 0 auto 3%;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background-color: #C9161C;
	border-radius: 4px;
	padding: 2% 1%;
}


@media screen and (min-width: 641px) {
	.outline-box h3 {
		margin: 0 auto 2%;
		font-size: 22px;
	}

}

.outline-box p {
	text-align: left;
}

.list {
	width: 100%;
	margin: 0 auto;
}

.list li {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.list li a {
	text-decoration: underline;
}

@media screen and (min-width: 641px) {
	.no_event {
		cursor: text;
	}

	.list .no_event a {
		text-decoration: none;
		color: #000000;
	}

	.list .no_event a[href*="tel:"] {
		pointer-events: none;
		color: #000000;
	}
}

.list-gaiyo p {
	font-weight: bold;
}

.outline-box a {
	color: #b60081;
	text-decoration: underline;
}


ul.download {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5%;
	margin: 5% auto 10%;
}

@media screen and (min-width: 641px) {
	ul.download {
		width: fit-content;
		margin: 2.5% auto 5%;
	}
}

/* .outline =====================================================*/

.outline-lead {
	width: 85%;
	margin: 0 auto 10%;
}

.outline-lead h2 {
	color: var(--main-color1);
	text-align: center;
	margin: 0 auto 3%;
	font-size: 20px;
}

.outline-lead p {
	text-align: left;
}

@media screen and (min-width: 641px) {

	.outline h2 {
		margin: 0 auto 2%;
		color: #b50081;
		font-size: 24px;
		text-align: center;
	}

	.outline-lead {
		width: fit-content;
		margin: 5% auto 5%;
	}

	.outline-lead h2 {
		color: #b50081;
		font-size: 24px;
		margin-bottom: 3%;
	}

	.outline-lead p {
		font-size: 20px;
		text-align: left;
	}
}


.outline-box04 {
	margin-bottom: 6.668%;
}

.outline-box04 p.keyword {
	width: 100%;
	margin: 4.546% auto 4.871%;
}

.outline-box04 .keyword-box {
	margin: 15px auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px #004c7e;
	box-sizing: border-box;
}

.outline-box04 .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

.outline-box09 li.isRed {
	color: #f00;
}

.outline-box10 a {
	color: #007cd0;
	text-decoration: underline;
}


/* .notes =====================================================*/

.notes {
	margin: -5% auto 0;
	width: 85%;
}

.notes .list li {
	font-size: 12px;
}

@media screen and (min-width: 641px) {
	.notes {
		margin: -3% auto 0;
		width: fit-content;
	}

	.notes .list li {
		font-size: 14px;
	}
}

.notes .keyword-box {
	width: 82.134%;
	margin: 0 auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px .004c7e;
	box-sizing: border-box;
}

.notes .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.fwb {
	font-weight: bold;
}

.box_01 p {
	text-align: right;
	width: fit-content;
    display: block;
    margin: 0 auto;
}

.main_section {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div p {
	display: block;
	width: fit-content;
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.contents .banner_section div p {
		display: block;
		width: fit-content;
		margin: 0 auto 5%;
	}
}


.banner_01 {
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
}

#header.end {
	padding-top: 0;
}

.fc_sub3 {
	color: var(--sub-color3);
}



.mb3p {
	margin-bottom: 3%;
}

.mb5p {
	margin-bottom: 5%;
}

.mb10p {
	margin-bottom: 10%;
}

@media screen and (min-width: 641px) {
	.mb3p {}

	.mb5p {}

	.mb10p {
		margin-bottom: 5%;
	}
}



.lp_images img {
	width: 100%;
	display: block;
	margin: 15px auto 0;
}


.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 5%;
	column-gap: 1%;
	justify-content: space-evenly;
	align-items: center;
}

.flex img {
	width: 40%;
	display: block;
	object-fit: contain;
}

.flex p {
	display: block;
	width: 50%;
	font-size: 14px;
}

@media screen and (min-width: 641px) {
	.flex img {
		width: 30%;
	}

	.flex p {
		display: block;
		width: 50%;
		font-size: 20px;
	}
}

.iw20 div p img {
	width: 18%;
	vertical-align: text-bottom;
}

@media screen and (min-width: 641px) {
	.iw20 div p img {
		width: 8%;
	}
}

.shop_link {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
}

@media screen and (min-width: 641px) {
	.shop_link {
		column-gap: 2%;
	}
}

.shop_link a {
	text-decoration: underline!important;

}

.scroll-center {
	position: relative;
}

.target {
	position: absolute;
	top: 50%;
	transform: translateY(-50vh);
}

.target_fukuoka {
	position: absolute;
	top: 15%;
	transform: translateY(-50vh);
}

@media screen and (min-width: 641px) {
	.target_fukuoka {
		position: absolute;
		top: 30%;
		transform: translateY(-50vh);
	}
}



/* TOPに戻るボタン ====================== */

/* ボタンが出現するアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 80%;
	}
}

/* ─────────── */

/* フッター手前で止まる挙動 */
.pagetop_sticky {
	position: sticky;
	height: 50px;
	width: 50px;
	left: 80%;
	bottom: 3%;
	opacity: 80%;
	background: #F4EC70;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 3s ease-in-out;
	margin: 0 7% 5% 0;
}

@media screen and (min-width: 641px) {
	.pagetop_sticky {
		height: 80px;
		width: 80px;
		bottom: 10%;
		opacity: 80%;
	}
}

.pagetop {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.pagetop {
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* 矢印 ====================================== */
.pagetop_arrow {
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--main-color1);
	border-right: 2px solid var(--main-color1);
	transform: translateY(20%) rotate(-45deg);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {

	.pagetop__arrow {
		border-top: 3px solid var(--main-color1);
		border-right: 3px solid var(--main-color1);
	}
}

/* ─────────── */


@media (hover: hover) and (pointer: fine) {

	.pagetop:hover {
		border-radius: 50%;
		background-color: var(--mono-tone3);
		border-color: var(--main-color1);
	}

}

/* / TOPに戻るボタン ====================== */