@charset "utf-8";
/* --------------------------------------------------------------------------------
	Reset

vw値 = (対象px ÷ 1920) * 100

-------------------------------------------------------------------------------- */
/* font-weight: 400;　  Mediumは500 */
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;
}
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 {
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie7 */
	-ms-filter: "alpha(opacity=70)"; /* ie8 */
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0 !important;
	font-feature-settings: "palt";
	color: #111111;
}
body {
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	min-width: 1240px;
	
}





/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
	display: block;
}
.device-sp {
	display: none;
	line-height: 0;
	font-size: 0;
}

.device-tb {
	display: none;
	line-height: 0;
	font-size: 0;
}
.inner {
	width: 1042px;
	margin: 0 auto;
	/*padding-bottom: 80px;*/
}
.content-space {
	padding: 20px;
}
.js-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s, transform .8s;
}
.js-fade.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .5s;
}
/* ハンバーガメニューオープン時、スクロール停止 */
.scroll-prevent {
	overflow: hidden;
}
/* 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: 34.32px; /* 2.08vw → 34.32px */
	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;
}

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

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

.i-arr {
	display: flex;
	align-items: center;
	margin:  0 0;
}
/* 矢印影付きボタン */
.btn-shadow {
	text-align: center;
}
.btn-shadow a.arrow {
	display: block;
	padding: 16px 98px 16px 32px; /* 20px 120px 20px 40px */
	font-size: 15px; /* 18px */
	position: relative;
	border: 1px solid #111;
	border-radius: 32px; /* 40px */
	width: 100%;
	box-shadow: -1px 3px 3px 0 #ccc; /* -1px 3px 3px 0px */
}
.btn-shadow a.arrow::before {
	transform: rotate(45deg) translateY(-50%);
	top: 49%;
	right: 32px; /* 40px */
}
.btn-shadow a.arrow:hover::before {
	right: 24px; /* 30px */
}
.btn-shadow a.arrow::after {
	top: 50%;
	right: 37px; /* 45px */
	transform: translateY(-50%);
}
.btn-shadow a.arrow:hover::after {
	right: 28px; /* 35px */
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
	/*min-width: 1200px;*/
	margin: 0 auto;
	overflow-x: hidden;
}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  height: 82px;
}
#header .header-container {
	display: flex;
	/*min-width: 1200px;*/
}
#header .header-logo {
	width: 90px;
	margin: 16px;
}
#header .header-logo img.logo-main {
	display: block;
}
.header-logo .logo-sub {
	display: none;
}
.header-logo.change-logo .logo-main {
	display: none;
}
.header-logo.change-logo .logo-sub {
	display: block;
}
#header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header .header-nav {
	width: 602px; /* 740px */
	top: 0; 
	right: 0; 
	left: 0;
	margin: 16px auto 0; /* 20px auto 0 */
	position: absolute;
	
	
	
}
#header .header-navlist {
	display: flex;
	justify-content: center;
}
#header .header-navlist li {
	padding: 0 20px; /* 25px */
}
#header .header-navlist li a {
	font-size: 13px;
	padding-bottom: 4px;
	position: relative;
	font-weight: 400;
	display: block;
}
#header .header-navlist li a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: auto;
	right: 0;
	bottom: -2px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header .header-navlist li a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}
#header .sub-nav {
	width: 122px;
	position: absolute;
	top: 16px;
	right: 94px;
	
}
#header .sub-navlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .sub-navlist li {
	margin: 0 7px; /* 9px */
	
}


#header .sub-navlist li a {
	display: block;
}
/* アイコン共通 */
.svg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  background: #fff;
  transition: color 0.3s;
  border-radius: 6px; /* 7px */
  line-height: 1;
	padding: 4px; /* 5px */
  
}

.svg-icon:hover {
  color: #fff;
  background: #111;
}

/* 各アイコンサイズ */

.sub-navitem.i-blog{
 padding: 2px 0 0;
}

.sub-navitem.i-blog svg {
  width: 36px;  /* 44px */
  height: 11px; /* 14px */
  display: block;
}

.sub-navitem.i-note svg {
  width: 10px;  /* 12.4px */
  height: 10px; /* 12.27px */
  display: block;
}

.sub-navitem.i-insta svg {
  width: 15px;  /* 18.7px */
  height: 15px; /* 18.7px */
  display: block;
}


/*
   humburger
 */
#header .humburger-btn {
	width: 65px; /* 80px */
	height: 65px; /* 80px */
	background-color: #111111;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom-left-radius: 16px; /* 20px */
	flex-shrink: 0;
	z-index: 900;
	cursor: pointer;
	padding: 14px 0 0; /* 17px 0 0 */
	position: absolute;
	right: 0;
	top:0;
	z-index: 999;
}
#header .humburger-btn .h-btn-line {
	width: 24px; /* 30px */
	height: 21px; /* 26px */
	margin: 4px 0 0; /* 5px 0 0 */
	position: relative;
}
#header .humburger-btn .h-btn-line span {
	display: block;
	background-color: #fff;
	width: 24px; /* 30px */
	height: 2px; /* 2px */
	transition: all 0.3s ease;
	transform: rotate(-6deg);
}
#header .humburger-btn span:nth-child(2) {
	margin: 7px 0; /* 8px 0 */
}
/* active */
#header .humburger-btn.active span:nth-child(1) {
	transform: rotate(33deg) translate(7px, 8px); /* 8px,10px */
	width: 26px; /* 32px */
}
#header .humburger-btn.active span:nth-child(2) {
	opacity: 0;
}
#header .humburger-btn.active span:nth-child(3) {
	transform: rotate(-33deg) translate(4px, -4px); /* 5px,-5px */
	width: 26px; /* 32px */
}
#header .humburger-btn p {
	color: #fff;
	font-size: 8px; /* 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: 11px; /* 14px */
}
/* open状態 */
#header .humburger-btn p.op {
	opacity: 1;
	visibility: visible;
}
/* active状態 */
#header .humburger-btn.active p.op {
	opacity: 0;
	visibility: hidden;
}
#header .humburger-btn.active p.cl {
	opacity: 1;
	visibility: visible;
}
#header .humburger-btn.active .h-btn-line {
	margin: 4px 6px 0 0; /* 5px 7px 0 0 */
}
#header .humburger-menu {
	display: flex;
	width: 553px; /* 680px */
	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);
	background-color: #F1F1F1;
	overflow-y: scroll;
}
#header .humburger-menu.open {
	visibility: visible;
	opacity: 1;
	z-index: 888;
}
#header .humburger-inner {
	width: 407px; /* 500px */
	margin: 0 auto;
	padding: 114px 32px 28px; /* 140px 40px 35px */
	background-color: #F1F1F1;
}
#header .humburger-menu .logo {
	width: 135px; /* 166px */
	margin-bottom: 41px; /* 50px */
}
#header .humburger-menu .humburger-navlist {
	/*width: 309px;*/
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px; /* 20px */
}
#header .humburger-menu .humburger-navlist li {
	width: 50%;
	margin: 0 0 16px; /* 20px */
	padding: 0 0 0 23px;
}
#header .humburger-menu .humburger-navlist li a {
	position: relative;
	font-size: 15px; /* 19px */
	letter-spacing: 0.2em; /* 文字間はemのまま */
}
#header .humburger-menu .humburger-navlist li a::before {
	content: "";
	width: 6px; /* 7px */
	height: 6px; /* 7px */
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: -12px; /* -15px */
	background-color: #ccc;
	border-radius: 50%;
	transition: all 0.1s 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: 251px; /* 309px */
	margin-bottom: 32px; /* 40px */
	position: relative;
}
#header .humburger-menu .reserve .tel {
	display: block;
	background-color: #111111;
	width: 100%;
	position: relative;
	overflow: visible;
	border-radius: 6px; /* 7px */
	padding: 8px 16px 8px 12px; /* 10px 20px 10px 15px */
	transition: all 0.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: 23px; /* 28px */
	margin-right: 11px; /* 13px */
}
#header .humburger-menu .reserve .tel .txt svg #color-path {
	transition: all 0.5s;
}
#header .humburger-menu .reserve .tel:hover .txt svg #color-path {
	fill: #fff;
}
#header .humburger-menu .reserve .tel .txt p {
	color: #fff;
	font-size: 15px; /* 18px */
	transition: all 0.3s;
	letter-spacing: 0.2em;
	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: 24px; /* 30px */
	color: #fff;
	line-height: 1;
	transition: all 0.5s;
}
#header .humburger-menu .reserve .tel .number span {
	font-size: 12px; /* 15px */
	margin-right: 12px; /* 15px */
}
#header .humburger-menu .reserve .tel:hover .number p {
	color: #111111;
}
#header .humburger-menu .reserve .deco {
	position: absolute;
	right: -91px;
	top: -22px;
	width: 103px;
}
#header .humburger-menu .other-contents {
	margin-bottom: 32px; /* 40px */
}
#header .humburger-menu .other-contents h4 {
	font-size: 11px; /* 13px */
	margin-bottom: 12px; /* 15px */
}
#header .humburger-menu .other-contents .content {
	display: flex;
	align-items: center;
	padding: 12px; /* 15px */
	border-radius: 8px; /* 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: 12px; /* 15px */
}
#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; /* 37px */
	margin-right: 10px; /* 12px */
}
#header .humburger-menu .other-contents .content .img img {
	display: block;
}
#header .humburger-menu .other-contents .content .ttl {
	font-size: 14px;
	margin-right: 16px;
}
#header .humburger-menu .other-contents .content .txt {
	font-size: 11px; /* 13px */
}
#header .humburger-menu .humburger-copyright {
	color: #7B7B7B;
	font-size: 7px;
	padding: 0 0 57px;
}
/* --------------------------------------------------------------------------------
	sub-header
-------------------------------------------------------------------------------- */
#header.fixed {
  width: 100%;
  height: 57px;       
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  animation: fadeIn 0.5s forwards;
}

#header.fixed .header-logo {
  margin: 13px 0 0 16px;   /* 16px 0 0 20px */
}

#header.fixed .header-nav {
  margin: 13px auto 0;      
}

#header.fixed .sub-nav {
  margin-top:0px;           
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#header.fixed  .header-logo {
	 width: 249px;
}

#header.fixed  .header-logo img.logo-sub{
	 display: block;

}


#header.fixed .header-logo img.logo-main {
	display: none;
}

/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	background: linear-gradient(180deg, #fff 0%, #fff 39%, #FAFAFA 39%, #FAFAFA 100%);
}
/* footer-desc */
#footer .footer-desc {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 130px 0 122px; /* 160px 0 150px */
	width: 1042px; /* 1280px */
	margin: 0 auto;
	position: relative;
}
#footer .footer-desc .desc-area {
	width: 480px; /* 590px */
	margin-right: 62px; /* 100px */
}
#footer .footer-desc .footer-logo {
	width: 472px; /* 580px */
	margin-bottom: 24px; /* 30px */
}
#footer .footer-desc .info p {
	display: inline-block;
	margin-bottom: 8px; /* 10px */
}
#footer .footer-desc .info .address {
	font-size: 16px; /* 20px */
	margin-right: 16px; /* 20px */
}
#footer .footer-desc .info .address span {
	margin-right: 16px; /* 20px */
}
#footer .footer-desc .info .maplink {
	display: inline-flex;
	align-items: center;
	font-size: 13px; /* 16px */
}
#footer .footer-desc .info .maplink a {
	text-decoration: underline;
	position: relative;
	overflow: visible;
}
#footer .footer-desc .info .maplink .pin {
	width: 11px; /* 14px */
	margin-right: 7px; /* 8px */
}

#footer .footer-desc .info .maplink .i-arr {
	margin-left: 2px;
}


#footer .footer-desc .info .point {
	display: flex;
}
#footer .footer-desc .info .point li {
	border: 1px solid #000;
	padding: 0 10px; /* 0 12px */
	line-height: 1.5;
	font-size: 15px; /* 18px */
	margin-right: 8px; /* 10px */
}
#footer .footer-desc .info .tel {
	display: flex;
	align-items: center;
	margin: 0;
}
#footer .footer-desc .info .tel span {
	font-size: 16px; /* 20px */
	margin-top: 8px; /* 10px */
	margin-right: 24px; /* 30px */
}
#footer .footer-desc .info .tel a {
	font-size: 34px; /* 42px */
	font-weight: 400;
}
#footer .footer-desc .info .closed {
	background-color: #F1F1F1;
	border-radius: 16px; /* 20px */
	padding: 0 20px; /* 0 25px */
	font-size: 15px; /* 18px */
	margin: 0;
}
#footer .footer-desc .hours {
	width: 488px; /* 600px */
}
#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: 1px 8px;
	font-size: 12px;
	text-align: center;
}
/* 両端の線を消す */
#footer .footer-desc .clinic-hours th:first-child, #footer .footer-desc .clinic-hours td:first-child {
	border-left: none;
	height: 60px;
	
}
#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: 8px 0; /* 10px 0 */
	text-align: center;
	width: 50px;
}

#footer .footer-desc .clinic-hours thead th:first-child {
	width: 70px;
}


#footer .footer-desc .clinic-hours thead th span {
	display: block;
	text-align: center;
	
}
#footer .footer-desc .clinic-hours .en {
	font-size: 8px; /* 10px */
	color: #FFFFFF;
}
#footer .footer-desc .clinic-hours .closed {
	color: #707070;
	font-size: 13px; /* 16px */
}
#footer .footer-desc .clinic-hours td small {
	display: block;
	font-size: 8px; /* 10px */
	color: #707070;
	text-align: center;
}
/* map */
#footer .f-map {
	width: 1042px; /* 1280px */
	margin: 0 auto;
}
#footer .f-map iframe {
	width: 100%;
	height: 485px; /* 596px */
	border-radius: 16px; /* 20px */
}
/* 
  footer-nav 
*/
#footer .footer-bg {
	padding-top: 122px; /* 150px */
	height: 823px;
	background-image: url(../images/common/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-color: #FAFAFA;
}
#footer .footer-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1042px; /* 1280px */
	margin: 0 auto;
}
#footer .footer-nav .logo {
	width: 134px; /* 165px */
}
#footer .footer-navlist {
	width: 433px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	
}

#footer .footer-navlist li {
	width: 30%;
	
	
}
#footer .footer-navlist li a {
	font-size: 15px; /* 19px */
	position: relative;
	font-weight: 400;
}
#footer .footer-navlist li a::before {
	content: "";
	width: 6px; /* 7px */
	height: 6px; /* 7px */
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: -12px; /* -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 .other-contents {
	width: 342px; /* 420px */
}
#footer .other-contents h4 {
	font-size: 11px; /* 13px */
	font-weight: 400;
	margin-bottom: 8px; /* 10px */
}
#footer .other-contents .content {
	display: flex;
	align-items: center;
	padding:12px 8px; /* 10px */
	border-radius: 8px; /* 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: 12px; /* 15px */
}
#footer .other-contents .content.instagram {
	background-color: #E2D2EF;
	margin-bottom: 32px; /* 40px */
}
#footer .other-contents .content.instagram a {
	display: flex;
	align-items: center;
}
#footer .other-contents .content .img {
	display: flex;
	align-items: center;
}
#footer .other-contents .content .img img {
	width: 28px; /* 35px */
	margin-right: 8px; /* 10px */
}
#footer .other-contents .content .ttl {
	font-size: 14px; /* 14px */
	font-weight: 400;
	margin-right: 8px; /* 10px */
}
#footer .other-contents .content .txt {
	font-size: 11px; /* 13px */
}
#footer .other-contents .copyright {
	color: #7B7B7B;
	font-size: 10px; /* 10px */
}
/* --------------------------------------------------------------------------------
	固定バナー
-------------------------------------------------------------------------------- */
#fixed {}

#fixed .reserve-flxed {
  position: fixed;
  bottom: 55px;        /* 67px */
  left: 0;
  z-index: 9;
}

#fixed .reserve-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #111111;
  position: relative;
  overflow: visible;
  padding: 24px 12px 28px 12px;
  border-top-right-radius: 6px; /* 7px */
  border-bottom-right-radius: 6px; /* 7px */
  transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 57px;         /* 70px */
}

#fixed .reserve-btn:hover {
  background-color: #F4E58B;
  opacity: 1;
}

#fixed .reserve-btn svg {
  width: 22px;         /* 27px */
  margin: 0 0 0 1px;  /* 1px */
}

#fixed .reserve-btn .txt {
  writing-mode: vertical-rl;
  color: #fff;
  margin: 8px 0 0;    /* 10px */
  font-size: 15px;     /* 18px */
  letter-spacing: 0.1em;
}

#fixed .reserve-btn:hover .txt {
  color: #111111;
}

#fixed .reserve-btn .deco {
  position: absolute;
  width: 118px;         /* 145px */
  bottom: -66px;       /* -67px */
  left: 0;
}






#fixed .reserve-btn:hover .deco img {
	opacity: 1;
}
#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: 20px;
	right: 20px;
	z-index: 9;
}
#fixed .return-top-fixed a {
	display: block;
	width: 63px;
}
/* --------------------------------------------------------------------------------
	ローディング
-------------------------------------------------------------------------------- */
#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: 1562px;
	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: 500px;*/
	margin: 0 auto 75px;
}
#loading_box .img-box .logo {
	/*width: 140px;*/
	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;
}
#loading .logo {
	opacity: 0;
	transition: opacity 2s ease;
}
#loading.show-logo .logo {
	opacity: 1;
}
/* --------------------------------------------------------------------------------
	パーツページ
-------------------------------------------------------------------------------- */
/* 
  teeth
*/
#teeth {
	padding: 171px 0 114px; /* 210px 0 140px */
	background-color: #F8F8F8;
	overflow: hidden;
	min-height: 3350px; 
}
#teeth .inner {
	width: 1216px;
}
#teeth h3 {
	text-align: center;
	font-size: 47px; /* 58px */
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
#teeth h3 .deco {
	width: 163px; /* 200px */
	position: absolute;
	top: -32px; /* -40px */
	right: 0;
	animation: step-rotate2 6s steps(1) infinite;
}
#teeth .sub-ttl {
	text-align: center;
	font-size: 15px;
	
}
#teeth .lifestage {
	position: relative;
	z-index: 0;
}
#teeth .lifestage .deco-bg {
	position: absolute;
	top: 100px; 
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 1216px;
	z-index: -1;
}
/* 各カードの幅 */
#teeth .flow {
	width: 270px; 
}
#teeth .flow .flow-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	width: 270px;
}


/* 絶対配置（1216px固定） */
#teeth .flow01 {
	position: absolute;
	top: 12px;
	left: 80px;
}
#teeth .flow02 {
	position: absolute;
	top: 60px;
	left: 475px;
}
#teeth .flow03 {
	position: absolute;
	top: 325px;
	left: 853px;
}
#teeth .flow04 {
	position: absolute;
	top: 735px;
	left: 475px;
}
#teeth .flow05 {
	position: absolute;
	top: 800px;
	left: 80px;
}
#teeth .flow06 {
	position: absolute;
	top: 1220px;
	left: 80px;
}
#teeth .flow07 {
	position: absolute;
	top: 1295px;
	left: 475px;
}
#teeth .flow08 {
	position: absolute;
	top: 1295px;
	left: 853px;
}
#teeth .flow09 {
	position: absolute;
	top: 1910px;
	left: 853px;
}
#teeth .flow10 {
	position: absolute;
	top: 1910px;
	left: 475px;
} 
#teeth .flow11 {
	position: absolute;
	top: 2055px;
	left: 80px;
}
#teeth .flow12 {
	position: absolute;
	top: 2470px;
	left: 475px;
} 
#teeth .flow13 {
	position: absolute;
	top: 2600px;
	left: 853px;
}




/* テキスト/タグ */
#teeth .flow .tag-list {
	display: flex;
	margin-bottom: 10px;
} /* 20px */
#teeth .flow .tag-list .tag {
	padding: 0 20px; /* 0 25px */
	background-color: #376B99;
	color: #fff;
	border-radius: 24px; /* 30px */
	margin-right: 8px; /* 10px */
	font-size: 11px; /* 14px */
}
#teeth .flow .tag-list .tag.age {
	background-color: #81AD4D;
}
#teeth .flow .ttl {
	font-size: 17px; /* 18px */
	margin-bottom: 8px; /* 10px */
	font-weight: 400;
}
#teeth .flow .desc {
	font-size: 13px; 
	margin-bottom: 8px; 
	line-height: 2.3;
}
#teeth .flow .dental {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#teeth .flow .dental li a{
	display: flex;
	align-items: center;
	margin: 0 15px 10px 0;
	
}


#teeth .flow .dental .img {
	width: 31px;
	height: 31px; /* 38px */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1F1F1;
	border-radius: 50%;
	padding: 8px; /* 10px */
	margin-right: 12px; /* 15px */
}
#teeth .flow .dental .name {
	font-size: 11px;
} /* 14px */
#teeth .flow .dental .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
/* ピックアップ帯 */
#teeth .pickup {
	position: absolute;
	top: 2969px;
	left: 98px; /* 120px */
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F4E58B;
	padding: 12px 32px;
	width: 464px;
}
#teeth .pickup .pickup-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px; /* 270px */
}
#teeth .pickup .ttl {
	font-size: 13px;
	font-weight: 400;
} /* 16px */
#teeth .pickup .prevention a, #teeth .pickup .maintenance a {
	display: flex;
	align-items: center;
	font-size: 11px; /* 14px */
}
#teeth .pickup .prevention .img, #teeth .pickup .maintenance .img {
	width: 31px;
	height: 31px; /* 38px */
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F1F1F1;
	border-radius: 50%;
	padding: 8px;
	margin-right: 8px; /* 10px */
}
#teeth .pickup .prevention .img img, #teeth .pickup .maintenance .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
#teeth .pickup .prevention a .name, #teeth .pickup .maintenance a .name {
	font-weight: 400;
}
/*
   treatment
*/
#treatment {
	padding: 122px 0 305px;
}
#treatment .treatment-menu {
	display: flex;
	width: 1042px; /* 1280px */
	margin: 0 auto;
}
#treatment .menu-link {
	padding: 8px 0 0; /* 10px 0 0 */
	margin: 0 41px 0 0; /* 0 50px 0 0 */
}
#treatment .ttl p {
	writing-mode: vertical-rl;
	overflow: visible;
	font-size: 21px; /* 26px */
	font-weight: 400;
	position: relative;
}
#treatment .menu-link .i-arr {
	position: absolute;
	bottom: -24px; /* -30px */
	left: 0px;
}
#treatment .menu-list {
	display: flex;
	justify-content: space-between;
	width: 965px; /* 1186px */
}
#treatment .menu-list li {
	width: 285px; /* 350px */
	height: 281px; /* 345px */
	margin: 0;
}
#treatment li.maintenance {
	width: 350px; /* 430px */
}
#treatment .menu-list li .img-box {
	position: relative;
	margin-bottom: 32px; /* 40px */
}
#treatment .menu-list li .img-box p {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 20px; 
	font-size: 13px; /* 16px */
}
#treatment .menu-list li .btn {
	width: 90%;
	margin: 0 auto;
}
#treatment .menu-list li .btn a {
	display: flex;
	padding: 18px 20px 18px 30px; 
	font-size: 15px; /* 18px */
	position: relative;
	border: 1px solid #111;
	border-radius: 999px;
	width: 100%;
	box-shadow: -1px 3px 3px 0 #ccc; /* -1px 3px 3px 0 */
}
#treatment .menu-list li.child .btn {
	width: 75%;
	margin: 0 auto;
}
#treatment .menu-list li.child .btn a {
	padding: 18px 20px 18px 50px; 
}
#treatment .menu-list li.senior .btn {
	width: 75%;
	margin: 0 auto;
}
#treatment .menu-list li.senior .btn a {
	padding: 18px 20px 18px 50px; 
}
#treatment .menu-list li .btn .arrow {
	position: relative; /* そのまま */
}
#treatment .menu-list li .btn .i-arr {
	position: absolute;
	left: 72%; /* ％はそのままが安定 */
}
#treatment .menu-list li.child .btn .i-arr {
	left: 60%;
}
#treatment .menu-list li.senior .btn .i-arr {
	left: 60%;
}
/* --------------------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------------------- */
#index {
	/*min-width: 1200px;*/
}
/*
   mv
 */
#index #mv {
	/*padding: clamp(50px, 98px, 120px) 0 0;*/
	/*padding: 57px 0 0;*/
	position: relative;
	background: linear-gradient(to top, #FAF0DA 163px, #ffffff 163px);
}
#index #mv h2 {
	position: absolute;
	/*top: clamp(80px, 162px, 200px);*/
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 34px;
	width: 100%;
	font-weight: 400;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 6s forwards;
	z-index: 1;
	letter-spacing: 0.6vw;
}
#mv {
	position: relative;
	overflow: hidden;
}
#mv .mv-img {
	position: relative;
	width: 100%;
}
#mv .mv-img img {
	width: 100%;
	height: auto;
	display: block;
}
#mv .mv01 {
	position: absolute;
	top: 37%;
	width: 1240px;
	z-index: 2;
}
#mv .mv01 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4s forwards;
}
@keyframes fadeIn-01 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* ぴょんぴょん（上下にジャンプ） */
@keyframes jumpLoop {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
/* ふわふわ上下にゆらゆら（ループ） */
@keyframes floatY {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0);
	}
}
/* ゆっくりカタカタ揺れる */
@keyframes kataKata {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-3px);
	}
	40% {
		transform: translateX(3px);
	}
	60% {
		transform: translateX(-2px);
	}
	80% {
		transform: translateX(2px);
	}
	100% {
		transform: translateX(0);
	}
}
/* メトロノーム風スイング */
@keyframes swingLikeMetronome {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-2deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes step-rotate {
	0% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
	25% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	50% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
	75% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg)
	}
	100% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
}
@keyframes step-rotate2 {
	0% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
	25% {
		-webkit-transform: rotate(3deg);
		transform: rotate(-3deg)
	}
	50% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
	75% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg)
	}
	100% {
		-webkit-transform: rotate(.00001deg);
		transform: rotate(.00001deg)
	}
}
@keyframes step-fluffy {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	25% {
		-webkit-transform: translate3d(-20%, -4%, 0);
		transform: translate3d(-20%, -4%, 0)
	}
	50% {
		-webkit-transform: translate3d(-4%, 4%, 0);
		transform: translate3d(-4%, 4%, 0)
	}
	75% {
		-webkit-transform: translate3d(16%, 2%, 0);
		transform: translate3d(16%, 2%, 0)
	}
	100% {
		-webkit-transform: translate3d(5%, -4%, 0);
		transform: translate3d(5%, -4%, 0)
	}
}
@keyframes step-fluffy2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	25% {
		-webkit-transform: translate3d(-10%, -5%, 0);
		transform: translate3d(-10%, -5%, 0)
	}
	50% {
		-webkit-transform: translate3d(-20%, 2%, 0);
		transform: translate3d(-20%, 2%, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -3%, 0);
		transform: translate3d(0, -3%, 0)
	}
	100% {
		-webkit-transform: translate3d(10%, 4%, 0);
		transform: translate3d(10%, 4%, 0)
	}
}
@keyframes step-fluffy3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	25% {
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}
	50% {
		-webkit-transform: translate3d(10%, -10%, 0);
		transform: translate3d(10%, -10%, 0)
	}
	75% {
		-webkit-transform: translate3d(10%, -20%, 0);
		transform: translate3d(10%, -20%, 0)
	}
	100% {
		-webkit-transform: translate3d(10%, -10%, 0);
		transform: translate3d(10%, -10%, 0)
	}
}



#mv .i-01 {
	position: absolute;
	top: 39%;
	left: 1%;
	width: 140px;
	z-index: 2;
}
#mv .i-01 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards;
}
#mv .i-02 {
	position: absolute;
	top: 55%;
	left: 6.5%;
	width: 68px;
	z-index: 2;
}
#mv .i-02 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards;
}
#mv .i-03 {
	position: absolute;
	top: 70%;
	left: 12%;
	width: 65px;
	z-index: 2;
}
#mv .i-03 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards, step-fluffy 8s steps(1) infinite;
}
#mv .i-04 {
	position: absolute;
	top: 33%;
	left: 31.5%;
	width: 86px;
	z-index: 0;
}
#mv .i-04 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards;
}
#mv .i-05 {
	position: absolute;
	top: 58%;
	left: 33%;
	width: 95px;
	z-index: 2;
}
#mv .i-05 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 6.5s forwards;
}
#mv .i-06 {
	position: absolute;
	top: 72%;
	left: 30%;
	width: 74px;
	z-index: 2;
}
#mv .i-06 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}
#mv .i-07 {
	position: absolute;
	top: 72%;
	left: 40%;
	width: 80px;
	z-index: 2;
}
#mv .i-07 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}
#mv .i-08 {
	position: absolute;
	top: 72%;
	left: 51%;
	width: 89px;
	z-index: 2;
}
#mv .i-08 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}
#mv .i-10 {
	position: absolute;
	top: 65%;
	left: 62%;
	width: 148px;
	z-index: 2;
}
#mv .i-10 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}
#mv .i-11 {
	position: absolute;
	top: 68.5%;
	left: 77%;
	width: 112px;
	z-index: 2;
}
#mv .i-11 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards, jumpLoop 1s ease-in-out 5.5s infinite;
}
#mv .i-12 {
	position: absolute;
	top: 52%;
	left: 67%;
	width: 136px;
	z-index: 2;
}
#mv .i-12 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards;
}
#mv .i-13 {
	position: absolute;
	top: 33%;
	left: 79%;
	width: 103px;
	z-index: 2;
}
#mv .i-13 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 4.5s forwards, step-rotate 6s steps(1) infinite;
}
#mv .i-14 {
	position: absolute;
	top: 80%;
	left: 12%;
	width: 398px;
	z-index: 0;
}
#mv .i-14 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}


#mv .i-15 {
	position: absolute;
	top: 58%;
	left: 1%;
	width: 160px;
	z-index: 2;
}
#mv .i-15 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}


#mv .i-16 {
	position: absolute;
	top: 55%;
	left: 79%;
	width: 90px;
	z-index: 2;
}
#mv .i-16 img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	animation: fadeIn-01 1.5s linear 5s forwards;
}









#index #news-info {
	background-color: #FAF0DA;
}
#index #news-info .mv-news {
	width: 1042px;
	margin: 0 auto;
	padding: 16px 0 90px;
	display: flex;
	align-items: center;
}
#index #news-info .news-head {
	width: 155px; /* 190px */
	margin-right: 37px; /* 45px */
}
#index #news-info .news-head h3 {
	font-size: 47px; /* 58px */
	line-height: 1.0;
	letter-spacing: 0.15em;
	text-align: center;
}
#index #news-info .news-head .sub-ttl {
	font-size: 15px; /* 18px */
	margin-bottom: 16px; /* 20px */
	text-align: center;
	font-weight: 400;
}
#index #news-info .news-head .img {
	width: 138px; /* 170px */
	margin: 0 auto;
}
#index #news-info .news-info {
	width: 852px; /* 1047px */
}
#index #news-info .news-info .news-list {}
#index #news-info .news-info .news-list li {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
}
#index #news-info .news-info .news-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border-radius: 12px; 
	margin-bottom: 14px; 
	padding: 12px 32px 12px 24px; 
}
#index #news-info .news-info .news-list li .date {
	color: #7B7B7B;
	width: 94px; /* 115px */
	font-size: 13px; /* 16px */
	margin-right: 12px; /* 15px */
	margin-top: -0.1em; /* ← em単位はそのままでOK */
}
#index #news-info .news-info .news-list li .title {
	flex: 1 1 auto;
	max-width: calc(100% - (94px + 29px));
	font-weight: 400;
	font-size: 15px;
}
#index #news-info .news-info .news-list li .news-btn {
	display: block;
	width: 29px; /* 36px */
	height: 29px; /* 36px */
	border: 1px solid #111;
	border-radius: 50%;
	position: relative;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	flex-shrink: 0;
	margin-top: 0.2em; 
}
#index #news-info .news-info .news-list li:hover .news-btn {
	transform: translateX(8px); /* 10px */
}
#index #news-info .news-info .news-list li .news-btn::before {
	content: "";
	display: inline-block;
	width: 6px; /* 7px */
	height: 6px; /* 7px */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 10px; /* 12px */
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#index #news-info .news-info .news-list li .news-btn::after {
	content: "";
	width: 12px; /* 15px */
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 11px; /* 13px */
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#index #news-info .news-info .view-more {
	position: relative;
	width: 853px; /* 1048px 基準 */
	margin: 0 auto;
	font-size: 15px; /* 18px */
}
#index #news-info .news-info .view-more-inner {
	position: absolute;
	left: 685px; 
}
#index #news-info .news-info .view-more a {
	position: relative;
}
/*
   about
*/
#index #about {
	padding: 138px 0 0; /* 170px */
	position: relative;
}
#index #about::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 488px; /* 600px */
	bottom: 0;
	left: 0;
	background-color: #F8F8F8;
	z-index: -1;
}
#index #about .about-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1042px; /* 1280px */
	padding: 0 0 90px; 
	margin: 0 auto 151px; /* 185px */
}
#index #about .about-info .desc {
	width: 567px; 
}
#index #about .about-info .desc h3 {
	font-size: 29px;
	margin-bottom: 41px; 
	line-height: 1.7;
	font-weight: 400;
}
#index #about .about-info .desc .txt {
	font-size: 13px; 
	margin-bottom: 41px;
	line-height: 2.25;
	letter-spacing: -0.01em;
}
#index #about .about-info .desc .btn a {
	padding: 14px 16px 14px 49px; 
	font-size: 13px; 
	position: relative;
	border: 1px solid #111;
	border-radius: 32px; 
	width: 299px; 
	box-shadow: -1px 3px 3px 0 #ccc; 
}
#index #about .about-info .desc .btn a .i-arr {
	margin: 0 0 0 65px; 
}
#index #about .about-info .img {
	width: 427px; /* 525px */
	animation: step-rotate2 6s steps(1) infinite;
}
#index #about .about-link {
	display: flex;
	width: 1042px; /* 1280px */
	margin: 0 auto 98px; /* 120px */
	justify-content: space-between;
}
/* 新患 */
#index #about .new-patient {
	width: 508px; /* 624px */
}
#index #about .new-patient a {
	display: flex;
	width: 100%;
	border-radius: 16px; /* 20px */
}
#index #about .new-patient a::before {
	top: auto;
	bottom: 28px; /* 35px */
	right: auto;
	left: 81px; /* 100px */
}
#index #about .new-patient a::after {
	top: auto;
	bottom: 34px; /* 42px */
	right: auto;
	left: 71px; /* 87px */
}
#index #about .new-patient a:hover::before {
	left: 98px; /* 120px */
}
#index #about .new-patient a:hover::after {
	left: 87px; /* 107px */
}
#index #about .new-patient a .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 161px; /* 198px */
	background-color: #FE8FB2;
	border-radius: 16px 0 0 16px; /* 20px */
	flex-shrink: 0;
	height: 277px; /* 340px */
	position: relative;
}
#index #about .new-patient a .ttl .i-arr {
	position: absolute;
	bottom: 24px; /* 30px */
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px; 
}
#index #about .new-patient a .ttl p {
	font-size: 21px; /* 26px */
	font-weight: 400;
	writing-mode: vertical-rl;
	white-space: nowrap;   /* ←Safariの列折り返しを止める */
	margin: 0;             /* 念のため */
	line-height: 1;        /* 余計な行間で溢れないように */
}
#index #about .new-patient .img img {
	height: 277px; /* 340px */
	object-fit: cover;
}
/* 医院案内 */
#index #about .about-hospital {
	width: 508px; /* 624px */
}
#index #about .about-hospital a {
	display: flex;
	width: 100%;
	border-radius: 16px;
}
#index #about .about-hospital a::before {
	top: auto;
	bottom: 28px;
	right: auto;
	left: 81px;
}
#index #about .about-hospital a::after {
	top: auto;
	bottom: 34px;
	right: auto;
	left: 71px;
}
#index #about .about-hospital a:hover::before {
	left: 98px;
}
#index #about .about-hospital a:hover::after {
	left: 87px;
}
#index #about .about-hospital a .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 161px;
	background-color: #23D16F;
	border-radius: 16px 0 0 16px;
	flex-shrink: 0;
	height: 277px;
	position: relative;
}
#index #about .about-hospital a .ttl p {
	font-size: 21px;
	font-weight: 400;
	writing-mode: vertical-rl;
	white-space: nowrap;   /* ←Safariの列折り返しを止める */
	margin: 0;             /* 念のため */
	line-height: 1;        /* 余計な行間で溢れないように */
}
#index #about .about-hospital a .ttl .i-arr {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
}
#index #about .ttl .i-arr .line {
	margin-top: 1px; /* 1px */
}
#index #about .about-hospital .img img {
	height: 277px; /* 340px */
	object-fit: cover;
}
/* 病院ビュー */
#index #about .hospital-view {
	position: relative;
	width: 100%;
	height: 277px; /* 340px */
	z-index: 1;
}
#index #about .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 77px; /* 95px */
	background: transparent;
	position: absolute;
	left: 0;
	top: -4px; /* -5px */
	z-index: 1;
}
#index #about .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 277px; /* 340px */
	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: 1241px 250px;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2060px 0;
	}
}
/* 
  blog
 */
#index #blog {
	padding: 122px 0 106px; /* 150px 0 130px */
	background-color: #EFEFEF;
	width: 1562px;
	overflow-x: hidden;
}
#index #blog .inner {
	width: 100%;
}
#index #blog .blog-area {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin: 0 0 0 9vw; 
}
#index #blog .blog-head {
	text-align: center;
	width: 203px; /* 250px */
	margin-right: 41px; /* 50px */
}
#index #blog .blog-head h3 {
	font-size: 47px; /* 58px */
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}
#index #blog .blog-head .sub-ttl {
	font-size: 15px; /* 18px */
	margin-bottom: 12px; /* 15px */
	text-align: center;
}
#index #blog .blog-head .txt {
	font-size: 13px; /* 16px */
	margin-bottom: 41px; /* 50px */
	text-align: left;
	font-weight: 400;
}
#index #blog .blog-head .img {
	width: 173px; /* 213px */
}
#index #blog .blog-contents {}
#index #blog .blog-contents .view-more {
	position: relative;
}
#index #blog .blog-contents .view-more a {
	position: absolute;
	width: 244px; /* 300px */
	left: 734px;
	font-size: 15px; /* 18px */
	top: -49px; /* -60px */
}
#index #blog .blog-contents .view-more a::before {
	transform: rotate(45deg);
	top: 7px; /* 8px */
	right: 12px; /* 15px */
}
#index #blog .blog-contents .view-more a:hover::before {
	right: -16px; /* -20px */
}
#index #blog .blog-contents .view-more a::after {
	top: 50%;
	right: 16px; /* 20px */
	transform: translateY(-50%);
}
#index #blog .blog-contents .view-more a:hover:after {
	width: 24px; /* 30px */
	right: -8px; /* -10px */
}
#index #blog .blog-contents .blog-list {
	padding: 0 0 12px; /* 15px */
}
#index #blog .blog-contents .blog-item {
	width: 187px !important; /* 230px */
	margin-right: 20px; /* 24px */
	flex-shrink: 0 !important;
}
#index #blog .blog-contents .blog-item .img {
	margin-bottom: 20px; /* 25px */
	position: relative;
}
#index #blog .blog-contents .blog-item .img img {
	width: 100%;
	height: 256px; /* 315px */
	object-fit: cover;
	border-radius: 12px; /* 15px */
}
#index #blog .blog-contents .blog-item a .img::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 8px; /* 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: 24px; /* 30px */
	height: 24px; /* 30px */
	border-top: 3px solid #F8F8F8; /* 3pxは視認性のためpx固定 */
	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: 11px; /* 14px */
	color: #999999;
	margin-bottom: 4px; /* 5px */
}
#index #blog .blog-contents .blog-item .title {
	font-size: 15px; /* 18px */
	margin-bottom: 8px; /* 10px */
	font-weight: 400;
}
#index #blog .blog-contents .blog-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#index #blog .blog-contents .blog-item .tag-list li {
	font-size: 11px; /* 14px */
	color: #999999;
	border: 1px solid #999999; /* 1pxはpx固定 */
	border-radius: 24px; /* 30px */
	padding: 0 8px; /* 0 10px */
	margin-right: 6px; /* 7px */
	margin-bottom: 4px; /* 5px */
}
#index #blog .blog-contents .blog-item .tag-list li a {
	display: block;
	font-size: 11px; /* 14px */
	width: 100%;
	color: #999999;
	padding: 0 8px; /* 0 10px */
	cursor: pointer;
}
#index #blog .blog-contents .blog-item .tag-list li p {
	line-height: 1.4;
}
/* slickトラック幅：calc式のpxもvw化 */
.blog-list .slick-track {
	display: flex !important;
	width: calc(1562px - (234px + 212px)) !important; /* 260px → 212px */
	
}



