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

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
body{
	height:100%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
html{
	height:100%;
	overflow-y:scroll;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix{
	zoom: 1;
} /* IE7 */
.img-responsive{
	max-width: 100%;
	height: auto;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (min-width: 1300px) {
	/* PC、スマホ切り替え（ナビ用） */
	.pc_display_nav{
		display:block !important;
	}
	.sp_display_nav{
		display:none !important;
	}
	
	/* ナビ */
	section.mainV{
		padding: 89px 0 0;
	}
	header{
		position: fixed;
		width: 100%;
		top: 0;
		background: rgba(255,255,255,0.8);
		z-index: 999;
	}
header .nav-toggle{
	display:none;
}
	header .navWrap{
		max-width: 1170px;
		margin: 0 auto;
		padding: 20px 0;
	}
	header .navWrap .logo{
		float: left;
		margin-right: 80px;
	}
	header .navWrap #gnav{
		float: left;
		margin-top: 15px;
	}
header .navWrap #gnav ul.gnavi{
}
header .navWrap #gnav ul.gnavi li{
	float: left;
	margin-right: 55px;
}
header .navWrap #gnav ul.gnavi li:last-child{
	margin-right: 0;
	}
header .navWrap #gnav ul.gnavi li a{
	display: block;
	font-size:12px;
	color: #8a8a8a;
	letter-spacing: 2px;
	text-decoration: none;
}
	
}

@media only screen and (max-width: 1299px) {
	/* PC、スマホ切り替え（ナビ用） */
	.pc_display_nav{
		display:none !important;
	}
	.sp_display_nav{
		display:block!important;
	}
	
	/* ナビ */
header{
	height: 50px;
	position: relative;
	width: 100%;
	z-index: 999;
}
header .navWrap .logo{
	padding: 10px 0 0;
	margin-left: 15px
}
header .navWrap .logo img{
	width: 100px;
}
.nav-toggle{
	position:fixed;
	top:0;
	right:0;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	text-indent:-9999px;
	appearance:none;
	box-shadow:none;
	border-radius:none;
	border:none;
	cursor:pointer;
	z-index:9999;
	-webkit-transition:background,0.3s;
	transition:background,0.3s;
	background: -webkit-linear-gradient(left, #fac6dd 15%, #ffd462 100%);
    background: linear-gradient(left, #fac6dd 15%, #ffd462 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac6dd', endColorstr='#ffd462',GradientType=1 );
}
.nav-toggle:focus{
	outline:none;
}
.nav-toggle span{
	display:block;
	position:absolute;
	top:50%;
	right:12px;
	height:2px;
	background:#fff;
	width:24px;
	-webkit-transition:background,0s,0.3s;
	transition:background,0s,0.3s;
}
.nav-toggle span::before,.nav-toggle span::after{
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	content:"";
	-webkit-transition-duration:0.3s,0.3s;
	transition-duration:0.3s,0.3s;
	-webkit-transition-delay:0.3s,0s;
	transition-delay:0.3s,0s;
}
.nav-toggle span::before{
	top:7px;
	-webkit-transition-property:top,-webkit-transform;
	transition-property:top,transform;
}
.nav-toggle span::after{
	bottom:7px;
	-webkit-transition-property:bottom,-webkit-transform;
	transition-property:bottom,transform;
}
.nav-toggle.opened{
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
}
.nav-toggle.opened span{
	background:none;
}
.nav-toggle.opened span::before{
	background: #fff;
	top:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.nav-toggle.opened span::after{
	background: #fff;
	bottom:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.nav-toggle.opened span::before,.nav-toggle.opened span::after{
	-webkit-transition-delay:0s,0.3s;
	transition-delay:0s,0.3s;
}
header .navWrap #gnav{
	position: fixed;
	width:90%;
	height:100%;
	top:0;
	right:-100%;
	background: -webkit-linear-gradient(left, #fac6dd 15%, #ffd462 100%);
    background: linear-gradient(left, #fac6dd 15%, #ffd462 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac6dd', endColorstr='#ffd462',GradientType=1 );
	z-index:999;
	overflow-y:scroll;
	-webkit-transition:all,ease 0.3s;
	transition:all,ease 0.3s;
}
header .navWrap #gnav.active{
	right:0
}
header .navWrap #gnav ul.gnavi{
	width: 80%;
	margin: 70px auto;
}
header .navWrap #gnav ul.gnavi li a{
	display: block;
	font-size: 17px;
		color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	margin-bottom: 20px;
}
	header .navWrap #gnav ul.gnavi li a span{
		display: none;
	}
	
}

/* もっと見るボタン */
.moreBtn a{
	display: block;
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	border-left: 2px solid #46d1cb;
	border-right: 2px solid #ffcc4b;
	text-decoration: none;
}
.moreBtn a:before{
	content: "";
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
}
.moreBtn a:after{
	content: "";
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
	position: absolute;
	right: 0;
	bottom: 0;
}
.moreBtn a span{
	display: block;
	font-size: 13px;
	color: #ff9bb5;
	letter-spacing: 1px;
	position: relative;
}
.moreBtn a span:after{
	content: "";
	background: url(../img/ic_arrow.png) no-repeat left top;
	background-size: 28px;
	width: 28px;
	height: 5px;
	position: absolute;
	right: 15px;
	top: 35%;
}
.moreBtn02 a{
	display: block;
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	text-decoration: none;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
}
.moreBtn02 a span{
	display: block;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}
.moreBtn02 a span:after{
	content: "";
	background: url(../img/ic_arrow02.png) no-repeat left top;
	background-size: 28px;
	width: 28px;
	height: 5px;
	position: absolute;
	right: 15px;
	top: 35%;
}

/* メインビジュアル */
section.mainV{
	width: 100%;
	position: relative;
}
section.mainV .scroll{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
}

/* コンセプト */
section.concept{
	padding: 120px 15px;
}
section.concept .logo{
	margin-bottom: 50px;
}
section.concept h1{
	margin-bottom: 40px;
}
section.concept .cap{
	font-size: 16px;
	color: #8a8a8a;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.2em;
	margin-bottom: 40px;
}

/* オープニングキャンペーン */
section.oc{
	padding: 120px 15px;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
}
section.oc .ti{
	margin-bottom: 20px;
}
section.oc .cap{
	font-size: 19px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px;
}
section.oc .cap span{
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 20px;
}
section.oc .base{
	max-width: 980px;
	margin: 0 auto;
}
section.oc .base .mrg{
	margin: 0 -15px;
	overflow: hidden;
}
section.oc .base .box{
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
section.oc .base .box .bg{
	background: #fff;
	padding: 50px;
}
section.oc .base .box .sti{
	margin-bottom: 20px;
}
section.oc .base .box .naiyo{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #8c8c8d;
}
section.oc .base .box .chui{
	font-size: 12px;
	color: #717071;
	padding: 0 30px;
	margin-bottom: 25px;
}
section.oc .base .box .moreBtn a{
	max-width: 100%;
	margin-bottom: 15px;
}
section.oc .base .box .moreBtn02 a{
	max-width: 100%;
}

/* サロン */
section.salon{
	padding: 120px 15px;
	background: url(../img/bg_salon.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
section.salon .ti{
	margin-bottom: 40px;
}
section.salon .logo{
	margin-bottom: 40px;
}
section.salon h3{
	font-size: 14px;
	color: #66c8c6;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
section.salon .tel{
	text-align: center;
	margin-bottom: 30px;
}
section.salon .tel a{
	font-size: 28px;
	color: #66c8c6;
	font-weight: bold;
	letter-spacing: 2px;
}
section.salon .info{
	margin-bottom: 40px;
}
section.salon .info dl{
	margin-bottom: 20px;
}
section.salon .info dl dt{
	font-size: 13px;
	color: #66c8c6;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
section.salon .info dl dd{
	font-size: 14px;
	color: #66c8c6;
	text-align: center;
	letter-spacing: 1px;
}

/* スタッフ */
section.staff{
	padding: 120px 15px;
}
section.staff .ti{
	margin-bottom: 50px;
}
section.staff .text01{
	margin-bottom: 30px;
}
section.staff .cap{
	font-size: 16px;
	color: #8a8a8a;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.2em;
	margin-bottom: 50px;
}
section.staff .base{
	max-width: 830px;
	margin: 0 auto;
}
section.staff .base .mrg{
	overflow: hidden;
	margin: 0 -5px;
}
section.staff .base .box{
	float: left;
	width: 20%;
	padding: 0 5px;
}
section.staff .base .box .inner{
	position: relative;
}
section.staff .base .box .inner a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
section.staff .base .box .inner .view{
	display: none;
}
section.staff .base .box .inner:hover .view{
	display: block;
	width: 96px;
	height: 38px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
section.staff .base .box .inner:hover .cover{
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(45deg, rgba(70,209,203,0.8) 0%, rgba(250,190,217,0.8) 50%, rgba(255,204,75,0.8) 100%);
    background: linear-gradient(45deg, rgba(70,209,203,0.8) 0%, rgba(250,190,217,0.8) 50%, rgba(255,204,75,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(70,209,203,0.8)', endColorstr='rgba(255,204,75,0.8)',GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

/* メニュー */
section.menu{
	padding: 0 15px 120px;
}
section.menu .tiArea{
	padding: 120px 15px 150px;
	margin: 0 -15px -100px;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
}
section.menu .base{
	background: #fff;
	padding: 80px 30px 20px;
	max-width: 980px;
	margin: 0 auto;
}
section.menu .base .sti{
	margin-bottom: 20px;
}
section.menu .base .cap{
	font-size: 12px;
	color: #8a8a8a;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
section.menu .base .menuBox{
	max-width: 720px;
	margin: 0 auto 60px;
}
section.menu .base .menuBox dl.menuTi{
	overflow: hidden;
	padding: 10px 20px;
	background: -webkit-linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    background: linear-gradient(left, #46d1cb 0%, #fabed9 50%, #ffcc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d1cb', endColorstr='#ffcc4b',GradientType=1 );
	margin-bottom: 15px;
}
section.menu .base .menuBox dl.menuTi dt{
	float: left;
	line-height: 16px;
}
section.menu .base .menuBox dl.menuTi dd{
	float: right;
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	text-align: right;
}
section.menu .base .menuBox .inner{
	overflow: hidden;
}
section.menu .base .menuBox .item.col{
	float: left;
	width: 46%;
	margin-right: 8%;
}
section.menu .base .menuBox .item.col:nth-child(2n){
	margin-right: 0;
}
section.menu .base .menuBox .item dl{
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
}
section.menu .base .menuBox .item dl dt{
	float: left;
	font-size: 16px;
	color: #8a8a8a;
}
section.menu .base .menuBox .item dl dd{
	float: right;
	font-size: 16px;
	color: #8a8a8a;
}

/* インスタグラム */
section.instagram{
	padding: 0 15px 120px;
}
section.instagram .ti{
	margin-bottom: 40px;
}
section.instagram ul.insta{
	max-width: 1190px;
	margin: 0 auto 30px;
	overflow:hidden;
}
section.instagram ul.insta li{
	float:left;
	width:19%;
	margin: 0 1.25% 1.25% 0;
	height:auto;
	overflow:hidden;
	position:relative;
	-webkit-transition:0.4s all;
	transition:0.4s all;
	background: #f6f6f7;
}
section.instagram ul.insta li:before{ padding-top:100%; content: ""; display: block; }
section.instagram ul.insta li:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
section.instagram ul.insta li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* フッター */
footer .linkArea{
	padding: 80px 15px;
	background: url(../img/bg_foot.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
}
footer .linkArea .inner{
	overflow: hidden;
	max-width: 840px;
	margin: 0 auto;
}
footer .linkArea .inner .logo{
	float: left;
	margin-top: 10px;
}
footer .linkArea .inner .backBtn a{
	display: block;
	width: 410px;
	float: right;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	padding: 40px 0;
	text-decoration: none;
	text-align: center;
	background: #999095;
	position: relative;
}
footer .linkArea .inner .backBtn a:after{
	content: "";
	background: url(../img/ic_arrow02.png) no-repeat left top;
	background-size: 28px;
	width: 28px;
	height: 5px;
	position: absolute;
	right: 25px;
	top: 45%;
}
footer .copy{
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: #999095;
	padding: 10px 0;
	letter-spacing: 1px;
}

	

@media only screen and (min-width: 768px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:block !important;
	}
	.sp_display{
		display:none !important;
	}
	
section.instagram ul.insta li:nth-child(5n){
		margin-right: 0;
	}

/*スタイル*/
section.style{
	background: url(../img/back01.jpg) center top;
	background-size: cover;
	padding: 150px 0;
}
.style_box01{
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}
.style_box01 figure{
	width: 60%;
	padding: 0 0 0 10%;
	margin:0;
}
.style_box01 figure:after{
	width: 40%;
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background:linear-gradient(90deg,#96d1ce,#fae1ec, #ffe9b3); 
	top: 80px;
}
.style_box01 img.photo{
	position: relative;
	z-index: 5;
    max-width: 100%;
}
.style_box01 .deco_pc01{
	margin: 15px 0;
	width: 70%;
	max-width: 550px;
	position: relative;
	z-index: 1;
}
.style_box01 .deco_sp{
	display: none;
}
.textbox01{
	position: absolute;
    background: #fff;
    width: 450px;
    top: 70px;
    padding: 60px 25px 60px 60px;
    right: 0;
    margin-right: 15%;
    z-index: 10;
}
.textbox01:before{
	content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 60px;
    left: 0;
    top: 12px;
    transition: 0.3s all;
    border-bottom: 1px solid #46d1cb;
}
.textbox01 .text{
	max-width: 100%;
	margin-bottom: 20px;
}
.textbox01 a.link{
	color: #8a8a8a;
    font-size: 13px;
    text-decoration: underline;
}

.style_box02{
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}
.style_box02 figure{
	width: 60%;
	padding: 0 10% 0 0;
	margin:0;
	float: right;
}
.style_box02 figure:after{
	width: 40%;
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background:linear-gradient(90deg,#96d1ce,#fae1ec, #ffe9b3); 
	top: 80px;
}
.style_box02 img.photo{
	position: relative;
	z-index: 5;
    max-width: 100%;
}
.style_box02 .deco_pc01{
	margin: 15px 0;
	width: 70%;
	max-width: 550px;
	position: relative;
	z-index: 1;
	float: right;
}
.style_box02 .deco_sp{
	display: none;
}
.textbox02{
	position: absolute;
    background: #fff;
    width: 450px;
    top: 70px;
    padding: 60px 25px 60px 60px;
    left: 0;
    margin-left: 15%;
    z-index: 10;
}
.textbox02:before{
	content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 60px;
    left: 0;
    top: 12px;
    transition: 0.3s all;
    border-bottom: 1px solid #46d1cb;
}
.textbox02 .text{
	max-width: 100%;
	margin-bottom: 20px;
}
.textbox02 a.link{
	color: #8a8a8a;
    font-size: 13px;
    text-decoration: underline;
}

	
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* メインビジュアル */
section.mainV .scroll{
	width: 70px;
}

/* コンセプト */
section.concept{
	padding: 80px 15px;
}
section.concept .logo{
	margin-bottom: 40px;
}
	section.concept .logo img{
		width: 160px;
	}
section.concept h1{
	margin-bottom: 30px;
}
section.concept .cap{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 30px;
}
	
	/* オープニングキャンペーン */
section.oc{
	padding: 80px 15px;
}
section.oc .cap{
	font-size: 16px;
	margin-bottom: 30px;
}
section.oc .cap span{
	display: block;
	font-size: 14px;
	padding: 2px 0;
}
section.oc .base .mrg{
	margin: 0;
}
section.oc .base .box{
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
	section.oc .base .box:last-child{
		margin-bottom: 0;
	}
section.oc .base .box .bg{
	padding: 30px 15px;
}
section.oc .base .box .chui{
	padding: 0;
}

/* サロン */
section.salon{
	padding: 80px 15px;
}
section.salon .logo{
	margin-bottom: 30px;
}
	section.salon .logo img{
		width: 110px;
	}
section.salon .tel a{
	font-size: 20px;
}
section.salon .info{
	margin-bottom: 30px;
}

/* スタッフ */
section.staff{
	padding: 80px 15px;
}
section.staff .ti{
	margin-bottom: 40px;
}
section.staff .text01{
	margin-bottom: 30px;
}
section.staff .cap{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 30px;
}
	section.staff .base{
		margin: 0 -15px;
	}
	section.staff .base .mrg{
	margin: 0;
}
section.staff .base .box{
	width: 32%;
	padding: 0;
	margin: 0 2% 2% 0;
}
	section.staff .base .box:nth-child(3n){
		margin-right: 0;
	}
	section.staff .base .box .inner:hover .view{
	display: none;
}

/* メニュー */
section.menu{
	padding: 0 15px 80px;
}
section.menu .tiArea{
	padding: 80px 15px 100px;
	margin: 0 -15px -80px;
}
section.menu .base{
	padding: 50px 0 20px;
}
section.menu .base .menuBox{
	max-width: 720px;
	margin: 0 auto 30px;
}
section.menu .base .menuBox dl.menuTi{
	padding: 10px 15px;
	margin-bottom: 10px;
}
section.menu .base .menuBox dl.menuTi dt{
	float: none;
	margin-bottom: 5px;
}
section.menu .base .menuBox dl.menuTi dd{
	float: none;
	line-height: auto;
}
section.menu .base .menuBox .inner{
	overflow: hidden;
}
section.menu .base .menuBox .item.col{
	float: none;
	width: 100%;
	margin-right: 0;
}
section.menu .base .menuBox .item dl dt{
	font-size: 14px;
}
section.menu .base .menuBox .item dl dd{
	font-size: 14px;
}
	
	/* インスタグラム */
section.instagram{
	padding: 0 15px 80px;
}
section.instagram ul.insta{
	margin-bottom: 30px;
}
section.instagram ul.insta li{
	width:49%;
	margin: 0 2% 2% 0;
}
section.instagram ul.insta li:nth-child(2n){
		margin-right: 0;
	}
section.instagram ul.insta li:nth-child(7),
section.instagram ul.insta li:nth-child(8),
section.instagram ul.insta li:nth-child(9),
section.instagram ul.insta li:nth-child(10){
		display: none;
	}

/* フッター */
footer .linkArea{
	padding: 50px 15px;
	background: url(../img/bg_foot_sp.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
}
footer .linkArea .inner .logo{
	float: none;
	margin: 0 0 20px;
	text-align: center;
}
	footer .linkArea .inner .logo img{
		width: 150px;
	}
footer .linkArea .inner .backBtn a{
	display: block;
	width: auto;
	max-width: 320px;
	float: none;
	padding: 30px 0;
	margin: 0 auto;
}

/*スタイル*/
section.style{
	background: url(../img/back01.jpg) center top;
	background-size: cover;
	padding: 50px 0 100px 0;
}
.style_box01{
	margin: 0 auto;
	margin-bottom: 65px;
	overflow: hidden;
	position: relative;
}
.style_box01 figure{ 
	margin:0;
}
.style_box01 .inner{
	position: relative;
	z-index: 10;
}
.style_box01 img.photo{
    max-width: 100%;
}
.style_box01 .deco_pc01{
	display:  none;
}
.style_box01 .deco_sp{
	padding: 15px 5%;
	width: 90%;
}
.textbox01{
    background: #fff;
	position: relative;
	z-index: 20;
    padding: 60px 30px 60px 45px;
    width: 90%;
    margin: -40px auto 0;
}
.textbox01:before{
	content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 55px;
    left: 0;
    top: 12px;
    transition: 0.3s all;
    border-bottom: 1px solid #46d1cb;
}
.style_box01:after{
	width: 80%;
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background:linear-gradient(90deg,#96d1ce,#fae1ec, #ffe9b3); 
	z-index: 1;
}

.textbox01 .text{
	max-width: 100%;
	margin-bottom: 20px;
}
.textbox01 a.link{
	color: #8a8a8a;
    font-size: 13px;
    text-decoration: underline;
}


.style_box02{
	margin: 0 auto;
	margin-bottom: 65px;
	overflow: hidden;
	position: relative;
}
.style_box02:last-child{
	margin-bottom: 0;
}
.style_box02 figure{ 
	margin:0;
}
.style_box02 .inner{
	position: relative;
	z-index: 10;
}
.style_box02 img.photo{
    max-width: 100%;
}
.style_box02 .deco_pc01{
	display:  none;
}
.style_box02 .deco_sp{
	padding: 15px 5%;
	width: 90%;
	float: right;
}
.textbox02{
    background: #fff;
	position: relative;
	z-index: 20;
    padding: 60px 30px 60px 45px;
     width: 90%;
    margin: -40px auto 0;
}
.textbox02:before{
	content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 55px;
    left: 0;
    top: 12px;
    transition: 0.3s all;
    border-bottom: 1px solid #46d1cb;
}
.style_box02:after{
	width: 80%;
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background:linear-gradient(90deg,#96d1ce,#fae1ec, #ffe9b3); 
	z-index: 1;
}

.textbox02 .text{
	max-width: 100%;
	margin-bottom: 20px;
}
.textbox02 a.link{
	color: #8a8a8a;
    font-size: 13px;
    text-decoration: underline;
}
	
}