@charset "utf-8";
/* CSS Document */


/************************
PC用スタイル
************************/
.sp {
	display: none;
}


/* -- flexbox 基本class (wrapやjustify-contentの指定は個別のcss classで追記する) -- */
*.flexbox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

/* -- コンテンツ幅変更用 -- */
.fs-l-sideArea + .fs-l-pageMain {
    max-width: 1040px;
    margin: 0 auto;
}
.fs-l-pageMain {
    color:#000000;
    font-size:14px;
    line-height: 2;
    text-align: left;
}
.fs-l-pageMain p {
    font-size:14px;
    line-height: 2;
}


.top-clm {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.top-clm .catch {
    width: 240px;
    margin-left: 30px;
    margin-top: 40px;
    text-align: center;
}
.top-clm .catch h2 {
    font-family: 'Average', serif;
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.top-clm .catch .catch-copy {
    font-size: 14px;
    color: #000000;
    font-family: "Noto Serif CJK", 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif!important;
    margin-bottom: 20px;
    line-height: 2.5;
    font-weight: bold;
}
.top-clm .catch .bg-black {
    font-size: 14px;
    background: #000000;
    color: #ffffff;
    padding: 0.75em 0;
}
.top-clm .photo {
    width: 700px;
}


.clm h3 {
    font-size: 22px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 50px;
}
.clm .inclm.copy {
    text-align: center;
    margin-bottom: 60px;
}
.clm .inclm.copy .text {
    font-weight: bold;
}
.clm .inclm .note h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}
.clm .inclm .note .text-red {
    color: #CE2626;
    margin-bottom: 30px;
}
.clm .inclm.content01,
.clm .inclm.content02 {
    margin-bottom: 70px;
}
.clm .inclm p.att {
    font-size: 12px;
}

.clm02,
.clm03,
.clm04{
    width: 960px;
    margin: 0 auto;
}

.clm01 {
    max-width: 980px;
    margin: 0 auto 110px;
	justify-content: space-between;
	flex-wrap: wrap;
    text-align: center;
}
.clm01 .inclm {
    width: 300px;
    background: #F2F2F2;
    border-radius: 300px;
    height: 300px;
}
.clm01 .inclm p.title {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.clm01 .inclm p.title span {
    font-family: 'Average', serif;
    font-size:12px;
    color:#9F882C;
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
}
.clm01 .inclm p.title span:after,
.clm01 .inclm p.title span:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #9F882C;
    display: block;
    position: absolute;
}
.clm01 .inclm p.title span:after {
    top: 11px;
    right: -40px;
}
.clm01 .inclm p.title span:before {
    top: 11px;
    left: -40px;
}


.clm02 {
    margin-bottom: 100px;
}
.clm02 .inclm.copy .photo{
    text-align: center;
    margin-bottom: 30px;
}
.clm02 .inclm.copy .photo img {
    width: 283px;
}

.clm02 .inclm.content02 .note p.post img {
    display: inline-block;
    width: 263px;
    margin-top: 15px;
}
.clm02 .inclm.att {
    background: #F8F8F8;
    padding: 1.25em 2em 1.5em;
}

.clm02 .inclm.att p.title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}
.clm02 .inclm.att .note {
	justify-content: space-between;
	flex-wrap: wrap;
	width: 600px;
    margin: 0 auto;
}
.clm02 .inclm.att .note p.mail {
    width: 300px;
    font-size: 24px;
    line-height: 1;
}
.clm02 .inclm.att .note p.tel {
    width: 250px;
    font-size: 23px;
    line-height: 1;
}
.clm02 .inclm.att .note p.tel span {
    font-size: 16px;
    font-weight: bold;
}

.clm03 {
    margin-bottom: 40px;
}
.clm03 .inclm.copy .photo {
    text-align: center;
    margin-bottom: 30px;
}
.clm03 .inclm.copy .photo img {
    width: 200px;
}





@media screen and (max-width: 768px) {
/************************
SP用スタイル
************************/
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
		position: -webkit-sticky; /* Safari */
		position: sticky;
	}

	/* -- コンテンツ幅変更用 -- */
	.fs-l-sideArea + .fs-l-pageMain {
	    width: 90%;
	}


	.top-clm {
	    margin-bottom: 2.5em;
	}
	.top-clm .catch {
	    width: 100%;
		margin-left: 0;
	    margin-top: 0;
	    text-align: center;
	    margin-bottom: 1.5em;
	}
	.top-clm .catch h2 {
	    margin-bottom: 0.5em;
	}
	.top-clm .catch .catch-copy {
	    line-height: 1.5;
	    margin-bottom: 0.5em;
	}
	.top-clm .catch .bg-black {
	    margin: 0 auto;
	    width: 70%;
	}
	.top-clm .photo {
	    width: 100%;
	}

	.clm02,
	.clm03,
	.clm04{
	    width: 100%;
	}
	.clm01 {
	    width: 100%;
	    margin-bottom: 3em;
	    justify-content: space-around;
	}


	.clm01 .inclm {
	    width: 15.5rem;
	    height: 15.5rem;
	}
	.clm01 .inclm p.title span {
	    margin-bottom: 0.5em;
	}
	.clm01 .inclm p.title span:after,
	.clm01 .inclm p.title span:before {
	    width: 2em;
	}
	.clm01 .inclm p.title {
	    font-size: 1.25rem;
	    line-height: 1.5;
	    margin-bottom: 0.5em;
	}
	.clm01 .inclm p.text {
	    font-size: 1rem;
	    line-height: 1.75;
	}
	.clm h3 {
	    padding: 1em 0;
	    margin-bottom: 1.5em;
	}
	.clm02 .inclm.copy .photo img {
	    width: 50%;
	}
	.clm02 .inclm.content02 .note p.post img {
	    width: 60%;
	}
	.clm02 .inclm.att .note {
	    width: 100%;
	}
	.clm02 .inclm.att .note p.mail {
	    width: 100%;
	}
	.clm02 .inclm.att .note p.tel {
	    width: 100%;
	    text-align: center;
	    line-height: 1.5;
	}
	.clm03 .inclm.copy .photo img {
	    width: 50%;
	}

}