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

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

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

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; }

.none {
	display: none;
}


@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) {
  .f20 { font-size: 19px; line-height: 160%;}
  .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{
	height: 70%;
	width: 70%;
	position: absolute;
	top: 0;
}

.re-section-inner{
	height: 70%;
    width: 70%;
    position: absolute;
    top: 0px;
    right: 0px;
}


.main-ttl {
	position: absolute;
    left: 10.7%;
    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: 18%;
	left: 10%;
	top: 10%;
	z-index: 2;
	animation: fadeIn;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

/*元データ
.main-ttl-anime{
	animation: skew 2.3s linear 1;
}

@keyframes skew {
	0% {transform: skew(0deg, 0deg);}
	5% {transform: skew(5deg, 4.2deg);}
	10% {transform: skew(-4deg, -3deg);}
	15% {transform: skew(3deg, 2.2deg);}
	20% {transform: skew(-2deg, -1.5deg);}
	25% {transform: skew(0.9deg, 0.9deg);}
	30% {transform: skew(-0.6deg, -0.6deg);}
	35% {transform: skew(0.3deg, 0.3deg);}
	40% {transform: skew(-0.2deg, -0.2deg);}
	45% {transform: skew(0.1deg, 0.1deg);}  
	50% {transform: skew(0deg, 0deg);}
}
*/

.main-ttl-anime {
    animation: skewSoft 2.3s ease-out 1;
}

@keyframes skewSoft {
  0% { transform: skew(0deg, 0deg); }
  10% { transform: skew(2deg, 1.5deg); }
  20% { transform: skew(-1.5deg, -1deg); }
  30% { transform: skew(1deg, 0.8deg); }
  40% { transform: skew(-0.6deg, -0.5deg); }
  50% { transform: skew(0.3deg, 0.2deg); }
  60% { transform: skew(-0.2deg, -0.1deg); }
  70% { transform: skew(0.1deg, 0.05deg); }
  80% { transform: skew(-0.05deg, -0.03deg); }
  90% { transform: skew(0.02deg, 0.01deg); }
  100% { transform: skew(0deg, 0deg); }
}


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

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

.scroll::before {
	animation: scroll 2s infinite;
	border: solid #148FCC;
	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%;
		width: 55%;
        height: auto;
	}
}


@media screen and (max-width: 1500px) {
	.limited {
		top: 15%;
		left: 22%;
        width: 15%;
	}
	
	.main-ttl {
		left: 20%;
        top: 20%;
        width: 45%;
	}
	
	.scrollBox {
		position: absolute;
		margin: auto;
        bottom: -12%;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.scrollBox {
		position: absolute;
		margin: auto;
        bottom: -17%;
		right: 0;
		left: 0;
	}
	
	.scroll {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: -30%;
		right: 0;
		left: 0;
	}
	
	.scroll {
		font-size: 13px;
	}
}

@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: 5%;
        left: 50%;
        transform: translateX(-50%);
	}
	
	.sp__fv-wrap {
		display: block;
		position: relative;
		width: 100vw;
		overflow: hidden;
	}
	

/*
　元データ
	.sp__main-ttl {
		width: 75vw;
		margin: 0 auto;
		animation: fadeInUp;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
		opacity: 0;
        z-index: 100;
        position: relative;
	}
*/
    
	.sp__main-ttl {
        width: 75vw;
        margin: 0 auto;
        opacity: 1; 
        z-index: 100;
        position: relative;
	}


	
	.sp__limited {
		position: absolute;
        bottom: 85%;
        left: -5%;
        width: 50%;
        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;
	}
	
	.scrollBox {
		display: none;
	}

	/* .scrollBox {
		position: absolute;
		margin: auto;
		bottom: 5%;
		right: 0;
		left: 0;
		z-index: 9999;
	} */

	.about-txt-box{
		display: flex;
		flex-direction: column;
        align-items: center;
		padding: 0 4%;
	}

}

/*-------------------------
about 　橋本制作中_250409
--------------------------*/

.about-box{
	display: flex;
	flex-direction: row;
	align-items:center;
	gap: 2%;
	padding: 30px 0;
}

.about-txt-box p{
    text-align: center;
    font-size: 18px; line-height: 160%;
}

.about-box-left{
	width: 30%;
}

.about-box-right{
	width: 30%;
}

.about-box-center{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-text-ttl{
	width: 80%;
    text-align: center;
}




/*元データ
.about-text-ttl-img {
  opacity: 0;
}

.about-text-ttl-img.show {
  animation: fadeInUpWithSkew 1s ease-out forwards;
}



@keyframes fadeInUpWithSkew {
  0% {
    opacity: 0;
    transform: translateY(50px) skew(0deg, 0deg);
  }
  20% {
    transform: translateY(30px) skew(3deg, 2deg);
  }
  40% {
    transform: translateY(15px) skew(-2deg, -1.5deg);
  }
  60% {
    transform: translateY(7px) skew(1.2deg, 0.8deg);
  }
  80% {
    transform: translateY(3px) skew(-0.6deg, -0.4deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) skew(0deg, 0deg);
  }
}
*/


.about-text-ttl-img.show {
  animation: fadeInWithGentleSkew 1s ease-out forwards;
}


@keyframes fadeInWithGentleSkew {
  0% {
    opacity: 0;
    transform: skew(0deg, 0deg);
  }
  20% {
    transform: skew(1.5deg, 1deg);
  }
  40% {
    transform: skew(-1deg, -0.5deg);
  }
  60% {
    transform: skew(0.5deg, 0.3deg);
  }
  80% {
    transform: skew(-0.3deg, -0.2deg);
  }
  100% {
    opacity: 1;
    transform: skew(0deg, 0deg);
  }
}


.sp_about_img{
	display: none;
}

.about-box-center p {
	color: #148FCC;
}

.about-right-img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.about-left-img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.about-relative{
	position: relative;
}

.about-nami-img{
	position: absolute;
  	bottom:0;
	left: 50%;
  	transform: translateX(-50%); /* 中央に配置 */
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1200px) {
    
    .about-txt-box p{
    font-size: 15px; line-height: 160%;
    }
}


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

	.about-box-left{
		display: none;
	}

	.about-box-right{
		display: none;
	}

	.about-box-center{
		width: 100%;
	}

	.sp_about_img{
		display: block;
	}

}

/*-------------------------
detail 橋本触ってる
--------------------------*/

.detail-item p {
	color: #148FCC;
}


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

.btn span {
	font-size: 28px;
}

.btn a {
	font-weight: bold;
}

.yoyaku-btn{
    filter: drop-shadow(5px 5px 5px #5cbde7);
    transition: filter 0.3s ease, transform 0.2s ease;
}

.button-link:hover .yoyaku-btn {
  filter: none; 
  transform: translateY(3px);
}

.about-txt {
	position: absolute;
	top: 60%;
	left: 55%;
	width: 42%;
	z-index: 3;
	text-align: center;
	transform: translate(-50%, -50%); 
}

.about-txt p {
	color: #148FCC;
	font-size: 20px;
	line-height: 250%;
}

.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    padding: 25px 120px;
    font-size: 35px;
    border-radius: 15px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(320deg, #9BDFFF 55%, #F28FA6 85%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	text-align: center;
	margin-top: 50px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 20% 50%;
}

.about .btn a {
	position: relative;
}

.flower1 {
	position: absolute;
	width: 24%;
	top: -10%;
	left: -10%;
	opacity: 0
}

.flower2 {
	position: absolute;
	top: -34%;
	right: -6%;
	width: 16%;
	opacity: 0;
}

.btn a:hover .flower2 {
	animation: spin;
	animation-duration: .5s;
	animation-delay: .0s;
	animation-fill-mode: forwards;
}

.btn a:hover .flower1 {
	animation: spin;
	animation-duration: .5s;
	animation-delay: .05s;
	animation-fill-mode: forwards;
}


@keyframes spin {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@media screen and (max-width: 1500px) {
	.about-txt {
		position: absolute;
		left: 48%;
        top: 15%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #148FCC;
		font-size: 19px;
		line-height: 240%;
	}
	
	.gradient1{
		padding: 20px 100px;
		font-size: 32px;
		margin-top: 45px;
	}
}

@media screen and (max-width: 1250px) {
	
	.btn span {
		font-size: 23px;
	}
	
	.about-txt {
		position: absolute;
		left: 48%;
        top: 8%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #148FCC;
		font-size: 18px;
		line-height: 230%;
	}
	
	.gradient1{
		padding: 20px 90px;
		font-size: 28px;
		border-radius: 20px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 1100px) {
	
	.btn span {
		font-size: 20px;
	}
	
	.about-txt {
		position: absolute;
		left: 48%;
        top: 10%;
		width: 45%;
		z-index: 3;
		text-align: center;
	}
	
	.about-txt p {
		color: #148FCC;
		font-size: 16px;
		line-height: 200%;
	}
	
	.gradient1{
		padding: 20px 80px;
		font-size: 24px;
		border-radius: 15px;
		margin-top: 40px;
	}
	.mtop20 {
		margin-top: 3.5%;
	}
	.mtop50 {
		margin-top: 6%;
	}
}

@media screen and (max-width: 890px) {
	.about-txt {
		top: 12%;
	}
	
	.about-txt p {
		font-size: 15px;
		line-height: 200%;
	}
}

@media screen and (max-width: 770px) {
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.about {
		background: #F2FCFF;
		padding: 50px 0 60px;
		position: relative;
	}
	
	.section-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		/* flex-wrap: wrap-reverse; */
	}
	
	.sp__about-img {
		width: 100%;
		text-align: center;
	}
	.order .sp__about-img {
		width: 100%;
        text-align: center;
	}

	.order .section-bg .sp {
		mix-blend-mode: multiply;
	}
	.sp__about-txt {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .section-inner {
		position: static;
	}
	
	.about-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	
	.about-txt p {
		font-size: 18px;
	}
	
	.gradient1{
		padding: 30px 130px;
		margin-top: 20px;
	}
	
	.about > .sp-bar {
		position: absolute;
		bottom: -45px;
	}
}

@media screen and (max-width: 480px) {
	
	.about {
		background: #F2FCFF;
		padding: 10px 0 60px;
		position: relative;
	}
	
	.about > .sp-bar {
		bottom: -15px;
	}
	
	.section-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		/* flex-wrap: wrap-reverse; */
	}

	.yoyaku-btn{
		width: 80vw;
        filter: drop-shadow(5px 5px 5px #5cbde7);
        transition: filter 0.3s ease, transform 0.2s ease;
	}
	
	
	
	.sp__about-txt {
		width: 90%;
		margin: 0 auto;
	}
	
	.about .section-inner {
		position: static;
	}
	
	.about-txt {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	
	.about-txt p {
		font-size: 15px;
	}
	
	.gradient1{
		margin-top: 20px;
		padding: 20px 80px;
	}
	
	.flower1,
	.flower2 {
		opacity: 1;
	}
}



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

.detail{
	background: #CCEEFF;
}

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

.section-title {
	text-align: center;
	position: relative;
	width: 80%;
	margin: 0 auto;
/*
	background: url("img/3detail/title_line.png"), url("img/3detail/title_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
*/
}

.section-title img {
	max-width: 450px;
	width: 30%;
}




.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 p {
	margin-top: 15px;
	line-height: 180%;
	text-align: center;
	font-size: 17px;
}




/*
@media screen and (max-width: 1630px) {
	
	.section-title::before {
		width: 25%;
	}
	
	.section-title::after {
		width: 25%;
	}
}

@media screen and (max-width: 1380px) {
	
	.section-title::before {
		width: 20%;
	}
	
	.section-title::after {
		width: 20%;
	}
}
*/

@media screen and (max-width: 770px) {
	.inner {
		padding: 50px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 0;
	}
	
	.section-title {
		padding-top: 0px;
	}
	
	.section-title img {
		width: 70%;
	}
	
	.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: 14px;
		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) {
	
	.inner {
		padding: 20px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 25px;
	}
	
	.section-title {
		padding-top: 0px;
		margin-bottom: 10px;
	}
	
	.section-title img {
		width: 100%;
	}
	
	.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: 14px;
		text-align: left;
		padding-left: 15px;
	}
	
	.detail-item:nth-child(2) {
		margin-top: 30px;
	}
}




/*--------------------------------
sample 橋本、さわりかけ 
---------------------------------*/

.sample {
	background-image: url('img/water_sample_bg.jpg');
	background-size: cover;
	background-position: center;

	position: relative;
}

.sample-nami-img{
	position: absolute;
  	top:0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%); /* 中央に配置 */
	height: auto;
}

.section-title-sample{
	margin-top: 100px;
}

.sample-inner {
	padding-top:60px;
}

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

.sample-item {
    background:#5CBEE6;
	border-radius: 30px;
	padding: 0.4rem;
	position: relative;
}

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

.sample-num {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999;
    max-width: 180px;
    height: auto;
}

.gradation-box-inner {
	background: #FFF;
	padding: 0 1.6rem 1.6rem;
	border-radius: 25px;
	/* height: 870px; */
}

.sample-item-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.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 {
	text-align: center;
	line-height: 160%;
	font-weight: bold;
	color: #148FCC;
    margin-top: 30px;
}

.slick-list {
/*
	padding: 8%!important;
	overflow: visible!important;
*/
}


.sample-design-cation {
	border-top: 2px dashed #148FCC;
	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;
	}

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

	.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;
	}

}

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

	.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%;
	}

	.sample-inner{
		padding-top: 20px;
	}
}

@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-item-left {
		padding-left: 50px;
	} */
	
	.sample .inner-content {
		width: 90vw;
		margin-top: 10px;
	}
}

@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: 25%
	}
	
	.sample-item {
		padding: 0.2rem;
	}
	
	.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 {
	background: #cdeeff;
	text-align: center;
    padding: 120px 0;
}

.sim_box {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.sim_box_inner {
	display: flex;
	flex-direction: column;
    align-items: center;
    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;
	}
	.sim_box_inner {
		padding: 10% 10%;
	}
}



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

.section-bg .pc {
	width: 100%;
}



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

.gradient1 {
	position: relative;
}

.simulator-btn{
	display: flex;
	width: 80%;
}



@media screen and (max-width: 1500px) {
	.order-txt {
		top: 61%;
		left: 55%;
	}
}

@media screen and (max-width: 1250px) {
	
	.order-txt {
		top: 60%;
	}
}

@media screen and (max-width: 1100px) {
	
	.order-txt {
		top: 60%;
	}
}

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

	.re-section-inner{
		height: 90%;
		width: 90%;
		position: absolute;
		top: 7%;
		right: 7%;
	}
	
}

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



@media screen and (max-width: 480px) {
	
	.order {
		padding-bottom: 0;
		position: relative;
	}
	
	.order > .sp-bar {
		bottom: -30px;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
        bottom: 13vw;
		top: auto;
	}
	
	.order .section-wrap {
		flex-wrap: wrap;
	}
	
	.order .section-inner {
		position: static;
	}
	
	.order .gradient1 {
		margin-top: 30px;
	}

	
}




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

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

.bottom-content__wrapper {
    background-color: #fff;
    margin-top: -1px;
    padding-top: 50px;
}

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

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

.attention-list{
    margin-top: 60px;
}

.attention-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 160%;
	margin-bottom: 18px;
}

.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 {
		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: 30px;
        padding-bottom: 0px;
	}
	
	.attention {
		background: #fff;
	}
	
	.attention-title {
        margin-top: 20px;
		width: 60%;
	}
	
	.attention-list {
		font-size: 14px;
        margin-top: 20px
	}
	
	.attention-list li {
		margin-bottom: 14px;
	}

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


	.re-section-inner{
		right: 5%;
		top:9%;
	}

	.under_logo{
		margin-bottom: 20px;
		padding-right: 20px;
	}

}





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

footer {
	background: #148FCC;
}

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

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

.copyright {
	background: #CCEEFF;
    color: #148FCC;
    text-align: center;
    border-top: 1px solid #CCEEFF;
    padding: 10px;
    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 {
	background: #fff;
	background-image: url("img/reserve/ushiro1.png"), url("img/reserve/ushiro2.png");
	background-repeat: no-repeat;
	background-position: left, right;
} */

.attention.reserve {
	position: relative;
}

/* .attention.reserve::after {
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	background: url("img/6attention/bar.png");
	position: absolute;
	bottom: -20px;
} */

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


/* .bottom-content__wrapper {
	background: url('img/6attention/attentionhaikei.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 56px;
} */



@media screen and (max-width: 770px) {
	.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: 100%;
		margin: 20px auto 0;
	}
	
	.reserve-txt {
		line-height: 180%;
		margin-bottom: 00px;
	}

	.bottom-content__wrapper {
        padding-bottom: 64px;
        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: #5cbde7;
	padding: 60px 0;
}

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

.tips-content + .tips-content {
	position: relative;
	margin-top: 80px; /* 間隔もあけたい場合 */
}
  
.tips-content + .tips-content::before {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff; /* 白い線にするにょ */
	position: absolute;
	top: -40px; /* 位置を上にずらして間の真ん中に置くにょ */
	left: 0;
	width: 100%;
}

.tips-img {
	width: 50%;
}

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

.tips-txt {
	width: 44%;
}

.tips-content h4 {
	color: #FFF;
	margin-bottom: 20px;
    font-size: 32px
}

.tips-content p {
	font-size: 16px;
	color: #FFF;
}

.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-content h4 {
	    color: #FFF;
	    margin-bottom: 5px;
        font-size: 22px;
        font-weight: bold;
    }

    .tips-content p {
	    font-size: 18px;
	    color: #FFF;
    }

	.tips {
		padding: 50px 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;
	}
}

/*--------------------------------
Limited Attachment　橋本追加
---------------------------------*/
.LimitedAttachment {
    /* position: relative; */
    background: #f2fcff;
    padding: 80px 0;
}

.attachment-ttl-img{
	width: 100%;
	height: auto;
}


.LimitedAttachment-content{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    width: 90vw;
    margin: 0 auto;
    margin-top: 50px;
	gap: 5%;
}

.LimitedAttachment-txt{
	width: 40%;
	display: flex;
    flex-direction: column;
    align-items: center;

}

.attachment-img{
	width: 60%;
}

.LimitedAttachment-txt p{
	margin-top: 50px;
	color: #148FCC;
	text-align: center;


}

@media screen and (max-width: 770px) {
	.LimitedAttachment-content{
		flex-direction: column;
	}

	.attachment-img{
		margin-top: 30px;
		width: 100%;
	}

	.LimitedAttachment-txt{
		width: 100%;
	}

	.attachment-ttl-img{
		width: 90%;
		height: auto;
		margin: 0 auto;
        display: flex;
	}

}

@media screen and (max-width: 480px) {
    
    .LimitedAttachment{
        padding: 40px 0;
    }

	.bottom-content__wrapper{
		padding-bottom: 10px;
	}
    
    .LimitedAttachment-content{
        margin-top: 20px;
    }
    
    .LimitedAttachment-txt p{
        margin-top: 30px;
        font-size: 16px;
    }


}
