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

/*メインビジュアル*/

/*.conA{
	margin-bottom: 20px;
}
*/
.conA .container{
	height: 160px;
	background-image: url("../img/main02_sm.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.conA h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.1em;
}


@media print, screen and (min-width: 768px){
	
.conA{
	margin-bottom: 50px;
}
	
	.conA h1{
		font-size: 30px;
	}
	
	.conA .container{
		background-image: url("../img/main02.jpg");
		height: 300px;
	}
}


@media print, screen and (min-width: 768px){
	
	.main{
		padding:0 50px 30px;
	}
}





/*会館紹介*/

.main h2{
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	font-size: 20px;
	/*line-height: 0;*/
}


.kaikan table{
	margin-bottom: 30px;
}


.kaikan table tr th{
	width: 30%;
	text-align: left;
	background: #EDE2F4;
	padding:0.3em 1em;
	box-sizing: border-box;
}

.kaikan table tr td{
	padding:0.3em 1em;
	box-sizing: border-box;
}

.btn{
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
	width: 80%;
	max-width: 200px;
	margin: 0 auto 60px;
	text-align: center;
	background: #CCCCCC;
}

.wp-block-image{
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
	.main h2{
		font-size: 26px;
	}	
	
.kaikan{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
	
	.kaikan table{
		margin-bottom: 0;
	}
	
	.btn{
		margin-bottom: 80px;
	}	
	
}


/*ページ内リンク*/

a#kounan{
	display: block;
    margin-top: -50px;
    padding-top: 50px;
}

a#nishikiwa{
	display: block;
    margin-top: -50px;
    padding-top: 50px;
}

a#coop{
	display: block;
    margin-top: -50px;
    padding-top: 50px;
}


/*Googleマップ*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	margin-bottom: 30px;
}
 
.ggmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*各会館・事務所ボックス*/

.box{
	margin-bottom: 80px;
}
