@charset "UTF-8";

/*--------------------------------------------------------
解像度960px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 960px){
	.site-header,
	.global-nav,
	.main-body,
	.site-footer{
		min-width: 0;
	}

	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 96%;
		margin: auto;
	}
	

	
	.col1 .section-wrap,
	.col1 .breadcrumbs,
	.col1 .section-wrap.wide .section-in,
	.col1 .section-wrap.wide{
		width: auto;
	}
	
	.col1 .breadcrumbs-in,
	.col1 .float-area{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

	
	
	.site-description{
		font-size: 16px;
	}
	
	.section-wrap{
	padding-right: 15px;
	padding-left: 15px;
	}
	
	.section-in,
	.event article{
		padding-left: 20px;
		padding-right: 20px;
	}
	
/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/	
	
	.main-image{
		background-size: cover;
				}

/*アドレス*/

	address .in{
		margin-left: 20px;
		margin-right: 20px;
		max-width: 100%;
	}
	
	
	
/*--------------------------------------------------------
カスタマイズ
--------------------------------------------------------*/	
	
	.catch{
		font-size: 24px;
	}
	
	/*Information*/
	
	.info article{
		width: 45%;		
	}

	.info article:nth-child(4n){
	margin-right: 1%;
}
	
	.info article:nth-child(3n){
	margin-right: 0;
}
	
	
}/*解像度960px以下*/



/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}


	blockquote{
		position: relative;
		margin: 2em 0;
		padding: 115px 20px 80px;
	}

	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 100%;
	}
	

	/*ヘッダー*/
	
	.site-description{
		font-size: 14px;
		margin-bottom: 0;
	}
	
	.site-description p{
		margin-bottom: 0;
	}
	
	
	.site-header-conts,
	.site-title,
	.header-box{
		display: block;
	}
	.site-header:after{
	content:none;
	height:0;
	}


	.site-header-in{
		position: relative;
		padding-bottom: 1em;
	}

	
	.site-header-conts{
		padding-bottom: 0;
	}
	.main-body h1{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/*グローバルナビ*/
	.global-nav{
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
	}
	
	.global-nav ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 50;
		width: 80%;
		border: 0;
		background:rgba(0,0,0,.7);
	}
	
	.global-nav-panel{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background:rgba(0,0,0,.9);
		color: #fff;
		cursor: pointer;
	}
	.global-nav-in li{
		display: list-item;
		width: auto;
		border-right: 0;
		border-top: 1px solid #ddd;
		text-align: left;
	}
	
	.global-nav-in li ul{
		position: static;
		width: auto;
		margin-left: 1em;
		background:none;
	}
	
	.global-nav-in li ul li{
		width: auto;
		border-bottom: 0;
		border-top:none;
	}
	
	.global-nav-in li a,
	.global-nav li ul li a{
		padding: 1em;
		padding-right: 2em;
		background: url(../images/icon/icon-gn-arw.png) right center no-repeat;
			color:#fff;
	}

		/*Retina（高解像度）ディスプレイ用*/
		@media screen and (-webkit-min-device-pixel-ratio:2),
		(min-resolution: 2dppx){

			.global-nav-in li a,
			.global-nav li ul li a{
				background: url(../images/icon/icon-gn-arw@2x.png) right center no-repeat;
				-webkit-background-size: 27px 18px;
				background-size: 27px 18px;
			}

		}









	.main-body h1{
		font-size: 24px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.main-body h2{
		font-size: 22px;
	}
	.main-body h2::after{
		border-bottom: 6px solid #A59A6D;
	}
	
	
	
	
	.col1 .main-body-in{
		padding-top: 40px;
	}
	
	
	/*パンくずリスト*/
	.breadcrumbs-in{
		margin-bottom: 1em;
		padding: 0 1em;
	}

	.breadcrumbs-in li:last-child{
		display: none;
	}

	.col1 .breadcrumbs-in{
		width: auto;
	}

	/*フッターナビ*/
	.site-footer-nav{
		display: block;
		text-align: left;
	}

	.site-footer-nav li,
	.site-footer-nav li:first-child{
		display: list-item;
		margin-left: 20px;
	}

	/*コピーライト*/
	.copyright{
		padding: 15px;
		text-align: left;
	}

	.page-top img{
		width: 40px;
	}

	/*最新情報*/
	.news-item{
		padding:15px;
	}
	.home .news-item{
		padding:15px;
	}
	.news .news-cat{
		margin-left:0;
		margin-bottom:10px;
	}
	.news .news-thumb,
	.home .news .news-thumb{
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	.main-body .news-title{
		font-size: 1.25em;
		margin-right:0;
	}
	.home .main-body .news-title{
		margin:0 0 10px;
	}
	.home .main-conts .rank-thumb {
		margin: 0 0 10px;
		text-align: center;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}
	
	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}
	
	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}

	/*バナーエリア*/
	.banner-list li{
		text-align: center;
	}
	
	.banner-list li,
	.col1 .banner-list li,
	.main-conts .banner-list li{
		display: list-item;
		margin-left: 0;
	}

	/*ソーシャルボタン*/
	.sns-list li{
		margin-right: 1em;
		margin-left: 0;
	}



	/*関連記事*/
	.related-articles-thumbs02 li{
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.eye-catch{
		float: none;
		margin: 0 0 1em;
		text-align: center;
	}

/*--------------------------------------------------------
カスタマイズ
--------------------------------------------------------*/		


	
	.info article{
		height: 240px;
	}
	
	
.info article .thumbnail{
	height: 180px;
	}
	
	
.info article img.l{
/* [disabled]width: 110px; */
height: 164px;
}
.info article img.w{
	width: 164px;
	height: 110px;
}


	
.info article .date{
		font-size: 15px;
	}
.info article .title{
	font-size: 15px;
}




	.pro-app a{
		flex-basis: 60%;
	}
/*イベント紹介*/

/*作家紹介*/


.intro{
	display: block;
}
	
.intro .text{
	display: block;
	width: 100%;
	margin-top: 20px;
}
	
	.intro .pic{
		display: block;
		width: 100%;
	}

	.intro .pic img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
/*作家紹介　ごフォトギャラリータイプ　3個ならび*/
.p-gallery3 .in{
	width: 49%;
	}	
	
	
	
/*お問い合わせ*/


.contact form{
	width: 80%;
}

	
}/*解像度736px以下*/


/*--------------------------------------------------------
解像度600px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 600px){
	

	
	.site-description{
		font-size: 14px;
	}
	
	
	.section-in,
	.event article{
		padding-left: 0;
		padding-right: 0;
	}
	

	
	
	
	
/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/	
	
	.main-image{
		height: 280px;
				}
	
	.main-image-in .catch-en{
		width:60%;
		padding-top: 35px;
		padding-bottom: 35px;
		}
	
	
	/*アドレス*/
	
	address .conts{
		width: 60%;
	}
	
    address .conts p{
	   font-size: 14px;
    }

	
	address .in .symbol{
	width:100px;
	height:65px;
}
	
	
/*--------------------------------------------------------
カスタマイズ
--------------------------------------------------------*/		
	.catch{
		font-size: 20px;
	}
	
/*大き目文字説明*/
.exp-l{
	font-size: 16px;
	line-height: 1.6em;
}
	
/*Information*/	
.info article{
width: 43%;
margin-right: 2%;
	}
.info article:nth-child(4n){
	margin-right: 2%;	
	}
	
.info article .thumbnail{
	height: 150px;
	}
	
	
.info article img.l{
/* [disabled]width: 90px; */
height: 134px;
}
.info article img.w{
	width: 134px;
	height: 90px;
}

.info article .date{
		font-size: 14px;
	}
.info article .title{
	font-size: 14px;
}


	

	
		.pro-app a{
		flex-basis: 80%;
	}
	

	
/*お問い合わせ*/


.contact form{
	width: 90%;
}	
	

/*作家紹介　ごフォトギャラリータイプ　3個ならび*/	
	.h-300 .in{
	height: 280px;
}

.h-400 .in{
	height: 370px;
}
	

}

/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){


/*--------------------------------------------------------
カスタマイズ
--------------------------------------------------------*/
	
.img-right{
		margin-left: 10px;
	}
	
	
	.img-frame{
		width: 50%;
		padding:5px;
	}
	
	.catch{
		font-size: 18px;
	}
	
/*概要*/

.about{}

.about .room{
	display: block;
}
.about .room .room-in{
	display: block;
	width: 100%;
}
.about .room .room-in img{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
	
/*Information*/	

	.info article{
		width: 96%;
		margin-bottom: 30px;
		height: 220px;
		}
	.info article:nth-child(3n){
	margin-right: 2%;
}
	.info article:nth-child(2n){
	margin-right: 0;
}

	.info article .thumbnail{
		width: 100%;
		height: auto;
		min-height: 180px;
		float: left;
		margin-right: 10px;
	}
.info article img.l{
/* [disabled]width: 110px; */
height: 164px;
}
.info article img.w{
	width: 164px;
	height:110px;
}

/*作家紹介*/
	
	.event dl{
		display: block;
	}
	
	.event dt{
		display: block;
	}
	.event dt{
		display: block;
	}
	
/*作家紹介　ごフォトギャラリータイプ　3個ならび*/	
.p-gallery3 .in{
	width: 100%;
	margin-right: 0;
	height: auto;
	}		
/*   */	
.section-wrap{
	padding-right: 5px;
	padding-left: 5px;
	}	
}/*解像度480px以下*/

/*--------------------------------------------------------
解像度380px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 380px){

.meibo2 {
padding-right: 0px;
padding-left: 0px;
}
.meibo2 p{
margin-bottom: 10px;
}
}/*解像度480px以下*/

/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.7.1 on 2018-12-18 14:32:49
----------------------------------------------------------------------*/
