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

/*main--------------------------
*/

/*.top {
	padding: 20px 10px 0 10px;
}*/

/*ヒーローエリア
----------------------------------------------*/
.hero {
  position: relative;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto; /* 中央寄せ */
  overflow: hidden; /* はみ出た部分を隠す */
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミング */
  display: block;
	
  opacity: 0;                /* 最初は透明 */
  transform: scale(1.1);     /* 少し拡大しておく */
  filter: blur(5px);         /* ぼかしをかけておく */
  animation: fadeInHero 1s ease-out forwards;
}

@keyframes fadeInHero {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  /* ロゴサイズ制御 */
  max-height: 90%;           /* 背景高さの50%（=384px）まで */
  max-width: 90%;            /* 背景幅の90%まで */
  height: auto;
  width: auto;

  z-index: 2;
  
  opacity: 0;                /* 最初は透明 */
  filter: blur(5px);         /* ぼかしをかけておく */
  animation: fadeInLogo 1s ease-out forwards;
}

@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}



/*紹介文
----------------------------------------------*/
.top h1{
	margin-top: 100px;
}

.h2-sp{
	display: none;
}

/*スライダー
----------------------------------------------*/
.slider{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px
}

.slider li {
	margin: 0 7px;
}

.slider li img {
  width: 212px;
  height: 142px;
  object-fit: cover;
}

.slider-text {
	margin-left: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 1.4rem;
}

/*写真
----------------------------------------------*/
.ph1, .ph2, .ph3, .ph4, .ph5, .ph6, .ph7, .ph8 {
	margin: 10px;
}



/*発売について
-------------------------------------------------*/

.hatubai {
	display: flex;
	margin: 5px 0;
}

.hatubainituite {
	margin: 70px auto 0;
}

.daimei {
	min-width: 150px;
	margin: 0 5px;
}


/* セット内容
------------------------------- */
.set {
	margin-top: 20px;
}

.setnaiyou {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	background-color: #00867d;
	padding: 5px 0;
	margin: 0 auto;
	color: white;
	text-align: center;
}

.set1, .set2, .set3 {
	border: 2px solid #00867d;
	border-radius: 3px;
	background-color: white;
}

.setwaku {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	align-items: center;
	text-align: center;
}

.setwaku dd {
	padding: 5px;
}

.plus {
	font-size: 2rem;
	font-weight: bold;
	color: #00867d;
	width: 4%;
	text-align: center;
}

.set1{
	width: 40%;
}

.set2 {
	width: 42%;
}

.set3 {
	width: 18%;
}

/*使い方について
-------------------------------------------------*/
.tyawaku {
	margin: 50px auto 0;
	max-width: 600px;
	display: block;
	justify-content:space-between;
}

.tukaikata {
	margin: 0 0 20px 0;
}

.tyawaku dt {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	background-color: #C7B16B;
	color: white;
	padding: 5px;
	text-align: center;
	border-top-left-radius: 8px;
 	border-top-right-radius: 8px;
}

.tyawaku dd {
	border: 2px solid #C7B16B;
	padding: 5px;
	text-align: left;
}

.tukaikatadd, .hokatukaikatadd {
	background-color: white;
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tyawaku dl {
	border-radius: 10px;
}

/*.syousai {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: 95vw;
	margin: 0 auto;
}*/

.syousai {
	display: block;
	justify-content: space-around;
	width: 95%;
	margin: 0 auto;
	padding: 0 10px;
}

.hatubaitoset {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}



.small2 {
	font-size: 1.4rem;
}

.red2 {
	color: #00867d;
	font-weight: bold;
}

/* ボタン
---------------------------------------------*/
.pdf{
	width: 1100px;
	margin: 80px auto 0;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	padding: 0 10px;
	align-items: center;
}

.button {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1.5em;
  width: 280px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #772051;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}

.button::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button:hover {
  text-decoration: none;
  background-color: #FFA05F;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}


/*.button:hover {
    opacity: 0.8;
}*/

.ginnoyu {
	margin: 0 auto;
	padding: 5px 20px 10px 40px;
	max-width: 700px;
}

.tyuui1 {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-left: 1rem;
    text-indent: -3rem;
}

.tyuui2 {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding-left: 1rem;
    text-indent: -1em;
}

.green {
	color:green;
}

.big {
	font-size: 2.2rem;
}

.ginnoyu2 {
	font-size: 1.8rem;
	line-height: 4rem;
}



/* マップ
---------------------------------------------*/
.access {
	padding: 0 10px;
}

.map img{
	max-width: 660px;
}

.map {
	text-align: center;
	margin-top: 130px;
}



/* モバイル版
================================================ */
@media (max-width : 1093px ){
    .slider {
        width: 80%;
    }
	
	.pdf {
		width: 900px;
	} 
	
	.button {
		width: 250px;
	}
}

@media (max-width : 900px ){
	.pdf {
		width: 400px;
		flex-flow: column;/*縦並びにする*/
		align-items: center;
		margin: 50px auto 0;
		}
	
	.button {
		width: 100%;
		margin: 10px auto;
	}
	
	.sp-br {
		display: none;
	}
}


@media (max-width : 654px ){
/*    #wrapper {
	background-image: url("../images/haikei900.png");
	}*/
	
	/*紹介文内容
	---------------------------------------------*/	

	.h2-pc{
	display: none;
	}
	
	.h2-sp{
	display: inline;
	font-size: 1.4rem;
	line-height:2.5rem; 
	}
	
	.syoukai{
		margin: 0 20px;
	}
	
	/*セット内容
	---------------------------------------------*/	

	.syousai {
		display: block;
		justify-content: space-around;
		width: 100%;
		margin: 0 auto;
	}
	
	.hatubaitoset {
		width: 100%;
		margin: 0px auto;
	}
		

	
	/*マップについて
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.map img {
		width: 100%;
	}
		
	/*お問い合わせ
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.otoiawase {
		width: 100%;
		margin: 0 auto;
	}
	
	.otoiawasetitle:before, .otoiawasetitle:after {
	  width: 100px; /* 線の長さ */
	}
	
	.otoiawasesaki dd {
		width: 100%;
	}

	
	/*コロナについて
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.korona dd, .korona dt {
	width: 100%;

	}
	
	/*バナー
	---------------------------------------------*/
	.bunner img {
		width: 150px;
		margin: 7px 7px
	}
}



@media (max-width : 427px ){
/*	#wrapper {
	background-image: url("../images/haikeimb.png");
	}*/
	
	.pc {

		display: none;
	}
	
	.mb {
		display: block;
	}
	
	
	h1 {
		font-size: 2.2rem;
		font-weight: bold;
	}
	
	.small {
	font-size: 1.8rem;
	}

	h3 {
		font-size: 1.6rem;
	}

	.big1 {
		font-size: 2.6rem;
	}

	.top p {
		font-size: 1.4rem;
	}
	
	
/*スライダー
ーーーーーーーーーーーーーーーーーーーーーーーーー*/	
	
	.slider-text {
	font-size: 1.4rem;
	}
	
	
	/*ボタン
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/	
	.pdf {
		width: 350px;
	}
	
	.button {
		width: 100%;
		margin: 10px auto;
	}
	
	.sp-br {
		display: flex;
	}
	
	
	/*発売について
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.hatubai {
		display: block;
	}
	
	.setumei p {
		margin-left: 2.3em;
	}
	


	/*セット内容について
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.setwaku {
		display: block;
	}
	
	.setwaku dd {
		width: 100%;
	}

	/*セット内容について
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.tyawaku {
		display: block !important;
		/*width: 100%;*/
	}
	

	
	
	/*マップについて
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.map img {
		width: 100%;
	}
	
	.map {
		margin-top: 80px;
	}

	/*お問い合わせ
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.otoiawase {
    width: 100%;
	}

	.otoiawasetitle:before, .otoiawasetitle:after {
		width: 25vw; /* 線の長さ */
	}
	
	
	/*コロナ
	ーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.koronadl dd, .koronadl dt {
	    width: 100%;
	}
	
	/*バナー
	---------------------------------------------*/
	.bunner img {
		width: 130px;
		margin: 7px 7px
	}
}

@media (max-width : 275px ){
	.pc {
		display: none;
	}
	
	.mb {
		display: none;
	}
	
	.mbs {
		display: block;
	}
	
    .button img {
        width: 80px;
    }
	
	/*バナー
	---------------------------------------------*/
	.bunner img {
		width: 120px;
		margin: 7px 7px
	}
	
}

