@charset "UTF-8";

/*
	全ページ共通のパーツ用css

*/

/* -----------------------------------------------
	news
-------------------------------------------------- */
/*線を引く*/
.news--list, 
.news--list li+li {
	border-width: 1px;
	border-color: #d3dcdc;
}
/*リストの最後*/
.news--list {
	border-bottom-style: solid;
}
/*リストの子要素と子要素の間*/
.news--list li+li {
	border-top-style: solid;
}
/*投稿日時*/
.news--time {
	color: #e8702e;
}
/*記事タイトル*/
.news--page-ttl a {
	display: flex;
	color: #222;
	text-decoration: none;
}
.news--page-ttl a:hover {
	opacity: 0.5;
}
	/* -----------------------------------------------
		news > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
		.news--list {
			margin-bottom: 1.5rem;
		}
		.news--time {
			padding-top: 0.5em;
		}
		.news--page-ttl a {
			padding-top: 0.25em;
			padding-bottom: 0.5em;
		}
	}
	/* -----------------------------------------------
		news > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {

	}
	/* -----------------------------------------------
		news > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		.news--list li {
			display: flex;
		}
		.news--time {
			width: 8em;
		}
		.news--page-ttl {
			width: calc(100% - 8em);
			margin-right: 1rem;
		}

		.news--time,
		.news--page-ttl a {
			padding-top: 0.75rem;
			padding-bottom: 0.75rem;
		}
		
	}
/* -----------------------------------------------
	banner-area
-------------------------------------------------- */
.banner-area-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.banner-area-gallery li:hover img {
	opacity: 0.8;
	transform: translate(2px,2px);
}
	/* -----------------------------------------------
		banner-area > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
		.banner-area-gallery {
			margin-top: 3rem;
		}
	}
	/* -----------------------------------------------
		banner-area > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {
	}
	/* -----------------------------------------------
		banner-area > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		.banner-area-gallery {
			margin-bottom: 2rem;
		}
	}
/* -----------------------------------------------
	footer
-------------------------------------------------- */
.footer {
	width: 100%;
	position: absolute;/* ←絶対位置 */
    bottom: 0;
	margin-top: calc(41px + 3rem);
	background-image: url("../img/common/footer-town.png");
	background-repeat: repeat-x;
	background-color: #c7e8fb;
}
/*上部の波*/
.footer--line {
	position: absolute;
	top: -41px;
	width: 100%;
	height: 41px;
	background-image: url("../img/home/line1.png");
}
/*サイト名,住所,電話番号*/
.footer--address {
	font-style: normal;
	text-align: center;
}
/*サイト名*/
.footer--sitename {
	margin-bottom: 0.75em;
}
/*住所等*/
.footer--text {
	margin-bottom: 1.125rem;
}
/*電話番号*/
.footer--tel {
	display: flex;
}
.footer--tel a {
	margin-right: auto;
	margin-left: auto;
	border-radius: 2rem;
	display: flex;
	align-items: center;
    justify-content: center;
	color: #222;
	text-decoration: none;
	background-color: #fff;
}
.footer--tel:hover {
	text-decoration: underline;
}
.footer--tel:hover .icon {
	display: inline-block;
    transform: translate(1px, 1px) rotateZ(45deg);
}
/*FAX番号*/
.footer--fax {
	margin-top: 0.5rem;
}
/*ナビ*/
.footer-nav--list li a {
	border-radius: 2px;
	display: flex;
	text-decoration: none;
	color: #222;
	background-color: #fff;
}
.footer-nav--list li a::before {
	content: "▲";
	margin-right: 1rem;
	font-size: 0.8rem;
	color: #c7e8fb;
	transform: rotate(90deg);
}
.footer-nav--list li:nth-child(even) a::before{
	color: #83c1e4;
}
.footer-nav--list li:hover a {
	color: #4b90b8;
}
.footer-nav--list li a:hover::before{
	transform: translateX(4px) rotate(90deg);
	color: #4b90b8;
}
.copyright {
	width: 100%;
	text-align: center;
	color: #fff;
}
	/* -----------------------------------------------
		footer > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
		.footer{
			background-size: 100% auto;
			background-position: center bottom;
		}
		.footer--layout {
			padding-bottom: 4rem;
		}
		.footer--address {
			margin-bottom: 1.5rem;
		}
		.footer--tel {
		}
		.footer--tel a {
			width: auto;
			padding-top: 0.75rem;
			padding-right: 2rem;
			padding-bottom: 0.75rem;
			padding-left: 2rem;
		}
		.footer--tel a .icon {
			margin-right: 0.5rem;
			width: 1rem;
			height: auto;
		}
		.footer-nav--list li a {
			padding-top: 0.5rem;
			padding-right: 2rem;
			padding-bottom: 0.5rem;
			padding-left: 1rem;
		}
		.footer-nav--list li+li {
			margin-top: 0.5rem;
		}
		
		.copyright {
			padding-bottom: 1rem;
		}
	}
	/* -----------------------------------------------
		footer > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {
		.footer--layout {
			padding-bottom: 7rem;
		}
		.footer{
			background-size: 80% auto;
		}
		.footer-nav--list {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}
		.footer-nav--list li {
			margin-bottom: 0.5rem;
			width: calc(50% - 1rem);
		}
		.footer-nav--list li+li {
			margin-top: 0;
		}
	}
	/* -----------------------------------------------
		footer > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		.footer {
			background-position: center bottom -4rem;
		}
		.footer--layout {
			padding-top: 2rem;
			padding-bottom: 11rem;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.footer--address {
			width: calc(100% - 16rem - 2rem);
		}
		.footer-nav {
			width: 16rem;
		}
		.footer-nav--list,
		.footer-nav--list li {
			width: 16rem;
		}

		.copyright {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
	}
/* -----------------------------------------------
	akaihane
-------------------------------------------------- */
.akaihane {
	margin-top: 0rem;
	border-top: 2px solid #fff;
	width: 100%;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
}
.akaihane--layout {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.akaihane-left {
	margin-right: 1rem;
	width: 6.25rem;
}

.akaihane .icon {
	width: 6.25rem;
	height: 6.25rem;
}
	/* -----------------------------------------------
		akaihane > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
		.akaihane {
			margin-top: 1.5rem;
			padding-top: 1.5rem;
		}
		.akaihane-right {
			width: calc(100% - 6.25rem - 1rem);
		}
	}
	/* -----------------------------------------------
		akaihane > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {
	}
	/* -----------------------------------------------
		akaihane > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		.akaihane {
			margin-top: 0rem;
		}
		.akaihane-right {
			width: calc(24rem - 6.25rem - 1rem);
		}
	}
/* -----------------------------------------------
	page top
-------------------------------------------------- */
.page-top {
	/*↓スタイル*/
	border: 2px solid #fff;
	position: fixed;
	background-color: rgba(188, 225, 77,0.9);
	z-index: 2;
	/*↓初期状態では隠す*/
	transform: translateY(5rem);
	/*↓アニメーション*/
	transition: all  0.3s ease;
}
.page-top.is-active {
	transform: translateY(0);
}
.page-top:hover {
	background-color: #fdc20f;
}
.page-top a {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
	/* -----------------------------------------------
		page top > SP
	-------------------------------------------------- */
	@media (min-width:0px) {
		.page-top {
			right: 1rem;
			bottom: 1rem;
		}
		.page-top {
			width: 3rem;
			height: 3rem;
		}
		.page-top img {
			width: 2rem;
			height: 2rem;
		}
	}
	/* -----------------------------------------------
		page top > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {

	}
	/* -----------------------------------------------
		page top > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
		.page-top {
			width: 4rem;
			height: 4rem;
		}
		.page-top img {
			width: 2rem;
			height: 2rem;
		}
	}

/* -----------------------------------------------
	***
-------------------------------------------------- */
	/* -----------------------------------------------
		*** > SP
	-------------------------------------------------- */
	@media (min-width:0px) {

	}
	/* -----------------------------------------------
		*** > TABLET
	-------------------------------------------------- */
	@media (min-width:768px) {

	}
	/* -----------------------------------------------
		*** > PC
	-------------------------------------------------- */
	@media (min-width:1028px) {
	}

