@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');



*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 900;
	color: #d97774;
}

ul {
}
ul li {
	list-style:none;	
}

img {
	width: 100%;
	height: auto;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #d97774;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
}
a.linkNone {
	pointer-events: none !important;
}


.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}


.btn {
	display: block;
}
.btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #fff url("../img/icon_link.svg") no-repeat 96% center;
	background-size: 5px;
	color: #d97774;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.btn a:hover {
	display: block;
	background: #d97774 url("../img/icon_link.svg") no-repeat 98% center;
	background-size: 5px;
	color: #FFF;
}






/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 10px;

}
table th {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
	color: #d97774;
}
table td {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
}



.anchor {
	
}
	ul.anchor {
		background: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: solid 1px #cd7c77;
		border-radius: 3px;
	}
	.anchor li:nth-child(3n) {
		margin-right: 0;
	}
	.anchor li a {
		display: block;
		text-align: center;
		padding: 15px;
	}




.box {
	margin: 40px 0;
	background: #f6f8f9;
	border-radius: 10px;
	padding: 30px;
}

.area__accordion {
	margin-top: 10px;
	background: #FFF;
	position: relative;
}
.area__accordion .cc {
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	margin: 0;
	
	color: #d97774;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
	.area__accordion .cc::before {
		position: absolute;
		content:'';
		width: 17px;
		height: 8px;
		background: url("../img/arrow02.svg") no-repeat center;
		top: 30px;
		right: 30px;
	}
	.area__accordion .cc::before{
		transform: rotate(180deg);
	}
	.area__accordion .cc.close::before{
		transform: rotate(0deg);
	}

.area__accordion .cc h4 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}


.area__accordion .box {
    display: none;
}


/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family:  "EB Garamond", "Noto Sans JP", serif;
	font-weight: 400;
	background: #FFF;
	color: #383838;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 2000;
}

header .logoArea {
	padding: 40px 0 40px 40px;
	width: 400px;
	height: 120px;
	background: #FFF;
}

nav {
	padding: 40px;
	position: absolute;

	top: 0;
	left: 400px;
	height: 120px;
	font-size: 1.4rem;
	width: 550px;
	
	border-radius: 0 0 30px 0;
	
	background: #FFF;
}

#header.h-on .logoArea {
	background: #f6f8f9;
}
#header.h-on nav {
	background: #f6f8f9;
}




nav li {
	margin-bottom: 10px;
}
nav li:last-child {
	width: 50%;
}
nav li a {
	color: #383838;
}
nav p {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 21px;
}


.nav__sub {
	position: fixed;
	width: 210px;
	margin-top: 150px;
	margin-left: 40px;
	z-index: 2000;
}
.nav__sub li {
	margin-bottom: 10px;
	border: solid 1px #d97774;
	border-radius: 6px;
}
.nav__sub li a {
	display: block;
	padding: 10px 20px;

}
.nav__sub li a span {
	font-size: 1.2rem;
}
.nav__sub li.tel {
	background: #FFF url("../img/icon_tel.svg") no-repeat 10px center;
	background-size: 22px;
	padding-left: 15px;
}
.nav__sub li.access {
	background: #FFF url("../img/icon_access.svg") no-repeat 10px center;
	background-size: 22px;
	padding-left: 15px;
}
.nav__sub li.web {
	background: #FFF url("../img/icon_web.svg") no-repeat 10px center;
	background-size: 22px;
	padding-left: 15px;
}
.nav__sub li.line {
	background: #FFF url("../img/icon_line.svg") no-repeat 10px center;
	background-size: 22px;
	padding-left: 15px;
}




.menu-parent {
  width: calc(100% /4);
  position: relative;
}
.menu-parent:last-child {
  border-right: 0;
}
.menu-parent_a {
	cursor: pointer;
  display: block;
}
.menu-parent_a.blrn{
  border-left: none;
  border-right: none;
}
/* --------------------------- */
/* メニュー（兄）の動作に直接関係する箇所 */
/* --------------------------- */
/* メニュー（兄）hover時に色を変える */
@media (hover: hover) {
  .menu-parent_a:hover{
    transition: all .1s;
  }
}
/* メニュー（兄）にactive付与されたとき色を変える */
.menu-parent_a.active{
}
 /* --------------------------- */
/* メガメニュー(弟)のスタイル */
/* --------------------------- */
/* メニュー（弟）は普段は非表示 */
.menu-child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 150%;
	padding: 20px;
	background-color: #f6f8f9;
	color: #333;
	z-index: 100;
	border-radius: 6px;
}
.menu-child_li {
	width: 100% !important;
}
.menu-child_li:last-child {
	margin-bottom: 0;
}
.menu-child_li a {
	display: block;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
main {
	position: relative;
	z-index: 1000;
}
main p {
	margin-bottom: 40px;
}

.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.section__article {
	padding-bottom: 50px;
	margin-bottom: 100px;
	border-bottom: solid 1px #d7d7d7;
}
.section__article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.section__article--read {
	margin-bottom: 100px;
	
	font-size: 2rem;
	font-family: "Noto Serif JP";
	font-weight: 500;
	color: #d97774;
}



.cell {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: dotted 1px #d7d7d7;
}
.cell:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;;
}


.textArea {
	width: 55%;
	float: left;
	
}
.phtArea {
	width: 40%;
	float: right;
}





#Bread {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
	#Bread ul {
		width: 900px;
		max-width: 90%;
		margin: 0 auto;
	}
		#Bread ul li {
			display: inline-block;
			margin-right: 15px;
		}
		#Bread ul li a {
			position: relative;
			display: inline-block;
			padding-right: 20px;
		}
		#Bread ul li a:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 1px #333;
			border-right: solid 1px #333;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -4px;
			transform: rotate(45deg);
		}



.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.text__color {
	color: #d97774;
}
.text__ming {
	font-family: "Noto Serif JP";
	font-weight: 600;
}


#mainTitle {
	position: relative;
	background: #f6f8f9;
	padding: 200px 0 100px 0;

}
	#mainTitle h1 {
		text-align: center;
		font-weight: 400;
		font-size: 3rem;
		color: #d97774;
	}

	

.title {
	margin-bottom: 20px;
	position: relative;
}
	.title h2 {
		font-size: 2.6rem;
		color: #d97774;
		line-height: 1.4;
		border-left: #d97774 solid 3px;
		padding: 6px 0 10px 10px;
		font-family: "Noto Serif JP";
		font-weight: 500;
	}

h3 {
	color: #d97774;
	text-align: left;
	font-size: 2rem;
	font-family: "Noto Serif JP";
	font-weight: 500;
	margin-bottom: 20px;
	background: url("../img/icon_title.svg") no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
}
.title_sub {
	text-align: left;
	font-size: 2rem;
	margin-bottom: 20px;
}
.title_sub::before {
	display: inline-block;
	content: "";
	margin-top: 15px;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #d97774;
}







ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #d97774;
	}
ol.no {
	margin-bottom: 15px;
	padding-left: 1.5em;
}
.box ol.no {
	margin-bottom: 0;
}
	ol.no li {
		margin-bottom: 10px;
	}
	ol.no li:last-child {
		margin-bottom: 0 !important;
	}


ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #d97774;
		border-right: solid 1px #d97774;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}





.flow {
	margin-top: 60px;
	margin-bottom: 10px;
}
.flow img.arrow {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.flowBox {
	background: #FFF;
	padding: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
	position: relative;
}
	.flowBox dt {
	}
	.flowBox .no {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background: #ffb3b0;
		text-align: center;
		line-height: 30px;
		color: #FFF;
		position: absolute;
		top: -10px;
		left: -10px;
		letter-spacing: 0;
	}






.section__info {
}
.area__info {
	padding: 30px;
	width: 49%;
	margin-right: 2%;
	border-radius: 6px;
	background: #f6f8f9;
}
.area__info table {
	margin-bottom: 10px;
}
.area__info table th {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
}
.area__info table td {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
}




.area__map {
	text-align: center;
	padding: 30px;
	width: 49%;
	border-radius: 6px;
	background: #f6f8f9;
}
.area__map img {
	display: block;
	margin-bottom: 20px;

}
















/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
}
.section__slide p {
	position: relative;
	top: 40px;
	left: 40px;
	display: inline-block;
	background: #FFF;
	font-size: 6rem;
	color: #d97774;
	z-index: 100;
	padding: 10px 20px;
	
}



footer {
}
footer .inner {
	width: 1200px;
}

footer .bg {
	padding: 50px 0;
	background: #f8f7f1;
}
.map {
	height: 400px;
	overflow: hidden;
	margin-bottom: 70px;
}
.map iframe {
	width: 100%;
}



.section__links {
	margin-top: 70px;
	margin-bottom: 70px;
}
.area__logo {
	width: 25%;
	float: left;
}
.area__logo img {
	display: block;
	margin-bottom: 20px;
}


.section__links .set {
	width: 70%;
	float: right;
}
.section__links .set dl {
	width: 25%;
	margin-bottom: 30px;
}
.section__links .set dl:last-child {
	width: 50%;
	margin-bottom: 30px;
}
.section__links .set dl dt {
	margin-bottom: 10px;
}
.section__links .set dl dd a {
	color: #383838;
	font-size: 1.4rem;

}









.section__other {
	border-top: solid 1px #d7d7d7;
	padding: 50px 0;
	font-size: 1.2rem;
	overflow: hidden;
}
.section__other ul {
	position: relative;
	float: right;
	z-index: 100;
}
.section__other ul li {
	display: inline;
	margin-left: 10px;
}
.section__other a {
}


/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

.box {
	margin: 40px 0;
	background: #f6f8f9;
	border-radius: 10px;
	padding: 20px;
}

	
body {
	font-size: 1.4rem;
}

.half {
	width: 100%;
	margin-right: 0%;
}

.area__accordion {
	margin-top: 10px;
	background: #FFF;
	position: relative;
}
.area__accordion .cc {
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	margin: 0;
	
	color: #d97774;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
	.area__accordion .cc::before {
		position: absolute;
		content:'';
		width: 17px;
		height: 8px;
		background: url("../img/arrow02.svg") no-repeat center;
		top: 30px;
		right: 20px;
	}
	.area__accordion .cc::before{
		transform: rotate(180deg);
	}
	.area__accordion .cc.close::before{
		transform: rotate(0deg);
	}

.area__accordion .cc h4 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}


.area__accordion .box {
    display: none;
}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	background: #FFF;
}
header .logoArea {
	padding: 3% 3% 2% 3%;
	width: 80%;
	height: auto;
}
#header.h-on .logoArea {
	background: #fff;
}
#header.h-on nav {
	background: #fff;
}

	
	
header .logoArea {
	width: 90%;
}

nav {
	display: none;
}
.nav__sub {
	display: none;
}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
#main p {
	margin-bottom: 20px;
}
#main p:last-child {
	margin-bottom: 0;
}

.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.section__article {
	margin-bottom: 15%;
}
.cell {
	padding: 20px 0;
}
.read {
	font-size: 1.4rem;
}
	


#mainTitle {
	position: relative;
	background: #f5f7f8 url("../img/bg_title.webp") no-repeat bottom right;
	background-size: 70%;
	padding: 20% 0 10% 0;

}
	#mainTitle h1 {
		font-weight: 400;
		font-size: 2rem;
	}

	

.title {
	margin-bottom: 20px;
	position: relative;
}
	.title h2 {
		font-size: 1.8rem;
		font-weight: 600;
		color: #d97774;
		line-height: 1.4;
		border-left: #d97774 solid 3px;
		padding: 6px 0 10px 10px;
	}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #d97774;
	margin-bottom: 10px;
}

	
#Bread {
	margin-bottom: 5%;
	font-size: 1.2rem;
}
	
	
	

.textArea {
	width: 100%;
	float: none;
	margin-bottom: 5%;
	
}
.phtArea {
	width: 100%;
	float: none;
}
	
	
	
	
	
ul.dot {
	margin-bottom: 0px;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
	}
	

.section__info {
}
.area__info {
	padding: 15px;
	width: 100%;
	margin-right: 0%;
	border-radius: 6px;
	background: #f6f8f9;
	margin-bottom: 5%;
}
.area__info table {
	margin-bottom: 10px;
}
.area__info table th {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
}
.area__info table td {
	text-align: left;
	padding: 20px 0;
	border-bottom: solid 1px #d7d7d7;
}




.area__map {
	text-align: center;
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	background: #f6f8f9;
}
.area__map img {
	display: block;
	margin-bottom: 20px;

}

	
.anchor {
	
}
	.anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: solid 1px #cd7c77;
		border-radius: 3px;
		font-size: 1.2rem;
	}
	.anchor li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.anchor li:nth-child(3n) {
		margin-right: 2%;
	}
	.anchor li a {
		display: block;
		text-align: center;
		padding: 8px;
	}

	
	
	
	



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
}
.section__slide p {
	position: relative;
	top: 20px;
	left: 0;
	display: inline-block;
	background: #FFF;
	font-size: 2.4rem;
	color: #d97774;
	z-index: 100;
	padding: 10px 20px;
	
}
	
	
.map {
	height: 350px;
	overflow: hidden;
	margin-bottom: 5%;
}
.map iframe {
	width: 100%;
}



.section__links {
	margin-top: 10%;
	margin-bottom: 5%;
}
.area__logo {
	width: 80%;
	float: none;
	margin-bottom: 10%;
}
.area__logo img {
	display: block;
	margin-bottom: 20px;
}


.section__links .set {
	width: 100%;
	float: none;
}
.section__links .set dl {
	width: 100%;
	margin-bottom: 30px;
}
.section__links .set dl dt {
	margin-bottom: 10px;
}
.section__links .set dl dd a {
	color: #383838;
	font-size: 1.4rem;

}









.section__other {
	border-top: solid 1px #d7d7d7;
	padding: 5% 0 80px 0;
	font-size: 1.2rem;
	overflow: hidden;
}
.section__other ul {
	position: relative;
	float: none;
	z-index: 100;
}
.section__other ul li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
}
.section__other a {
}


	
	
	
	
#spFooter {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
}
#spFooter ul {
	margin: 0;
}
	#spFooter li {
		width: 25%;
	}
	
	
	
	
	
}