@charset "utf-8";

.section p {
	margin-bottom:20px;
	line-height:1.6;
}

.section p:last-child {
	margin-bottom:0;
}

/* お知らせ
=============================================== */
#topics {
	line-height: 1.6;
	overflow-y: scroll;
	height:400px;
	margin-bottom:30px;
}

#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 2px 0 2px 0px;
}

#topics dt {
	color:#666;
}

#topics dt,
#topics dd {
	font-size:1.25em;
	line-height:1.6;
}

#topics dd span {
	
	display:none;
	font-size:0.75em;
    color: #fff;
    background-color: #393d54;
    padding: 2px 7px;
    margin-right: 20px;
    border-radius: 30px;
}



*/
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px ipad含みたい場合は768px */
@media only screen and (min-width: 768px) {	

	
	/*新着情報*/
	#topics dl {
		overflow: hidden;
		/zoom: 1;
		padding: 10px 0 10px 0px;
	}
	
	#topics dt {
		float: left;
		padding-left:8px;
	}
	#topics dd {
		padding: 0 0 0 125px;
	}
	

}


/* インスタグラム
=============================================== */
ul.instagram li {
	float:left;
	width:18.43137%;
	margin-right:1.96078%;
	margin-bottom:20px;
	
	max-width:210px;
	max-height:210px;
}
ul.instagram li:nth-child(5n) {
	margin-right:0;
}

ul.instagram li a {
	background-color: #f1f1f1;
	vertical-align: middle;
	display: table-cell;
	width:;
	height:;
}

ul.instagram li img {
	width:100%;
	height:auto;
}
@media only screen and (max-width: 640px) {
	ul.instagram li {		
		width:48%;
		margin-right:4%;
	}
	ul.instagram li:nth-child(5n) {
		margin-right:4%;
	}
	ul.instagram li:nth-child(2n) {
		margin-right:0;
	}
}



.btn {
	text-align:center;
	
}


.btn a {
    background: #517fa4;
    color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 7px 14px;
	margin: 5px auto 0;
	border-radius: 4px;	
	box-sizing: border-box;
	text-decoration:none;
	font-size:1.3em;
}




/* 
=============================================== */
img {
	width: 100%;	
}

.en dl {
	/*
	float:left;
	width: 50%;
	*/
	width:100%;
	box-sizing:border-box;
	padding:10px!important;
	margin-bottom:30px;
}

.en dl.bg_green {
	background-color:#FBF7EF;
    border: dashed 2px #EBE4D7;
	padding:20px!important;
}

.en dl dt.title {
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.en dl dd.image {
	text-align:center;
	margin-bottom:10px;
}
.en dl dd.area {
	font-size:16px;
	text-align:right;
}
.en dl dd.comment {
	font-size:16px;
}

.en img {
	width:100%;
}

.en dl dd.price {
	font-size:28px;
	font-weight:bold;
	text-align:right;
	
	font-size: 44px;
	font-family: "SourceHanSansJP Heavy", sans-serif;
	color: #F00;
}

@media screen and (min-width: 640px) {	
	/* 丸写真３つ並び
	=============================================== */
	.en dl {
		float:left;
		width:31.51079%;/*250px*/
		margin-right:2.73381%;/*125px*/
	}	
	.en dl:nth-child(3n) {
		margin-right:0;
	}
	.sp_inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;		
		xalign-items:stretch;		
		flex-wrap: wrap;		
	}
}























