@charset "euc-jp";
/* CSS Document */

.contents {
	padding-top: 0;
}
#mv {
	width: 100%;
	margin: 0;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}
#mvtxt {
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#mvtxt p {
	color: #FFF;
	font-size: 2rem;
	margin: 0 0 1em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.1em;
}
.main_imgBox {
	margin: 0 auto;
	padding-top: 55%;
	overflow: hidden;
	position: relative;
}
.main_img {
	z-index:15;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 18s 0s infinite;
	animation: anime 18 0s infinite;
}
.main_img p {
	display: block;
	position: absolute;
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	text-align: right;
	color: #CCC;
	right: 0;
	bottom: 0;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

/* 全体秒数分の3秒目・6秒目・9秒目…を計算 */
@keyframes anime {
0% {
opacity: 0;
}
16% {
opacity: 1;
}
33% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale(1.05);
z-index:9;
}
100% { opacity: 0 }
}
@-webkit-keyframes anime {
0% {
opacity: 0;
}
16% {
opacity: 1;
}
33% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale(1.05);
z-index:9;
}
100% { opacity: 0 }
}

.contents h1 {
	margin: 2em 0;
	line-height: 1.8;
}

#topnewsbox {
	width: 90%;
	background: #FFF;
	margin: 0 auto 2em;
	padding: 4% 5%;
	border: solid 1px #FFC926;
	box-shadow: 10px 10px 0 #EEE;
}
#topnewsbox h3 {
	color: #C60;
}
#topnewsbox p {
	margin-bottom: 0;
}

.list#topics, .list#blog {
	border-radius: 6px;
	background: #FFF;
	padding: 1em;
	margin: 0 auto 1em;
}
#room {
	background: #E9F1CD url(../images/bgphoto3.jpg) no-repeat right top;
	background-size: contain;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
/* 
#room {
	background: #76a251 url(../images/bgphoto2.jpg) no-repeat center top;
	background-size: contain;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
#room h2::after {
	border-top-color: #FF9;
} */
#room .buttonCol1 a {
	background-color: rgba(255, 255, 255, 0.2);
	color: #194825;
	border: solid 1px #194825;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}
#room .buttonCol1 a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
#room .buttonCol1.IconL1 a::before {
	border-right-color: #194825; border-bottom-color: #194825;
}
#room .buttonCol1.IconL2 a::before {
	border-right-color: #194825; border-bottom-color: #194825;
}
#room .buttonCol1.IconL3 a::before {
	border-right-color: #194825; border-bottom-color: #194825;
}

#room .bgcol {
	width: 60%;
	margin: 2em auto;
	background: rgba(62, 47, 2, 0.8);
	padding: 1em;
}
#room .fxcontainer {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#room .fbox {
	width: 49%;
	background: #FFF;
	margin-bottom: 2%;
	border-radius: 0;
}
#room .fbox a {
	display: block;
}
#room .fbox a:hover, 
#room .fbox a:active {
	display: block;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	transform: scale(1.05, 1.05);
}
#room .fbox a:hover img, 
#room .fbox a:active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sl-center div {
	font-size: 1.2rem;
	line-height: 1.3;
}
.sl-center div img {
	margin-bottom: 4px;
}
#around-box {
	margin: 5%;
	padding: 0 25%;
}

@media screen and (max-width:979px){
.main_imgBox {
	padding-top: 60%;
}
#room {
	background-size: 160% auto;
}
#room .bgcol {
	width: 80%;
}
}

@media screen and (max-width:699px){
#mvtxt p {
	font-size: 1.4rem;
}
.main_imgBox {
	padding-top: 65%;
}
#first .rtbox {
	text-align: center;
}
#room {
	background-size: 220% auto;
}
#room .bgcol {
	width: 100%;
}
#around-box {
	padding: 0 5%;
}
}


