@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*--------------------
メインコンテンツ
--------------------*/

#movie {
  max-width: 750px;
	margin: 0 auto 45px;
}

#movie .ytCont {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  order: 1;
}

#movie .ytCont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cols {
  display: flex;
  padding: 0;
	animation-name: fadein;
  animation-duration: 2s;
}

.cols.cols_1>.col {
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
  padding: 1.5%;
}

.rq {
	width: 100%;
	text-align:center;
}

.rq img {
  border-radius: 0px;
	width:100%;
	margin:1%;
	object-fit: contain;
	box-shadow: 0 2px 2px #CCC;
  transition-duration: 0.3s;
}

.rq img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

/*フラゴラ*/

#banner {
  position: relative;
  background: #182987;
  z-index: 1;
  padding: 0rem;
  align-items: center;
}

.imgres5 {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  border-radius: 0px;
}

#fragolad {
  color: #fff;
  background-color: #182987;
  font-size: 16px;
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
}

article {
  padding: 8em 2em 3em 2em;
}

.cotainer {
  padding: 10em 0 5em 0;
}

.description,.info {
  background: #2e59a6;
}

.desc {
  line-height: 1.8em;
  font-size: 1.1em;
}

.desc p {
  margin: 2em 0;
}

.sb-title {
  position: relative;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 30px 15px -10px rgba(0, 0, 0, .1);
  margin: 0 auto 3em auto;
  width: 300px;
  font-weight: bold;
  color: #d7af6a;
  text-align: center;
  font-size: 1.9em;
}

.sb-title:before,
.sb-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.sb-title:before {
  top: 0;
}

.sb-title:after {
  bottom: 0;
}


.custom_shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom_shape svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom_shape .shape-fill {
  fill: #2e59a6;
}

.divider {
position: relative;
}

.custom_shape2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom_shape2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom_shape2 .shape-fill {
  fill: #182987;
}

.wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  transform: translateX(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  
  .cols {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    animation-name: fadein;
    animation-duration: 2s;
  }

  .align-center {
    text-align: center;
  }

  .cols.cols_1>.col {
    flex-basis: calc(80% / 1);
    max-width: calc(80% / 1);
    padding: 1.25%;
    margin: 0 auto;
	}

  .rq {
    margin-bottom: 50px;
  }

}
