@charset "utf-8";

/*------------------------------------------------------------
	school
------------------------------------------------------------*/

/* common */

.alignR{
	text-align: right!important;
}

/* #main .top-sec {　バナー表示時
    padding-top:10%;
} */

#main .top-sec .content {
	padding: 0 25px;
	position: relative;
	display: flex;
	align-items: center;
}

#main .com-text-box {
	width: 440px;
}

#main .com-text-box li {
	background-position: center top;
}

#main .com-text-box .sub-menu li {
	background: none;
	font-size: 1.6rem;
	line-height: 2.5;
}

#main .bg {
	background: url("../img/top/bgn.jpg") no-repeat right 0 top / 1360px;
}

#main .sec01 .top-box {
	padding: 120px 40px 100px 170px;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .top-box .ttl {
	width: 178px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .sec01 .img-area {
	margin-bottom: 127px;
	position: relative;
}

#main .sec01 .img-area::after {
	width: calc(50% + 410px);
	height: calc(100% + 107px);
	position: absolute;
	top: -54px;
	left: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-list {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .img-list>li {
	padding: 15px 13px 16px;
	width: 340px;
	background-color: #FFF;
	text-align: center;
	box-sizing: border-box;
}

#main .sec01 .img-list li .sub {
	padding: 24px 20px 35px;
	height: 100%;
	border: 1px solid #a5b3a1;
	box-sizing: border-box;
}

#main .sec01 .img-list li .pho {
	margin-bottom: 22px;
}

#main .sec01 .img-list li .title {
	margin-bottom: 28px;
	padding-bottom: 19px;
	position: relative;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#main .sec01 .img-list li .title::after {
	width: 46px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 23px);
	background-color: #958626;
	content: '';
}

#main .sec01 .sub-list {
	margin-bottom: 33px;
}

#main .sec01 .sub-list li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
	text-align: left;
}

#main .sec01 .sub-list li::after {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 5px;
	background-color: #958626;
	border-radius: 50%;
	content: '';
}

#main .sec01 .img-inner .note {
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.5em;
	font-size: 1.4rem
}

#main .sec01 .link {
	margin: 0 auto;
	width: 240px;
}

#main .sec01 .link a {
	padding: 10px 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c03c3f;
	border: 1px solid #c03c3f;
	border-radius: 100px;
}

#main .sec01 .img-inner {
	padding-bottom: 79px;
	position: relative;
}

#main .sec01 .img-inner::after {
	width: calc(50% + 625px);
	height: 414px;
	position: absolute;
	top: 280px;
	right: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-inner ul {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

#main .sec01 .img-inner li .pho {
	margin-bottom: 23px;
	position: relative;
}

#main .sec01 .img-inner li .pho::after {
	width: 1px;
	height: 69px;
	position: absolute;
	bottom: -56px;
	left: 20px;
	background-color: #958626;
	content: '';
}

#main .sec01 .img-inner li .title {
	margin-bottom: 14px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#main .sec01 .img-inner li .text {
	margin-top: 14px;
}

#main .sec01 .img-inner li p {
	margin-left: 31px;
}

#main .sec01 .img-inner .btn {
	margin: 10px 0 0 49px;
	width: 140px;
}

#main .sec01 .img-inner .btn a {
	padding-bottom: 4px;
	position: relative;
	color: #333333;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #333;
}

#main .sec01 .img-inner .btn a::after {
	width: 4px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: -17px;
	background: url("../../common_new/img/icon16.png") no-repeat left center;
	content: '';
}

#main .sec02 {
	padding-top: 170px
}

#main .sec02 h2 {
	margin-bottom: 49px;
	padding: 0 50px;
	position: relative;
	z-index: 1;
	text-align: center;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	left: 50%;
	transform: translateX(-50%);
}

#main .sec02 .img-box .text-box::after {
	height: 1100px;
}

#main .sec02 .img-box .photo-box li:not(:last-of-type) {
	margin-bottom: 40px;
}

/* 撮影ギャラリー */
#main .sec03 h2.bdr_left .line::before {
	display: none;
}

#main .sec03 h2 .line::after {
	height: 70px;
	top: -8px;
}

#main .sec03 h2 {
	margin-bottom: 80px;
	margin-top: 120px;
}

#main .sec03 {
	padding: 370px 0 175px;
	background: url("../img/top/bg03n-01.jpg") no-repeat left top;
	margin-top: -370px;
}

#main .sec03 .inner {
	margin: 0 0 0 auto;
	width: calc(50% + 550px);
}

#main .sec03 .photo-list {
	margin-bottom: 72px;
}

#main .sec03 .photo-list .slick-slide>div {
	margin-right: 51px;
	width: 412px;
}

#main .sec03 .photo-list li .photo {
	margin-bottom: 40px;
}

#main .sec03 .slick-prev {
	display: none !important;
}

#main .sec03 .slick-next {
	width: 126px;
	height: 126px;
	position: absolute;
	top: calc(50% - 93px);
	right: 34px;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: url("../img/top/btn.png") no-repeat center;
	cursor: pointer;
}

#main .sec05 {
	margin-bottom: 260px;
	margin-top: -140px
}

#main .sec05 .head-line01 {
	margin-bottom: 89px;
	padding: 0 10px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

#main .sec05 .img-list {
	margin-top: -60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .sec05 .img-list li {
	margin-top: 60px;
	width: 510px;
}

#main .sec05 .img-list li .photo {
	margin-bottom: -84px;
}

#main .sec05 .img-list li .text {
	margin-left: 25px;
	padding: 113px 40px 49px;
	background-color: #cbcead;
}

#main .sec05 .img-list li .text .title {
	margin-bottom: 27px;
	margin-right: -20px;
	font-size: 2.6rem;
	font-weight: 700;
}

#main .sec05 .img-list li .text p {
	line-height: 1.7;
}

/* 撮影のアドバイス */

#main .sec07 {
	background-color: #fff;
	padding-bottom: 140px;
}

#main .sec07 .head-line01 {
	margin-bottom: -38px;
	padding: 0 54px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	left: 68%;
	top: -180px;
}

#main .sec07 .desc {
	width: 49%;
}

#main .sec07 .h3 {
	font-size: 2.6rem;
}

#main .sec07 .before_ttl {
	font-size: 1.8rem;
}

#main .sec07 .advise {
	position: relative;
	z-index: 1;
}

#main .sec07 .advise::after {
	width: calc(50% + 580px);
	height: calc(100% + 107px);
	position: absolute;
	top: -54px;
	left: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec07 .advise .text_area {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	display: block;
	width: 980px;
}

#main .sec07 .advise .advise_title {
	max-width: 982px;
	margin: 0 auto 70px;
	position: relative;
}

#main .sec07 .advise .advise_title .desc h3 {
	font-size: 2.6rem;
	color: #c03c3f;
}

#main .sec07 .advise .advise_title .before_ttl {
	font-size: 1.8rem;
	font-weight: bold;
}

#main .sec07 .advise .advise_title p {
	font-size: 1.6rem;
}

#main .sec07 .advise .main_img {
	position: absolute;
	right: 0;
	top: -100px;
}

#main .sec07 .borde_box {
	background-color: #c03c3f;
	color: #fff;
	font-size: 1.6rem;
	width: 590px;
	margin: auto;
	padding: 20px 50px;
}

#main .sec07 .borde_box h3 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}

#main .sec07 .borde_box p {
	text-align: left;
}

#main .sec07 .list_ttl {
	font-size: 1.8rem;
	text-align: center;
	background-color: #eaebe1;
	padding: 15px 0 5px;
	margin-top: 50px;
}

#main .sec07 ul li {
	border-bottom: 1px solid #6c6c6c;
	font-size: 1.6rem;
	padding: 13px 0 12px 15px;
}

#main .shop {
	padding: 0 0 50px;
	background-color: #eaebe1;
}

#main .shop .content {
	padding: 0 25px;
}


.com-img-area {
	padding-bottom: 110px;
}

.com-img-area .img-box .text-box {
	padding: 40px 0 60px;
}

.bgw {
	background-color: #fff;
	padding-top: 60px
}

#main .sec02 .small {
	font-size: 0.8em;
}

#main .sec02 .strong {
	font-size: 1.1em;
}

@media all and (max-width: 896px) {
	#main .com-text-box .sub-menu {
		margin-top: 14px
	}

	#main .com-text-box .sub-menu li {
		line-height: 1.4;
		font-size: 1.3rem;
	}

	#main .top-sec {
		margin-bottom: 0;
		padding-bottom: 45px;
	}

	#main .top-sec .content {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
	}

	#main .com-text-box {
		width: 280px;
	}

	#main .com-text-box li {
		padding-left: 20px;
		background-position: left 8px;
	}

	#main .bg {
		background: none;
	}

	#main .sec01 .top-box {
		padding: 71px 0 34px;
		display: block;
	}

	#main .sec01 .top-box .ttl {
		margin-bottom: 14px;
		padding: 0 12px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 40px;
	}

	#main .sec01 .top-box .text {
		padding: 0;
		width: auto;
		box-sizing: border-box;
	}

	#main .sec01 .top-box .text h2 {
		margin-bottom: 11px;
		font-size: 1.7rem;
	}

	#main .sec01 .top-box .text p {
		font-size: 1.3rem;
		line-height: 1.83;
	}

	#main .sec01 .img-area {
		margin-bottom: 123px;
	}

	#main .sec01 .img-area::after {
		width: 100%;
		height: 100%;
		top: 64px;
	}

	#main .sec01 .img-list {
		margin: 0 15px;
		width: auto;
		display: block;
	}

	#main .sec01 .img-list>li {
		padding: 15px 13px 16px;
		width: auto;
		background-color: #FFF;
		text-align: center;
		box-sizing: border-box;
	}

	#main .sec01 .img-list>li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	#main .sec01 .img-inner {
		padding-bottom: 0;
	}

	#main .sec01 .img-inner::after {
		width: 100%;
		height: 94.8%;
		bottom: auto;
		top: 136px;
	}

	#main .sec01 .img-inner h3,
	#main .sec03 h2 {
		margin-bottom: 44px;
		padding-right: 0;
		font-size: 2.1rem;
	}

	#main .sec01 .img-inner ul {
		margin-right: -30px;
		display: block;
	}

	#main .sec01 .img-inner li:not(:last-of-type) {
		margin-bottom: 37px;
	}

	#main .sec01 .img-inner .btn {
		margin: 18px 0 0 49px;
	}

	#main .sec01 .img-inner li .pho img {
		width: 100%;
	}

	#main .sec01 .link {
		max-width: 240px;
		width: 100%;
	}

	#main .sec02 {
		padding: 160px 0 37px;
	}

	#main .sec02 h2 {
		margin-bottom: -2px;
		padding: 0 35px;
		transform: translate(-50%, -30%);
	}

	#main .sec03 {
		margin-top: 0;
		background: none;
		padding-top: 0;
		padding-bottom: 100px;
	}

	#main .sec03 h2 .line::after {
		height: 50px;
	}

	#main .sec03 h2 {
		margin-top: 0;
	}

	#main .sec03 .p-top {
		margin: 0 -20px 34px;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	#main .sec03 .photo-list {
		margin: 0 0 37px -15px;
	}

	#main .sec03 .photo-list .slick-slide>div {
		margin-right: 10px;
		width: 238px;
	}

	#main .sec03 .photo-list li .photo {
		margin-bottom: 20px;
	}

	#main .sec03 .photo-list li .text .ttl {
		width: 57px;
		height: 57px;
		font-size: 1.3rem;
	}

	#main .sec03 .photo-list li .text .ttl .num {
		font-size: 2.1rem;
	}

	#main .sec03 .photo-list li .text .txt {
		padding-left: 10px;
		width: calc(100% - 57px);
		font-size: 1.3rem;
		line-height: 1.24;
	}

	#main .sec03 .inner {
		margin: 0 0 0 30px;
		width: auto;
	}

	#main .sec03 .slick-next {
		width: 75px;
		height: 75px;
		top: calc(50% - 47px);
		right: 46px;
		background: url(../img/top/btn.png) no-repeat center / cover;
	}

	#main .sec05 {
		margin-bottom: 80px;
		padding-top: 50px;
	}

	#main .sec05 .head-line01 {
		margin-bottom: 28px;
		padding: 0 15px;
		margin-top: 15px;
	}

	#main .sec05 .img-list {
		margin: 0 -15px 0;
		display: block;
	}

	#main .sec05 .img-list li {
		margin-top: 0;
		width: auto;
	}

	#main .sec05 .img-list li:not(:last-of-type) {
		margin-bottom: 32px;
	}

	#main .sec05 .img-list li .photo {
		margin-bottom: -62px;
	}

	#main .sec05 .img-list li .photo img {
		width: 100%;
	}

	#main .sec05 .img-list li .text {
		margin-right: -15px;
		margin-left: 15px;
		padding: 82px 32px 23px;
	}

	#main .sec05 .img-list li .text .title {
		margin-bottom: 11px;
		margin-right: 0;
		font-size: 1.7rem;
	}

	#main .sec05 .img-list li .text p {
		line-height: 1.7;
	}

	#main .sec07 {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	#main .sec07 .head-line01 {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .sec07 .advise .text_area {
		width: auto;
		margin: 0 7% 0 3%;
	}

	#main .sec07 .advise .advise_title {
		width: 100%;
		padding-top: 80px;
		margin-bottom: 20px;
	}

	#main .sec07 .advise .main_img {
		width: 50%;
		position: absolute;
		right: 0;
		top: -50px;
	}

	#main .sec07 .desc {
		width: 100%;
	}

	#main .sec07 .advise {
		margin-top: 130px;
	}

	#main .sec07 .leftside::after {
		right: 3%;
		top: -30px;
		width: calc(100% - 3%);
		height: calc(100% + 80px);
	}

	#main .sec07 .advise .advise_title .desc h3 {
		font-size: 1.6rem;
		line-height: 1.3em;
		margin-bottom: 2em;
	}

	#main .sec07 .advise .advise_title .desc p {
		font-size: 1.3rem
	}

	#main .sec07 .borde_box {
		width: auto;
		padding: 10px;
		font-size: 1.3rem;
	}

	#main .sec07 .borde_box h3 {
		font-size: 1.6rem;
	}

	#main .sec07 ul li {
		font-size: 1.3rem;
	}

	#main .shop .com-shop-box .txt-box .sub-box {
		padding: 20px 30px 40px;
	}

	#main .com-img-area .com-shop-box .content {
		padding: 0;
	}

	.com-img-area {
		padding-bottom: 36px;
		padding-top: 50px;
	}

	#main .inner .com-text-box {
		padding-bottom: 38px;
	}

	#main .com-img-area .img-box .text-box {
		padding-bottom: 0
	}

	#main .com-img-area .img-box {
		margin-bottom: 80px;
	}

	#main .shop {
		position: relative;
		padding-bottom: 40px;
	}
}

/* キャンペーン */
.sec02 .campaign{
	color:#ec0400;
	padding:0.8em;
	border:1px solid #ec0400;
	margin:1em 1em 1em 0;
	line-height: 1.4;
	font-size: 2rem;
}

.sec02 .campaign .title{
	margin-bottom: 1rem;
}

.sec02 .campaign p{
	font-size: 2rem;
	text-indent: -23px;
	padding-left: 20px;
}

@media all and (max-width: 896px) {
	.sec02 .campaign{
		font-size: 1.7rem;
	}
	.sec02 .campaign p{
		font-size:1.7rem;
	}
}

/* お客様の声 */

#main .sec06 {
	margin-bottom: 70px;
	margin-top: 150px;
}

#main .sec06 .head-line01 {
	margin-bottom: -100px;
	top: -180px;
}

#main .sec_voice li:nth-child(odd) {
	border-right: none;
}

@media all and (max-width: 896px) {
	#main .sec06 {
		margin-bottom: 56px;
		margin-top: 80px;
	}
	#main .sec06 .head-line01{
		margin-bottom:-150px;
	}
}

/* タブレット のみ*/
@media (max-width: 895px) and (min-width: 521px) {
	#main .sec07 .advise .advise_title {
		padding-top: 200px;
	}
	#main .sec06 .head-line01{
		top: -60px;
   		 margin-bottom: -50px;
	}
	#main .sec_voice .text-area {
		padding-top: 0px;
	}
}

/* フッター */
@media all and (min-width: 897px) {
	#g-footer .f-navi .link-list {
		justify-content: center;
	}

	#g-footer .f-navi {
		background-color: #f9f7f5;
	}
}

@media all and (max-width: 896px) {
	#g-footer {
		border-top: 1px solid #eaebe1
	}
}

#g-footer .f-navi .link-list li:first-child {
	margin-right: 10%;
}

/* キャンペーンバナー */
.banner{
	position: relative;
	background: #fff;
	text-align: center;
	padding-top: 50px;
}

.banner img{
	text-align: center;
	position: relative;
	z-index: 10;
}

.banner::before{
	width: 100%;
    height: 250px;
    position: absolute;
    top: 200px;
	left:0;
    background-color: #eaebe1;
    content: '';
	z-index: 0;
}

@media all and (max-width: 896px) {
	.banner{
		padding-top:20px;
	}
	.banner img {
		width: 100%;
	}
	.banner::before{
		top:0;
		height: 50px;
	}
}

/* タブレット のみ*/
@media (min-width: 521px) {
	.udr_tab{
		display: none!important;
	}
}
@media (max-width: 520px) {
	.ovr_tab{
		display: none!important;
	}
}



/* リンク先表示調整 */

#main #voice_s,
#main #advice_s {
	display: block;
	position: relative;
	top: -180px;
	visibility: hidden;
}

@media all and (max-width: 896px) {

	#main #contact_s,
	#main #advice_s,
	#main #gallery_s,
	#main #cherish_s {
		display: block;
		position: relative;
		top: -100px;
		visibility: hidden;
	}

	#main #service-price_s {
		display: block;
		position: relative;
		top: -90px;
		visibility: hidden;
	}

	#main #recommend_s {
		display: block;
		position: relative;
		top: -140px;
		visibility: hidden;
	}

	#main #voice_s {
		display: block;
		position: relative;
		top: -180px;
		visibility: hidden;
	}
}