@charset "utf-8";
/* CSS Document */



.container {
	margin-top: 0;
}
#crumb {
	display:none;
}

h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.main_photo {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main_photo .photo1 {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}
.main_photo .photo1 .kakudai {
	background-image: url(../images/yashiro/kakudai.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: contain;
}
.main_photo .photo1 img {
	width: 100%;
}
.main_photo .photo2 {
	float: left;
	width: 35%;
	margin-right:30%;
	margin-left:5%;
}
.main_photo .photo3 {
	float: right;
	width: 25%;
	margin-right:5%;
}
.main_txt {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:1.5em 1em 0.5em;
}
.main_txt h3 {
	font-size: 5vw;
	line-height: 10vw;
	font-weight: bold;
	color: #325886;
	margin-bottom: 3vw;
	border-left:solid 6px #325886;
	padding-left:1em;
}
.main_txt .hall_setumei {
	font-size: 3.8vw;
	line-height: 170%;
}
.hall_sub {
	font-size: 3.5vw;
	line-height: 160%;
	clear: both;
	padding:0.5em 1.5em 0;
	margin:auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sec_bx2 {
	background-color: #F4F4F4;
	width: 100%;
	padding: 2em 1em;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
section.box2 {
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box2 .info_bx {
	width: 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.info_bx .address {
	margin-bottom:1.5em;
}
.info_bx .address li {
	border-bottom:dotted 1px #666;
	padding-bottom:2vw;
	margin-bottom:2vw;
	line-height:8vw;
	font-size:3.8vw;
}
.info_bx .address li span {
	font-size: 3.2vw;
	line-height:4vw;
	color: #FFF;
	background-color: #0046BE;
	display: inline-block;
	padding:3px 4px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-right:15px;
	margin-left:5px;
}
.info_bx .address li .kome {
	display: inline-block;
	font-size: 3vw;
}
.info_bx .address li a {
	text-decoration: underline;
	display: inline-block;
}
.info_bx .address li a.googlemap_btn {
	font-size:3vw;
	padding:0 0.5em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	color: #FFF;
	background-color: #333;
	display:block;
	text-decoration:none;
	margin-left:55vw;
	text-align:center;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 4vw auto;
	background-repeat: no-repeat;
	padding-right: 4vw;
}
.info_bx .btn_eve {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom:10vw;
}
.info_bx .btn_eve li {
	text-align: center;
	width:31%;
	margin-right:3.5%;
}
.info_bx .btn_eve li:last-child {
	margin-right:0;
}
.info_bx .btn_eve li:last-child span.out {
	font-size: 80%;
}
.info_bx .btn_eve li a {
	font-size: 4vw;
	line-height: 10vw;
	font-weight: bold;
	color: #FFF;
	background-color: #333;	
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	display:block;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 50% bottom 18%;
	background-size: 4vw auto;
	background-repeat: no-repeat;
	padding-bottom: 4vw;
}
.info_bx .btn_eve li a:hover,
.info_bx .address li a.googlemap_btn:hover {
	/*background: #999;*/
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.box2 .youtube_bx {
	width: 100%;
}
.youtube_bx h4 {
	font-size: 5vw;
	line-height: 10vw;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.youtube_bx h4 span {
	width: 6px;
	height: 10vw;
	background: #0046BE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}
.youtube_bx .dogacoming {
	display:block;
	background-color:#7f95cc;
	color:#fff;
	text-align:center;
	line-height:50vw;
	font-size:5vw;
}
.youtube_bx .doga {
	display:block;
}
.youtube_bx .doga iframe {
	height:52vw;
	width:100%;
}
.box2 .tanto {
	clear: both;
	padding-top:1em;
	line-height:1.5;
	font-size: 3.5vw;
}
section.box3 {
	width: 95%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box3 h2 {
	font-size: 5vw;
	line-height: 2;
	text-align: center;
	background-image: url(../images/yashiro/line_zumen_h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom:0.5em;
}
.box3 .sketch {
	width:100%;
	display:block;
}
.sketch .sketch_img {
	margin-bottom: 1.5em;
	position: relative;
}
.sketch_img .kakudai {
	background-image: url(../images/yashiro/kakudai.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: contain;
}
.sketch .sketch_img img {
	width:100%;
}
.sketch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-bottom:1em;
}
.sketch ul li {
	width: 31%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 3.5%;
	position: relative;
}
.sketch ul li .kakudai {
	background-image: url(../images/yashiro/kakudai.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-size: contain;
}
.sketch ul li img {
	width:100%;
}
.sketch ul li:last-child {
	margin-right:0;
}
.sketch ul li figure figcaption {
	font-size: 3.3vw;
	margin-top: 1vw;
}
.sk_txt {
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
}
.sk_txt ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sk_txt ul li {
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.sk_txt ul li h3 {
	font-size: 4vw;
	line-height: 1.7;
	font-weight: bold;
	color: #00356D;
	margin-bottom:0.5em;
}
.sk_txt ul li h3 span {
	font-size: 4vw;
	line-height: 1.7;
	font-weight: normal;
	color: #FFF;
	background-color: #00356D;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	width:8.3vw;
	text-align:center;
	margin-right:0.7em;
}
.sk_txt ul li p {
	font-size:3.8vw;
	line-height:1.7;
}
section.box4 {
	width: 96%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.Square_meter {
	clear: both;
	padding-top: 1em;
	display: block;
	width: 96%;
	margin:auto;
}
.Square_meter p {
	line-height:1.7;
	font-size:3.8vw;
	margin-bottom:0.5em;
}
.Square_meter p span {
	color:#F00;
}
.topics {
	padding:1em;
	border:solid 1px #036;
	background-color:#efefef;
}
.topics h4 {
	font-weight: bold;
	margin-bottom:0.5em;
	font-size:3.8vw;
}
.topics p {
	font-size:3.6vw;
	line-height:1.5;
}













