@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=Cinzel:wght@400..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: #9f8b5d;
}
.Cinzel {
	font-family: "Cinzel", serif;
}
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: #595757;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
main a {
	color: #9f8b5d;
	text-decoration: underline
}
main p {
	margin-bottom: 15px;
}
a:hover {
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}
.pht_right {
	width: 50%;
	float: right;
	margin: 0 0 30px 30px;
}


.btn__default {
	max-width: 235px;
	display: block;
}
.btn__default.w600 {
	max-width: 600px;
	display: block;
}
.btn__default a {
	padding: 20px 0;
	text-align: center;
	position: relative;
	display: block;
	background: linear-gradient(58deg, #e2c695 0%, #a99664 91%);
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
}
.btn__default a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/arrow_w.svg") no-repeat center center;
	background-size: 30px;
	transition: transform 0.3s ease;
}
.btn__default a:hover::after {
	transform: translateY(-50%) translateX(4px); /* 右へ4px */
}


.btn__gray {
}
.btn__gray a {
	padding: 20px 0;
	text-align: center;
	position: relative;
	display: block;
	background: #e9e9e9;
	color: #595757;
	text-decoration: none;
	padding-right: 20px;
}
.btn__gray a:hover {
	background: #a99664;
	color: #FFF
}




.btn__line a {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 60px !important;
}
.btn__line a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/icon_line.svg") no-repeat center center;
	background-size: 30px;
	transition: transform 0.3s ease;
}
.btn__line a:hover {
	background: #a99664;
	color: #FFF
}



.btn__web a {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 75px !important;
}
.btn__web a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/icon_medical.svg") no-repeat center center;
	background-size: 26px;
	transition: transform 0.3s ease;
}
.btn__web a:hover {
	background: #a99664;
	color: #FFF
}
.btn__web a:hover::after {
	background: url("../img/icon_medical_w.svg") no-repeat center center;
}



.btn__tel a {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 55px !important;
}
.btn__tel a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/icon_tel.svg") no-repeat center center;
	background-size: 26px;
	transition: transform 0.3s ease;
}
.btn__tel a:hover {
	background: #a99664;
	color: #FFF
}
.btn__tel a:hover::after {
	background: url("../img/icon_tel_w.svg") no-repeat center center;
}





.btn__access a {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 75px !important;
}
.btn__access a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/icon_access.svg") no-repeat center center;
	background-size: 22px;
	transition: transform 0.3s ease;
}
.btn__access a:hover {
	background: #a99664;
	color: #FFF
}
.btn__access a:hover::after {
	background: url("../img/icon_access_w.svg") no-repeat center center;
}




.btn__web02 {
	width: 208px;
	height: 135px;
	position: absolute;
	right: 0;
	bottom: -135px;
	font-size: 2.2rem;
}
.btn__web02 a {
	padding-top: 60px;
	text-align: center;
	position: relative;
	display: block;
	background: linear-gradient(58deg, #e2c695 0%, #a99664 91%);
	color: #fff;
	text-decoration: none;
	height: 135px;
	
}
.btn__web02 a::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -15px;
	transform: translateY(-50%);
	width: 40px;
	height: 33px;
	background: url("../img/icon_web.svg") no-repeat center center;
	background-size: 30px;
	transition: transform 0.3s ease;
}
.btn__web02 a:hover {
	background: linear-gradient(58deg, #fff3d5 0%, #c6aa71 91%);
}




.is-animation .btn__web02 {
	width: 208px;
	height: auto !important;
	position: relative;
	right: 0;
	bottom: 0;
	font-size: 1.6rem;
}
.is-animation .btn__web02 a {
	padding-top: 0;
	text-align: center;
	position: relative;
	display: block;
	background: linear-gradient(58deg, #e2c695 0%, #a99664 91%);
	color: #fff;
	text-decoration: none;
	height: auto !important;
	padding: 20px 0;
}
.is-animation .btn__web02 a::after {
	content: none;
}
.is-animation .web-none {
	display: none;
}





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


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
table th {
	text-align: left;
	padding: 10px 20px;
	border-bottom: solid 1px #d7d7d7;
}
table td {
	text-align: left;
	padding: 10px 20px;
	border-bottom: solid 1px #d7d7d7;
}







/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family:  "Noto Sans JP", serif;
	font-weight: 400;
	background: #FFF;
	color: #595757;
	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;
	background: #FFF;
}
header.is-animation {
	padding-right: 100px;
}
.hd {
	background: #eeefef;
	padding: 5px 25px;
	transition: .3s;
}
.is-animation .hd {
	display: none;
}
.hd h1 {
	float: left;
	font-size: 1.5rem;
	font-weight: 500;
}
.hd p {
	float: left;
	font-size: 1.5rem;
	font-weight: 500;
}
.hd ul {
	float: right;
	font-size: 1.5rem;
	font-weight: 500;
}
.hd ul li {
	display: inline-block;
	margin-left: 30px;
}
.hd ul li a {
	background: url("../img/icon_tel.svg") no-repeat center left;
	background-size: 20px;
	padding-left: 25px;	
}
.logoArea {
	float: left;
	width: 390px;
	padding: 20px;
	transition: .3s;
}
.is-animation .logoArea {
	float: left;
	width: 300px;
	padding: 20px 20px 0 20px;
}



.menuArea {
	float: right;
	width: 1000px;
}
nav {
	font-size: 1.5rem;
	padding: 20px;
	transition: .3s;
}
.is-animation nav {
	display: none;
}
nav li {
	float: right;
	margin-left: 20px;
	
	position: relative;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-bottom: 8px;
	transition: color 0.3s ease;
}
nav li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  width: 40px;
  height: 2px;
  background-color: #a99664; /* ゴールド系 */
  transition: transform 0.3s ease;
  transform-origin: center;
}
nav li:hover::after {
  transform: translateX(-50%) scaleX(1);
}


/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	text-align: right;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
	text-align: left;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/

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

/*下の階層を持っているulの指定*/
nav li.has-child ul{
	text-align: center;
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:40px;
	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;
	width: 100%;
	position: relative;
	border-right: none;
	padding: 10px 0;
}

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

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





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





.sub {
}
.sub li {
	text-align: center;
	float: right;
	width: 180px;
	border: solid 1px #cdcece;
	border-top: none;
	border-right: none;
}
.sub li a {
	display: block;
	padding: 15px;
}


.is-animation .sub li {
	text-align: center;
	float: right;
	width: 180px;
	border: none;
	border-top: none;
	border-right: none;
}
.is-animation .sub li a {
	display: block;
	padding: 35px 15px;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
}
main .inner {
	width: 1000px;
}

.article {
	margin-bottom: 100px;
}
.cell {
	margin-bottom: 60px;
}


.box {
	margin: 15px 0;
	background: #f7f7f7;
	padding: 30px;
}



.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 {
	width: 50%;
	float: left;
}
.phtArea {
	width: 45%;
	float: right;
}



.title_sub {
	font-size: 2.6rem;
	position: relative;
	margin-bottom: 40px;
}
.title_sub::after {
  content: '';
  width: 55px;
  height: 1px;
  display: inline-block;
  background-color: #595757;
  position: absolute;
  bottom: -15px;
  left: 0;
}



#mainTitle {
	text-align: center;
	position: relative;
	background: url("../img/bg_title.webp") no-repeat center;
	background-size: 100%;
	padding: 215px 0 50px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		font-weight: 400;
		font-size: 2.4rem;
		color: #595757;
	}


.title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #2b2b2b;
}
.title h2 {
	font-size: 2.4rem;
	color: #595757;
	font-weight: 400;
	
}


main h3 {
	font-size: 2rem;
	color: #595757;
	margin-bottom: 10px;
	border-left: solid 1px #9f8b5d;
	padding-left: 8px;
	background: none;
}
h3 {
	color: #595757;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	background: #e0e0e1;
	display: inline-block;
	padding: 10px 15px;
}



#Bread {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
	#Bread ul {
		width: 1000px;
		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);
		}





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: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #9f8b5d;
	}
ul.link {
	margin-bottom: 15px;
}
.box ul.link {
	margin-bottom: 0;
}
	ul.link li {
		margin-bottom: 20px;
	}
	ul.link li:last-child {
		margin-bottom: 0;
	}
	ul.link li:last-child {
		margin-bottom: 0;
	}
	ul.link li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #9f8b5d;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
	margin-bottom: 60px;
}
.section__slide li {
	margin: 0 20px;
}
.section__slide li:nth-child(even) {
	margin-top: 40px;
}



footer {
	background: url("../img/bg_info.webp") no-repeat center 100px;
	background-size: 100%;
}
footer .inner {
	width: 1200px;
}

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





.area__info {
	position: relative;
	width: 48%;
	margin-right: 4%;
	padding: 40px 40px 100px 40px;
	background: rgba(255, 255, 255, 0.8);
}
footer .area__info {
	padding: 40px;
}

.area__info .box {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.area__info .box h4 {
	text-align: center;
	background: #a99664;
	color: #FFF;
	font-size: 2rem;
	padding: 5px 0;
	font-weight: 500;
}
.area__info .box table {
	margin-bottom: 10px;
}
.area__info .btn__default {
	width: 235px;
	position: absolute;
	right: 0;
	bottom: 0;
}









.area__hours {
	position: relative;
	width: 48%;
	padding: 40px 40px 100px 40px;
	background: rgba(255, 255, 255, 0.8);
}
footer .area__hours {
	padding: 40px;
}
.area__hours .box {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background: #FFF;
}
.area__hours .box h4 {
	text-align: center;
	background: #a99664;
	color: #FFF;
	font-size: 2rem;
	padding: 5px 0;
	font-weight: 500;
}
.area__hours .box table {
	margin-bottom: 10px;
}
.area__hours .btn__default {
	width: 235px;
	position: absolute;
	right: 0;
	bottom: 0;
}



.area__medical {
	margin-top: 40px;
	position: relative;
	width: 100%;
	padding: 40px;
	background: rgba(255, 255, 255, 0.8);
}
.area__medical .box {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.area__medical li {
	display: inline-block;
	margin-right: 30px;

}


.section__links {
	background: #FFF;
	padding: 100px 0;
	text-align: center;
}
.section__links dl {
	margin-bottom: 60px;
}
.section__links dl dt {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.section__links dl dd {
	font-size: 1.6rem;
}

.section__links li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
	transition: transform 0.2s ease;
}
.section__links li:nth-child(2n) {
	margin-right: 0%;
}

.section__links li:hover {
  transform: scale(1.05);

}





.section__f-logo {
	background: url("../img/bg.webp") repeat;
	padding: 60px 0;
}
.section__f-logo dl {
	width: 460px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.section__f-logo dl dt {
	margin-bottom: 20px;
}
.section__f-logo .access {
	width: 950px;
	margin: 0 auto;
	background: #FFF url("../img/img_access.webp") no-repeat left top;
	background-size: contain;
	padding: 40px;
	padding-left: 400px;
	font-size: 2rem;
	position: relative;
}
.section__f-logo .access .btn__gray {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 235px;
}



.parking {
	background: url("../img/icon_parking.svg") no-repeat left top;
	background-size: 74px;
	line-height: 74px;
	padding-left: 90px;
	margin-bottom: 20px;
}

.section__footer {
	background: url("../img/bg_footer.webp") no-repeat center bottom;
	background-size: cover;
	text-align: center;
	padding: 30px 0;
}
.section__footer li {
	display: inline-block;
	margin: 0 20px;
}
.section__footer .btn__gray {
	margin: 40px auto;
	width: 235px;
}
.section__footer dl {
	width: 25%;
	text-align: left !important;
	margin-bottom: 5%;
}
.section__footer dl:last-child {
	margin-left: 0%;
}
.section__footer dl dt {
	font-size: 1.6rem;
	color: #a99664;
}
.section__footer dl dd {
	margin-top: 5px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.section__footer dl dd li {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}





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

	
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
table th {
	text-align: left;
	padding: 5px 10px;
	border-bottom: solid 1px #d7d7d7;
}
table td {
	text-align: left;
	padding: 5px 10px;
	border-bottom: solid 1px #d7d7d7;
}
	
	
	
body {
	font-size: 1.4rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 2000;
	background: #FFF;
}
header.is-animation {
	padding-right: 0;
}
.hd {
	display: none;
}
.logoArea {
	float: left;
	width: 85% !important;
	padding: 10px;
}
.is-animation .logoArea {
	float: left;
	width: 85% !important;
	padding: 10px;
}
.menuArea {
	display: none;
}
nav {
	display: none;
}

.sub {
	display: none;

}

.btn__web02 {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
}
	
.article {
	margin-bottom: 60px;
}
.cell {
	margin-bottom: 30px;
}


.box {
	margin: 15px 0;
	background: #f7f7f7;
	padding: 30px;
}


.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 {
	width: 100%;
	float: none;
}
.phtArea {
	width: 100%;
	float: none;
}

	
	
	

.title_sub {
	font-size: 2.0rem;
	position: relative;
	margin-bottom: 40px;
}
.title_sub::after {
  content: '';
  width: 55px;
  height: 1px;
  display: inline-block;
  background-color: #595757;
  position: absolute;
  bottom: -15px;
  left: 0;
}

	
#mainTitle {
	text-align: center;
	position: relative;
	background: url("../img/bg_title.webp") no-repeat center;
	background-size: 100%;
	padding: 110px 0 20px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		font-weight: 400;
		font-size: 2.2rem;
		color: #595757;
	}


.title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #2b2b2b;
}
.title h2 {
	font-size: 2rem;
	color: #595757;
	font-weight: 400;
	
}


main h3 {
	font-size: 1.8rem;
	color: #595757;
	margin-bottom: 0px;
	border-left: solid 1px #9f8b5d;
	padding-left: 8px;
	background: none;
}
	

h3 {
	color: #595757;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	background: #e0e0e1;
	display: inline-block;
	padding: 10px 15px;
}





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: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
	margin-bottom: 60px;
}
.section__slide li {
	margin: 0 20px;
}
.section__slide li:nth-child(even) {
	margin-top: 40px;
}



footer {
	padding-bottom: 60px;
	background: url("../img/bg_info.webp") no-repeat center 100px;
	background-size: cover;
}
footer .inner {
	width: 1200px;
}

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





.area__info {
	position: relative;
	width: 100%;
	margin-right: 0%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}
footer .area__info {
	padding: 10px;
	margin-bottom: 10px;
}

.area__info .box {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.area__info .box h4 {
	text-align: center;
	background: #a99664;
	color: #FFF;
	font-size: 2rem;
	padding: 5px 0;
	font-weight: 500;
}
.area__info .box table {
	margin-bottom: 10px;
}
.area__info .btn__default {
	width: 235px;
	position: absolute;
	right: 0;
	bottom: 0;
}









.area__hours {
	position: relative;
	width: 100%;
	padding: 10px 10px 100px 10px;
	background: rgba(255, 255, 255, 0.8);
}
footer .area__hours {
	padding: 10px;
}
.area__hours .box {
	padding: 0;
	box-shadow: none;
}
.area__hours .box h4 {
	text-align: center;
	background: #a99664;
	color: #FFF;
	font-size: 1.6rem;
	padding: 5px 0;
	font-weight: 500;
}
.area__hours .box table {
	margin-bottom: 10px;
}
.area__hours .btn__default {
	width: 235px;
	position: absolute;
	right: 0;
	bottom: 0;
}



.area__medical {
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}
.area__medical .box {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.area__medical li {
	display: inline-block;
	margin-right: 30px;

}


.section__links {
	background: #FFF;
	padding: 40px 0;
	text-align: center;
}
.section__links dl {
	margin-bottom: 60px;
}
.section__links dl dt {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.section__links dl dd {
	font-size: 1.4rem;
}

.section__links li {
	width: 50%;
	margin-right: 0%;
	margin-bottom: 0%;
	
}
.section__links li:nth-child(2n) {
	margin-right: 0%;
}


.section__f-logo {
	background: url("../img/bg.webp") repeat;
	padding: 60px 0;
}
.section__f-logo dl {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.section__f-logo dl dt {
	margin-bottom: 20px;
}
.section__f-logo .access {
	width: 100%;
	margin: 0 auto;
	background: #FFF url("../img/img_access.webp") no-repeat left top;
	background-size: contain;
	padding: 250px 40px 40px 40px;
	font-size: 2rem;
	position: relative;
}
.section__f-logo .access .btn__gray {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	margin-top: 20px;
}



.parking {
	background: url("../img/icon_parking.svg") no-repeat left top;
	background-size: 74px;
	line-height: 74px;
	padding-left: 90px;
	margin-bottom: 20px;
}

.section__footer {
	background: url("../img/bg_footer.webp") no-repeat center bottom;
	background-size: cover;
	text-align: left;
	padding: 30px 0;
}
.section__footer li {
	display: block;
	margin: 0;
}
.section__footer .btn__gray {
	margin: 40px auto;
	width: 235px;
}
.section__footer dl {
	width: 50%;
	text-align: left !important;
	margin-bottom: 5%;
}
.section__footer dl:last-child {
	margin-left: 0%;
}
.section__footer dl dt {
	font-size: 1.4rem;
	color: #a99664;
}
.section__footer dl dd {
	margin-top: 5px;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.section__footer dl dd li {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}
	
	
	#page-top {
		width: 10px;
	}
	
#spFooter {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
}
#spFooter ul {
	margin: 0;
}
	#spFooter li {
		width: 25%;
	}
	
}