@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

/**************************
property reset,tool
**************************/

html {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

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

table,
th,
td {
	border: none;
}

table,
table th,
table td {
	border-collapse: collapse;
}

#contents td.col_blue {
	background-color: #e5f7ff;
	font-size: 120%;
	font-weight: 900;
}

br.clear,
p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#contents p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 1em 0;
}

.clear {
	clear: both;
}

a {
	overflow: hidden;
	color: #5299D3;
	transition: 0.3s;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ee0000;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}

.overflow {
	overflow: hidden;
}

.relative {
	position: relative;
}

.fadein {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadein.show {
	opacity: 1;
	transform: translateY(0);
}

/**************************
Layout
**************************/

body {
	text-align: center;
	font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	padding: 35px 0 0;
	min-width: 950px;
	overflow-x: hidden;
	background: url(images/bodyBack.jpg) center center;
}

#toggle {
	display: none;
}

header h1 {
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 998;
}

header h1 img {
	width: 182px;
	height: auto;
}

nav {
	position: fixed;
	top: 35px;
	left: 35px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 220px;
	background: url(images/menuBack.svg) no-repeat center center;
	background-size: 100% 100%;
}

nav ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	color: #333;
	text-decoration: none;
}

nav ul li a:visited {
	color: #333;
}

footer {
	background: #FFF;
	border-top: 4px solid #EEE;
}

#copyright {
	padding: 15px;
	font-size: 0.875rem;
	color: #666;
}

#akaihane {
	display: inline-block;
	font-size: 0.875rem;
	background: url(images/akaihane.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	margin: 50px auto 20px;
}



/**********************************************/

#sec0 {
	width: 550px;
	margin: 250px auto 0;
	position: relative;
}

#posi01 {
	position: absolute;
	top: -115px;
	right: -130px;
	width: 94px;
}

#posi02 {
	position: absolute;
	bottom: 65px;
	left: -135px;
	width: 80px;
}

#sec1 {
	padding-top: 70px;
}

.backYellow {
	background: #faffe47a;
	padding: 20px;
	margin-bottom: 10px;
}

#sec1 .backYellow {
	text-align: center;
}

#sec2 {
	padding-top: 65px;
	position: relative;
}

#contents .tour {
	padding: 20px 40px 90px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.tour p {
	width: calc((100% - 60px) / 3);
}

#posi03 {
	position: absolute;
	bottom: 20px;
	left: -70px;
	width: 200px;
}

#posi04 {
	position: absolute;
	bottom: 40px;
	right: -130px;
	width: 90px;
}

#contents #sec2 h3 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background: url(images/fukidashi.png) no-repeat left center;
	background-size: 100% auto;
	padding-left: 130px;
	margin-bottom: 10px;
}

#sec3 {
	padding-top: 65px;
	position: relative;
}

#posi05 {
	position: absolute;
	bottom: 40px;
	left: -35px;
	width: 130px;
}

#sec3 .backYellow {
	padding-left: 130px;
}

#sec4 {
	padding-top: 65px;
	position: relative;
}

#posi06 {
	position: absolute;
	bottom: 100px;
	right: -35px;
	width: 130px;
}

#sec5 {
	padding-top: 65px;
	padding-bottom: 50px;
	position: relative;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
}

#sec5 .flex img {
	width: 220px;
	height: auto;
}

#contents #sec5 p {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
}

.arrowDown {
	text-align: center;
}


/**********************************************/

#contents {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

#contents h2 {
	font-size: 1.75rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

#contents h2 img {
	width: auto;
	height: 46px;
}

#contents h3 {
	font-size: 1.75rem;
	margin: 0 0 20px;
	line-height: 1.5;
}

#contents h4 {
	font-size: 1.25rem;
	color: #333;
	margin: 0 0 20px;
	line-height: 1.5;
	padding-left: 25px;
	position: relative;
}

#contents h4::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #006259;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#contents h5 {
	font-size: 1.125rem;
	color: #006259;
	margin: 0 0 20px;
	line-height: 1.5;
}

#contents h6 {
	font-size: 1.125rem;
	color: #333;
	margin: 0 0 20px;
	line-height: 1.5;
}

#contents p+h2,
#contents ul+h2,
#contents ol+h2,
.last+h2 {
	margin-top: 50px;
}

#contents p+h3,
#contents ul+h3,
#contents ol+h3,
.last+h3 {
	margin-top: 40px;
}

#contents p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 15px;
}

#contents ul {
	margin: 0 0 20px 10px;
	font-size: 1rem;
}

#contents ul li {
	background: url(images/liStandard.svg) no-repeat left 8px;
	padding-left: 17px;
}

#contents ol {
	margin: 0 0 20px 20px;
}

#contents ol li {
	list-style-type: decimal;
	margin-left: 0.5em;
}

#contents ol.alpha li {
	list-style-type: lower-alpha;
}

#contents li {
	margin: 0 0 5px;
	line-height: 150%;
}

#contents ul li ul {
	margin: 5px 0 10px;
}

#contents ul li ul li {
	background: url(images/liSmall.svg) no-repeat left 10px;
}

#contents ul li ol li {
	list-style-type: decimal;
	list-style-image: none;
	background: none;
	padding: 0;
	margin: 10px 0;
}

#contents ol li ul {
	margin: 5px 0 10px;
}

#contents ol li ul li {
	list-style-type: none;
	background: url(images/liSmall.svg) no-repeat left 10px;
}

#contents dl {
	font-size: 1rem;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 10px 0 30px 1em;
	line-height: 150%;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents table {
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px solid #006259;
	empty-cells: show;
	background: #FFF;
}

#contents caption {
	font-size: 0.875rem;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
}

#contents td,
#contents th {
	border: 1px solid #999;
	padding: 15px 20px;
	line-height: 1.5;
}

#contents th {
	color: #333;
	background: #eef7f6;
}

#contents th p,
#contents td p {
	margin: 0;
	padding: 0;
}

#contents td ul {
	margin: 0;
	padding: 0;
}

#contents td ol {
	margin: 0 0 0 15px;
	padding: 0;
}

#contents th.thCenter {
	text-align: center;
}

#contents th.thRignt {
	text-align: right;
}

#contents table td.vMiddle {
	vertical-align: middle;
}

#contents blockquote {
	color: #333;
	margin: 10px 20px 10px 40px;
	line-height: 150%;
	font-style: italic;
}

.otoiawase {
	border: 2px solid #CCC;
	border-radius: 8px;
	margin: 70px 0 30px;
	padding: 20px;

}

#contents .otoiawase h2 {
	font-size: 1.25rem;
	border-bottom: none;
	margin: 0 0 30px;
	padding: 5px 20px;
}

#contents .otoiawase p {
	margin: 0 0 10px;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents .otoiawase ul {
	margin: 10px 30px;
}

.spShow {
	display: none;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}





/**********************************************/

#contents p.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents p.imgRight {
	float: right;
	margin-left: 20px;
}

.kakomi {
	margin: 0 0 20px;
	border: 1px #CCC solid;
	border-radius: 8px;
	padding: 20px 20px 10px;
	overflow: hidden;
}

#contents .kakomi h2 {
	display: inline-block;
	color: #FFF;
	background: #867f73;
	padding: 4px 20px 6px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 20px;
	border-radius: 20px;
}

#contents .kakomi p {
	margin: 0 10px 15px;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

#contents p.textRight {
	text-align: right;
}

#contents p.textCenter {
	text-align: center;
}

#contents .textRed {
	color: red;
}

#contents .textBlueBold {
	color: #4d66cc;
	font-weight: bold;
}

#contents .textPurple {
	color: #6A5ACD;
}

#contents .textGreen {
	color: #20B2AA;
}

#contents .textGray {
	color: #999;
}

#contents .textGraySmall {
	color: #999;
	font-size: 80%;
}

#contents .textSmall {
	font-size: 80%;
}

#contents .textSmall2 {
	font-size: 70%;
}

#contents .textStandard {
	font-size: 90%;
}

#contents .textSmallRight {
	font-size: 84%;
	text-align: right;
}

#contents .textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

#contents .textLarge {
	font-size: 110%;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border: none;
	padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding: 20px;
}

a.pdfLink {
	padding: 5px 0 5px 20px;
	background: url(images/pdf.png) no-repeat left 10px;
}

a.wordLink {
	padding: 5px 0 5px 20px;
	background: url(images/word.png) no-repeat left 10px;
}

a.excelLink {
	padding: 5px 0 5px 20px;
	background: url(images/excel.png) no-repeat left 10px;
}

#contents ul li.pdfLink {
	padding: 5px 0 5px 25px;
	background: url(images/pdf.png) no-repeat left 10px;
}

#contents p.textIndent {
	margin-left: 3em;
}

#contents p.comment1 {
	background: url(images/diamonds.png) no-repeat left top 10px;
	background-size: 12px 12px;
	padding-left: 20px;
}

#contents p.comment2 {
	text-indent: -1em;
	margin-left: 2em;
}

.arrowRight {
	background: url(images/arrowRight.png) no-repeat left top 6px;
	background-size: 16px 16px;
	padding-left: 25px;
}

.externalLink {
	background: url(images/external.png) no-repeat left center;
	padding-left: 24px;
}

#contents table.tableDesign1 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign1 th,
#contents table.tableDesign1 td {
	border: none;
	border-bottom: 1px solid #999;
	padding: 10px 5px;
}

#contents table.tableDesign1 th {
	background: #F9F9F9;
}

#contents table.tableDesign1 td {
	padding-left: 20px;
}


#contents table.tableDesign2 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign2 th,
#contents table.tableDesign2 td {
	border: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

#contents table.tableDesign2 th {
	background: #EEE;
}

#contents table.tableDesign3,
#contents .tableDesign3 th,
#contents .tableDesign3 td {
	border: none;
	padding: 10px;
}


.backGreen {
	background: #EEFFF7
}

.backBlue {
	background: #E6F7FF
}

.backPink {
	background: #FFEEFF
}

.backPurple {
	background: #EEEEFF
}

.backGray {
	background: #F0F0F0;
}

.backOrange {
	background: #FFF3E8;
}


/* 599 */
@media screen and (max-width:599px) {
	html {
		font-size: 100%;
	}

	body {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
		padding: 0;
	}

	body * {
		max-width: 100%;
	}

	body.open::before {
		content: '';
		display: block;
		width: 100%;
		height: 100vh;
		background: #0003;
		position: fixed;
		z-index: 1;
	}

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

	.pcShow {
		display: none !important;
	}

	.spShow {
		display: block;
	}

	br.spShow {
		display: initial;
	}

	#toggle {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 997;
		cursor: pointer;
	}

	#toggle img {
		width: 91px;
		filter: drop-shadow(0 1px 3px #0003);
	}

	nav {
		display: none;
		width: 320px;
		height: 400px;
		background: url(images/menuBack.svg) no-repeat center center;
		background-size: 100% 100%;
		top: 190px;
		left: 50%;
		transform: translateX(-50%);
	}

	nav ul li {
		border-bottom: dotted 1px #CCC;
	}

	nav ul li::last-child {
		border-bottom: none;
	}

	nav ul li a {
		font-size: 1.25rem;
		font-weight: bold;
		padding: 25px 10px;
	}

	header h1 {
		top: 20px;
		right: 20px;
	}

	header h1 img {
		width: 85px;
		height: auto;
	}

	#contents h2 img {
		max-height: 26px;
	}

	#sec0 {
		width: 60%;
		margin: 0 auto;
		padding-top: 70px;
		height: calc(100vh - 70px);
		display: flex;
		align-items: center;
	}

	#sec1 .backYellow {
		text-align: left;
	}

	#sec1 .backYellow p br {
		display: none;
	}

	#contents .tour {
		padding: 20px 10px 10px;
	}

	.tour p {
		width: 100%;
	}

	#sec3 .backYellow {
		padding-left: 0;
	}

	#sec5 .flex img {
		width: 180px;
	}

	#contents #sec5 p {
		font-size: 1.125rem;
		line-height: 1.6;
	}

	#posi01 {
		top: 30%;
		right: -45px;
		width: 20%;
	}

	#posi02 {
		bottom: 35%;
		left: -38px;
		width: 17%;
	}

	#posi03 {
		top: -25px;
		left: -10px;
		width: 33%;
	}

	#posi04 {
		bottom: -70px;
		right: -15px;
		width: 15%;
	}

	#posi05 {
		bottom: -20px;
		left: -10px;
		width: 18%;
	}

	#posi06 {
		bottom: -20px;
		right: -10px;
		width: 22%;
	}

	#contents {
		width: 100%;
		padding: 0 20px;
	}

	#contents h2 {
		font-size: 1.25rem;
	}

	#contents h3 {
		font-size: 1.125rem;
	}

	#contents #sec2 h3 {
		padding-left: 55px;
	}

	#contents p {
		font-size: 0.875rem;
	}

	#contents p.arrowDown img {
		width: 12px;
		height: auto;
	}


	#copyright {
		font-size: 0.75rem;
	}

	#akaihane {
		display: inline-block;
		font-size: 0.75rem;
		padding: 6px 0 6px 30px;
		margin: 50px 20px 20px;
		line-height: 1.4;
		text-align: left;
	}



	#contents .photoAreaL,
	#contents .photoAreaR,
	#contents .imgLeft,
	#contents .imgRight,
	#contents .textCenter {
		text-align: center;
	}

	#contents .photoAreaL img,
	#contents .photoAreaR img,
	#contents .textCenter img {
		max-width: 300px;
		height: auto;
	}

	.textCenter {
		text-align: center;
	}

	.textRight {
		text-align: right;
	}

	#contents p.clear {
		clear: both;
	}

	.wcv_sys_cal_legend {
		display: none;
	}

	.tableWrap {
		overflow-x: scroll;
	}

	#contents table {
		max-width: initial;
	}
}