@charset "utf-8";


/* pc
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
body{
	text-align: center;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-position:top center;
	background-attachment: fixed;
	font-family: helvetica, Meiryo, Osaka, arial, sans-serif;
	font-size: calc(16 / 16 * 1rem);
	line-height: 1.75;
	color:#3e3a3a;
	background: #f7f1ed url("../img/common/background.jpg") repeat-x top center;
	background-size: contain;
}
.bg-top-right {width: 400px;position: fixed;top: 0;right: 0;z-index: -1;pointer-events: none;}
.bg-bottom-left {width: 400px;position: fixed;bottom: 0;left: 0;z-index: -1;pointer-events: none;}
a:link {color:#6d88a9; text-decoration:underline;}
a:visited {color:#6d88a9;text-decoration:none;}
a:hover {color:#a8bcd5; text-decoration:none;}
a:active {text-decoration:none;}

.fontAPSDA{color: #b12e2e;}
.fontAPSDA2{color: #a8bcd5;}


/* header
--------------------------------------------------------------------------------------*/
#header{
	width: 96%;
	margin: 0;
	padding:0 2%;
	text-align: center;
	background-color: #b12e2e;
	position: sticky;
	top: 0;
	z-index: 9000;
	transition: all 0.2s ease;
}

#header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#header h1 {
	padding: 0 0;
	z-index: 7712;
	align-items:center;
	left: 10px;
	top: 8px;
	position:absolute;
}

#header #nav{
	max-width: 1000px;
	margin:0 auto;
	text-align: center;
}
#header #nav #menu {
	z-index: 7710;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

/*
#header #nav #menu li {
	text-align:center;
	cursor: pointer;
	text-decoration:none;
	margin: 0.5% 0;
	border-right: 1px solid #cccccc;
	width: 12%;
	background-image: url("../img/common/down.png");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: right 10px top 10px !important;
}
*/

#header #nav #menu li a{
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header #nav #menu li a:hover {opacity: 0.5; filter:alpha(opacity=50); -ms-filter: "alpha(opacity=50)";-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

/*
#header #nav #menu li.menu01{width: 10%;background-image:none !important;}
#header #nav #menu li.menu02{width: 11%;}
#header #nav #menu li.menu03{width: 12%;}
#header #nav #menu li.menu04{width: 15%;}
#header #nav #menu li.menu05{width: 13%;}
#header #nav #menu li.menu06{width: 12%;}
#header #nav #menu li.menu07{width: 12%;background-image:none !important;}

*/

#header #nav #menu li.on{
	background-image: url("../img/common/carp.png");
	background-repeat: no-repeat;
	background-size: 16px 24px;
	background-position: right 15px;
	color: #fff;
	font-weight: 700;
}

#header #nav #menu > li > ul {
	width: auto;
	display:none;
	position:absolute;
	z-index:2220;
	text-align:center;
}
#header #nav #menu > li > ul > li + li { position:relative;}
#header #nav #menu > li.on > ul {
	margin-left: 0;
	padding: 0;
}
#header #nav #menu li a {
	display: block;
}

/*
#header #nav #menu li.menu04 .sub,
#header #nav #menu li.menu07 .sub,
#header #nav #menu li.menu04.on .sub,
#header #nav #menu li.menu07.on .sub{
  margin-left: -15px;
}
*/
#header #nav #menu li.on .sub,
#header #nav #menu li .sub{
	width: 200px;
	margin-left: -70px;
	display: none;
	position: absolute;
	padding: 0;
	z-index: 58;
}
#header #nav #menu li.menu06.on .sub,
#header #nav #menu li.menu06 .sub{margin-left: -55px;}
#header #nav #menu li .sub li{margin: 0 0 1px 0; line-height: 1.5;}
#header #nav #menu li .sub a{
	width: 90%;
	display: block;
	margin: 0;
	padding: 10px 5%;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	border-bottom: none;
}
#header #nav #menu li .sub a:hover{background-color: rgba(189, 50, 47, 1);color: #fff;opacity: 1; filter:alpha(opacity=100); -ms-filter: "alpha( opacity=100)";}
.slicknav_menu {display:none;}
#hamburger {display:none;}


/* common
--------------------------------------------------------------------------------------*/
#wrapper{
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
}

#banner_area {
	width: 100%;
	border-top:1px solid #9d8484; 
	background:repeating-linear-gradient(45deg, #f1e9e3, #f1e9e3 2px, #e3dcd6 0, #e3dcd6 3px);
  text-align: center;
  padding-block: 1rem;
	/*
	display: none !important;
	*/
}
.banner__wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.banner__wrap ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}
.banner__wrap li {
	width: 18%;
	margin:1% 0;
	padding: 0;
}
.banner__wrap ul::after {
	content: "";
	flex: auto;
}

.banner__wrap ul li img {
	width: 100%;
	height: auto;
}
#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 0.5% 0;
	text-align:center;
	font-size: 0.9em;
	border-top:1px solid #a4bcd8;
	color: #000;
}


/*
.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.flex .item2{
	width:calc(42%);
	box-sizing: border-box;
	margin:0 8% 5% 0;
}
.flex .item2:nth-child(2n){margin:0 0 8% 0;}

.flex .item3{
	width:calc(30%);
	box-sizing: border-box;
	margin:0 5% 5% 0;
}
.flex .item3:nth-child(3n){margin:0 0 5% 0;}

.flex .item6{
	width: calc(100% / 6 - 1%);
	box-sizing: border-box;
	margin:0 0.5% 0.5% 0.5%;
}

.flex .item2 img{
	width:100%;
	height: auto;
}


.box,
.box2nd,
.box.border,
.box2nd.border {
	clear:both;
}
.box2nd.border {
	padding:16px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	border: 2px double #f32d73;
	background-color: #fff1f8;
}
*/
ul.lists{
}
.lists li{
	text-align: left;
	display: block;
}
.lists li.asterisk{background:url("../img/common/asterisk.png") no-repeat 4px 10px;background-size:6px 6px; padding-left: 16px;}
.lists li.asteriskRed{background:url("../img/common/asteriskRed.png") no-repeat 4px 10px;background-size:6px 6px; padding-left: 16px;}
/*
.lists li.kome{background:url("../img/common/kome.png") no-repeat 0 9px;background-size:15px 15px; padding-left: 20px;}
.lists li.komeRed{background:url("../img/common/komeRed.png") no-repeat 0 9px;background-size:15px 15px; padding-left: 20px;}
.lists li.komePink{background:url("../img/common/komePink.png") no-repeat 0 9px;background-size:15px 15px; padding-left: 20px;}
.lists li.dot{background:url("../img/common/dot.png") no-repeat 8px 14px;background-size:4px 4px; padding-left: 20px;}
.lists li.dotRed{background:url("../img/common/dotRed.png") no-repeat 8px 14px;background-size:4px 4px; padding-left: 20px;}
*/

table.one{
	width:100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
}
/*
.one caption{
	width: 100%;
	background-color: #d4d4d4;
	color:#6a5a26;
	font-weight:700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:17px;
	padding:8px 15px;
	margin:0 0 15px 0;
	text-align:left;
	font-style: italic;
}
*/

.one th{
	width:2%;
	padding:10px 25px 10px 0;
	border-right:1px dotted #ae1e25;
	color: #ae1e25;
	text-align:right;
	font-weight:700;
	vertical-align:top;
	white-space:nowrap;
}
.one td{
	width:auto;
	padding:10px 0 10px 25px;
	text-align:left;
	vertical-align:top;
}

table.two{
	width:100%;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #ccc;
}
.two th{
	margin:0;
	padding:8px 16px;
	font-weight:700;
	vertical-align:top;
	white-space:nowrap;
	color: #fff;
	text-align: center;
	background-color:#c1ad6f;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.two td{
	margin: 0;
	padding:8px 16px;
	vertical-align:middle;
	background-color:#fcfcfc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.two tr:nth-child(even) td{background: #efefef;}

.button2{display: flex;justify-content:center;gap:20px;}
.button2 .button a{padding: 10px 40px 10px 35px;}

.button a {
	background: #718e9f;
	border-radius: 0;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 10px 20px 10px 15px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #718e9f;
}

.button.orange a {background: #e08f4d;border: 1px solid #e08f4d;}
.button.green a {background: #69a899;border: 1px solid #69a899;}
.button.gray a {background: #535353;border: 1px solid #535353;}
.button.pdf a{max-width: 280px;background: #b02928;border: 1px solid #b02928;background-image: url("../img/common/iconPdf.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}

/*
.button.blue a {background: #6c94cb;border: 1px solid #6c94cb;}
.button.yellow a {background: #b0ae1f;border: 1px solid #b0ae1f;}
*/
.button a:hover {
	background: #fff;
	color: #718e9f;
	border: 1px solid #718e9f;
	border-radius: 48px;
}
.button.orange a:hover {color: #e08f4d;border: 1px solid #e08f4d;}
.button.green a:hover {color: #69a899;border: 1px solid #69a899;}
.button.gray a:hover {color: #535353;border: 1px solid #535353;}
.button.pdf a:hover {color: #b02928;border: 1px solid #b02928;}
.button.pdf a:hover {background-image: url("../img/common/iconPdf2.png");background-size: 20px 24px; background-repeat: no-repeat; background-position: right 10px top 47%;}

/*
.button.blue a:hover {color: #6c94cb;border: 1px solid #6c94cb;}
.button.yellow a:hover {color: #b0ae1f;border: 1px solid #b0ae1f;}
*/

.button a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 15px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.button a:hover:after {border-color: #718e9f;}
.button.orange a:hover:after {border-color: #e08f4d;}
.button.green a:hover:after {border-color: #69a899;}
.button.gray a:hover:after {border-color: #535353;}
.button.pdf a:after {border-color: #b02928;border-top:none;border-right: none;content: none;transform:none;position:relative;}
/*
.button.blue a:hover:after {border-color: #6c94cb;}
.button.yellow a:hover:after {border-color: #b0ae1f;}
*/






/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

}



/* sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 481px) {
html, body{
	width: 100%;
	min-width:initial;
	margin: 0;
	padding: 0;
	font-size: clamp(1rem, 2.5vw, 2rem); 
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.bg-top-right {display: none;}
.bg-bottom-left {display: none;}

#header{
	display: block;
	text-align: left;
	height: 55px;
	background-color: #b12e2e;
	position:relative;
	z-index: 1;
}
#header.is-fixed {
	position:relative;
	z-index: 2;
}
#header h1{
	text-align: left;
	height: auto;
	display: block;
	position: relative;
	z-index: 3;
}
#header #nav{
	max-width: inherit;
	display: none !important;
}
.slicknav_menu, #hamburger {display:block;z-index: 9873;}


#wrapper{
	max-width: inherit;
	margin: 0;
	padding: 0;
}

#banner_area {
	width: 96%;
	padding-left:2%;
	padding-right:2%; 
  padding-block: 1rem;
	/*
	display: none !important;
	*/
}
.banner__wrap {
	width: 100%;
	max-width: inherit;
	margin: 0 0;
}
.banner__wrap li {
	width: 48%;
	margin:1% 0;
	padding: 0;
}

	
#footer {
	width: 96%;
	clear:both;
	margin: 0;
	padding: 3% 2%;
	text-align:center;
	font-size: 0.9em;
	background-color: #fff;
}
.lists li.asterisk{background:url("../img/common/asterisk.png") no-repeat 4px 8px;background-size:4px 4px; padding-left: 12px;}
.lists li.asteriskRed{background:url("../img/common/asteriskRed.png") no-repeat 4px 8px;background-size:4px 4px; padding-left: 12px;}

.one th {
	width: auto;
	border-right:none;
	border-bottom:1px dotted #ae1e25;
	display: block;
	font-size:110%;
	word-break: break-all;
	white-space: normal;
	font-weight:700;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
	line-height:1.2;
	text-align: left;
}
.one td {
	width: auto;
	display: block;
	padding:0 0 8% 0;
}


}

