@charset "UTF-8";

body{
	font-family:  "Zen Maru Gothic","Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color:#fffaf8;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
a{
	color: #e60012;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

p{
	line-height: 160%;
	color: #602c00;
}

li {
	color: #686868;
}

.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }


@media screen and (max-width: 900px) {
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }


  .mbtm15 { margin-bottom: 10px; }
  
  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  

}



/*----------------------------------------
	フォント
----------------------------------------*/
.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}

.f30 { font-size: 30px; line-height: 140%;}


@media screen and (max-width: 900px) {
  .f18 { font-size: 17px; line-height: 160%;}
  .f30 { font-size: 26px; line-height: 140%;}
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
  
  
  .f30 { font-size: 24px; line-height: 140%;}  
	p {
		font-size: 15px;
	}
}


@media screen and (max-width: 480px) {
  .f30 { font-size: 22px; line-height: 140%;}  
	p {
		font-size: 14px;
	}
}

.spbr {display: none;}

@media screen and (max-width: 480px) {
	.spbr {display: block;}
}


/*---------------------------
ファーストビュー
-----------------------------*/

header {
	position: relative;
}

.sp {
	display: none;
}

.sp-br {
	display: none;
}

.sp__fv-wrap {
	display: none;
}

.fv-wrap,
.section-wrap{
	width: 100%;
	position: relative;
}

.fv-bg,
.section-bg{
	width: 100%;
}

.fv-bg img {
	width: 100%;
}

.fv-inner,
.section-inner{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.main-ttl {
	position: absolute;
    left: 5%;
    top: 15%;
    z-index: 3;
}

.main-ttl h1 {
	animation: fadeInUp;
	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.limited {
	position: absolute;
	width: 9%;
	left: 4%;
	top: 14%;
	z-index: 2;
	animation: fadeIn;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.scrollBox {
	position: absolute;
	margin: auto;
    bottom: -100px;
	right: 0;
	left: 0;
	z-index: 9999;
}

.scroll {
	position: relative;
	z-index: 9999;
	color: #f99fa7;
	padding-top: 70px;
	font-size: 20px;
	text-align: center;
}

.scroll::before {
	animation: scroll 2s infinite;
	border: solid #f99fa7;
	border-width: 0 0 1px 1px;
	content: "";
	display: inline-block;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 9999;
}

.scroll a {
	color: #fff;
	text-decoration: none!important;
}

.sp-bar {
	display: none;
}

@keyframes scroll {
	0% {
		transform: rotate(-45deg) translate(-20px, 20px);
	}
	80% {
		transform: rotate(-45deg) translate(-30px, 30px);
	}
	0%, 80%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}


@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}





@media screen and (max-width: 1750px) {
	.limited {
		top: 7.5%;
	}
	
	.main-ttl {
		left: 11%;
        top: 10%;
	}
}


@media screen and (max-width: 1500px) {
	.limited {
        top: 12%;
        left: 4%;
        width: 11%;
	}
	
	.main-ttl {
		left: 5%;
        top: 16%;
        width: 45%;
	}
}


@media screen and (max-width: 480px) {
	.pc {
		display: none!important;
	}
	
	.sp {
		display: block;
	}
	
	.sp-br {
		display: block;
	}
	
	.fv-wrap {
		display: none;
	}
	
	.sp__fv-wrap .sp__fv-inner {
		position: absolute;
        bottom: 13.5%;
        left: 48%;
        transform: translateX(-50%);
	}
	
	.sp__fv-wrap {
		display: block;
		position: relative;
		width: 100vw;
		overflow: hidden;
	}
	
	.sp__main-ttl {
		width: 90vw;
		margin: 0 auto;
		animation: fadeInUp;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
		opacity: 0;
        z-index: 100;
        position: relative;
	}
	
	.sp__limited {
		position: absolute;
        bottom: 73%;
        left: 0%;
        width: 24%;
        transform: rotate(25deg);
        animation: fadeIn;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
        overflow: hidden;
        z-index: 95;
	}
	
	
	.sp-bar {
		display: block;
		position: absolute;
		bottom: -25px;
		z-index: 9998;
	}

}




/*-------------------------
about 
--------------------------*/

  .about {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 60px 0 100px;
	flex-direction: column;
  }
  
  .about__inner {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
	padding:0 5rem;
  }
  
  .about__image{
	width: 45%;
  }

  .sp_about__title{
	display: none;
  }
  
  .about__image img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .about__content {
	width: 45%;
  }
  
  .about__title img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 24px;
  }
  
  .about__text {
	font-size: 1.8rem;
	line-height: 2;
	color: #602c00;
	margin-bottom: 32px;
	font-weight: bold;
  }
  
  .about-btn {
    width: 40rem;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10rem;
    gap: 11rem;
    border-radius: 999rem;
    background-color: #8b4d24;
    color: #ffffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.2s ease;
  }

  .about-btn__label{
	font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
  }
  
  .about-btn__icon {
	font-size: 4rem;
	font-weight: normal;
	margin-bottom: 6px;
	transition: transform 0.3s ease;
  }
  
  .about-btn:hover {
	background-color: #e15486;   /* 薄いピンク */
  }
  
  .about-btn:hover .about-btn__icon {
	transform: translateX(0.4rem);
  }
  
  .about-btn:active {
	background-color: #f7c3d1;   /* 濃いピンク */
	transform: translateY(0.1rem);
  }
  
  .about-btn:focus-visible {
	outline: 0.2rem solid #e15486;
	outline-offset: 0.2rem;
  }

  .sobajima{
	position: relative;
	display: flex;
	justify-content: center;
  } 

  .sobajima__ttl{
	position: absolute;  
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
  }
  

  .sobajima__box{
	max-width:1000px;
	margin: 0 50px;
	padding: 60px;
	display: flex;
	justify-content: center;
	gap: 5%;
	background-color: #FFF;
	border:#ff8187 3px solid;
	border-radius: 30px;
  }

  .sobajima_txtbox{
	width: 500px;
  }

  .sobajima_pic{
	display: flex;
  }

  .sobajima_pic img{
	border-radius: 20px;
  }
  
  .sobajima_txtbox p {
	font-size: 1.8rem;
	line-height: 2.2;
	font-weight: bold;
  }

  .sobajima_txtbox img {
	width: 300px;
	height: auto;
  }

  .mani {
	width: 100%;
	overflow: hidden;
  }

  
  /* デフォルト：1920px以下 → 中央基準で左右が見切れる */
  .mani_img {
	width: 1920px;
	max-width: none;
	height: auto;
	display: block;
	margin: 0 auto;   /* 中央固定でトリミング */
  }
  
  /* 画面が1920px以上のとき → 画面いっぱいに引き伸ばす */
  @media screen and (min-width: 1920px) {
	.mani_img {
	  width: 100%;
	}
  }


  @media screen and (max-width: 768px) {
	.about__inner {
	  flex-direction: column;
	  gap: 40px;
	  padding: 0;
	  margin: 0;
	}

	.about__content{
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
  
	.about__image {
	  width: 85%;
	}
  
	.about__title img {
	  margin: 0 auto 20px;
	  width: 100%;
	}
  
	.about__text {
	  text-align: center;
	  font-size: 2rem;
	}
  
	.about__btn {
	  text-align: center;
	}

	.sp_about__title{
		display: block;
	}

	.pc_about__title{
		display: none;
	}

	.sobajima {
		width: 90%;
	}

	.sobajima__ttl{
		width: 70%;
		top:-6%;
	}

	.sobajima_pic{
		width: 100%;
		justify-content: center;
	}

	.sobajima_pic img{
		margin-top: 30px;
	}

	.sobajima__box{
		margin: 0;
		max-width: none;
		flex-direction: column;
		align-items: center;
		padding: 40px;
	}

	.sobajima_txtbox{
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
  }

  @media screen and (max-width: 480px) {

	.about__inner{
		padding: 0;
		margin-top: -50px;
	}

	.about__title img {
		width: 90%;
	}

	.about__text{
		font-size: 1.6rem;
	}
      
    .sobajima{
		margin-top: 100px;
	}

	.sobajima__ttl{
		width: 80%;
	}

	.sobajima_txtbox img {
		width: 250px;
		height: auto;
	}
	.sobajima_txtbox p {
		font-size: 1.6rem;
	}

	.sobajima_pic img{
		margin-top: 0;
	}

	.about-btn{
		width: 33rem;
		height: 6.5rem;
		padding-left: 9rem;
		gap: 6rem;
	}

	.about-btn__label{
		font-size: 1.8rem;
	}

  }

/*--------------------------------
detail 
---------------------------------*/

.detail {
	background: #8b4710;
	position: relative;

}


.ribbon_img{
	position: absolute;
	right: 0%;
	top: -10%;
}


.inner {
	padding: 100px 0 120px;
}

.section-title {
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.section-title img {
	width: 20%;
}



.inner-content {
	max-width: 1080px;
	width: 90vw;
	margin: 60px auto 0;
}

.detail-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail-item {
	width: 47%;
}


.detail-item img {
	border: #ea609e 2px solid;
	border-radius: 30px;
}

.detail-item p {
	margin-top: 15px;
	line-height: 180%;
	text-align: center;
	font-size: 1.8rem;
	color: #FFF;
}

@media screen and (max-width: 770px) {

	.ribbon_img{
		width: 50%;
	}

	.inner {
		padding: 50px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 0;
	}
	
	.section-title {
		padding-top: 65px;
	}
	
	.section-title img {
		width: 50%;
	}
	
	.section-title::before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 55px;
		background-position: center center;
	}

	.section-title::after {
		content: none;
	}
	
	.detail-item {
		width: 48%
	}
	
	.detail-item p {
		font-size: 1.6rem;
		text-align: left;
		padding-left: 10px;
	}
}

@media screen and (max-width: 580px) {
	
	.detail-item {
		width: 100%
	}
	
	.detail-item:nth-child(2) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {

	.ribbon_img {
		top: -4%;
	}
	
	.inner {
		padding: 0px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 25px;
	}
	
	.section-title {
		padding-top: 55px;
	}
	
	.section-title img {
		width: 55%;
	}
	
	.section-title::before {
		content: "";
		top: 0;
		height: 55px;
		width: 100%;
		background-position: center;
	}

	.section-title::after {
		content: none;
	}
	
	.detail-item {
		width: 100%
	}
	
	.detail-item p {
		font-size: 1.6rem;
		text-align: center;
		padding-left: 15px;
	}
	
	.detail-item:nth-child(2) {
		margin-top: 30px;
	}
}




/*--------------------------------
sample
---------------------------------*/

.sample {
	background-image: none, url("image/bd_bg.png");
	margin-top: -30px;
	background-position: center top;
	background-size: cover;
}


.sample .inner-content {
	max-width: 1300px;
}

.sample-item {
	display: flex;
	background-color: #FFF;
	border-radius: 30px;
	padding: 20px;
	position: relative;
}

.sample-item:not(:first-child) {
	margin-top: 72px;
}

.sample-num {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999;
}

.sample-item-left {
	width: 50%;
	padding-left: 70px;
	/* padding-top: 30px; */
	text-align: center;
}

.sample-item-left img {
	display: inline-block!important;
}

.sample-item-right {
	width: 50%;
	padding: 8% 0 6%;
	padding-right: 50px;
}

.sample-item-txt {
	font-size: 1.6rem;
	text-align: center;
	line-height: 160%;
	font-weight: bold;
	color: #8b4710;
}



.sample-design-cation {
	border-top: 2px dashed #FAA4AA;
	margin-bottom: 10px;
}

.sample-design-cation ul {
	width: 80%;
	margin: 0 auto;
}

.sample-design-cation li {
	line-height: 160%;
}

.cation {
	position: relative;
    padding-left: 55px;
}

.cation::before {
	content: "";
    background-image: url("img/ex_chuui.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}

.hint {
	position: relative;
    padding: 5px 0 0 55px;
}

.hint::before {
	content: "";
    background-image: url("img/ex_hint.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1230px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1150px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 820px) {

	.gradation-box-inner {
		background: #FFF;
		padding: 0 1.6rem 1.6rem;
		border-radius: 25px;
		height: auto;
	}
	
	.gradation-box-inner .pc {
		/* display: none; */
	}
	
	.sample-item-left {
		padding-left: 60px;
	}
	
	.sp-link {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {

	.sample-item-right {
		padding-right: 20px;
	}

	.detail .section-title {
		margin-top: 0px;
	}
	
	.detail .inner-content {
		width: 90vw;
		margin-top: 20px;
	}

	.sample-design-cation li {
		font-size: 14px;
	}
	.cation {
		padding-left: 40px;
	}
	.cation::before {
		width: 30px;
		height: 30px;
	}
	.hint {
		padding-left: 40px;
	}
	.hint::before {
		width: 30px;
		height: 30px;
	}

	.sample-item{
		flex-direction: column;
		padding: 30px;
	}
}

@media screen and (max-width: 480px) {
	
	.sample{
      margin-top: -20px;
	}

	.sample-item:not(:first-child) {
		margin-top: 24px;
	}

	.sample-design-cation {
		/* display: none; */
	}
	
	.gradation-box-inner {
		background: #FFF;
		padding: 0 1.6rem 1.6rem;
		border-radius: 26px;
		/* height: 800px; */
	}
	
	.sample-item-left img {
		width: 80%;
	}

	.sample-item02 .sample-item-left img {
		width: 95%;
	}
}

@media screen and (max-width: 414px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 390px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	.gradation-box-inner {
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	.gradation-box-inner {
		height: auto;
	}
}



/*矢印の設定*/

.slick-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  left: -2.6%;
  background: #fa8991;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-top: -25px;
  z-index: 9;
}

.slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  right: -2.6%;
  background: #fa8991;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-top: -25px;
}

.slick-prev::after {
  position: absolute;
  content: "";    
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
  transform: rotate(-135deg);
  top: 52%;
  margin-top: -10px;
  left: 23px;      
}

.slick-next::after {
  position: absolute;
  content: "";    
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  top: 52%;
  margin-top: -10px;
  right: 23px;    
} 

.slick-prev:hover ,
.slick-next:hover {
  opacity: 0.7;
}

.slide-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.slide-dots li {
    width:30px;
    height:30px;
	cursor: pointer!important;
	margin: 0 1.5%;
}

.slide-dots li button {
	border: none;
	outline: none;
	padding: 0 7px;
/*	width: 100%;*/
/*	height: 100%;*/
	color: #9b9c9c;
	cursor: pointer!important;
	background: #fdeff4;
	font-size: 30px;
}

.slide-dots li.slick-active button {
	color: #faa4aa;
	border-bottom: 6px double #faa4aa;
}

.sample-item-txt span {
	position: relative;
	padding: 8px 0;
	padding-right: 28px;
}

.sample-item-txt span::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 100%;
	background: url("img/ex_sakura.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}



@media screen and (max-width: 940px) {
	.sample-num {
		width: 18%;
	}

	.sample-item-left {
		width: 100%;
		padding-left: 0;
		/* padding-top: 15px; */
	}

	.sample-item-right {
		width: 100%;
		padding: 0;
	}

	.sample-design-cation {
		margin-top: 24px;
	}
}

@media screen and (max-width: 770px) {
	
	.sample-design-cation ul {
		width: 95%;
	}
	
	.sample .inner-content {
		width: 90vw;
		margin-top: 30px;
	}

	.sample-item-txt{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 480px) {
	
	.sp-link {
		text-align: left;
	}
	
	.slick-prev {
		left: -2.6%;
		width: 40px;
		height: 40px;
		margin-top: -25px;
		z-index: 9;
	}

	.slick-next {
		right: -2.6%;
		width: 40px;
		height: 40px;
		margin-top: -25px;
	}

	.slick-prev::after {
		height: 13px;
		width: 13px;
		top: 53%;
		margin-top: -10px;
		left: 16px;      
	}

	.slick-next::after {
		height: 13px;
		width: 13px;
		transform: rotate(45deg);
		top: 53%;
		margin-top: -10px;
		right: 16px;    
	} 
	
	.sample-num {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 9999;
		width: 22%
	}

	.sample-item-left {
		width: 100%;
		padding-left: 0;
		/* padding-top: 15px; */
	}
	
	.sample-item-right {
		width: 100%;
		padding: 0;
	}
	
	.sample-item-txt {
		text-align: center;
	}
	
	.sample-item-txt span {
		position: relative;
		padding: 8px 0;
		padding-right: 28px;
	}
	
	.sample-item-txt span::after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 100%;
		background: url("img/ex_sakura.png");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		top: 3px;
	}
	
	.slick-prev {
		left: -4%;
	}

	.slick-next {
		right: -4%;
	}
	
	.slide-dots {
		margin-left: -15px;
	}
	
	.slide-dots li button {
		font-size: 22px;
	}
}


@media screen and (max-width: 375px) {
	
}



/*--------------------------------
simulator 
---------------------------------*/

.simulator {
	text-align: center;
    padding: 120px 0;
	background-color: #fff5e5;
}

.sim_box {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.sim_box_inner {
    background-color: #fff;
    padding: 7% 20% 7%;
    border-radius: 20px;
}
.sim_box_inner a {
	transition: all 0.2s ease;
}
.sim_box_inner a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 770px) {
	.simulator {
		padding: 10% 0 15%;
	}
	.sim_box_inner {
		padding: 10% 10%;
	}
}

@media screen and (max-width: 480px) {
	.simulator {
		padding: 10% 0 18%;
	}
}



/*--------------------------------
order 
---------------------------------*/

.order{
	margin-top: -60px;
	background-color: #fff5e5;
}

.pc_info{
	width: 100vw;
}

.section-bg ._info {
	width: 100%;
	margin-top: -70px;
}

.sp_info{
	display: none;
}

.order-txt {
	position: absolute;
	left: 50%;
	top: 20%;
	width: 42%;
	z-index: 3;
	text-align: center;
}

.btn_pc{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.info_ttl_img{
	width: 90%;
}

.gradient1 {
	width: 40rem;
	height: 7rem;
	font-size: 3.5rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	border-radius: 999rem;
	background-color: #8b4d24;
	color: #ffffff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition:
	  background-color 0.3s ease,
	  transform 0.2s ease,
	  opacity 0.2s ease;
  }
  
  .gradient1__icon {
	font-size: 3rem;
	margin-bottom: 5px;
	transition: transform 0.3s ease;
  }
  
  .gradient1:hover {
	background-color: #f7c3d1;   /* 薄いピンク */
  }
  
  .gradient1:hover .gradient1__icon {
	transform: translateX(0.4rem);
  }
  
  .gradient1:active {
	background-color: #e15486;   /* 濃いピンク */
	transform: translateY(0.1rem);
  }
  
  .gradient1:focus-visible {
	outline: 0.2rem solid #e15486;
	outline-offset: 0.2rem;
  }


@media screen and (max-width: 768px) {

	.sp_info{
		display: block;
	}

	.pc_info{
		display: none;
	}

	.order {
		padding-bottom: 0;
		position: relative;
		margin-top: -60px;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
        bottom: 8vw;
		top: 50%;
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
	}
	
	.order .gradient1 {
		margin-top: px;
	}
	
	.order > .sp-bar {
		position: absolute;
		bottom: -80px;
	}
	
}

@media screen and (max-width: 640px) {
	.order > .sp-bar {
		position: absolute;
		bottom: -60px;
	}
}



@media screen and (max-width: 480px) {

	.gradient1{
		font-size: 2rem;
		width: 33rem;
		height: 6.5rem;
	}
	
	.order {
		padding-bottom: 0;
		position: relative;
		margin-top: -40px;
	}
	
	.order > .sp-bar {
		bottom: -30px;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
        bottom: 13vw;
		top: 47%;
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
	}
	
	.order .gradient1 {
		margin-top: 10px;
	}

	.info_ttl_img{
		width: 100%;
	}
}




/*--------------------------------
attention 
---------------------------------*/

/* .attention {
	background: url("img/6attention/attentionhaikei.png");
	background-size: cover;
	background-repeat: no-repeat;
} */

.bottom-content__wrapper {
    background-color: #fff5e5;
    margin-top: -100px;
    padding-top: 100px;
}

.attention .inner {
	padding-top: 32px;
}

.attention .inner-content {
	margin-top: 0;
}

.attention-title{
	display: flex;
	justify-content: center;
}

.attention-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 160%;
	margin-bottom: 18px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #8b4710;
}

.share-btn {
    margin: 4% auto 0;
    text-align: center;
    max-width: 273px;
    padding-bottom: 4%;
}

.share-btn a:hover {
	opacity: 0.7;
}

.share-btn img {
	filter: drop-shadow(0 0 3px white) drop-shadow(0 0 10px white);
}

.attention .inner {
	padding-bottom: 24px;
}

@media screen and (max-width: 820px) {
	.attention-title {
		margin-top: 30px;
		width: 40%;
	}
	
	.share-btn img {
		width: 80%;
	}
}

@media screen and (max-width: 770px) {
	
	.attention .inner {
		padding-top: 100px;
	}
	
	.attention-title {
		width: 50%;
	}

	.share-btn {
		margin-top: 15%;
	}
}

@media screen and (max-width: 480px) {
	
	.attention .inner {
		padding-top: 32px;
	}
	
	
	.attention-title {
		width: 50%;
	}
	
	.attention-list {
		font-size: 14px;
	}
	
	.attention-list li {
		margin-bottom: 14px;
	}

	.share-btn {
		margin-top: 0;
	}
	
	.share-btn img {
		width: 80%;
	}

	.bottom-content__wrapper{
		padding-bottom: 0;
	}
}





/*--------------------------------
footer 
---------------------------------*/

footer {
	background: #8b4710;
}

.footer-inner {
	padding: 60px 0;
}

.footer-logo {
	margin: 0 auto;
	max-width: 160px;
} 

.copyright {
	background:#42210b;
    color: #FFF;
    text-align: center;
    padding: 20px;
    line-height: 160%;
}




/*--------------------------------
coming soon 
---------------------------------*/

.coming-soon {
	position: absolute;
	top: -25%;
	left: 0;
}



/*--------------------------------
予約
---------------------------------*/

.reserve-txt {
	line-height: 180%;
	margin-bottom: 30px;
}

.reserve-txt-container {
	width: 90%;
	margin: 48px 0 0;
}

.attention.reserve {
	position: relative;
}

.attention.reserve .inner {
	padding-bottom: 32px;
}

@media screen and (max-width: 770px) {

	.bottom-content__wrapper{
		margin-top: 0;
	}

	.attention.reserve .attention-title {
		width: 70%;
	}
	
	.attention.reserve {
		background-position: center;
	}
	
	/* .attention.reserve {
		background: #fff;
		background-image: none, url("img/reserve/ushiro2.png");
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: left, bottom right;
	} */
	
	.reserve-txt-container {
		width: 90%;
		margin: 40px auto 0;
	}
	
	.reserve-txt {
		line-height: 180%;
		margin-bottom: 00px;
	}

	.bottom-content__wrapper {
        padding-bottom: 15px;
        background-position: bottom center;
        padding-top: 0;
    }
}





/*--------------------------------
コースター紹介
---------------------------------*/
.coaster {
	max-width: 650px;
	width: 95%;
	margin: 0 auto;
	border: 4px solid #FAA4AA;
	border-radius: 16px;
	padding: 32px 24px 24px;
	text-align: center;
	background: #fff;
}

.coaster-img {
	margin-top: 24px;
}

.coaster-btn {
	display: inline-block;
	color: #fa8991;
	text-decoration: none;
	border: 2px solid #fa8991;
	padding: 12px 16px;
	margin-top: 8px;
}

.coaster-btn:hover {
	color: #fff;
	background: #fa8991;
	transition: 0.3s;
}

@media screen and (max-width: 770px) {
	.coaster {
		border: 2px solid #FAA4AA;
		padding: 16px 12px 16px;
		border-radius: 8px;
	}
	
	.coaster-btn {
		border: 1px solid #fa8991;
	}
}





/*--------------------------------
追加 2024
---------------------------------*/

.sample-item02 .sample-item-left {
	padding-left: 0;
}


/* tips */
.tips {
	position: relative;
	background: #fff;
	padding: 88px 0;
}

.tips-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	width: 90vw;
	margin: 0 auto;
	margin-top: 32px;
}

.tips-img {
	width: 50%;
}

.tips-img img {
	width: 100%;
}

.tips-txt {
	width: 48%;
	margin-top: 4%;
}

.tips-content p {
	font-size: 20px;
}

.tips-content span {
	font-size: 15px;
}

/* .tips::before {
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	background: url('./img/bar.png');
	position: absolute;	
	top: -10px;
} */


@media screen and (max-width: 770px) {

	.tips {
		padding: 40px 0;
	}
	.tips-content p {
	font-size: 14px;
	}
	.tips-content span {
		font-size: 12px;
	}
	.tips-content {
		margin-top: 0;
	}

	.tips-img {
		width: 100%;
	}

	.tips-txt {
		width: 100%;
		margin-top: 24px;
	}
}