@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.alignL{
	text-align: left;
}

#g-header {
	padding-bottom: 50px;
	background: url("../../common_new/img/bg.png") repeat-x top left / 10px auto;
}

.mainVisual {
	margin-bottom: -6px;
	position: relative;
}

.mainVisual__text {
	margin-top: 18px;
	position: absolute;
	width: 582px;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.mainVisual__text h2 {
	margin-bottom: 28px;
}

.mainVisual__text p {
	margin-left: 2px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-shadow: 0 0 2px #FFF;
}

.mainVisual__text p span {
	margin-bottom: 5px;
	display: block;
	font-size: 2.2rem;
}

.mainVisual__image img {
	width: 100%;
}

.sliderArea {
	position: relative;
}

.slick-dots {
	position: absolute;
	right: 63px;
	bottom: 54px;
}

.slick-dots li {
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 3px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-color: #958626;
	opacity: 0.3;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.slick-dots li button {
	display: none;
}

#main .newsArea {
	padding: 1px 0 70px;
	position: relative;
}

#main .newsArea::before {
	position: absolute;
	right: 0;
	left: calc(50% - 430px);
	top: 0;
	height: 338px;
	content: '';
	background: url(../img/index/news_bg.png) no-repeat right bottom / auto 100%;
	background-color: #71714b;
}

#main .info {
	margin: -19px 0 54px;
	padding: 20px 0 18px;
	position: relative;
	width: calc(50% + 259px);
	display: flex;
	justify-content: flex-end;
	z-index: 10;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	background: #FFF;
}

#main .info__ttl {
	padding: 7px 10px 7px 30px;
	width: 165px;
	font-size: 1.6rem;
	background: url(../../common_new/img/icon03.png) no-repeat left center;
	box-sizing: border-box;
}

#main .info__link {
	margin-left: 10px;
	width: 610px;
	border-left: 1px solid #958626;
}

#main .info__link a {
	padding: 6px 31px;
	display: block;
	font-size: 1.6rem;
	color: #111;
	background: url(../../common_new/img/icon02.png) no-repeat right 37px center;
}

#main .info__link a:hover {
	opacity: 0.7;
}

#main .banner {
	position: relative;
	margin: 0 auto 84px;
	width: 1000px;
	background-color: #fff;
}

#main .banner .slick-dots {
	right: 0;
	left: 0;
	bottom: -29px;
	text-align: center;
}

#main .banner .banner__list .slick-slide>div {
	height: 300px;
}

#main .banner .banner__list img {
	width: 100%;
}

#main .banner .banner__list a:hover {
	opacity: 0.7;
}

#main .newsArea .news {
	margin: 0 auto;
	width: 860px;
	display: flex;
	justify-content: space-between;
}

#main .newsArea .news__ttl {
	padding-top: 24px;
	width: 218px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	/* border-left: 1px solid #958626; */
	border-right: 1px solid #646433;
	font-weight: bold;
}

#main .newsArea .news__list {
	padding: 10px 0 10px 20px;
	width: 590px;
}

#main .newsArea .news__list li {
	margin-bottom: 8px;
	display: flex;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	justify-content: space-between;
	border-bottom: 1px solid #646433;
	padding: 20px 0 25px;
}

#main .newsArea .news__list li:last-child {
	margin-bottom: 0;
}

#main .newsArea .news__list .time {
	width: 100px;
	color: #646433;
}

#main .newsArea .news__list .txt {
	width: calc(100% - 105px);
}

#main .newsArea .news__list a {
	display: block;
}

#main .newsArea .news__list a:hover {
	opacity: 0.7
}

#main .about .top-img img {
	width: 100%;
}

#main .about .bg-box {
	padding: 45px 0 109px;
	background: url(../img/index/about_bg.png) no-repeat center top / 100% auto;
}

#main .about .content {
	max-width: 860px;
}

#main .about h2 {
	margin-right: -20px;
	margin-bottom: 22px;
	font-size: 4.8rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#main .about p {
	margin-bottom: 25px;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

#main .about .photo {
	margin: 42px 0 25px;
	text-align: center;
}

#main .about .note-list li {
	padding: 0 0 5px 1em;
	color: #333;
	font-size: 1.2rem;
	text-indent: -1em;
}

#main .about .note-list li:last-child {
	padding-bottom: 0 !important;
}

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

#main .shop::before {
	width: calc(50% + 430px);
	top: 246px;
	bottom: 0;
	position: absolute;
	right: 0;
	background: #cbcead;
	content: "";	
}

#main .contact {
	padding: 116px 0 60px;
	position: relative;
	flex-direction: row-reverse;
	align-items: center;
}

#main .contact .ttl-box {
	width: 50%;
	padding-top: 29px;
	box-sizing: border-box;
}

#main .contact .ttl-box .head-line01 {
	width: 550px;
	margin-bottom: 0 !important;
}

#main .contact .txt-box {
	padding: 36px 58px 60px 0;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	background-color: #fff;
}

#main .contact .txt-box .sub-box {
	width: 470px;
	margin-left: auto;
}

#main .contact .txt-box .title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

#main .contact .txt-box p {
	margin-bottom: 35px;
	letter-spacing: 0.05em;
}

@media all and (max-width: 896px) {
	#g-header {
		position: absolute;
	}

	.mainVisual__text {
		width: 246px;
		right: auto;
		left: 15px;
		top: auto;
		bottom: 37px;
	}

	.mainVisual__text h2 {
		margin-bottom: 0;
	}

	.mainVisual .slick-dots {
		right: 30px;
		bottom: 30px;
	}

	.slick-dots li {
		width: 25px;
	}

	.slick-dots li:not(:last-of-type) {
		margin-right: 2px;
	}

	#main .newsArea {
		padding: 0 0 60px;
	}

	#main .newsArea::before {
		top: 0;
		height: 176px;
	}

	#main .info {
		margin: 0;
		padding: 18px 30px 21px;
		position: relative;
		display: block;
		top: 0;
		width: auto;
	}

	#main .info__ttl {
		width: auto;
		margin-bottom: 4px;
		padding: 6px 10px 7px 30px;
		font-size: 1.7rem;
	}

	#main .info__link {
		margin-left: 0;
		width: inherit;
		border: none;
	}

	#main .info__link a {
		padding: 0;
		font-size: 1.5rem;
		background-position: right center;
	}

	#main .info .lead{
		color:#eaebe1
	}

	#main .banner {
		width: auto;
		margin: 0 15px 70px;
	}

	#main .banner .banner__list .slick-slide>div {
		height: auto;
	}

	#main .banner .banner__list img {
		margin-bottom: -6px;
	}

	#main .newsArea .news {
		margin: 0 15px;
		width: auto;
		display: block;
	}

	#main .newsArea .news__ttl {
		padding: 23px 15px 30px;
		width: auto;
		font-size: 1.7rem;
		text-align: left;
		border: none;
	}

	#main .newsArea .news__list {
		padding: 0;
		width: auto;
	}

	#main .newsArea .news__list li {
		margin-bottom: 15px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		padding: 0 1em 15px;
	}

	#main .newsArea .news__list .time {
		width: 90px;
	}

	#main .newsArea .news__list .txt {
		width: calc(100% - 100px);
		letter-spacing: 0;
	}

	#main .about .bg-box {
		padding: 32px 0 45px;
		background-image: url(../img/index/sp_about_bg.png);
	}

	#main .about .content {
		max-width: inherit;
	}

	#main .about h2 {
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 2.5rem;
		line-height: 1.4;
	}

	#main .about p {
		margin-bottom: 22px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .about .photo {
		margin: 30px auto 38px;
		max-width: 280px;
	}

	#main .about .note-list li {
		font-size: 1.1rem;
	}

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

	#main .shop::before {
		width: 100%;
		top: 84px;
	}
	.com-img-area .head-line01 {
		margin-bottom: 14px;
		top: 0;
	}
	#main .com-shop-box .txt-box .sub-box {
		padding-top: 43px;
	}

	#main .contact {
		padding: 58px 0 0;
		display: block;
	}

	#main .contact .ttl-box {
		margin-bottom: -53px;
		width: auto;
		padding-top: 0;
		position: relative;
		z-index: 1;
	}

	#main .contact .ttl-box .head-line01 {
		width: auto;
	}

	#main .contact .txt-box {
		width: auto;
		padding: 89px 30px 40px;
	}

	#main .contact .txt-box .sub-box {
		width: auto;
	}

	#main .contact .txt-box .title {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}

	#main .com-shop-box .pho-box .name {
		font-weight: 500;
	}
}

@media all and (max-width: 374px) {
	#main .about h2 {
		font-size: 2.4rem;
	}
}

/* ----------
20220328追加 
-----------*/
/* SP時のヘッダー固定 */
@media (max-width: 896px) {

	/* SP表示時ヘッダー固定 */
	#g-header .h-box {
		/* padding: 25px 32px 25px; */
		background-color: transparent;
	}

	#g-header {
		position: fixed;
		padding-bottom: 100px;
	}

	/* ハンバーガーメニュ－ */
	.menu {
		top: 10px;
		z-index: 30;
	}

	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#g-header.scroll-nav {
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
		padding-bottom: 0px;
		z-index: 20;
	}
}

/* 店舗情報修正 */
.com-img-area .com-shop-box::after {
	display: none
}

.com-img-area {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 60px;
}

/* ニュースのない場合 */
#main .info {
	background-color: transparent;
}

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

@media (max-width: 896px) {
	.menu-box .link-list {
		margin: 0 20px;
	}
}


/*------------------------------------------------------------
	baby.html移植
------------------------------------------------------------*/
.red {
	color: #ec0400 !important
}

.fs14 {
	font-size: 1.4rem !important;
}

.fs22 {
	font-size: 2.2rem !important;
}

.fs20 {
	font-size: 2.0rem !important;
}

.strong{
	font-weight: bold;
	font-size: 1.3em;
}

#main .inner {
	background-color: #fff;
}

#main .top-sec {
	background-color: #fff;
	padding-top: 120px;
    padding-bottom: 20px
}

#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 {
	width: 600px;
	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 .com-text-box li.two_line {
    line-height: 1.7;
	background-position: center top;
}

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

#main .sec01 .sub01 h2 {
	margin-bottom: 48px;
	width: 260px;
	height: 290px;
	left: 49%;
}

#main .sec02 {
	padding-bottom: 111px;
}

#main .sec02 .img-box {
	display: flex;
	justify-content: space-between;
}

#main .sec02 .img-box .photo-box {
	width: 490px;
}

#main .sec02 .img-box .text-box {
	width: calc(100% - 490px);
	display: flex;
	align-items: center;
}

#main .sec02 .img-box .text-box .sub {
	margin-left: -31px;
	padding: 23px 34px;
	min-height: 291px;
	background-color: #d5d7c5;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#main .sec02 .img-box .text-box h3 {
	margin-bottom: -5px;
	margin-right: -20px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}

#main .sec02 .img-box .text-box .price {
	margin-bottom: 9px;
}

#main .sec02 .img-box .text-box .price span {
	font-size: 2.8rem;
	font-weight: 700;
	vertical-align: -2px;
}

#main .sec02 .img-box .text-box p {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
}

#main .sec02 .img-box01 {
	margin: 50px 0;
	flex-direction: row-reverse;
}

#main .sec02 .img-box01 .text-box .sub {
	margin: 0 -31px 0 0;
}

#main .sec02 .img-box .h3-ttl {
	margin-bottom: -15px !important;
}

#main .sec02 .img-box .notes {
	margin: -13px 0 7px;
}

#main .sec02 .img-area {
	margin-top: 101px;
	padding: 31px 0 40px;
	position: relative;
}

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

#main .sec02 .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 .sec02 .img-area .img-inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

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

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

#main .sec02 .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 .sec02 .img-area .img-inner .text-box h3 {
	margin-bottom: 16px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}

#main .sec02 .img-area .img-inner .text-box p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

#main .sec02 .img-area .img-inner:nth-of-type(even) {
    margin-top: 39px;
    margin-bottom: 39px;
    flex-direction: row-reverse;
}

#main .inner {
	display: flex;
	align-items: center;
	padding-top: 60px;
}

#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 (min-width: 897px) {
	#main .sec02 .img-area .img-inner:nth-of-type(even) .sub {
		margin: 0 -31px 0 0 !important;
	}
}

@media all and (max-width: 896px) {
	#main .top-sec {
		margin-bottom: 0;
		padding-bottom: 42px;
		padding-top: 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 {
		width: 120px;
		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 .sec02 {
		padding-bottom: 0;
	}

	#main .sec02 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 .sec02 .img-box {
		display: block;
	}

	#main .sec02 .img-box .photo-box {
		width: auto;
		position: relative;
		z-index: 2;
	}

	#main .sec02 .img-box .photo-box img {
		width: 100%;
	}

	#main .sec02 .img-box .text-box {
		width: auto;
		display: block;
	}

	#main .sec02 .img-box .text-box .sub {
		margin: -32px -30px 0;
		padding: 44px 30px 28px;
		min-height: inherit;
	}

	#main .sec02 .img-box .text-box h3 {
		margin-bottom: 3px;
		margin-right: -20px;
		font-size: 1.7rem;
	}

	#main .sec02 .img-box .text-box .price {
		margin-bottom: 5px;
	}

	#main .sec02 .img-box .text-box .price span {
		font-size: 1.8rem;
	}

	#main .sec02 .img-box .text-box p {
		font-size: 1.2rem;
		line-height: 1.75;
	}

	#main .sec02 .img-box01 {
		margin: 38px 0;
	}

	#main .sec02 .img-box01 .text-box .sub {
		margin: -32px -30px 0;
	}

	#main .sec02 .img-box .h3-ttl {
		margin-bottom: 4px !important;
	}

	#main .sec02 .img-box .notes {
		margin: -6px 0 7px;
	}

	#main .sec02 .img-area {
		margin-top: 0;
	}

	#main .sec02 .img-area .content {
		margin: 0 15px;
		padding: 0;
	}

	#main .sec02 .img-area .h2-ttl {
		margin-bottom: 22px;
		font-size: 1.7rem;
		left: 0;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		line-height: 1;
	}

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

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

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

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

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

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

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

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

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

	#main .inner {
		padding-top:42px;
	}

	#main .inner .com-text-box {
		margin: 0 28px;
		padding: 0 0 42px;
		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;
	}
}

/* 20220325 追加*/
#main h3 .sub-title {
	font-size: 0.7em;
}

#main .sec02 .item_group {
	position: relative;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	border-left: 1px solid #333333;
	padding-left: 1em
}

#main .andmore {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
	margin-top: 1em
}

#main .sec02 .img-area .img-inner .text-box .note {
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333333;
	margin-bottom: 1em;
	margin-top:1em;
}

#main .note p {
	text-align: center;
	margin: auto;
}

#main .sec01 .sub01 h2 {
	left: 0%
}

#main .sec01 .sub02 h2 {
	left: 55%
}

#main .sec01 .sub02::after {
	width: 100%;
	height: 450px;
	position: absolute;
	top: -110px;
	left: -30px;
	background: url("../img/baby/product/bg02.jpg") no-repeat left center / 1360px;
	content: '';
}

@media all and (max-width: 896px) {
	.page-title .text h2 {
		text-align: center;
	}

	#main .sec02 .img-area .img-inner .photo-box {
		position: relative;
		z-index: 100;
	}

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

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

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

	#main .sec02 .img-area .img-inner .text-box .sub {
		padding: 50px 30px
	}
}

/* 追加　menu */
@media all and (min-width: 897px) {

	#main .sec02 .img-area .massage {
		margin-bottom: 320px;
	}

	#main .sec02 .img-area .img-inner {
		height: 600px;
	}

	#main .sec02 .img-area .img-inner:nth-of-type(2) {
		height: 850px;
	}

	#main .sec02 .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 .sec02 .img-area .img-inner .photo-box {
		width: 566px;
	}

	#main .sec02 .img-area .kigurumi {
		height: 900px;
	}
	
}

#main .sec02 .img-area .img-inner .text-box h3 {
	line-height: 1em;
}

#main .h3_sub {
	font-size: 0.5em;
	font-weight: lighter;
}

#main .sec02 .img-area .img-inner .text-box .free {
	color: #660000;
	border-bottom: 1px solid #660000;
}

#main .sec02 .img-area .img-inner .text-box .box_shooting_free {
	background-color: #660000;
	color: #fff;
	text-align: center;
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 1.8rem;
	height: 50px;
	align-items: center
}

#main .sec02 .img-area .img-inner .text-box .box_shooting_free .left {
	width: 37%;
	text-align: right;
}

#main .sec02 .img-area .img-inner .text-box .box_shooting_free .center {
	width: 25%;
	font-size: 0.7em;
	text-align: center;
}

#main .sec02 .img-area .img-inner .text-box .box_shooting_free .right {
	width: 37%;
	text-align: left;
}

#main .sec02 .img-area .img-inner .text-box .box_shooting_free span {
	border-bottom: 1px solid #fff
}

#main .sec02 .img-area .img-inner .text-box dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

#main .sec02 .img-area .img-inner .text-box dt {
	width: 30%
}

#main .sec02 .img-area .img-inner .text-box dd {
	width: 70%
}
/* 
#main .sec02 .img-area .img-inner .text-box .note {
	font-size: 0.5em;
} */

#main .sec02 .img-area .link_btn {
	width: 250px;
	margin: auto;
}

#main .sec02 .img-area .link_btn a{
	color: #646433;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 25px;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#main .sec02 .img-area .two_buttons {
	display: flex
}

/* 一升餅もち */
#main .sec02 .first .mochi span:first-child{
	width: 50%;
}
#main .sec02 .first .mochi span:last-child{
	width: 48%;
}
@media all and (min-width: 897px) {
	#main .sec02 .img-area .first{
		height: 1300px;
	}
}
@media all and (max-width: 520px) {
	#main .sec02 .first .mochi span:first-child{
		width: 100%;
	}
	#main .sec02 .first .mochi span:last-child{
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#main .sec02 .img-area .img-inner .text-box .box_shooting_free .left {
		width: 40%;
	}

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

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

	/* ファーストバースデー キャンペーン*/
	#main .sec02 .img-area .first .text-box .box_shooting_free {
		height: auto;
	}

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

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

	/* 初節句ラインナップ */
	#main .sec02 .img-area .two_buttons {
		display: block
	}

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

/* 桃の節句 キャンペーン*/
#main .sec02 .campaign_wrap {
	align-items: flex-start;
}

#main .sec02 .campaign_wrap div{
	width: 49%;
}

#main .sec02 .img-inner .text-box .campaign {
	border: #ec0400 solid 1px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0.8em;
}

#main .sec02 .img-inner .text-box .campaign p {
	line-height: 1.5 !important;
}

#main .sec02 .campaign{
	padding:0.8em
}

#main .sec02 .campaign li{
	text-indent: -17px;
	padding-left: 10px
}

@media all and (max-width: 896px) {
	#main .sec02 .campaign_wrap {
		display: block;
	}

	#main .sec02 .campaign_wrap div,
	#main .sec02 .campaign_wrap dl {
		width: auto;
	}

	#main .sec02 .img-inner .text-box .campaign {
		margin-bottom: 10px
	}
}

/* ベビーヨガ教室 */

.massage dd,
.massage dt {
	font-size: 1.6rem;
}

#main .sec02 .img-area .massage .text-box dt {
	width: 15%;
}

#main .sec02 .img-area .massage .text-box dd {
	width: 85%;
}

#main .sec02 .img-area .massage .teacher dt {
	width: 40%
}

#main .sec02 .img-area .massage .teacher dd {
	width: 60%;
	position: relative;
}

#main .sec02 .img-area .massage .teacher dt img {
	width: 90%;
	border: solid 1px #a6a6a6
}

#main .sec02 .img-area .massage .teacher dd span {
	position: absolute;
	bottom: 0;
	font-size: 14px;
}

#main .sec02 .img-area .massage .teacher h4{
	line-height: 1.4;
}
#main .sec02 .img-area .massage .teacher h4 span{
	position: unset;
    font-size: 0.9em;
	font-weight: normal;
}

#main .massage .schedule{
	text-align: center;
}

#main .massage .schedule h4{
	font-size: 1.2em;
}

#main .massage .schedule h5{
	margin-top: 10px;
}

#main .massage .schedule ul{
	max-width: 300px;
	margin: auto;
}

#main .massage .schedule li{
	text-align: left;
}

#main .massage .schedule li span.date{
	display: inline-block;
	width: 2.1em;
	text-align: center;
}

#main .massage .schedule li span.year{
	display: inline-block;
	width: 60px;
}

@media (min-width: 897px) {
	#main .sec02 .img-area .massage {
		height: 1550px;
	}
	
	#main .massage .schedule h5{
		margin-top: 10px;
		font-size: 1.6rem;
	}

	#main .massage .schedule ul{
		font-size: 1.6rem;
	}
}

@media (max-width: 896px) {

	.massage dd,
	.massage dt,
	#main .sec02 .img-area .massage .teacher dd span {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.massage .flexB{
		display: block;
	}
}

@media all and (max-width: 300px) {
	#main .sec02 .img-area .massage .teacher dd span {
		position: unset;
	}
}

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

@media (max-width: 896px) {
	.menu-box .link-list {
		margin: 0;
	}
	.menu-box .link-list > li > a {
		width: 25px
	}
	.menu-box .link-list > li > a::after {
		left: calc(50% - 10px);
	}
	.menu-box .link-list .line_w a {
		line-height: 1.5;
		padding-right: 8px;
	}
	/* .menu-box .link-list > .line_w > a::after {
		left: 50%;
	} */
}

/* リンク先表示調整 */
@media all and (max-width: 896px) {

	#main #mt,
	#main #newborn,
	#main #omiya,
	#main #okui,
	#main #harf,
	#main #sekku,
	#main #first,
	#main #kigurumi,
	#main #massage {
		display: block;
		position: relative;
		top: -100px;
		visibility: hidden;
	}
}