@charset "utf-8";

figure {
	margin: 0;
}
@media screen and (min-width: 780px) {
	
}

/** ----------------------------
	top page（告知）
---------------------------- **/
#main.top {
	margin-top: 3vw;
}

/** -- new_logo -- **/
.top .new_logo {
	margin: 0 -4vw 8vw;
}
@media screen and (min-width: 780px) {
	.top .new_logo {
		margin: 0 -40px 80px;
	}
}

/** -- announce -- **/
.top .announce {
	margin-bottom: 8vw;
}
.top .announce .date {
	color: #4E3129;
	font-family: 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
	font-size: 15vw;
	font-weight: 600;
	letter-spacing: .4vw;
	text-align: center;
}
.top .announce .date span {
	font-size: 6vw;
}
.top .announce .date span.ls {
	letter-spacing: -3vw;
}
#main.top .announce h2 {
	color: #9A110B;
	font-family: 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
	font-size: 7vw;
	line-height: 1.2;
	margin: 4vw 0;
	text-align: center;
}
.top .announce figure.mayumiai {
	margin: 0 auto 3vw;
	width: 26vw;
}
.top .announce .text {
	color: #4E3129;
	font-size: 4vw;
	font-weight: 400;
}
.top .announce figure.gracias {
	margin: 5vw -4vw;
}
.top .announce .text2 {
	color: #4E3129;
	display: table;
	font-size: 6.2vw;
	margin: 5vw auto;
}
@media screen and (min-width: 780px) {
	.top .announce {
		margin-bottom: 80px;
	}
	.top .announce .date {
		font-size: 120px;
		letter-spacing: 5px;
	}
	.top .announce .date span {
		font-size: 50px;
	}
	.top .announce .date span.ls {
		letter-spacing: -3px;
	}
	#main.top .announce h2 {
		font-size: 60px;
	}
	.top .announce figure.mayumiai {
		margin: 30px 0;
		text-align: center;
		width: auto;
	}
	.top .announce .text {
		font-size: 18px;
	}
	.top .announce figure.gracias {
		margin: 50px 0;
	}
	.top .announce .text2 {
		font-size: 30px;
		margin: 50px 0;
	}
}

/** -- new_access -- **/
.new_access {
	background-color: #f8f8f8;
	margin: 0 -4vw 5vw;
	padding: 4vw 4vw 0;
}
.new_access h2 {
	font-size: 5.4vw;
	margin-bottom: 3vw;
	text-align: center;
}
.new_access p {
	font-size: 4.3vw;
	margin-bottom: 5vw;
}
.new_access figure {
	margin: 0 -4vw;
}
@media screen and (min-width: 780px) {
	.new_access {
		margin: 0 0 50px;
		padding: 40px 50px 0;
	}
	.new_access h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.new_access p {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.new_access figure {
		margin: 0 -50px;
	}
}

/** -- parking -- **/
.parking {
	margin-bottom: 8vw;
}
.parking p {
	color: #4E3129;
	font-size: 4.3vw;
}
@media screen and (min-width: 780px) {
	.parking {
		margin-bottom: 60px;
	}
	.parking p {
		font-size: 18px;
	}
}

/** -- new_access2 -- **/
.new_access2 {
	margin-bottom: 10vw;
}
.new_access2 figure {
	margin: 0 auto 4vw;
	width: 50vw;
}
.new_access2 p {
	display: table;
	font-size: 4.6vw;
	margin: 0 auto 8vw;
}
.new_access2 .map iframe {
	margin: 0 -4vw 4vw;
	height: 60vw;
	width: calc(100% + 8vw);
}
.new_access2 a {
	display: block;
	margin: 0 auto;
	width: 60vw;
}
@media screen and (min-width: 780px) {
	.new_access2 {
		margin-bottom: 100px;
	}
	.new_access2 figure {
		margin: 0 auto 40px;
		width: 50%;
	}
	.new_access2 p {
		font-size: 20px;
		margin: 0 auto 80px;
	}
	.new_access2 .map iframe {
		margin: 0 0 40px;
		height: 600px;
		width: 100%;
	}
	.new_access2 a {
		width: 50%;
	}
}

/** -- news -- **/
.top .new_news {
	border-bottom: solid 1px #0056ac;
	border-top: solid 1px #0056ac;
	padding: 3vw 0;
}
.top .new_news .title {
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	padding-left: 3vw;
	padding-right: 6vw;
}
.top .new_news .title h2 {
	color: #0056ac;
	font-family: 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
	font-size: 6vw!important;
	margin: 0!important;
}
.top .new_news .title p {
	margin: 0;
}
.top .new_news .inner {
	display: none;
	margin-top: 4vw;
}
.top .new_news figure {
	margin: 4vw auto;
	width: 50vw;
}
@media screen and (min-width: 780px) {
	.top .new_news {
		padding: 30px 0;
	}
	.top .new_news .title {
		padding-left: 30px;
		padding-right: 60px;
	}
	.top .new_news .title h2 {
		font-size: 30px!important;
	}
	.top .new_news .title p {
		font-size: 18px;
	}
	.top .new_news .inner {
		margin-top: 40px;
	}
	.top .new_news figure {
		margin: 40px auto;
		width: 50%;
	}
}
.top .announce a img{
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.top .announce a img:hover{
	opacity: .7;
}
.top .announce .important{
	font-weight: bold !important;
	margin-bottom: .4rem;
}
@media screen and (min-width: 780px) {
	.top .announce .important{
		font-weight: bold !important;
		margin-bottom: .6rem;
	}
}