@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');


/* ==============================*/
/* Powered by gns-lab ===========*/
/* ==============================*/
/*
background: #7C7776; ono_black
background: #080806; ono_black_2
background: #22AC38; ono_green_1
background: #8FC31F; ono_green_2
background: #3F6801; ono_green_3
background: #BCD875; ono_green_4
background: #EFEDD7; ono_sub_1
background: #E2D9B4; ono_sub_2
background: #A37946; ono_sub_3
background: #F08300; ono_sub_4
background: #FEFFF9; ono_white_1
background: #FFFFFF; ono_white_2

見出し（Zen Maru Gothic / Bold）
H1：PC 48px - 3.0rem / 125%｜SP 32px - 2.0rem / 128%
H2：PC 40px - 2.5rem / 128%｜SP 28px - 1.75rem / 130%
H3：PC 32px - 2.0rem / 132%｜SP 24px - 2.0rem / 135%
H4：PC 24px - 2.0rem / 138%｜SP 20px - 1.25rem / 140%
H5：PC 20px - 1.25rem / 144%｜SP 18px - 1.125rem / 145%
H6：PC 18px - 1.125rem / 148%｜SP 16px - 1.0rem / 150%

本文（Zen Kaku Gothic New）
本文ベース：PC 16px - 1.0em / 175%｜SP 16px - 1.0em / 180%
リード文：PC 18px - 1.125rem / 180%｜SP 16.5px - 1.03125rem / 185%
キャプション：PC 13px - 0.8125rem / 165%｜SP 13px - 0.8125rem / 170%
ボタン／ナビ：PC 14px - 0.875rem / 145%｜SP 14px - 0.875rem / 150%
*/

/*
.container {
  max-width: 1128px;
}
*/


@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none; /*@アンカーのtelを無効化*/
    cursor: default; /*Aアンカーのポインターをデフォルトにする*/
    text-decoration: none;
}
}

/* ページ内リンクの位置調整 */
section {
  margin-top: -60px;
  padding-top: 60px;
}



/* モーダル */
.modal-backdrop {
/*  opacity: 0.8 !important;*/
}
.modal-header,
.modal-body,
.modal-footer {
  background-color: #FEFFF9;
  border:0;
}
modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 2rem); /* 上下の余白を考慮 */
}
.modal-content{
    border-radius: 24px;
}
.modal-header{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.modal-footer{
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.modal-body p.arrowlist a{
    font-family: Zen Maru Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 1.5rem;
    leading-trim: CAP_HEIGHT;
    line-height: 165%;
    letter-spacing: 0%;
    padding: 10px 0px 0px 0px; /* 矢印分のスペースを右側に確保する */
    position: relative; /* 疑似要素の基準位置とする */
    box-sizing: border-box; /* paddingとborderをwidthに含める */
}
.modal-body p.arrowlist a::after{
    content: "";
    position: absolute; /* 親要素 .link-arrow を基準に配置 */
    right: 10px; /* 右端からの位置 */
    top: 65%; /* 上下中央に配置するための基準点 */
    transform: translateY(-50%); /* 矢印自体の高さの半分だけ上に移動させ、完全に中央に配置 */
    width: 20px; /* 矢印画像の幅 */
    height: 20px; /* 矢印画像の高さ */
    background-image: url('../img/common/icon_set_7.png'); /* 矢印画像のパスを指定 */
    background-size: contain; /* 画像を要素内に収める */
    background-repeat: no-repeat;
}
.modal-body p.arrowlist:nth-child(n+2) {
    border-top: 1px solid #EFEDD7;
}
.modal-body .card{
    background: linear-gradient(256.93deg, rgba(226, 217, 180, 0.7) 0%, rgba(239, 237, 215, 0.7) 100%);
    border: none;
    border-radius: 24px;
}
.modal-body .borderline{
	border-top: 1px solid #FEFFF9;
}
.modal-body .nav-sp-icon{
	width: 70px;
	margin-bottom:0px;
}


html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body{
	background: url(../img/common/header_bar.png) no-repeat top #FEFFF9;
	background-size: 100% auto;
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-style: Regular;
	color: #080806;
}
@media screen and (max-width: 768px){
	body{
		background: url(../img/common/header_bar_sp.png) no-repeat top #FEFFF9;
		background-size: 100% auto;
	}
}
img.logo{
	width: 312px;
	margin-top:30px;
}
img.logo-sp{
	width: 109px;
	padding: 0 0 0 12px;
}



a {
	outline: none;
	text-decoration: none;
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-style: Regular;
	color: #080806;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}

a:hover, a:visited, a:link, a:active, a:focus {
    text-decoration: none;
}

a.hover60:hover{
	opacity: 0.6;
}


.ono_black{
	color : #7C7776;
}
.ono_black_2{
	color : #080806;
}
.ono_green_1{
	color : #22AC38;
}
.ono_green_2{
	color : #8FC31F;
}
.ono_green_3{
	color : #3F6801;
}
.ono_green_4{
	color : #BCD875;
}
.ono_sub_1{
	color : #EFEDD7;
}
.ono_sub_2{
	color : #E2D9B4;
}
.ono_sub_3{
	color : #A37946;
}
.ono_sub_4{
	color : #F08300;
}
.ono_white_1{
	color : #FEFFF9;
}
.ono_white_2{
	color: #FFFFFF;
}


h1{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 2.625rem;
	line-height: 80px;
	letter-spacing: 0%;
}
h1.main_visual{
	font-family: Zen Maru Gothic;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 190%;
	letter-spacing: -1%;
}
@media screen and (max-width: 1400px){
	h1.main_visual{
		font-size: 1.6rem;
		line-height: 170%;
	}
}
@media screen and (max-width: 1200px){
	h1.main_visual{
		font-size: 1.4rem;
		line-height: 170%;
	}
}
h2{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 180%;
	letter-spacing: 0%;
}
h3{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 155%;
	letter-spacing: 0%;
}
h3 span{
	font-size: 1.25rem;
	display: contents;
}
h4{
	font-family: Zen Maru Gothic;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 152%;
	letter-spacing: 0%;
}
h5{
	font-family: Zen Maru Gothic;
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 184%;
	letter-spacing: 0%;
}
h6,
th{
	font-family: Zen Maru Gothic;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 150%;
	letter-spacing: 0%;
}
p,
.honbun{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 185%;
	letter-spacing: 0%;
	text-align: justify;
}
p.bold{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 185%;
	letter-spacing: 0%;
	text-align: justify;
}
p.bold span{
	font-size: 0.875rem;
}
p.read{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: justify;
}
p.read-bold{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 190%;
	letter-spacing: 0%;
	text-align: justify;
}
p.caption{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 175%;
	letter-spacing: 0%;
	text-align: justify;
}
p.caption-bold{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 175%;
	letter-spacing: 0%;
	text-align: justify;
}
p.clinicstep{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size:  0.875rem;
	line-height: 165%;
	letter-spacing: 0%;
}
p.caption-small{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size:  0.75rem;
	line-height: 160%;
	letter-spacing: 0%;
}
p.main_visual{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 200%;
	letter-spacing: 0%;
	margin-bottom: 30px;
}
p.medicaleqcapture{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-size: 0.875rem;
	leading-trim: CAP_HEIGHT;
	line-height: 155%;
	letter-spacing: 0%;
}
p.medicaleqhonbun{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 0.875rem;
	leading-trim: CAP_HEIGHT;
	line-height: 155%;
	letter-spacing: 0%;
}

@media screen and (max-width: 1400px){
	p.main_visual{
		font-size: 1.3rem;
		line-height: 180%;
	}
}
@media screen and (max-width: 1200px){
	p.main_visual{
		font-size: 1.1rem;
		line-height: 170%;
	}
}
.btnnav{
	font-family: Zen Kaku Gothic New;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 155%;
	letter-spacing: 0%;
	text-align: justify;
}
.btnnav-bold,
.nav-link,
.btn-web_h,
.btn-line_h{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 155%;
	letter-spacing: 0%;
	text-align: justify;
}

a.nav-link:hover,
.active .nav-link{
	color:#3F6801;
}

.tel_b{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-style: Bold;
	font-size: 2.0rem;
	leading-trim: CAP_HEIGHT;
	line-height: 32px;
	letter-spacing: 4%;
	text-align: center;
}
.tel_b::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../img/common/icon_set_5.png');
    background-position: center;
    background-size: contain;
}
.tel_b-access{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 32px;
	letter-spacing: 4%;
	text-align: center;
}
.tel_b-access::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../img/common/icon_set_5.png');
    background-position: center;
    background-size: contain;
}
.tel_b-medical{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 32px;
	letter-spacing: 4%;
	text-align: center;
}
.tel_b-medical::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../img/common/icon_set_5.png');
    background-position: center;
    background-size: contain;
}
.tel_modal_b{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-style: Bold;
	font-size: 1.75rem;
	line-height: 70px;
	letter-spacing: 0%;
	text-align: center;
    padding-right: 10px;
}
.tel_footer_b{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-style: Bold;
	font-size: 1.5rem;
	leading-trim: CAP_HEIGHT;
	line-height: 32px;
	letter-spacing: 4%;
	text-align: center;
}


.btn-default{
	position: relative;
	background: rgba(226, 217, 180, 1);
	opacity: 1;
	border-radius: 8px;
	padding: 15px 34px 15px 20px;
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.875rem;
	leading-trim: CAP_HEIGHT;
}
.btn-default::after {
  content: ''; /* 擬似要素にはcontentが必須 */
  position: absolute;
  background-image: url('../img/common/btnallow.svg');
  background-size: contain; /* 画像を要素に合わせる */
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: background-image .15s ease-in-out;
  width: 12px;
  height: 10px;
}
a.btn-default:hover{
	background: rgba(63, 104, 1, 1);
	color: #FEFFF9;
}
a.btn-default:hover::after{
	background-image: url('../img/common/btnallow2.svg');
	transition: background-image .15s ease-in-out;
}
@media screen and (max-width: 768px){
	a.btn-default:hover{
		background: rgba(63, 104, 1, 1);
		color: #FEFFF9;
	}
	a.btn-default:hover::after{
	  background-image: url('../img/common/btnallow.svg');
	}
}
.btn-default-l{
	position: relative;
	background: rgba(226, 217, 180, 1);
	opacity: 1;
	border-radius: 8px;
	padding: 24px 40px 24px 32px;
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 1.0rem;
	leading-trim: CAP_HEIGHT;
}
.btn-default-l::after {
  content: ''; /* 擬似要素にはcontentが必須 */
  position: absolute;
  background-image: url('../img/common/btnallow.svg');
  background-size: contain; /* 画像を要素に合わせる */
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: background-image .15s ease-in-out;
  width: 12px;
  height: 10px;
}
a.btn-default-l:hover{
	background: rgba(63, 104, 1, 1);
	color: #FEFFF9;
}
a.btn-default-l:hover::after{
	background-image: url('../img/common/btnallow2.svg');
	transition: background-image .15s ease-in-out;
}
@media screen and (max-width: 768px){
	a.btn-default-l:hover{
		background: rgba(63, 104, 1, 1);
		color: #FEFFF9;
	}
	a.btn-default-l:hover::after{
	  background-image: url('../img/common/btnallow.svg');
	}
}
.btn-web_h{
	width: 89px;
	border-radius: 24px;
	color: #FEFFF9;
	background: #3F6801;
	text-align: center;
}
a.btn-web_h:hover{
	background: #FEFFF9;
	color: #3F6801;
}
.btn-line_h{
	width: 89px;
	border-radius: 24px;
	color: #FEFFF9;
	background: #8FC31F;
	text-align: center;
}
a.btn-line_h:hover{
	background: #FEFFF9;
	color: #8FC31F;
}


.btn-medical{
	margin: 0px 4px 10px 0px;
	padding: 4px 14px;
	background: rgba(226, 217, 180, 1);
	opacity: 1;
	border-radius: 16px;
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.75rem;
}
.btn-medical:hover{
	background: rgba(63, 104, 1, 1);
	color: #FEFFF9;
}


.btn-medical-pagelink{
	position: relative;
	background: rgba(63, 104, 1, 1);
	opacity: 1;
	border-radius: 16px;
	margin: 0px 4px 10px 0px;
	padding: 4px 30px 4px 14px;
	color: #FEFFF9;
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.875rem;
	leading-trim: CAP_HEIGHT;
}
.btn-medical-pagelink::after {
  content: ''; /* 擬似要素にはcontentが必須 */
  position: absolute;
  background-image: url('../img/common/btnallow2.svg');
  background-size: contain; /* 画像を要素に合わせる */
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: background-image .15s ease-in-out;
  width: 12px;
  height: 10px;
}
.btn-medical-pagelink:hover{
	background: #FEFFF9;
	color: #3F6801;
}
.btn-medical-pagelink:hover::after{
	background-image: url('../img/common/btnallow.svg');
	transition: background-image .15s ease-in-out;
}



.btn-medical-web_h{
	width: 248px;
	border-radius: 24px;
	color: #FEFFF9;
	background: #3F6801;
	text-align: center;
}
a.btn-medical-web_h:hover{
	background: #FEFFF9;
	color: #3F6801;
}
.btn-medical-line_h{
	width: 248px;
	border-radius: 24px;
	color: #FEFFF9;
	background: #8FC31F;
	text-align: center;
}
a.btn-medical-line_h:hover{
	background: #FEFFF9;
	color: #8FC31F;
}
@media screen and (max-width: 992px){
	.btn-medical-web_h,
	.btn-medical-line_h{
		width: 140px;
	}
}
@media screen and (max-width: 399px){
	.btn-medical-web_h,
	.btn-medical-line_h{
		width: 110px;
	}
}




.title-with-icon {
  display: flex;
  align-items: center;
  position: relative;
}

.title-with-icon::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/common/title_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.title-with-icon30,
.title-with-icon30future{
  display: flex;
  align-items: center;
  position: relative;
}

.title-with-icon30::before,
.title-with-icon30future::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/title_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}



.medical-setubi{
	position: relative;
/*	padding-left: 20px; */
	font-family: Zen Kaku Gothic New;
	font-weight: 800;
	font-size: 1.0rem;
	line-height: 185%;
	letter-spacing: 0%;
	text-align: left;
}
/* 251114削除
.medical-setubi::before {
  content: ''; 
  position: absolute;
  background-image: url('../img/common/btnallow.svg');
  background-size: contain; 
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: background-image .15s ease-in-out;
  width: 12px;
  height: 10px;
}
 */
@media screen and (max-width: 992px){
	h1{
		font-family: Zen Maru Gothic;
		font-weight: 700;
		font-size: 2.0rem;
		line-height: 150%;
		letter-spacing: 0%;
	}
	h1.main_visual{
		font-family: Zen Maru Gothic;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 190%;
		letter-spacing: -1%;
	}
	h2{
		font-family: Zen Maru Gothic;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 155%;
		letter-spacing: 0%;
	}
	h3{
		font-family: Zen Maru Gothic;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 160%;
		letter-spacing: 0%;
	}
	h4{
		font-family: Zen Maru Gothic;
		font-weight: 800;
		font-size: 1.25rem;
		line-height: 165%;
		letter-spacing: 0%;
	}
	h5{
		font-family: Zen Maru Gothic;
		font-weight: 800;
		font-size: 1.125rem;
		line-height: 165%;
		letter-spacing: 0%;
	}
	h6,
	th{
		font-family: Zen Maru Gothic;
		font-weight: 800;
		font-size: 1.0rem;
		line-height: 160%;
		letter-spacing: 0%;
	}
	h6.yoyakutitle{
		font-family: Zen Maru Gothic;
		font-weight: 800;
		font-size: 1.125rem;
		line-height: 160%;
		letter-spacing: 0%;
	}
	p{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 1.0rem;
		line-height: 180%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.bold{
		font-family: Zen Kaku Gothic New;
		font-weight: 800;
		font-size: 1.0rem;
		line-height: 180%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.read{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 1.03125rem;
		line-height: 160%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.read-bold{
		font-family: Zen Kaku Gothic New;
		font-weight: 800;
		font-size: 1.03125rem;
		line-height: 180%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.caption{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 0.8125rem;
		line-height: 170%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.caption-bold{
		font-family: Zen Kaku Gothic New;
		font-weight: 800;
		font-size: 0.8125rem;
		line-height: 170%;
		letter-spacing: 0%;
		text-align: justify;
	}
	p.main_visual{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 1.0rem;
		line-height: 200%;
		letter-spacing: 0%;
	}
	.medical-setubi{
		font-size: 0.875rem;
	}
	p.medicaleqcapture{
		font-family: Zen Kaku Gothic New;
		font-weight: 800;
		font-size: 0.8125rem;
		leading-trim: CAP_HEIGHT;
		line-height: 155%;
		letter-spacing: 0%;
	}
	p.medicaleqhonbun{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 0.75rem;
		leading-trim: CAP_HEIGHT;
		line-height: 155%;
		letter-spacing: 0%;
	}
	.btnnav{
		font-family: Zen Kaku Gothic New;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: justify;
	}
	.btnnav-bold,
	.nav-link{
		font-family: Zen Kaku Gothic New;
		font-weight: 800;
		font-size: 0.625rem;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: justify;
		margin: 0;
		padding: 0;
	}
	.tel_b-access{
		font-size: 1.25rem;
	}
	.tel_b-access::before {
	    width: 15px;
	    height: 15px;
	    margin-right: 5px;
	}
	.title-with-icon30future {
	  display: flex;
	  align-items: center;
	  position: relative;
	}

	.title-with-icon30future::before {
	  position: absolute;
	  top: -15px;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center; 
	}
	.breadcrumb{
		font-size: 0.875rem;
	}
}



header{
	height: 162px;  /* 142+40 */
}
.navbar{
	margin-top:40px;
	background: rgba(254, 255, 249, 0.7);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border:0;
	border-radius: 24px;
	max-width: 1296px;
	margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px){
	header{
		height: 117px;  /* 97+40 */
	}
	.navbar{
		margin-top: 30px;
		max-width: 398px;
	}
}

@media screen and (max-width: 389px){
	.fixed-top {
	    position: relative;
	}
	 .header{ /* sticky-top */
	    position: -webkit-sticky;
	    position: sticky;
	    top: 0;
	    z-index: 1020;
	}
}

.nav-sp {
	padding: 0px 12px 0 0;
}
.nav-sp li{
    display: inline-block;
}
.nav-sp-icon{
	width: 50px;
	margin-bottom:5px;
}


/* toppage */
.top_main_visual{
    animation: fadeInAnimation ease 0.6s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0.1; 
    }
    25% { 
        opacity: 0.2; 
    } 
    100% { 
        opacity: 1; 
     } 
}
/* safar bug */
.carousel-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.carousel.carousel-fade .carousel-item {
  transition: opacity 0.6s ease-out; /* ここでフェードの速度を調整 */
}
.toppage-title{
    top: 62%;
    left: 80%;
    width: 40%;
}
.toppage-card{
    top: 74%;
    left: 28%;
    width: 30%;
    background: linear-gradient(256.93deg, rgba(226, 217, 180, 0.7) 0%, rgba(239, 237, 215, 0.7) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 16px;
}
.toppage-card .borderline{
	border-top: 1px solid #FEFFF9;
}
.toppage-card a.access-allow{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.875rem;
	line-height: 155%;
	letter-spacing: 0%;
	text-align: justify;
	color: #080806;
    padding: 10px 0px 0px 0px; /* 矢印分のスペースを右側に確保する */
    position: relative;
    box-sizing: border-box;
}
.toppage-card a.access-allow::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 65%; 
    transform: translateY(-50%); 
    width: 20px; 
    height: 20px;
    background-image: url('../img/common/icon_set_7.png'); 
    background-size: contain;
    background-repeat: no-repeat;
}
.toppage-card a.access-allow:hover{
	color: #3F6801;
}
@media screen and (max-width: 1200px){
	.toppage-card{
    	top: 65%;
	    width: 40%;
	}
}
@media screen and (min-width: 992px){
	img.toppage-img{
	    max-width: 432px;
	}
}
.page-card{
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 24px;
}
.page-card img{
	width: 108px;
}
.page-card h4{
	font-size: 1.5rem;
	line-height: 150%;
	letter-spacing: 0%;
}
.page-card h4 span{
	font-size: 1.125rem;

}
.page-card h5{
	font-size: 1.25rem;
}
.page-card p.bold{
	line-height: 150%;
	text-align: left;
}
.page-card:hover{
	box-shadow: 0px 0px 20px 0px rgba(163, 121, 70, 0.15);
}
.page-card:hover .allow-link{
	color: #3F6801;
}
.page-card .allow-link{
	position: relative;
	padding: 1rem 34px 1rem 24px;
}

.page-card .allow-link::after {
  content: ''; /* 擬似要素にはcontentが必須 */
  position: absolute;
  background-image: url('../img/common/btnallow.svg');
  background-size: contain; /* 画像を要素に合わせる */
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: background-image .15s ease-in-out;
  width: 12px;
  height: 10px;
}
@media screen and (max-width: 1199px){
	.page-card h4{
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 992px){
	.page-card{
		box-shadow: 0px 0px 20px 0px rgba(163, 121, 70, 0.15);
	}
	.page-card h4{
		font-size: 1.25rem;
	}
	.page-card h5{
		font-size: 1.00rem;
	}
}


/* 疑似要素で三角形を作成 */
.page-card-arrow::after {
  content: ''; 
  position: absolute; 
  bottom: 20px; 
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #3F6801;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);

}



.page-card_nolink{
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	box-shadow: 0px 0px 20px 0px rgba(163, 121, 70, 0.15);
}


/* 2nd page */

img.title-over{
	width: 41px;
	margin-bottom:40px;
}
/* 院長プロフィール */
.doctor-card-area{
	position: relative;
}
.doctor-card-img{
	position: relative;
}
.doctor-card{
	position: absolute;
    top: -12%;
    left: 50%;
    width: 80%;
    background: rgba(239, 237, 215, 0.5);
    border: 1px solid;
    border-image-source: linear-gradient(258.75deg, #BCD875 0.21%, #E2D9B4 100.01%);
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
@media screen and (max-width: 1200px){
	.doctor-card{
	    top: -30%;
	    left: 50%;
	    width: 95%;
	}
	
}
@media screen and (max-width: 992px){
	.doctor-card-area{
		margin-bottom: 250px !important; 
	}
	.doctor-card-img{
		position: absolute;
	    top: 80%;
	    left: 0%;
	    width:100%;
	}
	.doctor-card{
	    position: relative;
	}
}
@media screen and (max-width: 399px){

	.doctor-card-img{
		position: absolute;
	    top: 90%;
	    left: 0%;
	    width:100%;
	}

}

/* 院長プロフィール 横ライン */
.title-with-line {
  display: flex;
  align-items: center;
}
.title-with-line::after {
  content: "";
  flex-grow: 1; /* 伸縮させて線の長さを調整 */
  height: 1px;
  background: #8FC31F;
  margin: 0 15px 0 20px;
}


.clinic-hoken-card{
	border: 0;
	border-radius: 24px;
	background: #EFEDD7;
}
.clinic-table{
	background: #FFFFFF;
}
.clinic-table th{
	background: #EFEDD7;
	border-top: 2px solid #3F6801;
	border-bottom: 2px solid #3F6801;
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	letter-spacing: 0%;
}
.clinic-table td{
	border-top: 1px solid #EFEDD7;
}
.clinic-table tr:last-child {
  border-bottom: 2px solid #3F6801;
}


.ono_white_2_bg{
	background: #FFFFFF;  /* medical交互背景色 */
}

.medical-card{
	border: 0;
	border-radius: 24px;
	background: #EFEDD7;
}
.medical-border{
	border-left: 1px solid #A37946;
}
.medical-border p{  /* medical電話番号とWEB予約の間の調整 */
	line-height: 240%;
}
@media screen and (max-width: 992px){
	.medical-border{
		border-left: 0;
		border-top: 1px solid #A37946;
	}
}

img.medical-icon{
	width: 130px;
	margin-right:30px;
}
img.medical-icon-detail{
	width: 190px;
}
@media screen and (max-width: 992px){
	img.medical-icon{
		width: 100px;
		margin-right:0px;
		margin-bottom:30px;
	}
}

img.medical-nayami{
	width: 100px;
	margin-right: 20px;
}
ul.medical-nayamilist{
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 250%;
	letter-spacing: 0%;
}
img.medical-nayami-allow{
	width: 39px;
}
@media screen and (max-width: 992px){
	ul.medical-nayamilist{
		font-size: 1.125rem;
	}
}
.medical-detail-card{
	position: relative;
	border-radius: 24px;
	border-width: 1px;
	border: 1px solid;
	border-image-source: linear-gradient(244.51deg, #E2D9B4 0%, #BCD875 100.01%);
	box-shadow: 0px 0px 20px 0px #00000026;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background: linear-gradient(180deg, #3F6801 0%, #1C2E00 100%);

}
.medical-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-image: url('../img/medicaldetailbg.png');
  background-repeat: repeat;
  opacity: 0.4;
  filter: brightness(0.1) opacity(0.5);
  z-index: -1;
}

.medical-detail-card-circle{
	width: 300px;
	height: 300px;
	border-radius: 50% !important;
	padding: 26px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E2D9B4 100%);
	box-shadow: 0px 0px 20px 0px #A3794626;

}

.medical-table{
	background: #FFFFFF;
}
.medical-table th{
	background: #EFEDD7;
	border-top: 1px solid #3F6801;
	border-bottom: 1px solid #3F6801;
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	letter-spacing: 0%;
	color: #3F6801;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medical-table td{
	border-top: 1px solid #3F6801;
	border-bottom: 1px solid #3F6801;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medical-table tr:first-child{
  border-top: 2px solid #3F6801;
}
.medical-table tr:last-child{
  border-bottom: 2px solid #3F6801;
}
.medical-table td:last-child{
  border-left: 1px solid #E7E7E7
}
.medical-table p{
  margin: 0;
}

.medical-faq-line{
	border-bottom: 1px solid #E2D9B4
}
.medical-q-ico{
	position: relative;
	padding-left: 50px;
}
.medical-q-ico::before{
	content: "Q";
	position: absolute;
	top: 0;
	left: 0px;
	width: 30px;
	height: 28px;
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 32px;
	letter-spacing: 4%;
	color: #F08300;
}

.medical-cintact-card{
	border-radius: 24px;
	background: #EFEDD7;
	border:0;
}

.medical-flow-card{
	border-radius: 24px;
	background: #EFEDD7;
	border:0;
}



.medical-flow-no {
	width: 70px;
	height: 70px;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Zen Maru Gothic;
	font-weight: 700;
	font-size: 1.75rem;
	color: #A37946;
	background: #FEFFF9;
	position: relative;
}
.medical-flow-no::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: calc(100% + 20px); /* ステップ間の距離を調整 */
	background-color: #FEFFF9;
}
.row:last-of-type .medical-flow-no::after {
  display: none;
}
@media screen and (max-width: 992px){
	.medical-flow-no::after {
		height: calc(100% + 50px); /* ステップ間の距離を調整 */
	}
}
@media screen and (max-width: 399px){
	.medical-flow-no {
		width: 60px;
		height: 60px;
	}
	.medical-flow-no::after {
		height: calc(100% + 100px); /* ステップ間の距離を調整 */
	}
}
.medical-time{
	position: relative;
	padding-left: 25px;
}
.medical-time::before {
  content: ''; 
  position: absolute;
  background-image: url('../img/common/icon_set_9.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 992px){
	.medical-flow-dott {
		display: flex;
		align-items: center;
	}
	.medical-flow-dott:after {
		content: "";
		flex-grow: 1;
		border-top: 3px dotted #A37946;
		display: block;
		margin-left: 10px;
	}
}



/* footer上のgoto矢印 */
.gototoparea{
	height: 200px;
	background-image: url("../img/common/footer_bar.png"),linear-gradient(180deg, rgba(143, 195, 31, 0) 0%, #EEF6DE 58%, rgba(143, 195, 31, 0) 58%);  /*#EFF5DB */
    background-position-y: 50%,center;
    background-position-x: center,center;
    background-size: 100%,cover; 
    width: 100%;
    background-repeat: no-repeat, no-repeat;
}
.gototopimg{
	height: 80px;
    width: 80px;
    background:url('../img/common/page_top_btn2.png');
    background-size: 99%;
    background-repeat: no-repeat;
}
.gototopimg:hover{
    background:url('../img/common/page_top_btn.png');
    background-size: 99%;
    background-repeat: no-repeat;
}
.gototopimg-toppage{
	height: 80px;
    width: 80px;
    background:url('../img/common/page_top_btn2.png');
    background-size: 99%;
    background-repeat: no-repeat;
    margin-bottom: 1.5vw;
}
.gototopimg-toppage:hover{
	height: 80px;
    width: 80px;
    background:url('../img/common/page_top_btn.png');
    background-size: 99%;
    background-repeat: no-repeat;
    margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px){
	.gototoparea{
		height: 200px;
		background-image: url("../img/common/footer_bar.png"),linear-gradient(180deg, rgba(143, 195, 31, 0) 0%, #EEF6DE 52%, rgba(143, 195, 31, 0) 52%);  /*#EFF5DB */
	    background-position-y: 50%,center;
	    background-position-x: center,center;
	    background-size: 100%,cover; 
	    width: 100%;
	    background-repeat: no-repeat, no-repeat;
	}
	.gototopimg{
		height: 50px;
	    width: 50px;
        margin-top: 0px;
	}
	.gototopimg:hover{
	    background:url('../img/common/page_top_btn2.png');
	    background-size: 99%;
	    background-repeat: no-repeat;
	}
	.gototopimg-toppage{
		height: 50px;
	    width: 50px;
	    margin-bottom: 3.5vw;
	}
	.gototopimg-toppage:hover{
		height: 50px;
	    width: 50px;
	    background:url('../img/common/page_top_btn2.png');
	    background-size: 99%;
	    background-repeat: no-repeat;
	    margin-bottom: 3.5vw;
	}
}

footer .card{
    background: linear-gradient(256.93deg, rgba(226, 217, 180, 0.7) 0%, rgba(239, 237, 215, 0.7) 100%);
    border: none;
    border-radius: 16px;
}
footer .card .borderline{
	border-top: 1px solid #E2D9B4;
}
footer .card a.access-allow{
	font-family: Zen Kaku Gothic New;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.875rem;
	line-height: 155%;
	letter-spacing: 0%;
	text-align: justify;
	color: #080806;
    padding: 10px 0px 0px 0px; /* 矢印分のスペースを右側に確保する */
    position: relative; /* 疑似要素の基準位置とする */
    box-sizing: border-box; /* paddingとborderをwidthに含める */
}
footer .card a.access-allow::after{
    content: "";
    position: absolute; /* 親要素 .link-arrow を基準に配置 */
    right: 10px; /* 右端からの位置 */
    top: 65%; /* 上下中央に配置するための基準点 */
    transform: translateY(-50%); /* 矢印自体の高さの半分だけ上に移動させ、完全に中央に配置 */
    width: 20px; /* 矢印画像の幅 */
    height: 20px; /* 矢印画像の高さ */
    background-image: url('../img/common/icon_set_7.png'); /* 矢印画像のパスを指定 */
    background-size: contain; /* 画像を要素内に収める */
    background-repeat: no-repeat;
}
footer .card a.access-allow:hover{
	color: #3F6801;
}
.tel_footer_b img{
	height: 50px;
    width: 50px;
}
a.footer-web-icon{
	height: 50px;
    width: 50px;
    background:url('../img/common/icon_set_3.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
a.footer-web-icon:hover{
	height: 50px;
    width: 50px;
    background:url('../img/common/icon_set_3_2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
a.footer-line-icon{
	height: 50px;
    width: 50px;
    background:url('../img/common/icon_set_4.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
a.footer-line-icon:hover{
	height: 50px;
    width: 50px;
    background:url('../img/common/icon_set_4_2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
footer table{
	--bs-table-bg: #FEFFF9 !important;
	background: #FEFFF9 !important;
}
footer table p{
	padding: 0;
	margin : 0;
}
.table-dotted-border td,
.table-dotted-border th {
  background-image: linear-gradient(to right, #3F6801 2px, #FEFFF9 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: none;
}
footer .makeawish{
	width: 214px;
}