@charset "UTF-8";

/*---------------------------------
micro clearfix
--------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*==========================================================================================

	サイト全体共通のCSS

==========================================================================================*/
/*html,body{height: 100%;}*/
ul,ol{list-style:none;}
img{border:none;vertical-align:bottom;}
ahover{text-decoration: underline;}
a{color: #bf3333;text-decoration: underline;}

mark{
  background: rgba(254,251,3,0.5);
  font-style: normal;
  font-weight: normal;
}
.over{
    transition: -webkit-opacity .5s ease;
    transition: opacity .5s ease;
}
.over:hover{
	opacity: 0.4;
}

.is-pc_in{display: inline;}
.is-pc{
	display: block !important;
}
.is-pc-tb{
	display: block !important;
}
.is-sp{
	display: none !important;
}

/*br*/
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.inner{
	width: 1100px;
	min-height: 1px;
	margin: 0 auto;
	text-align: center;
}
.btn a{
	display: table;
	width: auto;
	height: auto;
	line-height: 1em;
	text-align: center;
	box-sizing: border-box;
	color: #172333;
	text-decoration: none;
	font-size: 1.6rem;
    padding: 5% 10%;
    
}
.btn a:hover{
	color: #014099;
	border-bottom: 4px solid #014099;
}


.more a{
display: table;
text-decoration: none;
border-bottom: 2px solid #322111;
color: #322111;
font-size: 16px;
letter-spacing: 0.1em;
margin: 30px auto ;    
}
.more a:hover{
  color: #bf3333;
  border-bottom: 2px solid #bf3333;
}
.more a i{
  margin: 0 0 0 10px;
  vertical-align: middle;
}


.slash:before{
	display: inline-block;
	content: '';
    width: 13px;
    height: 18px;
	background: url(../images/txt_before.png) no-repeat;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.slash:after{
	display: inline-block;
	content: '';
    width: 13px;
    height: 18px;
	background: url(../images/txt_after.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

/*font*/
.hannari{
	font-family: 'Hannari',"heisei-mincho-std", serif;
}
.labelle{font-family: 'La Belle Aurore', serif;}
.garamond{font-family: "garamond-premier-pro-display", serif;}
.mincho{font-family: "heisei-mincho-std", serif;}
.gothic{font-family: "heisei-gothic-std", sans-serif;}
.did{font-family: 'Didact Gothic', sans-serif;}


/*==========================================================================================

	メイン部分のCSS

==========================================================================================*/
main{
	padding: 70px 0 70px;
}
main > section{
	padding: 80px 0;
}
main > section h2.ttl{
	font-family: 'La Belle Aurore', serif;
	text-align: center;
	font-size: 40px;
	margin: 0 0 80px;
	height: 72px;
	line-height: 72px;
	position: relative;
}

/*
main > section h2.ttl:before{
	display: inline-block;
	content: '';
	width: 22px;
	height: 72px;
	background: url(../images/h2_bg_start.png) no-repeat;
	vertical-align: middle;
	margin: 0 40px 0 0;
}
main > section h2.ttl:after{
	display: inline-block;
	content: '';
	width: 22px;
	height: 72px;
	background: url(../images/h2_bg_end.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 0 40px;
}
*/
main > section h2.ttl span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	width: auto;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 14px;
    font-weight: normal;
	/*font-family: "garamond-premier-pro-display", YuMincho, 'Yu Mincho', serif;*/
	font-family: 'Hannari',"heisei-mincho-std", serif;
}


/*==========================================================================================

	1100px以下用のCSS

==========================================================================================*/
@media screen and (max-width: 1100px) {
	.is-pc{
		display: none !important;
	}
	.is-pc-tb{
		display: block !important;
	}
	.is-sp{
		display: none !important;
	}

	.inner{
		width: auto;
		padding: 0 0px;
		box-sizing: border-box;
	}

	main > section{
		padding: 60px 0px;
	}
	main > section .inner{
		margin: 0 20px;
	}
}
	
/*==========================================================================================

	767px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 767px) {
    .is-pc_in{display: none ;}
	.is-pc{
		display: none !important;
	}
	.is-pc-tb{
		display: none !important;
	}
	.is-sp{
		display: block !important;
	}

    /*br*/
.pcView{
	display:none;
}
.tbView{
	display:none;
}
.spView{
	display:inherit;
}
	/*==========================================================================================

		メイン部分のCSS

	==========================================================================================*/
  main{
  	padding: 60px 0 60px;
  }
	main > section{
		padding: 20px 0px;
	}
	main > section .inner{
		margin: 0 10px;
	}
	main > section h2.ttl{
		font-size: 36px;
		margin: 0 0 40px;
	}
	main > section h2.ttl:before{
		background-size: 11px 36px;
		height: 36px;
  	margin: 0 20px 0 0;
	}
	main > section h2.ttl:after{
		background-size: 11px 36px;
		height: 36px;
  	margin: 0 0 0 20px;
	}
  main > section h2.ttl span{
  	bottom: -40px;
  	font-size: 16px;
  }

}

