@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* mainBox */
.mainBox {
	margin: 0 auto;
	max-width: 114.4rem;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mainBox.noFlex {
	display: block;
}
.contsBox {
	width: 60%;
	max-width: 68rem;
	background: #FFFBE8;
	box-shadow: 0 0.4rem 3.24rem 0 rgba(100, 48, 0, 0.25);
}
@media all and (max-width: 896px) {
	.mainBox {
		display: block;
	}
	.contsBox {
		width: auto;
		max-width: inherit;
		box-shadow: none;
	}

}

/* headLine01 */
.headLine01 {
	margin-bottom: 4.7rem;
	text-align: center;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.headLine01 {
		padding: 0 2rem;
	}
}
@media all and (max-width: 896px) {
	.headLine01 img {
		width: 100%;
		max-width: 34rem;
	}
	.headLine01 {
		margin-bottom: 2.5rem;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 4rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
}
/* content */
.content {
	margin: 0 auto;
	width: 96%;
	max-width: 62rem;
}
.content.wid {
	max-width: 55.6rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.3rem;
		width: auto;
		max-width: inherit;
	}
	.content.wid {
		margin: 0 1.1rem;
		max-width: inherit;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 1.5rem;
	padding: 3.4rem 0 2.6rem;
	min-height: 13.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 1rem;
	background: #FFF;
	font-size: 2.6rem;
	position: relative;
}
.headLine03 .sml {
	padding: 0.8rem 0 0.2rem;
	min-width: 21.5rem;
	position: absolute;
	top: -1.6rem;
	left: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 1.534rem;
	transform: translateX(-50%);
	border-radius: 5rem;
	overflow: hidden;
	background: url("../img/common/bg02.jpg") repeat-x left top / 100% 100%;
	line-height: 1;
	letter-spacing: 0.02em;
}
.headLine03 .sml .col {
	color: #DF217D;
}
.headLine03 .sml .big {
    font-size: 2.7rem;
    display: inline-block;
    vertical-align: middle;
    margin: -1rem 0 0 0.7rem;
}
.headLine03 .size {
	font-size: 3.1rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.1rem;
		font-size: 1.752rem;
		padding: 2.5rem 0 1.5rem;
		min-height: 8.9rem;
		border-radius: 0.5rem;
	}
	.headLine03 .size {
		font-size: 2.088rem;
	}
	.headLine03 .sml {
		padding: 0.5rem 1.4rem 0.2rem;
		min-width: 14rem;
		font-size: 1.2rem;
		top: -1rem;
	}
	.headLine03 .sml .big {
		font-size: 2rem;
		margin: -0.8rem 0 0 0.2rem;
	}
}


/* comImgBox */
.comImgBox {
	margin: 0 1rem;
}
.comImgBox .photo {
	margin-bottom: 2.9rem;
	text-align: center;
}
.comImgBox .photo img {
	width: 100%;
	max-width: 51rem;
}
.comImgBox .textBox {
	text-align: justify;
}
.comImgBox02 {
	display: flex;
}
.comImgBox02 .photo {
	margin-bottom: 0;
	width: 21.8rem;
}
.comImgBox02 .photo img {
	max-width: inherit;
	max-width: 15.5rem;
}
.comImgBox02 .textBox {
	margin-top: 1.5rem;
	flex: 1;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin: 0 0.7rem;
	}
	.comImgBox .photo {
		margin: 0 -0.2rem 1.1rem;
	}
	.comImgBox .photo img {
		max-width: 40rem;
	}
	.comImgBox02 .photo {
		margin: 3.5rem 0 0;
		width: 13.3rem;
	}
	.comImgBox02 .photo img {
		max-width: 10.5rem;
	}
	
}

/* headLine04 */
.headLine04 {
	margin-bottom: 1rem;
	color: #DF217D;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.03em;
}
.headLine04 span {
	padding: 0 1.6rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headLine04 span::before,
.headLine04 span::after {
	width: 2px;
	height: 3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-30deg);
	background-color: #DF217D;
	content: "";
}
.headLine04 span::after {
	left: auto;
	right: 0;
	transform: rotate(30deg);
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 0.7rem;
		font-size: 1.3rem;
	}
	.headLine04 span::before,
	.headLine04 span::after {
		width: 1px;
		height: 2.1rem;
	}
}


/* comBox */
.comBox {
	padding: 6.4rem 0 11.3rem;
}
.comBox .content {
	max-width: 62.6rem;
	position: relative;
}
.comBox .content::after {
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.8rem);
    position: absolute;
    top: 0.1rem;
    right: -0.7rem;
    border-radius: 2.4rem;
    background-color: #DF217D;
    content: "";
}
.comBox .content .innerBox {
	padding: 5.5rem 5rem 4.5rem;
	position: relative;
	z-index: 10;
	border-radius: 2rem;
	border: 2px solid #DF217D;
	background: #FFF;
}
.comBox .imgBox {
	margin-bottom: 6.1rem;
	display: flex;
	align-items: flex-start;
}
.comBox .imgBox .photo {
	width: 25.1rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
.comBox .imgBox .photo img {
	width: 100%;
}
.comBox .imgBox .textBox {
	margin: -0.3rem -1rem 0 3.5rem;
	flex: 1;
	font-weight: 700;
	font-size: 1.668rem;
}
.comBox .imgBox p {
    line-height: 1.65;
    letter-spacing: 0.02em;
}
.comBox .imgBox .title {
	margin: 0 0 1.1rem -0.6rem;
	font-size: 2.7rem;
	line-height: 1.6;
}
.comBox .imgBox .col {
	color: #DA1E79;
}
.comBox .image {
	margin: 0 -1px 2rem 0;
	text-align: center;
}
.comBox .image .notes {
	margin-top: 3.3rem;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
}
.comBox .image img {
	width: 100%;
	max-width: 52.3rem;
}
.comBox .telBox {
	margin: 8.3rem 2.8rem 0;
	display: flex;
	justify-content: space-between;
}
.comBox .telBox .title {
	font-size: 2.272rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}
.comBox .telBox .comTel {
	margin: -0.6rem -1rem 0 3.2rem;
	flex: 1;
}

@media all and (min-width: 897px) and (max-width: 1100px) {
	.comBox .content .innerBox {
		padding: 5.5rem 3rem 4.7rem;
	}
	.comBox .image {
		margin: 0 -2rem 2rem;
	}
	.comBox .imgBox {
		display: block;
	}
	.comBox .imgBox .photo {
		width: auto;
	}
	.comBox .imgBox .textBox {
		margin: 20px 0 0 0;
	}
	.comBox .telBox {
		margin: 5.5rem 0 0;
	}
	.comBox .telBox .title {
		font-size: 1.8rem;
	}
	.comBox .telBox .comTel {
		margin-left: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	.comBox .content .innerBox {
		border-width: 1px;
		border-radius: 1.2rem;
		padding: 2rem 1.9rem 3.1rem;
	}
	.comBox {
		padding: 1.3rem 0 4rem;
	}
	.comBox .content::after {
		width: calc(100% + 0.6rem);
		height: calc(100% + 0.5rem);
		top: 0.1rem;
		right: -0.5rem;
		border-radius: 1.4rem;
	}
	.comBox .content {
		margin-right: 1.1rem;
		max-width: inherit;
	}
	.comBox .imgBox .photo {
		width: 45.5%;
		border-radius: 0.7rem;
	}
	.comBox .imgBox .title {
		margin: 0 0 0.3rem 0;
		font-size: 1.6rem;
		line-height: 1.55;
	}
	.comBox .imgBox .textBox {
		margin: -0.5rem -1rem 0 1.8rem;
		font-size: 1.2rem;
	}
	.comBox .imgBox p {
		line-height: 1.5;
	}
	.comBox .image {
		margin: 0 -0.6rem;
	}
	.comBox .image img {
		max-width: 40rem;
	}
	.comBox .imgBox {
		margin: 0 auto 3.2rem;
		max-width: 40rem;
	}
	.comBox .telBox .title {
		font-size: 1.5rem;
	}
	.comBox .telBox {
		margin: 5.8rem auto 0;
		max-width: 29rem;
	}
	.comBox .telBox .comTel {
		margin: -0.4rem -1rem 0 1.8rem;
	}
	.comBox .image .notes {
		margin-top: 17px;
		font-size: 1.2rem;
	}
}


/* comBtn */
.comBtn {
	margin: 2.4rem -4rem 0;
	text-align: center;
}
.comBtn a {
	margin: 0 auto;
	padding-bottom: 0.6rem;
	width: 54.8rem;
	height: 8.8rem;
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
	border: 1px solid #DF217D;
	background: #DF217D url("../img/common/icon05.png") no-repeat right 2.2rem center;
	background-size: 3.8rem auto;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.4rem 1.8rem rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #DF217D;
		background-color: #fff;
		background-image: url("../img/common/icon05_over.png");
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comBtn a {
			width: 42.8rem;
			font-size: 2.3rem;
			height: 7rem;
		}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 1rem -1rem 0;
	}
	.comBtn a {
		padding-bottom: 0.2rem;
		max-width: 30.5rem;
		font-size: 1.8rem;
		height: 6rem;
		border-radius: 8px;
		background-position: right 1.3rem center;
		box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
		background-size: 2.3rem auto;
	}
}


/* comTel */
.comTel {
	line-height: 1;
}
.comTel .sml {
    display: block;
    color: #DF217D;
    font-size: 1.7rem;
    margin: 0.9rem 0 0 1.9rem;
    font-weight: 500;
    letter-spacing: 0;
}
.comTel a {
	font-size: 4.57rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.05em;
}
.comTel img {
	margin: -1rem 1.1rem 0 0;
	width: 5.5rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comTel a {
		font-size: 4rem;
	}
	.comTel img {
		width: 5rem;
	}
	.comTel .sml {
		font-size: 1.4rem;
		margin: 0.9rem 0 0 1.9rem;
	}
}
@media all and (max-width: 896px) {
	.comTel a {
		font-size: 2.774rem;
	}
	.comTel img {
		margin: -0.6rem 0.7rem 0 0;
		width: 3.4rem;
	}
	.comTel .sml {
		font-size: 1.2rem;
		margin: 0.6rem -0.4rem 0;
		letter-spacing: 0;
	}
}


/* headLine05 */
.headLine05 {
	margin-bottom: 3.7rem;
	color: #2C2928;
	text-align: center;
	font-size: 4.2rem;
}
.headLine05 .col {
	color: #DA1E79;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.headLine05 {
		font-size: 3.4rem;
	}
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2.7rem;
		font-size: 2rem;
	}
}


/* fixBox */
.fixBox {
    width: 100%;
    bottom: 1rem;
    left: 0;
    position: fixed;
    box-sizing: border-box;
    padding: 0 0.8rem;
    z-index: 999;
	display: none;
}
.fixBox .flex {
	margin: 0 auto;
	max-width: 37.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.fixBox .telBtn {
	width: 20%;
}
.fixBox .btn {
	width: 77%;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.6));
}
.fixBox a {
	display: block;
}
.fixBox a img {
	width: 100%;
}