@charset "utf-8";
html, body, div, section, article, p, span, ul, li, dl, dt, dd, a{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.fa, .fab, .fal, .far, .fas{
	/*font-family: 'Font Awesome 5 Free' !important;*/
}
/* 共通class */
.mt5{margin-top:5px !important;}
.mt10{margin-top:5px !important;}
.mt15{margin-top:5px !important;}
.mt20{margin-top:5px !important;}
.mt25{margin-top:5px !important;}
.mt30{margin-top:5px !important;}
.mt35{margin-top:5px !important;}
.mt40{margin-top:5px !important;}
.mt45{margin-top:5px !important;}
.mt50{margin-top:5px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:5px !important;}
.mb15{margin-bottom:5px !important;}
.mb20{margin-bottom:5px !important;}
.mb25{margin-bottom:5px !important;}
.mb30{margin-bottom:5px !important;}
.mb35{margin-bottom:5px !important;}
.mb40{margin-bottom:5px !important;}
.mb45{margin-bottom:5px !important;}
.mb50{margin-bottom:5px !important;}

/* header */
header{
	background:#EFEB43;
	position:relative;
}

header .logo{
	width:155px;
	position:absolute;
	top:0;
	left:0;
}
header ul.menu{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0 auto;
	padding:0;
	width:140px;
	list-style:none;
}
header ul.menu li{
	width:70px;
}
header ul.menu li a{
	display:block;
	color:#fff;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	padding:10px 5px;
}
header ul.menu li i.fas{
	display:block;
	font-size:18px;
	margin:0 0 3px;
}
header ul.menu li:first-of-type a{
	background:#54C5D1;
}
header ul.menu li:last-of-type a{
	background:#E699C2;
}

/* .breadcrumbs */
header .breadcrumbs{
	padding:10px 15px;
	background:#F3F3F3;
	overflow-x:auto;
}
header .breadcrumbs li{
	display:table-cell;
	color:#939498;
	font-size:11px;
	line-height:1;
	white-space:nowrap;
}
header .breadcrumbs li:after{
	content:">";
	display:inline-block;
	color:#939498;
	font-size:11px;
	padding:0 5px;
}
header .breadcrumbs li:last-of-type:after{
	display:none;
}
header .breadcrumbs li a{
	color:#939498;
	font-size:11px;
	text-decoration:none;
}

/* #snsArea */
#snsArea {
	margin:40px 0 0;
}
#snsArea ul{
	display:flex;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:210px;
}
#snsArea li{
	text-align:center;
	padding:5px;
	width:70px;
}
#snsArea li a{
	color:#000;
	text-decoration:none;
}
#snsArea li a i.fab{
	color:#000;
	font-size:48px;
}
/* footer */
footer{
	text-align:center;
	margin:80px 0 0;
	padding:50px 0 15px;
	background:#000;
	position:relative;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer li.btn{
	display:none;
	width:46px;
	height:46px;
	background:url(../img/btn_footer.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:-23px;
	left:10px;
}
footer li.btn a{
	display:flex;
	align-items:center;
	justify-content: center;
	color:#000;
	font-size:24px;
	padding:12px 0 0;
}
footer li.pagetop{
	width:80px;
	height:80px;
	background:url(../img/btn_pagetop.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:-40px;
	right:10px;
}
footer li.pagetop a{
	display:flex;
	align-items:center;
	justify-content: center;
	color:#000;
	font-size:11px;
	text-decoration:none;
	padding:45px 0 0;
}
footer small{
	color:#fff;
	font-size:11px;
}

/* .leftColumn */
.leftColumn{
	display:none;
	width:200px;
}

/* */
h1 {
    font-size: 24px;
    text-align: left;
    line-height: 1.5;
    margin: 0 10px 10px;
    padding: 10px 0;
    width: calc(100% - 20px);
    color: #000;
}
h1 span{
	display:block;
	font-size:16px;
	margin: 10px 0 0;
	line-height: 22px;
}
.read{
	font-size:14px;
	margin: 10px 10px 30px;
	line-height: 170%;
}

.btn{
	margin:15px auto 0;
	width:80%;
}
.btn a{
	display:block;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:1.2;
	padding:10px;
	background:#EFEB43;
	border-radius:8px;
	position:relative;
	font-size: 15px;
}
.btn a:after{
	content:"\f138";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position:absolute;
	top:calc(50% - 9px);
	right:10px;
}
.aboutSite{
	margin:40px 15px 30px;
	border:1px solid #ccc;
}
.aboutSite p{
	font-size:14px;
	padding:10px;
}
.aboutSite p:first-of-type{
	background:#eee;
}
.aboutSite b{
	display:block;
	text-align:center;
}

.siteNotes{
	margin:15px;
	padding:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.siteNotes p{
	font-size:13px;
	padding:0 10px;
}
.siteNotes b{
	display:block;
}
/* ========== スマホ・タブレット専用（幅1024px以下） ========== */
@media screen and (max-width: 1024px) {
	.pc{display:none;}
}
/* ========== PC専用（幅1025px以上） ========== */
@media screen and (min-width: 1025px) {
	/* header */
	header{
		margin:0 auto;
		width:100%;
	}
	header:before{
		background:#EFEB43;
		position:relative;
		width:1200px;
	}
	header .breadcrumbs{
		line-height:1;
		overflow-x:inherit;
	}
	header .breadcrumbs li{
		display:inline;
		white-space:normal;
	}

	/* footer */
	footer{
	}
	footer li.btn{
		text-align:right;
		margin:0 30px 0 auto;
		position:static;
	}
	footer li.pagetop{
		top:-40px;
		left:calc(50% - 40px);
	}

	h1{
		font-size:30px;
		margin:10px 0 10px;
		text-align:left;
	}
	h1 span{
		display:block;
		font-size:18px;
		margin: 6px 0 0;
		line-height: 22px;
	}
	.read{
		margin: 10px 0 30px;
	}
	.aboutSite{
		margin:60px auto 30px;
		width:800px;
	}
	.aboutSite p{
	}
	.aboutSite b{
	}

	.siteNotes{
		margin:15px auto;
		width:800px;
	}
	.siteNotes p{
	}
	.siteNotes b{
	}
	.btn a{
		padding:15px 10px;
	}
	.sp{display:none;}
}
.fvPhotos{
    margin:0;
}
.fvPhotos img {
    display: inline;
    width: calc( (100% / 5) - 4px );
    margin:0 2px;
}
@media screen and (min-width: 1025px) {
	.fvPhotos{
  		margin:30px 0 0;
	}
}