@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	color: #7D7D7D;
	position: relative;
}
a {
	text-decoration: none;
	color: #7D7D7D;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
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%;
}
.yellow {
	color: #ECC440;
}
.pink {
	color: #FE9D9F;
}
.orange {
	color: #E67A00;
}
.f-50 {
	font-size: 50px;
}
.center {
	text-align: center;
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 80%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.header-wrap {
	display: flex;
}
.header-left {
	width: 20%;
	margin-right: auto;
}
.header-right {
	width: 70%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.reserve {
	display: block;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	padding: 15px 0;
	width: 22%;
}
.reserve:hover {
	opacity: 0.7;
}
.tel {
	background-image: url("img/top/header_bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.web {
	background-image: url("img/top/header_bg02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.line {
	background: #2BD66F;
}



/*==================================================
追従メニュー
===================================*/
main {
	position: relative;
	z-index: 1;
}
.right-btn {
	position: fixed;
	top: 35%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 999;
}
.right-btn .block {
	display: block;
	font-size: 35px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #ECC440;
	color: #FFFFFF;
	border: 1px solid #FFF2E3;
	position: relative;
}
.right-btn .tel::before {
	content: "TEL";
	font-size: 20px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.right-btn .web::before {
	content: "WEB";
	font-size: 20px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}



/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
}
.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: 40%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.mv-list {
	position: absolute;
	bottom: 38%;
	transform: translateY(50%);
	right: 5px;
	z-index: 4;
	width: 25%;
}
.mv-list-btn {
	display: block;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}



/*==================================================
お知らせ
===================================*/
#news {
	padding-top: 370px;
	position: relative;
	z-index: 1;
	padding-bottom: 45px;
}
#news::before {
	content: "";
	background-image: url("img/top/news_bg01.png");
	width: 380px;
	height: 280px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#news::after {
	content: "";
	background-image: url("img/top/news_bg02.png");
	width: 380px;
	height: 280px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.news-wrap {
	display: flex;
	justify-content: space-between;
}
.news-ttl {
	font-size: 50px;
	font-weight: bold;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-image: url("img/top/news_ttl.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.news-inner {
	width: 80%;
	border: 1px solid #CABDD0;
}
.news-item {
    margin: 20px auto;
    display: flex;
    width: 95%;
}
.date {
	margin-right: 10px;
}
#news a {
    display: block;
    max-width: 580px;
    margin: 0 auto;
}




/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
	padding: 5rem 0;
	background-image: url("img/top/covid19_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.accordion-001 {
    max-width: 1300px;
	margin: 0 auto;
	border: 5px solid rgba(63,210,190,0.60);
}
.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-weight: 500;
	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 rgba(63,210,190,0.60);
    border-right: 3px solid rgba(63,210,190,0.60);
    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 {
	width: 70%;
	margin: 0 auto;
}
.covid19-list span {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
}




/*==================================================
初めての方へ
===================================*/
#first-time {
	padding: 30px 0;
	background-image: url("img/top/first-time_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.ft-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	background: rgba(255,255,255,0.85);
}
.top-ttl {
	font-size: 32px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #333333;
	text-align: center;
	max-width: 1000px;
	position: relative;
	margin: 0 auto 60px;
	z-index: 1;
}
.top-ttl::before {
	content: "";
	background-image: url("img/top/index_ttl01.png");
	width: 160px;
	height: 130px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.top-ttl::after {
	content: "";
	background-image: url("img/top/index_ttl02.png");
	width: 160px;
	height: 130px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.txt p {
	margin-bottom: 15px;
}
.more {
	margin-top: 30px;
}
.more-btn {
	display: block;
	width: 300px;
	border: 1px solid #F9E8A4;
	background: #F9E8A4;
	text-align: center;
	font-size: 25px;
	padding: 20px 0;
	position: relative;
}
.more-btn::after {
	content: "";
	width: 60px;
	height: 1px;
	background: #E67A00;
	position: absolute;
	bottom: 20px;
	right: 50%;
	transform: translateX(50%);
}
.more-btn:hover {
	background: #FFFFFF;
	color: #E67A00;
}



/*==================================================
さかい歯科のホームページへようこそ
===================================*/
#welcome {
	padding-top: 100px;
	margin-bottom: 140px;
}
#welcome .inner {
	display: flex;
	justify-content: center;
}
#welcome .img {
	width: 60%;
}
#welcome .txtbox {
	width: 40%;
}
.ttl {
	font-size: 24px;
	font-weight: 500;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 30px;
}
#welcome .more-btn {
	margin: 0 auto;
}

/*==================================================
さかい歯科の特徴
===================================*/
#feature {
	background: #FFF2E3;
}
.fea-item {
	padding-top: 240px;
	position: relative;
	padding-bottom: 80px;
}
.fea-item::after {
	content: "";
	background-image: url("img/top/feature_line.png");
	width: 1500px;
	height: 55px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -30px;
	right: 50%;
	transform: translateX(50%);
}
.fea01::before {
	content: "";
	background-image: url("img/top/feature01-2.png");
	width: 205px;
	height: 175px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.fea02::before {
	content: "";
	background-image: url("img/top/feature02-2.png");
	width: 315px;
	height: 255px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.fea02 .flex {
	flex-direction: row-reverse;
}
.fea-item .ttl {
	font-size: 38px;
	font-weight: 500;
}
.fea-item img {
	display: block;
	margin: 0 auto;
}
.fea-btm {
	padding: 90px 0;
}
.fea03-mdl {
	margin-top: 130px;
}
.fea-btm .more-btn {
	margin: 0 auto;
}





/*==================================================
ご挨拶
===================================*/
#greeting {
	background-image: url("img/top/greeting_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
#greeting .inner {
	width: 80%;
	max-width: 1000px;
	background: rgba(245,221,222,0.70);
	padding: 50px 0 70px;
	text-align: center;
}
.greeting-ttl {
	width: 200px;
	line-height: 200px;
	height: 200px;
	border-radius: 50%;
	background: #FE9D9F;
	color: #FFFFFF;
	position: relative;
	margin: 0 auto 45px;
	font-size: 40px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting-ttl::after {
	content: "";
	background-image: url("img/top/greeting_icon.png");
	width: 85px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
#greeting .txt {
	width: 70%;
	margin: 0 auto;
	color: #333333;
}
.name {
	font-size: 40px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #2BD66F;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
.name span {
	display: block;
	color: #333333;
	font-size: 25px;
}
.name::before {
	content: "";
	width: 500px;
	height: 1px;
	background: #333333;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
}
#greeting .more-btn {
	margin: 0 auto;
}



/*==================================================
診療案内
===================================*/
#top-medical {
	padding: 150px 0;
}
#top-medical h2 {
	font-size: 40px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}
#top-medical h2::after {
	content: "";
	background-image: url("img/top/medical_ttl.png");
	width: 450px;
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.med-box {
	display: flex;
	align-items: center;
}
.med-top {
	background-image: url("img/top/medical_top_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.med-img {
	width: 30%;
}
.med-list {
	width: 70%;
}
.med-list ul {
	display: flex;
	justify-content: space-around;
}
.medical-item {
	display: block;
	width: 100%;
}
.medical-item:hover {
	opacity: 0.7;
}
.item-top {
	text-align: center;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.item-top::after {
	content: "";
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.med-mdl .item-top::after {
	background: #E6FFF7;
}
.item-top span {
	display: block;
	font-size: 24px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.item-btm {
	margin-top: 50px;
}
.med-mdl {
	flex-direction: row-reverse;
}
.med-btm {
	background-image: url("img/top/medical_btm_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}



/*==================================================
ギャラリー
===================================*/
.gallery {
	padding: 100px 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%;
}


/*==================================================
LINE予約
===================================*/
#LINE {
	padding-bottom: 80px;
}
#LINE p {
	line-height: 55px;
}
#LINE img, #news img {
	display: block;
	margin: 50px auto 30px;
}
.LINE-link {
	display: flex;
	justify-content: space-around;
	padding-top: 50px;
}
.line-btn {
	display: block;
	padding: 20px 0;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	text-align: center;
	background: #2BD66F;
	position: relative;
}
.line-btn::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-bottom: 25px solid #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/*==================================================
採用情報
===================================*/
.recruit {
	padding: 100px 0;
	background-image: url("img/top/recruit_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.rec-btn {
	display: block;
	width: 30%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
	font-weight: 600;
	background: #F5DDDE;
	border: 3px solid #FFFFFF;
	padding: 50px 0;
	position: relative;
}
.rec-btn::after {
	content: "";
	width: 120px;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
}
.rec-btn:hover {
	opacity: 0.7;
}





/*==================================================
フッター
===================================*/
.footer-top {
	background-image: url("img/top/footer_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 150px;
}
#footer img {
	display: block;
	margin: 0 auto 80px;
}
.footer-left p {
	text-align: center;
}
.footer-left .reserve {
	width: 48%;
	margin: 30px auto;
}
.mail {
	display: block;
	padding: 30px 0;
	text-align: center;
	background: #F5DDDE;
	font-size: 25px;
	font-weight: 500;
}
.biz-hour {
	width: 100%;
	border-collapse: collapse;
}
.ryu {
	background: #E67A00;
}
.body {
	background: #FFFFFF;
}
.biz-hour td, .biz-hour th {
	text-align: center;
	padding: 5px;
}
.ryu th {
	color: #FFFFFF;
}
.table-txt {
	display: block;
}
.copyright {
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	background: #F9E8A4;
}




/*==================================================
グローバルメニュー
===================================*/
.nav-menu-wrap {
	width: 100%;
	margin: 0 auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 12.5%;
	position: relative;
}

.menu > li a {
    display: block;
	color: #676363;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E67A00;
	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: #ECC440;
	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: #F9E8A4;
    -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;
}


/*========= スクロール途中でヘッダーが表示するためのCSS ===============*/
main {
	position: relative;
	z-index: 1;
}

#g-nav{
    /*fixedで上部固定*/
	width:100%;
    z-index: 999;/*最前面へ*/
	background:#F9DDBC;
	padding: 30px 0;
}

.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: #ECC440;
  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 {
	position: relative;
    height: 70vh;
    z-index: 1;
    background-image: url("img/sub-page_bg.jpg");
    background-position: top center;
    background-size: cover;
}
.page-name {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
.page-name h2 {
	font-size: 55px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.en {
	font-family: "Neonoir";
	font-size: 40px;
}
.content {
	width: 80%;
	margin: 0 auto;
	padding-top: 100px;
}
h3 {
	font-size: 40px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-left: 100px;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
h3::before {
	content: "";
	background-image: url("img/ttl01.png");
	width: 90px;
	height: 65px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
h3::after {
	content: "";
	background-image: url("img/ttl02.png");
	width: 1170px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.concept{
	background-image: url("img/clinic/concept_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	margin-bottom: 80px;
}
.concept p {
	text-align: center;
	color: #FFFFFF;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 23px;
	font-weight: 500;
	width: 80%;
	margin: 0 auto;
}
.facility img {
	width: 100%;
}
.facility .flex-3 {
	margin-bottom: 60px;
}
.facility-ttl {
	display: block;
	background: #F9E8A4;
	padding: 15px 0;
	font-size: 22px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
}
.facility .txt {
	background: #FFF2E3;
	padding: 20px 5px;
}
.img {
	margin: 30px auto;
}
.img img {
	display: block;
	margin: 0 auto;
}
.info{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 80%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 60px auto;
}
.info dt{
	background: #F9E8A4;
	padding: 10px 0;
	width: 260px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.info dd{
	background: #fff;
	padding: 10px 0;
	width: calc(100% - 260px);
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.flow-item {
	margin-top: 30px;
	padding-bottom: 160px;
	position: relative;
}
.flow-item::after {
	content: "";
	width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 75px solid #FE9D9F;
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
}
.flow-item:last-child::after {
	display: none;
}
.flow-ttl {
	position: relative;
	padding: 30px 0 30px 180px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 25px;
	background: #F5DDDE;
	border: 1px solid #F5DDDE;
}
.flow01::before, .flow02::before, .flow03::before, .flow04::before, .flow05::before {
	content: "";
	background-image: url("img/clinic/step01.png");
	width: 130px;
	height: 125px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.flow02::before {
	background-image: url("img/clinic/step02.png");
}
.flow03::before {
	background-image: url("img/clinic/step03.png");
}
.flow04::before {
	background-image: url("img/clinic/step04.png");
}
.flow05::before {
	background-image: url("img/clinic/step05.png");
}
.flow-item .txt {
	border: 1px solid #7D7D7D;
	padding: 30px 10px;
}
.flow-flex {
	display: flex;
}
.flow-flex .reserve {
	margin-right: 20px;
}


/*==================================================
お問い合わせページ
===================================*/
.page-txt {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.red {
	color: #FF0000;
	margin-top: 30px;
	font-size: 17px;
}
.contactform {
    margin: 20px auto;
    padding: 30px 0;
    background: #fff;
}
.warning {
	font-size: 18px;
	margin: 30px auto;
	padding: 40px 0;
	background: #FFF2E3;
}
.warning .ttl {
	text-align: center;
}
.warning p {
	width: 90%;
	margin: 0 auto;
}
.contact-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.contact-item,
.contact-body {
	padding: 20px 10px;
	border: 1px solid #7d7d7d;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 25%; /* 横幅30%指定（グレーの背景色部分） */
	background: #F9E8A4;
}

.contact-body {
  width: 75%; /* 横幅70%指定（白背景色部分） */
}
.form-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #E67A00; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 20px; /* 文字の大きさ */
  padding: 15px 0; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: 1px solid #E67A00;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-submit:hover {
	background: #FFFFFF;
	color: #E67A00;
}
.contact-item span {
    background: #E67A00;
	color: #FFFFFF;
    padding: 3px 10px;
    margin-left: 8px;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: -2px;
}


/*==================================================
院長紹介ページ
===================================*/
.flex-2.d-img {
	width: 50%;
}
.flex-2.d-img img {
	display: block;
	margin: 0 auto 20px;
}
.d-name {
	font-size: 30px;
	font-weight: 600;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: block;
	text-align: center;
}
.profile {
	width: 65%;
	margin: 60px auto 150px;
	background: #F5F8C9;
	padding-left: 30px;
	padding-bottom: 30px;
	max-width: 600px;
}
.profile .ttl {
	font-size: 25px;
	font-weight: 500;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-top: 30px;
	text-align: center;
}
.profile .item {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.profile span {
	margin-right: 20px;
}
@media screen and (max-width: 480px) {
	.flex-2.d-img {
		width: 100%;
	}
	.flex-2.d-img img {
		margin: 0 auto 10px;
	}
}


/*==================================================
採用情報ページ
===================================*/
.recruit-inner {
	border: 1px solid #E67A00;
	margin: 140px auto;
}
.recruit-inner div {
	font-size: 30px;
	font-weight: 600;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 100px 0 200px;
	text-align: center;
}


/*==================================================
診療案内ページ
===================================*/
.medical {
	padding: 60px 0;
}
.medical .med-list {
	margin: 30px auto;
}
.medical .item01 .item-top::after {
	background: #FFF2E3;
	width: 250px;
	height: 250px;
}
.medical .item02 .item-top::after {
	background: #E6FFF7;
	width: 250px;
	height: 250px;
}
.medical .item03 .item-top::after {
	background: #F5DDDE;
	width: 250px;
	height: 250px;
}
.box {
	margin: 90px auto;
}
.box .orange-ttl {
	padding: 25px 0 25px 10px;
	background: #FFF2E3;
	border-left: 10px solid #E67A00;
}
.box img {
	display: block;
	margin-left: auto;
}
.green-ttl {
	padding: 25px 0 25px 10px;
	background: #E6FFF7!important;
	border-left: 10px solid #2BD66F!important;
}
.pink-ttl {
	padding: 25px 0 25px 10px;
	background: #F5DDDE!important;
	border-left: 10px solid #FE9D9F!important;
}
.green {
	color: #2BD66F;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.med-feature {
	margin-top: 50px;
	border: 1px solid #E67A00;
	padding: 30px 0 30px 30px;
}
.med-feature .orange {
	font-size: 45px;
	margin-right: 5px;
}
.med-feature strong {
	color: #F00000;
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.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;
}












