/* トップページ */


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

/* ------------------------------メイン画像部分------------------------------- */
	.bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.front-page #main-photo{
		position: relative;
	}

	.front-page #main-photo .pg-slide-child{
		min-height: 340px;
	}

	.front-page #main-photo .index-slide .index-slide01{
		background: url("../images-sp/top/slide/slide-graduate.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide02{
		background: url("../images-sp/top/slide/slide-shitigosan.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide03{
		background: url("../images-sp/top/slide/slide-bridal.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide04{
		background: url("../images-sp/top/slide/slide-maternity.jpg") center center no-repeat;
		background-size: cover;

	}
	.front-page #main-photo .index-slide h2 {
		opacity:0;
	}

	.front-page #main-photo .bx-wrapper{
		box-shadow: none;
		border: none;
		margin: 0;
	}

	.front-page #main-photo .copy{
		position: absolute;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		top: 50%;
		left: 60%;
		width: 8em;
		font-size: 150%;
		text-shadow: 2px 2px 2px #fff;
	}

/* 縦書きの場合はこちら
	.front-page #main-photo .copy{
		position: absolute;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		top: 19%;
		left: 8%;
		font-size: 180%;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
*/
	.front-page #main-photo .caption{
		display: none;
	}

/* ------------------------------ブログ部分------------------------------- */
	.front-page #blog{
		box-sizing: border-box;
		padding: 20px 20px;
	}

	.front-page #blog h2{
		color: #403b34;
		font-size: 9pt;
		line-height: 1.3;
		letter-spacing: 1px;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.front-page #blog img{
		width: 20.5%;
		display: block;
		margin-right: 1.5%;
		position: relative;
		left: -8px;
	}

	.front-page #blog span{
		width: 78%;
		display: block;
	}

	.front-page #blog .blog-wrap{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;

	}

	.front-page #blog .blog-wrap .box{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.front-page #blog .blog-wrap .box a{
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
		display: block;
	}

	.front-page #blog .blog-wrap .box a:hover{
		text-decoration: none;
		opacity: 0.75 ;
	}

	.front-page #blog .blog-wrap .box:nth-child(2n){
		margin-right: 0;
	}

	.front-page #blog .blog-wrap .box img{
		width: 100%;
		margin: 0;
		position: static;
	}

	.front-page #blog .blog-wrap .box .date{
		font-size: 8pt;
		color: #869e8e;
		margin: 5px 0 2px;
		font-weight: bold;
	}

	.front-page #blog .blog-wrap .box h3{
		margin: 0;
		color: #403b34;
		font-size: 80%;
		line-height: 1.4;
		letter-spacing: 1px;
	}

/* ------------------------------コンセプト部分------------------------------- */
	.front-page #about{
		background: url(../images-sp/top/about-bk.jpg) center top no-repeat;
		text-align: center;
		width: 100%;
		padding: 30px 0;
		background-size: cover;
	}

	.front-page #about .about-body{
		width: 90%;
		max-width: 1600px;
		margin: 0 auto;
		color: #f0f0f0;
	}

	.front-page #about .about-body .about-logo{
		line-height: 0;
		max-width: 180px;
		width: 60%;
		margin: 0 auto;
	}

	.front-page #about .about-body h2{
		font-size: 170%;
		font-family: 'TsukuAOldMinPr6-L', sans-serif;
		margin: 0 0 10px;
		letter-spacing: 2px;
	}

	.front-page #about .about-body p{
		line-height: 1.8;
		font-size: 100%;
		letter-spacing: 1px;
		font-family: 'TsukuAOldMinPr6-L', sans-serif;
		margin: 0;
		color: #fff;
	}

	.front-page #about .about-body .btn01{
		max-width: 500px;
		width: 90%;
		margin: 20px auto 0;
	}

	.front-page #about .about-body .btn01 a{
		font-size: 8pt;
		padding: 10px;
	}

/* ------------------------------スタジオ部分------------------------------- */
	.front-page #studio{
		padding: 30px 0;
	}

	.front-page #studio .studio-body{
		max-width: 1650px;
		width: 98%;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .studio-wrap{
		max-width: 1650px;
		width: 90%;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .left{
		width: 100%;
		margin: 0 auto 0;
	}

	.front-page #studio .studio-body .right{
		width: 100%;
	}

	.front-page #studio .studio-body .studio-logo{
		max-width: 200px;
		width: 70%;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .right h2{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-align: center;
		margin: 0;
		letter-spacing: 2px;
		line-height: 1.5;
		font-size: 140%;
		color: #403b34;
	}

	.front-page #studio .studio-body .right p{
		font-size: 100%;
	}

	.front-page #studio .studio-body .btn-box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px auto;
	}

	.front-page #studio .studio-body .btn-box .btn02{
		width: 40%;
		margin: 0 3%;
	}

	.front-page #studio .studio-body .btn-box .btn02 a{
		padding-bottom: 10px;
	}

/* -----------------------------メニュー部分共通------------------------------- */
	.front-page .menu .menu-box p{
		font-size: 100%;
		width: 70%;
	}

	.front-page .menu .menu-box .title h2{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 130%;
		margin: 0;
	}

	.front-page .menu .menu-box .title img{
		line-height: 0;
	}

	.front-page .menu .menu-btn{
		max-width: 640px;
		width: 95%;
		margin: 20px auto 0;
	}

	.front-page .menu .menu-btn .btn{
		background: #fff;
		position: relative;
	}

	.front-page .menu .menu-btn .btn a{
		display: block;
	}

	.front-page .menu .menu-btn .btn a:hover{
		text-decoration: none;
	}

	.front-page .menu .menu-btn .btn a img{
		line-height: 0;
		display: block;
		transition-duration: 0.3s;
	}

	.front-page .menu .menu-btn .btn a .img-wrap{
		background: #000;
		overflow: hidden;
		height: auto;
	}

	.front-page .menu .menu-btn .btn a .img-wrap img:hover{
		transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 0.6;
	}

	.front-page .menu .menu-btn .btn:last-child{
		margin-right: 0;
	}

	.front-page .menu .menu-btn .btn p{
		font-size: 130%;
		margin: 15px 0 0 0;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 1px;
		padding: 0 15px;
	}

	.front-page .menu .menu-btn .btn h3{
		font-size: 80%;
		margin: 0;
		font-weight: bold;
		color: #000;
		line-height: 1.4;
		box-sizing: border-box;
		padding: 0 15px 25px;
	}

	.front-page .menu .menu-btn .btn .arrow{
		position: absolute;
		bottom: 10px;
		right: 15px;
		width: 60px;
	}


/* ------------------------------お子様メニュー部分------------------------------- */
	.front-page #childhood{
		background: url(../images-sp/top/childhood-bk.jpg) center top no-repeat;
		background-size: contain;
		background-color: #46bac2;
	}

	.front-page #childhood .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 20px;
	}

	.front-page #childhood .menu-body .menu-box{
		max-width: 740px;
		width: 100%;
	}

	.front-page #childhood .menu-body .menu-box .title img{
		max-width: 600px;
		width: 70%;
		margin: 0 auto 0 0;
		display: block
	}

	.front-page #childhood .menu-body .menu-box .title h2{
		position: relative;
		left: 10px;
	}

	.front-page #childhood .menu-box .title img{
		line-height: 0;
	}

	.front-page #childhood .menu-btn .btn{
		box-shadow:0px 0px 11px 1px #39aea8;
		display: table;
		margin-bottom: 15px;
		width: 100%;
	}

	.front-page #childhood .menu-btn .btn a{
		display: block;
	}

	.front-page #childhood .menu-btn .btn a .table{
		width: 100%;
		display: table;
	}

	.front-page .menu-btn .btn a .img-wrap{
		display: table-cell;
		width: 41%;
	}

	.front-page .menu-btn .btn a .text-wrap{
		display: table-cell;
		width: 59%;
		vertical-align: middle;
	}

	.front-page .menu-btn .btn a .text-wrap :hover{
		display: table-cell;
		width: 70%;
		vertical-align: middle;
	}

	.front-page #childhood .menu-btn .btn p{
		color: #55a4a0;
	}


/* ------------------------------大人メニュー部分------------------------------- */
	.front-page #lifestage{
		background: url(../images-sp/top/stageoflife-bk.jpg) center top no-repeat;
		background-size: contain;
		background-color: #e5ddda;
	}

	.front-page #lifestage .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 auto;
		padding:  30px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.front-page #lifestage .menu-body .menu-box{
		max-width: 640px;
		width: 100%;
	}

	.front-page #lifestage.menu .menu-box p{
		float: right;
		width: 80%;
		text-align: right;
	}

	.front-page #lifestage.menu .menu-btn{
		clear: both;
	}

	.front-page #lifestage.menu h2{
		text-align: right;
		position: relative;
		left: -15px;
	}

	.front-page #lifestage .menu-body .menu-box .title img{
		max-width: 500px;
		width: 60%;
		display: block;
		margin: 0 0 0 auto;
	}

	.front-page #lifestage .menu-box .title img{
		line-height: 0;
	}

	.front-page #lifestage .menu-btn .btn{
		box-shadow:0px 0px 11px 1px #b1a3a0;
		margin-bottom: 15px;
	}

	.front-page #lifestage .menu-btn .btn .table{
		display: table;
		width: 100%;
	}

	.front-page #lifestage .menu-btn .btn .img-wrap{
		display: table-cell;
		width: 41%;
	}

	.front-page #lifestage .menu-btn .btn .text-wrap{
		display: table-cell;
		width: 59%;
	}

	.front-page #lifestage .menu-btn .btn .text-wrap p{
		color: #7f637b;
		float: none;
		text-align: left;
	}

/* ------------------------------その他メニュー部分------------------------------- */
	.front-page #other{
		background: url(../images-sp/top/other-bk.jpg) center top no-repeat;
		background-size: 100%;
		background-color: #f4f3f7;
	}

	.front-page #other .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		margin: 0 auto;
	}

	.front-page #other .menu-body .menu-box{
		max-width: 700px;
		margin: 0 auto;
	}

	.front-page #other .menu-body .menu-box h2{
		text-align: left;
	}

	.front-page #other .menu-body .menu-box .title img{
		max-width: 400px;
		width: 50%;
		display: block;
		margin: 0 auto 0 0;
	}

	.front-page #other .menu-box .title img{
		line-height: 0;
	}

	.front-page #other .menu-btn .btn{
		box-shadow:0px 0px 11px 1px #e5e8ed;
	}

	.front-page #other.menu .menu-btn .btn{
		width: 100%;
		padding: 15px 5px;
		box-sizing: border-box;
		text-align: left;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
		margin-bottom: 10px;
	}

	.front-page #other .menu-btn .btn p{
		color: #8e95b1;
		text-align: left;
		font-size: 120%;
		margin: 0;
	}

	.front-page #other .menu-btn .btn h3{
		text-align: left;
		font-size: 90%;
		padding-bottom: 10px;
	}

	.front-page #other.menu .menu-btn .btn:hover{
		opacity: 0.5;
	}

/* ------------------------------ギャラリー部分------------------------------- */
	.front-page #gallery{
		padding: 40px 20px 40px 20px;
		box-sizing: border-box;
	}

	.front-page #gallery .gallery-body{
		max-width: 1640px;
		width: 90%;
		margin: 0 auto;
	}

	.front-page #gallery .gallery-title{
		max-width: 200px;
		width: 80%;
		margin: 0 auto;
		line-height: 0;
	}

	.front-page #gallery h2{
		text-align: center;
		font-size: 140%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin: 0;
	}

	.front-page #gallery .gallery-img-wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px auto;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box{
		width: 32.2%;
		margin-right: .8%;
		margin-bottom: .3%;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:nth-child(3n){
		margin-right: 0;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:last-child{
		display: none;
	}

	.front-page #gallery .gallery-body .alubmn-btn{
		max-width: 700px;
		width: 100%;
		margin: 20px auto;
		position: relative;
		background: #fff;
		box-shadow:0px 0px 11px 1px #e5e8ed;
	}

	.front-page #gallery .gallery-body .alubmn-btn a{
		display: block;
	}

	.front-page #gallery .gallery-body .alubmn-btn a:hover{
		text-decoration: none;
	}

	.front-page #gallery .gallery-body .alubmn-btn p{
		color: #869e8e;
		font-size: 130%;
		margin: 0;
		box-sizing: border-box;
		padding: 10px 10px 0 20px;
		font-weight: bold;
		line-height: 1.2;
	}

	.front-page #gallery .gallery-body .alubmn-btn h3{
		font-size: 90%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 10px 10px 20px;
		line-height: 1.2;

	}

	.front-page #gallery .gallery-body .alubmn-btn .arrows{
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

	.front-page #gallery .gallery-body .alubmn-btn .arrows img{
		width: 30px;
	}

	.front-page #gallery .gallery-body .alubmn-btn a img{
		line-height: 0;
		display: block;
		transition-duration: 0.3s;
	}

	.front-page #gallery .gallery-body .alubmn-btn a .img-wrap{
		background: #000;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.front-page #gallery .gallery-body .alubmn-btn img:hover{
		transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 0.6;
	}

}



/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

/* ------------------------------メイン画像部分------------------------------- */

	.front-page #main-photo{
		width: 100%;
		position: relative;
	}

	.front-page #main-photo .index-slide{
		width: auto;
		margin: 0 auto;
		position: relative;
	}

	.front-page #main-photo .index-slide .index-slide01{
		background: url("../images/top/slide/slide-graduate.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide02{
		background: url("../images/top/slide/slide-shicigosan.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide03{
		background: url("../images/top/slide/slide-bridal.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide04{
		background: url("../images/top/slide/slide-maternity.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .bx-wrapper{
		box-shadow: none;
		border: none;
		margin: 0;
	}

	.front-page #main-photo .copy{
		position: absolute;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		bottom: 18%;
		left: 8%;
		font-size: 250%;
	}

/* 縦書きの場合
	.front-page #main-photo .copy{
		position: absolute;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		bottom: 18%;
		left: 8%;
		font-size: 250%;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
*/
	.front-page #main-photo .caption{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
		width: 21.25%;
		box-sizing: border-box;
		padding: 15px 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.front-page #main-photo .caption p{
		color: #413636;
		font-size: 90%;
		font-weight: bold;
		margin: 0;
		line-height: 1;
		letter-spacing: 1.5px;
	}

	.front-page #main-photo .caption .arrow-btn img{
		width: 25px;
	}

/* ------------------------------ブログ部分------------------------------- */
	.front-page #blog{
		box-sizing: border-box;
		padding: 60px 30px;
	}

	.front-page #blog h2{
		color: #403b34;
		font-size: 90%;
		letter-spacing: 2px;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.front-page #blog img{
		width: 10%;
		display: block;
		margin-right: 1.5%;
		position: relative;
		top: -15px;
	}

	.front-page #blog span{
		width: 88.5%;
		display: block;
	}

	.front-page #blog .blog-wrap{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.front-page #blog .blog-wrap .box{
		width: 23%;
		margin-right: 2%;
	}

	.front-page #blog .blog-wrap .box a{
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
		display: block;
	}

	.front-page #blog .blog-wrap .box a:hover{
		text-decoration: none;
		opacity: 0.75 ;
	}

	.front-page #blog .blog-wrap .box:last-child{
		margin-right: 0;
	}

	.front-page #blog .blog-wrap .box img{
		width: 100%;
		margin: 0;
		position: static;
	}

	.front-page #blog .blog-wrap .box .date{
		font-size: 80%;
		color: #869e8e;
		margin: 5px 0 2px;
		font-weight: bold;
	}

	.front-page #blog .blog-wrap .box h3{
		margin: 0;
		color: #403b34;
		font-size: 100%;
		line-height: 1.4;
		letter-spacing: 2px;
	}

/* ------------------------------コンセプト部分------------------------------- */
	.front-page #about{
		background: url(../images/top/about-bk.jpg) center top no-repeat;
		text-align: center;
		background-size: cover;
		width: 100%;
		padding: 80px 0 100px;
	}
	.front-page #about .about-body{
		width: 90%;
		max-width: 1600px;
		margin: 0 auto;
		color: #fff;
	}

	.front-page #about .about-body .logo{
		line-height: 0;
	}

	.front-page #about .about-body h2{
		font-size: 200%;
		font-family: 'TsukuAOldMinPr6-L', sans-serif;
		margin: 0 0 15px;
		letter-spacing: 2px;
	}

	.front-page #about .about-body p{
		line-height: 2.5;
		font-size: 105%;
		letter-spacing: 2px;
		font-family: 'TsukuAOldMinPr6-L', sans-serif;
		margin: 0;
		color: #fff;
	}

	.front-page #about .about-body .btn01{
		max-width: 500px;
		width: 80%;
		margin: 30px auto 0;
	}

/* ------------------------------スタジオ部分------------------------------- */
	.front-page #studio{
		padding: 80px 0;
	}

	.front-page #studio .studio-body{
		max-width: 1650px;
		width: 98%;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .studio-wrap{
		max-width: 1650px;
		width: 80%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .left{
		width: 53%;
		margin-right: 4%;
		margin: 0 auto 0;
	}

	.front-page #studio .studio-body .right{
		width: 36%;
		margin-left: 4%;
	}

	.front-page #studio .studio-body .studio-logo{
		max-width: 300px;
		width: 70%;
		margin: 0 auto;
	}

	.front-page #studio .studio-body .right h2{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-align: center;
		margin: 0;
		letter-spacing: 2px;
		line-height: 1.6;
		font-size: 130%;
		color: #403b34;
	}

	.front-page #studio .studio-body .right p{
		font-size: 90%;
	}

	.front-page #studio .studio-body .btn-box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 40px auto 0 auto;
	}

	.front-page #studio .studio-body .btn-box .btn02{
		width: 24.375%;
		margin: 0 3%;
	}

/* -----------------------------メニュー部分共通------------------------------- */
	.front-page .menu .menu-box .title{
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.front-page .menu .menu-box .title h2{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 130%;
		margin: 0;
		position: relative;
		top: -40px;
	}

	.front-page .menu .menu-box .title img{
		line-height: 0;
	}

	.front-page .menu .menu-btn{
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 40px;
		max-width: 800px;
	}

	.front-page .menu .menu-btn .btn{
		width: 31%;
		margin-right: 3%;
		background: #fff;
		position: relative;
	}

	.front-page .menu .menu-btn .btn a{
		display: block;
	}

	.front-page .menu .menu-btn .btn a:hover{
		text-decoration: none;
	}

	.front-page .menu .menu-btn .btn a img{
		line-height: 0;
		display: block;
		transition-duration: 0.3s;
	}

	.front-page .menu .menu-btn .btn a .img-wrap{
		background: #000;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.front-page .menu .menu-btn .btn a .img-wrap img:hover{
		transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 0.6;
	}

	.front-page .menu .menu-btn .btn:last-child{
		margin-right: 0;
	}

	.front-page .menu .menu-btn .btn p{
		font-size: 110%;
		margin: 15px 0 0 0;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		letter-spacing: 1.5px;
		padding: 0 10px;
	}

	.front-page .menu .menu-btn .btn h3{
		font-size: 70%;
		margin: 0;
		font-weight: bold;
		text-align: center;
		color: #000;
		line-height: 1.4;
		box-sizing: border-box;
		padding: 0 10px 25px;
	}

	.front-page .menu .menu-btn .btn .arrow{
		position: absolute;
		bottom: 10px;
		right: 15px;
		width: 60px;
	}


/* ------------------------------お子様メニュー部分------------------------------- */
	.front-page #childhood{
		background: url(../images/top/childhood-bk.jpg) center top no-repeat;
		background-size: cover;
	}

	.front-page #childhood .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 auto;
		padding: 60px 0 80px;
	}

	.front-page #childhood .menu-body .menu-box{
		max-width: 900px;
		width: 75%;
	}

	.front-page #childhood .menu-body .menu-box .title img{
		max-width: 650px;
		width: 70%;
	}

	.front-page #childhood .menu-box .title img{
		line-height: 0;
	}

	.front-page #childhood .menu-btn .btn{
		box-shadow:0px 0px 8px 1px #bacecd;
	}

	.front-page #childhood .menu-btn .btn p{
		color: #55a4a0;
	}

/* ------------------------------大人メニュー部分------------------------------- */
	.front-page #lifestage{
		background: url(../images/top/stageoflife-bk.jpg) center top no-repeat;
		background-size: cover;
	}

	.front-page #lifestage .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 0 0 auto;
		padding: 70px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.front-page #lifestage .menu-body .menu-box{
		max-width: 900px;
		width: 75%;
	}

	.front-page #lifestage .menu-body .menu-box .title img{
		max-width: 500px;
		width: 70%;
	}

	.front-page #lifestage .menu-box .title img{
		line-height: 0;
	}

	.front-page #lifestage .menu-btn .btn{
		box-shadow:0px 0px 11px 1px #b1a3a0;
	}

	.front-page #lifestage .menu-btn .btn p{
		color: #7f637b;
	}

/* ------------------------------その他メニュー部分------------------------------- */
	.front-page #other{
		background: url(../images/top/other-bk.jpg) center top no-repeat;
		background-size: cover;
	}

	.front-page #other .menu-body{
		max-width: 1680px;
		width: 90%;
		margin: 0 auto;
		padding: 70px 0;
	}

	.front-page #other .menu-body .menu-box{
		max-width: 700px;
		width: 75%;
	}

	.front-page #other .menu-body .menu-box .title img{
		max-width: 400px;
		width: 70%;
	}

	.front-page #other .menu-box .title img{
		line-height: 0;
	}

	.front-page #other .menu-btn .btn{
		box-shadow:0px 0px 11px 1px #e5e8ed;
	}

	.front-page #other.menu .menu-btn .btn{
		width: 42%;
		padding: 25px 15px;
		box-sizing: border-box;
		text-align: left;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.front-page #other .menu-btn .btn p{
		color: #8e95b1;
		text-align: left;
		font-size: 150%;
		margin: 0;
	}

	.front-page #other .menu-btn .btn h3{
		text-align: left;
		font-size: 90%;
	}

	.front-page #other .menu-btn .btn h3{
		text-align: left;
		font-size: 90%;
	}

	.front-page #other.menu .menu-btn .btn:hover{
		opacity: 0.5;
	}


/* ------------------------------ギャラリー部分------------------------------- */
	.front-page #gallery{
		padding: 60px 100px;
		box-sizing: border-box;
	}

	.front-page #gallery .gallery-body{
		max-width: 1640px;
		width: 90%;
		margin: 0 auto;
	}

	.front-page #gallery .gallery-title{
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}

	.front-page #gallery h2{
		text-align: center;
		font-size: 120%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin: 0;
	}

	.front-page #gallery .gallery-img-wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 40px auto;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box{
		width: 19%;
		margin-right: 1.2%;
		margin-bottom: 1.2%;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:nth-child(5n){
		margin-right: 0;
	}

	.front-page #gallery .gallery-body .alubmn-btn{
		max-width: 880px;
		width: 60%;
		margin: 60px auto;
		position: relative;
		background: #fff;
		box-shadow:0px 0px 11px 1px #e5e8ed;
	}

	.front-page #gallery .gallery-body .alubmn-btn a{
		display: block;
	}

	.front-page #gallery .gallery-body .alubmn-btn a:hover{
		text-decoration: none;
	}

	.front-page #gallery .gallery-body .alubmn-btn p{
		color: #869e8e;
		font-size: 140%;
		margin: 0;
		box-sizing: border-box;
		padding: 15px 15px 0 40px;
		font-weight: bold;
		line-height: 1.2;
	}

	.front-page #gallery .gallery-body .alubmn-btn h3{
		font-size: 80%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 15px 15px 40px;
		line-height: 1.2;

	}

	.front-page #gallery .gallery-body .alubmn-btn .arrows{
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

	.front-page #gallery .gallery-body .alubmn-btn a img{
		line-height: 0;
		display: block;
		transition-duration: 0.3s;
	}

	.front-page #gallery .gallery-body .alubmn-btn a .img-wrap{
		background: #000;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.front-page #gallery .gallery-body .alubmn-btn img:hover{
		transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 0.6;
		width: auto;
		margin: 0 auto;
		position: relative;
	}

	.front-page #main-photo .index-slide .index-slide01{
		background: url("../images/top/slide/slide-graduate.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide02{
		background: url("../images/top/slide/slide-shicigosan.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide03{
		background: url("../images/top/slide/slide-bridal.jpg") center center no-repeat;
		background-size: cover;
	}

	.front-page #main-photo .index-slide .index-slide04{
		background: url("../images/top/slide/slide-maternity.jpg") center center no-repeat;
		background-size: cover;
	}
	
	.front-page #main-photo .index-slide h2 {
		opacity:0;
	}

	.front-page #main-photo .bx-wrapper{
		box-shadow: none;
		border: none;
		margin: 0;
	}
	
	.front-page #main-photo .bx-wrapper .bx-controls-direction a {
		display:none;
	}

	.front-page #main-photo .copy{
		position: absolute;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		top: 12%;
		width: 10em;
		left: 60%;
		font-size: 250%;
		text-shadow: 2px 2px 2px #fff;
	}
	.front-page #main-photo .caption{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
		width: 21.25%;
		box-sizing: border-box;
		padding: 15px 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.front-page #main-photo .caption p{
		color: #413636;
		font-size: 90%;
		font-weight: bold;
		margin: 0;
		line-height: 1;
		letter-spacing: 1.5px;
	}

	.front-page #main-photo .caption .arrow-btn img{
		width: 25px;
	}

}

@media print, screen and (min-width: 1351px) and (max-width: 1670px) {
	.front-page #other .menu-body .menu-box p.other-text{
		width: 80%;
	}

}

@media print, screen and (min-width: 1141px) and (max-width: 1350px) {
	.front-page #gallery .gallery-body{
		width: 100%;
	}

	.front-page #main-photo .caption{
		display: none;
	}

	.front-page .menu-body .menu-box p{
		font-size: 90%;
	}

	.front-page #other .menu-body .menu-box p.other-text{
		width: 60%;
	}

	.front-page #other .menu-btn .btn p{
		font-size: 110%;
	}

	.front-page #lifestage .menu-body .menu-box .title img{
		max-width: 420px;
	}

	.front-page #other .menu-body .menu-box .title img{
		max-width: 300px;
	}

	.front-page #childhood .menu-body .menu-box .title img{
		width: 65%;
	}

	.front-page .menu .menu-box .title h2{
		top: -30px;
	}

	.front-page #gallery{
		padding: 50px 60px;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 1140px) {
	.front-page #main-photo .copy{
		font-size: 170%;
		top: 7%;
	}

	.front-page #main-photo .caption{
		display: none;
	}

	.front-page #blog{
		padding: 30px 15px;
	}

	.front-page #blog h2{
		font-size: 80%;
	}

	.front-page #blog img{
		width: 15%;
	}

	.front-page #blog .blog-wrap .box h3{
		font-size: 80%;
	}

	.front-page #blog .blog-wrap .box .date{
		font-size: 60%;
	}

	.front-page #about{
		padding: 40px 0 50px;
	}

	.front-page #studio{
		padding: 50px 0;
	}

	.front-page #studio .studio-body .studio-wrap{
		width: 95%;
		display: block;
	}

	.front-page #studio .studio-body .left{
		width: 80%;
	}

	.front-page #studio .studio-body .right h2{
		font-size: 100%;
	}

	.front-page #studio .studio-body .right{
		width: 100%;
	}

	.front-page #studio .studio-body .studio-logo{
		max-width: 180px;
		width: 100%
	}
	.front-page #studio .studio-body .right p{
		font-size: 80%;
	}

	.front-page #studio .studio-body .btn-box .btn02{
		width: 40%;
	}

	.front-page #studio .studio-body .btn-box .btn02 a{
		font-size: 90%;
	}

	.front-page #childhood .menu-body{
		padding: 40px 60px;
	}

	.front-page #childhood .menu-body .menu-box{
		width: 100%;
	}

	.front-page #childhood{
		background: url(../images-sp/top/childhood-bk.jpg) center top no-repeat;
		background-size: 100%;
	}

	.front-page #about .about-body .about-logo{
		text-align: center;
	}

	.front-page #about .about-body .about-logo img{
		width: 140px;
	}

	.front-page #about .about-body h2{
		font-size: 150%;
	}

	.front-page .menu-body .menu-box p{
		font-size: 90%;
	}

	.front-page #about .about-body p{
		font-size: 90%;
		line-height: 1.6;
	}

	.front-page #about .about-body a{
		font-size: 80%;
	}

	.front-page #childhood .menu-body{
		padding: 30px 30px;
	}

	.front-page #childhood .menu-body .menu-box .title img{
		width: 60%;
	}

	.front-page .menu .menu-box .title h2{
		top: -10px;
	}

	.front-page .menu .menu-btn .btn p{
		font-size: 90%;
	}

	.front-page .menu .menu-btn{
		margin-top: 20px;
	}

	.front-page .menu .menu-box .title h2{
		font-size: 100%;
	}

	.front-page #lifestage .menu-body{
		width: 100%;
		padding: 40px 0;
	}

	.front-page #lifestage .menu-body .menu-box .title img{
		max-width: 200px;
		width: 60%;
	}

	.front-page #lifestage .menu-body{
		padding: 30px 30px;
		box-sizing: border-box;
	}

	.front-page #lifestage .menu-body .menu-box{
		width: 100%;
	}

	.front-page .menu-body .menu-box .menu-right-text{
		margin: 0 0 0 auto;
		width: 80%;
	}

	.front-page .menu-body .menu-box .menu-left-text{
		margin: 0 auto 0 0;
		width: 80%;
	}

	.front-page #lifestage{
		background: url(../images-sp/top/stageoflife-bk.jpg) center top no-repeat;
		background-size: 100%;
	}

	.front-page #other .menu-body{
		width: 95%;
		padding: 40px 0;
	}

	.front-page #other .menu-body .menu-box .title img{
		max-width: 200px;
		width: 60%;
	}

	.front-page #other .menu-btn .btn p{
		font-size: 100%;
	}

	.front-page #other .menu-btn .btn h3{
		font-size: 70%;
		padding:0 10px 15px
	}

	.front-page #gallery{
		padding: 40px;
	}

	.front-page #gallery .gallery-title{
		max-width: 200px;
	}

	.front-page #gallery .gallery-body{
		width: 100%;
	}
	
	.front-page #gallery .gallery-body .alubmn-btn{
		margin-top: 40px;
	}

	.front-page #gallery .gallery-body .alubmn-btn p{
		font-size: 120%;
		padding: 10px 10px 0 20px;
	}

	.front-page #gallery .gallery-body .alubmn-btn h3{
		padding: 10px 10px 10px 20px;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box{
		width: 32.5%;
		margin-right: 1%;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:last-child{
		display: none;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:nth-child(3n){
		margin-right: 0;
	}

	.front-page #gallery .gallery-img-wrap .gallery-box:nth-child(5n){
		margin-right: 1%;
	}

	.front-page #gallery .gallery-body .alubmn-btn{
		width: 80%;
	}
}

@media print, screen and (max-width: 640px) {


}

@media print, screen and (max-width: 480px) {

}

@media print, screen and (min-width: 741px) and (max-width: 1200px) {


}

@media print, screen and (min-width: 741px) and (max-width: 1000px) {
}



