@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: "icomoon";

	src: url("/font/icomoon.eot?k27nlr");
	src: url("/font/icomoon.eot?k27nlr#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?k27nlr") format("truetype"),
	url("/font/icomoon.woff?k27nlr") format("woff"),
	url("/font/icomoon.svg?k27nlr#icomoon") format("svg");
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	text-transform: none;

	speak: never;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-item:before {
	content: "\e900";
}

.icon-arrow2-item:before {
	content: "\e901";
}

.icon-blank-item:before {
	content: "\e902";
}

.icon-calendar-item:before {
	content: "\e903";
}

.icon-schedule-item:before {
	content: "\e904";
}

a {
	transition: all 0.4s;
}

a:hover {
	opacity: 0.6;
}

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

body {
	min-width: 1240px;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

main {
	padding-top: 114px;
}

strong {
	font-weight: bold;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.pc {}
.sp {
	display: none;
}

.cmnhd {
	position: fixed;
	z-index: 1000;
	width: 100%;
	min-height: 106px;
	padding: 30px 197px 34px 36px;
	background: #ffffff;
}

.cmnhd_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.cmnhd_logo {
	width: 368.11px;
}

.cmnhd_nav {
	width: calc(100% - 230.11px);
	max-width: 760px;
}

.cmnhd_nav_wrap {
	display: flex;
	justify-content: space-between;
}

.cmnhd_nav a {
	display: flex;
	align-items: center;
	gap: 3px;
}

.cmnhd_nav a span {
	font-size: 11px;
}

.cmnhd_line {
	position: absolute;
	top: 0;
	right: 0;
}

.cmnhd_line > a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
	z-index: 10;
	width: 155px;
	height: 160px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.cmnhd_line span {
	position: absolute;
	right: 9px;
	bottom: 11px;
	font-size: 11px;
}

.menu {
	display: none;
}

.cmnbnr {
	padding: 75px 0;
	background: #f8f7f2;
}

.cmnbnr_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 28px 40px;
}

.pagehd {
	padding: 76px 0 101px;
	background: #f8f7f2;
}

.pagehd_ttl {
	color: #F794A8;
	font-weight: bold;
	font-size: 40px;
}

.pnkz {
	padding: 40px 0;
	border-top: #cccccc 1px solid;
}

.pnkz_wrap {
	display: flex;
	flex-flow: wrap;
	gap: 3px;
}

.pnkz_list {
	display: flex;
	gap: 3px;
	position: relative;
	color: #b2b2b2;
}

.pnkz_list::after {
	content: ">";
	display: block;
	color: #000000;
}

.pnkz_list.now {
	color: #F794A8;
}

.pnkz_list.now::after {
	display: none;
}

.cmnft {
	padding: 72px 0 53px;
}

.cmnft_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cmnft_logo {
	display: flex;
	flex-flow: column;
	gap: 18px;
	width: 266px;
	white-space: nowrap;
}

.cmnft_nav {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 230.11px);
	max-width: 760px;
}

.cmnft_nav a {
	display: flex;
	align-items: center;
	gap: 3px;
}

.cmnft_nav a span {
	font-size: 11px;
}

.cmnft small {
	display: block;
	color: #cccccc;
	font-weight: bold;
	text-align: end;
}

.vis-sp,
.vis-tb {
	display: none;
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 24px;
	}

	main {
		padding-top: 70px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.cmnhd {
		min-height: 71px;
		padding: 24px 21px 16px 17px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 201px;
	}

	.cmnhd_nav {
		display: none;
		position: fixed;
		top: 71px;
		left: 0;
		width: 100dvw;
		height: calc(100% - 71px);
		padding: 20px 24px;
		background: #F794A8;
		color: #ffffff;
		min-width: -webkit-fill-available;
	}

	.cmnhd_nav a {
		justify-content: space-between;
		width: 100%;
		padding: 17px 16px;
		border-bottom: #ffffff24 1px solid;
	}

	.cmnhd_nav a span.icon-arrow-item {
		font-size: 20px;
	}

	.cmnhd_nav a span.icon-blank-item {
		font-size: 16px;
	}

	.cmnhd_nav_wrap {
		flex-flow: column;
		align-items: center;
		gap: 0;
		font-size: 17px;
	}

	.cmnhd_line {
		position: relative;
	}

	.cmnhd_line > a {
		flex-flow: wrap;
		justify-content: start;
		width: 300px;
		height: auto;
		margin-top: 24px;
		padding: 17px 19px;
		border: unset;
		border-radius: 10px;
		color: #000000;
		font-size: 15px;
		text-align: unset;
	}

	.cmnhd_line img {
	}

	.cmnhd_line span {
	}

	.menu {
		display: block;
		position: relative;
		width: 30px;
		height: 19px;
	}

	.menu span {
		display: block;
		position: absolute;
		right: 50%;
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		background: #333333;
		transform: translateX(50%);
		transition: all 0.4s;
	}

	.menu span:first-child {
		top: 0;
	}

	.menu span:nth-child(2) {
		bottom: 50%;
		transform: translate(50%, 50%);
	}

	.menu span:last-child {
		bottom: 0;
	}

	.menu.-open span:first-child {
		top: 50%;
		transform: translate(50%, -50%) rotate(30deg);
	}

	.menu.-open span:nth-child(2) {
		opacity: 0;
	}

	.menu.-open span:last-child {
		bottom: 50%;
		transform: translate(50%, 50%) rotate(-30deg);
	}

	.cmnbnr {
		padding: 50px 0 90px;
	}

	.cmnbnr_wrap {
		grid-template-columns: 1fr;
		gap: 17.5px;
		width: 260px;
		margin: 0 auto;
	}

	.pagehd {
		padding: 46px 0 71px;
	}

	.cmnft {
		padding: 42px 0 33px;
	}

	.cmnft_wrap {
		flex-flow: column;
		gap: 34px;
		margin-bottom: 54px;
	}

	.cmnft_logo {
		text-align: center;
	}

	.cmnft_nav {
		flex-flow: wrap;
		justify-content: space-around;
		gap: 20px 0;
		width: 230px;
	}

	.cmnft_nav a {
	}

	.cmnft_nav a span {
	}

	.cmnft small {
		text-align: center;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
