@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@charset "UTF-8";
.honbun {
	font-family:  "Libre+Baskerville", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	-webkit-font-smoothing: 
	antialiased;  
	font-smoothing: antialiased;
}
.honbun-3 {
	font-family:  "Libre+Baskerville", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	-webkit-font-smoothing: 
	antialiased;  
	font-smoothing: antialiased;
}
.honbun-2 {
	font-family:  "Libre+Baskerville", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	-webkit-font-smoothing: 
	antialiased;  
	font-smoothing: antialiased;
}
.honbun_midashi {
	font-family:  "Libre+Baskerville", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 26px;
	line-height: 30px;
	color: #000;
	-webkit-font-smoothing: 
	antialiased;  
	font-smoothing: antialiased;
}
.kaigyou {
  margin-bottom: 2em;
}
.background-image {
	background-image: url(../img/background/bg_1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-2 {
	background-image: url(../img/background/bg_2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-3 {
	background-image: url(../img/background/bg_3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-4 {
	background-image: url(../img/background/bg_4.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-5 {
	background-image: url(../img/background/bg_5.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-6 {
	background-image: url(../img/background/bg_6.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-7 {
	background-image: url(../img/background/bg_7.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-8 {
	background-image: url(../img/background/bg_8.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-9 {
	background-image: url(../img/background/bg_9.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-image-10 {
	background-image: url(../img/background/bg_10.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.background-white {
	background-color: #FFF;
}
.bgd-image {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 310px;
	padding-left: 0;
}
.bgd-img {
	height: 100%;
	top: 0;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
