@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: #ef9c94;
}

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: #866c44;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}


.btn {
	display: block;
	margin: 10px 0;
}
.btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #fff url("../img/icon_link.svg") no-repeat 96% center;
	background-size: 5px;
	color: #ef9c94;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.btn a:hover {
	display: block;
	background: #ef9c94 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;
}
	table th {
	}
	table td {
	}
main table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	background: #FFF;
	border-top: solid 1px #d6cdbf;
	border-left: solid 1px #d6cdbf;
	
	margin: 20px 0;
}
	main table th {
		background: #ef9c94;
		color: #FFF;
		padding: 15px;
		border-bottom: solid 1px #d6cdbf;
		border-right: solid 1px #d6cdbf;
	}
	main table td {
		padding: 15px;
		border-bottom: solid 1px #d6cdbf;
		border-right: solid 1px #d6cdbf;
	}



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

		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: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding-bottom: 2%;
		border-bottom: solid 1px #b1b1b1;
	}
		.anchor li:nth-child(2n) {
			margin-right: 0%;
		}
		.anchor li:last-child {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li:nth-last-child(2) {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li a {
			font-size: 1.8rem;
		}




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



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	background: #f8f7f1;
	color: #866c44;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	-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%;
	background: #f8f7f1;
	padding: 10px 30px;
	z-index: 1000;
}
header .hd {
	margin-bottom: 10px;
}
header .hd h1 {
	font-size: 1.2rem;
	font-weight: 500;
}
header .headset {

}



header .logoArea {
	float: left;

	margin-right: 20px;
	background: url("../img/logo.webp") no-repeat left center;
	background-size: 60px;
	padding-left: 70px;
	font-weight: 600;
}
header .logoArea h1 span {
	color: #866c44;
	font-size: 1.8rem;
	display: block;
}
header .logoArea h1 {
	color: #ef9c94;
	font-size: 3rem;
}

header .h-other {
	width: 50%;
	float: right;
}
header .tel {
	width: 55%;
	float: left;
	font-weight: 600;
	line-height: 1;
	background: url("../img/icon_tel.svg") no-repeat left top;
	background-size: 45px;
	padding-left: 50px;
}
header .tel dt {
	font-size: 1.5rem;
}
header .tel dd {
	font-size: 4rem;
}
header .tel dd a {
	color: #866c44;
}




header .h-other ul {
	width: 45%;
	float: right;
	font-weight: 700;
}
header .h-other li {
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
}
header .h-other li:last-child {
	margin-right: 0;
}
header .h-other li:first-child a {
	display: block;
	background: #f6d46c;
	color: #866c44;
	padding: 8px 0;
	border-radius: 6px;
}
header .h-other li a {
	display: block;
	background: #ef9c94;
	color: #FFF;
	padding: 8px 0;
	border-radius: 6px;
}
header .h-other li a:hover {
	background: #fff;
	color: #ef9c94;
}



/*==ナビゲーション全体の設定*/
nav{
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	text-align: right;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
	text-align: left;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	display: inline;
	padding: 0;
	margin-right: 0%;
	position: relative;
	
	transition: .5s;
}
nav ul li:last-child {
	margin-right: 0%;
}


/*ナビゲーションのリンク設定*/
nav ul li a{
	display: inline-block;
	text-decoration: none;
	color:#866c44;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	transition:all .3s;
}
nav ul li a:hover,
nav ul li a.on {
	opacity: 1;
	background: #f6d46c;
	color: #866c44;
	border-radius: 6px;
}
nav ul li a span {
	display: block;
	font-size: 1.2rem;
}


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:30px;
	margin-left: -120px;
	z-index: 100;
    /*形状を指定*/
	background:#FFF;
	width:240px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li {
	display: block;
	padding-top: 0;
	width: 100%;
	position: relative;
	border-right: none;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	display: block;
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}
nav li.has-child ul li a:hover {
	border-radius: 0px;
}




/*==768px以下の形状*/

@media screen and (max-width:768px){
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}


nav.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.pregnantNav {
	background: #f6d46c;
	border-radius: 6px;
	padding: 5px;
}
.pregnantNav li {
	width: 14.28%;
	text-align: center;
	font-weight: 600;
}
.pregnantNav li a {
	padding: 10px 0;
	display: block;
}
.pregnantNav li.stand {
	background: #866c44;
	border-radius: 6px;
}
.pregnantNav li.stand a {
	color: #FFF;
}
.pregnantNav li:hover {
	background: #866c44;
	border-radius: 6px;
}
.pregnantNav li:hover a {
	color: #FFF;
}














/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
main p {
	margin-bottom: 20px;
}

.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 100px;
}
.article:last-child {
}
.cell {
	margin-bottom: 60px;
}

#mainTitle {
	position: relative;
	background: #f9fbdb;
	padding: 50px 0;
	padding-top: 240px;
	overflow: hidden;
	text-align: center;
}
	#mainTitle h1 {
		font-weight: 600;

		font-size: 3rem;
		color: #ef9c94;
	}
#mainTitle p {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}

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





#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;
}


.textArea {
	float: left;
	width: 55%;
}
.phtArea {
	float: right;
	width: 40%;
}
.phtBox {
	background: #FFF;
	padding: 30px;
	border: solid 3px #f7f7f7;
}
.phtBox.s03 {
}
.phtBox.s03 dl {
	width: 32%;
	text-align: center;
	margin-right: 2%;
}
.phtBox.s03 dl:last-child {
	margin-right: 0%;
}
.phtBox.s03 dl dt {
	margin-bottom: 10px;
}
.phtBox.s04 {
}
.phtBox.s04 dl {
	width: 23%;
	text-align: center;
	margin-right: 2.6%;
}
.phtBox.s04 dl:last-child {
	margin-right: 0%;
}
.phtBox.s04 dl dt {
	margin-bottom: 10px;
}




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: #ef9c94;
	}
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 #2a3174;
		border-right: solid 1px #2a3174;
		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;
	}









/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	background: #866c44;
}
footer .inner {
	width: 1200px;
}

footer .bg {
	padding: 50px 0;
	background: #f8f7f1;
}

footer ul {
	text-align: center;
	margin-bottom: 30px;
}
footer li {
	display: inline;
	margin: 0 10px;
}
footer li a {
	color: #FFF;
}




.map {
	height: 450px;
	overflow: hidden;
}
.map iframe {
	width: 100%;
}




/* SUMMARY
--------------------- */
.SUMMARY {
	width: 49%;
	margin-right: 2%;
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
}
.SUMMARY p {
	font-size: 1.4rem;
}
.SUMMARY p a {
	color: #ef9c94;
	text-decoration: underline;
}
.SUMMARY table {
	border-top: solid 1px #b1b1b1;
	font-size: 1.4rem;
	margin: 20px 0;
}
.SUMMARY table th {
	text-align: left;
	border-bottom: solid 1px #b1b1b1;
	padding: 10px 0;
	vertical-align: top;
}
.SUMMARY table td {
	border-bottom: solid 1px #b1b1b1;
	padding: 10px 0;
}


.Hour {
	width: 49%;
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	font-size: 1.4rem;
}
.Hour table {
	border-top: solid 1px #b1b1b1;
	margin-bottom: 10px;
}
.Hour table th {
	width: 50%;
	background: #f9fbdb;
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px #b1b1b1;
}
.Hour table td {
	border-bottom: solid 1px #b1b1b1;
	padding: 15px 10px;
}
.Hour table td span {
	display: block;
}

.Hour p {
	margin-bottom: 10px;
}


.footerLinks {
	padding-top: 60px;
}
.footerLinks .inner {
	position: relative;
}
.footerLinks .set {
	width: 100%;
}
.footerLinks dl {
	width: 16.6666%;
	border-left: solid 1px #878787;
	padding-left: 10px;
}
.footerLinks dl dt {
	color: #FFF;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.footerLinks dl dd {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.footerLinks dl li {
	margin-bottom: 10px;
}
.footerLinks dl li a {
	color: #FFF;
}
.footerLinks dl .set li {
	width: 100%;
}
.footerLinks dl .set li:first-child {
	width: 100%;
}

.footerLinks img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
}




.other {
	padding: 30px 0 30px 0;
	font-size: 1.2rem;
	overflow: hidden;
	color: #FFF;
}
.other ul {
	position: relative;
	float: right;
	z-index: 100;
}
.other ul li {
	display: inline;
	margin-left: 10px;
}
.other a {
	color: #FFF;
}


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

	
	
body {
	font-size: 1.4rem;
}

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

.js-scrollable {
	overflow: hidden;

}
.js-scrollable table {
	width: 800px;
}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	background: #f8f7f1;
	padding: 10px;
	z-index: 100;
}
header .hd {
	display: none;
}



header .logoArea {
	float: none;

	margin-right: 0;
	background: url("../img/logo.webp") no-repeat left center;
	background-size: 30px;
	padding-left: 35px;
	font-weight: 600;
}
	
	
	
header .logoArea h1 span {
	font-size: 1rem;
}
header .logoArea h1 {
	font-size: 1.8rem;
}

header .h-other {
	display: none;
}
	


/*==ナビゲーション全体の設定*/
nav, 
.pregnantNav{
	display: none;
}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
#main p {
	margin-bottom: 20px;
}
#main p:last-child {
	margin-bottom: 0;
}

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


#mainTitle {
	position: relative;
	background: #f9fbdb;
	padding: 90px 0 30px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		font-weight: 600;
		font-size: 2rem;
		color: #ef9c94;
	}

	
	
	
	
	

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

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

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

.textArea {
	float: none;
	width: 100%;
}
.phtArea {
	float: none;
	width: 100%;
	margin-top: 5%;
}
.phtBox {
	background: #FFF;
	padding: 20px;
	border: solid 3px #f7f7f7;
}
.phtBox.s03 {
}
.phtBox.s03 dl {
	width: 100%;
	text-align: center;
	margin-right: 0%;
	margin-bottom: 5%;
}
.phtBox.s03 dl:last-child {
	margin-right: 0%;
}
.phtBox.s03 dl dt {
	margin-bottom: 10px;
}
.phtBox.s04 {
}
.phtBox.s04 dl {
	width: 100%;
	text-align: center;
	margin-right: 0%;
	margin-bottom: 5%;
}
.phtBox.s04 dl:last-child {
	margin-right: 0%;
}
.phtBox.s04 dl dt {
	margin-bottom: 10px;
}
	

	
	



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	padding-bottom: 50px;
}
footer .bg {
	padding: 30px 0;
}
.map {
	height: 450px;
	overflow: hidden;
}
.map iframe {
	width: 100%;
}




/* SUMMARY
--------------------- */
.SUMMARY {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.SUMMARY table {
	font-size: 1.4rem;
}
.SUMMARY table th {
	width: 100%;
	display: block;
	text-align: left;
	color: #ef9c94;
	border-bottom: none;
	padding: 10px 0 0 0;
	vertical-align: top;
}
.SUMMARY table td {
	width: 100%;
	display: block;
	padding: 0 0 10px 0;
}


.Hour {
	width: 100%;
	font-size: 1.2rem;
}
.Hour table {
	border-top: solid 1px #b1b1b1;
	margin-bottom: 10px;
}
.Hour table th {
	width: 50%;
	background: #f9fbdb;
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px #b1b1b1;
}
.Hour table td {
	border-bottom: solid 1px #b1b1b1;
	padding: 15px 10px;
}
.Hour table td span {
	display: block;
}

	
	
	
	

.footerLinks {
	padding: 5% 0;
}
.footerLinks .set {
	width: 100%;
}
.footerLinks dl {
	width: 50%;
	margin-right: 0%;
	margin-bottom: 5%;
}
.footerLinks dl:nth-child(2n) {
	margin-right: 0%;
}
.footerLinks dl dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.footerLinks dl dd {
	font-size: 1.2rem;
}
.footerLinks dl li a {

}
.footerLinks img {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}




.other {
	padding: 20px 0;
	font-size: 1rem;
	overflow: hidden;
}
.other ul {
	position: relative;
	float: none;
	z-index: 100;
	margin-bottom: 10px;
}
.other ul li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
}

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