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

body {
		font-family: 筑紫B丸ゴシック;
}

.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;
}

@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;
	}
}





.top-image img {
  width: 100%;
  height: auto;
}

@media(min-width: 800px) {
	.kuhaku {
		height: 30px;
	}
	
	.top-image {
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
} 


.section-description {
  width: 80%;
  margin: 0 auto;
  font-family: 筑紫B丸ゴシック;
  margin-bottom: 40px;
}
.section-description h3 {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 10px;
}
.section-description h3 img {
  width: 10px;
  height: auto;
}
.section-description h3 img:last-child {
  transform: rotate(-45deg);
}
.naruko-one {
  transform: rotate(45deg);
}
.naruko-two {
  transform: rotate(-45deg);
}
.section-description p {
  padding-top: 10px;
  background-image: url("../img/背景1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0px bottom 0px;
  text-align: left;
}

@media(min-width: 500px) {
	.section-description p {
		background-image: none;
	}
	
}

@media(min-width: 800px) {
	.section-description h3 {
		font-size: 2.5rem;
	}
	
	.section-description {
		margin-top: 50px;
	}
}

.section-movie {
  font-family: 筑紫B丸ゴシック;
  width: 80%;
  margin: 0 auto;
}
.section-movie h3 {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section-movie h3 img {
  width: 20px;
  height: auto;
}
.section-movie h3 img:last-child {
  transform: rotate(-45deg);
}
.movie-one {
  transform: rotate(45deg);
}
.movie-background {
  background-color: #F4F4F4;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 200px;
  border-radius: 10px 10px 0px 0px;
  max-width: 400px;
}
iframe {
  width: 100%;
  height: auto;
}
.ryubu {
  font-size: 1.0rem;
}

.flex-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap
}

@media(min-width: 800px) {
	.movie-two {
		display: none;
	}
	
	.section-movie h3 {
		font-size: 2.5rem;
	}
	
	.section-movie {
		margin-top: 100px;
	}
}


.section-topic {
  font-family: 筑紫B丸ゴシック;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section-topic h3 img {
  width: 5px;
  height: auto;
}
.section-topic h3 img:last-child {
  transform: rotate(0deg);
}
.bikkuri-one {
  transform: rotate(0deg);
}
.section-topic h3 {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topic-description-one {
  margin-bottom: 30px;
  display: block;
}
.topic-description a {
  color: #1F2FC5
}

.topic-description {
  text-align: left;	
}

@media (min-width: 800px){
	.section-topic h3 {
		font-size: 2.5rem;
	}
	
	.section-topic {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}


.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;
	}
	
	
}

.kochira:visited {
	color:#4B4FB3
}

.odoriko {
  font-family: 筑紫B丸ゴシック;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.odoriko h3 img {
  width: 20px;
	height: auto;
}

.odoriko h3 {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}