@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
	width: 100%;
	box-sizing: border-box;
}

body {
	color: #333;
	font-famiry: "筑紫B丸ゴシック","游ゴシック体",YuGothic,"游ゴシック","YuGothic","メイリオ","sans-serif";
	font-weight: 500;
	font-size: 1.6em;
	line-height: 2.4rem;
	text-align: center;
	background-color: #E6E6E6
}

section h2 {
	font-size: 2.4rem;
}

a:hover {
	opacity: 0.5;
}

.none {
	display: none;
}

.header {
  height: 38px;
  background-color: #2C2C2C;
}
.header-container {
	margin: 0 auto;
	max-width: 85%;
}
.header-left img {
  float: left;
  height: 38px;
  width: auto;
}
.header-left h3 {
  color: #fff;
  float: left;
  line-height: 38px;
  font-size: 1.7rem;
  font-family: "筑紫B丸ゴシック";
  font-weight: 400;
  display: inline-block;
}
.section-top {
	margin-bottom: 30px }
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}

.header-right {
	float: right;
}

.header ul li {
	display: inline-block;
	list-style: none;
	line-height: 38px;
	margin-right: 30px;
	color: white;
	font-weight: 600;
}



.header ul li a {
	display: none;
}


.footer-background {
  margin-bottom: 10px;
  padding: 13px 0px;
}
.footer-background a {
  font-family: 筑紫B丸ゴシック;
  font-weight: 600;
  color: white;
  font-size: 2.0rem;
  text-decoration: none;
}
.red {
  background-color: #BC3639
}
.black {
  background-color: #191919
}
.under {
  background-color: #C3C3C3;
  padding: 40px 0px;
}
.under p {
  color: white;
  font-size: 0.5rem;
  margin-top: 50px;
	font-family: 筑紫B丸ゴシック;
	
}

@media (max-width: 800px) {
	.pc-footer {
		display: none;
	}
}

@media (min-width: 800px) {
	.movile-footer {
		display: none;
	}
	
	.background-pc-footer {
		background-color: #2F2F2F;
	}
	
	.footer-left{
		float: left;
	}
	
	.footer-right {
		margin-left: 50%;;
	}
	.footer-right img {
		width: 200px;
		height: auto;
		padding: 30px;
	}
	
	.footer-left ul {
		  font-family: 筑紫B丸ゴシック;
		  color: #FFFFFF;
		
	}
	
	.footer-left ul li {
		margin-top: 20px;
		text-align: left;
		margin-left: 250px;
		list-style: none;
	}
	
	.footer-left ul li a {
		text-decoration: none;
		font-size: 2.0rem;
		
	}
	.footer-left ul li a:visited {
		color: #FFFFFF;
		
	}
	
	.background-pc-copy {
		background-color:#B42B2D;
		height: 60px;
		color: white;
		font-family: 筑紫B丸ゴシック;
		line-height: 60px;
		font-weight: 600;
	}
	
	
}

@media (max-width: 800px) {
  #nav-drawer {
    padding: 10px 10px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    width: 30px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
	line-height: 38px;
    height: 3px;
    width: 25px;
    background-color: #FFFFFF;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -5px;
  }
  #nav-open span:after {
    bottom: -10px;
  }
  #nav-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    background-color: #222222;
    text-align: left;
    height: 100%;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
  }
	.nav-drawer__link-top {
		display: block;
	}
  #nav-content ul li {
    margin-bottom: 36px;
	display: block;
  }
  .header ul li a {
	display: block;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
	width: 100%;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media (min-width: 800px) {
	.header ul li a {
		display: inline-block;
		text-decoration: none;
		font-family: 筑紫B丸ゴシック;
		color: #FFFFFF;
	}
	.header ul li a:visited {
		color: #FFFFFF;
	}
}