@charset "utf-8";

.aboutus{
		background-image: url('../img/bg001.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
.aboutus .center_line:before {
  background: #fff;
}
/*---------- spot_news ----------*/
.spot_news {
	background-color: #ddd;
	height: 60px;
}
.spot_news section{
	width: 90%;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
    font-size: 0;
}
.spot_news div {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.spot_news div h1 {
	font-family: Meiryo, "メイリオ", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", sans-serif;
	letter-spacing: 0.05em;
	font-size: 12px;
}
.spot_news div:nth-child(2) {
    width: 74.5%;
    padding: 3px 2% 2px 2%;
	background-color: #fff;
	font-family: Meiryo, "メイリオ", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 12px;
}
.spot_news div:last-child {
    margin-right: 0;
}
.spot_news div:last-child a {
    font-family: Meiryo, "メイリオ", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", sans-serif;
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.spot_news section{
		padding-top: 4px;
	}
    .spot_news div {
        display: block;
		margin-bottom: 4px;
    }
    .spot_news div:nth-child(2) {
        width: 96%;
    }
    .spot_news div:last-child {
		text-align: right;
		margin-top: -52px;
		margin-right: 5%;
    }
}
.mimizu {
	background-color: #f8f2e5;
	padding: 10px 0;
}
.mimizu div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mimizu div p:first-child {
	font-weight: bold;
}
.mimizu div p span{
	font-size: 18px;
}
.mimizu a {
	position: relative;
	display: block;
	width: 94px;
	margin-left: 20px;
	padding: 6px 20px 4px 10px;
	border: 2px #111 solid;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.mimizu a::after {
	position: absolute;
  right: 6px;
  top: 13px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
  transform: rotate(45deg);
}
.mimizu a:hover {
	opacity: 0.6;
}