@charset "UTF-8";

/* ------------------------------------------
	ROOT
--------------------------------------------- */
:root {
	--blue01:		#0b236a;
	--blue02:		#60709e;
	--blue03:		#b2b8bf;
	--blue04:		#d7d7d7;
	--blue05:		#eaeef1;
	--blue06:		#ced3e1;

	--gold01:		#947f28;
	--gold02:		#bcad85;
	--gold03:		#ebe1c8;
	--gold04:		#d6caa6;
	--gold05:		#eeebe7;
	--gold06:		#f4f1e7;

	--contrast_l_color:	#FFFFFF;
	--contrast_d_color:	#000000;

	--font_color:		#333333;

	--body_color:		#FFFFFF;
	--header_color:		#FFFFFF;
	--frame_color:		#FFFFFF;
	--footer_color:		#FFFFFF;
}

:root {
	--header-h: 56px;
	--header-n: -56px;
}

@media (min-width: 840px) {
	:root {
		--header-h: 80px;
		--header-n: -80px;
	}
}

html{
	font-size:16px;
	overflow-x: hidden;
}

/* @media(max-width:768px) and (min-width:600px){
	html{
		font-size:16px;
	}
} */

@media(min-width:840px){
	html{
		font-size:18px;
	}
}

.add_scroll{
	padding-top: var(--header-h);
	margin-top: var(--header-n);
}

/* ------------------------------------------
	FONT STYLES
--------------------------------------------- */
.expletus-sans {
	font-family: "Expletus Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

.shippori-mincho-regular {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lexend {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}


/* ------------------------------------------
	BASIC STYLES
--------------------------------------------- */
*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body,header,footer,nav,
article,section,address,aside,figure,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,dl,dt,dd,ol,ul,li,hr,img,
fieldset,legend,form,label,
th,td,
menu,details,summary{
	margin:0;
	padding:0;
	border:0;
}

body{
	color:var(--font_color);
	background-color:var(--body_color);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	text-align:left;
	line-height:1.6;	/* line-heightでは単位を記載しない（px指定は例外） */
	padding-top: var(--header-h);
	overflow-x: hidden;
}



/* ------------------------------------------
	CLEARFIX
--------------------------------------------- */
.clearfix::after
{
	content:"";
	display:block;
	clear:both;
}



/* ------------------------------------------
	HEADER
--------------------------------------------- */
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: var(--header-h);
	z-index:999;
}

@media(min-width:840px){
	header{
		top:0;
		left:0;
		width:100%;
	}
}

header .head_select{
	position: absolute;
	top: 16px;
	right: 80px;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	width: auto;
	margin: 0;
	z-index: 8;
	overflow: hidden;
}

header .head_select .language,
header .head_select .contact{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	font-size:clamp(2.4vw,1.28rem,4.4vw);
}

header .head_select .language a{
	display: inline-block;
	margin: 0 8px;
}

header .head_select .contact{
	display: none;
}

header .head_select .contact a{
	display: block;
	text-decoration: none;
	line-height: 36px;
	padding: 0 48px;
	border-radius: 4px;
}

header .head_select .contact a:link,
header .head_select .contact a:visited
{
	color: var(--contrast_l_color);
	background-color: var(--blue01);
	border: 1px solid var(--blue01);
}

header .head_select .contact a:hover,
header .head_select .contact a:active
{
	color: var(--blue01);
	background-color: var(--contrast_l_color);
	border: 1px solid var(--blue01);
}

@media(min-width:840px){
	header .head_select{
		top: 22px;
	}

header .head_select .language,
header .head_select .contact{
		font-size: 1.0rem;
	}

	header .head_select .language a{
		display: inline-block;
		margin: 0 16px;
	}

	header .head_select .contact{
		display: block;
		margin-left: 24px;
	}
}

header .head_select .language a.current{
	text-decoration: underline;
}



/* ------------------------------------------
	NAVは別CSS
--------------------------------------------- */
/* メニュー開時に背景をぼかす */
.blur-bg{
	/* filter: blur(4px);
	transition: filter 0.4s ease; */
}



/* ------------------------------------------
	MAIN
--------------------------------------------- */
article,section{
	position:relative;
	width:100%;
	margin:0 auto;
}

article > div{
	position:relative;
	padding:4px 0;	/*bottom注意*/
	margin:0 auto;
	width:100%;
}

article > div > section,
article > div > div,
article > div > aside{
	position:relative;
	padding:0;
	margin:0 auto;
	z-index:160;
	width:100%;
	max-width:1056px;
}

article > div > section{
	padding: 0 16px 24px;
	margin-bottom:24px;
	border-radius:4px;
}

@media(min-width:840px){
	article > div > section{
		padding-right:16px;
		padding-left:16px;
	}
}

#kv{
	width: 100%;
}

@media(min-width:840px){
	#kv{
		height: 800px;
		background-image: url(../images/kv.png);
		background-repeat: no-repeat;
		background-size: 1920px;
		background-position: 48% top;
		margin-bottom: -240px;
	}
}

h1{
	font-family: "Expletus Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	position:relative;
	color:var(--contrast_d_color);
	font-size:clamp(2vw,3.2rem,8.0vw);
	font-weight:400;
	text-align: left;
	letter-spacing:0.12rem;
	line-height:1.2;
	padding:0 0 0 0.2rem;
	margin:0 auto;
	z-index:80;				/* H1はsection内に無い */
}

h1 + p{
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size:clamp(1.6vw,1.28rem,2.8vw);
	margin-bottom: 1.0em;
}

h1 + p + div{
	margin:0;
}

@media(min-width:840px){
	h1{
		font-size: 4.0rem;
	}

	h1 + p{
		font-size:1.28rem;
	}
}

#headline{
	position: absolute;
	top: clamp(2vh,56px,6.4vh);
	left: 32%;
	bottom: auto;
	padding: 0;
	border-radius: 8px;
	width: 56%;
	max-width: 480px;
}

@media(min-width:840px){
	#headline{
		top: 100px;
		left: 44.8%;
	}
}

.service_select{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 4px;
}

.service_select > a{
	display: block;
	font-size:clamp(1.6vw,1.28rem,2.8vw);
	text-align: center;
	font-weight: 700;
	width: 50%;
	padding: 16px 0;
	border-radius: 8px;
}

@media(min-width:840px){
	.service_select > a{
		font-size:1.0rem;
		width: 48%;
	}
}


.service_select > a:nth-child(1):link,
.service_select > a:nth-child(1):visited
{
	background: linear-gradient(to right, var(--blue02), var(--blue01));
	color: var(--contrast_l_color);
	border: 1px solid transparent;
}

.service_select > a:nth-child(1):hover,
.service_select > a:nth-child(1):active
{
	background: #FFF;
	color: var(--blue01);
	border: 1px solid var(--blue01);
	text-decoration: none;
}

.service_select > a:nth-child(2):link,
.service_select > a:nth-child(2):visited
{
	background: linear-gradient(to right, var(--gold02), var(--gold01));
	color: var(--contrast_l_color);
	border: 1px solid transparent;
}

.service_select > a:nth-child(2):hover,
.service_select > a:nth-child(2):active
{
	background: #FFF;
	color: var(--gold01);
	border: 1px solid var(--gold01);
	text-decoration: none;
}

h2{
	color: var(--blue01);
	font-style: normal;
	font-size:min(6.4vw,2.0rem);
	font-weight:700;
	text-align:center;
	line-height:1.6;
	padding:48px 0 2px;
	margin: 0 auto 24px;
}

h2 > span{
	display: inline-block;
	font-size:min(3.6vw,1.0rem);
}

h3{
	position: relative;
	color:var(--contrast_l_color);
	text-align: center;
	font-style: normal;
	font-size:min(4.8vw,1.28rem);
	font-weight:700;
	line-height: 1.2;
	padding:32px 12px;
	border-radius: 20px 0 20px 20px;
	margin:0 auto 48px;	
}

h3 > span{
	font-size:min(4.0vw,0.96rem);
}

/* 特殊960分岐 */
@media(min-width:960px){
	.add_h3br{
		display:none;
	}

	h3{
		text-align: left;
		padding:32px 48px;
	}

	h3 > span.jph3{
		position: absolute;
		top: 50%;
		right: 48px;
		transform: translateY(-50%);
	}
}

h4{
	font-size:1.2rem;
	text-align: center;
	font-weight:700;
	line-height:1.2;
	margin-bottom: 24px;
}

h4 > span{
	display: inline-block;
	color:var(--contrast_l_color);
	padding:4px 24px;
	border-radius: 48px;
}

@media(min-width:840px){
	h4{
		text-align: left;
	}
}

h5{
	color: var(--gold01);
	text-align: center;
	font-size:1.28rem;
	font-weight:700;
	line-height:1.6;
	margin-bottom: 24px;
}

@media(min-width:840px){
	h5{
		text-align: left;
	}
}

h6{
	position: relative;
	color: var(--gold01);
	text-align: left;
	font-size:1.28rem;
	font-weight:700;
	line-height:1.6;
	padding: 16px 0 16px 32px;
	border-bottom: dotted 2px var(--gold01);
	margin-bottom: 24px;
}

h6::before,
h6::after
{
	position: absolute;
	content: "▲";
	top: 50%;
}

h6::before
{
	color: var(--gold03);
	left: 0;
	transform: translate(0,-50%) rotate(90deg);
}

h6::after
{
	color: var(--gold02);
	left: 8px;
	transform: translate(0,-50%) rotate(90deg);
}


@media(min-width:840px){
	h6{
		text-align: left;
	}
}

p{
	text-align:left;
	margin-bottom:32px;
	line-height: 2.0;
}

small{
	font-size:0.8rem;
}

img{
	display:block;
	width:100%;
}

strong{
	color:#000;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

sup{
	position: relative;
	top: -0.64em;
	font-size: 0.64em;
}

sup.adj_sup{
	top: -0.2em;
	font-size: 1.0em;
}

sub{
	position: relative;
	bottom: -0.64em;
	font-size: 0.64em;
}

iframe{
	width:100%;
	height:60vh;
	border:none;
	margin-bottom:12px;
}

/* link */
a:link,a:visited{
	color:var(--blue01);
	text-decoration:none;
}

a:hover,a:active{
	color:var(--blue02);
	text-decoration:underline;
}

/* list */
ol,ul,dl{
	line-height:1.6;
	margin:0 1.0rem 24px;
}

li > ol,li > ul{
	margin:0;
}

ol,ul{
	margin-left:1.0rem;
}

ul > li{
	list-style-type:disc;
}

ol > li{
	list-style-type:decimal;
}

li,dt,dd{
	padding:0;
	margin:0;
}

li{
	margin-left:1.0rem;
}

dt{
	font-weight:bold;
	margin:16px 0 4px;
}

dt:first-child{
	margin-top:0;
}

dd{
	font-size:0.8rem;
	padding-left:1.0rem;
	margin-bottom:8px;
}

.pc{
		display:none;
	}

@media(min-width:840px){
	.pc{
		display:block;
	}

	.sp{
		display:none;
	}
}

hr{
	margin: 1.0rem 0;
	border-bottom: solid 1px var(--gold01);
}

/* flex */
.flex,.flex_re,.flex_alt{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	gap: 16px;
}

.flex{
	flex-direction:column;
}

.flex_re{
	flex-direction:column-reverse;
}

.flex_alt{
	flex-direction:row;
}

.box0,.box2,.box4,.box31,.box32{
	position:relative;
	padding:0;
}

.box0,.box2,.box31,.box32{
	width:100%;
	margin-bottom:0;
}

.box4{
	width:100%;
}

@media(min-width:840px){
	.flex,.flex_re,.flex_alt{
		gap: 24px;
	}

	.flex,.flex_re{
		flex-direction:row;
	}

	.box2{
		width:50%;
	}

	.box4{
		width:25%;
	}

	.box31{
		width:33.33333333%;
	}

	.box32{
		width:66.66666666%;
	}
}

/* table */
table{
	border-collapse:collapse;
	width:100%;
	margin-bottom: 48px;
}

table th,
table td{
	position: relative;
	text-align:left;
	display:table-cell;
	padding:4px 8px;
}

table th{
	font-size: 1.2rem;
	color:var(--blue01);
	background-color: var(--blue06);
	border:1px solid var(--blue01);
}

table td{
	font-size: 0.96rem;
	margin-bottom:8px;
	border:1px solid var(--blue01);
}

table td:first-child{
	color: var(--blue01);
	background-color: var(--gold03);
	width: 7.2em;
}

table span{
	display: block;
	font-size:min(3.6vw,0.96rem);
	line-height: 1.6;
}

@media(min-width:840px){
	table th,
	table td{
		padding:16px;
	}

	table td:first-child{
		width: 12.8em;
	}

	table span{
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}

/* special */
ul.note{
	font-size:0.8rem;
}

ul.note > li{
	position:relative;
	list-style:none;
	margin:0;
	padding:0 0 0 0.4rem;
}

ul.note > li::after{
	display:block;
	content:"※";
	position:absolute;
	top:0;
	left:-1.0rem;
}

.btn{
	display:block;
	text-align:center;
	margin:0 auto 8px;
	width:100%;
}

.btn a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:1px solid #DC143C;
	border-radius:4px;
	padding:12px 24px;
	margin:0;
}

.btn a:link,
.btn a:visited{
	color:#FFF;
	background-color:#DC143C;
}

.btn a:hover,
.btn a:active{
	color:#DC143C;
	background-color:#FFF;
}



/* ------------------------------------------
	BACKTOTOP
--------------------------------------------- */
#backtotop{
	position:fixed;
	bottom:12px;
	right:12px;
	font-size:0.8rem;
	z-index:999;
}

#backtotop a{
	display:block;
	text-align:center;
	text-decoration:none;
	padding:16px 8px;
	border: solid 1px var(--blue01);
	width: 32px;
	height: 32px;
}

#backtotop a::before{
	display:block;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-24%) rotate(-45deg);
	width: 12px;
	height: 12px;
}

#backtotop a:link,
#backtotop a:visited,
#backtotop a:hover,
#backtotop a:active{
	background-color: var(--contrast_l_color);
}

#backtotop a:link::before,
#backtotop a:visited::before,
#backtotop a:hover::before,
#backtotop a:active::before{
	border-top: solid 1px var(--blue01);
	border-right: solid 1px var(--blue01);
}

@media(min-width:840px){
	#backtotop{
		bottom:24px;
		right:24px;
	}

	#backtotop a{
		width: 64px;
		height: 64px;
	}

	#backtotop a::before{
		width: 24px;
		height: 24px;
	}

	#backtotop a:hover,
	#backtotop a:active{
		background-color: var(--blue01);
	}

	#backtotop a:hover::before,
	#backtotop a:active::before{
		border-top: solid 1px var(--contrast_l_color);
		border-right: solid 1px var(--contrast_l_color);
	}
}

/* ==============================
   BACKTOTOP 表示制御用（追加）
============================== */
#backtotop {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

#backtotop.is-visible {
	opacity: 1;
	pointer-events: auto;
}



/* ------------------------------------------
	MODAAL
--------------------------------------------- */
.image > img + span{
	display: none;
}

@media(min-width:840px){
	.image > img + span{
		display: block;
		position: absolute;
		right: 0;
		bottom: -32px;
		width: 32px;
		height: 32px;
	}
}

/* ------------------------------------------
	FOOTER
--------------------------------------------- */
footer{
	color: var(--contrast_l_color);
	position:relative;
	text-align:center;
	background-color:var(--contrast_d_color);
	padding:24px 0 32px;
	width:100%;
}

footer .flex{
	width: 100%;
	max-width: 1024px;
	padding: 0 24px;
	margin: 0 auto;
}

footer .flex > div:nth-child(2) > a{
	position: relative;
	left: -0.8rem;
	color: var(--contrast_l_color);
	line-height: 1.0;
}

@media(min-width:840px){
	footer .flex > div:nth-child(2) > a{
		left: 0;
	}
}

footer .flex > div:nth-child(2) > a:link,
footer .flex > div:nth-child(2) > a:visited
{
	color: var(--contrast_l_color);
}

footer .flex > div:nth-child(2) > a:hover,
footer .flex > div:nth-child(2) > a:active
{
	color: var(--contrast_l_color);
}

footer .flex > div:nth-child(2) > a::before,
footer .flex > div:nth-child(2) > a::after{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

footer .flex > div:nth-child(2) > a::before{
	background-color: var(--contrast_l_color);
	right: -20px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 8px;
}

footer .flex > div:nth-child(2) > a::after{
	right: -14px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: solid 1px var(--contrast_d_color);
	border-right: solid 1px var(--contrast_d_color);
}

footer img{
	width: 48%;
	max-width: 360px;
	padding: 12px 0 24px;
	margin: 0 auto;
}

footer span{
	font-size:0.8rem;
	display:inline-block;
}

@media(min-width:840px){
	footer{
		text-align:left;
	}

	footer img{
		padding: 0;
		margin: 0 auto 0 0;
	}
}

/* ------------------------------------------
	introduction
--------------------------------------------- */
#introduction{
	background-image: url(../images/bg01_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: min(320px,48vw);
}

@media(min-width:840px){
	#introduction{
		background-image: url(../images/bg01.png);
		background-size: cover;
		padding-bottom: 480px;
	}
}

#introduction section:nth-child(1){
	margin-top: 0;
}

#introduction h2{
	color:var(--blue01);
	font-family: "Shippori Mincho", serif;
	font-style: normal;
	font-size:min(5.2vw,1.6rem);
	font-weight: 700;
	text-align:left;
	line-height:1.6;
	padding:0;
	margin: 0 auto 16px;
}

#introduction p{
	line-height: 1.6;
	margin-bottom: 32px;
}

@media(min-width:840px){
	#introduction section:nth-child(1){
		margin-top: 0;
	}

	#introduction h2{
		font-size:1.6rem;
	}

	#introduction p{
		line-height: 3.0;
		margin-bottom: 48px;
	}
}

#introduction .add_img{
	display: flex;
	align-items: center;
}

#introduction .add_img img{
	width: 96%;
	margin: 0 auto;
}

@media(min-width:840px){
	#introduction .add_img img{
		width: 56%;
	}
}

#introduction hr{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 48px;
}

@media(min-width:840px){
	#introduction .flex_re{
		margin-bottom: 48px;
		gap: 0;
	}

	#introduction .flex_re > .box2:nth-child(2){
		padding-left: 48px;
	}
}

#introduction .box31{
	border-radius: 0;
	overflow: hidden;
}

#introduction .box31 > div{
	display: block;
	text-align: center;
	background: linear-gradient(to right, var(--gold02), var(--gold01));
	color: var(--contrast_l_color);
	border: 1px solid transparent;
	padding: 24px 0;
	border-radius: 12px 0 12px 12px;
}

/* #introduction .box31 > a:link,
#introduction .box31 > a:visited
{
	background: linear-gradient(to right, #bcad85, #83795d);
	color: var(--contrast_l_color);
	border: 1px solid transparent;
}

#introduction .box31 > a:hover,
#introduction .box31 > a:active
{
	background: #FFF;
	color: var(--gold01);
	border: 1px solid var(--gold01);
	text-decoration: none;
} */



/* ------------------------------------------
	guests
--------------------------------------------- */
#guests h3{
	background: linear-gradient(to right, var(--blue02), var(--blue03));
}

#guests h4 > span{
	background-color: var(--blue02);
}

#guests{
	background-color: var(--gold05);
	padding-bottom: 160px;
}

#guests > section > .flex p{
	margin-bottom: 0;
}

#guests > section > .flex:nth-child(1){
	margin-bottom: 24px;
}

#guests > section > .flex:nth-child(2){
	gap: 32px;
	margin-bottom: 64px;
}

@media(min-width:840px){
	#guests{
		padding-bottom: 200px;
	}

	#guests > section > .flex:nth-child(2){
		gap: 48px;
		margin-bottom: 96px;
	}
}

#guests > section > .flex > a.box2{
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 24px 12px;
	border-style: solid;
	border-width: 2px;
	border-radius: 24px 0 24px 24px;
	background-color: var(--contrast_l_color);
	transition:all 0.2s ease;
}

#guests > section > .flex > a.box2:nth-child(1){
	color: var(--blue01);
	border-color: var(--blue01);
}

#guests > section > .flex > a.box2:nth-child(2){
	color: var(--gold01);
	border-color: var(--gold01);
}

#guests > section > .flex > a.box2 > div > div{
	position: relative;
}

#guests > section > .flex > a.box2 > div > div > p{
	text-align: center;
	line-height: 1.2;
	font-size: 1.28rem;
	font-weight: 700;
}

#guests > section > .flex > a.box2 > div > div > span:nth-of-type(1),
#guests > section > .flex > a.box2 > div > div > span:nth-of-type(2){
	display: block;
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	z-index: 2;
}

#guests > section > .flex > a.box2 > div > div > span:nth-of-type(1){
	display: inline-block;
	left: -16px;
	transform: translateY(-50%) rotate(90deg);
}

#guests > section > .flex > a.box2 > div > div > span:nth-of-type(2){
	display: inline-block;
	right: -16px;
	transform: translateY(-50%) rotate(-90deg);
}

@media(min-width:840px){
	#guests > section > .flex > a.box2 > div > div > span:nth-of-type(1){
		left: 0;
	}

	#guests > section > .flex > a.box2 > div > div > span:nth-of-type(2){
		right: 0;
	}
}

#guests > section > .flex > a.box2 > div > span:first-of-type{
	display: block;
	font-weight: 700;
	margin: 0;
}

#guests > section > .flex > a.box2 > div > span:last-of-type{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -28px;
	width: 48px;
	height: 48px;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 2;
}

#guests > section > .flex > a.box2:nth-child(1) > div > span:last-of-type{
	background-color: var(--blue01);
}

#guests > section > .flex > a.box2:nth-child(2) > div > span:last-of-type{
	background-color: var(--gold01);
}

#guests > section > .flex > a.box2 > div > span:last-of-type::before{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 14px;
	width: 16px;
	height: 16px;
	transform: translateX(-50%) rotate(45deg);
	border-right: 2px solid var(--contrast_l_color);
	border-bottom: 2px solid var(--contrast_l_color);
	z-index: 4;
}

#guests > section > .flex > a.box2 > div > span:last-of-type::after{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 13px;
	width: 2px;
	height: 21px;
	transform: translateX(-50%);
	border-right: 2px solid var(--contrast_l_color);
	z-index: 4;
}

#guests > section > .flex > a:hover{
	transform: scale(1.02);
}

#guests > section > section{
	background-color: var(--body_color);
	border-radius: 48px 0 0 0;
}

#guests > section > section > section > div{
	padding: 0 16px 48px;
}

#guests > section > section > section:nth-of-type(2) > div:nth-child(2){
	padding: 0 16px 16px;
}

@media(min-width:840px){
	#guests > section > section > section > div{
		padding: 0 48px 48px;
	}

	#guests > section > section > section:nth-of-type(2) > div:nth-child(2){
		padding: 0 48px 24px;
	}

	#guests > section > section > section > div.flex{
		gap: 0;
	}

	#guests > section > section > section > div.flex > .box2:nth-child(2){
		padding-left: 48px;
	}
}

/* course */
.course_flex
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-bottom: 48px;
	gap: 16px;
}

.course_box
{
	background-color: var(--gold06);
	position:relative;
	padding:16px;
	border: solid 1px var(--blue01);
	border-radius: 16px;
	width: 100%;
	margin: 0;
}

.course_box > span
{
	display: block;
	color: var(--blue01);
	font-size: 1.12rem;
	font-weight: 700;
	border-bottom: solid 1px var(--blue01);
	margin-bottom: 12px;
}

.course_box > p
{
	margin-bottom: 12px;
}

.course_box > p.en
{
	line-height: 1.6;
}

.course_box > div
{
	color: var(--blue01);
	font-size: 0.8rem;
}

@media(max-width:1023px) and (min-width:840px){
	.course_flex{
		gap: 24px;
	}

	.course_box{
		padding:24px;
		width:calc(50% - 24px);
	}

	.course_box > span
	{
		height: 4.0rem;
	}

	.course_box > p
	{
		height: 6.4rem;
	}

	.course_box > p
	{
		height: 8.0rem;
	}
}

@media(min-width:1024px){
	.course_flex{
		gap: 24px;
	}

	.course_box{
		padding:24px;
		width:calc(33.33333333% - 16px);
	}

	.course_box > span
	{
		height: 4.0rem;
	}

	.course_box > p
	{
		height: 8.4rem;
	}

	.course_box > p
	{
		height: 12.0rem;
	}
}



/* ------------------------------------------
	other
--------------------------------------------- */
#other h3{
	background: linear-gradient(to right, var(--gold02), var(--gold04));
}

#other h4 > span{
	background-color: var(--gold01);
}

#other > section > section{
	background-color: var(--body_color);
	border-radius: 48px 0 0 0;
}

#other{
	background-color: var(--blue05);
	padding-top: 200px;
}

#other > section > section > section > div{
	padding: 0 16px 48px;
}

#other > section > section > section:nth-of-type(2) > div:nth-child(2){
	padding: 0 16px 16px;
}

#other .accordion_inner > .box_one > div.flex{
	margin-bottom: 24px;
}

@media(min-width:840px){
	#other{
		padding-top: 240px;
	}

	#other > section > section > section > div{
		padding: 0 48px 48px;
	}

	#other > section > section > section:nth-of-type(2) > div:nth-child(2){
		padding: 0 48px 24px;
	}

	#other > section > section > section > div.flex,
	#other .accordion_inner > .box_one > div.flex
	{
		gap: 0;
	}

	#other > section > section > section > div.flex > .box2:nth-child(1),
	#other .accordion_inner > .box_one > div.flex > .box2:nth-child(1)	
	{
		padding-right: 48px;
	}

	#other .accordion_inner > .box_one > div.flex{
		margin-bottom: 48px;
	}
}

#other .title_text{
	line-height: 1.2;
	text-align: center;
	margin-bottom: 32px;
}

#other .title_text > span{
	display: inline-block;
	font-weight: 700;
	color:var(--blue01);
	background-color: var(--blue05);
	padding:4px 32px;
	border-radius: 48px;
}

@media(min-width:840px){
	#other .title_text{
		text-align: left;
	}
}

#other .bg_flex{
	background-color: var(--blue05);
	padding:24px;
	border-radius: 16px;
}

#other .bg_flex > div:nth-child(1),
#other .bg_flex > div:nth-child(2){
	width: 100%;
}

@media(min-width:840px){
	#other .bg_flex > div:nth-child(1){
		width: 60%;
	}

	#other .bg_flex > div:nth-child(2){
		width: 40%;
	}
}


#other .bp_flex{
	padding-top: 24px;
}

@media(min-width:840px){
	#other .bp_flex{
		padding-top: 0;
	}
}


#other .bp_flex > div{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
	background-color: var(--gold06);
	padding: 24px 16px;
	border-radius: 16px;
}

#other .bp_flex > div:first-child{
	background-color: var(--contrast_l_color);
	border: solid 1px var(--blue01);
}

#other .bp_flex > div > div:nth-child(1){
	width: 32%;
}

#other .bp_flex > div > div:nth-child(2){
	width: 64%;
}

@media(min-width:840px){
	#other .bp_flex > div{
		text-align: center;
		flex-direction: column;
		justify-content:flex-start;
		padding: 24px;
	}

	#other .bp_flex > div > div:nth-child(1),
	#other .bp_flex > div > div:nth-child(2)
	{
		width: 100%;
	}
}

#other .bp_flex > div > div > span{
	display: inline-block;
	font-family: "Expletus Sans", sans-serif;
	font-size: 1.2rem;
	margin-bottom: 16px;
}

#other .bp_flex > div > div > img{
	width: 80%;
	margin: 0 auto 16px;
}

#other .bp_flex > div > div > div{
	font-weight: 700;
	margin-bottom: 12px;
}

#other .bp_flex > div > div > p{
	line-height: 1.6;
	margin-bottom: 0;
}

#other .bp_flex > div > span{
	position: absolute;
}

@media(min-width:840px){
	#other .bp_flex > div > div > div{
		height: 4.0rem;
	}

	#other .bp_flex.en > div > div > div{
		height: 4.8rem;
	}
}

#other .bp_inq{
	top: -40px;
	right: 16px;
	
}

#other .bp_list{
	right: 4px;
	bottom: -12px;
	
}

#other .bp_img{
	width: 24px;
	height: 24px;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%,0) rotate(90deg);	
	z-index: 24;
}

@media(min-width:840px){
	#other .bp_inq{
		top: auto;
		right: auto;
		bottom: -80px;
		left: 50%;
		transform: translateX(-50%);
	}

	#other .bp_list{
		right: auto;
		bottom: -40px;
		left: 0;
		width: 360px;
	}

	#other .bp_img{
		width: 36px;
		height: 36px;
		right: -32px;
		bottom: 50%;
		left: auto;
		transform: translate(0,50%) rotate(0deg);	
		z-index: 24;
	}
}

#other .bp_inq a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-size: 0.64rem;
	width: 80px;
	height: 80px;
	border-radius: 48px;
	border: solid 1px var(--blue01);
}

#other .bp_inq a:link,
#other .bp_inq a:visited
{
	color: var(--contrast_l_color);
	background-color: var(--blue01);
}

#other .bp_inq a:hover,
#other .bp_inq a:active
{
	color: var(--blue01);
	background-color: var(--contrast_l_color);
}

@media(min-width:840px){
	#other .bp_inq a{
		font-size: 0.8rem;
		width: 100px;
		height: 100px;
	}
}



/* ------------------------------------------
	flow
--------------------------------------------- */
#flow .app_flex{
	flex-direction: column;
	gap: 32px;
}

@media(min-width:840px){
	#flow .app_flex{
		gap: 48px;
	}
}

#flow .app_flex .box0{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 16px;
	border: solid 2px var(--blue01);
	gap: 16px;
}

@media(min-width:840px){
	#flow .app_flex .box0{
		flex-direction: row;
		padding: 24px;
		gap: 24px;
	}
}

#flow .app_flex .box31{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 2px var(--blue01);
}

#flow .app_flex .box32{
	text-align: center;
}

@media(min-width:840px){
	#flow .app_flex .box31{
		border-right: solid 2px var(--blue01);
		border-bottom: none;
	}

	#flow .app_flex .box32{
		text-align: left;
	}
}

#flow .app_flex .box31 > span{
	display: block;
	color: var(--blue01);
	text-align: center;
	font-family: "Expletus Sans", sans-serif;
	font-size: 1.6rem;
	margin-bottom: 0;
}

#flow .app_flex .box32 > div{
	text-align: center;
	color: var(--blue01);
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 8px;
}

#flow .app_flex .box32 > p{
	margin-bottom: 0;
}

#flow .app_flex > div:first-child > .box32 > p{
	margin-bottom: 12px;
}

#flow .app_flex .box32 > a{
	display: inline-block;
	text-decoration: none;
	padding: 4px 24px;
	border: solid 1px var(--blue01);
	margin: 0 auto;
}

#flow .app_flex .box32 > a:link,
#flow .app_flex .box32 > a:visited
{
	color: var(--contrast_l_color);
	background-color: var(--blue01);
}

#flow .app_flex .box32 > a:hover,
#flow .app_flex .box32 > a:active
{
	color: var(--blue01);
	background-color: var(--contrast_l_color);
}

#flow .app_flex > .box0 > span{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	background-color: var(--blue01);
	border-radius: 24px;
}

#flow .app_flex > .box0 > span::before,
#flow .app_flex > .box0 > span::after
{
	position: absolute;
	bottom: 6px;
	left: 50%;
	content: "";
	border-right: solid 2px var(--contrast_l_color);
	z-index: 4;
}

#flow .app_flex > .box0 > span::before
{
	width: 10px;
	height: 10px;
	border-bottom: solid 2px var(--contrast_l_color);
	transform: translateX(-50%) rotate(45deg);
}

#flow .app_flex > .box0 > span::after
{
	width: 0px;
	height: 12px;
	border-bottom: solid 2px var(--contrast_l_color);
	transform: translateX(-50%);
}

@media(min-width:840px){
	#flow .app_flex .box31 > span{
		font-size: 2.0rem;
	}

	#flow .app_flex .box32 > div{
		text-align: left;
		margin-bottom: 12px;
	}

	#flow .app_flex > .box0 > span{
		bottom: -44px;
		width: 36px;
		height: 36px;
	}

	#flow .app_flex > .box0 > span::before,
	#flow .app_flex > .box0 > span::after
	{
		bottom: 8px;
	}

	#flow .app_flex > .box0 > span::before
	{
		width: 16px;
		height: 16px;
	}

	#flow .app_flex > .box0 > span::after
	{
		width: 0px;
		height: 20px;
	}
}



/* ------------------------------------------
	adj
--------------------------------------------- */
#other,
#question,
#other > section,
#question > section {
	overflow: visible;
}



/* ------------------------------------------
	question
--------------------------------------------- */



/* ------------------------------------------
	cooperation
--------------------------------------------- */
#cooperation .coo_flex{
	gap: 48px;	
}

#cooperation .coo_flex > .box31{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 16px;
}

#cooperation .coo_flex > .box31 > div:nth-child(1){
	width: 36%;
}

#cooperation .coo_flex > .box31 > div:nth-child(2){
	width: 64%;
}

#cooperation .coo_flex > .box31 > div:nth-child(2) > div:nth-child(1){
	font-weight: 700;
}

#cooperation .coo_flex > .box31 > div:nth-child(2) > div:nth-child(2){
	border-top: solid 1px var(--contrast_d_color);
	padding-top: 12px;
}

#cooperation .coo_flex > .box31 > div p{
	font-size: 0.8rem;
	line-height: 1.6;
	margin-bottom: 8px;
}

@media(min-width:840px){
	#cooperation .coo_flex{
		gap: 24px;	
	}

	#cooperation .coo_flex > .box31{
		flex-direction: column;
		gap: 24px;
	}

	#cooperation .coo_flex > .box31 > div p{
		font-size: 0.88rem;
	}

	#cooperation .coo_flex > .box31 > div:nth-child(1),
	#cooperation .coo_flex > .box31 > div:nth-child(2)
	{
		width: 100%;
	}

	#cooperation .coo_flex > .box31 > div:nth-child(2) > div:nth-child(1){
		height: 7.2em;
	}

	#cooperation .coo_flex.en > .box31 > div:nth-child(2) > div:nth-child(1){
		height: 10.8em;
	}
}


/* ------------------------------------------
	inquiry
--------------------------------------------- */
.inquiry{
	color: var(--contrast_l_color);
	background-color: var(--blue01);
	text-align: center;
	margin: 0;
}

#guests + .inquiry{
	background-color: transparent;
	position: relative;
	padding: 0;
	z-index: 12;
}

#guests + .inquiry section{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--blue01);
	width: 80%;
}

@media(min-width:840px){
	#guests + .inquiry section{
		width: 60%;
		min-width: 560px;
	}
}

.inquiry h2{
	color:var(--contrast_l_color);
	font-weight: 400;
	margin-bottom: 8px;
}

.inquiry p{
	text-align: center;
	margin-bottom: 24px;
}

.inquiry a{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	font-size: 1.0rem;
	text-align: center;
	text-decoration: none;
	padding: 24px;
	border: solid 1px var(--contrast_l_color);
	margin: 0 auto;
	width: 96%;
	max-width: 480px;
}

.inquiry a:link,
.inquiry a:visited
{
	color: var(--contrast_l_color);
}

.inquiry a:hover,
.inquiry a:active
{
	color: var(--blue01);
	background-color: var(--contrast_l_color);
}

.inquiry a > span,
.inquiry a > span::before,
.inquiry a > span::after
{
	position: absolute;
	content: "";
}

.inquiry a > span{
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 36px;
	height: 32px;
	border-left: solid 1px var(--contrast_l_color);
}

.inquiry a > span::before
{
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: solid 2px var(--contrast_l_color);
	border-right: solid 2px var(--contrast_l_color);
}

.inquiry a > span::after
{
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 16px;
	height: 0;
	border-top: solid 2px var(--contrast_l_color);
}

@media(min-width:840px){
	.inquiry a{
		font-size: 1.2rem;
	}

	.inquiry a > span{
		width: 76px;
		height: 48px;
	}

	.inquiry a > span::before
	{
		right: 24px;
		width: 24px;
		height: 24px;
	}

	.inquiry a > span::after
	{
		right: 26px;
		width: 28px;
	}

}

.inquiry a:link span,
.inquiry a:visited span,
.inquiry a:link span::before,
.inquiry a:visited span::before,
.inquiry a:link span::after,
.inquiry a:visited span::after
{
	border-color: var(--contrast_l_color);
}

.inquiry a:hover span,
.inquiry a:active span,
.inquiry a:hover span::before,
.inquiry a:active span::before,
.inquiry a:hover span::after,
.inquiry a:active span::after
{
	border-color: var(--blue01);
}






/* ------------------------------------------
	ADD_LIST
--------------------------------------------- */
.add_list,
.add_list dt,
.add_list dd{
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
}

.add_list ul,
.add_list dl{
	margin-bottom: 0;
}

.add_list li{
	font-size: 0.8rem;
	margin-bottom: 0em;
}

.add_list dt{
	font-size: 0.8rem;
	margin-bottom: 0em;
}

.add_list dd{
	font-size: 0.8rem;
	padding-left: 1.6em;
	margin-left: 0;
	margin-bottom: 16px;
}

.add_list dd.maru{
	padding-left: 36px;
}

.add_list dd::after{
	position: absolute;
	display: block;
	text-align: left;
	width: 32px;
	top: 0;
	left: 0;
}

.add_list dd.maru:after{
	display: block;
	text-align: center;
	line-height: 28px;
	width: 28px;
	color: var(--contrast_l_color);
	background-color: var(--blue01);
	border-radius: 24px;
}

.add_list dd.maru_a:after{
	content: "A";
}
.add_list dd.maru_b:after{
	content: "B";
}
.add_list dd.maru_c:after{
	content: "C";
}
.add_list dd.maru_d:after{
	content: "D";
}

.add_list dd.kome00:after{
	content: "※";
}

.add_list dd.asterisk00:after{
	content: "*";
}

.add_list dd.kome01:after{
	content: "※1";
}


/* ------------------------------------------
	ADD_bg-animate
--------------------------------------------- */
.bg-animate-target {
	position: relative;
	overflow-x: hidden;
}

.section-bg-container {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 2;
}

.bg-bar {
	position: absolute;
	height: 4vh;
	background: linear-gradient(
		90deg,
		var(--gold04) 8%,
		transparent 40%,
		transparent
	);
	border-radius: 2px;
	opacity: 0;
	transform: translateX(20%); /* 初期は右から少し入る */
}

@media(min-width:840px){
	.bg-bar {
		height: 48px;
	}
}


/* ここを編集 */

#bar01a,
#bar02a,
#bar03a,
#bar04a,
#bar05a,
#bar06a,
#bar07a,
#bar08a
{
	top: 10%;
	left: 80%;
	width: 32vw;
}

#bar01b,
#bar02b,
#bar03b,
#bar04b,
#bar05b,
#bar06b,
#bar07b,
#bar08b
{
	top: 16%;
	left: 88%;
	width: 28vw;
}

#bar01c,
#bar02c,
#bar03c,
#bar04c,
#bar05c,
#bar06c,
#bar07c,
#bar08c
{
	top: 80%;
	left: 4%;
	width: 32vw;
}

#bar01d,
#bar02d,
#bar03d,
#bar04d,
#bar05d,
#bar06d,
#bar07d,
#bar08d
{
	top: 72%;
	left: 8%;
	width: 36vw;
}

/*  */



