@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	color: #1D1D1D;
	position: relative;
}
a {
	text-decoration: none;
	color: #1D1D1D;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.container {
	padding-top: 70px;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.en {
	font-family: "Segoe UI Emoji";
	font-weight: 600;
	color: #51B8D8;
}
.ja {
	font-size: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	color: #707070;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #F2D767;
}
.blue {
	color: #51B8D8;
}
.green {
	color: #8BC191;
}


/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.header-wrap {
	display: flex;
	width: 98%;
    margin: 10px auto;
}
.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: 30px;
	text-align: center;
	font-weight: 600;
	padding: 15px 0;
	width: 22%;
	color: #51B8D8;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-right: 3px solid #51B8D8;
}
.web {
	border-left: 3px solid #51B8D8;
}
.reserve span {
	display: block;
	font-size: 20px;
}
.reserve:hover {
	opacity: 0.7;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
}
.cp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mv-bottom {
	position: absolute;
	bottom: 15%;
	right: 50%;
	transform: translate(50%, 50%);
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	align-items: center;
}
.mv-left {
    width: 17%;
}
.mv-left a {
	display: block;
}
.mv-left a:hover {
	opacity: 0.7;
}
.mv-right {
	width: 30%;
}


/*==================================================
NEWS
===================================*/
#news {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 40px;
}
#news .en {
	font-size: 40px;
}
.news-item {
	display: flex;
	align-items: center;
	position: relative;
	margin: 30px auto;
}
.date {
	background: #51B8D8;
	padding: 8px 10px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.news-txt {
	padding: 30px 0;
	background: #F8F8F8;
	width: 95%;
	padding-left: 60px;
	margin-left: auto;
}


/*==================================================
コロナウイルス対策
===================================*/
#covid19 {
	padding: 5rem 0;
	background: #F2E9D0;
}
.accordion-001 {
    max-width: 1300px;
	margin: 0 auto;
	border: 3px solid #F2D767;
}
.accordion-001 summary {
    display: flex;
	flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1em 0;
    background-color: #FFFFFF;
	margin: 0 auto;
    color: #1D1D1D;
    font-weight: 500;
	font-size: 30px;
    cursor: pointer;
}

.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 #F2D767;
    border-right: 3px solid #F2D767;
    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;
}

/*==================================================
ご挨拶
===================================*/
#greeting {
	position: relative;
	z-index: 0;
	margin-bottom: 100px;
}
#greeting::before {
	content: "";
	width: 480px;
	height: 330px;
	background-image: url("img/top/greeting01.jpg");
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.greeting-wrap {
	width: 90%;
	margin: 100px auto 0;
	display: flex;
	justify-content: flex-end;
}
#greeting .en {
	font-size: 67px;
}
.greeting-txt {
	width: 40%;background: rgba(255,255,255,0.60);
    padding: 0 10px;
}
.sub {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-top: 70px;
}
.g-name-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
}
.circle {
	width: 52px;
	height: 52px;
	background: #D7E9D9;
	border-radius: 50%;
	line-height: 52px;
	margin-right: 1rem;
	text-align: center;
}
.circle span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.g-name {
	margin-right: 1rem;
	font-size: 24px;
	font-weight: 500;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.greeting-img {
	position: relative;
	z-index: 0;
	width: 50%;
}
.link-btn {
    padding: 20px 0;
    margin-left: 70px;
	position: relative;
	z-index: 5;
}
.link-btn a {
	display: block;
}
.link-btn a:hover {
	opacity: 0.7;
}




/*==================================================
3つのこだわり
===================================*/
.feature-ttl {
	position: relative;
	background-image: url("img/top/point_bg.jpg");
	padding: 70px 0;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fea-ttl {
	position: relative;
}
.fea-ttl::before {
	content: "永田歯科医院が";
	display: block;
	font-size: 23px;
	font-weight: 500;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: absolute;
	top: -30px;
	left: 0;
}
.top-feature01 {
	background-image: url("img/top/point01_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 200px;
}
.fea01-wrap {
	width: 70%;
	margin: 0 auto;
	background: #D7E9D9;
	border-radius: 40px;
	padding-top: 90px;
	padding-bottom: 80px;
	position: relative;
}
.fea01-wrap::after {
	content: "";
	width: 255px;
	height: 80px;
	background-image: url("img/top/point01_icon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 65px;
	right: 80px;
}
.number {
	font-size: 100px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fea-num {
	position: absolute;
	top: -83px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 67px;
	letter-spacing: 10.5px;
}
.fea01-txtbox, .fea02-txtbox {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.fea-txt-ttl {
	font-size: 35px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	border-bottom: 5px dashed #8BC191;
	display: inline-block;
	margin-top: 15px;
}
.fea-txt {
	margin-top: 30px;
}
.fea01-img {
	display: flex;
	justify-content: space-between;
	margin: -50px auto 0;
	width: 80%;
}
.img-item {
	width: 30%;
	margin-bottom: 120px;
	position: relative;
}

.img-item02 {
	margin-top: 120px;
}
.top-fea-img {
	padding: 15px 0;
	padding-left: 15px;
}
.fea01-img01 {
	background: #51B8D8;
}
.fea01-img02 {
	background: #F2D767;
}
.fea01-img03 {
	background: #FFC4F3;
}
.top-feature02 {
	background: #F1DCDC;
	padding-top: 200px;
	position: relative;
}
.top-feature02::before {
	content: "";	
	width: 960px;
	height: 600px;
	background-image: url("img/top/point02-1.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
}
.fea02-wrap {
	width: 60%;
	margin-left: auto;
	background: #F4EBEE;
	position: relative;
	padding: 90px 0;
	z-index: 1;
}
.fea-num02 {
	position: absolute;
	top: -75px;
	left: 70%;
	transform: translateX(-50%);
	color: #F8A6BF;
	font-size: 67px;
	letter-spacing: 10.5px;
}
.fea-txt-ttl02 {
	font-size: 35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-bottom: 1px solid #F8A6BF;
	display: inline-block;
	margin-top: 15px;
	color: #F8A6BF;
}
.top-feature02 .fea01-img {
	margin: 50px auto 0;
}
.top-feature03 {
	background-image: url("img/top/point03_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 100px;
	position: relative;
}
.top-feature03::after {
	content: "";	
	width: 50%;
	height: 100%;
	background-image: url("img/top/point03-1.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	right: 0;
}
.fea03-wrap {
	width: 54%;
	margin-right: auto;
	background: #FFF5DF;
	position: relative;
	padding: 90px 0;
	z-index: 1;
}
.fea-num03 {
	position: absolute;
	top: -75px;
	left: 40%;
	transform: translateX(-50%);
	color: #F2D767;
	font-size: 67px;
	letter-spacing: 10.5px;
}
.top-feature03 .fea-txt-ttl02 {
	color: #F2D767;
	border-bottom: 1px solid #F2D767;
}
.feature-bottom {
	background: #FFF5CB;
}
.clinic {
	padding: 50px 0;
}
.clinic-wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.clinic-name {
	border-left: 3px solid #CD9D50;
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clinic-name span {
	display: block;
	color: #CD9D50;
	font-size: 30px;
	letter-spacing: 9.5px;
}
.clinic-btn {
	width: 20%;
	margin-left: 70px;
}
.clinic-btn a:hover {
	opacity: 0.7;
}



/*==================================================
診療案内
===================================*/
#medical {
	margin-top: 8rem;
}
.med-ttl {
	text-align: center;
	position: relative;
	background: none;
	padding: 0;
}
.med-ttl-icon {
	width: 5%;
	margin: 0 auto;
}
.med-flex {
	display: flex;
	align-items: center;
	margin-top: 3rem;
}
.med-link {
	display: block;
	position: relative;
	width: 50%;
}
.med-link:hover {
	opacity: 0.7;
}
.med-name::after {
	content: '';
	background-image: url("img/top/medical_icon_click01.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	position: absolute;
	bottom: 8px;
	right: 50%;
	transform: translateX(50%);
}
.med-name {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 15%;
	display: flex;
	justify-content: center;
	writing-mode: vertical-rl;
    flex-direction: column-reverse;
    padding-top: 2rem;
}
.med-name-r {
	line-height: 1.5;
}
.med-name-r {
	font-size: 2.1rem;
	color: #FFFFFF;
}
.pink {
	background: rgba(198,155,168,0.80);
}
.ao {
	background:rgba(111,151,188,0.80);
}
.med-bottom {
	background-image: url("img/top/medical_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5rem 0;
}
.med-b-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 95%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.med-btn {
	width: 21%;
	padding: 1.5rem 0;
	background-color: #FFF5CB;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.med-btn:hover {
	opacity: 0.7;
}
.med-btn::after {
	content: '';
	background-image: url("img/top/medical_icon_click02.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 6px;
    right: 6px;
    width: 35px;
	height: 35px;
}
.med-b-name {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	color: #51B8D8;
}
.med-btn li {
	font-size: 15px;
	margin-bottom: 7px;
}
.med-btn li::before {
    content: "";
    background-image: url(img/top/medical_check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
	vertical-align: middle;
}



/*==================================================
採用情報・ブログ
===================================*/
.top-info {
	margin: 100px auto;
}
.top-info .en {
	font-size: 50px;
}
#top-recruit .txt {
	margin-top: 30px;
}
#top-recruit .more {
	margin: 60px auto 0;
}
#top-recruit a {
	display: block;
}

.blog-wrap {
	margin-top: 60px;
}
.blog-wrap .item {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.blog-wrap .item span {
	display: block;
}



/*==================================================
フッター
===================================*/
.footer-top {
	padding: 5rem 0;
	background-image: url("img/top/footer_bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-logo {
	text-align: center;
	margin-bottom: 20px;
}
.f-map-icon {
	padding-right: 5px;
	border-right: 1px solid #4A4543;
}
.footer-flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2rem;
}
.footer-flex .left {
	display: flex;
	justify-content: space-around;
	width: 45%;
	flex-wrap: wrap;
}
.right {
	width: 45%;
}
.right img {
	display: block;
	margin: 0 auto;
}
.footer-flex .left .reserve {
	width: 40%;
	border-radius: 30px;
	background: #fff;
	border: 3px solid #51B8D8;
	margin-bottom: 20px;
}
.bnr:hover {
	opacity: 0.7;
}
.footer-bottom {
	display: flex;
}
.googlemap {
	width: 75%;
}
.footer-access {
	background-image: url("img/top/footer_bg02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 25%;
}
.access-top {
	width: 90%;
	margin: 0 auto;
}
.access-top .en {
	font-size: 67px;
}
.parking {
	margin: 1rem auto;
	text-align: center;
}
.parking p {
	font-size: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.car-icon {
	font-size: 50px;
	color: #51B8D8;
}
.access-bottom img {
	width: 100%;
}
.copyright {
	background: #F2E9D0;
	padding: 1rem 0;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 13px;
}





/*==================================================
グローバルメニュー
===================================*/
.nav-menu-wrap {
	width: 100%;
	margin: 0 auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 14.2%;
	position: relative;
}

.menu > li a {
    display: block;
	color: #FFFFFF;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 17px;
}

.menu > li a .en {
	display: block;
	font-size: 25px;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #F8A6BF;
	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: #F2D767;
	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: #FFF5CB;
    -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:#CAE8F1;
	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;
}
.page-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.75);
	text-align: center;
	width: 100%;
	font-size: 45px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 25px 0;
}
.page-ttl .en {
	font-size: 55px;
	display: block;
}
.content {
	padding-top: 90px;
}
.h2 {
	font-size: 50px;
	padding: 95px 0;
	background-image: url("img/ttl.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.border {
	margin: 100px auto 120px;
	width: 70%;
	max-width: 1100px;
	padding: 75px 0;
	border: 10px solid #D7E9D9;
}
.border .txt {
	width: 85%;
	margin: 0 auto;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.txt p {
	margin-bottom: 15px;
}
#introduction img {
	width: 100%;
}
.bg-green {
	background: #D7E9D9;
}
.bg-pink {
	background: #F8A6BF;
}
.bg-yellow {
	background: #FFF5CB;
}
#introduction .center {
	padding: 25px 0;
}
#introduction .flex-3 {
	margin-bottom: 45px;
}
.border .list li::before {
	content: "●";
}

.access-img {
    margin-bottom: 70px;
}
.access-img img {
	display: block;
	margin: 0 auto;
}
#access .left {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#access .left .reserve {
	width: 40%;
	border-radius: 30px;
	background: #fff;
	border: 3px solid #51B8D8;
	margin-top: 20px;
}
.bg-white {
	background: #FFFFFF;
}
.car {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 20px;
}
.access-ttl {
	font-size: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: #8BC191;
	border-radius: 50px;
	padding: 20px 0;
	margin-bottom: 40px;
}
.car p {
	margin-top: 35px;
}
#access .bg-green {
	padding-bottom: 90px;
}

.link {
	display: block;
	border: 5px solid #F2D767;
	padding: 20px 0;
	margin-bottom: 25px;
}
.link:last-child {
	margin-bottom: 160px;
}
.link:hover {
	opacity: 0.7;
}
.link span, .link p {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.link span {
	font-size: 30px;
	font-weight: 600;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-bottom: 15px;
}


/*==================================================
院長紹介ページ
===================================*/
.doctor {
	display: flex;
	margin-bottom: 90px;
}
.doc-txt {
	background: #F2E9D0;
	padding: 120px 0 80px;
	margin-top: 90px;
	width: 70%;
}
.doc-txt p {
	width: 80%;
	margin: 0 auto;
	max-width: 680px;
}
.doc-img {
	margin-left: -90px;
}
.skill {
	padding: 30px 0;
	width: 70%;
	margin: 50px auto;
}
.skill .center {
	font-size: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.skill-wrap {
	width: 80%;
	margin: 30px auto 0;
	background: #FFFFFF;
}
.skill-wrap .item {
	display: flex;
	margin-left: 40px;
	padding: 20px 0;
}
.skill-wrap .item span {
	width: 100px;
}


/*==================================================
採用情報ページ
===================================*/
.recruit-ttl {
	font-size: 45px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	text-align: center;
	margin-top: 80px;
}
.recruit-img {
	padding: 45px 0 20px;
}
.recruit-img img {
	display: block;
	margin: 0 auto;
}



/*==================================================
初めての方へページ
===================================*/
.point {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
	background: #F2E9D0;
}
.point p {
	width: 90%;
	margin: 0 auto;
}
.bg-yellow .txt {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}
.philosophy {
	margin-top: 75px;
}
.philosophy .ttl {
	background: #FFC4F3;
	padding: 35px 0 35px 40px;
	font-size: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-radius: 25px;
	margin-top: 35px;
}
.philosophy .txt {
	width: 90%;
	margin: 35px auto 0;
}
.philosophy strong {
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.philosophy:last-child {
	margin-bottom: 150px;
}

/*==================================================
診療案内ページ
===================================*/
.medical-list {
	background: #FFF5CB;
	padding: 60px 0;
}
.medical-list ul {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.medical-list ul li {
	width: 18%;
	margin-bottom: 35px;
}
.medical-list .btn {
	display: block;
	border-radius: 20px;
	background: #F2D767;
	text-align: center;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 45px 0;
	position: relative;
}
.medical-list .btn::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #FFFFFF;
	position: absolute;
	bottom: 50%;
	right: 15px;
	transform: translateY(50%);
}
.medical-list .btn:hover {
	opacity: 0.7;
}

#general, #preventive, #kids, #breath, #denture, #orthodontics, #aesthetic, #whitening, #implant, #treatment {
	padding-top: 180px;
}

.box {
	margin-bottom: 30px;
}
.box .green {
	font-size: 25px;
	font-weight: 500;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 15px;
}
.medical-img img {
	display: block;
	margin-left: auto;
}
.item-ttl {
	font-size: 30px;
	font-weight: 600;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 55px;
	position: relative;
}
.item-ttl::after {
	content: "";
	width: 750px;
	height: 10px;
	background: #F8A6BF;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.flow-btn {
	margin-top: 50px;
}
.flow-btn a {
	display: block;
	max-width: 320px;
	text-align: center;
	font-size: 25px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 25px 0;
	background: #F8A6BF;
	position: relative;
}
.flow-btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-bottom: 30px solid #FFFFFF;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.flow-btn a:hover {
	opacity: 0.7;
}

.flow {
	margin-bottom: 55px;
}
.flow-ttl {
	background: #CAE8F1;
	padding: 15px 0 15px 35px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	font-weight: 600;
}
.flow span {
	display: inline-block;
	font-size: 50px;
	color: #F8A6BF;
	margin-right: 25px;
}
.flow .txt {
	background: #F8F8F8;
	padding: 30px 25px;
}

#denture .bg-green {
	font-size: 30px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 25px 0;
}
#denture .img img {
	display: block;
	margin: 35px auto;
}
#denture ul {
	margin: 20px auto 85px;
}
#denture li::before {
	content: "✓";
}

.accordion-002 {
    max-width: 1500px;
    background-color: #F8F8F8;
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
	font-size: 23px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background-color: #CAE8F1;
    color: #4A4543;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #F8A6BF;
    border-right: 3px solid #F8A6BF;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
	margin-bottom: 30px;
}

.bg-blue {
	background: #CAE8F1;
}
.bg-gray {
	background: #F8F8F8;
}
.flow .bg-blue, .flow .bg-gray {
	display: flex;
	padding: 25px 0 25px 30px;
	align-items: center;
	margin-bottom: 30px;
}

dl.price{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
dl.price dt{
	background: #FFF5CB;
	padding: 15px 0;
	width: 350px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
dl.price dd{
	background: #fff;
	padding: 15px 0 15px 10px;
	width: calc(100% - 350px);
	border-bottom: 1px solid #ccc;
}

/*==================================================
お問い合わせ
===================================*/
.contactform {
    margin: 20px auto;
    padding: 30px 0;
    background: #fff;
	width: 80%;
}
.warning {
	font-size: 18px;
	margin: 30px auto;
	padding: 40px 0;
	background: #FFF2E3;
}
.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: center; /* テキスト左寄せ */
  width: 25%; /* 横幅30%指定（グレーの背景色部分） */
	background: #FFF5CB;
}

.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: #F8A6BF; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 20px; /* 文字の大きさ */
  padding: 15px 0; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: 1px solid #F8A6BF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-submit:hover {
	background: #FFFFFF;
	color: #F8A6BF;
}
.contact-item span {
    background: #F8A6BF;
	color: #FFFFFF;
    padding: 3px 10px;
    margin-left: 8px;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: -2px;
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.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;
}












