@charset "utf-8";

/*PCの場合*/
.pc {
  display: inline !important;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 768px) {

  /*タブレット、スマホの場合*/
  .pc {
    display: none !important;
  }

  .mb {
    display: inline !important;
  }
}

/*table装飾*/
.col-red {
  background-color: rgba(255, 200, 200, 0.5);
  border: solid 2px rgba(255, 102, 102, 1);
  ;
}

/*==================================================
Swiper test
===================================*/
@keyframes zoom {
  0% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .swiper-slide-img,
.swiper-slide-duplicate-active .swiper-slide-img,
.swiper-slide-prev .swiper-slide-img {
  animation: zoom 13s linear;
}

.swiper-slide-img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.swiper-wrapper .slide-content h1,
.swiper-wrapper .slide-content h2,
.swiper-wrapper .slide-content h3 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 2.5em;
  text-shadow: 2px 2px #333333;
  width: 80%;
  text-align: center;
}

.swiper-wrapper .slide-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-shadow: 1px 1px #333333;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 2em;
  width: 90%;
  text-align: center;
}

.swiper-wrapper .slide-content .caption {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  font-size: 16px;
  background-color: rgba(0, 127, 127, 0.5);
  padding: 3px 8px;
}

.swiper-wrapper .slide-image {
  position: absolute;
  width: 50%;
  bottom: 80px;
  right: 30px;
  padding: 3px 8px;
}

.top-banner {
  display: flex;
  flex-wrap: wrap;
}

.top-banner li {
  width: calc(100%/2);
  /*←画像を横に4つ並べる場合*/
  padding: 0 15px;
  /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}

.top-banner li img {
  width: auto;
  /*画像のはみだしを防ぐ*/
  max-height: 100%;
  /*画像の縦横比を維持 */
  border: solid 0px #ccc;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

@media screen and (max-width: 1024px) {

  .swiper-wrapper .slide-content h1,
  .swiper-wrapper .slide-content h2,
  .swiper-wrapper .slide-content h3 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 2.0em;
    text-shadow: 2px 2px #333333;
    width: 80%;
    text-align: center;
  }

  .swiper-wrapper .slide-content p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-shadow: 1px 1px #333333;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 2em;
    width: 90%;
    text-align: center;
  }

  .swiper-wrapper .slide-content .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    font-size: 16px;
    background-color: rgba(0, 127, 127, 0.5);
    padding: 3px 8px;
  }

  .swiper-wrapper .slide-image {
    position: absolute;
    width: 80%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /*left: 10%;
    /*right: 30px;*/
    padding: 3px 8px;
  }

  .top-banner {
    display: flex;
    flex-wrap: wrap;
  }

  .top-banner li {
    width: calc(100%/2);
    /*←画像を横に4つ並べる場合*/
    padding: 0 15px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
  }

  .top-banner li img {
    width: auto;
    /*画像のはみだしを防ぐ*/
    max-height: 100%;
    /*画像の縦横比を維持 */
    border: solid 0px #ccc;
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  }
}

@media screen and (max-width: 480px) {

  .swiper-wrapper .slide-content h1,
  .swiper-wrapper .slide-content h2,
  .swiper-wrapper .slide-content h3 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.4em;
    text-shadow: 2px 2px #333333;
    width: 100%;
    /*  text-align: center; */
  }

  .swiper-wrapper .slide-content p {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-shadow: 1px 1px #333333;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
    width: 100%;
    text-align: center;
  }

  .swiper-wrapper .slide-content .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    font-size: 16px;
    background-color: rgba(0, 127, 127, 0.5);
    padding: 3px 8px;
  }

  .swiper-wrapper .slide-image {
    position: absolute;
    width: 95%;
    /*  top: 78%;*/
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 3px;
  }

  .top-banner {
    display: flex;
    flex-wrap: wrap;
  }

  .top-banner li {
    width: calc(100%/2);
    /*←画像を横に4つ並べる場合*/
    padding: 0px 15px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
  }

  .top-banner li img {
    width: auto;
    /*画像のはみだしを防ぐ*/
    max-height: 100%;
    /*画像の縦横比を維持 */
    border: solid 0px #ccc;
    /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  }
}

/*==================================================
文字強調
===================================*/
.dot-text {
  padding-top: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.2em .3em;
  background-image: radial-gradient(.12em .12em at center center, #b70707, #b70707 100%, transparent);
}

/*==================================================
セクション区切りデザイン
===================================*/
.sample_07 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.sample_07:before {
  content: '';
  position: absolute;
  top: 10%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.sample_07:after {
  content: '';
  position: absolute;
  top: 10%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.sample_07:before {
  left: 0;
}

.sample_07:after {
  right: 0;
}

/*==================================================
セクション区切りデザイン
===================================*/
.spikes {
  position: relative;
  /*  background: #2c3e50;
  height: 50vh; */
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 10px;
  background-size: 10px 100%;
  background-image: linear-gradient(135deg, #2c3e50 25%, transparent 25%), linear-gradient(225deg, #2c3e50 25%, transparent 25%);
  background-position: 0 0;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes lineAnime2 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*========= レイアウトのためのCSS ===============*/
.wrapper {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #666;
  color: #fff;
  box-sizing: border-box;
}

.bgextend,
.lineTrigger {
  padding: 0.5em 1em;
  margin: 2em 0;
  /*width: 220px;
	padding: 20px;
    margin: 0 20px 20px 20px;*/
  background: #f3f3f3;
  display: inline-block;
  box-sizing: border-box;
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/*====================================*/
.heading02, .contact h3, .privacy-policy .wrapper h3 {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem calc(0.5rem + 10px) 1rem;
  background: #e2ffc6;
  margin: 0.5rem 0 2rem 0.5rem;
  font-size: 0.9rem;
}

.heading02:before,
.contact h3:before,
.privacy-policy .wrapper h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #444;
}

.STEP-label {
  padding: 0.5em 1em;
  margin: 2em 0;
  background-color: #333;
  border: 0.5px solid #333;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  /*角の丸み*/
}

.STEP-label p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.sample-img {
  position: absolute;
  width: 10%;
  height: auto;
  top: 10%;
  right: 10%;
  transform: rotate(20deg);
}

.sample-img2 {
  position: absolute;
  width: 15%;
  height: auto;
  top: 10%;
  right: 10%;
}

.sample-img3 {
  position: absolute;
  width: 10%;
  height: auto;
  top: 20%;
  right: 20%;
}

.sample-img4 {
  position: absolute;
  width: 5%;
  height: auto;
  top: 35%;
  right: 10%;
  transform: rotate(20deg);
}

.arrow_box1 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.arrow_box1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.kowaku_mini2 {
  position: relative;
  margin: 25px auto;
  padding: 20px 20px 20px;
  width: 100%;
  height: 90%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 2.0;
}

.button_1 {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  background: transparent;
  width: 100%;
  /*  height: 60px; */
  text-align: center;
  border: 2px solid #333;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin-top: 20px;
  padding: 0.5rem 0.5rem;
}

.button_1::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.button_1:hover {
  color: #fff;
}

.button_1:hover::before {
  transform: translateX(10%);
}

.button_2 {
  color: #333;
  font-size: 0.7em;
  /*font-weight: bold;:
  background: transparent;*/
  width: 40%;
  /*  height: 60px; */
  text-align: center;
  border: 1px solid #333;
  position: relative;
  z-index: 1;
  display: inline-block;
  justify-content: center;
  overflow: hidden;
  transition: .3s;
  /*margin-top: 20px;*/
  padding: 0.5rem 0.5rem;
  margin-right: 1rem;
}

.button_2::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #333;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.button_2:hover {
  color: #fff;
}

.button_2:hover::before {
  transform: translateX(10%);
}

.midashi0 {
  position: relative;
  border-bottom: dashed 3px #333;
  width: 250px;
  padding-bottom: 2em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.midashi1 {
  position: relative;
  border-bottom: dashed 1px #333;
  width: 50%;
  margin-top: 3em;
  padding-bottom: 2em;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {

  /*==================================================
  文字強調
  ===================================*/
  .dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.12em .12em at center center, #b70707, #b70707 100%, transparent);
  }

  .STEP-label {
    padding: 0.5em 1em;
    margin: 2em 0;
    background-color: #333;
    border: 0.5px solid: #000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    /*角の丸み*/
  }

  .STEP-label p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .button_1 {
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
    background: transparent;
    width: 100%;
    /*  height: 60px; */
    text-align: center;
    border: 2px solid #333;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    margin-top: 20px;
    padding: 0.3rem 0.5rem;
  }

  .kowaku_mini2 {
    position: relative;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 0.8rem;
    line-height: 2.0;
    color: #000;
  }

  .heading03,
  a.heading03,
  button.heading03 {
    font-size: 0.9rem;
  }
}

/*========= グリッドシステムの追加 ===============*/
.col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /*	width: 100%; */
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

/*========= グリッドシステムの追加 END ===============*/
/*========= データ属性絞込みテスト ===============*/
.category-btn {
  display: flex;
  justify-content: center;
  margin: 10px 10px;
}

.category-btn li {
  margin: 20 0px;
}

.category-btn a {
  padding: 10px 10px;
  background: #333333;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
  transition: .3s ease;
}

.category-btn a:hover {
  opacity: .8;
}

.category-list {
  display: flex;
  /*justify-content: center;*/
  flex-wrap: wrap;
  /*width: calc(100% + 30px);*/
  /*max-width: 860px;*/
  margin: auto;
}

.category-list li {
  width: calc(33.3333% - 30px);
  margin-right: 30px;
}

.category-list img {
  width: 100%;
}

.category-btn2 {
  display: flex;
  justify-content: center;
  margin: 10px 10px;
}

.category-btn2 li {
  margin: 20 0px;
}

.category-btn2 a {
  padding: 10px 10px;
  background: #666666;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
  transition: .3s ease;
}

.category-btn2 a:hover {
  opacity: .8;
}

.category-list2 {
  display: flex;
  /*justify-content: center;*/
  flex-wrap: wrap;
  /*width: calc(100% + 30px);*/
  /*max-width: 860px;*/
  margin: auto;
}

.category-list2 li {
  width: calc(33.3333% - 30px);
  margin-right: 30px;
}

.category-list2 img {
  width: 100%;
}

.is-animate {
  opacity: 1;
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
    opacity: 0.3;
    /*  transform: scale(.8);*/
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/*========= データ属性絞込みテスト ===============*/
.main-visual {
  position: relative;
  max-height: 530px;
  height: calc(100vw * 0.95 * 0.4);
  min-height: inherit;
}

.container-max_860 {
    position: relative;
    width: 90%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.map-shibetsu {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

.top-img img {
  display: block;
  width: 100vw;
  height: 35vh;
  object-fit: cover;
}
@media (max-width: 480px) {
  .top-img img {
    display: block;
    width: 100vw;
    height: 50vh;
    object-fit: cover;
  }
}

.swiper-wrapper2 .slide-image2 {
  position: absolute;
  width: 60%;
  height: auto;
  padding: 3px 8px;
}
