@charset "utf-8";

/* ------------------------------
▼ home
------------------------------ */
/* blk_home1 */
.blk_home1 {
margin: 1rem 0 4rem;
border-top: 3px double #ccc;
border-bottom: 3px double #ccc;
}
.blk_home1 .tit {
padding: 2rem 0 2rem;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
}
@media screen and (min-width:640px) {
	.blk_home1 .tit {
	padding: 3rem 0 3rem;
	font-size: 3.6rem;
	}
}

/* blk_home2 */
.blk_home2 {
margin: 1rem 0 3rem;
}
.blk_home2 .blk a {
display: block;
}
.blk_home2 figcaption {
display: none;
}
.blk_home2 .tit {
font-weight: bold;
text-align: center;
}
@media screen and (max-width:640px) {
	.blk_home2 .tit {
	font-size: 2rem;
	}
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.blk_home2 .tit {
	font-size: 2.6rem;
	text-align: left;
	}
}
@media screen and (min-width:1024px) {
	.blk_home2 .tit {
	font-size: 3.2rem;
	text-align: left;
	}
}

.blk_home2 .link {
margin-top: 1rem;
text-align: center;
}
@media screen and (min-width:640px) {
	.blk_home2 .link {
		text-align: left;
	}
}
.blk_home2 .link a {
color: #c32a38;
font-weight: bold;
border-bottom: 1px dotted;
}

/* blk_home3 */
.blk_home3 {
margin: 1rem 0 4rem;
}

.blk_home3 figure.blk {
background-color: #000;
position: relative;
}
.blk_home3 figure.blk > img {
display: block;
opacity: 0.8;
}
.blk_home3 figcaption.midl {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
text-align: center;
}
.blk_home3 figure.blk figcaption.midl {
color: #fff;
}
.blk_home3 figure.blk figcaption.midl a {
color: #fff;
}
@media screen and (max-width:640px) {
	.blk_home3 figure.blk figcaption.midl a {
	font-size: 1.8rem;
	}
	.blk_home3 .txt {
	font-size: 1.2rem;
	}
}
@media screen and (min-width:640px) and (max-width:1024px) {
	.blk_home3 figure.blk figcaption.midl a {
	font-size: 1.8rem;
	}
	.blk_home3 .txt {
	font-size: 1.2rem;
	}
}
@media screen and (min-width:1024px) {
	.blk_home3 figure.blk figcaption.midl a {
	font-size: 2rem;
	}
	.blk_home3 .txt {
	font-size: 1.2rem;
	}
}

/* ------------------------------
▲ home
▼ page
------------------------------ */

/* hdr_page */
@media screen and (max-width:640px) {
	.hdr_page .tit {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	}
}
@media screen and (min-width:640px) {
	.hdr_page .tit {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
	}
	.hdr_page .tit:before,
	.hdr_page .tit:after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #ccc;
	display: block;
	}
	.hdr_page .tit:before {
	margin-right: 1.3rem;
	}
	.hdr_page .tit:after {
	margin-left: 1.3rem;
	}
}

/* blk_page */
.blk_page h2 {
margin-bottom: 2rem;
}
.blk_page {
margin-bottom: 4rem;
}

/* menu1 */
.menu1 {
margin-bottom: 2rem;
}
.menu1 .box1 {
background: #028260;
}
.menu1 .box1 .tit {
color: #fff;
}

.menu1 .box2 {
background: #fff;
border: 1px solid #ccc;
box-sizing: border-box;
}
.menu1 .box2 .tit {
color: #666;
}

.menu1 .box3 {
background: #c32a38;
}
.menu1 .box3 .tit {
color: #fff;
}

@media screen and (max-width:640px) {
	.menu1 .box1,
	.menu1 .box2,
	.menu1 .box3 {
		margin-bottom: 1rem;
	}
	.menu1 .tit {
		padding: 4px 8px 4px 8px;
		text-align: center;
	}
	.menu1 .link {
		text-align: center;
	}
}
@media screen and (min-width:640px) {
	.menu1 .box1,
	.menu1 .box2,
	.menu1 .box3 {
		min-height: 300px;
		height: auto !important;
		height: 300px;
		position: relative;
	}
	.menu1 .tit {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		text-align: center;
		font-size: 2rem;
	}
}

.menu1 .set {
margin-bottom: 1rem;
}
.menu1 .set .name_box {
display: table;
width: 100%;
}
.name_box .name {
text-align: left;
display: table-cell;
font-weight: bold;
}
.name_box .place {
text-align: right;
display: table-cell;
}
.menu1 .set .txt {
font-size: .8rem;
text-align: left;
}

.menu1 .link a {
color: #c32a38;
border-bottom: 1px dotted;
font-size: 1.4rem;
}

/* gallery */
.gallery {
margin-bottom: 2rem;
}

.gallery .tit2 {
margin-top: 2rem;
text-align: center;
margin-bottom: 1rem;
padding: 1.4rem 0 1rem;
border-top: 3px double #ccc;
border-bottom: 3px double #ccc;
font-size: 2.4rem;
}


/* ------------------------------
▲ page
▼ category
------------------------------ */

/* hdr_category */
.hdr_category .tit {
text-align: center;
margin-bottom: 3rem;
}

/* blk_category_news */
.blk_category_news a {
display: block;
}
.blk_category_news .tit {
margin-top: 6px;
font-size: 1.6rem;
font-weight: bold;
text-align: left;
}
@media only screen and (min-width: 640px) {
	.blk_category_news .tit {
		font-size: 1.8rem;
	}
}
.blk_category_news .date {
font-size: 1.2rem;
text-align: right;
margin-bottom: 2px;
}
.blk_category_news .txt {
font-size: 1.3rem;
text-align: justify;
}
.blk_category_news .img img.object-fit-img {
width: 100%;
height: 240px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;'; /* IE・Edge対応 */
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.blk_category_news .img img.object-fit-img {
		height: 280px;
	}
}
@media only screen and (min-width: 1024px) {
	.blk_category_news .img img.object-fit-img {
		height: 240px;
	}
}

/* blk_category_photo */
.blk_category_photo a {
display: block;
}
.blk_category_photo .tit {
margin-top: 2px;
font-size: 1.6rem;
font-weight: bold;
text-align: left;
}
@media only screen and (min-width: 640px) {
	.blk_category_photo .tit {
		font-size: 1.8rem;
		text-align: center;
	}
}
.blk_category_photo .img img.object-fit-img {
width: 100%;
height: 240px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;'; /* IE・Edge対応 */
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.blk_category_photo .img img.object-fit-img {
		height: 280px;
	}
}
@media only screen and (min-width: 1024px) {
	.blk_category_photo .img img.object-fit-img {
		height: 240px;
	}
}

/* ------------------------------
▲ category
▼ single
------------------------------ */

.single .site-inner {
margin-top: 0;
}

/* hdr_single */
@media screen and (max-width:640px) {
	.hdr_single .tit {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	}
}
@media only screen and (min-width: 640px) {
	.hdr_single .tit {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
	}
	.hdr_single .tit:before,
	.hdr_single .tit:after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #ccc;
	display: block;
	}
	.hdr_single .tit:before {
	margin-right: 1.3rem;
	}
	.hdr_single .tit:after {
	margin-left: 1.3rem;
	}
}


/* blk_single */
.blk_single .date {
text-align: right;
font-size: 1.2rem;
margin-bottom: 2rem;
}
.blk_single .txt {
text-align: justify;
}
.blk_single .txt a {
border-bottom: 1px dotted #666;
}
.blk_single .txt img a {
border-bottom: 0px dotted #fff;
}

/* ------------------------------
▲ single
------------------------------ */
