@charset "utf-8";

:root {
	--main: #434343;
	--sub: #f5f5f5; /* キーカラーと明度(L)が同じで彩度(S)が低い色 */
	--base: #fefefe;
	--gray: #f2f2f2;
	--text: #222222;
	--switch: #222222;
	--subtext: #666666;
	--link: #3375cc;
	--border: #dddddd; /* #cccだと目立ち過ぎる */
	--radius: 8px;
	--shadow: 0px 4px 8px 0px rgb(0 0 0 / 50%); /*浮いた感じの影*/
	--shadow2: 0 0 32px rgb(0 0 0 / 10%); /*浮いた感じの影*/
}

/* Reset */
/*-------------------------------------------------------------------------------------------------- */
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:baseline;
}
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size: 18px;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: 100%;/*スマホを横にしたときに文字が大きくならないようにする*/
	-ms-text-size-adjust: 100%;
	line-height: 1.7;
	background-color: #fff;
	background: #fffcf5 url(../images/cardboard.png) repeat;
	color:#333;
	/* font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Segoe UI","BIZ UDPGothic","Noto Sans CJK JP","Noto Sans JP",Meiryo,sans-serif; */
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	/* word-break: break-all; */
	line-break: strict
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	*font-size:small;
	*font:x-small;
}
a {
	vertical-align: baseline;
	text-decoration:none;
	outline:none;
	background: transparent;
	transition:0.2s linear;
	color: #008fde;
}
a:hover,a:active	{
	text-decoration:none;
	color:#0377b7;
}
a:focus	{
	outline:none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	color: #303030;
}
ul {
	list-style: none;
}
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
caption,th,td {
	font-weight: normal;
}
blockquote,q {
	quotes: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: solid 1px #dddddd;
	margin: 1em 0;
	padding: 0;
}
pre,code,kbd,samp,tt{
	line-height:100%;
	font-family:monospace;
}
img,object {
	vertical-align:text-bottom;
	-ms-interpolation-mode: bicubic; /*for IE6&7*/
	max-width : 100%; /*Fluid Image*/
}
embed,iframe,object,video {
	max-width:100%;/* Make sure videos and embeds fit their containers */
}
strong,em,b{
	font-weight: bold;
}
input,
button,
select,
textarea{
	margin:0;
	padding:0;
	font-size: inherit;
	font-family: inherit;
}



/* Print
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}

/* ul,ol
-------------------------------------------------------------- */
ul.list {
	list-style-type: disc;
	margin-bottom: 1em;
}
ul.list li{
	list-style-type: disc;
	margin-left: 1.4em;
}
ol.list {
	margin-bottom: 1em;
}
ol.list li{
	margin-left: 1.7em;
}


/* dl
-------------------------------------------------------------- */
dl.list{
	margin-bottom:1em;
}
dl.list dt{
	font-weight:bold;
	margin-top: 1em;
}
dl.list dt:first-child{
	margin-top: 0em;
}
dl.list dd{
	display: list-item;
	list-style-type: disc;
	margin-left: 1.7em;
}

dl.dl_01 dt{
	font-weight:bold;
	margin-top: 0.5em;
}
dl.dl_01 dt:first-child{
	margin-top: 0em;
}

dl.dl_04 dt{
	position: relative;
	padding:20px 20px 15px;
	font-weight:bold;
	background-color: #f7f7f7;
	border-bottom:dotted 1px #ddd;
}
dl.dl_04 dd{
	margin-bottom:1em;
	padding:15px 20px 20px;
	background-color: #f7f7f7;
}

dl.dl_05 dt{
	padding:10px;
	font-weight:bold;
	background-color: #f7f7f7;
	border:solid 1px #ddd;
	border-bottom: none;
}
dl.dl_05 dd{
	padding:10px;
	margin-bottom:1em;
	border:solid 1px #ddd;
	border-top: none;
}

dl.dl_07 dt{
	border-left:solid 5px #ddd;
	padding-left:10px;
	font-weight:bold;
}
dl.dl_07 dd{
	border-left:solid 5px #ddd;
	padding-left:10px;
	margin-bottom:1em;
}

dl.dl_08 dt{
	margin:30px 0 10px;
	padding:0 0 5px;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
}
dl.dl_08 dd{
	margin-bottom:1em;
}

dl.dl_09 dt{
	font-weight:bold;
}
dl.dl_09 dd{
	margin-bottom:1em;
}


/* ===================================
	テーブル要素
==================================== */
.table_01			{width:100%;text-align:left;background:lightgrey;border-collapse:separate;border-spacing:1px;}
.table_01 th		{padding:8px 6px 6px;vertical-align:middle;background:#ddd url(images/bg_gradient60.png) repeat-x;border:solid 1px white;text-shadow:1px 1px 0px white;}
.table_01 td		{padding:8px 6px 6px;vertical-align:middle;background:#fff;}

.table_02 			{width:100%;text-align:left;border-top:#e3e3e3 1px solid;border-collapse:collapse;}
.table_02 th		{border-bottom:#e3e3e3 1px solid;padding:5px 10px;font-weight:normal;background:#f7f7f7;white-space: nowrap;}
.table_02 td		{border-bottom:#e3e3e3 1px solid;padding:5px 10px;}

.table_03 			{width:100%;text-align:left;border-top:#ddd 3px double;border-left:#ddd 1px solid;border-collapse:collapse;}
.table_03 th		{border-bottom:#ddd 1px solid;border-right:#ddd 1px solid;padding:8px;font-weight:normal;background:#f7f7f7;font-weight:bold;}
.table_03 td		{border-bottom:#ddd 1px solid;border-right:#ddd 1px solid;padding:8px;}

.table_04 			{width:100%;border:#e3e3e3 1px solid;border-collapse:collapse;}
.table_04 th		{text-align:center;border-bottom:#e3e3e3 1px solid;border-right:#e3e3e3 1px solid;padding:5px 10px;background:#f7f7f7;font-weight:normal;}
.table_04 td		{text-align:center;border-bottom:#e3e3e3 1px solid;border-right:#e3e3e3 1px solid;padding:5px 10px;}

.table_05 			{width:100%;border-collapse:separate;border-top:#e3e3e3 1px solid;border-left:#e3e3e3 1px solid;}
.table_05 th		{text-align:center;vertical-align:middle;padding:5px 10px;background:#f7f7f7;font-weight:normal;border-top:white 1px solid;border-left:white 1px solid;border-right:#e3e3e3 1px solid;border-bottom:#e3e3e3 1px solid;}
.table_05 td		{text-align:center;vertical-align:middle;padding:5px 10px;background:#ffffff;font-weight:normal;border-top:white 1px solid;border-left:white 1px solid;border-right:#e3e3e3 1px solid;border-bottom:#e3e3e3 1px solid;}
.table_05 td img	{display:block;margin:0 auto;}

.table_01 caption,
.table_02 caption,
.table_03 caption,
.table_04 caption,
.table_05 caption	{font-weight:bold;margin-bottom:5px;text-align:left;}




/* グリッドレイアウト
----------------------------------------------*/
.grid2,.grid2fix			{list-style:none;margin-left:-1%;}
.grid2 > *,.grid2fix > *	{float:left;margin:0 0 1% 1%;width:49%;}/* 98/2 */
.grid3,.grid3fix			{list-style:none;margin-left:-1%;}
.grid3 > *,.grid3fix > *	{float:left;margin:0 0 1% 1%;width:32.33333333333333%;}/* 97/3 */
.grid4,.grid4fix			{list-style:none;margin-left:-1%;}
.grid4 > *,.grid4fix > *	{float:left;margin:0 0 1% 1%;width:24%;}/* 96/4 */
.grid5,.grid5fix			{list-style:none;margin-left:-1%;}
.grid5 > *,.grid5fix > *	{float:left;margin:0 0 1% 1%;width:19%;}/* 95/5 */
.grid6,.grid6fix			{list-style:none;margin-left:-1%;}
.grid6 > *,.grid6fix > *	{float:left;margin:0 0 1% 1%;width:15.66666666666667%;}/* 94/6 */
.grid7,.grid7fix			{list-style:none;margin-left:-1%;}
.grid7 > *,.grid7fix > *	{float:left;margin:0 0 1% 1%;width:13.28571428571429%;}/* 93/7 */
.grid8,.grid8fix			{list-style:none;margin-left:-1%;}
.grid8 > *,.grid8fix > *	{float:left;margin:0 0 1% 1%;width:11.5%;}/* 92/8 */

/*clearfix*/
.grid2:before,.grid2fix:before,.grid2:after,.grid2fix:after,
.grid3:before,.grid3fix:before,.grid3:after,.grid3fix:after,
.grid4:before,.grid4fix:before,.grid4:after,.grid4fix:after,
.grid5:before,.grid5fix:before,.grid5:after,.grid5fix:after,
.grid6:before,.grid6fix:before,.grid6:after,.grid6fix:after,
.grid7:before,.grid7fix:before,.grid7:after,.grid7fix:after,
.grid8:before,.grid8fix:before,.grid8:after,.grid8fix:after	{content:"";display:table;}/* For modern browsers */
.grid2:after,.grid2fix:after,
.grid3:after,.grid3fix:after,
.grid4:after,.grid4fix:after,
.grid5:after,.grid5fix:after,
.grid6:after,.grid6fix:after,
.grid7:after,.grid7fix:after,
.grid8:after,.grid8fix:after	{clear:both;}
.grid2,.grid2fix,
.grid3,.grid3fix,
.grid4,.grid4fix,
.grid5,.grid5fix,
.grid6,.grid6fix,
.grid7,.grid7fix,
.grid8,.grid8fix	{zoom:1;} /* For IE 6&7 (trigger hasLayout) */

/* 768px（iPadmini）以下の場合 */
@media screen and (max-width: 768px) {
.grid2		{margin-left:0;}
.grid2 > *	{width:100%;margin:0 0 10px 0;} /* grid1 */
.grid3 > *	{width:49%;} /* grid2 */
.grid4 > *	{width:49%;} /* grid2 */
.grid5 > *	{width:32.33333333333333%;} /* grid3 */
.grid6 > *	{width:32.33333333333333%;} /* grid3 */
.grid7 > *	{width:24%;} /* grid4 */
.grid8 > *	{width:24%;} /* grid4 */
}

/* 320px（iPhone5）以下の場合 */
@media screen and (max-width: 320px) {
.grid3		{margin-left:0;}
.grid3 > *	{width:100%;margin-left:0;} /* grid1 */
.grid4 > *	{width:49%;} /* grid2 */
.grid5 > *	{width:49%;} /* grid2 */
.grid6 > *	{width:32.33333333333333%;} /* grid3 */
.grid7 > *	{width:24%;} /* grid4 */
.grid8 > *	{width:24%;} /* grid4 */
}


/* テーブルレイアウト */
.table{
	display: table;
	width: 100%;
	table-layout:auto;
}
.table_fixed{
	display: table;
	width: 100%;
	table-layout:auto;
	table-layout:fixed; /*子要素を均一幅で表示*/
}
.table > *,
.table_fixed > *{
	display: table-cell;
	word-wrap: break-word;
	vertical-align: top;
}


.serif	{font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;}
.sans	{font-family: Avenir-Light, "YuGothic","游ゴシック","Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana",sans-serif;}






/* Class */

.container{
	width:1024px;
	margin:0px auto;
}



/* UI */
/*
header {
	position:fixed;
	top:0px;
	background: #fffcf5 url(../images/cardboard.png) repeat;
	background: #ffffff;
	width: 100%;
	z-index:100;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
header h1{
	flex: 1 0 auto;
	font-size: 1.4em;
	font-weight: bold;
}
header h1 img{
	display: block;
}
header .info{
	font-size: .9rem;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width:559px) and (orientation: portrait) {
	header .info{
		font-size: .8rem;
	}
}

header .info img{
	display: inline;
}

header nav{
	background-color: #222;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
header nav ul{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	list-style: none;
}
header nav ul li a{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	color: #fff;
}
header nav ul li:hover{
	cursor:pointer;
	color: #a9d3d0;
}
*/

/*　ヘッダ
-------------------------------------------------------------- */
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	z-index: 10;
	height: 100px;
  /* height: 70px; */
	padding: 0 32px;
	/* margin: 0 0 64px; */
	transition: 0.5s; /* for animation */
	font-size: 1em;
	line-height: 1.4;
	backdrop-filter: blur(4px) saturate(100%);
	-webkit-backdrop-filter: blur(8px) saturate(100%);
	background-color: rgba(255,255,255,1.0);
	/* border: solid 1px red; */
}
#header.scrolled { /* スクロール開始のタイミングでドロップシャドウ */
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow2);
}
#header.hide {
	transform: translateY(-100%);
}
.home #header { /* トップページの場合はヘッダをフェイドイン */
	opacity: 0;
	animation: fadein-blur forwards 1s ease-out 1s 1 normal;
	margin: -100px 0 0;
}
.home #header:not(.scrolled) { /* トップページ＋未スクロールの場合 */
    text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	/* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); */
}
#header-title {
	flex: 1 0 auto; /* メニュー数が増えてもタイトル幅は固定 */
}
#header-title a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 240px;
	/* aspect-ratio: 383/65; */ /* ロゴの縦横比 */
	/* max-width: 100%;
	height: auto; */
}
#header-title img,
#header-title svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	transition: 1s;
	fill: var(--switch);
	/* filter: drop-shadow(2px 2px 2px rgba(255,255,255,.2)); */ /* for SVG */
}
#header-description {
	text-align: center;
	font-size: 0.8rem;
	color: var(--text);
	color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
	#header {
		height: 80px;
		padding: 0 24px;
	}
}
@media screen and (max-width: 559px) {
	#header {
		gap: 16px; /* iPhoneSEだとやや窮屈 */
		gap: 24px;
	}
	#header-title {
		flex: 1 1 auto; /* スマホ閲覧時はタイトルが縮む */
	}
}

footer {
	width:100%;
	margin: 40px 0 0;
	padding: 40px 0;
	text-align:center;
	font-size:0.9em;
}
footer .copyright{
	margin:20px 0 0px;
	font-size:0.9em;
}
main p {
	font-size: 1.3rem;
	font-size: 1.2rem;
}

.hero{
	display: grid;
	gap: 64px;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	justify-items: center;
}
.hero-text{
	padding-left: 64px;
}

.schedule dt{
	margin-top: 0.4em;
	font-size: 0.9em;
	font-weight: bold;
}


/* General Slides */

.slide{
	width:100%;
	height:auto;
	/* padding: 170px 0; *//* = headerHeight +40px */
	border:none;
}
#slide1,
#slide3,
#slide4,
#slide6,
#slideY{
	background: #fffcf5 url(../images/cardboard.png) repeat;
}
#slide2,
#slide5,
#slide7,
footer,
#slideX{
	background: #ffffff;
}
/* #slide3	h3,
#slide4	h3{
	padding: 3px 10px;
	margin: 30px 0 10px;
	border-left:solid 8px #bbb;
} */


.index_title{
	font-size: 2em;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
}
.index_2grid{
	text-align: center;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.index_2grid .main,
.index_2grid .mito{
	width: 48%;
}
.index_2grid .main{
	float: left;
}
.index_2grid .mito{
	float: right;
}


@media screen and (max-width: 1024px) {

	body{
		font-size: 0.9em;
	}
	.container{
		width:94%;
		margin:0px auto;
		border:none;
	}

}



@media screen and (max-width: 960px) {

	header nav ul{
		/* height: auto; */
		/* flex-wrap: wrap; */
		overflow-x: auto;
		width: 100%;
		    gap: 32px;
			white-space: nowrap;

	}

	header nav .container{
		    overflow-x: scroll;

	}

	.hero{
		padding: 40px;
		gap: 32px;
	}
	.hero h2{
		font-size: 1.6rem;
		    margin-bottom: 0em;
	}
	.hero-text{
		padding-left: 0px;
		order:2;
	}
	iframe {
		width: 80%;
	}

}


/* テーブル
-------------------------------------------------------------- */
.table1{
	width:100%;
	border-collapse: collapse;
	font-size: 0.9em;
	/*table-layout:fixed;列幅固定*/
}
.table1 caption{
	text-align:center;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.table1 thead{
	text-align:center;
}
.table1 th,
.table1 td{
	line-height:1.5;
	vertical-align:middle;
	padding:5px 10px;
	font-weight:normal;
	border:#e3e3e3 1px solid;
}
.table1 th{
	background: #fafafa;
	white-space: nowrap;
	text-align:center;
}
.table1 td{
	background:#fff;
}
.table1 td img,
.table1 td p,
.table1 td ul,
.table1 td ol,
.table1 th dl{
	display: block;
	margin: 0 auto;
	border: none;
}
@media screen and (max-width:640px) {
	.table1{
		display: block;
		overflow: auto;
	}
}

.table2{
	width:100%;
	font-size: 0.9em;
}
.table2 caption{
	text-align:left;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 1em;
}
.table2 thead{
	text-align:center;
}
.table2 tr{
	border-bottom:solid 1px #ddd;
}
.table2 tr:first-child{
	border-top:solid 1px #ddd;
}
.table2 th,
.table2 td{
	vertical-align:middle;
	padding: 0.8em 0.1em;
	text-align: left;
}
.table2 th{
	font-weight: bold;
	white-space: nowrap;
	width: 200px;
	padding-right: 20px
	/*border-top:solid 1px #ebe9d6;*/
}
@media screen and (max-width:980px) {
	.table2,
	.table2 caption,
	.table2 thead,
	.table2 tbody,
	.table2 tr,
	.table2 th,
	.table2 td{
		display: block;
		width: 100%;
		font-size: 1em;
		padding: 0;
	}
	.table2 tr{
		padding: 1em 0;
	}
}


.flex{
	display: flex; /* IE10以上 */
	flex-wrap: nowrap; /* 子要素を折り返えさない */
}
.reverse{
	flex-direction:row-reverse;/*子要素の配置方向を右から左に*/
}
.flex > *{
	flex: 1 1 0%; /* ‘flex-grow’、’flex-shrink’、’flex-basis’ ※IE10-11ではflex-basisの単位必須 */
	flex: 0 1 auto; /* デフォルト値 */
	justify-content: space-between;/* 水平方向の揃え */
}
.flex2,.flex3,.flex4,.flex6,.flex8{
	display: flex; /* IE10以上 */
	flex-wrap: wrap; /* 子要素を折り返す */
	margin-left: -3%;
	list-style:none;
}
.flex2 > *{margin:0 0px 3% 3%;flex-basis:calc(50.000% - calc(2 * 3% / 2));} /* 余白2列分 × 3% ÷ 2 */
.flex3 > *{margin:0 0px 3% 3%;flex-basis:calc(33.330% - calc(3 * 3% / 3));} /* 余白3列分 × 3% ÷ 3 */
.flex4 > *{margin:0 0px 3% 3%;flex-basis:calc(25.000% - calc(4 * 3% / 4));} /* 余白4列分 × 3% ÷ 4 */
.flex6 > *{margin:0 0px 3% 3%;flex-basis:calc(16.660% - calc(6 * 3% / 6));} /* 余白6列分 × 3% ÷ 6 */

.flex2 > *.col20{flex-basis:calc(20% - 3%);margin-bottom:0;}
.flex2 > *.col30{flex-basis:calc(30% - 3%);margin-bottom:0;}
.flex2 > *.col40{flex-basis:calc(40% - 3%);margin-bottom:0;}
.flex2 > *.col60{flex-basis:calc(60% - 3%);margin-bottom:0;}
.flex2 > *.col70{flex-basis:calc(70% - 3%);margin-bottom:0;}
.flex2 > *.col80{flex-basis:calc(80% - 3%);margin-bottom:0;}

.flex img,.flex p,
.flex2 img,.flex2 p,
.flex3 img,.flex3 p,
.flex4 img,.flex4 p,
.flex6 img,.flex6 p{margin:0;}

@media screen and (max-width:980px) {
	.flex1lg	{margin-left:0px;}
	.flex1lg > *{flex-basis:100%;margin:0 0 2em;}
	.flex1lg > *.col20,
	.flex1lg > *.col30,
	.flex1lg > *.col40,
	.flex1lg > *.col60,
	.flex1lg > *.col70,
	.flex1lg > *.col80{flex-basis:100%;}
	.flex2lg > *{flex-basis:calc(50% - calc(2 * 3% / 2));}
	.flex3lg > *{flex-basis:calc(33.33% - calc(3 * 3% / 3));}
	.flex4lg > *{flex-basis:calc(16.66% - calc(6 * 3% / 6));}
}
@media screen and (max-width:640px) {
	.flex1md	{margin-left:0px;}
	.flex1md > *{flex-basis:100%;margin:0 0 0.4em;} /*margin-bottomを設定すると画像だけのレイアウトにした際に余計な余白が発生する*/
	.flex1md > *.col20,
	.flex1md > *.col30,
	.flex1md > *.col40,
	.flex1md > *.col60,
	.flex1md > *.col70,
	.flex1md > *.col80{flex-basis:100%;}
	.flex2md > *{flex-basis:calc(50% - calc(2 * 3% / 2));}
	.flex3md > *{flex-basis:calc(33.33% - calc(3 * 3% / 3));}
	.flex4md > *{flex-basis:calc(16.66% - calc(6 * 3% / 6));}
	.flex1md img{margin:0 auto 1em;} /*サムネイル付きの2カラムを一列に戻した際にセンタリングと下余白を設定*/
	.flex1md p,
	.flex2md p,
	.flex3md p,
	.flex4md p{margin:0 0 1.6em;}
}
@media screen and (max-width:480px) {
	.flex1sm	{margin-left:0px;}
	.flex1sm > *{flex-basis:100%;margin:0 0 0.4em;} /*margin-bottomを設定すると画像だけのレイアウトにした際に余計な余白が発生する*/
	.flex1sm > *.col20,
	.flex1sm > *.col30,
	.flex1sm > *.col40,
	.flex1sm > *.col60,
	.flex1sm > *.col70,
	.flex1sm > *.col80{flex-basis:100%;}
	.flex2sm > *{flex-basis:calc(50% - calc(2 * 3% / 2));}
	.flex3sm > *{flex-basis:calc(33.33% - calc(3 * 3% / 3));}
	.flex4sm > *{flex-basis:calc(16.66% - calc(6 * 3% / 6));}
	.flex1sm img{margin:0 auto 1em;} /*サムネイル付きの2カラムを一列に戻した際にセンタリングと下余白を設定*/
	.flex1sm p,
	.flex2sm p,
	.flex3sm p,
	.flex4sm p{margin:0 0 1.6em;}
}

/* = メールフォーム
-------------------------------------------------------------- */
#mailform{
	position: relative;
}
#mailform .mtmrbox{
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 320px;
	/*height: 400px;*/
	padding: 2em;
	background-color:rgba(255,255,255,0.9);
	font-size: 0.9em;
	overflow: hidden;
	border:solid 1px #dddddd;
}
#mailform .mtmrbox table{
	width:100%;
	font-size: 0.85em;
	margin-bottom: 0.4em;
}
#mailform .mtmrbox table caption{
	text-align:center;
	font-weight: bold;
	margin-bottom: 1em;
}
#mailform .mtmrbox table tr{
	border-top:solid 1px #ddd;
}
#mailform .mtmrbox table th,
#mailform .mtmrbox table td{
	padding: 0.4em 0;
	text-align: left;
}
#mailform .mtmrbox table td{
	text-align: right;
}
@media screen and (max-width:980px) {
	#mailform .mtmrbox table,
	#mailform .mtmrbox table caption,
	#mailform .mtmrbox table thead,
	#mailform .mtmrbox table tbody,
	#mailform .mtmrbox table tr,
	#mailform .mtmrbox table th,
	#mailform .mtmrbox table td{
		display: block;
		width: 100%;
		font-size: 1em;
		padding: 0;
	}
	.table2 tr{
		padding: 1em 0;
	}
}


#mailform form{
	display: block;
}
#mailform input[type="text"],
#mailform input[type="email"],
#mailform input[type="tel"],
#mailform input[type="number"],
#mailform textarea{
	display: block;
	width: 90%;
	padding: 8px;
	border-radius: 4px;
	background: #fafafa;
	border: solid 1px #dddddd;
	-webkit-appearance:none;/*内側の影を消す*/
}
#mailform input[type="text"]{
	/*max-width:300px; サイト内検索のレイアウトが崩れる*/
}
#mailform input[type="radio"]{
	margin-right: 0.4em;
}
#mailform input[type="file"]{
	font-size: 0.85em;
}
#mailform textarea{
	height: 80px;
	overflow:auto;
}
#mailform button{
	line-height: normal;
	-webkit-appearance:none;
}
#mailform select{
	display: inline-block;
}
#mailform input[type="text"]:hover,
#mailform input[type="email"]:hover,
#mailform input[type="tel"]:hover,
#mailform textarea:hover{
	transition:0.4s ease;
	background: #eee;
}
#mailform input[type="submit"]{/*確認ボタン・送信ボタン*/
    display: inline-block;
    margin: 0 auto;
    line-height: 1.0;
    width: 200px;
    height: 60px;
    transition: 0.3s ease;
    overflow: hidden;
    font-weight: bold;
    background: none;
    color: #3399cc;
    border: solid 3px #3399cc;
	cursor: pointer;
	-webkit-appearance: none; /*must*/
}
#mailform input[type="submit"]:hover{
    color: #ffffff;
	background: #3399cc;
}
#mailform input.btn_modify{ /*修正ボタン*/
	color: #a3a3a3;
	border:solid 3px #a3a3a3;
}
#mailform input.btn_modify:hover{
    color: #ffffff;
	background: #a3a3a3;
}
#mailform .must	{
	color:#ff6666;
	padding-left: 5px;
	font-size:0.8em;
	font-weight:normal;
}

table.hr thead{
	text-align:center;
}
table.hr tr{
	border-bottom:solid 1px #ddd;
}
table.hr tr:first-child{
	border-top:solid 1px #ddd;
}
table.hr th,
table.hr td{
	background: none;
	vertical-align:middle;
	padding: 0.8em 0.1em;
	text-align: left;
	border: none;
}
table.hr th{
	font-weight: bold;
	white-space: nowrap;
	width: 200px;
	padding-right: 20px;

}
@media screen and (max-width:980px) {
	table.hr,
	table.hr caption,
	table.hr thead,
	table.hr tbody,
	table.hr tr,
	table.hr th,
	table.hr td{
		display: block;
		width: 100%;
		font-size: 1em;
		padding: 0;
	}
	table.hr tr{
		padding: 1em 0;
	}
}



h2 {
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	/* font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; */
	font-weight: 500;
	font-size: 1.8rem;
	font-size: 2.0rem;
	/* border-bottom:solid 1px #bbb; */
}

h3 {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: 800;
	font-size: 1.4em;
}

iframe{
	width: 100%;
	height: 400px;
}

.slide .container{
	padding-bottom: 180px;
}
.box2cols{
	display: flex;
    gap: 64px;
	align-items: start;
	position: relative;
}
.box2cols > *{
	flex: 1; /* 均等に分割 */
	padding-top: 180px; /* sticy時の上下余白 */
}
/* .box2cols + .box2cols > *{
	padding-top: 0px;
} */

@media screen and (max-width:559px) and (orientation: portrait) {
main p {
	font-size: 1.3rem;
	font-size: 1.0rem;
}

	.box2cols{
		gap: 16px;
	}
/*
	.sticky{
		position: relative!important;
	} */

	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.2em;
	}

}

ul.photo-list{
	display: flex;
	flex-direction: column;
	gap: 32px;
}
ul.photo-list img{
	display: block;
}

a:hover img{
	opacity: .5;
	transition: .2s;
}



/*　ナビゲーション（ハンバーガメニュー）
-------------------------------------------------------------- */
#site-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#site-nav .menu-trigger {
	display: none;
	padding: 0;
	line-height: 1;
}
#site-nav #menu-items {
	display: flex;
	align-items: center;
	gap: 16px;
	gap: 32px;
	/* text-transform: uppercase; */ /* 大文字 */
}
#site-nav #menu-items .menu-items-block {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	gap: 0 32px;
	/* border: solid 1px blue; */
}
#site-nav .main-menu {
	-webkit-font-smoothing: antialiased;
	/* font-size: 1.1rem; */
	/* font-weight: 600; */
}
#site-nav .main-menu li{
	list-style: none;
	margin: 0;
}
#site-nav .main-menu li a {
	display: inline-block;
	/* padding: 8px 0; */
	position: relative;
	text-decoration: none;
	color: var(--switch);
}

/* ドロップダウンメニュー */
#site-nav .main-menu > li.menu-item-has-children {
	position: relative;
}
#site-nav .main-menu > li.menu-item-has-children > a {
	/*子メニューがある場合はカーソルを変化させない*/
	cursor: default;
}
#site-nav .main-menu > li.menu-item-has-children::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	/* margin-left: 8px; */
	transition: .2s;
	background-color: var(--switch);
	background-repeat: no-repeat;
	-webkit-mask-image: url(images/icon/angle-down-solid.svg);
	mask-image: url(images/icon/angle-down-solid.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
#site-nav .sub-menu {/* サブメニュー・クローズ時 */
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	transition: all 0.1s ease-in;
	background-color: rgba(255, 255, 255, 1.0);
	backdrop-filter: blur(4px) saturate(100%);
	-webkit-backdrop-filter: blur(8px) saturate(100%);
	box-shadow: var(--shadow2);
	border-radius: var(--radius);
	font-size: 0.9rem;
	line-height: 1.4;
	/* CloseEffect */
	width: 320px;
	padding: 16px;
	overflow: auto;
	opacity: 0;
	visibility: hidden; /* フォーカスを当てない */
	transform: translate(0%, -10%);
	transition: .2s;
	pointer-events: none;/* マウスイベントをキャンセル */
}
/* #site-nav .mega-menu, *//* テスト中 */
#site-nav li:hover .sub-menu,
#site-nav li:focus-within .sub-menu {/* サブメニュー・アクティブ時 */
	/* OpenEffect */
	opacity: 1;
	visibility: visible;
	transform: translate(0%, 0%);
	transition: .5s;
	pointer-events: all;
}
#site-nav .sub-menu li{
	text-align: left;
}
#site-nav .sub-menu li a {
	position: relative;
	display: block;
	padding: 8px;
}

/* メガメニュー */
#site-nav .mega-menu{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	top: 38px;
    /* left: 50%; */
	width: 900px;
	margin: auto;
	max-height: 100vh;
	font-size: 0.8rem;
}
#site-nav .mega-menu .mega-menu-item a{
	display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 4px 0px;
}
#site-nav .mega-menu .mega-menu-item a img{
	width: 40px;
}

@media screen and (max-width: 1023px) {
	#site-nav {
		order: 1;
	}
	/* モバイルではボタンを拡大 */
	#site-nav .btn {
		display: block;
		padding: 16px 24px;
		width: 414px; /* iPhone8Plus */
		max-width: 100%;
		margin-top: 24px;
		text-align: center;
	}
	/* ハンバーガアイコン */
	#site-nav .menu-trigger,
	#site-nav .menu-trigger span {
		transition: 0.5s;
		box-sizing: border-box;
		z-index: 99;
	}
	#site-nav .menu-trigger {
		display: block;
		background: none;
		border: none;
		position: relative;
		width: 32px;
		height: 32px;
	}
	/* ハンバーガアイコン（バー） */
	#site-nav .menu-trigger span {
		display: inline-block;
		position: absolute;
		right: 0;
		height: 2px;
		border-radius: 4px;
		background-color: var(--switch);
		transition: 1s;
	}
	#site-nav .menu-trigger span:nth-of-type(1) {
		width: 100%;
		top: calc(50% - 8px);
	}
	#site-nav .menu-trigger span:nth-of-type(2) {
		width: 75%;
		width: 100%;
		top: calc(50% - 0px);
	}
	#site-nav .menu-trigger span:nth-of-type(3) {
		width: 50%;
		width: 100%;
		top: calc(50% + 8px);
	}
	#site-nav .menu-trigger.active span:nth-of-type(1) {
		transform: translateY(7px) rotate(-45deg);
	}
	#site-nav .menu-trigger.active span:nth-of-type(2) {
		/* opacity: 0; */
		width: 0%;
		right: 50%;
	}
	#site-nav .menu-trigger.active span:nth-of-type(3) {
		width: 100%;
		transform: translateY(-9px) rotate(45deg);
	}
	/* アイコン下部のテキスト*/
	#site-nav .menu-trigger::after {
		content: "MENU";
		display: block;
		display: none;
		position: absolute;
		top: 22px;
		right: -1px;
		width: auto;
		font-size: 10px;
		color: var(--main);
		transition: 0.5s;
	}
	#site-nav .menu-trigger.active::after {
		content: "CLOSE";
		animation: fadein 2s ease 0s 1 normal;
	}
	#site-nav #menu-items {/* メインメニュー・クローズ時 */
		position: absolute;
		top: 80px; /* = header height */
		left: 0;
		display: block; /* display:flex、flex-direction:column-reverseを解除 */
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		/* CloseEffect */
		height: 0;
		overflow: auto;
		visibility: hidden; /* フォーカスを当てない */
		opacity: 0;
		transition: 1s;
	}
	#site-nav .menu-trigger.active + #menu-items {/* メインメニュー・アクティブ時 */
		z-index: 3;
		/* OpenEffect */
		height: calc(100vh - 80px); /* 100vh - header height */
		padding: 0 32px;
		visibility: visible;
		opacity: 1;
	}
	#site-nav #menu-items .menu-items-block {
		flex-direction: column; /* 縦並び */
		align-items: flex-start; /* 左寄せ */
		gap: 0px;
		padding: 16px 0;
		display: block;
	}
	/* メインメニュー */
	#site-nav .main-menu {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1;
	}
	#site-nav .main-menu li {
		margin: 16px 0;
		border-top: solid 0px var(--border);
	}
	#site-nav .main-menu li a {
		display: block;
		display: inline-block;
		color: var(--text); /* .homeのテキストカラーを上書き */
	}
	#site-nav .main-menu li a:focus {
		outline-offset: -2px; /* フォーカス枠線が見切れるので位置調整 */
	}
	/* カレントメニューのアローアイコン */
	#site-nav .main-menu li.current-menu-item a::after,
	#site-nav .main-menu li.current-cat a::after {
		border: solid 1px red;
		top: 0;
		left: 0;
		transform: translateX(-100%) translateY(10%) rotate(90deg) scale(0.8, 0.5);
	}
	/* ドロップダウンメニュー */
	#site-nav .sub-menu,
	#site-nav li:hover .sub-menu,
	#site-nav li:focus-within .sub-menu {/* サブメニュー・クローズ時 */
		position: relative;
		top: 0;
		left: 0;
		margin-left: 8px;
		background: none;
		box-shadow: none;
		backdrop-filter: none;
		/* CloseEffect */
		max-height: 0vh; /* height:autoにはtransitionは効かないのでmax-heightを指定 */
		padding: 0;
		overflow: auto;
		visibility: hidden; /* フォーカスを当てない */
		opacity: 0;
		transition: 1s;
	}
	#site-nav .menu-item-has-children a.trigger.active + .sub-menu,
	#site-nav li:hover .menu-item-has-children a.trigger.active + .sub-menu,
	#site-nav li:focus-within .menu-item-has-children a.trigger.active + .sub-menu {/* サブメニュー・アクティブ時 */
		/* OpenEffect */
		max-height: 100vh; /* reset */
		padding: 0;
		visibility: visible;
		opacity: 1;
	}
	#site-nav li .sub-menu {
		width: auto;
		margin-top: 16px;
		font-size: 1rem;
	}
	#site-nav li:hover .sub-menu {
		padding: 0;
	}
	#site-nav li:hover .sub-menu li {
		margin: 0px 0;
	}
	.menu-item-has-children a.trigger::after {
		display: inline-block;
		content: "";
		width: 24px;
		height: 24px;
		margin-left: 16px;
		background-color: var(--text);
		background-repeat: no-repeat;
		-webkit-mask-image: url(images/icon/angle-down-solid.svg);
		mask-image: url(images/icon/angle-down-solid.svg);
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		transition: transform 0.5s;
	}
	.menu-item-has-children a.trigger.active::after {
		transform: translate(0%, -0%) rotate(180deg);
	}
}

/* SNSアイコン */
.menu-items-icon {
	display: flex;
	flex-direction: row; /* iconは横並び*/
	/* justify-content: center; */
	/* font-size: 1.2rem; */
}
.menu-items-icon li {
	width: auto;
	border: none;
}
.menu-items-icon li:not(:first-child) {
	margin: 0 0 0 1em;
}
.menu-items-icon li a {
	border: none;
	color: var(--text);
}



main table {
	width: 100%;
	table-layout: fixed;/* 均等幅のほうが見やすいのでデフォルトとする */
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 2px var(--text);
	font-size: 0.9rem;
}
main table caption {
	text-align: center;
	margin-bottom: 8px;
}
main table thead {
	text-align: left;
}
main table tr {
	border-bottom: solid 1px var(--border);
}
main table th {
	font-weight: bold;
}
main table th,
main table td {
	line-height: 1.6;
	vertical-align: middle;
	padding: 16px;
}
main table tbody th {
	text-align: left;
	min-width: 100px;
	/* background-color: var(--base); */
}
main table td img,
main table td p,
main table td ul,
main table td ol,
main table th dl {
	display: block;
	margin: 0 auto;
	border: none;
}
main table img,
main table p {
	margin: 0;
	box-shadow: none;
}


@media screen and (max-width: 520px) {
	.table-block-sm,
	.table-block-sm tr,
	.table-block-sm th,
	.table-block-sm td{
		display: block;
		padding: 0;
	}
	.table-block-sm tr{
		display: block;
		padding: 16px 0;
	}
}
