@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	color: #666666;
	position: relative;
}
a {
	text-decoration: none;
	color: #666666;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.center {
	text-align: center;
}
.en {
	font-family: "Sylfaen";
}
.blue {
	color: #85CBCD;
}
.biege {
	color: #C6C09C;
}
.green {
	color: #ADC965;
}
.pink {
	color: #E79796;
}
.yellow {
	color: #EECF65;
}
.txt p {
	margin-bottom: 15px;
	line-height: 1.8;
}



/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.header-wrap {
	display: flex;
	width: 100%;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.header-wrap::before {
	content: "";
	width: 100%;
	height: 165px;
	background-image: url("img/top/header_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.header-left {
	width: 20%;
	margin-right: auto;
}
.header-right {
	width: 80%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.header-right a {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: "コーポレート・ロゴ ver2";
	font-weight: bold;
	width: 15%;
	padding: 10px 0;
}
.header-right i {
	display: block;
	text-align: center;
}
.header-right .web {
	background: #85CBCD;
	max-width: 100px;
}
.header-right .tel {
	background: #ADC965;
}
.header-right a:hover {
	opacity: 0.7;
}



/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
	z-index: 1;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("img/top/mv01.jpg");
}

.slider-item02 {
    background:url("img/top/mv02.jpg");
}

.slider-item03 {
    background:url("img/top/mv03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.cp {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(-50%, -50%);
	z-index: 4;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.cp span {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	font-size: 40px;
	padding: 20px 10px;
	background: rgba(255,255,255,0.60);
	margin-right: 20px;
}
#mv .img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 4;
	width: 40%;
}



/*==================================================
お知らせ
===================================*/
#news {
	padding: 70px 0;
	background-image: url("img/top/news_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#news .wrap {
	max-width: 1200px;
	padding: 30px 0;
	background: #fff;
	align-items: center;
}
.index-ttl {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.index-ttl .en {
	display: block;
	font-size: 40px;
}
#news .index-ttl {
	width: 20%;
	border-right: 1px solid #EECF65;
}
#news .news-content {
	width: 80%;
}
.news-content .item {
	padding-left: 15px;
	margin-bottom: 20px;
}



/*==================================================
特徴01
===================================*/
#feature01 {
	background-image: url("img/top/feature01_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 70px;
}
#feature01 .wrap {
	width: 98%;
	position: relative;
	z-index: 1;
}
#feature01 .wrap::before {
	content: "";
	background-image: url("img/top/feature01-2.jpg");
	width: 40%;
	max-width: 520px;
	height: 40%;
	max-height: 340px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#feature01 .wrap::after {
	content: "";
	background-image: url("img/top/feature01-3.jpg");
	width: 40%;
	max-width: 520px;
	height: 40%;
	max-height: 340px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#feature01 .txtbox {
	width: 50%;
	max-width: 700px;
	margin: 0 auto;
	text-shadow: 0 3px 6px rgba(255,255,255,0.80);
}
#feature01 .number {
	margin-bottom: 80px;
}
.number img {
	margin: 0 auto;
}
.fea-ttl {
	font-size: 40px;
	margin-bottom: 35px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
}

/*==================================================
特徴02
===================================*/
#feature02 {
	position: relative;
	z-index: 1;
	padding: 90px 0 200px;
}
#feature02::before {
	content: "";
	background: rgba(226,223,205,0.35);
	width: 65%;
	height: 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
#feature02::after {
	content: "";
	background: #E2DFCD url("img/top/feature02-4.png") left top repeat;
	width: 98%;
	height: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#feature02 .wrap {
	width: 90%;
	max-width: 1500px;
}
#feature02 .img {
	width: 45%;
	position: relative;
	z-index: 1;
}
#feature02 .img .txt-img {
	position: absolute;
	bottom: 80px;
	left: 40px;
	z-index: 1;
}
#feature02 .txtbox {
	width: 50%;
	text-shadow: 0 3px 6px rgba(255,255,255,0.80);
}
#feature02 .number {
	margin-bottom: 50px;
}




/*==================================================
特徴03.04
===================================*/
.feature {
	display: flex;
	margin: 135px auto 90px;
}
.feature section {
	width: 50%;
	position: relative;
	z-index: 1;
	padding-bottom: 90px;
}
.feature section img {
	margin: 0 auto 40px;
}
.feature section .txtbox {
	max-width: 600px;
	margin: 0 auto;
	text-shadow: 0 3px 6px rgba(255,255,255,0.80);
}
#feature03::after {
	content: "";
	background-image: url("img/top/feature03_bg.png");
	width: 100%;
	height: 70%;
	max-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#feature04::after {
	content: "";
	background-image: url("img/top/feature04_bg.png");
	width: 100%;
	height: 70%;
	max-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.feature section .img {
	position: relative;
	z-index: 1;
}
.feature section .img span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	font-family: "コーポレート・ロゴ ver2";
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	padding: 10px;
	position: absolute;
	top: -25px;
	left: 18%;
	transform: translateX(-50%);
	z-index: 1;
	color: #fff;
}
#feature03 .img span {
	background: #ADC965;
}
#feature04 .img span {
	background: #E79796;
}

/*==================================================
特徴05
===================================*/
#feature05 {
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
#feature05::before {
	content: "";
	background-image: url("img/top/feature05_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height: 90%;
	max-height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#feature05 .wrap {
	max-width: 1500px;
}
#feature05 .number {
	margin-bottom: 55px;
}
#feature05 .txtbox {
	color: #fff;
	max-width: 700px;
	margin: 0 auto 60px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.80);
}
#feature05 .flex .flex-3 {
	max-width: 420px;
}
#feature05 .flex-3 div {
	padding: 15px 0;
	text-align: center;
	font-family: "コーポレート・ロゴ ver2";
	font-size: 25px;
	font-weight: bold;
	background: #C6C09C;
}
.white {
	color: #fff;
}
#feature05 .flex-3 .mdl {
	background: #EECF65;
}
#feature05 .flex-3:first-child,
#feature05 .flex-3:last-child {
	margin-top: 60px;
}


/*==================================================
ギャラリー
===================================*/
.gallery {
	padding: 70px 0;
	position: relative;
	z-index: 1;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(150vw / 6);
}
.d-demo__item > img{
   width: 95%;
}


/*==================================================
診療案内
===================================*/
#index-medical {
	padding: 70px 0;
	background-image: url("img/top/medical_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#index-medical .wrap {
	max-width: 1500px;
}
.medical-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.medical-list .flex-3 {
	margin-bottom: 45px;
}
.medical-list .list {
	display: block;
	background: #fff;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.medical-list .list01 {
	border: 1px solid #85CBCD;
}
.medical-list .list::after {
	content: "";
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #85CBCD;
	border-right: 1px solid #85CBCD;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.medical-list .list02 {
	border: 1px solid #C6C09C;
}
.medical-list .list02::after {
	border-bottom: 1px solid #C6C09C;
	border-right: 1px solid #C6C09C;	
}
.medical-list .list03 {
	border: 1px solid #ADC965;
}
.medical-list .list03::after {
	border-bottom: 1px solid #ADC965;
	border-right: 1px solid #ADC965;	
}
.medical-list .list04 {
	border: 1px solid #E79796;
}
.medical-list .list04::after {
	border-bottom: 1px solid #E79796;
	border-right: 1px solid #E79796;	
}
.medical-list .list05 {
	border: 1px solid #EECF65;
}
.medical-list .list05::after {
	border-bottom: 1px solid #EECF65;
	border-right: 1px solid #EECF65;	
}
.medical-list .list img {
	margin: 0 auto;
}
.medical-list .ttl {
	font-size: 30px;
	padding: 20px 0;
}
.medical-list .list ul {
	width: 80%;
	margin: 0 auto;
}
.medical-list .list:hover {
	opacity: 0.7;
}


/*==================================================
ご挨拶
===================================*/
#greeting {
	padding: 145px 0 60px;
	position: relative;
	z-index: 1;
}
#greeting::before {
	content: "";
	background-image: url("img/top/greeting_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
#greeting::after {
	content: "";
	width: 70%;
	height: 40%;
	background: #E7F5F5;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -3;
}
#greeting .wrap {
	max-width: 1500px;
}
#greeting .index-ttl {
	margin-bottom: 75px;
}
#greeting .flex-2 img {
	margin: 0 auto;
}
#greeting .flex-2 .ttl {
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 auto 35px;
}
#greeting .flex-2 .ttl .blue {
	padding: 0 30px;
}
#greeting .flex {
	align-items: center;
}
#greeting .flex .img {
	position: relative;
	z-index: 1;
}
.d-name {
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	position: absolute;
	bottom: -50px;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
}
.d-name .name {
	font-size: 25px;
	font-weight: 600;
	width: 80%;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EECF65;
}
.d-name .name span {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	margin-right: 25px;
}


/*==================================================
採用情報
===================================*/
#index-recruit {
	margin: 150px 0;
}
#index-recruit .wrap {
	max-width: 1200px;
	background: #E79796;
	position: relative;
	z-index: 1;
}
#index-recruit .wrap::before {
	content: "";
	width: 98%;
	height: 95%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.recruit-inner {
	padding: 105px 0;
	position: relative;
	z-index: 1;
}
.recruit-inner::before {
	content: "";
	background-image: url("img/top/recruit01.png");
	width: 345px;
	height: 305px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: -1;
}
.recruit-inner::after {
	content: "";
	background-image: url("img/top/recruit02.png");
	width: 170px;
	height: 160px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 80px;
	right: 80px;
	z-index: -1;
}
.recruit-inner .ttl {
	margin: 30px auto;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	font-size: 30px;
	font-weight: bold;
}
.more {
	width: 80%;
	max-width: 330px;
	margin: 40px auto 0;
}
.more-btn {
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	font-size: 22px;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #666666;
}
.more-btn:hover {
	opacity: 0.7;
}




/*==================================================
フッター
===================================*/
.footer-top {
	display: flex;
	align-items: stretch;
}
.footer-top .left {
	width: 50%;
	background: #F3F3F3;
	padding: 50px 0;
}
.footer-top .right {
	width: 50%;
	padding: 50px 0;
	background: #E2DFCD;
}
.footer-top .logo img {
	margin: 0 auto;
}
.adress {
	padding: 20px 0;
}
.reserve {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 20px;
}
.reserve .btn {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-family: "コーポレート・ロゴ ver2";
	font-size: 20px;
	width: 45%;
	margin-right: 15px;
}
.reserve .web {
	background: #85CBCD;
	max-width: 100px;
}
.reserve .tel {
	background: #ADC965;
	max-width: 250px;
}
.reserve i {
	display: block;
	text-align: center;
}
.time-table {
	width: 100%;
}
.biz-hour {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
.biz-hour td, .biz-hour th {
	text-align: center;
	padding: 10px;
}
.biz-hour td span {
	color: #EECF65;
}
thead.ryu {
	border-bottom: 1px solid #707070;
}
.biz-hour-txt {
	font-weight: bold;
}
.copyright {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
	color: #fff;
	background: #C6C09C;
}
.footer-top .right .ttl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.footer-top .sitemap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.footer-top .sitemap li {
	width: 50%;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}
.footer-top .sitemap li::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/*==================================================
グローバルメニュー
===================================*/
.nav-menu-wrap {
	width: 100%;
	margin: 0 auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 16.6%;
	position: relative;
}

.menu > li a {
    display: block;
	font-size: 20px;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E79796;
	position: absolute;
	bottom: -12px;
	right: 50%;
	transform: translateX(50%);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a:hover {
    background: #C6C09C;
	color: #FFFFFF;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #E2DFCD;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu__second-level li a {
	padding: 10px 0;
	color: #707070;
}
.menu .en {
	display: block;
	font-size: 14px;
	padding-top: 5px;
	color: #C6C09C;
}


/*========= スクロール途中でヘッダーが表示するためのCSS ===============*/
main {
	position: relative;
	z-index: 1;
}

#g-nav{
    /*fixedで上部固定*/
	width:100%;
    z-index: 999;/*最前面へ*/
	padding: 30px 0;
	background: #fff;
}

.fix-nav-wrap {
	width: 100%;
	margin: 0 auto;
}

.fix-nav-list:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


#g-nav.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 1.2rem 0;
}

/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #EECF65;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
医院紹介ページ
===================================*/
#mainvisual {
	background-image: url("img/subpage_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 65vh;
	position: relative;
	z-index: 1;
}
#page-ttl {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
}
#page-ttl .ja {
	font-size: 20px;
}
.section {
	padding-top: 50px;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}
.sec-ttl {
	padding: 55px 0;
	background-image: url("img/sec-ttl.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 35px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	margin-bottom: 60px;
}

.even {
	flex-direction: row-reverse;
}
.section #feature01 {
	background: none;
	position: relative;
	z-index: 1;
}
.feature01 .wrap {
	width: 90%!important;
}
.section #feature01 .wrap::before, .section #feature01 .wrap::after {
	display: none;
}
.feature01::before {
	content: "";
	background: rgba(133,203,205,0.35);
    width: 65%;
    height: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
}
.feature01::after {
	content: "";
    background: #85CBCD url(img/top/feature02-4.png) left top repeat;
    width: 98%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.feature01 .txtbox {
	width: 48%!important;
	margin-left: 0!important;
}
.feature01 .img {
	width: 48%;
}
.img01 {
	width: 60%;
}
.feature01 .img img {
	margin-left: auto;
}
.feature01 .img01 img {
	margin: -20px auto 0!important;
}
.section #feature02 {
	padding: 40px 0 80px;
	margin: 40px auto;
}
.facility {
	margin-bottom: 180px;
}
.facility .flex-3 {
	max-width: 420px;
	margin-bottom: 45px;
}
.facility .ttl {
	padding: 20px 0;
	color: #fff;
	background: #C6C09C;
	font-weight: 600;
	font-size: 20px;
	font-family: "コーポレート・ロゴ ver2";
}
.facility .bg02 {
	background: #EECF65;
}
.facility .bg03 {
	background: #ADC965;
}

/*==================================================
院長紹介ページ
===================================*/
.doc-bg {
	background: #E7F5F5;
	padding: 40px 0 90px;
}
.doc-bg .wrap {
	max-width: 1200px;
}
.doc-bg img {
	margin: 0 auto;
}
.doc-bg .flex {
	margin-bottom: 90px;
}
.border {
	background: #fff;
	border: 1px solid #C6C09C;
	padding: 1%;
	position: relative;
	z-index: 1;
}
.border .wrap {
	padding: 60px 0;
}
.border .wrap::after {
	content: "";
	width: 98%;
	height: 93%;
	border: 1px solid #C6C09C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.border .center {
	font-size: 25px;
	font-weight: 600;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	margin-bottom: 50px;
}
.border .center:last-child {
	margin-bottom: 0;
}

/*==================================================
診療時間・アクセスページ
===================================*/
.biz-hour_bg, .access_bg {
	position: relative;
	z-index: 1;
}
.biz-hour_bg::after {
	content: "";
	width: 100%;
	height: 50%;
	background: #F3F3F3;
	max-height: 600px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.biz-hour_bg .wrap {
	max-width: 1200px;
}
.biz-hour_bg img {
	margin: 0 auto;
}
.biz-hour_bg .flex {
	margin: 50px auto;
}

.access_bg {
	padding-bottom: 70px;
}
.access_bg::after {
	content: "";
	background-image: url("img/access_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 60%;
	max-height: 800px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.map {
	margin: 50px auto;
}
.border ul li {
	margin-bottom: 20px;
}

/*==================================================
採用情報ページ
===================================*/
.job {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
}
.job h3 {
	padding: 30px 0;
	background: #C6C09C;
	text-align: center;
	font-size: 25px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	margin-bottom: 45px;
	position: relative;
	z-index: 1;
}
.job h3::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.job .wrap {
	max-width: 1200px;
}
.job .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	border: 1px solid #ccc;
	border-bottom: none;
	margin-top: 80px;
}
.job .list dt {
	background: #E2DFCD;
	padding: 10px 0;
	text-align: center;
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.job .list dd{
	background: #fff;
	padding: 10px 0 10px 15px;
	width: calc(100% - 200px);
	border-bottom: 1px solid #ccc;
}

/*==================================================
診療案内ページ
===================================*/
.med-content {
	margin-top: 80px;
	max-width: 1200px;
}
.med-content h3.ttl {
	font-size: 23px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	margin-bottom: 30px;
}
.med-content .flex {
	align-items: flex-start;
}
.med-content .img {
	position: relative;
	z-index: 1;
	max-width: 540px;
}
.med-content .img img {
	margin-left: auto;
}
.med-content .flex.even .img img {
	margin-left: 0;
}
.med-content .img::after {
	content: "";
	width: 100%;
	height: 100%;
	border-right: 2px solid #EECF65;
	border-bottom: 2px solid #EECF65;
	position: absolute;
	bottom: -12px;
	right: -12px;
	z-index: -1;
}
.med-content .line::after {
	border-right: none;
	border-left: 2px solid #EECF65;
	right: 0;
	left: -12px;
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
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:1s;
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:1s;
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:1s;
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;
}



/* ベース */
.recruit-table-wrap {
  width: 1200px;
  margin: 0 auto;
}

.recruit-table {
  width:1200px;
  border: 1px solid #d9d9d9;     /* 外枠 */
  border-collapse: collapse;      /* 罫線を1本に */
  table-layout: fixed;            /* 列幅を安定させる */
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin:0 auto;
}

.recruit-table th,
.recruit-table td {
  border: 1px solid #d9d9d9;     /* 罫線（内側） */
  padding: 14px 18px;
  vertical-align: top;
  text-align: left;
}

/* 左列（項目） */
.recruit-table th {
  width: 200px;                   /* PCの見出し幅 */
  background: #eae5d6;            /* 画像に近い薄ベージュ */
  font-weight: 600;
  color: #333;
}

/* 右列（内容） */
.recruit-table td {
  color: #333;
}

/* スマホ：行ごとに縦積み表示 */
@media (max-width: 640px) {
  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }

  .recruit-table tr + tr {
    border-top: 1px solid #d9d9d9; /* 行間の区切り */
  }

  .recruit-table th {
    width: 100%;
    border-bottom: 1px solid #d9d9d9; /* 見出し下に区切り */
    padding: 12px 14px;
  }

  .recruit-table td {
    border-top: none;             /* thと重複しないように */
    padding: 12px 14px 16px;
  }
}









