@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
.fixed_contact {
	position: absolute;
	top: 410px;
	right: -55px;
	padding-top: 110px;
	width: 434px;
	z-index: 20;
}
.fixed_contact.in_footer {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.fixed_contact.in_footer.is-show {
	opacity: 1;
	visibility: visible;
}
.fixed_contact .fukidashi {
	position: absolute;
	right: 220px;
	top: 0;
	width: 215px;
	z-index: 1;
}
.fixed_contact ul {
	position: relative;
}
.fixed_contact ul li.line {
	margin-bottom: 10px;
}
.fixed_contact ul li a {
	display: block;
	border: 4px solid #fff;
	background : linear-gradient(90deg, rgba(6, 199, 85, 1) 0%, rgba(252, 224, 121, 1) 100%);
	color: #fff;
	font-family: var(--font-zen);
	font-weight: bold;
	font-size: 26px;
	box-shadow: 0 0 3px rgba(252, 224, 121, 0.75);
	border-radius: 15px;
	width: 308px;
	display: flex;
	align-items: center;
	padding: 3px 0 5px 20px;
	line-height: 1.3;
	margin-left: auto;
}
.fixed_contact ul li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background:linear-gradient(90deg,rgba(252,224,121,1) 0%,rgba(6,199,85,1) 100%);
}
.fixed_contact ul li.rsv a {
	width: 385px;
	background : linear-gradient(90deg, rgba(232, 82, 141, 1) 0%, rgba(243, 157, 154, 1) 100%);
}
.fixed_contact ul li.rsv a:hover {
	background:linear-gradient(90deg,rgba(243,157,154,1) 0%,rgba(232,82,141,1) 100%);
}
.fixed_contact ul li.rsv a .fs {
	font-size: 17px;
	display: block;
}
.fixed_contact ul li a img {
	width: 38px;
	margin-right: 15px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	header {
		position: fixed;
		max-height: 100lvh;
		height: 100lvh;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		width: calc(50% - 250px);
		height: var(--height);
		right: auto;
		left: calc(50% + 250px);
		display: -ms-grid;
		display: grid;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header #menu {
		padding: 30px 30px 300px;
		display: -ms-grid;
		display: grid;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		background: none;
		position: relative;
		z-index: 20;
		overflow-y: auto;
		scrollbar-width: none;
		left: 50%;
		translate: -50% 0;
	}
	#menu > ul li {
		width: 260px;
		text-align: left;
		background: linear-gradient(90deg, #ee8aaa 0%, #a9dcf6 100%);
		padding: 2px;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	#menu > ul li:hover {
		background: #e95377;
	}
	#menu > ul li a {
		border-radius: 15px;
		display: block;
		text-decoration: none;
		background: #fff;
		font-family: var(--font-zen);
		position: relative;
	}
	#menu > ul li a span {
		font-size: 16px;
		font-weight: bold;
		background: linear-gradient(90deg, #ee8aaa 0%, #a9dcf6 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		padding: 13px 15px;
		display: block;
	}
	#menu > ul li.on a,
	#menu > ul li a:hover {
		color: var(--color-primary);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #e95377;
	}
	#menu > ul li.on a span,
	#menu > ul li a:hover span {
		color: var(--color-primary);
		background: none;
		-webkit-background-clip: border-box;
		-webkit-text-fill-color: initial; /* または inherit */
		background-clip: border-box;
	}
	#menu > ul li.on a::before,
	#menu > ul li a:hover::before {
		content: "";
		background: url("../img/menu-hoshi.png");
		width: 31px;
		height: 28px;
		position: absolute;
		right: -15px;
		top: 10px;
	}
	@media only screen and (max-width: 1250px) {
		.fixed_contact.in_menu {
			display: none;
		}
	}
	@media only screen and (max-width: 1150px) {
		#menu > ul li {
			width: 100%;
		}
		#menu > ul li a span {
			padding: 10px;
			font-size: 15px;
		}
	}
	@media only screen and (max-width: 940px) {
		header {
			display: none;
		}
	}
	#pc_logo {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(50% - 250px);
		height: 100vh;
		display: -ms-grid;
		display: grid;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-items: center;
		-webkit-transition: height 0.4s;
		transition: height 0.4s;
	}
	#pc_logo a {
		display: block;
		width: 40%;
	}
	#pc_logo a img {
		width: 100%;
	}
	@media only screen and (max-width: 940px) {
		#pc_logo {
			display: none;
		}
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#pc_logo {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/

/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl img {
	width: 100%;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	background: url("../img/bg.jpg") no-repeat top / 100% auto;
	background-attachment: fixed;
}
#container {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	background: url(../img/bg-grid.jpg);
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	box-shadow : 0px 0px 5px rgba(203, 179, 208, 0.5);
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	position: relative;
	margin-bottom: 40px;
	font-size: 23px;
	font-family: var(--font-sans);
	font-weight: 500;
	text-align: center;
}
#container h3.sub::after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px auto 0;
	background: var(--color-primary);
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ */
	#container {
		max-width: 100%;
		border-left: none;
		border-right: none;
	}
	#wrap, #footer {
		min-width: 320px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	font-size: 14px;
	line-height: 1.6;
}
@media only screen and (max-width: 1250px) { 
	#footer {
		padding-bottom: 290px;
	}
}
/* コピーライト */
#copyright {
	padding: 5.5px 0;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 0 !important;
	background: #e95377;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer {
		padding-bottom: 250px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.cmn_contact {
	width: 468px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.cmn_contact li {
	width: 230px;
}
.cmn_contact li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 65px;
	border: 4px solid #fff;
	background: linear-gradient(90deg, rgba(6, 199, 85, 1) 0%, rgba(252, 224, 121, 1) 100%);
	box-shadow : 0px 0px 3px rgba(252, 224, 121, 0.75);
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	padding-left: 20px;
	padding-bottom: 2px;
}
.cmn_contact li.rsv a {
	background: linear-gradient(90deg, rgba(232, 82, 141, 1) 0%, rgba(243, 157, 154, 1) 100%);
	padding-left: 30px;
	font-size: 24px;
}
.cmn_contact li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: linear-gradient(90deg, rgba(252, 224, 121, 1) 0%, rgba(6, 199, 85, 1) 100%);
}
.cmn_contact li.rsv a:hover {
	background: linear-gradient(90deg, rgba(243, 157, 154, 1) 0%, rgba(232, 82, 141, 1) 100%);
}
.cmn_contact li a img {
	width: 38px;
	margin-right: 10px;
}
.waku {
	position: relative;
	box-shadow : 0px 6.22px 0px rgba(197, 173, 184, 0.7);
	background: linear-gradient(90deg, #fce1a5 0%, #ee8aaa 100%);
	padding: 3px;
	border-radius: 20px;
	max-width: 415px;
	margin: 0 auto 60px;
	z-index: 1;
}
.waku .in {
	background: #fff;
	border-radius: 20px;
	padding: 5px;
}
.waku .in .in2 {
	background: linear-gradient(90deg, #fce1a5 0%, #ee8aaa 100%);
	padding: 2px;
	border-radius: 13px;
}
.waku .in .in3 {
	border-radius: 13px;
	background: url("../img/bg-heart.png") no-repeat left 5px top 5px, url("../img/bg-heart.png") no-repeat right 5px top 5px, url("../img/bg-heart.png") no-repeat left 5px bottom 5px, #fff url("../img/bg-heart.png") no-repeat right 5px bottom 5px;
}
.waku02, .waku .in .in2 {
	background: linear-gradient(90deg, #cdb1ce 0%, #fce1a5 100%);
}
.waku_cmn {
	box-shadow : 0px 15px 0px rgba(197, 173, 184, 0.7);
}
.waku_cmn::before {
	content: "";
	background: url("../img/ribbon.png") no-repeat;
	width: 60px;
	height: 55px;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: -20px;
	z-index: 1;
}
.waku_cmn .in .in2 {
	background: #fff;
	padding: 20px 22px;
}
.waku_cmn .in .in2 h3 {
	font-size: 22px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
	font-family: var(--font-mochiy);
	font-weight: normal;
}
.waku_cmn .in .in2 h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background : linear-gradient(90deg, rgba(253, 223, 120, 1) 0%, rgba(255, 250, 198, 1) 41.78%, rgba(245, 189, 203, 1) 85.95%);
}
.waku_cmn .in .in2 ul li {
	text-align: left;
	font-size: 110%;
	background: url("../img/hoshi.png") no-repeat top 2px left;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.waku_cmn .in .in2 ul li:last-of-type {
	margin-bottom: 0;
}
.waku_cmn .in .in2 .txt {
	font-size: 20px;
	font-weight: bold;
}
.btn01 a {
	display: block;
	width: 100%;
	background: linear-gradient(90deg, #ee8aaa 0%, #a9dcf6 100%);
	border: 3px solid #fff;
	color: #fff;
	padding: 5px 5px 7px;
	font-size: 112%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(252,224,121,0.75);
	transition: .2s;
	position: relative;
	border-radius: 10px;
}
.btn01 a:hover {
	opacity: 1;
	background: linear-gradient(90deg, #a9dcf6 0%, #ee8aaa 100%);
}
.btn01 a span {
	position: relative;
}
.btn01 a span::before,.btn01 a span::after  {
	content: "";
	background: url("../img/icon.png") no-repeat center/100%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: -1.5em;
}
.btn01 a span::after{
	left: auto;
	right: -1.5em;
}
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 120px; }
.pb { padding-bottom: 120px; }
@media only screen and (max-width: 1250px) {  /* 小さいPC以下 */
	.fixed_contact {
		width: 380px;
	}
	.fixed_contact.in_menu {
		display: none;
	}
	.fixed_contact.in_footer {
		display: flex !important;
		position: fixed !important;
		top: auto !important;
		bottom: 0;
		right: calc(50% - 298px);
		z-index: 999;
	}
	.fixed_contact .fukidashi {
		right: 210px;
		top: -5px;
	}
	.fixed_contact ul li a {
		width: 248px;
		border-right: none;
		border-radius: 15px 0 0 15px;
	}
	.fixed_contact ul li.rsv a {
		width: 325px;
		border-right: none;
		border-radius: 15px 0 0 15px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.fixed_contact.in_footer {
		width: 265px;
		right: 0;
	}
	.fixed_contact .fukidashi {
		width: 180px;
		top: 13px;
		right: 133px;
	}
	.fixed_contact ul li a {
		width: 210px;
		font-size: 20px;
		padding: 3px 0 5px 15px;
	}
	.fixed_contact ul li.rsv a {
		width: 265px;
	}
	.fixed_contact ul li.rsv a .fs {
		font-size: 15px;
	}
	.cmn_contact {
		width: calc(100% - 20px);
	}
	.cmn_contact li {
		width: 49%;
	}
	.cmn_contact li a {
		font-size: 16px;
		padding-left: 10px;
	}
	.cmn_contact li.rsv a {
		padding-left: 0;
		justify-content: center;
		font-size: 18px;
	}
	.cmn_contact li a img {
		width: 30px;
		margin-right: 5px;
	}
	.waku {
		max-width: calc(100% - 30px);
		margin-bottom: 30px;
	}
	.waku_cmn {
		margin-bottom: 50px;
		box-shadow: 0px 10px 0px rgba(197, 173, 184, 0.7);
	}
	.waku_cmn::before {
		width: 40px;
		height: 37px;
		background-size: 100% auto;
		top: -15px;
		left: -10px;
	}
	.waku_cmn .in .in2 {
		padding: 20px 15px;
	}
	.btn01 a {
		font-size: 85%;
	}
	.btn01 a span::before, .btn01 a span::after {
		top: 3px;
	}
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
@media only screen and (max-width: 320px){ /* スマホ */
	.cmn_contact li a {
		font-size: 14px;
	}
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}

/* 大きいPCでレイアウト調整 */
@media only screen and (min-width: 1500px) {
	#pc_logo {
		width: calc(100% - 950px);
	}
	header {
		width: 450px;
		left: auto;
		right: 0;
	}
	#container {
		margin-left: auto;
		margin-right: 450px;
	}
}