@charset "utf-8";
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	/*	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;*/
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 2;
	text-align: justify;
}
html {
	scroll-behavior: smooth;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
input, textarea {
	font-weight: normal;
	font-size: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
	opacity: 0.8;
}
input[type="text"]:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie7 */
	-ms-filter: "alpha(opacity=70)"; /* ie8 */
}
.js-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s, transform .8s;
}
.js-fade.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .5s;
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	font-feature-settings: "palt";
	color: #111111;
}
body {
	line-height: 1.5;
	font-size: 80%;
	/* background: #F8F2E4; */
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
.scroll-prevent {
	overflow: hidden;
	height: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
	display: none;
}
.device-sp {
	display: block;
}

.device-tb {
	display: none;
	line-height: 0;
	font-size: 0;
}
.inner {
	padding: 0 30px;
}
/* ハンバーガメニューオープン時、スクロール停止 */
.scroll-prevent {
	overflow: hidden;
}
/* ホバー矢印 */
/*.arrow {
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	position: relative;
	overflow: visible;
}
.arrow .line {
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
	margin-left: 16px;
	margin-top: 0.5px;
}
.arrow .arrowhead {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-left: -1px;
}
.arrow:hover .line {
	width: 30px;
}
.arrow:hover .arrowhead {
	transform: rotate(45deg) translateX(1px);
}
.i-arr {
	display: flex;
	align-items: center;
}*/


/* arrow base */
.arrow{
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	position: relative;
}

.arrow .label{
	display: inline-block;
}

/* icon */
.arrow .i-arr{
	display: inline-flex;
	align-items: center;
	margin-left: 2.08vw; 
	line-height: 0;
}

.arrow svg{
	overflow: visible;
}

/* 共通：strokeで統一（ズレ防止） */
.arrow .line,
.arrow .arrowhead{
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

/* line animation */
.arrow .line{
  stroke-dasharray: 26;
  stroke-dashoffset: 8;
  transition: stroke-dashoffset 0.3s ease;
}

/* arrow head animation */
.arrow .arrowhead{
  transition: transform 0.3s ease;
  transform-origin: 20px 5px; /* ← M20 に合わせる */
}

/* hover */
.arrow:hover .line{
  stroke-dashoffset: 0;
}

.arrow:hover .arrowhead{
  transform: translateX(8px);
}

.i-arr {
	display: flex;
	align-items: center;
	margin:  0 0;
}

/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
	width: 100%;
	
}
#header .header-container {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/* min-width: 1440px; */
}
#header .header-logo {
	width: 80px;
	margin: 10px;
	margin-right: 20px;
	flex-shrink: 0;
	line-height: 1;
}

#header .header-logo a{
	
	line-height: 1;
}


#header.fixed .header-logo a{
	
	line-height: 1;
}



.header-logo .logo-sub {
  display: none;
}

.header-logo.change-logo .logo-main {
  display: block;
}

.header-logo.change-logo .logo-sub {
  display: none;
}






#header .header-nav {
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-right: 120px;
	flex-shrink: 0;
}
#header .header-navlist {
	display: flex;
	justify-content: space-between;
}
#header .sub-nav {
	display: none;
	width: 120px;
	margin-top: 15px;
	margin-right: 15px;
	flex-shrink: 0;
}
#header .sub-navlist {
	display: flex;
	justify-content: space-between;
}
#header .sub-navlist li {
	margin: 0 5px;
}

#header .humburger-btn {
	width: 60px;
	height: 60px;
	background-color: #111111;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom-left-radius: 20px;
	flex-shrink: 0;
	z-index: 900;
	cursor: pointer;
	padding: 14px 0 0;
	position: relative;
}
#header .humburger-btn .h-btn-line {
	width: 30px;
	height: 30px;
	position: relative;
	
}

#header .humburger-btn.active .h-btn-line {
	margin: 0 5px 10px 0;
}


#header .humburger-btn .h-btn-line span {
	display: block;
	background-color: #fff;
	width: 30px;
	height: 2px;
	transition: all .3s ease;
	transform: rotate(-6deg);
}
#header .humburger-btn span:nth-child(1) {}
#header .humburger-btn span:nth-child(2) {
	margin: 6px 0;
}
#header .humburger-btn span:nth-child(3) {}
#header .humburger-btn.active span:nth-child(1) {
	transform: rotate(33deg) translate(7px, 6px);
	width: 30px;
}
#header .humburger-btn.active span:nth-child(2) {
	opacity: 0;
	
}
#header .humburger-btn.active span:nth-child(3) {
	transform: rotate(-33deg) translate(5px, -5px);
	width: 30px;
}
#header .humburger-btn p {
	color: #fff;
	font-size: 10px;
}

#header .humburger-btn p.op,
#header .humburger-btn p.cl {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute; 
  bottom: 8px;
  
}


/* 初期状態：openアイコン見せる */
#header .humburger-btn p.op {
  opacity: 1;
  visibility: visible;
}

/* active状態：closeアイコン見せる */
#header .humburger-btn.active p.op {
  opacity: 0;
  visibility: hidden;
}

#header .humburger-btn.active p.cl {
  opacity: 1;
  visibility: visible;
}



#header .humburger-menu {
	display: flex;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#header .humburger-menu.open {
	visibility: visible;
	opacity: 1;
	z-index: 888;
}
#header .humburger-inner {
	width: 100%;
	padding: 100px 30px 35px;
	background-color: #F1F1F1;
	overflow-y: scroll;
}
#header .humburger-menu .menu-img {
	display: none;
}
#header .humburger-menu .logo {
	width: 120px;
	margin-bottom: 50px;
}
#header .humburger-menu .humburger-navlist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 20px;
}
#header .humburger-menu .humburger-navlist li {
	max-width: 205px;
	width: 40%;
	margin: 0 14px 20px;
}
#header .humburger-menu .humburger-navlist li a {
	position: relative;
	font-size: 16px;
}
#header .humburger-menu .humburger-navlist li a::before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: -15px;
	background-color: #ccc;
	border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#header .humburger-menu .humburger-navlist li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285) translateY(-50%);
}
#header .humburger-menu .reserve {
	width: 75%;
	margin-bottom: 70px;
	position: relative;
}
#header .humburger-menu .reserve .tel {
	display: block;
	background-color: #111111;
	width: 100%;
	position: relative;
	overflow: visible;
	border-radius: 10px;
	padding: 5px 20px 5px 15px;
	transition: all 1s;
}
#header .humburger-menu .reserve .tel:hover {
	background-color: #f4e58b;
}
#header .humburger-menu .reserve .tel .txt {
	display: flex;
	align-items: center;
}
#header .humburger-menu .reserve .tel .txt svg {
	width: 22px;
	margin-right: 12px;
	
}
#header .humburger-menu .reserve .tel .txt svg #color-path {
	transition: all 1s;
}
#header .humburger-menu .reserve .tel:hover .txt svg #color-path {
	fill: #fff;
}
#header .humburger-menu .reserve .tel .txt p {
	color: #fff;
	font-size: 12px;
	transition: all 1s;
	letter-spacing: 0.3em;
	font-weight: 300;
}
#header .humburger-menu .reserve .tel:hover .txt p {
	color: #111111;
}
#header .humburger-menu .reserve .tel .number p {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	transition: all 1s;
}
#header .humburger-menu .reserve .tel .number span {
	font-size: 12px;
	margin-right: 10px;
}
#header .humburger-menu .reserve .tel:hover .number p {
	color: #111111;
}
#header .humburger-menu .reserve .deco {
	position: absolute;
	right: -93px;
	top: -35px;
	width: 110px;
}
#header .humburger-menu .other-contents {
	margin-bottom: 40px;
}
#header .humburger-menu .other-contents h4 {
	margin-bottom: 10px;
}
#header .humburger-menu .other-contents .content {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}




#header .humburger-menu .other-contents .content:hover {
	transform: scale(0.95);
}
#header .humburger-menu .other-contents .content.note {
	background-color: #DEFAB7;
	margin-bottom: 20px;
}

#header .humburger-menu .other-contents .content.note a{
	display: flex;
	align-items: center;
}

#header .humburger-menu .other-contents .content.instagram {
	background-color: #E2D2EF;
}
#header .humburger-menu .other-contents .content.instagram a{
	display: flex;
	align-items: center;
}



#header .humburger-menu .other-contents .content .img {
	width: 30px;
	margin-right: 7px;
}
#header .humburger-menu .other-contents .content .ttl {
	font-size: 13px;
	font-weight: 400;
	margin-right: 7px;
}
#header .humburger-menu .other-contents .content .txt {
	font-size: 10px;
}
#header .humburger-menu .humburger-copyright {
	color: #7B7B7B;
	font-size: 10px;
}
/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {}
/* 
  footer-desc
 */
#footer .footer-desc {
	display: flex;
	flex-direction: column;
	padding: 70px 30px 50px;
	margin: 0 auto;
	position: relative;
}
#footer .footer-desc .desc-area {
	/*padding: 0 20px;*/
}
#footer .footer-desc .footer-logo {
	width: 100%;
	margin: 0 auto 30px;
}
#footer .footer-desc .info p {
	
}
#footer .footer-desc .info .address {
	font-size: 14px;
	font-weight: 400;
	
	
}
#footer .footer-desc .info .maplink {
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: 0 0 5px;
}
#footer .footer-desc .info .maplink a {
	text-decoration: underline;
	position: relative;
	overflow: visible;
}
#footer .footer-desc .info .maplink .pin {
	width: 12px;
	margin-right: 5px;
}

#footer .footer-desc .info .point {
	display: flex;
}


#footer .footer-desc .info .point li{
	border: 1px solid #000;
	padding: 0 12px;
	line-height: 1.5;
	font-size: 12px;
	margin-right: 5px;
}

#footer .footer-desc .info .tel {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#footer .footer-desc .info .tel span {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: 400;
}
#footer .footer-desc .info .tel a {
	font-size: 22px;
	font-weight: 400;
}

#footer .footer-desc .hours {
	width: 100%;
	
}

#footer .hours .att {
	background-color: #F1F1F1;
	font-size: 12px;
	text-align: center;
	
}
#footer .footer-desc .clinic-hours {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

#footer .footer-desc .clinic-hours th,
#footer .footer-desc .clinic-hours td {
  border: 1px solid #707070;
  padding: 8px 10px;
	font-size: 10px;
	text-align: center;
}


#footer .footer-desc .clinic-hours th:first-child,
#footer .footer-desc .clinic-hours td:first-child {
  border-left: none;
}
#footer .footer-desc .clinic-hours th:last-child,
#footer .footer-desc .clinic-hours td:last-child {
  border-right: none;
}

#footer .footer-desc .clinic-hours thead th {
  background-color: #7B7B7B;
  color: #fff;
  font-weight: 300;
	padding: 10px 0;
	font-size: 10px;
}

#footer .footer-desc .clinic-hours thead th span {
  display: block;
  text-align: center;
}

#footer .footer-desc .clinic-hours .en {
  font-size: 10px;
  color: #FFFFFF;
}

#footer .footer-desc .clinic-hours .closed {
  color: #707070;
  font-size: 10px;
}

#footer .footer-desc .clinic-hours td small {
  display: none;
  font-size: 10px;
  color: #707070;
}




#footer .f-map {
	width: 100%;
	
}

#footer .f-map iframe {
	width: 100%;
	height: 175px;
	
}
/* 
  footer-nav 
*/
#footer .footer-bg {
	padding: 60px 0 28px;
	background-image: url("https://cont-p.com/ydc/wp-content/themes/ydc/images/common/footer-bg-sp.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #FAFAFA;
}
#footer .footer-nav {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 215px;
}
#footer .footer-nav .logo {
	width: 125px;
	margin-bottom: 40px;
}
#footer .footer-navlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 2em;
	margin: 0 0 30px;
}
#footer .footer-navlist li {
	width: 50%;
	margin: 0 0 30px;
}
#footer .footer-navlist li a {
	font-size: 16px;
	position: relative;
	letter-spacing: 0.2em;
}
#footer .footer-navlist li a::before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: -15px;
	background-color: #ccc;
	border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#footer .footer-navlist li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285) translateY(-50%);
}
#footer .reserve {
	width: 80%;
	margin-bottom: 70px;
}
#footer .reserve .tel {
	display: block;
	background-color: #111111;
	width: 100%;
	position: relative;
	overflow: visible;
	border-radius: 10px;
	padding: 10px 20px;
	transition: all 1s;
}
#footer .reserve .tel:hover {
	background-color: #f4e58b;
}
#footer .reserve .tel .txt {
	display: flex;
	align-items: center;
	margin-bottom: -8px;
}
#footer .reserve .tel .txt svg {
	width: 25px;
	margin-right: 18px;
}
#footer .reserve .tel .txt svg #color-path03 {
	transition: all 1s;
}
#footer .reserve .tel:hover .txt svg #color-path03 {
	fill: #fff;
}
#footer .reserve .tel .txt p {
	color: #fff;
	font-size: 13px;
	transition: all 1s;
	letter-spacing: 0.3em;
	font-weight: 300;
}
#footer .reserve .tel:hover .txt p {
	color: #111111;
}
#footer .reserve .tel .number p {
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	transition: all 1s;
}
#footer .reserve .tel .number span {
	font-size: 12px;
	margin: 7px 17px 0 2px;
	
}
#footer .reserve .tel:hover .number p {
	color: #111111;
}
#footer .reserve .tel .deco {
	position: absolute;
	right: -70px;
	top: -20px;
	width: 95px;
}
#footer .other-contents {
	width: 100%;
}
#footer .other-contents h4 {
	margin-bottom: 10px;
}
#footer .other-contents .content {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#footer .other-contents .content:hover {
	transform: scale(0.95);
}
#footer .other-contents .content.note {
	background-color: #DEFAB7;
	margin-bottom: 15px;
}
#footer .other-contents .content.instagram {
	background-color: #E2D2EF;
	margin-bottom: 25px;
}

#footer .other-contents .content.instagram a{
	display: flex;
	align-items: center;
	
}

#footer .other-contents .content .img {
	width: 30px;
	margin-right: 7px;
}
#footer .other-contents .content .ttl {
	font-size: 14px;
	font-weight: 400;
	margin-right: 7px;
	letter-spacing: -0.01em;
}
#footer .other-contents .content .txt {
	font-size: 11px;
	
}
#footer .other-contents .copyright small{
	color: #7B7B7B;
	font-size: 10px;
}
/* --------------------------------------------------------------------------------
	固定バナー
-------------------------------------------------------------------------------- */
#fixed {}
#fixed .reserve-flxed {
	position: fixed;
	bottom: 10px;
	left: 60px;
	z-index: 9;
	
	
}
#fixed .reserve-btn {
	display: flex;;
	align-items: center;
	background-color: #111;
	position: relative;
	overflow: visible;
	padding: 7px 14px;
	border-radius: 10px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	
}
#fixed .reserve-btn:hover {
	background-color: #F4E58B;
	opacity: 1;
}
#fixed .reserve-btn .txt {
	font-size: 12px;
	color: #fff;
}
#fixed .reserve-btn:hover .txt {
	color: #111111;
}
#fixed .reserve-btn .deco {
	position: absolute;
	width: 75px;
	bottom: -12px;
	left: -60px;
	transform: scale(-1, 1);
}

#fixed .reserve-btn .ico {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	margin: 0 5px 0 0;
	letter-spacing: 0.1em
	
}

#fixed .reserve-btn:hover .deco img {
	opacity: 1;
	
}
#fixed .reserve-btn svg {
	width: 15px;
	margin: 0 10px 0 0;
}
#fixed .reserve-btn svg rect, #fixed .reserve-btn svg text, #fixed .reserve-btn svg path {
	transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#fixed .reserve-btn:hover svg rect {
	fill: #111111;
}
#fixed .reserve-btn:hover svg path {
	fill: #fff;
}
/*
   return-top
 */
#fixed .return-top-fixed {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9;
}
#fixed .return-top-fixed a {
	display: block;
	width: 50px;
}
/* --------------------------------------------------------------------------------
	ローディング
-------------------------------------------------------------------------------- */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #FAFAFA;
	text-align: center;
	opacity: 1; /* 最初から表示 */
	transition: opacity 1.5s ease; /* 消えるときふわっと */
}
#loading_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100vw;
	max-height: 100vh;
	width: auto;
}
#loading_box .img-box {
	width: 100%;
	margin: 0 auto;
	opacity: 0; /* 最初は非表示 */
	transition: opacity 1s ease; /* 現れるときふわっと */
}
#loading_box .img-box .img {
	width: 320px;
	margin: 0 auto ;
}

#loading_box .img-box .img img, #loading_box .img-box .logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* ロード中は img-box をふわっと表示 */
body.loading #loading_box .img-box {
	opacity: 1;
}
#loading .img img {
	opacity: 0;
	transition: opacity 2s ease; /* ふわっと表示 */
}
#loading.show-img .img img {
	opacity: 1;
}


/* --------------------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------------------- */
#index {
	width: 100%;
	overflow: hidden;
}
/*
   mv
 */
#index #mv {
	position: relative;
	/*height: 70vh;*/
	padding: 70px 0 0; 
	background: linear-gradient(to top, #FAF0DA 200px, #ffffff 200px);
}

#index #mv .mv-img{
	/*height: 70vh;*/
}


#index .mv-img img{
	width: 100%;
	/*height: 70vh;*/
	object-fit: cover;
}

#index #mv h2 {
	position: absolute;
	top: 88px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 22px;
	width: 100%;
}

#index #news-info {
	background-color: #FAF0DA;
	padding: 0 30px;
	
}


#index #news-info .mv-news {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0 50px;
}
#index #news-info .news-head {
	width: 100%;
	position: relative;
}
#index #news-info .news-head h3 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	
	
}
#index #news-info .news-head .sub-ttl {
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 0.3em;
	
}
#index #news-info .news-head .img {
	position: absolute;
	top: -25px;
	right: 0;
	width: 100px;
	margin: 0 auto;
}
#index #news-info .news-info {
	width: 100%;
}
#index #news-info .news-info .news-list {
	/* width: 100%; */
}
#index #news-info .news-info .news-list li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 17px;
	padding: 10px 18px;
	position: relative;
}
#index #news-info .news-info .news-list li .date {
	color: #7B7B7B;
	width: 100%;
	font-size: 12px;
	
}
#index #news-info .news-info .news-list li .title {
	font-size: 14px;
	font-weight: 400;
}
#index #news-info .news-info .news-list li .title a {
	display: block;
	width: 100%;
}
#index #news-info .news-info .news-list li .news-btn{
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #111;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#index #news-info .news-info .news-list li:hover .news-btn  {
	transform: translateX(10px);
}
#index #news-info .news-info .news-list li .news-btn::before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 8px;
	right: 6px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* #index #mv .news-info .news-list li .news-btn a:hover::before {
  right: -10px;
} */
#index #news-info .news-info .news-list li .news-btn::after {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* #index #mv .news-info .news-list li .news-btn a:hover:after {
  width: 30px;
  right: -20px;
} */
#index #news-info .news-info .view-more {
	text-align: center;
	margin: 40px auto 0;
}

#index #news-info .news-info .view-more .view-more-inner {
	text-align: center;
	
}

#index #news-info .news-info .view-more a {
	position: relative;
	font-size: 16px;
}
#index #news-info .news-info .view-more a::before {
	transform: rotate(45deg);
	top: 5px;
	right: -45px;
}
#index #news-info .news-info .view-more a:hover::before {
	right: -65px;
}
#index #news-info .news-info .view-more a::after {
	top: 50%;
	right: -38px;
	transform: translateY(-50%);
}
#index #news-info .news-info .view-more a:hover:after {
	width: 30px;
	right: -58px;
}
/*
   about
*/
#index #about {
	padding: 100px 0 0;
	position: relative;
}
#index #about::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 600px;
	bottom: 0;
	left: 0;
	background-color: #F8F8F8;
	z-index: -1;
}
#index #about .about-info {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	margin: 0 auto 50px;
}
#index #about .about-info .desc {
	width: 100%;
}
#index #about .about-info .desc h3 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.7;
	font-weight: 400;
	text-align: center;
	
}
#index #about .about-info .desc .txt {
	font-size: 14px;
	margin-bottom: 30px;
}
#index #about .about-info .desc .btn {
	width: 220px;
	text-align: center;
	margin: 0 auto;
}
#index #about .about-info .desc .btn a {
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	font-size: 13px;
	position: relative;
	border: 1px solid #111;
	border-radius: 40px;
	width: 100%;
	box-shadow: -1px 3px 3px 0px #ccc;
}




#index #about .about-info .img {
	width: 70%;
	margin: 0 auto 20px;
}
#index #about .about-info .img img{
	
}

#index #about .about-link .img{
	width: 70%;
	
}
#index #about .about-link .img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0 15px 15px 0;
	
}


#index #about .new-patient {
	width: 100%;
	margin: 0 0 20px;
}
#index #about .new-patient a {
	display: flex;
	width: 100%;
	border-radius: 20px;
}
#index #about .new-patient a::before {
	top: auto;
	bottom: 35px;
	right: auto;
	left: 100px;
}
#index #about .new-patient a::after {
	top: auto;
	bottom: 42px;
	right: auto;
	left: 87px;
}
#index #about .new-patient a:hover:before {
	left: 120px;
}
#index #about .new-patient a:hover:after {
	left: 107px;
}
#index #about .new-patient a .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 30%;
	background-color: #FE8FB2;
	border-radius: 15px 0 0 15px;
	flex-shrink: 0;
	height: 200px;
	position: relative;
}
#index #about .new-patient a .ttl .i-arr {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26px;
}
#index #about .new-patient a .ttl p {
	font-size: 15px;
	font-weight: 400;
	writing-mode: vertical-rl;
	flex-shrink: 0;
	
}



#index #about .about-hospital {
	width: 100%;
	margin: 0 0 40px;
}
#index #about .about-hospital a {
	display: flex;
	width: 100%;
	border-radius: 20px;
}
#index #about .about-hospital a::before {
	top: auto;
	bottom: 35px;
	right: auto;
	left: 100px;
}
#index #about .about-hospital a::after {
	top: auto;
	bottom: 42px;
	right: auto;
	left: 87px;
}
#index #about .about-hospital a:hover:before {
	left: 120px;
}
#index #about .about-hospital a:hover:after {
	left: 107px;
}
#index #about .about-hospital a .ttl {
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 30%;
	background-color: #23D16F;
	border-radius: 20px 0 0 20px;
	flex-shrink: 0;
	height: 200px;
	position: relative;
	
}

#index #about .about-hospital a .ttl p {
	font-size: 15px;
	font-weight: 400;
	writing-mode: vertical-rl;
	
}

#index #about .about-hospital a .ttl .i-arr {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26px;
}

#index #about .hospital-view {
	position: relative;
	width: 100%;
	height: 140px;
	z-index: 1;
}
#index #about .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	/* background: #fff; */
	background: transparent;
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 1;
}
#index #about .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 140px;
	z-index: 10;
	background: url(../images/index/hospital-view-slide.png) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: newsloop 80s linear infinite;
	animation: typeloop 80s linear infinite;
	background-size: 920px 140px;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2060px 0;
	}
}
/* #index #about .hospital-view .view-list {
  
} */
/* 
  teeth
*/
#index #teeth {
	padding: 50px 0;
	background-color: #F8F8F8;
	overflow: hidden;
}
#index #teeth h3 {
	text-align: center;
	font-size: 27px;
	line-height: 1.5;
	position: relative;
}
#index #teeth h3 .deco {
	display: none;
	width: 80px;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 8
}

#index #teeth .sub-ttl {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}

#index #teeth .lifestage {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
	overflow: hidden;
	/*background: url(https://cont-p.com/ydc/wp-content/themes/ydc/images/index/sp-teeth-bg.jpg) no-repeat;
	background-size: contain;*/
	background: url(https://cont-p.com/ydc/wp-content/themes/ydc/images/index/sp-teeth-bg.jpg) no-repeat top center;
	background-size: auto 100%;
}



#index #teeth .lifestage .deco-bg {
	display: none;
}


#index #teeth .flow {
	width: 100%;
	margin-bottom: 40px;
	/*padding: 0 20vw 0 0;*/
}

/*#index #teeth .flow:nth-of-type(even) {
	padding: 0 0 0 20vw;

}*/


#index #teeth .flow .flow-img {
	display: block;
	margin: 0 auto 20px;
	
	
}





#index #teeth .flow .tag-list {
	display: flex;
	margin-bottom: 10px;
}
#index #teeth .flow .tag-list .tag {
	padding: 0 15px;
	background-color: #376B99;
	color: #fff;
	border-radius: 30px;
	margin-right: 10px;
	font-size: 10px;
}
#index #teeth .flow .tag-list .tag.age {
	background-color: #81AD4D;
}
#index #teeth .flow .ttl {
	font-size: 16px;
	margin-bottom: 10px;
}
#index #teeth .flow .desc {
	font-size: 12px;
	margin-bottom: 10px;
}
#index #teeth .flow .dental {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#index #teeth .flow .dental li{
	margin: 0 10px 10px 0;
}


#index #teeth .flow .dental li a{
	display: flex;
	align-self: center;
	
}

#index #teeth .flow .dental .img {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1F1F1;
	border-radius: 50%;
	padding: 2px;
	margin-right: 5px;
}
#index #teeth .flow .dental .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
#index #teeth .pickup {
	
	padding: 15px 20px;
	width: 100%;
}

#teeth .pickup .pickup-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}



#index #teeth .prevention,#index #teeth .maintenance {
	margin: 0 7px;
}
#index #teeth .pickup .ttl {
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 400;
	background-color: #F4E58B;
	border-radius: 16px;
}
#index #teeth .pickup .prevention a, #index #teeth .pickup .maintenance a {
	display: flex;
	align-items: center;
	margin-right: 15px;
	font-size: 13px;
}
#index #teeth .pickup .prevention .img, #index #teeth .pickup .maintenance .img {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1F1F1;
	border-radius: 50%;
	padding: 2px;
	margin-right: 10px;
}
#index #teeth .pickup .prevention .img img, #index #teeth .pickup .maintenance .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
#index #teeth .pickup .prevention a .name, #index #teeth .pickup .maintenance a .name {
	font-weight: 400;
}
/*
   treatment
*/
#index #treatment {
	padding: 50px 0;
}
#index #treatment .treatment-menu {
	display: flex;
	flex-direction: column;
	
}
#index #treatment .menu-link {
	margin-bottom: 30px;
}
#index #treatment .menu-link a {
	display: block;
	overflow: visible;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
}

#index #treatment .menu-link .ttl{
	display: flex;
	justify-content: space-between;
}


#index #treatment .menu-link .ttl p {
	font-size: 20px;
	font-weight: 400;
}

#index #treatment .menu-list {
	display: flex;
	flex-direction: column;
	
}
#index #treatment .menu-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	margin: 0 0 30px;
}
#index #treatment .menu-list li .img-box {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

#index #treatment .menu-list li .img-box img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}

#index #treatment .menu-list li .img-box p {
	position: absolute;
	color: #fff;
	bottom: 0px;
	left: 0;
	padding: 23px;
	font-size: 13px;
	line-height: 2.5;
}
#index #treatment .menu-list li .btn {
	width: 80%;
}
#index #treatment .menu-list li .btn a {
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	font-size: 13px;
	position: relative;
	border: 1px solid #111;
	border-radius: 40px;
	width: 100%;
	box-shadow: -1px 3px 3px 0px #ccc;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 400;
}

/* 
  blog
 */
#index #blog {
	padding: 70px 0 50px;
	background-color: #EFEFEF;
}
#index #blog .blog-area {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#index #blog .blog-head {
	text-align: center;
	width: 20vw;
}
#index #blog .blog-head h3 {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	writing-mode: vertical-rl;
}
#index #blog .blog-head .sub-ttl {
	font-size: 18px;
	margin-bottom: 20px;
	writing-mode: vertical-rl;
	margin-left: 6px;
	margin-top: 20px;
}
#index #blog .blog-head .txt {
	font-size: 13px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 73%;
}
#index #blog .blog-head .img {
	display: none;
}
#index #blog .blog-contents {
	width: 70vw;
}
#index #blog .blog-contents .view-more {
	text-align: right;
	margin: 100px 0 30px;
	padding: 0 3vw 0 0;
}

#index #blog .blog-contents .blog-list {
	display: flex;
	margin: 0 0 0 7vw;
	height: 110vw;
}
#index #blog .blog-contents .blog-item {
	margin-right: 17px;
	flex-shrink: 0;
}

#index #blog .blog-contents .blog-item:last-child {
	margin-right: 130px;
}
#index #blog .blog-contents .blog-item .img {
	margin-bottom: 10px;
	position: relative;
	
}


#index #blog .blog-contents .blog-item .img img{
	/*width: 220px;*/
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}


#index #blog .blog-contents .blog-item a .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	opacity: 0;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#index #blog .blog-contents .blog-item a:hover .img::before {
	z-index: 2;
	opacity: 1;
}
#index #blog .blog-contents .blog-item a .img::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-top: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	z-index: -1;
}
#index #blog .blog-contents .blog-item a:hover .img::after {
	z-index: 3;
	opacity: 1;
}
#index #blog .blog-contents .blog-item .date {
	font-size: 12px;
	color: #999999;
	margin-bottom: 0px;
}
#index #blog .blog-contents .blog-item .title {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}
#index #blog .blog-contents .blog-item .tag-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 10px;
}
#index #blog .blog-contents .blog-item .tag-list li {
	font-size: 12px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0px 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	
}
#index #blog .blog-contents .blog-item .tag-list li a {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #999999;
	padding: 0px 10px;
	cursor: pointer;
}