@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

:root {
	--colorGreen: #2da040;
	--colorRed: #e31328;
	--colorCream: #f5f5de;
	--colorGray: #d6d6d6;
	--colorBlack: #333333;
	--paddingGat: 16px;
	/* 追加分 */
	--colorBlue: #002E65;
	--colorCyanBlue: #0099E6;
	--colorCream: #ECF5FA;
	--bgColor: #F4F4F4;
	--hoverColor: #F24949;
	font-size: 62.5%;
}

[data-fixed] {
	padding-inline: var(--paddingGat);
}

#cp2404 {
	padding-bottom: 0;
	margin-top: 95px;
	font-family: Noto Sans JP, 'ヒラギノ角 Pro W3', 'Hiragino Kaku Pro W3',
		'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	color: var(--colorBlack);
	font-size: 1.6rem;

	img {
		max-width: 100%;
		vertical-align: bottom;
		height: auto;
	}
}

.p-mv__img {
	display: block;
	width: 100%;
}

.p-mv__annotation {
	position: relative;
	font-size: 1.4rem;
	margin-top: 16px;
	width: 90.13%;
	margin-inline: auto;
	max-width: 1100px;
	padding-left: 18px;
}

.p-mv__annotation::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
	width: 12px;
	height: 17px;
}

/* How to use */
.p-usage {
	padding-block: 100px;
	background-color: #fff;
	/* max-width: 1100px; */
}

.p-usage__inner {
	margin-inline: auto;
	width: 90.13%;
	max-width: 914px;
}

.p-usage__container {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-post {
	background-color: var(--bgColor);
	border-radius: 12px;
	padding-block: 40px 0;
}

.p-post__inner {
	max-width: 240px;
	width: 71%;
	margin-inline: auto;
}

.p-post__step {
	background-color: var(--colorCyanBlue);
	font-family: "Inter";
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	padding-block: 7px;
	border-radius: 4px;
	text-align: center;
}

.p-post__title {
	margin-top: 16px;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: bold;
	color: var(--colorBlack);
}

.p-post__text {
	font-size: 1.4rem;
	margin-top: 8px;
}

.p-post__text {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 12px;
	color: #666666;
}

.p-post__figure {
	position: relative;
	margin-top: 20px;
	border-top: 4px solid #D0D0D0;
	border-left: 4px solid #D0D0D0;
	border-right: 4px solid #D0D0D0;
	border-radius: 12px 12px 0 0;
}

.p-post__figure img {
	border-radius: 12px 12px 0 0;
	width: 100%;
}

.p-post__figure-start {
	margin-bottom: 36px;
	border: none;
}

.p-post__figure-bz4x::after {
	position: absolute;
	top: 73%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border: 6px solid var(--colorRed);
	display: block;
	width: 100%;
	height: 61px;
}

.p-post__figure-check::after {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border: 6px solid var(--colorRed);
	display: block;
	width: 100%;
	height: 71px;
}

.p-usage__notes {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: 1.4;
}

.p-usage__note {
	font-size: 1.2rem;
	position: relative;
	padding-left: 16px;
}

.p-usage__note::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
	width: 12px;
	height: 17px;
}

/* Reservation */
.p-reservation {
	background-color: var(--colorCream);
	padding-block: 100px;
	text-align: center;
}

.p-reservation__inner {
	width: 90.13%;
	margin-inline: auto;
}

.p-reservation__sub-title {
	display: block;
	color: var(--colorCyanBlue);
	font-weight: bold;
}

.p-reservation__main-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #002e69;
}

.p-reservation__lead {
	margin-block-start: 16px;
	font-size: 14px;
	color: #333333;
}

.p-reservation__actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	margin-top: 28px;
}

.p-reservation__button {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #ED0C0C;
	font-size: 1.7rem;
	padding: 18px 51px;
	border-radius: 40px;
	text-decoration: none;
	position: relative;
	line-height: 1.44;
}

.p-reservation__button::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	background: url(./images/welcomeaircon/p_reservation_arrow.png)no-repeat center/contain;
	padding: 6px 5px;
}

/* module */
.p-head__sub {
	text-align: center;
	color: var(--colorCyanBlue);
	font-weight: bold;
	line-height: 1.5;
	font-family: "Inter";
}

.p-head__sub::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: var(--colorCyanBlue);
	margin: 6px auto 0 auto;
	border-radius: 10px;
}

.p-head__title {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.28;
	color: var(--colorBlue);
	margin-top: 12px;
}

.p-head__title-margin {
	margin-top: 16px;
}

.p-head__text {
	font-size: 1.5rem;
	margin-top: 20px;
}

/* モディファイア */
.p-reservation__button-dark {
	background: #CB1212;
}

/* .p-method {
	background: #f5f5f4;
	padding-block: 25px 48px;
}

.p-method__inner {}

.p-method__title {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: var(--colorRed);
}

.p-method__list {
	margin: 26px 0 0 20px;
}

.p-method__item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	justify-content: center;
	gap: 16px;

	&:not(:first-of-type) {
		margin-top: 44px;
	}
}

.p-method__image-outer {
	display: flex;
	justify-content: center;
}

.p-method__image {
	position: relative;
	width: 91px;
	height: 91px;
	background: #fff;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-items: center;
}

.p-method__item:not(:last-of-type) .p-method__image::after {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	display: block;
	width: 7px;
	height: 36px;
	margin: auto;
	content: '';
	background: url('./images/200cp2404/p_method_arrow.png') center no-repeat;
	background-size: 100% auto;
}

.p-method__image-src {}

.p-method__image-src-01 {
	width: 35px;
}

.p-method__image-src-02 {
	width: 74px;
}

.p-method__image-src-03 {
	width: 43px;
}

.p-method__text {
	font-size: 13px;
	font-weight: bold;
	color: #003735;
}

.p-useful {
	background-color: #ecf1f1;
	padding-block: 45px 61px;
	position: relative;
}

.p-useful__inner {
	position: relative;
}

.p-useful__inner::before {
	position: absolute;
	top: -95px;
	right: 51px;
	display: block;
	width: 54px;
	height: 90px;
	margin: auto;
	content: '';
	background: url('./images/200cp2404/p_people_01.png') center no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.p-useful__inner::after {
	position: absolute;
	bottom: 241px;
	left: 20px;
	display: block;
	width: 66px;
	height: 98px;
	margin: auto;
	content: '';
	background: url('./images/200cp2404/p_people_02.png') center no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.p-useful__title {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: var(--colorRed);
}

.p-useful__list {}

.p-useful__item {
	margin-top: 15px;
}

.p-useful__image {
	text-align: center;
}

.p-useful__image-src {
	width: 232px;
}

.p-useful__text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	line-height: 1.5;
}

.p-useful__text-bold {
	font-size: 28px;
	color: #c73f3f;
}

.p-useful__text-attention {
	text-align: center;
	margin-top: 15px;
	font-size: 11px;
}

.p-useful__text-attention-link {}

.p-here {
	position: relative;
	z-index: 10;
	padding-block: 46px 56px;
}

.p-here .p-here__inner .p-here__title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--colorRed);
	text-align: center;
}

.p-here .p-here__inner .p-here__content {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.p-here .p-here__inner .p-here__content .content__img {
	display: block;
	width: 108px;
}

.p-here .p-here__inner .p-here__content .content__desc .desc__text {
	font-size: 14px;
	font-weight: bold;
}

.p-here .p-here__inner .p-here__content .content__desc .desc__links {
	display: flex;
	gap: 10px;
	align-items: center;
}

.p-about {
	position: relative;
	padding-block: 41px 49px;
	background: #f5f5f4;
}

.p-about__inner {
	position: relative;
}

.p-about__inner::before {
	position: absolute;
	top: -101px;
	right: 23px;
	display: block;
	width: 61px;
	height: 109px;
	margin: auto;
	content: '';
	background: url('./images/200cp2404/p_people_03.png') center no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.p-about .p-about__inner .p-about__title {
	font-size: 20px;
	color: var(--colorRed);
	font-weight: 900;
	text-align: center;
}

.p-about .p-about__inner .p-about__text {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

.p-about .p-about__inner .p-about__table {
	display: grid;
	grid-template-columns: repeat(2, auto);
	margin-top: 32px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.p-about .p-about__inner .p-about__table dt {
	width: 50px;
	padding-block: 36px 30px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	background: #000000;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-about .p-about__inner .p-about__table dt:not(:last-of-type) {
	border-bottom: 1px solid #cccccc;
}

.p-about .p-about__inner .p-about__table dd {
	padding-block: 14px 19px;
	padding-inline: 10px 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	background: #fff;
}

.p-about .p-about__inner .p-about__table dd:not(:last-of-type) {
	border-bottom: 1px solid #cccccc;
}

.p-about .p-about__inner .p-about__table dd p {
	font-size: 13px;
	font-weight: bold;
}

.p-about .p-about__inner .p-about__table .p-about__table-dd {
	align-items: center;
	display: flex;
}

.p-about .p-about__inner .p-about__table .p-about__table-dd .p-about__table-date {
	font-size: 12px;
	font-weight: 500;
}

.p-about .p-about__inner .p-about__table dd p + ul {
	margin-top: 10px;
}

.p-about .p-about__inner .p-about__table dd ul + span {
	margin-top: 10px;
}

.p-about .p-about__inner .p-about__table dd span {
	display: inline-block;
	font-size: 13px;
}

.p-about .p-about__inner .p-about__table dd .desc_list li {
	display: flex;
	gap: 2px;
}

.p-about .p-about__inner .p-about__table dd .desc_list li::before {
	content: '※';
}

.p-about .p-about__inner .p-about__list {
	margin-top: 20px;
}

.p-about .p-about__inner .p-about__list .p-about__item {
	position: relative;
	font-weight: normal;
	padding-left: 16px;
}

.p-about .p-about__inner .p-about__list .p-about__item::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	margin: auto;
	content: '※';
	background-size: 100% auto;
}

.p-about .p-about__inner .p-about__image {
	margin-top: 22px;
}

.p-about .p-about__inner .p-about__image .p-about__image-src {
	width: 100%;
}

.p-about .p-about__inner .p-about__button {
	text-align: center;
	margin-top: 43px;
}

.p-about .p-about__inner .p-about__button .p-about__button-link {
	display: inline-block;
	border-radius: 22px;
	border: 2px solid #b9b9b9;
	padding: 8px 22px 9px 30px;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.p-about .p-about__inner .p-about__button .p-about__button-link .p-about__button-link-span {
	padding-right: 22px;
	position: relative;
}

.p-about .p-about__inner .p-about__button .p-about__button-link .p-about__button-link-span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 10px;
	height: 11px;
	margin: auto;
	content: '';
	background: url('./images/200cp2404/p_link_icon.png') center no-repeat;
	background-size: 100% auto;
} */
@media screen and (max-width: 767px) {
	.u-hide-sp {
		display: none !important;
	}

	.p-here .p-here__inner .p-here__content .content__desc .desc__links .desc__link img {
		width: auto;
		height: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-hide-tab {
		display: none !important;
	}

	/* .p-method__image {
		width: 121px;
		height: 121px;
	}

	.p-method__image-src-01 {
		width: 47px;
	}

	.p-method__image-src-02 {
		width: 99px;
	}

	.p-method__image-src-03 {
		width: 58px;
	}

	.p-method__item:not(:last-of-type) .p-method__image::after {
		position: absolute;
		bottom: 0;
		top: 0;
		right: -94px;
		left: auto;
		display: block;
		width: 97px;
		height: 9px;
		margin: auto;
		content: '';
		background: url('./images/200cp2404/p_method_arrow_pc.png') center no-repeat;
		background-size: 100% auto;
	}

	.p-useful__text {
		font-size: 20px;
	}

	.p-useful__text-bold {
		font-size: 32px;
	}

	.p-useful__inner::before {
		top: -81px;
		right: 22px;
		display: block;
		width: 71px;
		height: 120px;
	}

	.p-useful__inner::after {
		bottom: -145px;
		left: 0px;
		width: 99px;
		height: 147px;
	}

	.p-about__inner::before {
		top: 0px;
		right: 23px;
		width: 92px;
		height: 160px;
	} */
}

@media print, screen and (min-width: 1025px) {
	.u-hide-pc {
		display: none !important;
	}

	#cp2404 {
		margin-top: 160px;
	}

	.p-mv__annotation {
		width: 66.91%;
		max-width: 1100px;
	}

	.p-mv__annotation::before {
		width: 14px;
		height: 20px;
	}

	.p-usage {
		padding-block: 140px;
	}

	.p-usage__inner {
		max-width: 1100px;
		width: 66.91%;
	}

	.p-usage__notes {
		margin-top: 24px;
		gap: 6px;
	}

	.p-usage__note {
		font-size: 1.4rem;
		padding-left: 18px;
	}

	.p-usage__note::before {
		width: 14px;
		height: 20px;
	}

	.p-usage__container {
		margin-top: 64px;
		gap: 24px;
	}

	.p-post {
		border-radius: 24px;
		padding-block: 64px 0;
	}

	.p-post__inner {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 94px;
		width: 74.02%;
		max-width: 914px;
		margin-inline: auto;
	}

	.p-post__inner-narrow {
		gap: 0;
	}

	.p-post__content {
		flex: 1;
		max-width: 250px;
	}

	.p-post__step {
		font-size: 1.8rem;
		padding-block: 9px;
		border-radius: 8px;
	}

	.p-post__title {
		font-size: 2.4rem;
		margin-top: 18px;
	}

	.p-post__text {
		font-size: 1.6rem;
		margin-top: 16px;
	}

	.p-post__figure {
		margin-top: 0;
		display: flex;
		width: 43%;
		max-width: 295px;
	}

	.p-post__figure-start {
		width: 63.5%;
		margin-bottom: 70px;
		max-width: 400px;
	}

	.p-post__figure-bz4x::after {
		height: 16%;
	}

	.p-post__figure-check::after {
		top: 54%;
		height: 18%;
	}

	.p-post__img {
		max-width: 100%;
		height: auto;
		width: 400px;
	}

	/* module */
	.p-head__sub {
		font-size: 2.0rem;
	}

	.p-head__sub::after {
		width: 12px;
		height: 12px;
		margin-top: 10px;
	}

	.p-head__title {
		font-size: 4.8rem;
		margin-top: 24px;
	}

	.p-head__title-margin {
		margin-top: 22px;
	}

	.p-head__text {
		font-size: 2.2rem;
		margin-top: 24px;
	}

	/* reservation */
	.p-reservation {
		padding-block: 140px;
	}

	.p-reservation__inner {
		max-width: 1100px;
		width: 66.91%;
	}

	.p-reservation__actions {
		flex-direction: row;
		justify-content: center;
		gap: 40px;
		margin-top: 59px;
	}

	.p-reservation__button {
		font-size: 2.2rem;
		padding: 0;
		padding-block: 30px;
		width: 400px;
		border-radius: 50px;
	}

	.p-reservation__button:hover {
		background: var(--hoverColor);
		color: #fff;
		opacity: 1;
	}

	.p-reservation__button-dark:hover {
		background: #D84E4E;
	}

	.p-reservation__button::after {
		right: 32px;
	}

	/* .p-campaign .p-campaign__inner .p-campaign__box {
		flex-direction: row;
		justify-content: space-between;
		margin-inline: 40px;
	}

	.p-campaign .p-campaign__inner .p-campaign__content {
		display: flex;
		gap: 40px;
	}

	.p-here .p-here__inner .p-here__content .content__desc .desc__links {
		gap: 0px;
		justify-content: start;
	}

	.p-method__image {
		width: 182px;
		height: 182px;
	}

	.p-method__image-src-01 {
		width: 70px;
	}

	.p-method__image-src-02 {
		width: 148px;
	}

	.p-method__image-src-03 {
		width: 87px;
	}

	.p-method__item:not(:last-of-type) .p-method__image::after {
		position: absolute;
		bottom: 0;
		top: 0;
		right: -142px;
		left: auto;
		display: block;
		width: 146px;
		height: 14px;
		margin: auto;
		content: '';
		background: url('./images/200cp2404/p_method_arrow_pc.png') center no-repeat;
		background-size: 100% auto;
	}

	.p-useful__text {
		font-size: 24px;
	}

	.p-useful__text-bold {
		font-size: 40px;
	}

	.p-useful__inner::before {
		top: -122px;
		right: 107px;
		width: 107px;
		height: 180px;
	}

	.p-useful__inner::after {
		bottom: -160px;
		left: -114px;
		width: 132px;
		height: 196px;
	}

	.p-about__inner::before {
		top: 0;
		right: -56px;
		width: 122px;
		height: 217px;
	} */
}

@media print, screen and (min-width: 768px) {
	/* [data-fixed] {
		box-sizing: content-box;
		width: calc(100% - 60px);
		max-width: 1080px;
		margin-inline: auto;
	}

	.p-here {
		padding-block: 80px 90px;
	}

	.p-here .p-here__inner .p-here__title {
		font-size: 40px;
		font-weight: 900;
	}

	.p-here .p-here__inner .p-here__content {
		gap: 34px;
		margin-top: 64px;
	}

	.p-here .p-here__inner .p-here__content .content__img {
		width: 220px;
	}

	.p-here .p-here__inner .p-here__content .content__desc .desc__text {
		font-size: 28px;
	}

	.p-about {
		padding-block: 82px 160px;
	}

	.p-about .p-about__inner .p-about__title {
		font-size: 40px;
	}

	.p-about .p-about__inner .p-about__text {
		font-size: 24px;
		margin-top: 75px;
	}

	.p-about .p-about__inner .p-about__table {
		margin-top: 78px;
	}

	.p-about .p-about__inner .p-about__table dt {
		display: grid;
		place-items: center;
		width: 160px;
		font-size: 20px;
	}

	.p-about .p-about__inner .p-about__table dd {
		padding-block: 40px;
		padding-inline: 60px;
		font-size: 14px;
	}

	.p-about .p-about__inner .p-about__table dd p {
		font-size: 16px;
		line-height: 1.7;
	}

	.p-about .p-about__inner .p-about__table dd span {
		display: block;
		font-size: 18px;
	}

	.p-about .p-about__inner .p-about__table dd .desc_list li {
		gap: 12px;
		font-size: 14px;
	}

	.p-about .p-about__inner .p-about__table .p-about__table-dd .p-about__table-date {
		font-size: 16px;
	}

	.p-about .p-about__inner .p-about__image {
		margin-top: 90px;
	}

	.p-about .p-about__inner .p-about__button {
		margin-top: 74px;
	}

	.p-about .p-about__inner .p-about__list {
		margin-top: 33px;
	}

	.p-about .p-about__inner .p-about__button .p-about__button-link {
		border-radius: 28px;
		padding: 13px 29px 13px 35px;
		text-decoration: none;
		transition: 0.2s ease-in-out;
	}

	.p-about .p-about__inner .p-about__button .p-about__button-link .p-about__button-link-span {
		padding-right: 43px;
	}

	.p-about .p-about__inner .p-about__button .p-about__button-link .p-about__button-link-span::after {
		width: 14px;
		height: 15px;
	}

	.p-method__title {
		font-size: 40px;
	}

	.p-method {
		padding-block: 84px 94px;
	}

	.p-method__list {
		margin: 68px 0 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
	}

	.p-method__item {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		gap: 16px;
		text-align: center;

		&:not(:first-of-type) {
			margin-top: 0;
		}
	}

	.p-method__text {
		font-size: 18px;
	}

	.p-useful {
		padding-block: 93px 110px;
	}

	.p-useful__title {
		font-size: 40px;
	}

	.p-useful__text-attention {
		margin-top: 35px;
		font-size: 12px;
	}

	.p-useful__list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
	}

	.p-useful__item {
		margin: 0 -12px;
	}

	.p-useful__image {
		text-align: center;
	}

	.p-useful__image-src {
		width: 399px;
	} */
}
