@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	color: #333333;
	position: relative;
}
a {
	text-decoration: none;
	color: #333333;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
}
.w-1200 {
	max-width: 1200px;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.even {
	flex-direction: row-reverse;
}
.txt p {
	margin-bottom: 20px;
	line-height: 1.8;
}
.white {
	color: #fff;
}
.ja {
	font-family: "Zen Old Mincho";
}
.en {
  font-family: "Goldenbook", "Shippori Mincho B1";
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
.header-wrap {
	display: flex;
	width: 98%;
	margin: 0 auto;
	align-items: center;
}
.header-left {
	width: 50%;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-left h1 {
	width: 30%;
}
.header-left .adress {
	width: 70%;
}
.header-right {
	width: 50%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.reserve {
	display: block;
	text-align: center;
	padding: 5px 0;
	width: 25%;
	color: #fff;
	font-family: "Shippori Mincho B1";
}
.header-right span {
	display: block;
	font-size: 18px;
}
.header-right p {
	font-size: 23px;
}
.header-right .web {
	background-image: url("img/top/web.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header-right .map {
	background-image: url("img/top/access.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.reserve:hover {
	opacity: 0.7;
}

/*==================================================
グローバルメニュー
===================================*/
#g-nav{
	width:100%;
    z-index: 999;/*最前面へ*/
	background-image: url("img/top/g-nav_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}

.fix-nav-wrap {
	width: 60%;
	margin: 0 auto;
}
#g-nav .header-right {
	width: 40%;
}
#g-nav .header-right .reserve {
	width: 33.3%;
}
#g-nav .header-right .tel {
	background: #D5C1B7;
}

.fix-nav-list:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


#g-nav.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}


.nav-menu-wrap {
	width: 100%;
	margin-left: auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 14.2%;
	position: relative;
}

.menu > li a {
    display: block;
	color: #333333;
	font-size: 16px;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D5C1B7;
	position: absolute;
	bottom: -7px;
	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: #D5C1B7;
	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: #F2E3DB;
    -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: #333333;
}

.menu__single a span {
	display: block;
	font-size: 14px;
}



/*==================================================
メインビジュアル
===================================*/
#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;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mv .biz-flex {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
}
.biz-flex {
	display: flex;
	width: 50%;
}
.biz-txt {
	background: #fff;
	width: 40%;
	padding: 20px 2%;
}
.time-table {
	width: 60%;
	max-width: 600px;
}
.biz-hour {
	width: 100%;
	border-collapse: collapse;
	background: #9A8C82;
}
.biz-hour td, .biz-hour th {
	text-align: center;
	padding: 14px 5px;
	color: #fff;
}


/*==================================================
お知らせ
===================================*/
#news {
	background: #EFECEA;
	padding: 110px 0;
}
#news .index-ttl {
	margin-bottom: 60px;
}
#news .index-ttl .en {
	font-size: 20px;
	color: #9A8C82;
}
#news .index-ttl .ja {
	font-size: 35px;
	font-weight: normal;
}
.news-content {
	width: 100%;
}
.news-content .item {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #C1C1C1;
	display: flex;
}
.news-content .date {
	width: 15%;
	text-align: center;
}
.news-content .news-ttl {
	width: 85%;
}


/*==================================================
ご挨拶
===================================*/
#greeting {
	background: #A2A2A2;
	padding: 160px 0 60px;
	position: relative;
	z-index: 1;
}
#greeting::before {
	content: "";
	background-image: url("img/top/greeting02.png");
	width: 520px;
	height: 270px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: -180px;
	left: 0;
	z-index: 1;
}
#greeting .index-ttl {
	font-size: 140px;
	color: #9A8C82;
	font-weight: normal;
	position: absolute;
	top: -100px;
	left: 15px;
	z-index: 1;
	text-shadow: 0 3px 6px rgba(255,255,255,0.70);
}
#greeting .wrap {
	margin: 0 0 0 auto;
	width: 95%;
	max-width: 1710px;
	position: relative;
	z-index: 1;
}
#greeting .wrap::after {
	content: "";
	background-image: url("img/top/greeting03.png");
	height: 315px;
	width: 70%;
	max-width: 1200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	bottom: -120px;
	right: 0;
	z-index: -1;
}
#greeting .ttl {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: normal;
}
#greeting .ttl span {
	font-size: 25px;
	margin-bottom: 15px;
}
#greeting .d-name {
	display: flex;
	margin-top: 70px;
	font-size: 20px;
	align-items: baseline;
	margin-bottom: 30px;
}
#greeting .d-name .ja {
	font-size: 35px;
	padding-left: 10px;
}
#greeting .d-name .en {
	font-size: 28px;
	padding-left: 20px;
}
#greeting .btn {
	display: block;
	width: 40%;
	max-width: 410px;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #333;
	text-align: center;
}


/*==================================================
診療案内
===================================*/
#index-medical .index-ttl {
	padding: 80px 0;
	background-image: url("img/top/medical_ttl.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -1;
}
#index-medical .index-ttl .en {
	font-size: 140px;
	font-weight: normal;
	color: rgba(162,162,162,0.35);
}
#index-medical .index-ttl .ja {
	font-size: 55px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.medical-top {
	padding: 40px 0;
	background-image: url("img/top/medical_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.medical-top::before {
	content: "";
	border-top: 150px solid rgba(255,255,255,0.50);
	border-right: 300px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.medical-top::after {
	content: "";
	border-top: 150px solid transparent;
	border-right: 300px solid rgba(255,255,255,0.50);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.medical-top .wrap {
	max-width: 950px;
	align-items: center;
}
.medical-top .ttl {
	display: flex;
	width: 20%;
	flex-direction: row-reverse;
}
.medical-top .ttl p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 30px;
}
.medical-top .txt {
	width: 75%;
}
.medical-mdl {
	display: flex;
}
.medical-mdl .item {
	width: 33.3%;
}
.medical-mdl .item .bg {
	padding: 60px 3%;
	background: #F2E3DB;
}
.medical-mdl .item .bg.mdl {
	background: #DBDBDB;	
}
.medical-mdl .item .ttl {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}
.medical-mdl .item .ttl span {
	display: block;
	font-size: 25px;
	margin-bottom: 15px;
}
.medical-mdl .item .txt {
	width: 75%;
	margin: 0 auto;
}

.more {
	width: 80%;
	margin: 30px auto;
	max-width: 400px;
}
.more-btn {
	display: block;
	padding: 25px 0;
	text-align: center;
	background: #9A8C82;
	font-family: "Shippori Mincho B1";
	color: #fff;
}
.more-btn:hover {
	opacity: 0.7;
}

.medical-btm {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.medical-btm .item {
	width: 20%;
}
.medical-btm .item .ttl {
	font-size: 28px;
	margin: 40px auto;
}
.medical-btm .item .list {
	width: 80%;
	margin: 0 auto;
}
.medical-btm .item .list li {
	margin-bottom: 10px;
}

/*==================================================
大切にしていること
===================================*/
#index_important {
	margin: 100px auto;
}
#index_important .wrap {
	border-top: 10px solid #F2E3DB;
	border-bottom: 10px solid #F2E3DB;
	padding: 40px 0;
}
#index_important .index-ttl {
	position: relative;
	z-index: -1;
}
#index_important .index-ttl .en {
	font-size: 140px;
	font-weight: normal;
	color: rgba(162,162,162,0.35);
}
#index_important .index-ttl .ja {
	font-size: 55px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#index_important .txt {
	max-width: 750px;
	width: 80%;
	margin: 0 auto;
}



/*==================================================
コンセプト
===================================*/
#index_concept {
	display: flex;
}
#index_concept .left {
	width: 50%;
	background-image: url("img/top/concept01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 120px 0;
}
#index_concept .left .ttl {
	padding-right: 80px;
	text-align: end;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
#index_concept .left .ttl p {
	font-size: 35px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #fff;
}
#index_concept .right {
	width: 50%;
	position: relative;
	z-index: 1;
}
#index_concept .right::after {
	content: "";
	width: 50%;
	height: 100%;
	max-width: 360px;
	background-image: url("img/top/concept02.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#index_concept .right .txtbox {
	padding-top: 80px;
	padding-left: 50px;
	width: 60%;
}
#index_concept .right .ttl {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: normal;
}
#index_concept .right .ttl .en {
	color: #9A8C82;
}


/*==================================================
5つのこだわり
===================================*/
#index_feature {
	position: relative;
	z-index: 1;
}
#index_feature .bg-top {
	background-image: url("img/top/feature_bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0 200px;
	position: relative;
	z-index: 1;
}
#index_feature .bg-top::before {
	content: "";
	background-image: url("img/top/feature_ttl.png");
	height: 600px;
	width: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: -60px;
	left: 0;
	z-index: -1;
}
#index_feature .index-ttl {
	position: relative;
	z-index: 1;
}
#index_feature .index-ttl .en {
	font-size: 140px;
	font-weight: normal;
	color: rgba(162,162,162,0.35);
}
#index_feature .index-ttl .ja {
	font-size: 55px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#index_feature .ttl-top {
	width: 50%;
	max-width: 560px;
	padding: 20px 0;
	border-top: 1px solid #9A8C82;
	border-bottom: 1px solid #9A8C82;
	font-size: 28px;
	margin: 0 auto;
}
#feature01, #feature02 {
	position: relative;
	z-index: 1;
	margin-top: 60px;
}
#feature01 .img, #feature02 .img {
	position: relative;
	z-index: 1;
}
#feature01 .img img {
	margin-left: auto;
}
#feature01 .txtbox {
	max-width: 750px;
	width: 50%;
	background: #fff;
	padding: 60px 4%;
	margin-top: -300px;
	margin-left: 50px;
	position: relative;
	z-index: 5;
}
.fea-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.fea-ttl .number {
	width: 20%;
	font-size: 100px;
	color: #D5C1B7;
	position: relative;
	z-index: 1;
	border-right: 1px solid #D5C1B7;
}
.fea-ttl .number::before {
	content: "こだわり";
	font-size: 23px;
	display: block;
	text-align: center;
	margin-bottom: -20px;
}
.fea-ttl .txt {
	width: 80%;
	padding-left: 10px;
}
.fea-ttl .txt .top {
	font-size: 28px;
	margin-bottom: 10px;
}
.fea-ttl .txt .btm {
	font-size: 35px;
}

#feature02 .txtbox {
	max-width: 750px;
	width: 50%;
	background: #fff;
	padding: 60px 4%;
	margin-top: -300px;
	margin-left: auto;
	margin-right: 50px;
	position: relative;
	z-index: 5;
}
#feature02 .img::before {
	content: "";
	background-image: url("img/top/feature02-2.jpg");
	width: 510px;
	height: 350px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	bottom: -250px;
	left: 0;
	z-index: 1;
}

#feature03 {
	display: flex;
}
#feature03 .left {
	width: 50%;
	position: relative;
	z-index: 1;
	padding: 70px 0;
}
#feature03 .left::before {
	content: "";
	background-image: url("img/top/feature03-2.png");
	width: 40%;
	max-width: 360px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#feature03 .right {
	width: 50%;
}
#feature03 .left .wrap {
	max-width: 530px;
}
#feature03 .fea-ttl {
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#feature03 .fea-ttl .number {
	width: 100%;
	border-right: none;
}
#feature03 .fea-ttl .txt {
	width: 100%;
	padding-left: 0;
}

.feature-btm {
	padding: 90px 0;
	background-image: url("img/top/feature_bg02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.feature-btm .flex-2 {
	position: relative;
	z-index: 1;
}
.feature-btm .flex-2::after {
	content: "";
	width: 100%;
	height: 75%;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.feature-btm .img img {
	margin: 0 auto;
}
.feature-btm .txtbox {
	margin-top: 50px;
}


/*==================================================
徹底した衛生管理
===================================*/
#hygiene {
	padding: 90px 0 70px;
	background-image: url("img/top/hygiene_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
#hygiene::before {
	content: "";
	width: 30%;
	background-image: url("img/top/feature03-2.png");
	max-width: 360px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#hygiene .wrap {
	max-width: 900px;
}
#hygiene .index-ttl {
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 35px;
}
#hygiene .index-ttl .en {
	font-size: 30px;
	color: #9A8C82;
}
#hygiene ul.flex {
	margin-top: 40px;
}
#hygiene .flex-3 {
	width: 23%;
}
#hygiene .img img {
	margin: 0 auto;
}
#hygiene .flex-3 p {
	font-size: 20px;
	margin-top: 20px;
}

/*==================================================
ギャラリー
===================================*/
.gallery {
	padding: 50px 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(220vw / 6);
}
.d-demo__item > img{
   width: 95%;
}


/*==================================================
採用情報
===================================*/
#index_recruit .bg {
	width: 96%;
	margin: 0 auto;
	background-image: url("img/top/recruit_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 0;
}
#index_recruit .index-ttl {
	font-size: 35px;
	margin-bottom: 55px;
	font-weight: normal;
}
#index_recruit .index-ttl .en {
	color: #9A8C82;
}
#index_recruit .list {
	background: #F9F4F1;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
#index_recruit .ttl {
	font-size: 35px;
	color: #9A8C82;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#index_recruit .flex {
	padding-top: 80px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#index_recruit .flex li {
	width: 50%;
	margin-bottom: 25px;
	border-bottom: 1px dashed #707070;
	padding-left: 40px;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}
#index_recruit .flex 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: 0;
	z-index: 1;
}

/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
	padding: 5rem 0;
}
.accordion-001 {
    max-width: 1300px;
	margin: 0 auto;
	border: 1px solid #A2A2A2;
}
.accordion-001 summary {
    display: flex;
	flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1em 0;
    background-color: #FFFFFF;
	margin: 0 auto;
    color: #2B2B2B;
	font-size: 30px;
    cursor: pointer;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 11px;
    height: 11px;
	margin-top: 2rem;
    border-bottom: 3px solid #9A8C82;
    border-right: 3px solid #9A8C82;
    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;
	background: #FFFFFF;
    transition: transform .5s, opacity .5s;
}

.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 {
	background: #F9F4F1;
}
.covid19-list img {
	margin: 0 auto;
}
.covid19-list span {
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}

/*==================================================
フッター
===================================*/
#footer {
	background-color: #F9F4F1;
	padding: 55px 0 0;
}
.footer-wrap {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-wrap .logo img {
	margin: 0 auto;
}
.footer-wrap .ad {
	margin: 25px auto;
}
.f-reserve {
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-reserve .reserve {
	width: 50%;
}
.f-reserve .tel {
	color: #333333;
	background: #F2E3DB;
}
.f-reserve .web {
	background-image: url("img/top/web.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-wrap .access {
	background: #F2E3DB;
	border-radius: 30px;
	padding: 25px 3%;
	position: relative;
	z-index: 1;
}
.footer-wrap .access .ttl {
	font-size: 35px;
	color: #9A8C82;
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: 1;
}
.footer-wrap .access .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer-wrap .access .item .img {
	width: 20%;
}
.footer-wrap .access .item .ja {
	width: 80%;
	font-size: 20px;
}
.footer-wrap .biz-flex {
	width: 100%;
	margin: 50px auto;
}
.copyright {
	padding: 15px 0;
	background: #A2A2A2;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}



/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #9A8C82;
  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: 60vh;
	position: relative;
	z-index: 1;
}
#page-ttl {
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#page-ttl .ja {
	font-size: 50px;
}
#page-ttl .en {
	font-size: 30px;
}
.section {
	padding-top: 100px;
}
.sec-ttl {
	max-width: 1500px;
	margin: 0 auto 60px;
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 40px 0;
	background: #D5C1B7;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
}
.sec-ttl::before {
	content: "";
	border-top: 80px solid rgba(255,255,255,0.50);
	border-right: 120px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sec-ttl::after {
	content: "";
	border-top: 80px solid transparent;
	border-right: 120px solid rgba(255,255,255,0.50);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.policy {
	padding: 25px 0;
	background: #F9F4F1;
}
.policy .en {
	font-size: 45px;
	color: #9A8C82;
	margin-bottom: 45px;
}
.policy .txt {
	width: 70%;
	margin: 0 auto;
}

#access .clinic-info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#access .clinic-info dt {
	width: 180px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #9A8C82;
}
#access .clinic-info dd {
	width: calc(100% - 180px);
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #9A8C82;
}
#access .biz-flex {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
}

.facility .img img {
	margin: 0 auto;
}
.facility p {
	padding: 10px 0;
}
.facility li {
	margin-bottom: 30px;
}

#faq .wrap {
	margin-bottom: 90px;
}

.qa-1 {
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #9A8C82;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #D5C1B7;
    line-height: 1.2;
    content: "A";
}



/*==================================================
ドクター紹介ページ
===================================*/
.skill {
	padding: 25px 3%;
	background: #F2E3DB;
}
.skill .ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
.skill ul li {
	margin-bottom: 10px;
}
.name {
	margin-top: 15px;
	font-size: 23px;
}
.name span {
	display: inline-block;
	font-size: 18px;
	padding-right: 15px;
}
.staff {
	margin: 100px auto;
}
.doctor {
	position: relative;
	z-index: 1;
	margin-top: 100px;
	padding-bottom: 60px;
}
.doctor::before {
	content: "";
	width: 100%;
	height: 85%;
	background: #F9F4F1;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.doctor .flex {
	align-items: center;
}
.doctor .ttl {
	font-size: 32px;
	margin-bottom: 25px;
	color: #9A8C82;
}
.interview {
	margin: 70px auto;
}
.interview .item {
	border-top: 5px solid #D5C1B7;
	border-bottom: 5px solid #D5C1B7;
	margin-bottom: 60px;
}
.interview .item .ttl {
	padding: 20px 0;
	font-size: 23px;
	border-bottom: 1px dashed #9A8C82;
}
.interview .item p {
	padding: 20px 0 50px;
}

/*==================================================
診療案内ページ
===================================*/
.medical .flex {
	margin-bottom: 50px;
}
.medical .flex .ttl {
	font-size: 30px;
	padding-bottom: 10px;
	color: #9A8C82;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5C1B7;
}
.medical .flex-2 img {
	margin: 0 auto;
}
#visiting .point .ttl {
	font-size: 30px;
	color: #D5C1B7;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 100px;
}
#visiting .point .ttl::before {
	content: "";
	width: 90px;
	height: 5px;
	background: #D5C1B7;
	position: absolute;
	bottom: -10px;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
}
#visiting .point .num {
	font-size: 30px;
	color: #D5C1B7;
	display: block;
	margin-bottom: -9px;
}
#visiting .point .list {
	justify-content: space-around;
	margin-bottom: 90px;
}
#visiting .point .list p.ja {
	font-size: 20px;
	color: #9A8C82;
}




/*==================================================
採用情報ページ
===================================*/
.recruit-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.recruit-list dt {
	width: 300px;
	padding: 20px 0;
	background: #A2A2A2;
	border: 1px solid #707070;
	text-align: center;
}
.recruit-list dd {
	border: 1px solid #707070;
	width: calc(100% - 300px);
	padding: 20px 10px;
}
.comment {
	margin-bottom: 85px;
}
.comment .ttl {
	font-size: 30px;
	color: #9A8C82;
	width: 50%;
	border-bottom: 1px solid #D5C1B7;
	margin-bottom: 35px;
}
.comment .flex .txtbox {
	width: 70%;
	padding: 20px 2%;
	background: #F2E3DB;
}
.comment .flex .img {
	width: 30%;
}
.comment .flex .img img {
	margin: 0 auto;
}
.comment .item {
	margin-bottom: 30px;
}
.comment .item .ja {
	font-size: 20px;
	color: #9A8C82;
	margin-bottom: 10px;
}
.comment .img .name {
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	color: #9A8C82;
}

/*==================================================
料金表ページ
===================================*/
#price .txt {
	width: 70%;
	max-width: 900px;
	margin: 0 auto 50px;
	font-size: 20px;
}
.price {
	margin-bottom: 65px;
}
.price .ttl {
	width: 50%;
	margin-bottom: 30px;
	border-bottom: 3px solid #D5C1B7;
	font-size: 25px;
	padding-bottom: 5px;
	font-weight: normal;
}
.price .item {
	display: flex;
	border: 1px solid #707070;
}
.price .item .left {
	width: 30%;
	background: #A2A2A2;
	padding: 20px 0;
}
.price .item .right {
	width: 70%;
	padding: 20px 2%;
}
.price .item .fee {
	padding-bottom: 10px;
	border-bottom: 1px dashed #D5C1B7;
}
.price .item .detail {
	display: flex;
	flex-wrap: wrap;
}
.price .item .detail span {
	width: 220px;
	text-align: center;
	padding: 10px 0;
}
.price .item .detail div {
	padding: 10px 0;
	width: calc(100% - 220px);
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.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;
}












