@charset "utf-8";

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .small {
	font-size: 14px;
	font-weight: normal
}

#main h3 {
	text-align: center;
	font-size: 24px
}

#main .bg_white {
	background-color: #fff;
	padding-top: 30px;
}

.mb20 {
	margin-bottom: 20px !important;
}

#main .borde {
	color: #c03c3f;
}

.fs18{
	font-size: 1.8em!important;
}

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

#main .top-sec h2 {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: left;
}

#main .top-sec .com-text-box {
	height: 350px;
}

#main .top-sec .com-text-box ul:not(:last-of-type) {
	margin-left: 50px;
}

#main .com-text-box li {
	line-height: 1.5;
	background-position: right 7px top;
}

#main .top-sec .com-text-box li:not(:last-of-type) {
	margin-left: 35px;
}

#main .sec01 {
	background: url(../img/senior/bg01n.jpg) no-repeat right top -15px / 1340px;
}

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

#main .sec01 .top-box .ttl {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	letter-spacing: 1px;
}

#main .sec01 .top-box .text {
	padding: 211px 0 0 90px;
	width: calc(100% - 178px);
	box-sizing: border-box;
}

#main .sec01 .top-box .text h2 {
	margin-bottom: 24px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

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

#main .sec01 .img-area {
	padding: 31px 0 40px;
	position: relative;
}

#main .sec01 .img-area::after {
	width: calc(50% + 550px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}

#main .sec01 .img-area .content {
	padding: 0 61px;
	box-sizing: border-box;
}

#main .sec01 .img-area .h2-ttl {
	margin-bottom: 34px;
	width: auto;
	height: auto;
	position: relative;
	z-index: 1;
	left: 0;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	transform: translateY(0);
}

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

#main .sec01 .img-area .img-inner .photo-box {
	width: 490px;
}

#main .sec01 .img-area .img-inner .text-box {
	width: calc(100% - 490px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

#main .sec01 .img-area .img-inner .text-box .sub {
	margin: 0 0 0 -31px;
	padding: 0 40px;
	width: calc(100% + 31px);
	height: 261px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #FFF;
	box-sizing: border-box;
}

#main .sec01 .img-area .img-inner .text-box h3 {
	margin-bottom: 16px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}

#main .sec01 .img-area .img-inner01 {
	margin-top: 39px;
	flex-direction: row-reverse;
}

#main .sec01 .img-area .img-inner01 .sub {
	margin: 0 -31px 0 0 !important;
}

#main .inner {
	display: flex;
	align-items: center;
}

#main .inner .com-text-box ul:not(:last-of-type) {
	margin-left: 50px;
}

#main .inner .com-text-box li {
	line-height: 1.5;
}

#main .inner .com-text-box li:not(:last-of-type) {
	margin-left: 35px;
}

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

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

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

	#main .top-sec h2 {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}

	.page-title .text h2 {
		text-align: center;
		width: 80px;
		font-size: 3.2rem;
		line-height: 1.22;
	}

	#main .top-sec .com-text-box {
		width: auto;
		height: auto;
	}

	#main .top-sec .com-text-box ul:not(:last-of-type) {
		margin: 0 0 30px;
	}

	#main .top-sec .com-text-box li {
		line-height: 1.33;
		background-position: left 23px top 6px;
	}

	#main .top-sec .com-text-box li:not(:last-of-type) {
		margin-left: 0;
	}

	#main #feature {
		display: block;
		margin: -100px;
		padding: 100px;
	}

	#main .sec01 {
		padding-bottom: 0;
		background: none
	}

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

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

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

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

	#main .sec01 .img-area {
		padding: 41px 0 43px;
		position: relative;
	}

	#main .sec01 .img-area::after {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		content: '';
	}

	#main .sec01 .img-area .img-inner {
		display: block;
	}

	#main .sec01 .img-area .img-inner .photo-box {
		margin-bottom: 12px;
		width: auto;
	}

	#main .sec01 .img-area .img-inner .photo-box img {
		width: 100%;
	}

	#main .sec01 .img-area .img-inner .text-box {
		width: auto;
		display: block;
	}

	#main .sec01 .img-area .img-inner .text-box .sub {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		display: block;
		padding: 50px 45px
	}

	#main .sec01 .img-area .img-inner .text-box h3 {
		margin-bottom: 9px;
		font-size: 1.7rem;
	}

	#main .sec01 .img-area .img-inner .text-box p {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .sec01 .img-area .img-inner01 {
		margin-top: 30px;
	}

	#main .sec01 .img-area .img-inner01 .sub {
		margin: 0 !important;
	}

	#main .inner .com-text-box {
		margin: 0 28px;
		padding: 0 0 29px;
		width: auto;
		height: auto;
	}

	#main .inner .com-text-box ul:not(:last-of-type) {
		margin: 0 0 21px;
	}

	#main .inner .com-text-box li {
		line-height: 1.5;
		background-position: left 23px top 6px;
	}

	#main .inner .com-text-box li:not(:last-of-type) {
		margin-left: 0;
	}
}

#main .note {
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333333;
	margin-bottom: 1em
}

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

/* 追加　menu */
#main .sec01 .img-area .img-inner .text-box h3 {
	line-height: 1em;
}

@media all and (max-width: 896px) {
	#main .sec01 .img-area .img-inner .photo-box {
		position: relative;
		z-index: 100;
	}

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

	#main .sec01 .img-area .img-inner01:last-child {
		margin-bottom: 0px;
	}

	#main .sec01 .img-area .img-inner .text-box {
		margin-left: -45px;
		margin-right: -45px;
		margin-top: -30px;
	}
}

@media all and (min-width: 897px) {
	#main .sec01 .img-area .img-inner .text-box .sub {
		position: absolute;
		top: 30px;
		height: auto;
		margin: 0 0 0 -17px;
		padding: 40px;
		width: calc(100% + 17px);
	}

	#main .sec01 .img-area .img-inner .photo-box {
		width: 566px;
	}
}

@media all and (max-width: 896px) {
	#main .sec01 .img-area .img-inner .text-box .box_shooting_free .left {
		width: 40%;
	}

	#main .sec01 .img-area .img-inner .text-box .box_shooting_free .center {
		width: 30%;
		padding-bottom: 10px;
	}

	#main .sec01 .img-area .img-inner .text-box .box_shooting_free .right {
		width: 30%;
	}

	#main .sec01 .img-area .img-inner .text-box .box_shooting_free {
		height: auto;
	}

	#main .sec01 .img-area .first .text-box .box_shooting_free .left {
		width: 100%;
		text-align: center;
	}

	#main .sec01 .img-area .first .text-box .box_shooting_free .center {
		width: 50%
	}

	#main .sec01 .img-area .two_buttons {
		display: block
	}

	#main .sec01 .img-area .link_btn {
		margin-top: 1em;
	}
}


/* 追加index.html */
#main .sec01 .img-area .text {
	display: flex;
	align-items: center;
}

#main .sec01 .img-area .text .ttl {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #c03c3f;
}

#main .sec01 .img-area .text .ttl .num {
	display: block;
	font-size: 3rem;
	line-height: 1;
}

#main .sec01 .img-area .img-inner .text .txt {
	padding-left: 20px;
	width: calc(100% - 100px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	box-sizing: border-box;
	font-size: 3rem;
	text-align: left;
}

#main .sec01 .img-area .text .txt span {
	display: block;
	color: #c03c3f;
	font-size: 1.6rem;
}

@media (max-width: 896px) {
	#main .sec01 .img-area .img-inner .text .txt {
		font-size: 2.6rem
	}

	#main .sec01 .img-area .text .ttl {
		width: 57px;
		height: 57px;
		font-size: 1.3rem;
	}

	#main .sec01 .img-area .text .ttl .num {
		font-size: 2.1rem;
	}

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

/* 料金 */

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

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

#main .sec02 {
	text-align: center;
	padding-top: 30px;
}

#main .sec02 .course {
	padding-bottom: 90px
}

#main .sec02 .course img{
	width: 100%;
}

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

#main .sec02 h3 {
	background-color: #cbcead;
	padding: 5px;
	margin-bottom: 60px;
	font-size: 2em;
	letter-spacing: 2px;
}

#main .sec02 h4 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

#main .sec02 .flex_wrap .box_left,
#main .sec02 .flex_wrap .box_right {
	text-align: left;
}

@media all and (min-width: 897px) {
	#main .sec02 .flex_wrap .box_left,
	#main .sec02 .flex_wrap .box_right {
		width: 49%;
	}
}

@media all and (max-width: 896px) {
	#main .sec02 h3{
		margin-bottom:30px
	}
	#main .sec02 .flex_wrap .box_left{
		margin-bottom: 50px;
	}
	#main .sec02 .course{
		padding-bottom: 60px;
	}
}

/* 商品ラインナップ */
#main #products {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

#main .sec_product {
	padding-top: 200px;
}

#main .sec_product h2 {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	margin-bottom: -38px;
	width: 260px;
	height: 220px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 896px) {
	#main .sec_product {
		padding-top: 100px;
	}
	#main .sec_product h2 {
		margin-bottom: -21px;
		width: auto;
		height: auto;
		text-align: center;
		position: relative;
		left: 50%;
		transform: translate(-50%, -50%);
		writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		direction: ltr;
	}
}

/* フォトギャラリー */

#main .p-gallery h2 {
	margin-top: 100px;
}

#main h2.bdr_left .line::before {
	display: none;
}

#main .p-gallery h2 .line::after {
	top: -10px;
	height: 80px;
}

#main .p-gallery {
	padding-bottom: 80px;
}

#main .p-gallery .inner {
	margin: 0 0 0 auto;
	width: calc(50% + 550px);
	display: block;
}

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

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

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

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

#main .p-gallery .rental {
	position: relative;
}

#main .p-gallery .rental span {
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #000;
	padding: 0px 5px;
	background-color: rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 896px) {
	#main .p-gallery h2 {
		margin-bottom: 44px;
		margin-top: 60px;
		padding-right: 0;
		font-size: 2.1rem;
	}

	#main .p-gallery h2 .line::after {
		top: -8px;
		height: 50px;
	}

	#main .p-gallery {
		padding: 0 0 40px;
		background: none;
	}

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

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

	#main .p-gallery .inner {
		width: auto;
		margin: 0 0 0 30px;
	}

	#main .p-gallery .slick-next {
		width: 75px;
		height: 75px;
		right: 46px;
		background: url(../img/senior/btn.png) no-repeat center / cover;
	}
}

/* お客様の声 */
#main .sec_voice li:nth-child(odd) {
	border-right: none;
}

#main .sec_voice .head-line01 {
	margin-bottom: -100px;
	top: -170px;
}

#main .sec_voice {
	margin-top: 250px;
	margin-bottom: 60px;
}

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

	#main .sec_voice .head-line01 {
		top: -180px;
		margin-bottom: -150px;
	}
}


/* Gナビ ベビーフォトサービス追加*/
.page-baby #g-navi li:not(:last-of-type) {
	margin-right: 8px
}

.page-baby #g-navi li:not(:last-of-type) a {
	padding-right: 8px;
}

#g-navi li a {
	font-size: 1.5rem;
}

#g-navi ul {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 50px;
}

#g-navi ul li:nth-child(11) span {
	display: none;
}

@media (max-width: 896px) {

	#menuBox>div:nth-child(4)>ul.link-list>li:nth-child(1) {
		display: none;
	}
}

#g-footer .f-navi li:nth-child(2) li:last-child {
	display: none;
}

@media (min-width: 897px) {
	#g-footer .f-navi {
		background-color: #f9f7f5;
	}
}

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

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

.banner a:last-child {
	margin: 50px auto 0;
	display: block;
}

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

@media all and (max-width: 896px) {
	.banner {
		padding-top: 0;
	}

	.banner img {
		width: 100%;
	}

	.banner::before {
		display: none;
	}
}

/* キャンペーン*/
#main .campaign {
	border: solid 1px #ec0400;
	line-height: 1.2;
	text-align: center;
	padding: 10px;
	font-size: 1.6rem;
	color: #ec0400;
	margin-top: 20px;
	width: 470px;
}

#main .campaign a {
	color: #ec0400;
	border-bottom: 1px solid #ec0400;
	display: inline-block;
	margin-top: 1rem;
}

@media all and (max-width: 896px) {
	#main .campaign {
		margin-top: 1em;
		margin-bottom:1em;
		width: auto;
	}

	#main .campaign_side {
		position: unset;
	}
}

/* フッター */
#g-footer .f-navi .link-list li:first-child {
	margin-right: 10%;
}

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

/* リンク先表示調整 */
	#voice {
		display: block;
		position: relative;
		top: -170px;
		visibility: hidden;
	}
@media all and (max-width: 896px) {
	#feature{
		display: block;
		position: relative;
		top: -50px;
		visibility: hidden;
	}
	#price,
	#products{
		display: block;
		position: relative;
		top: -100px;
		visibility: hidden;
	}
	#voice {
		display: block;
		position: relative;
		top: -180px;
		visibility: hidden;
	}
}