@charset "utf-8";

@font-face {
	font-family: "AozoraMinchoMedium";
	src: url("../font/AozoraMinchoMedium.ttf") format("truetype");
}

.bloglistTtl {
	font-size: 24px;
	font-weight: 100;
	font-family: 'EB Garamond', serif;
}
.bloglistTtl .fmin {
	font-size: 14px;
	font-family: "AozoraMinchoMedium";
}
.fmin{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
}
.blogEntryBox a:hover img{
	opacity: 0.8;
}
.pointInfo h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.questionnaire a{
	text-decoration: none;
}
.questionnaire h3 span{
	transition: 0.3s;
}
.questionnaire a:hover h3 span{
	color: #FFF;
	background-color: #CA2A1F;
}
@media screen and (max-width: 768px){
	#blogMv{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	/*blogContents*/
	.blogContents{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 30px;
	}
	
	.bloglistTtl{
		font-size: 20px;
		padding: 30px 0 20px;
		text-align: center;
	}
	.bloglistTtl img{
		width: 150px;  
	}
	.bloglistTtl span{
		font-size: 14px;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	
	/*pointBox*/
	.pointBox{
		
	}
	.pointImg{
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
		padding: 10px;
	}
	.pointInfo{
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
		padding: 10px;
	}
	.pointInfoInner{
		padding:10px;
		text-align: center;
	}
	.pointNo{
		margin-bottom: 20px;
	}
	.pointNo img{
		width: 35px;
	}
	.pointInfoInner h3{
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.pointInfoInner p{
		font-size: 13px;
		line-height: 180%;
		text-align: left;
	}
	.pointInfoInner p br{
		display: none;
	}
	
	/* blogEntry */
	.blogEntryBox{
		width: 48%;
		box-sizing:border-box;
		border: 1px solid #B2B1B1;
		margin-right: 2%;
		float: left;
		padding: 10px;
		margin: 1%;
	}
	.blogEntryLabel span{
		font-weight: bold;
		padding: 10px 0;
		display: block;
	}
	.blogEntryLabel h3{
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.blogEntryLabel p{
		line-height: 140%;
		font-size: 13px;
	}
	.blogEntryImg{
		vertical-align: middle;
		display: table-cell;
		text-align: center;
		overflow: hidden;
		width: 400px;
		max-width: 100%;
	}
	
	/* fair */
/*   .blogLinks{
		width: 48%;
		margin: 1%;
		float: left;
	} */
	.blogLinks{
		width: 98%;
		margin: 1%;
		float: none;
	}
	.blogLinks h3{
		padding: 15px 5px;
/*     text-align: center; */
		font-weight: bold;
		font-size: 14px;
	}
	.blogLinks img{
		transition: 0.3s;
		width: 100%;
		height: auto;
		max-width: unset;
	}
	.blogLinks a:hover img{
		opacity: 0.8;
	}
	.questionnaire{
		width: 96%;
		margin: 30px auto;
	}
	.qeInner{
		background: url(../img/blog/questionnaire_icon_sp.png) no-repeat 10px center,url(../img/blog/qearw.png) no-repeat right center;
		background-size: 75px 75px,20px 20px;
		padding: 10px 40px 10px 100px;
		border: 1px dotted #333;
		font-size: 16px;
	}
	.qeInner h3{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.qeInner h3 span{
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		color: #CA2A1F;
		padding: 3px 15px;
		border: 1px solid #CA2A1F;
		margin-bottom: 3px;
	}
	.qeInner p{
		font-size: 13px;
	}
	.spReserveContents{
		width: 96%;
		padding: 25px 0 0;
		box-sizing: border-box;
		margin: 15px auto;
		text-align: center;
		border: 3px solid #F2EBEB;
	}
	.spReserveContents h2{
		font-size: 16px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.spReserveContents h2 span{
		font-size: 13px;
		margin-bottom: 10px;
		display: block;
		font-weight: bold;
	}
	.spReserveContents .sprBtnForm a{
		background: url(../img/index/spr_icon01.png) no-repeat 20px center;
		background-size: 25px 25px;
	}
	.spReserveContents .sprBtnTel a{
		background: url(../img/index/spr_icon02.png) no-repeat 20px center;
		background-size: 25px 25px;
	}
	.spReserveContents .sprBtn{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.spReserveContents .sprBtn a{
		width: 90%;
		margin: 0 auto;
		display: block;
		background-color: #F2EBEB;
		padding: 8px;
	}
	.sprBtnTel span{
		font-size: 12px;
		display: block;
		line-height: 100%;
	}
	.sprBottom{
		margin-top: 20px;
	}
}

@media screen and (min-width: 769px) and (max-width: 999px) {
	#blogMv{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	/*blogContents*/
	.blogContents{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 60px;
	}
	
	.bloglistTtl{
		padding: 60px 0 40px;
		text-align: center;
	}
	.bloglistTtl span{
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	
	/*pointBox*/
	.pointBox{
		
	}
	.pointImg{
		width: 50%;
		max-width: 500px;
	}
	.pointInfo{
		width: 50%;
		max-width: 500px;
		position: relative;
	}
	.leftImg .pointImg{
		float: left;
	}
	.leftImg .pointInfo{
		float: right;
	}
	.rightImg .pointImg{
		float: right;
	}
	.rightImg .pointInfo{
		float: left;
	}
	.pointInfoInner{
		padding:20px 10px 0;
		text-align: center;
	}
	.pointNo{
		margin-bottom: 20px;
	}
	.pointInfoInner h3{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.pointInfoInner p{
		font-size: 12px;
		line-height: 250%;
	}
	
	/* blogEntry */
	.blogEntryBox{
		width: 32%;
		box-sizing:border-box;
		border: 1px solid #B2B1B1;
		margin-right: 2%;
		float: left;
		padding: 10px 20px;
	}
	.blogEntryBox:last-child{
		margin-right: 0;
	}
	.blogEntryLabel span{
		font-weight: bold;
		padding: 10px 0;
		display: block;
	}
	.blogEntryLabel h3{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.blogEntryLabel p{
		line-height: 180%;
		font-size: 13px;
	}
	.newEntry {
		padding: 10px;
	}
	.blogEntryImg{
		vertical-align: middle;
		display: table-cell;
		text-align: center;
		overflow: hidden;
		width: 100%;
	}
	
	/* fair */
/*   .blogLinks{
		width: 23%;
		margin-right: 1.33%;
		float: left;
	}
	.blogLinks:nth-child(4n){
		margin-right: 0;
	} */
	.blogLinks{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.blogLinks:nth-child(2n){
		margin-right: 0;
	}
	.blogLinks h3{
		padding: 30px 5px;
/*     text-align: center; */
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.blogLinks img{
		transition: 0.3s;
		width: 100%;
		height: auto;
		max-width: unset;
	}
	.blogLinks a:hover img{
		opacity: 0.8;
	}
	.questionnaire{
		width: 100%;
		max-width: 1000px;
		margin: 60px auto;
	}
	.qeInner{
		background: url(../img/blog/questionnaire_icon.png) no-repeat 50px center,url(../img/blog/qear.png) no-repeat right center;
		padding: 20px 50px 20px 200px;
		border: 1px dotted #333;
		font-size: 16px;
	}
	.qeInner h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.qeInner h3 span{
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		color: #CA2A1F;
		padding: 3px 15px;
		border: 1px solid #CA2A1F;
		margin-right: 20px;
	}
}

@media screen and (min-width: 1000px)  {
	#blogMv{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	/*blogContents*/
	.blogContents{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 90px;
	}
	
	.bloglistTtl{
		padding: 90px 0 70px;
		text-align: center;
	}
	.bloglistTtl span{
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	
	/*pointBox*/
	.pointBox{
		
	}
	.pointImg{
		width: 50%;
		max-width: 500px;
	}
	.pointInfo{
		width: 50%;
		max-width: 500px;
		position: relative;
	}
	.leftImg .pointImg{
		float: left;
	}
	.leftImg .pointInfo{
		float: right;
	}
	.rightImg .pointImg{
		float: right;
	}
	.rightImg .pointInfo{
		float: left;
	}
	.pointInfoInner{
		padding:50px 30px 0;
		text-align: center;
	}
	.pointNo{
		margin-bottom: 20px;
	}
	.pointInfoInner h3{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.pointInfoInner p{
		font-size: 13px;
		line-height: 250%;
	}
	
	/* blogEntry */
	.blogEntryBox{
		width: 30%;
		box-sizing:border-box;
		border: 1px solid #B2B1B1;
		margin-right: 5%;
		float: left;
		padding: 20px 35px;
	}
	.blogEntryBox:last-child{
		margin-right: 0;
	}
	.blogEntryLabel span{
		font-weight: bold;
		padding: 10px 0;
		display: block;
	}
	.blogEntryLabel h3{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.blogEntryLabel p{
		line-height: 180%;
		font-size: 13px;
	}
	.blogEntryImg{
		vertical-align: middle;
		display: table-cell;
		text-align: center;
		overflow: hidden;
		width: 100%;
	}
	
	/* fair */
/*   .blogLinks{
		width: 23%;
		margin-right: 1.33%;
		float: left;
	}
	.blogLinks:nth-child(4n){
		margin-right: 0;
	} */
	.blogLinks{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.blogLinks:nth-child(2n){
		margin-right: 0;
	}
	.blogLinks h3{
		padding: 30px 5px;
/*     text-align: center; */
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.blogLinks img{
		transition: 0.3s;
		width: 100%;
		height: auto;
		max-width: unset;
	}
	.blogLinks a:hover img{
		opacity: 0.8;
	}
	.questionnaire{
		width: 100%;
		max-width: 1000px;
		margin: 60px auto;
	}
	.qeInner{
		background: url(../img/blog/questionnaire_icon.png) no-repeat 50px center,url(../img/blog/qear.png) no-repeat right center;
		padding: 20px 50px 20px 200px;
		border: 1px dotted #333;
		font-size: 16px;
	}
	.qeInner h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.qeInner h3 span{
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		color: #CA2A1F;
		padding: 3px 15px;
		border: 1px solid #CA2A1F;
		margin-right: 20px;
	}
}