@charset "UTF-8";


/*========================================

  TOPページ

========================================*/

main h1 {
	display: none;
}







/* sec002 */
#sec002 {
	padding-top: 80px;
	padding-bottom: 30px;
}

#sec002 .item {
	width: 314px;
	/*
	background-image: url(../img/bg_stripe2.png);
	background-repeat: repeat;
	*/
	background-color: #fff;
}

#sec002 .item .photo {
	position: relative;
}

#sec002 .item .photo .picture {
	width: 100%;
}

#sec002 .item .photo .no {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#sec002 .item h3 {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 1em;
}

#sec002 .item h3 span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
}

#sec002 .item h3 a {
	text-decoration: underline;
}

#sec002 .item h3 a:hover {
	color: #777;
}

#sec002 .item p {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
	padding-bottom: 1.5em;
}

#sec002 .item p a {
	color: #0065b9;
	text-decoration: underline;
}

#sec002 .item p a:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 12vw;
		padding-bottom: 5vw;
	}

	#sec002 .item {
		width: 90%;
		margin: 0 auto;
	}

	#sec002 .item h3 {
		font-size: 5vw;
	}

	#sec002 .item p {
		font-size: 3.7vw;
		line-height: 1.6em;
	}
}

#sec002 #postSliderWrap {
	width: 1000px;
	margin: 0 auto;
}

#sec002 .bx-viewport {
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
	#sec002 #postSliderWrap {
		width: 82%;
		margin-left: auto;
		margin-top: 7vw;
	}

	#sec002 .bx-viewport {
		padding-top: 20vw;
	}
}






/* sec005 */
#sec005 {
	padding-top: 80px;
	padding-bottom: 70px;
}

#sec005 .box {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}

#sec005 .box .item {
	width: 19%;
	background-color: #fff;
	padding-bottom: 5px;
}

#sec005 .box .item img {
	width: 100%;
}

#sec005 .box .item .txt {
	text-align: left;
	padding: 15px 15px;
}

#sec005 .box .item .txt h3 {
	font-size: 22px;
}

#sec005 .box .item .txt h3 span {
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .3em;
}

#sec005 .box .item .txt p {
	font-size: 13px;
	line-height: 1.8em;
	margin-top: .8em;
}

#sec005 .box .item .txt ul {
	margin-top: 1em;
}

#sec005 .box .item .txt ul li {
	list-style: none;
	margin-top: 5px;
}

#sec005 .box .item .txt ul li:last-child {
	margin-right: 0;
}

#sec005 .box .item .txt ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 6px 10px;
	border-radius: 5px;
	transition: .3s;
}

#sec005 .box .item .txt ul li a:hover {
	text-decoration: none;
	opacity: .7;
}

#sec005 .box .item .txt ul li a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .7em;
}

#sec005 .box .item .txt ul li .special {
	background-color: #f06300;
}

#sec005 .box .item .txt ul li .map {
	background-color: #0065bf;
}

#sec005 .box .item .txt ul li .map::before {
	content: "\f041";
	font-family: FontAwesome;
	margin-right: .5em;
}

#sec005 .box .item .txt ul li .special::before {
	content: "\f006";
	font-family: FontAwesome;
	margin-right: .5em;
}




@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 12vw;
		padding-bottom: 10vw;
	}

	#sec005 .box {
		flex-direction: column;
		max-width: 80%;
		margin-top: 2vw;
	}

	#sec005 .box .item {
		width: 100%;
		padding-bottom: 3vw;
		margin-top: 5vw;
	}

	#sec005 .box .item img {
		width: 100%;
	}

	#sec005 .box .item .txt {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	#sec005 .box .item .txt h3 {
		font-size: 5vw;
		padding-left: 15%;
	}

	#sec005 .box .item .txt p {
		font-size: 3.8vw;
		padding-left: 15%;
	}

	#sec005 .box .item .txt ul {
		display: block;
	}

	#sec005 .box .item .txt ul li {
		text-align: center;
		margin-top: 1vw;
		margin-right: 0;
	}

	#sec005 .box .item .txt ul li a {
		font-size: 4vw;
		padding: .6em 0;
		margin-right: auto;
		margin-left: auto;
		width: 70%;
		text-align: center;
	}
}