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

body{
	font-family: "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color: #ffe5f2;
}
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: #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; }


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




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

header {
	position: relative;
}

.sp {
	display: none;
}

.sp-br {
	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: 15%;
	top: 28%;
	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: 14%;
	z-index: 2;
	animation: fadeIn;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.scrollBox {
	position: absolute;
	margin: auto;
	bottom: -140px;
	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;
}


@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: 12.5%;
		left: 6%;
	}
	
	.main-ttl {
		left: 12%;
		top: 30%;
	}
}


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

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

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

@media screen and (max-width: 480px) {
	.pc {
		display: none!important;
	}
	
	.sp {
		display: block;
	}
	
	.sp-br {
		display: block;
	}
	
	.scrollBox {
		position: absolute;
		margin: auto;
		bottom: 9%;
		right: 0;
		left: 0;
		z-index: 9999;
	}
}


@media screen and (max-width: 750px) {
	.main-ttl {
    top: 58%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw;
}
.limited {
    left: inherit;
    right: 11%;
    top: 43%;
    width: 27vw;
}
.scrollBox {
        bottom: -15%;
    }
}






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

.about{
	background-color: #fff;
	padding: 60px 0;
    margin-top: -1px;
}
.about__inner {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
}
.about__media{
	width: 45%;
}
.about__media_sp {
	display: none;
}
.about__body{
	width: 55%;
}
.about__ttl{
	margin-bottom: 20px;
}

.about__lead {
    font-size: 20px;
    color: #f397b6;
    line-height: 1.8;
    padding-left: 30px;
}
.about__cta-ttl {
    display: block;
	text-align: center;
}

.about__cta-list {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.about__cta-item{
	width: calc((95% - 20px)/2);
}

.about__cta-link {
	display: block;
	font-weight: bold;
	width: 100%;
	color:#fff;
    padding: 25px 30px;
    font-size: 24px;
    border-radius:10px;
    background: linear-gradient(320deg, #b4b4ff 30%, #f794b6 70%);
    background-position: 50% 50%;
    background-size: 200% auto;
	text-align: center;
	position: relative;
    transition: all 0.2s ease-out;
}
.about__cta-link:hover {
    background-position: 10% 50%;
}
.about__cta-link::after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
    transition: all 0.2s ease-out;
}
.about__cta-link:hover:after {
	right: 25px;
}

.about__cta-shape{
	font-size: 30px;
}


@media screen and (max-width: 1200px) {
	.about__cta-list {
		flex-wrap: wrap;
	}
	.about__cta-item {
		width: 70%;
	}
}


@media screen and (max-width: 960px) {
	.about {
		padding: 30px 0 60px;
	}
	.about__inner {
		display: block;
		position: relative;
	}
	.about__media {
		display: none;
	}
	.about__media_sp {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-bottom: 20px;
	}
	.about__body {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.about__lead {
		padding-left: 0;
		font-size: 17px;
		text-align: center;
	}
	
}



@media screen and (max-width: 480px) {
	
	.about__inner {
		width: 98%;
	}
	
	.about__ttl{
		padding: 0 4%;
	}
	.about__lead {
		font-size: 15px;
	}
	.about__media_sp {
		padding: 0 4%;
	}
	.about__cta-ttl {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.about__cta-list {
		flex-wrap: wrap;
        gap: 14px;
	}
	.about__cta-item {
		width: 75%;
	}
	.about__cta-link {
		padding: 20px 30px;
        font-size: 14px;
	}
	.about__cta-shape {
		font-size: 18px;
	}
}



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

.detail,
.sample{
	background: #fde1ed;
}

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

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

.section-title.ttl_detail img {
    width: 22.8vw;
    max-width: 325px;
}
.section-title.ttl_sample img {
    width: 41.6vw;
    max-width: 602px;
}

.section-title::before {
	content: "";
	display: inline-block;
	height: 80px;
	max-width: 400px;
	width: 25%;
	background-image: url("img/title_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 20%;
}

.section-title::after {
	content: "";
	display: inline-block;
	height: 80px;
	max-width: 400px;
	width: 25%;
	background-image: url("img/title_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 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 p {
	margin-top: 15px;
	line-height: 180%;
	text-align: center;
	font-size: 17px;
}



@media screen and (max-width: 770px) {
	.inner {
		padding: 50px 0 60px;
	}
	
	.inner-content {
		width: 90vw;
	}
	
	.section-title {
		padding-top: 65px;
	}
	.section-title.ttl_detail img {
		width: 38%;
	}
	.section-title.ttl_sample 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: 50px 0;
	}
	
	.inner-content {
		width: 90vw;
		margin-top: 25px;
	}
	
	.section-title {
		padding-top: 65px;
	}
	
	.section-title img {
		width: 95%;
	}
	
	.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;
	}
}




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

.sample .inner {
	padding-top: 0;
}

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

.sample-item {
    background: linear-gradient(to right, #f794b6 0%, #b4b4ff 100%);
	border-radius: 30px;
	padding: 0.4rem;
	position: relative;
}

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

.sample-num {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 9999;
	width: 12%;
}

.gradation-box-inner {
	background: #FFF;
    padding: 4rem 3.7rem 4rem 4.5rem;
	border-radius: 25px;
}

.sample-item-inner {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.sample-item-left {
    width: 43%;
    padding-left: 3%;
}

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

.sample-item-right {
	width: 52%;
}
.sample-item-right img {
    width: 100%;
}

.sample-item-txt {
	text-align: center;
    line-height: 170%;
    font-weight: bold;
    color: #f794b6;
    font-size: 19px;
}



.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: 35px;
}

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

.hint {
	position: relative;
	padding-left: 32px;
	padding: 5px 0 0 35px;
}

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


@media screen and (max-width: 820px) {
	.gradation-box-inner {
		background: #FFF;
		padding: 0 1.6rem 1.6rem;
		border-radius: 25px;
	}
	.sample-item-left {
		padding-left: 60px;
	}
}

@media screen and (max-width: 768px) {
	.sample-item-right {
		padding-right: 20px;
	}
	
	.detail .inner-content {
		width: 90vw;
	}

	.sample-design-cation li {
		font-size: 14px;
	}
}

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

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

	
	.gradation-box-inner {
		background: #FFF;
		padding: 1.6rem;
		border-radius: 26px;
	}
	
	.sample-item-left img {
		width: 80%;
	}

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




/*矢印の設定*/

.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;
	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/4sample/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%;
        top: -48px;
        left: -11px;
	}

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

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

@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 {
		padding: 0.2rem;
	}
	
	.sample-item-left {
		width: 100%;
		padding-left: 0;
        text-align: center;
	}
	
	.sample-item-right {
		width: 100%;
		padding: 0;
	}
	
	.sample-item-txt {
		text-align: center;
		font-size: 14px;
        margin-top: 10px;
	}
	
	.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/4sample/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;
	}
}


/*--------------------------------
tips
---------------------------------*/


.tips {
	background: #fff;
	padding: 80px 0;
}
.tips__inner {
    width: 90%;
    max-width: 1350px;
    border: 3px solid #f68eb1;
    border-radius: 36px;
    margin: 0 auto;
    display: flex;
    padding: 50px 80px 50px 100px;
    gap: 8.6%;
}
.tips__body {
    padding-top: 60px;
    width: 45.2%;
}
.tips__ttl {
	margin-bottom: 60px;
}

.tips__lead {margin-bottom: 40px;}
.tips__lead,
.tips__note {
    color: #f794b6;
    font-size: 19px;
    font-weight: bold;
}
.tips__media {
    width: 46.2%;
}


@media screen and (max-width: 1200px) {
	.tips__inner {
		padding: 4% 5% 5% 7%;
		gap: 5%;
	}
	.tips__body {
		padding-top: 30px;
		width: 48%;
	}
	.tips__ttl {
		margin-bottom: 30px;
	}
	.tips__lead {margin-bottom: 20px;}
}


@media screen and (max-width: 960px) {
	.tips__inner {
		flex-direction: column;
	}
	.tips__body {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	.tips__ttl img {
		width: 35%;
	}
	.tips__media {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
}

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

	.tips__lead {
		font-size: 16px;
	}
	.tips__note {
		font-size: 16px;
	}

}


/*--------------------------------
assist 
---------------------------------*/

.assist {
    background: #f894b6;;
	text-align: center;
	padding: 120px 0;
}

.assist__inner {
    max-width: 960px;
    width: 90%;
    background-color: #fff;
    padding: 80px 20px;
    border-radius: 20px;
    margin: 0 auto;
}
.assist__ttl {
    margin-bottom: 50px;
}
.assist__media {
    margin-bottom: 50px;
}
.assist__lead {
    font-size: 20px;
	font-weight: bold;
}
.assist__lead-em{
	color: #f776a1;
}


@media screen and (max-width: 480px) {
	.assist {
		padding: 60px 0;
	}
	.assist__inner {
		padding: 40px 20px;
	}
	.assist__ttl {
		margin-bottom: 20px;
	}
	.assist__media {
		margin-bottom: 20px;
	}
	.assist__lead {
		font-size: 16px;
	}

}



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

.order-txt {
	position: absolute;
    left: inherit;
    right: 5%;
    top: 10%;
    width: 55%;
	z-index: 3;
	text-align: center;
	max-width: 765px;
}

.gradient1 {
	position: relative;
}

@media screen and (max-width: 1400px) {
	
	.order-txt {
		top: 6%;
		right: 3%;
	}
}
@media screen and (max-width: 1200px) {
	.order {
		padding-bottom: 100px;
        background-color: #fff;
	}
}



@media screen and (max-width: 770px) {
	.order {
		position: relative;
		padding-bottom: 0;
	}
	
	.order-txt {
		position: absolute;
		width: 90%;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
        bottom: 7%;
		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;
	}
	
}

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



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



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

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

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

.share-btn {
	margin: 6% auto 0;
	text-align: center;
	max-width: 300px;
}

.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-title {
		width: 50%;
	}

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

}

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

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





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

footer {
	background: #f894b6;
}

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

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

.copyright {
	background: #fde1ed;
    color: #fa8991;
    text-align: center;
    border-top: 1px solid #ffd8db;
    padding: 10px;
    line-height: 160%;
}


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

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

	.footer-logo {
		max-width: 150px;
	}

}


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


.bottom-content__wrapper {
	background: url('img/attention_bg.png');
	background-size: cover;
    background-color: #fff;
	background-repeat: no-repeat;
    background-position: top -270px left;
	padding-bottom: 56px;
    margin-top: -1px;
}



@media screen and (max-width: 770px) {
	.attention.reserve .attention-title {
		width: 70%;
	}
	
	.attention.reserve {
		background-position: center;
	}
	
	.reserve-txt-container {
		width: 90%;
		margin: 40px auto 0;
	}
	
	.reserve-txt {
		line-height: 180%;
		margin-bottom: 00px;
	}

	.bottom-content__wrapper {
		padding-bottom: 64px;
		background-position: bottom center;
	}
}





/*--------------------------------
アク達紹介
---------------------------------*/
.coaster {
    max-width: 800px;
	width: 95%;
	margin: 0 auto;
	border: 4px solid #f592b3;
	border-radius: 16px;
	padding: 32px 24px 24px;
	text-align: center;
	background: #fff;
}

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

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

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

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





