@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffzm {
	font-family: zen-old-mincho, sans-serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.ffdt {
	font-family: dunbar-text, sans-serif;
}
.ffgb {
	font-family: goldenbook, serif;
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.gold {
	color: #C5B17A;
}
.sec-padding {
	padding: 10rem 0;
}

.sp-only {
	display: none;
}
.spbr {
	display: none;
}
.page-link {
	width: 300px;
	background: #fff;
	padding: 2.5rem 0;
}
.page-link a {
	display: block;
	color: #444444;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.page-link:hover {
	background: #F8F6EE;
}

.cut {
	display: none;
}


/*header*/
#header {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}
#header .inner {
	margin: auto;
	justify-content: space-between;
	align-items: flex-start;
}
.head-logo {
	width: 280px;
	margin-left: 3rem;
	margin-top: 2rem;
}
.head-r {
	align-items: flex-start;
}
.tel-bnr {
	width: 270px;
}
.web-bnr,
.access-bnr {
	width: 200px;
}


/*mainvisual*/
.mainvisual {
	height: 100vh;
	background: url("../img/mainvisual01.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.catch-copy {
	width: 1000px;
	height: 520px;
	padding-top: 10rem;
	box-sizing: border-box;
	background: url("../img/bg-catchcopy.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.catch-copy h2 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 2;
}
.catch-copy h2 span {
	font-size: 50px;
}
.mv-timetable {
	width: 950px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width:1300px) {
	.mv-timetable {
		width: 850px;
	}
}

/*head-nav*/
.head-nav {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 3rem 0;
}
.head-nav nav {
	width: 90%;
	margin: auto;
}
.head-nav nav ul {
	justify-content: space-between;
}

.head-nav.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
	padding: 0.8rem 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
}


/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
}

nav ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
}
nav ul li span,
nav ul li a span {
	font-size: 15px;
	color: #C5B17A;
}


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:8rem;
	transform: translateX(-50%);
	z-index: 4;
    /*形状を指定*/
	background:#F8F6EE;
	width:180px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}
.has-child ul li a{
	padding: 1rem 0;
	font-size:13px;
	text-align: center;
}
/*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 a{
	display: block;
	color: #333;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:#C5B17A;
}


@media screen and (max-width:1280px) {
	.head-nav {
		width: 1000px;
	}
}


/*news*/
#news {
	background: #F8F6EE;
	padding: 8rem 0 10rem 0;
}
.ttl-sec01 {
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	line-height: 1.5;
	font-weight: 500;
}
.ttl-sec01 span {
	font-size: 18px;
	letter-spacing: 2px;
}
#news .inner {
	width: 800px;
	margin: 5rem auto 0 auto;
}
#news .inner dl {
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	padding-bottom: 1.5rem;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 3rem;
}
#news .inner dl dt {
	width: 20%;
}
#news .inner dl dd {
	width: 80%;
}


/*greeting*/
#greeting {
	margin: 10rem auto ;
	background: url("../img/bg-greeting.png");
	background-size: cover;
	position: relative;
}
.ttl-greeting {
	font-size: 100px;
	letter-spacing: 5px;
	position: absolute;
	top: -50px;
	left: 10px;
}
#greeting .inner {
	width: 1200px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
#greeting .inner .txt {
	width: 50%;
}
.greeting-b {
	font-size: 24px;
	line-height: 2;
}
.greeting-s {
	font-size: 16px;
	line-height: 2;
	margin: 2.5rem auto;
}
.greeting-name {
	font-size: 32px;
	letter-spacing: 2px;
}
.greeting-name .gn-s {
	font-size: 20px;
	margin-right: 2rem;
}
.greeting-name .en {
	font-size: 20px;
	margin-left: 2rem;
}
#greeting .inner .img {
	width: 48%;
	z-index: 2;
}
.g-img02 {
	width: 400px;
	position: absolute;
	bottom: -120px;
	left: 0;
}
.g-img03 {
	width: 50%;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 1;
}
#greeting .page-link {
	margin-top: 3rem;
}


/*medical-info*/
.ttl-mi {
	position: relative;
}
.ttl-mi::before {
	content: "MEDICAL";
	font-size: 120px;
	letter-spacing: 8px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #C5B17A;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.medical-top {
	margin-top: 8rem;
	padding: 5rem 0;
	background: url("../img/bg-medical-top.jpg");
	background-size: cover;
	background-position: center;
}
.medical-top .inner {
	justify-content: center;
	gap:5rem;
	align-items: center;
}
.medical-top .inner .left p {
	font-size: 30px;
	line-height: 2;
	writing-mode: vertical-rl;
}
.medical-top .inner .right {
	width: 700px;
}
.medical-top .inner .right p {
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
.mi-mid-wrap {
	justify-content: space-between;
	align-items: flex-start;
}
.mi-mid-wrap .item {
	width: calc(100% / 3);
	background: #F8F6EE;
	padding-bottom: 5rem;
}
.mi-mid-wrap .item2 {
	background: #EDEFF1;
}
.mi-mid-img {
	width: 100%;
}
.mi-mid-ttl {
	text-align: center;
	font-size: 32px;
	letter-spacing: 3px;
	margin-top: 5rem;
}
.mi-mid-txt {
	width: 80%;
	margin: 2rem auto;
	line-height: 2;
	font-size: 16px;
}
.more-link {
	width: 50%;
	background: #B7A05C;
	padding: 2rem 0;
	margin: auto;
}
.more-link a {
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}
.mi-bot-wrap {
	margin: 5rem auto;
	width: 98%;
	justify-content: space-between;
	align-items: flex-start;
}
.mi-bot-wrap .item {
	width: calc(100% / 5.5);
}
.mi-bot-img {
	position: relative;
}
.mi-bot-img img {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.mi-bot-img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #F3F0E7;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: -1;
}
.mi-bot-ttl {
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 2rem;
}
.mi-bot-ttl span {
	font-size: 15px;
	letter-spacing: 1px;
	margin-left: 1rem;
}
.mi-bot-txt {
	width: 90%;
	margin: 1.5rem auto;
	font-size: 14px;
	line-height: 2;
}


/*consept*/
#consept .inner {
	margin-top: 10rem;
	justify-content: space-between;
	align-items: center;
}
#consept .inner .left {
	width: 45%;
}
#consept .inner .right {
	width: 52%;
	padding: 5rem 0;
	box-sizing: border-box;
	position: relative;
}
#consept .inner .right::before {
	content: "";
	width: 160px;
	height: 400px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
#consept .inner .right::after {
	content: "";
	width: 160px;
	height: 400px;
	background: url("../img/deco04.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.ttl-consept {
	font-size: 50px;
	letter-spacing: 5px;
}
.consept-b {
	font-size: 28px;
	line-height: 2;
	margin: 2rem auto;
}
.consept-s {
	width: 75%;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width:1300px) {
	.ttl-consept {
		font-size: 40px;
	}
	.consept-b {
		font-size: 22px;
	}
	.consept-s {
		width: 85%;
		font-size: 14px;
		line-height: 2;
	}
}

/*feature*/
#feature {
	margin: 100px auto 0 auto;
	position: relative;
	padding-top: 5rem
}
#feature::before {
	content: "";
	width: 1200px;
	height: 600px;
	background: url("../img/feature-top.png");
	background-size: cover;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -1;
}
#feature::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(197,177,122,0.7);
	position: absolute;
	top:0;
	left: 0;
	z-index: -2;
}
.ttl-f-top {
	width: 600px;
	margin: auto;
	padding: 1.5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ttl-f-top p {
	text-align: center;
	letter-spacing: 3px;
	font-size: 26px;
}
.ttl-feature h4 {
	width: 500px;
	margin: 1rem auto;
	position: relative;
}
.ttl-feature h4::before {
	content: "FEATURE";
	font-size: 120px;
	letter-spacing: 10px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #C5B17A;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.feature1-2 {
	padding: 10rem 0 20rem 0;
	position: relative;
}
.feature1-2::before {
	content: "";
	width: 700px;
	height: 550px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}
.f1-2wrap {
	width: 85%;
	margin: auto;
	flex-direction: column;
	gap: 20rem;
}
.f1-2wrap .item-right {
	margin-left: auto;
	position: relative;
}
.f1-2wrap .item-left {
	margin-right: auto;
	position: relative;
}
.f1-2_container-r {
	position: absolute;
	bottom: -10rem;
	right: 650px;
}
.f1-2_container-l {
	position: absolute;
	bottom: -10rem;
	left: 650px;
}
.f1-2_img {
	width: 750px;
}
.f1-2_container {
	width: 700px;
	background: rgba(255,255,255,0.8);
	padding: 5rem 0;
}
@media screen and (max-width:1300px) {
	feature::before {
		width: 800px;
		height: 400px;
		top: -100px;
		left: 0;
		z-index: -1;
	}
	.f-txt {
		width: 95%;
	}
	
	.feature1-2 {
		padding: 10rem 0 15rem 0;
		position: relative;
	}
	.f1-2wrap {
		width: 95%;
	}
	.f1-2wrap .item-right {
		margin-left: auto;
		position: relative;
	}
	.f1-2wrap .item-left {
		margin-right: auto;
		position: relative;
	}
	.f1-2_container-r {
		position: absolute;
		bottom: -5rem;
		right: 450px;
	}
	.f1-2_container-l {
		position: absolute;
		bottom: -5rem;
		left: 450px;
	}
	.f1-2_img {
		width: 500px;
	}
	.f1-2_container {
		width: 700px;
	}
}


.f-ttl {
	justify-content: center;
	align-items: flex-end;
	gap: 3rem;
}
.f-no {
	text-align: center;
	font-size: 75px;
	letter-spacing: 8px;
	line-height: 1;
	position: relative;
}
.f-no::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #C5B17A;
	position: absolute;
	bottom: 0;
	right: -1.5rem;
}
.f-no span {
	font-size: 16px;
	line-height: 0.5;
}
.f-ttl-txt {
	font-size: 24px;
	line-height: 2;
	letter-spacing: 3px;
}
.f-txt {
	margin: 3rem auto 0 auto;
	width: 90%;
	font-size: 16px;
	line-height: 2;
}

.feature3 {
	padding: 8rem 0;
	background: #fff;
	position: relative;
}
.feature3::before {
	content: "";
	width: 165px;
	height: 305px;
	background: url("../img/deco05.png");
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.feature3::after {
	content: "";
	width: 165px;
	height: 305px;
	background: url("../img/deco06.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.feature3 .inner {
	width: 85%;
	margin-left: auto;
	align-items: center;
	justify-content: space-between;
}
.f3-container,
.f3-img {
	width: 49%; 
}
.f3-container .f-ttl {
	flex-direction: column;
	gap:2rem;
	align-items: center;
}
.f3-container .f-ttl .f-no::before {
	display: none;
}
.f3-container .f-ttl .f-ttl-txt {
	text-align: center;
}

@media screen and (max-width:1300px) {
	.feature3 .inner {
		width: 95%;
	}
}

.feature4-5 {
	padding: 10rem 0;
	position: relative;
}
.feature4-5::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg-feature4-5.png");
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.feature4-5 .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: flex-start;
}
.feature4-5 .inner .item {
	width: 45%;
	padding-bottom: 5rem;
	position: relative;
}
.feature4-5 .inner .item::before {
	content: "";
	width: 100%;
	height: 90%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.f4-5_img {
	width: 90%;
	margin: auto;
	z-index: 3;
}




/*clean*/
#clean {
	background: url("../img/bg-clean.png");
	background-size: cover;
}
#clean h5 {
	text-align: center;
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 2;
	font-weight: 500;
}
.clean-wrap {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
}
.clean-wrap img {
	width: 28%;
}
#clean p {
	width: 900px;
	margin: auto;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}


/*flow*/
.ttl-flow {
	position: relative;
}
.ttl-flow::before {
	content: "FLOW";
	font-size: 120px;
	letter-spacing: 8px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #C5B17A;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
#flow .inner {
	margin: 10rem auto 0 auto;
}
.flow-con {
	padding: 5rem 0;
}
.flow-con p {
	width: 95%;
	margin: 3rem auto 0 auto;
}
.flow-ttl {
	font-size: 24px;
	margin-bottom: 2rem;
}
.flow-txt {
	font-size: 16px;
	line-height: 2;
}

/*tabの形状*/
.tab{
	justify-content: center;
	gap:3rem;
}
.tab li {
	width: 200px;
	padding: 3rem 0;
	border: 1px solid #9D8640;
	background: #fff;
}
.tab li a{
	display: block;
	color: #444;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}
.tab li:hover
.tab li:active {
	background: #C5B17A;
}

/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 50%;
	margin: auto;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*--- スライドショー ---*/
#slideshow {
	padding: 5rem 0;
}
.slider li.mt50 {
	margin-top: 5rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
		margin: 0 auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 1rem;/*スライド左右の余白調整*/
}


/*recruit*/
#recruit {
	position: relative;
	margin-bottom: 5rem;
}
#recruit::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: 5rem;
	right: 250px;
	z-index: -1;
}
#recruit::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 5rem;
	left: 250px;
	z-index: -2;
}
.ttl-recruit {
	text-align: center;
	font-size: 50px;
	letter-spacing: 10px;
}
.ttl-recruit span {
	font-size: 32px;
}
#recruit .inner {
	width: 1200px;
	margin: auto;
	position: relative;
	padding: 5rem 0;
}
#recruit .inner::before {
	content: "";
	width: 100%;
	height: 120%;
	background: url("../img/bg-recruit.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.rec-txt {
	font-size: 17px;
	line-height: 2;
	text-align: center;
}
.rec-point {
	width: 80%;
	margin: 3rem auto;
	background: #fff;
	padding: 3rem 0;
	border-radius: 2rem;
	position: relative;
}
.ttl-rec-p {
	text-align: center;
	color: #7FAC46;
	letter-spacing: 2px;
	font-size: 24px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.rec-point ul {
	width: 70%;
	margin: auto;
	justify-content: space-between;
}
.rec-point ul li {
	width: 40%;
	padding: 2rem 0 1rem 3rem;
	font-size: 16px;
	position: relative;
}
.rec-point ul li::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url("../img/rec-check.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.rec-img {
	width: 50%;
	margin: auto;
	position: relative;
}
.rec-img::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #C5B17A;
	position: absolute;
	top: 5px;
	right: -15px;
}
.rec-img::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #C5B17A;
	position: absolute;
	bottom: -5px;
	right: -15px;
}


/*感染症対策*/
#covid19 {
	padding: 5rem 0;
	background: #EDEFF1;
}
.accordion-001 {
  max-width: 1000px;
	margin: 0 auto;	
}
.accordion-001 summary {
  display: flex;
	flex-direction: column;
  align-items: center;
  position: relative;
  padding: 5rem 0 ;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto;
	font-size: 20px;
  cursor: pointer;
	border: 1px solid #9D8640;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
	transform: translateY(-15%) rotate(45deg);
   width: 7px;
   height: 7px;
   margin-left: 10px;
   border-bottom: 3px solid #9D8640;
   border-right: 3px solid #9D8640;
   content: '';
   transition: transform .3s;
}

.accordion-001[open] summary::after {
	transform: rotate(225deg);
}

.accordion-open {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 1em 2em 2em 2em;
  transition: transform .5s, opacity .5s;
	width: 100%;
}

.accordion-open[open] {
    transform: none;
    opacity: 1;
}
.covid19-flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}
.covid19-list {
	width: 30%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.covid19-list img {
	width: 60%;
	margin: 0 auto;
}
.covid19-list span {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	font-size: 2rem;
}



/*footer*/
#footer {
}
.foot-top {
	background: #E3D8B6;
	padding: 5rem 0;
}
.foot-top .inner {
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.foot-top .inner .left,
.foot-top .inner .right {
	width: 49%;
}
.foot-logo {
	width: 280px;
	margin: auto;
}
.foot-adress {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 2rem auto;
}
.foot-bnr {
	align-items: center;
	justify-content: center;
}
.foot-tel {
	width: 250px;
}
.foot-web {
	width: 200px;
}
.foot-access {
	width: 95%;
	margin: auto;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	padding: 1rem 0 2rem 0;
}
.ttl-f-access {
	font-size: 26px;
	letter-spacing: 3px;
	position: absolute;
	top: -12px;
	left: 10px;
}
.fa-in {
	width: 95%;
	margin: 2rem auto 0 auto;
}
.fa-in-ttl {
	font-size: 17px;
}
.fa-in ul {
	font-size: 14px;
}
.fa-in ul li {
	list-style: disc;
	list-style-position: inside;
}
.foot-timetable {
	width: 900px;
	margin: 3rem auto;
}
.foot-card {
	width: 650px;
	margin: auto;
}
.foot-card p {
	text-align: center;
	font-size: 16px;
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.copy {
	padding: 1rem 0;
}
.copy p {
	font-size: 12px;
	text-align: center;
}


/*--- 下層 ---*/
/*mainvisual*/
.s-mainvisual {
	height: 60vh;
	background: url("../img/s-mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-ttl {
	width: 90%;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
}
.page-ttl h2 {
	text-align: center;
	font-size: 55px;
	letter-spacing: 10px;
	line-height: 1.2;
}
.page-ttl h2 span {
	font-size: 30px;
	letter-spacing: 5px;
}
.sec-ttl {
	width: 95%;
	max-width: 1200px;
	height: 120px;
	margin: auto;
	background: #C5B17A;
	padding-top: 3.7rem;
	box-sizing: border-box;
	position: relative;
}
.sec-ttl h4 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 8px;
}
.sec-ttl::before {
	content: "";
  border-top: 100px solid rgba(255, 255, 255, 0.50);
  border-left: 200px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-ttl::after {
	content: "";
  border-bottom: 100px solid rgba(255, 255, 255, 0.50);
  border-right: 200px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*clinic*/
.policy-img {
	width: 90%;
	max-width: 800px;
	margin: 5rem auto;
	position: relative;
}
.policy-img::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: -30px;
	right: -100px;
	z-index: -1;
}
.policy-img::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: -30px;
	left: -100px;
	z-index: -1;
}
.ttl-policy {
	text-align: center;
	letter-spacing: 10px;
	font-size: 80px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.policy-index {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.policy-txt-b {
	font-size: 24px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2rem;
}
.policy-txt-s {
	font-size: 16px;
	line-height: 2;
}

.facility-wrap {
	width: 95%;
	max-width: 1200px;
	margin: 5rem auto;
}
.facility-wrap ul {
	justify-content: space-between;
	align-items: flex-start
}
.facility-wrap ul li {
	width: 30%;
	margin-bottom: 3rem;
}
.facility-wrap ul li:last-child {
	margin-bottom: 0;
}
.facility-name {
	background: #F8F6EE;
	padding: 2rem 0;
}
.facility-name p {
	font-size: 20px;
	text-align: center;
	letter-spacing: 5px;
}

.qa-wrap {
	width: 90%;
	max-width: 1000px;
	margin: 5rem auto;
	flex-direction: column;
	gap:5rem;
}
.accordion-006 {
    margin-bottom: 7px;
    background-color: #f8f6ee;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2.5em 1.5em 2em; 
	box-sizing: border-box;
    font-weight: 500;
		font-size: 17px;
    cursor: pointer;
		letter-spacing: 1.5px;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #c8c6be;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2.5em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2rem;
		background: #fff;
    color: #777;
		border: 1px solid　#C5B17A;
    transition: transform .5s, opacity .5s;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1px;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
	border: 1px solid　#C5B17A;
}



/*staff*/
#doctor-intro .inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#doctor-intro .inner .left {
	width: 55%;
}
.doc-i-name {
	padding-bottom: 1rem;
	border-bottom: 1px solid #9D8640;
}
.doc-i-name p {
	font-size: 30px;
}
.doc-i-name p .dn-l {
	font-size: 18px;
	margin-right: 1.5rem;
}
.doc-i-name p .en {
	font-size: 16px;
	margin-left: 1.5rem;
}
.doc-i-txt {
	margin: 2rem auto;
	font-size: 15px;
	line-height: 2;
}
.career p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 2rem;
}
.career dl {
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.career dl dt {
	width: 25%;
	padding-bottom: 1rem;
}
.career dl dd {
	width: 75%;
	padding-bottom: 1rem;
}
#doctor-intro .inner .right {
	width: 42%;
}

.staff-wrap {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
}
.staff-wrap ul {
	gap: 2%;
	align-items: flex-start;
}
.staff-wrap ul li {
	width: 32%;
	margin-bottom: 3.5rem;
}
.staff-txt {
	background: #F8F6EE;
	padding: 2rem 0;
}
.staff-name {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 1.5rem;
}
.staff-gre {
	font-size: 14px;
	line-height: 2;
	width: 95%;
	margin: auto;
}


/*medical*/
.medical-inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.medical-inner .txt {
	width: 55%;
}
.medical-inner .txt p {
	font-size: 16px;
	line-height: 2;
}
.medical-inner .img {
	width: 40%;
}

.price-con {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
}
.ttl-price-con {
	text-align: center;
	font-size: 32px;
	letter-spacing: 5px;
	margin-bottom: 5rem;
	position: relative;
}
.ttl-price-con::before {
	content: "";
	width: 80px;
	height: 3px;
	background: #9D8640;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.price-table {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	position: relative;
}
.price-table table {
	width: 100%;
}
.price-table table th {
	background: #F8F6EE;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.price-table table .p-ta-price {
	letter-spacing: 2px;
}
.price-table table th,
.price-table table .p-ta-price {
	width: 20%;
	border: 1px solid #C5B17A;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}
.price-table table .p-ta-mid {
	width: 60%;
	border: 1px solid #C5B17A;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
}
.price-table p {
	font-size: 14px;
	position: absolute;
	bottom: -20px;
	right: 0;
}


/*access*/
#basic-info .inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#basic-info .inner .left {
	width: 45%;
}
#basic-info .inner .right {
	width: 52%;
}
#basic-info .inner .right table {
	width: 100%;
	font-size: 15px;
}
#basic-info .inner .right table th {
	width: 30%;
	text-align: center;
	background: #F8F6EE;
	border: 1px solid #C5B17A;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	font-weight: normal;
}
#basic-info .inner .right table td {
	width: 70%;
	border: 1px solid #C5B17A;
	font-weight: normal;
	padding: 1.5rem;
	box-sizing: border-box;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.access-timetable {
	width: 45%;
	margin: auto;
}
.access-map {
	width: 95%;
	max-width: 700px;
	margin: 5rem auto;
}
.access-map iframe {
	width: 100%;
}
.access-con {
	max-width: 1000px;
	width: 95%;
	margin: 3rem auto 0 auto;
	background: #F8F6EE;
	border-radius: 2rem;
	padding: 5rem 0 3rem 0;
	position: relative;
}
.ttl-access-con {
	font-size: 30px;
	letter-spacing: 5px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.access-con .inner {
	width: 90%;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
}
.access-con .inner .item {
	width: 48%;
}
.ttl-a-tra,
.ttl-a-car {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 2rem;
	padding-left: 45px;
	position: relative;
}
.ttl-a-tra::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/icon-tra.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ttl-a-car::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/icon-car.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.access-con .inner .item ul {
	flex-direction: column;
	gap:1.5rem;
	font-size: 15px;
}


/*recruit*/
.rec-in-con {
	width: 95%;
	max-width: 900px;
	margin: 5rem auto;
	background: #F8F6EE;
	padding: 5rem 0;
	position: relative;
}
.rec-in-con::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 5rem;
	left: -100px;
	z-index: -2;
}
.rec-in-con::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: 5rem;
	right: -100px;
	z-index: -2;
}
.rec-in-img {
	width: 500px;
	margin: 0 auto 3rem auto;
}
.rec-in-txt {
	width: 95%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.AR {
	flex-direction: column;
	gap:8rem;
}
.AR-table {
	max-width: 1000px;
	width: 95%;
	margin: 5rem auto;
}
.AR-table table {
	width: 100%;
	font-size: 16px;
}
.AR-table table th {
	width: 30%;
	text-align: center;
	background: #F8F6EE;
	border: 1px solid #C5B17A;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	font-weight: normal;
}
.AR-table table td {
	width: 70%;
	border: 1px solid #C5B17A;
	padding: 1.5rem;
	box-sizing: border-box;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	line-height: 2;
}





















/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#3D8F4F;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
