@charset "utf-8";
/* CSS Document */
@import url("common.css");
body{
  background-color: #FFE100;   
}
.conceptbox {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  background-color:#FEF102;
  margin: 0;
    padding:0;
}
/*****湯気***/
@keyframes steam01 {
  0% {
    bottom: 250px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.5, 1);
    opacity: 0
  }
  11% {
    opacity: 0.1
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: 100px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% {
    opacity: 0.1
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.2
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 0.8);
    opacity: 0.4;
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.3);
    opacity: 0
  }
}
.steamWrap {
  /* width: 740px;
  margin: 100px auto 0*/
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  background-color: black;
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 532px;
  height: 400px
}
.steam02 img {
  width: 399px;
  height: 400px
}
/**セカンドコンテンツ*******/
.renewal{
     width: 100%;
    height:0;
    padding-top:15% ;
    background-image:url("../img/renewal.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #FFE100;  
}
.oshirase{
        width: 100%;
    height:600px;
     padding-top:15% ;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background-color: #FEF102;
    color:black;
}

/*.kamimori-change{
    width: 100%;
    height:0;
    padding-top:44.95% ;
    background-image:url("../img/kamimori_top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #FFE100;
}*/
/*.title_bnr {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 21vh;
  background-image: url("../img/top_title.png");
    background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFE100;
}*/
.swiper-wrapper {
  width: 100%;
  height: auto;
  background-color: #FEE100;
  padding: 0;
    margin-bottom: 0;
}
/* 全スライド共通スタイル */
.swiper-slide {
    display: inline-block;
	background-color: #FEE100;
	max-width: 100%;
	height: auto;
    margin:0 auto;
}
.swiper-slide  img{
	max-width: 100vw;
	height: auto;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}


/**swipeメニューの矢印を変える**********/
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 28px; /* ボタンの幅 */
	height: 86px; /* ボタンの高さ */
	margin-top: -43px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 前ページボタンのスタイル */
.swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f100"; /* angle-double-leftのUnicode */
	font-size: 48px;
	color: #ffefd5;
}
/* 次ページボタンのスタイル */
.swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f101"; /* angle-double-rightのUnicode */
	font-size: 48px;
	color: #ffefd5;
}


@media only screen and (min-width: 1280px) {
  /* 1280px以上の場合に適用 */
    
  .kamimoriday p {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .kamimoriday p strong {
    font-size: 150%;
  }
  .kamimoriday p .sfont {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .steamWrap {
    width: 100%;
    background-color: #000;
  }
  .steamBox {
    max-width: 1280px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .title_bnr {
    height:28vh;
  }
  
   .swiper-container{
	  height: 100%;
	  max-width: 1280px;
	  margin: 0 auto;
    }
   .swiper-container .swiper-slide {
	  width: 1280px !important;
	  text-align: center;
    }
}
@media only screen and (max-width: 680px) {
    .oshirase{
    font-size: 1.2rem;
    padding-top:10rem;
 }
    .kamimori-change{
    width: 100%;
    height:0;
    margin:0 auto;
    padding-top:120% ;
    background-image:url("../img/kamimori_top2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #FFE100;
}   

  .conceptbox {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .concept_image {
    align-items: stretch;
    position: relative;
  }
  .concept_comment {
    align-items: stretch;
    padding: 2%;
    font-size: 130%;
  }
  .concept_comment p {
    margin-bottom: 1%;
  }
  .concept_comment .redb175 {
    color: #E80714;
    font-weight: bold;
    margin-bottom: 0 0.5rem 2% 0;
  }
  .kamimoriday p {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
  .kamimoriday p strong {
    font-size: 150%;
  }
  .kamimoriday p .sfont {
    font-size: .7rem;
    margin-bottom: 1rem;
  }
  .title_bnr {
    height: 11vh;
    background-color: #FFE100;
  }
    .yellowbg{
    background-color: #FEE100;
    }
}
@media only screen and (max-width: 599px) {
  /* 600px以下の場合に適用 */
    .conceptbox {
    width: 100%;
    flex-direction: column;
  }
  .concept_comment {
    flex: 70%;
    padding: 1% 5%;
  }
  .concept_comment p {
    display: block;
    margin-bottom: 1.5%;
  }
  .concept_comment .redb175 {
    color: #E80714;
    font-weight: bold;
  }
  .kamimoriday {
    width: 100%;
    margin: 1.5rem auto;
    border: 1.3rem #D80C18 solid;
    background-color: #FEE101;
    padding-top: 1rem;
  }
  .kamimoriday p {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
  .kamimoriday p strong {
    font-size: 135%;
  }
  .kamimoriday p .sfont {
    font-size: .6rem;
    margin-bottom: 1rem;
  }
  .title_bnr {
    height: 10vh;
  }
    .swiper-container{
	  height: 100%;
	  max-width: 1280px;
	  margin: 0 auto;
    }
   .swiper-container .swiper-slide {
	  width: 100%;
	  text-align: center;
    }
}
@media only screen and (max-width: 470px) {
  .title_bnr {
    height: 8vh;
   }
 }