@charset "UTF-8";

/*共通*/
body{
    background: #F4F4F4;
}
p {
    line-height: 1.6;
    word-wrap: break-word;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif , 'ヒラギノ角ゴ Pro W3';
    font-size:21px;
    margin: 20px auto 0;
}
.contents{
    margin: 0 auto;
    padding: 15px 20px;
    overflow: hidden;
    color: #333;
    background: #fff;

}
.contents-box{
    max-width:620px;
	margin: 0 auto;
	box-sizing:border-box;
}
a:link, a:visited, a:hover, a:active {
    color: #4682b4;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
img , video{
    max-width: 100%;
    width: 100%;
}
.picture{
    text-align:center;
    margin: 20px auto 0;
}

/*テキスト*/
b{
	font-weight: bold;
}
.ta_r{
    text-align: right;
}
.ta_c{
    text-align: center;
}

h2{
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: #1627c8;
    margin-top: 40px;
    text-align: center;
}

 h3 {
  position: relative;
  padding: 4%;
  background: #f1c232;
  color: white;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 7% 0;
  line-height: 1.5;
  color: #000;

}
 h3 span {
  color: #ff0000;
}

/*上下に動く文字*/
 .bound2__btnArea {
  margin-top: 30px;
}
 .bound2__btnArea .bound_p {
  color: #000;
  font-size: 19px;
  text-align: center;
  display: block;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/*→*/
 .cp_arrows {
  position: relative;
  /*widget自体の高さ*/
  height: 50px;
  /*widgetの上余白*/
  margin-top: 1em;
  /*widgetの下余白*/
  margin-bottom: 1em;
}

/*一個目の矢印*/
.cp_arrows .cp_arrowfirst {
  /*アニメーション設定。
   左からアニメーション名、動きの速さ（2s=2秒）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
  animation: arrow-move08 2s ease-in-out infinite;
}

/*二個目の矢印*/
.cp_arrows .cp_arrowsecond {
  /*アニメーション設定。
   左からアニメーション名、動きの速さ（2s=2秒）、開始時間（1s=1秒後）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

/*共通設定*/
.cp_arrows .cp_arrow {
  position: absolute;
  /*矢印の到着位置　（縦位置）*/
  top: 100%;
  /*矢印の到着位置　（横位置）*/
  left: 45%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  /*透明度（0=透明、1=不透明）*/
  opacity: 0;
}
 .content :first-child {
  margin-top: 0;
}

@keyframes arrow-move08 {
  /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
  0% {
    top: 40%;
    opacity: 0;
  }

  /*2sの70％（1.7秒）時に不透明になる*/
  70% {
    opacity: 1;
  }

  /*2s（2秒）時に透明になる*/
  100% {
    opacity: 0;
  }
}

 .cp_arrows .cp_arrow:before {
  /*矢印左の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
  transform: rotate(30deg) translateX(-39%);
  /*矢印左の棒の起点。（top left=左上）*/
  transform-origin: top left;
}

 .cp_arrows .cp_arrow:after {
  /*矢印右の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
  transform: rotate(-30deg) translateX(39%);
  /*矢印右の棒の起点。（top right=右上）*/
  transform-origin: top right;
}

 .cp_arrows .cp_arrow:before,
 .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*矢印の棒の横の長さ*/
  width: 40px;
  /*矢印の棒の縦の長さ*/
  height: 3px;
  content: '';
  /*矢印の色*/
  background: #E91E63;
}

 .cp_arrows *,
 .cp_arrows *:before,
 .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 .cp_arrows *,
 .cp_arrows *:before,
 .cp_arrows *:after {
  box-sizing: border-box;
}

 content div:after,
 .content p:after {
  clear: both;
}

 .content div :after,
 .content p:after {
  display: block;
  content: "";
  clear: both;
}

/*スライダー*/
 .calousel-box {
  position: relative;
}

 .swiper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 85%;
}

 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transform: translate3d(0px, 0, 0);
  transition-property: transform;
  box-sizing: content-box;
}

 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}

 .swiper-slide img,
 .swiper-slide video {
  width: 100%;
}

 .swiper-slide img.lazyload:not(.loaded) {
  width: auto;
  max-width: 100%;
}

 .swiper-button-next,
 .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #666;
  transition: 0.25s;
}

 .swiper-button-next:hover,
 .swiper-button-prev:hover {
  background: #000;
}

 .swiper-button-next {
  right: 0;
  left: auto;
  outline: none;
}

 .swiper-button-prev {
  left: 0;
  right: auto;
  outline: none;
}

 .swiper-button-next::before,
 .swiper-button-prev::before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
}

 .swiper-button-next::after,
 .swiper-button-prev::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
}

 .swiper-button-next::before {
  border-right: solid 2px #fff;
  transform: translatey(-50%) rotate(35deg);
  right: 10px;
}

 .swiper-button-prev::before {
  border-left: solid 2px #fff;
  transform: translatey(-50%) rotate(-35deg);
  left: 10px;
}

 .swiper-button-next::after {
  border-right: solid 2px #fff;
  transform: translatey(0%) rotate(-35deg);
  right: 10px;
}

 .swiper-button-prev::after {
  border-left: solid 2px #fff;
  transform: translatey(0%) rotate(35deg);
  left: 10px;
}

/*テキストの点滅*/
/*動きの速さをかえたいときは、 animationの1s(=1秒)の時間を変更 */
.flash {
  animation: flash 1s ease infinite alternate;
  display: flex;
  /*左寄せは flex-start、真ん中寄せはcenter*/
  justify-content: center;
  color: #ff0000;
  font-weight: bold;
  font-size: 21px;

}

/*設定した時間（初期：1秒）の半分の時に透明になる*/
@keyframes flash {
  50% {
    opacity: 0;
  }
}

 footer {
  font-size: 13px;
  padding: 5%;
  background: #ECECEC;
  text-align: center;
  margin-top: 10px;
}
