@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
}
.main_photo {
	float: left;
	width: 46%;
	max-width: 460px;
	margin-right: 4%;
	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: 14px;
	width: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main_photo .photo1 img {
	width: 100%;
}
.main_photo .photo2 {
	float: left;
}
.main_photo .photo2 img {
	width: 100%;
	max-width:156px;
}
.main_photo .photo3 {
	float: right;
}
.main_photo .photo3 img {
	width: 100%;
	max-width:120px;
}
.main_txt {
	float: left;
	width: 50%;
}
.main_txt h3 {
	font-size: 27px;
	line-height: 50px;
	font-weight: bold;
	color: #325886;
	margin-bottom: 25px;
	border-left:solid 6px #325886;
	padding-left:1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.main_txt .hall_setumei {
	font-size: 14px;
	line-height: 170%;
}
.hall_sub {
	font-size: 12px;
	line-height: 160%;
	clear: both;
	padding-top:2em;
}
.sec_bx2 {
	background-color: #F4F4F4;
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-bottom: 50px;
}
section.box2 {
	width: 100%;
	max-width:1000px;
	margin: auto;
}
.box2 .info_bx {
	float: left;
	width: 100%;
	padding-right:7%;
	max-width:540px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.info_bx .address {
	margin-bottom:3em;
}
.info_bx .address li {
	border-bottom:dotted 1px #666;
	padding-bottom:12px;
	margin-bottom:14px;
	line-height:22px;
}
.info_bx .address li span {
	font-size: 11px;
	line-height:11px;
	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: 14px;
	line-height: 1.2;
}
.info_bx .address li a {
	text-decoration: underline;
	display: inline-block;
}
.info_bx .address li a.googlemap_btn {
	font-size:12px;
	margin-left:1em;
	padding:0.2em 0.5em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	color: #FFF;
	background-color: #333;
	display:inline-block;
	text-decoration:none;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.info_bx .btn_eve {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.info_bx .btn_eve li {
	text-align: center;
	width:31%;
	margin-right:3.5%;
	position: relative;
}
.info_bx .btn_eve li:hover .out {
	display: inline;
}
.info_bx .btn_eve li:last-child {
	margin-right:0;
}
.info_bx .btn_eve li:last-child span.out {
	top: 30px;
}
.info_bx .btn_eve li a {
	font-size: 14px;
	line-height: 33px;
	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 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
}
.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 {
	float: left;
	width: 46%;
	min-width: 460px;
}
.youtube_bx h4 {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.youtube_bx h4 span {
	width: 6px;
	height: 34px;
	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:260px;
	font-size:30px;
}
.youtube_bx .doga {
	display:block;
}
.youtube_bx .doga iframe {
	height:259px;
	width:460px;
}
.box2 .tanto {
	clear: both;
	padding-top:2em;
	line-height:1.5;
}
@media screen and (max-width: 1010px) {
	.box2 .info_bx {
		float: left;
		width: 50%;
		padding-right:3%;
		-webkit-box-sizing:border-box;
		        box-sizing:border-box;
	}
	.info_bx .address {
		margin-bottom:2em;
	}
	.box2 .youtube_bx {
		float: left;
		width: 47%;
		min-width: 0px;
	}
	.youtube_bx .doga iframe {
		height:26vw;
		width:46vw;
	}
}


section.box3 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 50px;
}
.box3 h2 {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 2;
	text-align: center;
	background-image: url(../images/yashiro/line_zumen_h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:50px;
}
.box3 .sketch {
	width:38.2%;
	margin-right:5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
}
.sketch .sketch_img {
	margin-bottom: 1.5em;
	position: relative;
	display:block;
}
.sketch_img .kakudai {
	background-image: url(../images/yashiro/kakudai.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.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%;
	position:relative;
	overflow:hidden;
	margin-bottom: 10px;
}
.sketch ul li {
	width: 31%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 3.5%;
	position: relative;
	overflow:hidden;
}
.sketch ul li .kakudai {
	background-image: url(../images/yashiro/kakudai.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.sketch ul li img {
	width:100%;
}
.sketch ul li:last-child {
	margin-right:0;
}
.sketch ul li figure figcaption {
	font-size: 11px;
	margin-top: 5px;
}
.sk_txt {
	width:56.8%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	float:left;
}
.sk_txt ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	overflow:hidden;
}
.sk_txt ul li {
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top:1em;
	padding-bottom:1em;
}
.sk_txt ul li:nth-child(odd) {
	border-right: 1px solid #DDDDDD;
	margin-left:1.5%;
	padding-right:1em;
	width:48.5%;
}
.sk_txt ul li:nth-child(even) {
	padding-left:1em;
	padding-right:1.5em;
	width:50%;
}
.sk_txt ul li.last {
	border-bottom: 1px solid #fff;
}
.sk_txt ul li h3 {
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	color: #00356D;
	margin-bottom:0.5em;
}
.sk_txt ul li h3 span {
	font-size: 16px;
	line-height: 22px;
	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:22px;
	text-align:center;
	margin-right:0.7em;
}
.sk_txt ul li p {
	font-size:12px;
	line-height:1.7;
}
section.box4 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 50px;
}
.Square_meter {
	clear: both;
	padding-top: 3em;
	display: block;
	width: 100%;
}
.Square_meter p {
	line-height:1.7;
}
.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;
}
.topics p {
	font-size:14px;
	line-height:1.5;
}

.bx3_innder {
	width:100%;
	position:relative;
	overflow:hidden;
}
