@charset "utf-8";
/* CSS Document */
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	color: #3F3125;
	position: relative;
	font-style: normal;
	font-weight: 600;
}
a {
	text-decoration: none;
	color: #3F3125;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {
	flex-direction: row-reverse;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.white {
	color: #FFFFFF;
}
.txt p {
	margin-bottom: 15px;
	line-height: 1.8;
}
.en {
	font-family: 'EB Garamond', serif;
}
.ja {
	font-family: "Zen Old Mincho", serif;
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255,255,255,0.60);
}
.header-wrap {
	padding: 10px;
	display: flex;
	align-items: center;
}
.header-left {
	width: 30%;
}
.header-right {
	width: 70%;
	margin-left: auto;
}
.header-top {
	text-align: end;
	margin-bottom: 5px;
}
.header-top a {
	margin-left: 25px;
	display: inline-block;
}
.header-top a:hover {
	opacity: 0.7;
}
.header-top .tel {
	font-size: 18px;
	color: #8A6B37;
}
.header-top .web {
	width: 100px;
	text-align: center;
	background: #4C8BA7;
	color: #fff;
	padding: 10px 0;
}


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

.menu > li a {
    display: block;
	font-size: 16px;
	position: relative;
	font-family: "Zen Old Mincho";
	font-weight: 700;
}

.menu > li a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #8A6B37;
	margin-top: -5px;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #B4996B;
	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: #8A6B37;
	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: #FCF6EB;
    -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: #3F3125;
}


/*==================================================
メインビジュアル
===================================*/
#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 {
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	font-size: 50px;
	text-align: center;
	text-shadow: #fff 0 6px 6px;
}
.cp .small {
	font-size: 25px;
}



/*==================================================
お知らせ
===================================*/
#news {
	position: relative;
	z-index: 1;
	padding: 200px 0;
}
#news::before {
	content: "";
	width: 60%;
	height: 20%;
	max-width: 1200px;
	max-height: 700px;
	background-image: url("img/top/news_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#news::after {
	content: "NEWS";
	font-family: 'EB Garamond', serif;
	font-size: 100px;
	color: #FCF6EB;
	position: absolute;
	top: 170px;
	right: 10px;
	z-index: -1;
}
.biege {
	color: #8A6B37;
}
#news .wrap {
	max-width: 1200px;
}
#news .index-ttl {
	font-size: 36px;
	margin-bottom: 30px
}
#news .index-ttl .en {
	font-size: 36px;
	display: inline-block;
}
#news .index-ttl .ja {
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
}
.news-content {
	width: 100%;
}
.n-item {
	display: flex;
	align-items: center;
}
.n-item .date {
	width: 15%;
	text-align: center;
	color: #FFFFFF;
	background: #B4996B;
	padding: 10px 0;
}
.n-item .ttl {
	width: 75%;
	padding-left: 5px;
}



/*==================================================
医院情報
===================================*/
#index-info {
	margin-bottom: 90px;
}
#index-info .wrap {
	max-width: 1200px;
}
#index-info .index-ttl .en {
	font-size: 45px;
}
#index-info .flex {
	margin-top: 45px;
}
.reserve {
	border: 1px solid #B4996B;
	max-width: 490px;
}
.reserve .ttl {
	padding: 15px 0;
	background: #B4996B;
	color: #fff;
	font-family: "Zen Old Mincho";
	font-size: 18px;
}
.reserve .flex {
	margin: 25px auto 30px;
	align-items: center;
}
.reserve .flex a {
	font-size: 20px;
	color: #8A6B37;
	text-align: center;
	font-family: "Zen Old Mincho";
	width: 45%;
}
.reserve .flex a:hover {
	opacity: 0.7;
}
.reserve .flex .web {
	background: #FCF6EB;
	border-radius: 10px;
	padding: 10px 0;
}

.time-table {
	width: 100%;
	padding: 2%;
	background: #FCF6EB;
	margin-bottom: 30px;
}
.biz-hour {
	width: 100%;
	border-collapse: collapse;
}
.biz-hour td, .biz-hour th {
	text-align: center;
	padding: 5px;
}
thead.ryu {
    border-bottom: 1px solid #8A6B37;
}
.time-table p {
	padding-left: 20px;
}
.adress {
	margin-bottom: 20px;
}


/*==================================================
こんなお悩みありませんか？
===================================*/
#worry {
	background-image: url("img/top/worry_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0 70px;
}
#worry .wrap {
	background: #fff;
	max-width: 1200px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
#worry .index-ttl {
	font-weight: normal;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 32px;
	width: 100%;
}
#worry .index-ttl::before {
	content: "";
	background-image: url("img/top/worry_ttl.png");
	width: 100px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: -40px;
	left: 483px;
	z-index: 1;
}
#worry ul {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
#worry li {
	width: 48%;
	position: relative;
	font-size: 20px;
	padding-left: 45px;
	border-bottom: 2px solid #B4996B;
	padding-bottom: 5px;
	margin-bottom: 40px;
	font-weight: normal;
}
#worry li::before {
	content: "";
	background-image: url("img/top/check.png");
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 5px;
}



/*==================================================
ピックアップ
===================================*/
#pickup {
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
#pickup::before {
	content: "";
	background-image: url("img/top/pickup_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 280px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.index-ttl .en {
	font-size: 100px;
	font-weight: normal;
}
#pickup .index-ttl {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#pickup .index-ttl::before {
	content: "";
	background-image: url("img/top/pickup_ttl01.png");
	width: 200px;
	height: 180px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 15%;
	transform: translateX(-50%);
	z-index: -1;
}
#pickup .index-ttl::after {
	content: "";
	background-image: url("img/top/pickup_ttl02.png");
	width: 200px;
	height: 180px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 15%;
	transform: translateX(50%);
	z-index: -1;
}
#pickup .item {
	position: relative;
	z-index: 1;
	margin: 90px auto 50px;
	padding-bottom: 70px;
}
.pickup01::after {
	content: "";
	background-image: url("img/top/pickup_bg01.png");
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.pickup02::after {
	content: "";
	background-image: url("img/top/pickup_bg02.png");
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#pickup .item .img img {
	margin: 0 auto;
}
#pickup .ttl {
	text-align: center;
	font-size: 35px;
	margin-bottom: 45px;
}
.more {
	width: 80%;
	max-width: 250px;
	margin: 45px auto 0;
}
.more-btn {
	display: block;
	background: #08405B;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	position: relative;
	z-index: 1;
}
.more-btn::after {
	content: "";
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
	z-index: 1;
}
.more-btn:hover {
	opacity: 0.7;
}


/*==================================================
特徴
===================================*/
#features {
	background: #CFBEA1;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
#features::after {
	content: "";
	width: 500px;
	height: 100%;
	background: #C5B08D;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#features .index-ttl {
	font-weight: normal;
	padding-top: 80px;
	position: relative;
	z-index: 1;
	margin-bottom: 75px;
}
#features .en {
	font-size: 36px;
}
#features .ja {
	font-size: 25px;
}
#features .index-ttl::before {
	content: "FEATURES";
	font-size: 100px;
	font-family: 'EB Garamond', serif;
	color: rgba(255,255,255,1.00);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#features .item {
	margin-bottom: 150px;
	align-items: center;
}
#features .img {
	width: 40%;
}
#features .txtbox {
	width: 60%;
	position: relative;
	z-index: 1;
	padding: 20px 0 20px 20px;
}
#features .txtbox::before {
	content: "";
	width: 105%;
	height: 105%;
	background: rgba(255,255,255,0.50);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	
}
#features .ttl {
	font-family: "Zen Old Mincho";
}
#features .top span {
	font-size: 70px;
}
#features .top {
	font-size: 36px;
	margin-bottom: 30px;
}
#features .mdl {
	font-size: 30px;
	margin-bottom: 20px;
}
#features .btm {
	font-size: 21px;
	margin-bottom: 35px;
}
#features .txt {
	width: 90%;
}
.feature-btm .img, .feature-btm .txtbox {
	width: 100%!important;
}
.feature-btm {
	padding-bottom: 100px;
}
.feature-btm .img img {
	margin: 0 auto;
}

/*==================================================
診療案内
===================================*/
#medical {
	padding: 70px 0;
	background-image: url("img/top/medical_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#medical .index-ttl .en {
	font-size: 45px;
}
#medical .index-ttl .ja {
	font-size: 24px;
}
.medical-box {
	margin-top: 30px;
}
.medical-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medical-list li {
	width: 23%;
	margin-bottom: 30px;
}
.medical-list .img img {
	margin: 0 auto;
}
.medical-list a {
	display: block;
	width: 100%;
	background: #A7BFC9;
	border-radius: 0 40px 0 40px;
	padding: 30px 0;
}
.medical-list a p {
	font-size: 18px;
}

/*==================================================
治療の流れ
===================================*/
#flow {
	padding: 40px 0;
	background-image: url("img/top/flow_bg.jpg");
	background-repeat: repeat-y;
	background-size: cover;
	background-position: center;
}
#flow .index-ttl {
    font-weight: normal;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 75px;
}
#flow .en {
    font-size: 36px;
}
#flow .ja {
    font-size: 25px;
}
#flow .index-ttl::before {
    content: "FLOW";
    font-size: 100px;
    font-family: 'EB Garamond', serif;
    color: #FCF6EB;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.flow-inner {
    padding-top: 2rem;
    max-width: 1200px;
	width: 100%;
    margin: 0 auto;
}
.fwb {
	font-family: "Shippori Mincho B1";
}
.flow-inner dl dt {
    width: 15%;
    padding: 3rem 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    color: #B4996B;
}
.flow-inner dl dd {
    width: 85%;
    border-left: 3px solid #8A6B37;
    padding: 3rem 4rem;
    box-sizing: border-box;
}
.flow-box {
    background: #fff;
    border-left: 10px solid #B4996B;
    box-shadow: 3px 3px 3px #ccc;
}
.flow-box .ttl {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #8A6B37;
    position: relative;
	padding: 3px 0;
}
.flow-box .ttl::before {
    content: "●";
    font-size: 30px;
    color: #B4996B;
    position: absolute;
    top: 0;
    left: -7rem;
}
.flow-box .ttl p {
	font-size: 24px;
	font-family: "Zen Old Mincho";
}
.flow-box .ttl::after {
    content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 30px solid #B4996B;
    position: absolute;
    top: 5px;
    left: -3.5rem;
}
.flow-box-inner {
    width: 95%;
    margin: auto;
    padding: 1.5rem 0;
}
.flow-txt {
	line-height: 2;
}



/*==================================================
ご挨拶
===================================*/
#greeting {
	background-image: url("img/top/greeting_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	padding: 45px 0;
}
#greeting .wrap {
	max-width: 1200px;
}
#greeting .flex {
	align-items: center;
	margin-top: 45px;
}
#greeting img {
	margin: 0 auto;
}
#greeting .ttl {
	color: #8A6B37;
	font-size: 23px;
	margin-bottom: 15px;
}
.d-name {
	margin-top: 15px;
	font-size: 32px;
	font-weight: 600;
	color: #B4996B;
}
.d-name span {
	font-size: 16px;
	font-weight: normal;
	color: #3F3125;
	display: inline-block;
	padding-right: 5px;
}



/*==================================================
フッター
===================================*/
#footer {
	position: relative;
	z-index: 1;
}
.footer-top {
	background-image: url("img/top/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}
.footer-top .left, .footer-top .right {
	width: 49%;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.footer-top .left img {
	margin: 0 auto;
}
.footer-top .bnr {
	display: block;
	margin: 20px auto 0;
	max-width: 400px;
}

.footer-top .reserve {
	border: none;
	margin: 20px auto;
}
.footer-top .time-table {
	width: 80%;
	margin: 0 auto;
}
.access {
	margin: 0 auto 20px;
}
.access .ttl {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.access dl {
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
}
.access dt {
	padding: 5px;
	width: 100px;
	text-align: center;
	border: 1px solid #8A6B37;
	border-radius: 20px;
	color: #3F3125;
	background: #FCF6EB;
	margin-bottom: 10px;
}
.access dd {
	padding: 5px;
	width: calc(100% - 100px);
	margin-bottom: 10px;
	font-size: 14px;
}

.sitemap {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
.sitemap li {
	width: 14.2%;
	text-align: center;
}
.sitemap li a:hover {
	opacity: 0.7;
}

.copyright {
	font-size: 15px;
	text-align: center;
	padding: 15px 0;
	color: #FFFFFF;
	background: #3F3125;
	font-weight: normal;
}


/*==================================================
ページトップに戻る
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #8A6B37;
  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-position: top center;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    height: 50vh;
    z-index: 1;
}
.page-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}
.page-ttl .ja {
	font-size: 20px;
	font-weight: normal;
}
.page-ttl .en {
	font-size: 45px;
	font-weight: normal;
}

.section {
	padding-top: 100px;
}

.sec-ttl {
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
	color: #8A6B37;
	position: relative;
	z-index: 1;
}
.sec-ttl .en {
	font-size: 40px;
}
.sec-ttl .ja {
	font-size: 20px;
}
.sec-ttl.white {
	color: #FFFFFF;
}

#policy {
	margin-bottom: 125px;
}
#policy .bg {
	background-image: url("img/clinic/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 45px 0;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#policy .bg_white {
	background: rgba(255,255,255,0.80);
	padding: 25px 0;
	width: 90%;
	margin: 0 auto;
}
#policy .ttl {
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #B4996B;
}

#clinic-info .sec-ttl::before {
	content: "";
	width: 37%;
	max-width: 860px;
	height: 3px;
	background: #8A6B37;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#clinic-info .sec-ttl::after {
	content: "";
	width: 37%;
	max-width: 860px;
	height: 3px;
	background: #8A6B37;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#clinic-info .img img {
	margin: 0 auto;
}
#clinic-info .item {
	padding: 60px 0;
}

.border-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px solid #8A6B37;
}
.border-list dt {
	padding: 15px 0;
	width: 200px;
	border-bottom: 1px solid #8A6B37;
	text-align: center;
}
.border-list dd {
	width: calc(100% - 200px);
	border-bottom: 1px solid #8A6B37;
	padding: 15px 0;
}

.ttl-border .sec-ttl::before {
	content: "";
	width: 40%;
	max-width: 860px;
	height: 3px;
	background: #8A6B37;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.ttl-border .sec-ttl::after {
	content: "";
	width: 40%;
	max-width: 860px;
	height: 3px;
	background: #8A6B37;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.clinic-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 130px;
}
.clinic-list .txtbox {
	width: 33.3%;
	padding: 0 10px;
	max-width: 340px;
	margin: 0 auto 50px;
}
.clinic-list .txtbox .ttl {
	padding: 15px 0;
	text-align: center;
	background: #FCF6EB;
}


/*==================================================
下層ページ_院長紹介
===================================*/
#doctor {
	margin-bottom: 130px;
}
#doctor img {
	margin: 0 auto;
}
#doctor .flex {
	margin-top: 80px;
}
.skill {
	background: #FCF6EB;
	padding: 20px 2% 40px;
}
.skill .ttl {
	color: #8A6B37;
	border-bottom: 1px solid #8A6B37;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.skill ul li {
	margin-bottom: 10px;
}
.skill .item {
	margin-bottom: 10px;
	display: flex;
}
.skill .item span {
	width: 20%;
}
.skill .item div {
	width: 80%;
}

.bg-biege {
	background: #CFBEA1;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.bg-biege::after {
	content: "";
	width: 500px;
	height: 100%;
	background: #C5B08D;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.w-1200 {
	max-width: 1200px;
}
.box {
	background: #fff;
	padding: 50px 4%;
	box-shadow: 0 3px 6px #000;
	margin-bottom: 40px;
}
.txtbox .ttl.biege {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #B4996B;
}
.interview-top {
	margin-bottom: 70px;
}
.interview-top .ttl {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: normal;
}

#recruit {
	margin-bottom: 150px;
}
#recruit a {
	margin: 0 auto;
} 

/*==================================================
下層ページ_よくあるご質問
===================================*/
#faq {
	background: #FCF6EB;
	padding-bottom: 150px;
}
#faq .center {
	margin-bottom: 70px;
}
.faq-box div {
	display: flex;
}
.faq-box .ttl {
	padding-bottom: 10px;
}
.faq-box span {
	width: 10%;
	max-width: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
	max-height: 40px;
	margin-right: 10px;
}
.faq-box p {
	width: 90%;
}
.question {
	border-radius: 0 20px 20px 0;
	background: #08405B;
}
.answer {
	border-radius: 20px 0 0 20px;
	background: #4C8BA7;
}


/*==================================================
下層ページ_診療案内
===================================*/
.medical {
	padding-bottom: 70px;
}
.medical.bg {
	background: #FCF6EB;
}
.medical .ttl {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #8A6B37;
	margin-bottom: 25px;
	color: #8A6B37;
}
.content {
	margin-top: 100px;
}

/*==================================================
下層ページ_料金表
===================================*/
.fee-content {
	margin-bottom: 80px;
}
.fee-content h3.ttl {
	font-size: 30px;
	border-bottom: 3px dashed #8A6B37;
	color: #8A6B37;
	margin-bottom: 15px;
	font-weight: normal;
}
.risk {
	font-size: 20px;
	margin-bottom: 5px;
}
.fee-box {
	margin-top: 30px;
	border: 1px solid #4C8BA7;
	padding: 20px 2% 30px;
}
.fee-box .ttl {
	align-items: center;
	font-size: 20px;
	border-bottom: 2px solid #08405B;
	margin-bottom: 20px;
}
.fee-box p
{
    margin-bottom: 20px;
}
.price {
	text-align: end;
	color: #D87171;
}
.fee-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
}
.fee-list dt {
	width: 250px;
	border-right: 1px solid #4C8BA7;
	margin-bottom: 10px;
}
.fee-list dd {
	width: calc(100% - 250px);
	margin-bottom: 10px;
	padding-left: 10px;
}

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

/* その場で */
.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;
}


