@charset "UTF-8";
.gugenHub {
	font-family: Noto Sans JP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.gugenHubMain h1 {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 53px;
	font-feature-settings: "palt";
}
.gugenHubMain h2 {
	color: #fff;
	font-size: 24px;
	line-height: 57px;
	margin-bottom: 12px;
}
.gugenHubMain h2 ruby {
	ruby-position: under;
}
.gugenHubMain h2 ruby rt {
	font-size: 15px;
}
.gugenHubMain {
	height: 580px;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
}
.gugenHub .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	line-height: 18px;
	box-sizing: border-box;
	overflow: hidden;
	background: #11A24B;
}
.gugenHub .btn:hover {
    text-decoration: none;
}
.gugenHub .btn span {
  display: block;
  text-align: center;
  padding: 15px 50px 15px;
}
.gugenHub .bLayerText:hover > span {
  background: rgba(0, 0, 0, 0.2);
}
.gugenHubMainInner {
	display: flex;
	justify-content: space-between;
	width: 1170px;
	margin: 0 auto;
	padding: 142px 0 0 0;
}
.gugenHubLogo img {
	margin-top: 62px;
}
.ytIframe iframe{
	width: 100%;
	height: 535px;
}
.gugenHubInner {
	width: 1010px;
	padding: 125px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.gugenHubInner p {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	text-align: center;
}
.gugenHubInner h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #020617;
	margin-bottom: 15px;
	font-feature-settings: "palt";
}
.gugenHubInner hr {
	visibility:visible;
	border: 0;
	border-top: 1px solid #999;
	width: 99vw;
	margin-left: calc(-50vw + 50%);
	
	position:relative;
	bottom:-110px;
}
.green { color: #11A24B; }
.mb65 { margin-bottom:65px; }
.pb110 { padding-bottom:110px; }
.bd999 { border: solid 1px #999; }
.bgImg {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	background-image: url(../img/inner_bg.jpg);
}
.bgF5 {
	background: #F5EEEE;
}
.boxFlex {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxFlex .boxImg {
	padding: 5px 0 0 0;
}
.boxFlex .boxText {
	width: 350px;
}
.boxFlex h3 {
	font-size: 24px;
	line-height: 36px;
	color: #020617;
	font-feature-settings: "palt";
	margin-bottom: 15px;
}
.boxFlex p {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	text-align: left;
}
.boxFlex p span {
	font-size: 14px;
	line-height: 25px;
	display: block;
	padding: 10px 0 0 0;
}
.displayColumn {
	width: 100%;
	height: 1000px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.columnBox {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
.columnBox .columnTitle {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 138px;
}
.columnBox div {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.columnBox h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.columnBox p {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	text-align: left;
}
.columnBox img {
	margin-bottom: 20px;
}
.columnBox img.columnTitleImg {
	margin-bottom: 10px;
}
/*～1440px*/
@media (max-width: 1440px){
	.gugenHubMainInner {
		width: 1010px;
	}
	.gugenHubLogo img {
		width: 388px;
	}
}

/*～970px*/
@media (min-width: 768px) and (max-width: 1010px){

}

/*ここからスマホ*/
@media (max-width: 767px){
	.gugenHubMainInner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: center;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.gugenHubMain {
		height: 500px;
	}
	.gugenHubMain h1 {
		font-size: 24px;
		line-height: 40px;
		text-align: center;
	}
	.gugenHubMain h1 span {
		font-size: 18px;
	}
	.gugenHubMain .leadBox {
		text-align: center;
	}
	.gugenHub a.btn span {
		line-height: 24px;
	}
	.ytIframe iframe{
		height: 220px;
	}
	.gugenHubInner {
		width: 100%;
		padding: 65px 15px;
	}
	.gugenHubInner h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.gugenHubInner p {
		text-align: left;
	}
	.gugenHubInner p.taC {
		text-align: center;
	}
	.boxFlex .boxText {
		width: 100%;
		margin-bottom: 15px;
	}
	.boxFlex h3 {
		margin-bottom: 15px;
	}
	.gugenHubLogo {
		text-align: center;
	}
	.gugenHubLogo img {
		width: 90%;
	}
	.cartImg {
		width: 100%;
	}
	.boxFlex {
		flex-wrap: wrap;
	}
	.clRev {
		flex-direction: column-reverse;
	}
	.boxImg img {
		width: 100%;
	}
	.displayColumn {
		display: block;
		height: auto;
		margin-bottom: 30px;
	}
	.columnBox {
		width: 100%;
		padding: 20px 10px;
	}
	.columnTitleImg {
		width: 100%;
	}
	p.footerLead {
		text-align: center;
	}

}