

.foo-wrap {
	width: 100%;
	background-color: #E8E6DF;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	font-size: 0;
}

.foo-wrap2 {
	width: 100%;
	background-color: #333333;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 0;
}

@media screen and (max-width:1500px) {

.foo-wrap {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
	
}

@media screen and (max-width:992px) {

.foo-wrap {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

}

.foo-inner {
	width: 1300px;
	margin: 0 auto;
	font-size: 0;
}

@media screen and (max-width:1350px) {
	
.foo-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
	
}

.foo01 {
	display: inline-block;
	width: 24%;
	vertical-align:top;
	font-size: 0;
}

.foo02 {
	display: inline-block;
	width: 18%;
	vertical-align:top;
	font-size: 0;
}

.foo02 div {
	display: block;
	margin-bottom: 15px;
}

.foo03 {
	display: inline-block;
	width: 18%;
	vertical-align:top;
	font-size: 0;
}

.foo03 div {
	display: block;
	margin-bottom: 15px;
}

.foo04 {
	display: inline-block;
	width: 18%;
	vertical-align:top;
	font-size: 0;
}

.foo04 div {
	display: block;
	margin-bottom: 15px;
}

.foo05 {
	display: inline-block;
	width: 22%;
	vertical-align:top;
	font-size: 0;
}

.foo05 div {
	display: block;
	margin-bottom: 10px;
}

.foo05 div.mb20 {
	margin-bottom: 20px;
}

@media screen and (max-width:1500px) {
	
.foo01 {
	width: 28%;
}

.foo02 {
	width: 16%;
}

.foo03 {
	width: 16%;
}

.foo04 {
	width: 18%;
}

.foo05 {
	width: 22%;
}

.foo05 div {
	display: block;
	margin-bottom: 10px;
}

.foo05 div.mb20 {
	margin-bottom: 20px;
}
	
}

@media screen and (max-width:992px) {

.foo01 {
	width: 100%;
	display: block;
	text-align: center;
}
	
.foo02 {
	display: none;
}

.foo03 {
	display: none;
}

.foo04 {
	display: none;
}	
	
.foo05 {
	width: 100%;
	display: block;
	text-align: center;
}
	
.foo05 div {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
	
}

a.foo-bt1 {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	vertical-align:middle;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 300;
	color: #999999;
}

a.foo-bt1 i {
	font-size: 1.4rem;
	margin-left: 7px;
	color: #999999;
	vertical-align:middle;
}

a.foo-bt1 .foo-arrow {
	display: none;
}

@media screen and (max-width:1500px) {
	
a.foo-bt1 {
	font-size: 1.2rem;
	letter-spacing: 1px;
}

a.foo-bt1 i {
	font-size: 1.2rem;
	margin-left: 7px;
}
	
}

@media screen and (max-width:992px) {
	

	
}

a.foo-bt2 {
	position:relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	vertical-align:middle;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 300;
	padding-left: 20px;
	color: #999999;
  background-image: linear-gradient(90deg, #999, #999); /* 線の色 */
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 2px; /* 下線を下にズラす */
  transition: background-size .6s; /* 変形をアニメーション化 */
}

a.foo-bt2:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

a.foo-bt2:before {
  content:"";
  position: absolute;
  top:9px;
  left:0;
  width:12px;
  height: 1px;
  background:#999999;
}

@media screen and (max-width:1500px) {
	
a.foo-bt2 {
	font-size: 1.1rem;
	padding-left: 20px;
}
	
}

a.foo-bt1:link,
a.foo-bt1:visited,
a.foo-bt1:active,
a.foo-bt2:link,
a.foo-bt2:visited,
a.foo-bt2:active{color: #595959; text-decoration: none;} 

a.foo-bt1:hover,
a.foo-bt2:hover {}

a.foo-bt1:hover i {
	margin-left: 20px;
	transition: .7s;
}

a.foo-bt3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	vertical-align:middle;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 300;
	position:relative;
	color: #999999;
  display: inline;
  background-image: linear-gradient(90deg, #999, #999); /* 線の色 */
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 2px; /* 下線を下にズラす */
  transition: background-size .6s; /* 変形をアニメーション化 */
}

a.foo-bt3:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

@media screen and (max-width:992px) {
	
a.foo-bt3 {
	font-size: 1rem;
}	
	
}

a.foo-bt4 {
	width: 200px;
	height: 50px;
	background-color: #fff;
	display: block;
	position:relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color:var(--thema-color01);
	text-align: center;
	line-height: 50px;
}

a.foo-bt4 img {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

a.foo-bt4:hover {
    outline: 2px solid rgb(166, 25, 46);/*outlineでドットの線を追加*/
}

@media screen and (max-width:1500px) {
	
a.foo-bt4 {
	width: 170px;
	height: 45px;
	font-size: 1.4rem;
	line-height: 45px;
}

a.foo-bt4 img {
	width: 100px;
}
	
}

@media screen and (max-width:992px) {
	
a.foo-bt4 {
	display: none;
}
	
}

.foo-copy {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:1500px) {
	

	
}

@media screen and (max-width:992px) {
	

	
}

@media screen and (max-width:768px) {
	

	
}



.foo-logo {
	width: 150px;
	display: block;
	vertical-align:middle;
}

@media screen and (max-width:1500px) {
	
.foo-logo {
	width: 130px;
}
	
}

@media screen and (max-width:992px) {
	
.foo-logo {
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
	
}

.foo-logo-s {
	display: block;
	vertical-align:middle;
}

.foo-logo-s p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem !important;
	letter-spacing: 1px !important;
	font-weight: 300 !important;
	line-height: 1.8 !important;
}

.foo-logo-s p.com {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem !important;
	letter-spacing: 1px !important;
	font-weight: 500 !important;
	margin-top: 10px;
}

.foo-logo-s p.com2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.0rem !important;
	letter-spacing: 1px !important;
	font-weight: 300 !important;
	margin-top: 10px;
}

.foo-sns {
	display: block;
	vertical-align:middle;
	margin-top: 30px;
}

@media screen and (max-width:1200px) {
	

	
}

@media screen and (max-width:992px) {
	
.foo-sns {
	display: block;
	vertical-align:middle;
	margin-top: 15px;
}
	
}

.snsicon {
	width: 25px;
	display: inline-block;
}

.snsicon + .snsicon {
	margin-left: 15px;
}





