/******************************************************************
Theme Name: CRECIA ORIGINAL SPECIAL
Theme URI: https://crevia-ts.com
Description: 熊本の新進気鋭の超クリエイターチームが手掛ける熱き魂と痺れるインテリジュンスのWordPressテーマ
Author: CREVIA CO.,LTD.
Author URI: http://crevia-ts.com
Version: version1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #fffdfe;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ol,
ul {
  list-style-type: none;
  margin: 0;
}
legend,
menu,
ol,
ul {
  padding: 0;
}
a {
  text-decoration: none;
  color: #5d3f14;
}
p {
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1.6rem;
  /* line-height: 1.5em; */
  text-align: justify;
  letter-spacing: 0.1em;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'Noto Serif JP', serif;*/
  /*font-family: 'Zen Maru Gothic', sans-serif;*/
  /*font-family: 'Zen Old Mincho', serif;*/
  font-weight: normal;
  background: rgba(222, 151, 163, 0.05);
}
body img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*--- ▼英字見出し、数字 ---*/
  /*font-family: 'Cinzel', serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'Gilda Display', serif;*/
  /*font-family: 'Cinzel', serif;*/
  /*--- ▼日本語見出し ---*/
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'Noto Serif JP', serif;*/
  /*font-family: 'Zen Maru Gothic', sans-serif;*/
  /*font-family: 'Zen Old Mincho', serif;*/
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nav-links .page-numbers {
  display: block;
  padding: 10px 15px;
  margin: 0 10px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #d9d9d9;
}
.nav-links .page-numbers.current {
  color: #fff;
  background-color: #e07082;
}
.nav-links .page-numbers:hover {
  color: #fff;
}
.nav-below {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
/*シングル用*/
#prev,
#next {
  margin: 0 15px;
  font-weight: bold;
  font-size: 16px;
}
#prev:hover,
#next:hover {
  opacity: 0.7;
}
/* 
 animation
----------------------------------------------------------- */
.fadein {
  opacity: 0.1;
  transition: all ease 1.3s;
  -webkit-transition: all ease 1.3s;
  -moz-transition: all ease 1.3s;
  transform: translateY(1rem);
}
.on .fadein {
  opacity: 1;
  transform: translateY(0);
}
/* 
 Head
----------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
}
/* 
gNavi
----------------------------------------------------------- */
.header h1 {
  text-align: left;
  font-size: 0.8rem;
  background-color: rgba(255, 227, 231, 0.7);
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: saturate(140%) blur(20px);
  backdrop-filter: saturate(140%) blur(20px);
  backface-visibility: hidden;
  will-change: backdrop-filter;
  font-weight: normal;
}
.header h1 {
  padding-left: 2%;
}
.navwrap {
  padding-left: 2%;
}
.navwrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  /* position: fixed;
	top: 0;
	left: 0;
	z-index: 99; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: saturate(140%) blur(20px);
  backdrop-filter: saturate(140%) blur(20px);
  backface-visibility: hidden;
  will-change: backdrop-filter;
}
.navwrap .h_logo {
  width: 360px;
}
.navwrap .h_logo:hover {
  opacity: 0.7;
}
.navwrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
.navwrap ul li {
  position: relative;
}
.navwrap ul li:hover {
  opacity: 0.7;
}
.navwrap > ul li:nth-child(2):hover,
.navwrap > ul li:nth-child(3):hover,
.navwrap > ul li:nth-child(4):hover {
  opacity: 1;
}
.navwrap ul li a,
.navwrap ul li p {
  display: block;
  text-align: center;
  color: #000;
  padding: 1.2em 0;
  font-size: 1rem;
  line-height: 1em;
}
.navwrap ul li p {
  cursor: default;
}
.navwrap ul .Menu:nth-of-type(-n + 7) {
  width: 110px;
  background-color: #e07082;
  margin-right: 0.2em;
  position: relative;
}
.navwrap ul .Menu:nth-of-type(-n + 7)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 0px 5px 5px;
}
.navwrap ul .Menu:nth-of-type(-n + 7)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 44%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg) translateX(-50%);
}
.navwrap ul .Menu:nth-of-type(-n + 7) > * {
  color: #fff;
}
/* .Menu .active>a,
.Menu .active>p {
	position: relative;
}
.Menu .active::after,
.Menu .active::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #E07082;
	position: absolute;
	inset: auto 50% 0;
	transform: translateX(-50%);
} */
.navwrap ul .tel_bo a {
  padding: 0 1em;
}
.navwrap ul .tel_bo a i {
  transform: rotateY(180deg);
  margin-right: 0.3rem;
}
.navwrap ul .tel_bo a .fa-phone:before {
  color: #a8cc64;
  margin-right: 5px;
}
.navwrap ul .nav_bo a {
  height: 75px;
  padding: 0 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 0.8rem;
  color: #fff;
}
.navwrap ul .nav_bo:nth-child(8) {
  background-color: #b3d278;
  padding: 0 0.5rem;
}
.navwrap ul .nav_bo:nth-child(9) {
  background-color: #a8cc64;
  padding: 0 0.5rem;
}
.navwrap ul .nav_bo a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.navwrap ul .nav_bo:nth-child(8) a::before {
  background-image: url(library/images/h_map.png);
  width: 30px;
  height: 30px;
}
.navwrap ul .nav_bo:nth-child(9) a::before {
  background-image: url(library/images/h_contact.png);
  width: 30px;
  height: 30px;
}
.navwrap ul li ul {
  width: 250px;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 8999;
  height: 0;
  display: block;
  background: rgba(255, 255, 255, 1);
}
.navwrap ul li:hover ul {
  top: auto;
  overflow: visible;
  visibility: visible;
  height: auto;
  background: rgba(255, 255, 255, 1);
  border: solid 1px #e07082;
}
.navwrap ul li ul li {
  width: 100% !important;
  flex-grow: 1 !important;
  background-color: unset !important;
}
.navwrap ul li ul li::before,
.navwrap ul li ul li::after {
  content: none;
}
.navwrap ul li ul li a {
  text-align: center !important;
  color: #000 !important;
  font-weight: 500;
}
.navwrap ul li ul li a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  margin: 0 0 1px 3px;
}
.navwrap * {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.fixed_menu {
  position: fixed;
  top: 20vh;
  right: 0;
  background-color: #eea741;
  z-index: 888;
  border-radius: 10px 0 0 10px;
  padding: 6.8em 2.1em;
  /* padding: 2.7em 1.7em; */
}
.fixed_menu::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  inset: auto 45% 10px;
  transition: all 0.3s ease-in-out;
}
.fixed_menu:hover::after {
  inset: auto 50% 10px;
}
.fixed_menu a {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.25rem;
  font-size: 1.3rem;
  padding: 0.3em 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /* justify-content: center; */
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.fixed_menu a span {
  width: 48px;
  height: 48px;
  background: url(library/images/side-icon.png) no-repeat center;
  margin-bottom: 3px;
}
.fixed_menu a span {
  /* width: 48px;
	height: 48px;
	background: url("library/images/side_icon.png") no-repeat center, rgb(255, 255, 255);
	background-color: #fff;
	border: solid #EEA741 1px;
	border-radius: 50%;
	position: absolute;
	top: -24px; */
  /* transform: translateX(-50%);
	inset: -24px 50% auto; */
}
.fixed_menu_sp {
  display: none;
}
/* 
 共通
----------------------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* 
 TOP
----------------------------------------------------------- */
#main {
  padding: 85px 0 0 0;
  color: #2d1b02;
  background: rgba(222, 151, 163, 0.05);
}
#fv {
  width: 100%;
  padding: 20%;
  /* position: relative; */
}
#fv .txt {
  position: absolute;
  padding: 0.5em 1em;
  right: 0;
  bottom: 0;
  color: #5d3f14;
  background: linear-gradient(to right, #f0d1a3, #f7edde);
  border-radius: 25px 0 0 0;
  font-size: 1.5rem;
  font-weight: 500;
}
#fv .vegas-timer {
  height: 4px;
}
#fv .vegas-timer-progress {
  background-color: pink;
}
section .inner {
  padding: 8em 20%;
  /* padding: 8em min(20%, 410px); */
}
#top_news .opacity0 {
  display: none;
}
#top_news .box .news_head {
  width: 30%;
}
.side_line {
  margin-bottom: 2em;
}
/* .side_line {
	display: block;
	text-align: center;
}
.side_line h2 {
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
.side_line h2 span {
	font-size: 1.4rem;
	display: block;
	color: #C76575;
}
.side_line h2::before,
.side_line h2::after {
	content: '';
	width: 200px;
	height: 1px;
	background-color: #5D3F14;
	position: absolute;
}
.side_line h2::before {
	inset: auto auto 20px -235px;
}
.side_line h2::after {
	inset: auto -235px 20px auto;
} */
/* .btn {
	display: block;
	text-align: center;
}
.btn.sp {
	display: none;
}
.btn a {
	border: solid 1px #5D3F14;
	position: relative;
	padding: 0.9rem 3.2rem 0.9rem 3.3rem;
	width: 250px;
	display: inline-block;
	text-align: left;
}
.btn a span {
	display: block;
	aspect-ratio: 1/1;
	height: 100%;
	background-color: #F0D1A3;
	position: absolute;
	inset: 0 0 auto auto
}
.btn a span::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translate(-50%, -50%);
	position: absolute;
	inset: 54% 60% 50% 40%;
} */
.btn {
  display: block;
  text-align: center;
}
.btn.sp {
  display: none;
}
.btn a {
  padding: 0.6em 2em;
  background-color: #eea741;
  font-size: 1rem;
  color: #fff;
  position: relative;
  display: inline-block;
}
.btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  inset: auto 4px 4px auto;
}
h2 {
  font-size: 1.8rem;
  color: #5d3f14;
  text-align: center;
}
h2.align_l {
  text-align: left;
}
h2 span {
  font-size: 1.1rem;
  color: #c76575;
  display: block;
}
#top_news .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  margin-bottom: 1em;
}
#top_news .box {
  padding: 3% 4%;
  background-color: #fff;
  margin-top: 2rem;
}
#top_news .box .news_area {
  width: 100%;
}
#top_news .box .news_area ul {
  max-height: 300px;
  overflow: auto;
}
#top_news .box .news_area .cta {
  margin-bottom: 20px;
  margin-top: 1em;
}
#top_news .box .news_area .cta a {
  padding: 0.5em 1em;
  margin-right: 2px;
  text-align: center;
  background-color: #d9d8d5;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
/* #top_news .box .news_area .cta .all {
	color: #E07082;
}
#top_news .box .news_area .cta .notice {
	color: #A8CC64;
}
#top_news .box .news_area .cta .category01 {
	color: #EEA741;
}
#top_news .box .news_area .cta .category02 {
	color: #64C0CC;
}
#top_news .box .news_area .cta .category03 {
	color: #6494CC;
} */
#top_news .box .news_area .cta a.active {
  color: #fff;
  padding: 0.9em 1em 0.5em 1em;
}
#top_news .box .news_area .cta a.active {
  background-color: #e07082;
}
/* #top_news .box .news_area .cta .notice.active {
	background-color: #A8CC64;
}
#top_news .box .news_area .cta .category01.active {
	background-color: #EEA741;
}
#top_news .box .news_area .cta .category02.active {
	background-color: #64C0CC;
}
#top_news .box .news_area .cta .category03.active {
	background-color: #6494CC;
} */
#top_news .box .news_area .boxes li {
  border-bottom: solid 1px rgba(93, 63, 20, 0.2);
  padding: 1em;
  position: relative;
  width: 98%;
}
#top_news .box .news_area .boxes li a {
  display: flex;
  align-items: flex-start;
}
/*#top_news .box .news_area .boxes li::after {
	content: '';
	display: block;
	background-image: url(library/images/n-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	inset: 50% 0 50% auto;
	transform: translateY(-50%);
	width: 45px;
	height: 5px;
}*/
#top_news .box .news_area .wrapper {
  display: flex;
  align-items: center;
}
#top_news .box .news_area h3 {
  font-size: 1rem;
  line-height: 1.6rem;
}
#top_news .box .news_area .wrapper p {
  font-size: 1rem;
  margin-right: 1.1em;
}
#top_news .box .news_area h4 {
  padding: 0.1em;
  background-color: #e07082;
  width: 110px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
/* #top_news .box .news_area .wrapper .notice {
	color: #A8CC64;
}
#top_news .box .news_area .wrapper .category01 {
	color: #EEA741;
}
#top_news .box .news_area .wrapper .category02 {
	color: #64C0CC;
}
#top_news .box .news_area .wrapper .category03 {
	color: #6494CC;
} */
#top_news .box .news_area .wrapper h4 {
  font-size: 0.9rem;
}
#top_news .btn a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
}
#top_rese {
  background: url("library/images/top_bg01.jpg") rgba(255, 255, 255, 0.5);
  background-blend-mode: color;
  background-size: cover;
  background-attachment: fixed;
}
.s_wrapper {
  display: flex;
  justify-content: space-between;
}
.t_table {
  background-color: #e07082;
  padding: 0.7em;
  border-radius: 15px;
  width: 55%;
}
.t_table table {
  width: min(530px, 100%);
  text-align: center;
  margin: 0 auto 10px;
}
.t_table table tr {
  border-bottom: solid 1px #fff;
  display: block;
}
.t_table table tr td {
  /* padding: 1em; */
  padding: 1em 0.4em;
  color: #fff;
}
.t_table table tr td {
  width: 50px;
}
.t_table table tr td:first-child {
  width: 30%;
  text-align: left;
}
.t_table p {
  color: #fff;
  line-height: 1.6em;
  width: min(530px, 100%);
  margin: 0 auto;
}
#top_rese h2 {
  margin-bottom: 50px;
}
#top_rese .inner > p {
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
.s_wrapper .box {
  background-color: #fff;
  z-index: 1;
  width: 43%;
  padding: 2.5rem 0em;
  border-radius: 15px;
}
.s_wrapper .box .btn {
  width: min(100%, 300px);
  margin: 0 auto;
}
.s_wrapper .box .btn a {
  display: block;
  padding: 1em 2em;
}
.s_wrapper .box p {
  text-align: center;
}
.s_wrapper .box p:nth-of-type(1) {
  margin-bottom: 1.3em;
}
.s_wrapper .box .btn:nth-of-type(1) {
  margin-bottom: 1em;
  background-color: #a8cc64;
}
.s_wrapper .box .btn:nth-of-type(1) a {
  background-color: #a8cc64;
}
.s_wrapper .box .btn:nth-of-type(1) i {
  transform: rotateY(180deg);
  margin-right: 0.3rem;
}
.s_wrapper .box .btn:nth-of-type(2) {
  background-color: #eea741;
  margin-bottom: 0.3em;
}
/* トップデジスマ追加改装240421 */
.disi_sma {
  margin-top: 1.2rem;
}
.disi_sma ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.disi_sma ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 0.16);
}
.disi_sma ul li p {
  text-align: center;
  margin-top: 2rem;
}
.disi_sma ul li p span {
  display: inline-block;
}
.disi_sma ul li a {
  margin: 2rem auto 0;
  width: min(100%, 300px);
  display: block;
}
.disi_sma .btn {
  margin-top: 3rem;
}
#top_po {
  position: relative;
}
#top_po h2 {
  margin-bottom: 60px;
}
#top_po .inner > p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
#top_po ul {
  position: relative;
  width: min(100%, 740px);
  aspect-ratio: 1/1;
  margin: 160px auto;
  border: solid 1px #906220;
  border-radius: 50%;
}
#top_po ul li {
  position: absolute;
}
#top_po ul li:nth-child(1) {
  top: -80px;
  right: 70px;
}
#top_po ul li:nth-child(2) {
  bottom: 50px;
  right: -130px;
}
#top_po ul li:nth-child(3) {
  bottom: -140px;
  left: 90px;
}
#top_po ul li:nth-child(4) {
  top: 80px;
  left: -170px;
}
#top_po ul li .circle {
  width: 260px;
  height: 260px;
  text-align: center;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#top_po ul li:nth-child(1) .circle {
  background-image: url("library/images/po_01.png");
}
#top_po ul li:nth-child(2) .circle {
  background-image: url("library/images/po_02.png");
}
#top_po ul li:nth-child(3) .circle {
  background-image: url("library/images/po_03.png");
}
#top_po ul li:nth-child(4) .circle {
  background-image: url("library/images/po_04.png");
}
#top_po ul li .circle p {
  font-size: 1.8rem;
  color: #fff;
  -webkit-text-stroke: 1px #906220;
  text-stroke: 1px #906220;
  text-align: center;
  line-height: 1.2em;
}
#top_po ul li .circle h3 {
  color: #906220;
  font-size: 1.2rem;
}
#top_po ul li .circle h3 span {
  font-size: 0.9rem;
  display: block;
}
#top_po ul li > p {
  text-align: center;
}
#top_fe {
  position: relative;
  background: #fff;
}
#top_fe .inner:first-child {
  background-image: url(library/images/top_fe_bg_v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20% 20% 0;
}
#top_fe .inner:last-child {
  padding: 3em 20% 8em;
}
#top_fe h2 {
  position: relative;
  z-index: 1;
}
#top_fe h2::before {
  content: "";
  display: block;
  position: absolute;
  width: max(100%, 600px);
  height: 120%;
  background-color: #fff;
  left: -400px;
  bottom: -1px;
  border-radius: 0 10px 0 0;
  z-index: -1;
}
#top_fe .inner > img {
  width: 100%;
  margin-bottom: 25px;
}
#top_fe .inner > p {
  margin-bottom: 50px;
}
#top_fe .wrapper {
  display: grid;
  gap: 1.5em 1em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  counter-reset: number 0;
  margin-bottom: 3em;
  width: min(100%, 1200px);
  margin: 0 auto 3em;
}
#top_fe .wrapper .box .pho {
  position: relative;
}
#top_fe .wrapper .box .pho::before {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 15px;
}
#top_fe .wrapper .box:nth-child(1) .pho::before,
#top_fe .wrapper .box:nth-child(5) .pho::before {
  border: solid 2px #b5cb8b;
}
#top_fe .wrapper .box:nth-child(2) .pho::before,
#top_fe .wrapper .box:nth-child(6) .pho::before {
  border: solid 2px #de97a3;
}
#top_fe .wrapper .box:nth-child(3) .pho::before,
#top_fe .wrapper .box:nth-child(4) .pho::before {
  border: solid 2px #f0d1a3;
}
#top_fe .wrapper .box .pho::after {
  counter-increment: number 1;
  content: "0" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 90px;
  background-color: #b5cb8b;
  position: absolute;
  top: 0;
  left: 10px;
}
#top_fe .wrapper .box:nth-child(1) .pho::after,
#top_fe .wrapper .box:nth-child(5) .pho::after {
  background-color: #b5cb8b;
}
#top_fe .wrapper .box:nth-child(2) .pho::after,
#top_fe .wrapper .box:nth-child(6) .pho::after {
  background-color: #de97a3;
}
#top_fe .wrapper .box:nth-child(3) .pho::after,
#top_fe .wrapper .box:nth-child(4) .pho::after {
  background-color: #f0d1a3;
}
#top_fe .wrapper .box .pho img {
  width: 100%;
  margin-bottom: 15px;
}
#top_fe .wrapper .box .txt {
  padding: 0 0.5em;
}
#top_fe .wrapper .box .txt h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#top_fe .wrapper .box:nth-of-type(1) .txt h3,
#top_fe .wrapper .box:nth-of-type(2) .txt h3 {
  margin-bottom: 39px;
}
#top_menu {
  background-image: url(library/images/top_menu_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#top_menu a {
  position: relative;
}
#top_menu a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px solid #fff;
  z-index: 2;
}
#top_menu .upper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#top_menu .upper a {
  width: calc(100% / 3);
  display: block;
  padding: 5% 0;
  text-align: center;
  background-color: rgba(238, 165, 63, 0.6);
}
#top_menu a dl {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top_menu a dt {
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 1.7em;
}
#top_menu a dt span {
  display: block;
  font-size: 1.1rem;
}
#top_menu a dd {
  padding: 0.7em 0;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
  width: 210px;
  margin: 0 auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
#top_menu a dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  inset: auto 4px 4px auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
#top_menu a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: color;
}
#top_menu .lower {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#top_menu .lower a {
  width: calc(100% / 2);
  display: block;
  padding: 5% 0;
  text-align: center;
}
#top_menu .lower a:nth-child(1) {
  background-color: rgba(222, 150, 162, 0.6);
}
#top_menu .lower a:nth-child(2) {
  background-color: rgba(182, 204, 140, 0.6);
}
#top_menu .upper a:nth-child(1)::after {
  background-image: url(library/images/t_ho01.jpg);
}
#top_menu .upper a:nth-child(2)::after {
  background-image: url(library/images/t_ho02.jpg);
}
#top_menu .upper a:nth-child(3)::after {
  background-image: url(library/images/t_ho03.jpg);
}
#top_menu .upper a:nth-child(4)::after {
  background-image: url(library/images/t_ho04.jpg);
}
#top_menu .lower a:nth-child(1)::after {
  background-image: url(library/images/t_ho05.jpg);
}
#top_menu .lower a:nth-child(2)::after {
  background-image: url(library/images/t_ho06_v2.jpg);
}
#top_menu .upper a:hover:nth-child(1)::after {
  opacity: 1;
}
#top_menu .upper a:hover:nth-child(2)::after {
  opacity: 1;
}
#top_menu .upper a:hover:nth-child(3)::after {
  opacity: 1;
}
#top_menu .upper a:hover:nth-child(4)::after {
  opacity: 1;
}
#top_menu .lower a:hover:nth-child(1)::after {
  opacity: 1;
}
#top_menu .lower a:hover:nth-child(2)::after {
  opacity: 1;
}
#top_menu a:hover dd {
  background-color: #fff;
  color: inherit;
}
#top_menu a:hover dd::after {
  border-color: transparent transparent #eea741 transparent;
}
#top_blog {
  background: #fff;
}
#top_blog h2 {
  margin-bottom: 60px;
}
#top_blog ul {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 5), 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  margin-bottom: 20px;
}
#top_blog ul::before,
#top_blog ul::after {
  content: "";
  display: block;
  order: 3;
}
#top_blog ul li img {
  width: 100%;
}
#top_blog ul li h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
#top_blog ul li p:nth-of-type(1) {
  font-size: 0.9rem;
}
#top_blog ul li p:nth-of-type(2) {
  line-height: 1.6em;
}
#top_blog .btn a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
}
#top_address {
  background-color: rgba(238, 167, 65, 0.05);
}
#top_address .inner {
  padding: 8em 15%;
}
#top_address .inner > img {
  margin-bottom: 10px;
}
#top_address .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top_address .left {
  width: 48%;
}
#top_address .left img {
  margin-bottom: 30px;
}
#top_address .left p {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
#top_address .left p span {
  font-size: 1rem;
}
#top_address .left p:first-child {
  margin-bottom: 10px;
}
#top_address .left p:nth-child(4) {
  margin-bottom: 15px;
}
#top_address .t_table {
  width: 100%;
  margin-bottom: 30px;
}
#top_address .left dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#top_address .left dl dt {
  padding-left: 40px;
  background-image: url(library/images/acc_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#top_address .left dl dd {
}
#top_address .right {
  width: 48%;
}
#top_address .right iframe {
  width: 100%;
}
#top_address .right a {
  display: inline-block;
}
#top_address .right a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("library/images/map_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
em.bre {
  font-style: normal;
  display: inline-block;
}
#doctor01 .btn {
  margin-top: 3rem;
}
/* 
 subpage共通
----------------------------------------------------------- */
#sub_fv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em 0;
  background-blend-mode: color;
}
#sub_fv .fv_icon {
  padding: 28px 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
#sub_fv h2 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
/* 
information
----------------------------------------------------------- */
.information #sub_fv {
  background: url(library/images/information_fv.jpg) rgba(255, 255, 255, 0.5)
    center;
}
.information #sub_fv .fv_icon {
  background-image: url(library/images/information_icon.png);
}
/* #info_nav .inner {
	padding: 6em 20%;
} */
#info_nav p {
  text-align: left;
  width: min(100%, 900px);
  margin: 0 auto 40px;
  font-size: 1.2rem;
}
#info_nav .wrapper {
  display: grid;
  gap: 1em 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
#info_nav .wrapper li {
  /* border: solid 1px #906220; */
  background-color: #e07082;
  padding: 2.5em 0;
  position: relative;
}
#info_nav .wrapper li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 15px 15px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
#info_nav .wrapper li a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#info01 {
  background-color: rgba(240, 209, 163, 0.1);
}
.side_line02 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.side_line02 span {
  position: relative;
}
.side_line02 span::before,
.side_line02 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #5d3f14;
  transform: translateY(-50%);
}
.side_line02 span::before {
  inset: 50% auto 50% -220px;
}
.side_line02 span::after {
  inset: 50% -220px 50% auto;
}
.corner {
  padding: 0.5em 2.5em;
  text-align: left;
  background-color: #f0d1a3;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 50vh;
  margin-bottom: 40px;
}
#info01 .txt_box {
  width: min(100%, 850px);
  margin: 0 auto 60px;
  background-color: #fff;
  border: solid 1px #906220;
  padding: 1.5em;
}
#info01 .txt_box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#info01 .txt_box span {
  display: block;
  text-align: right;
}
#info01 .txt_box .list > div {
  width: 50%;
  line-height: 2rem;
}
#info01 .txt_box p {
  margin-top: 1rem;
  text-align: center;
}
.color {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.color li {
  padding: 1.2em 1em;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.color li:nth-child(1n) {
  border: solid 1px #e07082;
}
.color li:nth-child(2n) {
  border: solid 1px #a8cc64;
}
.color li:nth-child(3n) {
  border: solid 1px #eea741;
}
.color li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  position: absolute;
  inset: auto 3px 3px auto;
}
.color li:nth-child(1n)::after {
  border-color: transparent transparent #e07082 transparent;
}
.color li:nth-child(2n)::after {
  border-color: transparent transparent #a8cc64 transparent;
}
.color li:nth-child(3n)::after {
  border-color: transparent transparent #eea741 transparent;
}
#info02 {
  background-color: rgba(181, 203, 139, 0.1);
  /* display: none; */
}
#info02 .corner {
  background-color: #b5cb8b;
}
#info02 .inner > p {
  margin-bottom: 60px;
  width: min(100%, 1000px);
  margin: 0 auto 3rem;
}
#info02 .inner > p span {
  display: block;
  text-align: right;
}
#info02 ul {
  margin-bottom: 25px;
  counter-reset: number 0;
  width: min(100%, 1000px);
  margin: 0 auto;
}
#info02 ul li {
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
}
#info02 ul li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #68803c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  aspect-ratio: 1/1;
}
#info02 .inner > span {
  margin-bottom: 60px;
  display: block;
  text-align: right;
}
#info02 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  width: min(100%, 1000px);
  margin: 0 auto;
}
#info02 .wrapper .item {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 3%;
  margin-bottom: 70px;
}
#info02 .wrapper .item .icon {
  position: relative;
  background-color: #fff;
  border: solid 1px #68803c;
  padding: 15%;
  border-radius: 20px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
#info02 .wrapper .item:nth-child(1) .icon {
  background-image: url("library/images/rehabili01.png");
}
#info02 .wrapper .item:nth-child(2) .icon {
  background-image: url("library/images/rehabili02.png");
}
#info02 .wrapper .item:nth-child(3) .icon {
  background-image: url("library/images/rehabili03.png");
}
#info02 .wrapper .item:nth-child(4) .icon {
  background-image: url("library/images/rehabili04.png");
}
#info02 .wrapper .item .icon p {
  position: absolute;
  width: 100%;
  top: -35px;
  right: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 500;
}
#info02 .inner > p:last-of-type {
  margin-bottom: 0;
}
#info03 {
  background-color: rgba(222, 151, 163, 0.1);
  /* display: none; */
}
#info03 .txt {
  background-color: #fff;
  padding: 3.5em;
  width: 100%;
  border: solid 1px #906220;
  margin-bottom: 60px;
}
#info03 .color {
  width: min(100%, 900px);
  margin: 0 auto;
}
#info03 .corner {
  background-color: #de97a3;
}
#homon .inner > p {
  width: min(100%, 1000px);
  margin: 0 auto;
  margin-bottom: 40px;
}
#homon .wrapper {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  gap: 1em 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 60px;
}
#homon .wrapper .txt_box {
  padding: 1.5em;
  background-color: #fff;
  border: solid 1px #eea741;
}
#homon .wrapper .txt_box h3 {
  margin-bottom: 1em;
  font-size: 1.2rem;
  text-align: center;
}
.info_flow li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.info_flow li:not(:last-child) {
  width: min(100%, 1000px);
  margin: 0 auto;
  margin-bottom: 35px;
}
.info_flow li .icon {
  width: 12%;
}
.info_flow li .icon p {
  text-align: center;
  margin-bottom: 5px;
  display: block;
  font-size: 1.1rem;
  color: #eea741;
  font-weight: 500;
}
.info_flow li .icon::after {
  content: "";
  display: block;
  padding: 50%;
  background-color: #eea741;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.info_flow li:nth-child(1) .icon::after {
  background-image: url("library/images/information_flow01.png");
}
.info_flow li:nth-child(2) .icon::after {
  background-image: url("library/images/information_flow02.png");
}
.info_flow li:nth-child(3) .icon::after {
  background-image: url("library/images/information_flow03.png");
}
.info_flow li:nth-child(4) .icon::after {
  background-image: url("library/images/information_flow04.png");
}
.info_flow li .txt {
  width: 85%;
}
.info_flow li .txt h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding-left: 1.5em;
}
.info_flow li .txt p {
  padding: 3em 2em;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #e9e9e9;
}
#info04 {
  background-color: rgba(181, 203, 139, 0.1);
  display: none;
}
#info04 .corner {
  background-color: #b5cb8b;
}
#info04 .inner > p {
  margin-bottom: 60px;
}
#info04 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info04 .wrapper .item {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 35px;
}
#info04 .wrapper .item .pho {
  width: 40%;
}
#info04 .wrapper .item .txt {
  width: 58%;
}
#info04 .wrapper .item .txt h3 {
  margin-bottom: 10px;
}
#info04 .info_flow li .icon p {
  color: #a8cc64;
}
#info04 .info_flow li .icon::after {
  background-color: #a8cc64;
}
#main.information::before {
  content: "";
  display: block;
  position: fixed;
  background: url(library/images/page_info_bg.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}
#info01_v2 {
  background: rgb(222 151 163 / 0.1);
}
#info01_v2 .circle_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(700px, 100%);
  margin: 0 auto;
}
#info01_v2 .circle_list li {
  width: 49%;
}
#info01_v2 .box_shadow > p {
  font-size: 1em;
  text-align: right;
  width: min(600px, 100%);
  margin: 1rem auto 0;
}
.info_disease_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.info_disease_lists li {
  width: calc(100% / 3 - 1%);
  box-shadow: 3px 3px 11px rgb(0 0 0 / 0.16);
  margin-top: 1rem;
  background: #fff9f2;
  border-radius: 10px;
}
.info_disease_lists li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.info_disease_lists li a span {
  width: 5.5rem;
  height: 5.5rem;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.info_disease_lists li a span::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.info_disease_lists li:nth-child(1) a span::before {
  background-image: url(library/images/disease_icn01.png);
}
.info_disease_lists li:nth-child(2) a span::before {
  background-image: url(library/images/disease_icn02.png);
}
.info_disease_lists li:nth-child(3) a span::before {
  background-image: url(library/images/disease_icn03.png);
}
.info_disease_lists li:nth-child(4) a span::before {
  background-image: url(library/images/disease_icn04.png);
}
.info_disease_lists li:nth-child(5) a span::before {
  background-image: url(library/images/disease_icn05.png);
}
.info_disease_lists li:nth-child(6) a span::before {
  background-image: url(library/images/disease_icn06.png);
}
.info_disease_lists li:nth-child(7) a span::before {
  background-image: url(library/images/disease_icn07.png);
}
.info_disease_lists li:nth-child(8) a span::before {
  background-image: url(library/images/disease_icn08.png);
}
.info_disease_lists li:nth-child(9) a span::before {
  background-image: url(library/images/disease_icn09.png);
}
#info03_v2 .info_disease_lists li:nth-child(1) a span::before {
  background-image: url(library/images/disease_icn10.png);
}
#info03_v2 .info_disease_lists li:nth-child(2) a span::before {
  background-image: url(library/images/disease_icn11.png);
}
#info03_v2 .info_disease_lists li:nth-child(3) a span::before {
  background-image: url(library/images/disease_icn12.png);
}
.info_disease_lists li h4 {
  width: 100%;
  text-align: center;
}
#info02_v2 .inner {
  padding-top: 0;
}
#info02_v2 .inner > p {
  margin-bottom: 1rem;
}
#info02_v2 .inner > p small {
  display: block;
  margin-top: 1rem;
  text-align: right;
}
#info02_v2 .count_lists {
  margin-bottom: 25px;
  counter-reset: number 0;
  width: min(100%, 1000px);
  margin: 0 auto;
}
#info02_v2 .count_lists li {
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
}
#info02_v2 .count_lists li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #e07082;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  aspect-ratio: 1/1;
}
#info02_v2 .box_shadow > small {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
#info02_v2 .rehabili_do_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#info02_v2 .rehabili_do_lists li {
  display: flex;
  width: 49%;
  margin-bottom: 1rem;
}
#info02_v2 .rehabili_do_lists li .icn {
  width: 9rem;
  height: 9rem;
  min-width: 9rem;
  min-height: 9rem;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  border: solid 2px #e07082;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#info02_v2 .rehabili_do_lists li .icn::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#info02_v2 .rehabili_do_lists li:nth-child(1) .icn::before {
  background-image: url(library/images/rehabili_icn01.png);
}
#info02_v2 .rehabili_do_lists li:nth-child(2) .icn::before {
  background-image: url(library/images/rehabili_icn02.png);
}
#info02_v2 .rehabili_do_lists li:nth-child(3) .icn::before {
  background-image: url(library/images/rehabili_icn03.png);
}
#info02_v2 .rehabili_do_lists li:nth-child(4) .icn::before {
  background-image: url(library/images/rehabili_icn04.png);
}
#info02_v2 .rehabili_do_lists li .txt {
  padding: 0 0 0 3%;
}
#info02_v2 .rehabili_do_lists li .txt h4 {
  color: #e07082;
  margin-bottom: 0.4rem;
  font-size: 1.2em;
}
#info02_v2 .box_shadow .box_inner {
  width: min(100%, 800px);
  margin: 0 auto;
}
#info02_v2 .box_shadow:nth-of-type(3) .circle_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info02_v2 .box_shadow:nth-of-type(3) .circle_list li {
  width: 49%;
}
#info02_v2 .box_shadow:nth-of-type(3) .box_inner > small {
  display: block;
  text-align: left;
  margin-top: 1rem;
}
#info03_v2 {
  background: rgb(222 151 163 / 0.1);
}
/* #info03_v2 .inner {
	padding-top: 0;
} */
#info03_v2 .inner > p {
  margin-bottom: 2rem;
}
#info03_v2 .inner > p a {
  font-weight: 600;
}
#info_homon .inner {
  padding-top: 0;
}
#info_homon .inner > p:nth-of-type(1) {
  margin-bottom: 1rem;
}
#info_homon .inner .box_shadow:nth-of-type(5) > p {
  margin-top: 1rem;
  text-align: right;
}
#main.information .inner .sub_mid01:not(:nth-of-type(1)) {
  margin-top: 4rem;
}
.info_flow_lists li h4 {
  display: block;
  text-align: center;
  color: #e07082;
  font-size: 1.2em;
  font-weight: 500;
}
.info_flow_lists li:not(:last-child) {
  margin-bottom: 2rem;
}
.info_flow_lists li .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_flow_lists li .wrapper .icn,
.info_flow_lists li h4 {
  min-width: 115px;
  max-width: 115px;
}
.info_flow_lists li .wrapper .icn {
  min-height: 115px;
  max-height: 115px;
  margin-right: 1rem;
  border-radius: 50%;
  background: #e07082;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_flow_lists li .wrapper .icn::before {
  content: "";
  display: block;
  width: 50%;
  /* height: 60%; */
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.info_flow_lists li:nth-child(1) .wrapper .icn::before {
  background-image: url(library/images/homon_icn01.png);
}
.info_flow_lists li:nth-child(2) .wrapper .icn::before {
  background-image: url(library/images/homon_icn02.png);
}
.info_flow_lists li:nth-child(3) .wrapper .icn::before {
  background-image: url(library/images/homon_icn03.png);
}
.info_flow_lists li:nth-child(4) .wrapper .icn::before {
  background-image: url(library/images/homon_icn04.png);
}
.info_flow_lists li .wrapper .box_shadow {
  width: 100%;
  margin-bottom: 0;
}
.info_flow_lists li .wrapper .box_shadow h3 {
  color: #5d3f14;
  margin-bottom: 1rem;
}
.info_flow_lists li .wrapper .box_shadow p {
  color: #5d3f14;
}
.info_disease_lists02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_disease_lists02::before {
  content: "";
  display: block;
  width: calc(100% / 2 + 9%);
  order: 3;
}
.info_disease_lists02 li {
  width: calc(100% / 6 - 1%);
  margin-top: 1rem;
}
.info_disease_lists02 li a {
  display: block;
  background: #fff9f2;
  text-align: center;
  padding: 1rem 0;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 0.16);
}
.info_disease_lists02 li span {
  aspect-ratio: 1 / 1;
  width: 80%;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_disease_lists02 li span::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.info_disease_lists02 li:nth-child(1) span::before {
  background-image: url(library/images/disease_icn01.png);
}
.info_disease_lists02 li:nth-child(2) span::before {
  background-image: url(library/images/disease_icn02.png);
}
.info_disease_lists02 li:nth-child(3) span::before {
  background-image: url(library/images/disease_icn03.png);
}
.info_disease_lists02 li:nth-child(4) span::before {
  background-image: url(library/images/disease_icn04.png);
}
.info_disease_lists02 li:nth-child(5) span::before {
  background-image: url(library/images/disease_icn05.png);
}
.info_disease_lists02 li:nth-child(6) span::before {
  background-image: url(library/images/disease_icn06.png);
}
.info_disease_lists02 li:nth-child(7) span::before {
  background-image: url(library/images/disease_icn07.png);
}
.info_disease_lists02 li:nth-child(8) span::before {
  background-image: url(library/images/disease_icn08.png);
}
.info_disease_lists02 li:nth-child(9) span::before {
  background-image: url(library/images/disease_icn09.png);
}
.info_disease_lists02 li:nth-child(10) span::before {
  background-image: url(library/images/disease_icn10.png);
}
.info_disease_lists02 li:nth-child(11) span::before {
  background-image: url(library/images/disease_icn11.png);
}
.info_disease_lists02 li:nth-child(12) span::before {
  background-image: url(library/images/disease_icn12.png);
}
/* 
 facilities
----------------------------------------------------------- */
.facilities #sub_fv {
  background: url(library/images/facilities_fv_v2.jpg) rgba(255, 255, 255, 0.5)
    center;
}
.facilities #sub_fv .fv_icon {
  background-image: url(library/images/facilities_icon.png);
}
#facilities01 .t_table {
  margin-bottom: 0;
}
#facilities02 ul {
  display: grid;
  gap: 2.5em 3.5em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#facilities02 ul li img {
  width: 100%;
  margin: 0 auto 10px;
}
#facilities02 ul li h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#facilities03 {
  background-color: rgba(240, 209, 163, 0.1);
}
#facilities03 ul {
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#facilities03 ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#facilities03 ul li h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#facilities03 ul li p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
#info_about_v2 {
  background: rgb(222 151 163 / 0.1);
}
/* 
 doctor
----------------------------------------------------------- */
.doctor #sub_fv {
  background: url(library/images/doctor_fv.jpg) rgba(255, 255, 255, 0.5) center;
}
.doctor #sub_fv .fv_icon {
  background-image: url(library/images/doctor_icon.png);
}
#doctor01 {
  position: relative;
}
#doctor01 dl {
  display: flex;
  flex-wrap: wrap;
  width: min(900px, 100%);
  margin: 0 auto 40px;
}
#doctor01 .banner_link {
  text-align: center;
  margin-top: 3rem;
}
#doctor01 .banner_link a {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}
#doctor01 .banner_link a:hover {
  opacity: 0.7;
}
#doctor01 .banner_link a img {
  margin: 0 auto;
}
#doctor01 dl dt {
  width: 35%;
  margin-right: 50px;
}
#doctor01 dl dd {
  width: 55%;
  padding-top: 5%;
}
#doctor01 dl dd h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}
#doctor01 dl dd p {
  font-size: 1.2rem;
  margin-bottom: 1em;
  font-weight: 600;
}
#doctor01 dl dd h4 {
  font-size: 1.4rem;
}
#doctor01 dl dd h4 span {
  font-size: 1.1rem;
  margin-left: 25px;
}
#doctor02 {
  background-color: rgba(222, 150, 162, 0.1);
}
.leftline {
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 1em;
  text-align: left;
}
.leftline::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #e07082;
  position: absolute;
  left: -10px;
  top: 0;
}
#doctor02 .txt_box {
  background-color: #fff;
  padding: 3em;
  box-shadow: 10px 10px 10px #ededed;
}
#doctor02 .txt_box p:not(:last-child),
#doctor02 .txt_box ol {
  margin-bottom: 2em;
}
#doctor02 .txt_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.2em;
}
#doctor02 .txt_box ul li {
  width: min(calc(100% / 3), 600px);
  margin-bottom: 0.8em;
}
#doctor02 .txt_box ol li {
  display: flex;
}
#doctor02 .txt_box ol li span {
  margin-right: 10px;
}
#doctor02 .txt_box ol li:not(:last-child) {
  margin-bottom: 1em;
}
#cont_form p {
  text-align: center;
}
#access iframe {
  width: 100%;
}
/* 
 contact
----------------------------------------------------------- */
.contact #sub_fv {
  background: url(library/images/contact_fv.jpg) rgba(255, 255, 255, 0.5) center;
}
.contact #sub_fv .fv_icon {
  background-image: url(library/images/contact_icon.png);
}
#cont_list {
  width: 100%;
  padding: 3rem 5%;
}
#cont_list ul {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cont_list li {
  width: 32%;
  text-align: center;
  background: -moz-linear-gradient(to bottom, #f5f5f5, #ccc);
  background: -webkit-linear-gradient(to bottom, #f5f5f5, #ccc);
  background: linear-gradient(to bottom, #f5f5f5, #ccc);
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  font-weight: bold;
}
.cont_page {
  /* background: -moz-linear-gradient(to bottom, #75dcc8, #24ac91) !important;
	background: -webkit-linear-gradient(to bottom, #75dcc8, #24ac91) !important;
	background: linear-gradient(to bottom, #75dcc8, #24ac91) !important; */
  background: #e07082 !important;
}
#cont_list li:nth-of-type(2) {
  margin: 0 2%;
}
#cont_fi {
  width: 100%;
  padding: 0rem 5% 0rem;
}
.cont_fi_box {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.cont_fi_box h2 {
  font-size: 1.8em;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #000;
}
#cont_se {
  width: 100%;
  padding: 4rem 5%;
  background: #f5f5f5;
}
.cont_se_box {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.cont_se_box h2 {
  font-size: 1.8em;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003e6c;
  border-bottom: 1px solid #003e6c;
}
.cont_se_box li {
  text-align: center;
  margin: 0.5rem auto;
}
.cont_se_box li:nth-of-type(1) {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.cont_se_box li:nth-of-type(2) {
  margin-top: 0.5rem;
}
.cont_se_box li:nth-of-type(1) i {
  color: #24ac91;
  margin-right: 0.5rem;
}
.wpcf7,
.mw_wrap {
  width: 800px;
  margin: 2em auto 0 !important;
  max-width: 95%;
}
.wpcf7 dl,
.mw_wrap dl {
  width: 100%;
  margin-bottom: 1.5rem;
}
.wpcf7 dt,
.mw_wrap dt {
  width: 100%;
  font-weight: bold;
}
.wpcf7 dt span,
.mw_wrap dt span {
  color: #d60101;
  font-size: 0.7em;
  padding-left: 1%;
}
.wpcf7 dd,
.mw_wrap dd {
  width: 100%;
}
.wpcf7 dd p,
.mw_wrap dd p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.wpcf7 .subbtn,
.mw_wrap .subbtn {
  width: 300px;
  max-width: 80%;
  margin: 2em auto 0;
}
.wpcf7-submit,
.mw_submit {
  width: 100%;
  padding: 3%;
  color: #fff;
  border-style: none;
  background-color: #e07082;
  border-radius: 5px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.wpcf7-submit:hover,
.mw_submit:hover {
  opacity: 0.7;
}
.wpcf7-text,
.mw_txt {
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  border: 1px solid #d9e2e9;
  padding: 0.3rem;
  font-size: 0.9rem;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  background-color: #fafeff;
}
.wpcf7-textarea,
.mw_area {
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  border: 1px solid #d9e2e9;
  padding: 0.3rem;
  font-size: 0.9rem;
}
.priva {
  margin-top: 2em;
}
.priva p {
  text-align: left;
}
.priva h3 {
  font-size: 100%;
}
.priva h3 span {
  font-size: 0.8em;
  margin-left: 1rem;
  display: inline-block;
}
.priva ul {
  width: 100%;
  overflow-y: scroll;
  height: 250px;
  border: 1px solid #d9e2e9;
  background: #fff;
}
.priva li {
  padding: 0 1rem 1rem 1rem;
  font-size: 0.9rem;
}
.priva li h4 {
  margin: 1.5em auto 0.5em;
  border-bottom: 1px solid #000;
  font-size: 1em;
}
.privabtn {
  text-align: center;
  margin-top: 2em;
  font-weight: bold;
}
.cont_kanryo {
  width: 100%;
  text-align: center;
  min-height: 420px;
}
.telbox {
  width: min(100%, 715px);
  margin: 0 auto 50px;
  padding: 2em;
  text-align: center;
}
.telbox h3 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.telbox a {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.telbox a::before {
  content: "";
  display: block;
  background-image: url("library/images/contact_tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
#contact_area .box {
  background-color: #fff;
  padding: 2em 0em;
  box-shadow: 10px 10px 10px #efefef;
  text-align: center;
  margin: 2rem auto 4em;
}
#contact_area .box a {
  margin-bottom: 1.5em;
  display: block;
  font-size: 1.3rem;
  width: fit-content;
  margin: 0 auto 1.5rem;
}
#contact_area .box a i {
  transform: rotateY(180deg);
  margin-right: 5px;
}
#contact_area .box a .fa-phone:before {
  color: #e07082;
  margin-right: 10px;
}
#contact_area .box p {
  text-align: center;
  font-size: 1rem;
}
#cont_access {
  background-color: rgba(240, 209, 163, 0.1);
}
#cont_access ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cont_access ul li {
  width: 48%;
}
#cont_access ul li iframe {
  width: 100%;
}
#cont_access ul li dl {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px rgba(93, 63, 20, 0.3);
  height: 100%;
}
#cont_access ul li dl dt,
#cont_access ul li dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cont_access ul li dl dt {
  width: 25%;
  background-color: #f0d1a3;
  border-bottom: solid 1px rgba(93, 63, 20, 0.3);
}
#cont_access ul li dl dd {
  width: 75%;
  background-color: rgba(240, 209, 163, 0.3);
  border-bottom: solid 1px rgba(93, 63, 20, 0.3);
  padding: 1em;
  justify-content: left;
}
.sp_br {
  display: none;
}
/* 
 アクセス
----------------------------------------------------------- */
.access #sub_fv {
  background: url(library/images/access_fv_v2.jpg) rgba(255, 255, 255, 0.5)
    center;
}
.access #sub_fv .fv_icon {
  background-image: url(library/images/access_icon.png);
  width: 45px;
  height: 45px;
}
#access01 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access01 .access_txt {
  width: 49%;
}
#access01 .access_txt h2 {
  margin-bottom: 0.5em;
}
#access01 .access_txt dl {
  display: flex;
  /* flex-wrap: wrap; */
}
#access01 .access_txt dl:not(:last-child) {
  margin-bottom: 2em;
}
#access01 .access_txt dt {
  padding-right: 1em;
  border-right: solid 1px #5d3f14;
  white-space: nowrap;
}
#access01 .access_txt dd {
  padding-left: 1em;
}
#access01 .access_txt dd span {
  display: inline-block;
}
#access01 .access_txt h3 {
  font-size: 1.2rem;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#access01 .access_txt h3::before {
  content: "";
  display: inline-block;
  background-image: url(library/images/bus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 20px;
  margin-right: 10px;
}
#access01 .access_txt .txt_bo {
  padding: 1em;
  background-color: #fff;
  width: min(100%, 450px);
  box-shadow: 10px 10px 10px #f3f3f3;
}
#access01 .access_txt .txt_bo p {
  width: 100%;
  display: flex;
  align-items: center;
}
#access01 .access_txt .txt_bo p:not(:last-child) {
  margin-bottom: 1em;
}
#access01 .access_txt .txt_bo p::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #eea741;
  border-radius: 50%;
  margin-right: 8px;
}
#access01 iframe {
  width: 49%;
  height: auto;
}
#access_route .inner {
  padding-top: 0;
}
#access_route .route {
  margin-bottom: 4rem;
}
#access_route .route ul {
  display: flex;
  /* justify-content: space-between; */
}
#access_route .route ul li p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
#access_route .route ul img {
  margin-bottom: 1rem;
}
#access_route .route.r01 ul:nth-of-type(1) {
  margin-bottom: 2rem;
}
#access_route .route.r01 ul:nth-of-type(1) li {
  width: calc(100% / 3 - 1rem);
}
#access_route .route.r01 ul:nth-of-type(1) li:not(:last-child) {
  margin-right: 1.5rem;
}
#access_route .route.r01 ul:nth-of-type(2) li .pho_wrapper {
  display: flex;
}
#access_route .route.r01 ul:nth-of-type(2) li .pho_wrapper img {
  width: calc(100% / 3);
  margin-right: 1rem;
}
#access_route .route ul li h3 {
  font-family: "Lato";
  font-size: 1.4rem;
  color: #e07082;
  letter-spacing: 0.06em;
}
#access_route .route.r02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access_route .route.r02 ul li:nth-of-type(1) {
  width: 32%;
}
#access_route .route.r02 ul li:nth-of-type(2) {
  width: 65%;
}
#access_route .route.r02 ul li:nth-of-type(2) .pho_wrapper {
  display: flex;
  /* justify-content: space-between; */
}
#access_route .route.r02 ul li:nth-of-type(2) .pho_wrapper img {
  width: calc(100% / 2 - 0.5rem);
}
#access_route .route.r02 ul li:nth-of-type(2) .pho_wrapper img:first-child {
  margin-right: 1rem;
}
/* 
 採用情報
----------------------------------------------------------- */
.recruit #sub_fv {
  background: url(library/images/recruit_fv.jpg) rgba(255, 255, 255, 0.5) center;
}
.recruit #sub_fv .fv_icon {
  background-image: url(library/images/recruit_icon.png);
  padding: 28px 18px;
}
#recruit01 h3 {
  text-align: center;
  margin-bottom: 30px;
}
#recruit01 .inner > p {
  margin-bottom: 30px;
  font-size: 1rem;
}
#recruit01 .inner > p:nth-child(3) {
  display: flex;
}
#recruit01 .cta {
  /* display: flex;
	justify-content: space-between; */
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-bottom: 30px;
}
#recruit01 .cta a {
  /* width: calc(100% / 4 - 5px); */
  text-align: center;
  padding: 0.8em;
  background-color: #ccc;
  color: #fff;
  transition: 0.1s;
}
#recruit01 .cta a.active {
  position: relative;
  background-color: #e07082;
  transition: 0.1s;
}
#recruit01 .boxes li {
  padding: 1em;
  background-color: #fff;
  box-shadow: 10px 10px 10px #efefef;
  margin-bottom: 1rem;
}
#recruit01 .boxes li > p {
  text-align: center;
}
#recruit01 dl {
  width: 100%;
  padding: 1em 0;
  border-bottom: solid 1px #cccccc;
  display: flex;
}
#recruit01 dl:first-child {
  border-top: solid 1px #cccccc;
}
#recruit01 dl dt {
  width: 25%;
}
#recruit01 dl dd {
  width: 75%;
  padding-left: 2em;
  border-left: solid 1px #ccc;
}
#recruit01 dl dd p {
  font-size: 1rem;
  padding-left: 1rem;
}
#recruit01 dl dd p:not(:last-child) {
  margin-bottom: 20px;
}
#recruit01 dl dd.wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#recruit01 dl dd em {
  font-style: normal;
}
#recruit01 dl dd span {
  width: 90%;
}
#recruit01 dl dd a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease;
}
#recruit01 dl dd a:hover {
  opacity: 0.7;
}
.opacity0 {
  display: none;
}
#recruit02 .inner {
  padding-top: 0;
}
#recruit02 .inner > p {
  margin-bottom: 2em;
  text-align: center;
}
#recruit02 .box {
  background-color: #fff;
  padding: 2em 10em;
  box-shadow: 10px 10px 10px #efefef;
}
#recruit02 .box .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
#recruit02 .box .wrapper .anc p {
  text-align: center;
  margin-bottom: 1em;
}
#recruit02 .box .wrapper .anc .btn a .fa-phone:before,
#recruit02 .box .wrapper .anc .btn a .fa-envelope:before {
  margin-right: 10px;
}
#recruit02 .box .wrapper .anc .btn {
  width: 300px;
  margin: 0 auto;
}
#recruit02 .box .wrapper .anc .btn a {
  display: block;
}
#recruit02 .box .wrapper .anc:nth-child(1) .btn a {
  background-color: #a8cc64;
}
#recruit02 .box .wrapper .anc:nth-child(1) .btn a i {
  transform: rotateY(180deg);
  margin-right: 0.3rem;
}
#recruit02 .box .wrapper .anc:nth-child(2) .btn a {
  background-color: #e07082;
}
#recruit02 .box > p {
  text-align: center;
  padding: 1em;
  border: solid 2px #eea741;
}
/* 
news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news #sub_fv {
  background: url(library/images/news_fv.jpg) rgba(255, 255, 255, 0.5) center;
}
.news #sub_fv .fv_icon {
  background-image: url(library/images/news_icon.png);
  width: 45px;
  height: 45px;
}
#news_area {
  width: 100%;
  /* padding: 0 5% 5rem; */
}
/* #news_area .inner {
	width: min(100%, 1200px);
	margin-inline: auto;
} */
.archivetitle {
  /* font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 30px; */
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 2rem;
  width: 100%;
  border-bottom: 3px solid #e07082;
  padding-bottom: 1rem;
}
.archivetitle span {
  font-size: 20px;
  padding-right: 15px;
}
.archivetitle a,
.bcontwrap a {
  color: #000;
}
.cate_list {
  background-color: #000;
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 50px;
}
.cate_list a {
  background-color: #fff;
  color: #000;
  margin-right: 8px;
  padding: 0 5px;
  display: inline-block;
  line-height: 1em;
}
.bcontwrap ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bcontwrap ul li {
  width: 30%;
  margin-bottom: 100px;
  padding-bottom: 45px;
  position: relative;
  margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n) {
  margin-right: 0;
}
.bcontwrap ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bcontwrap li dd:nth-child(1) {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
  color: #fff;
  background: #000;
  padding: 0 10px;
  margin: 0 0 5px 5px;
  font-size: 14px;
}
.bcontwrap li dd:nth-child(2) {
  font-size: 0.9em;
  overflow: hidden;
  text-align: right;
  font-weight: bold;
  padding-top: 25px;
  color: #003e6c;
}
.bcontwrap li div {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.bcontwrap h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 20px;
}
.bcontwrap p {
  font-size: 14px;
}
.bcontwrap .more_btn {
  position: relative;
  display: inline-block;
  padding: 0 50px 0 20px;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: bold;
}
.bcontwrap .more_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #111;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 10px;
  width: 10px;
  height: 1.5px;
  background: #111;
  transform: rotate(35deg);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn:hover::before {
  right: 0;
}
.bcontwrap .more_btn:hover::after {
  right: 0;
}
/* news single page（サイドバー無し）
----------------------------------------------------------- */
.singlewrap {
  margin-bottom: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.tca {
  margin-bottom: 10px;
}
.tca li {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.tca span {
  font-size: 0.8rem;
}
.tca a {
  color: #000;
}
.tca a:after {
  content: " , ";
}
.tca a:last-of-type:after {
  content: "";
}
.stitle {
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
/*
.singlewrap h2 {
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	padding-bottom: 15px;
}
.singlewrap h3 {
	border-left: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 16px;
}
.singlewrap h4 {
	background: #000;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom: 16px;
}
.singlewrap h5 {
	border-bottom: 1px dashed #000;
	margin-bottom: 16px;
	font-size: 16px;
}
.singlewrap h6 {
	margin-bottom: 16px;
	font-size: 16px;
}
*/
.singlewrap p {
  text-align: justify;
  margin-bottom: 16px;
}
.singlewrap img {
  margin-bottom: 16px;
  max-width: 100%;
  height: auto;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
#wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#wrap .archivetitle {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 2rem;
  width: 100%;
  border-bottom: 3px solid #e07082;
  padding-bottom: 1rem;
}
#l_cotent {
  width: 70%;
  margin-right: 5%;
}
#l_cotent .inner {
  margin-bottom: 3rem;
}
#l_cotent > ul {
  margin-bottom: 30px;
}
#l_cotent li {
  width: 100%;
  padding: 1.5rem 0;
  font-size: 0.8rem;
  position: relative;
}
#l_cotent li:nth-of-type(1) {
  padding: 0 0 1.5rem;
}
#l_cotent li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#l_cotent li dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/*-- ▼画像を入れる場合 display:block; --*/
#l_cotent li dt {
  width: 30%;
  margin-right: 1.5rem;
}
/*-- ▼画像を入れない場合 width:100%; --*/
#l_cotent li dd {
  width: calc(100% - 30% - 1.5rem);
}
#l_cotent li dd span {
  display: inline-block;
  margin-bottom: 1rem;
}
#l_cotent li dd > span:nth-child(2) {
  padding-right: 0.5em;
  border-right: solid 1px #ccc;
}
#l_cotent li dd > span:nth-child(3) {
  padding-left: 0.5em;
}
#l_cotent li dd span a {
  background: #e07082;
  color: #fff;
  padding: 0 0.5rem 0.1rem;
  font-size: 0.8rem;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
#l_cotent li dd h2 {
  margin: 0 auto 0.7rem;
  font-size: 1.3rem;
  text-align: left;
}
#l_cotent .linkbox {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
#l_cotent .more_btn {
  position: relative;
  display: inline-block;
  padding: 0 50px 0 20px;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: bold;
}
#l_cotent .more_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #111;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#l_cotent .more_btn::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 10px;
  width: 10px;
  height: 1.5px;
  background: #111;
  transform: rotate(35deg);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#l_cotent .more_btn:hover::before {
  right: 0;
}
#l_cotent .more_btn:hover::after {
  right: 0;
}
#sidebar {
  width: 25%;
}
.widgettitle {
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.widgettitle::after {
  content: "";
  display: block;
  width: 70px;
  height: 1.3px;
  background-color: #e07082;
  position: absolute;
  inset: auto auto -1px 0;
}
.widget ul {
  margin-top: 0.5em;
  margin-bottom: 2rem;
  background-color: #fbf6ef;
}
.widget ul li a {
  width: 100%;
  font-size: 0.9rem;
  padding: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: block;
}
.widget ul .widget_category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget ul .widget_category a span {
  width: 1.5em;
  height: 1.5em;
  background-color: #e07082;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}
/* .widget ul li a::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
} */
#archives-dropdown-2 {
  width: 100%;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
  background: #fff;
  border: 0px;
}
/* ページネーション */
#l_cotent .pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#l_cotent .pagination > ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: unset;
}
#l_cotent .pagination > ul li:nth-of-type(1) {
}
#l_cotent .pagination > ul li a,
#l_cotent .pagination > ul li span {
  padding: initial;
  border-radius: 4px;
}
#l_cotent .pagination > ul li a {
  background-color: #ebebeb;
  position: unset;
  width: 100%;
  height: 100%;
  inset: auto;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#l_cotent .pagination > ul li > .page-numbers.current {
  background-color: #e07082;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* news single page（サイドバー有り）
----------------------------------------------------------- */
/* 
 foot
----------------------------------------------------------- */
#footer {
  width: 100%;
  background: url(library/images/footer_bg_v2.jpg) rgba(255, 255, 255, 0.7);
  background-position: center top;
  background-size: cover;
  background-blend-mode: color;
  padding: 4rem 5%;
}
#footer .inner {
  width: 100%;
  text-align: center;
  color: #5d3f14;
}
#footer .inner .wrapper {
  display: flex;
  width: min(100%, 1300px);
  margin: 0 auto 60px;
}
#footer .inner .wrapper .f_left {
  /* padding-right: 30px; */
  width: 46%;
}
#footer .inner .wrapper .f_left .left_wrap {
  display: flex;
}
#footer .f_left_pdf {
  margin-top: 1rem;
}
#footer .f_left_pdf .f_btn {
  width: min(420px, 100%);
  padding: 1rem 0.3rem;
}
#footer .logo {
  margin: 0 0 1rem 0;
  width: min(100%, 400px);
}
#footer .info {
  margin-bottom: 10px;
}
#footer .info p {
  text-align: center;
  font-size: 1rem;
  text-align: left;
}
#footer .info p:nth-of-type(1) {
  /* margin-bottom: 10px; */
}
#footer .info p:nth-of-type(2) {
  /* margin-bottom: 5px; */
}
#footer .info p span {
  font-size: 1.2rem;
}
#footer .f_btn {
  padding: 1em;
  color: #fff;
  background-color: #a8cc64;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  /* margin: 0 auto 15px; */
  position: relative;
}
#footer .f_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  inset: auto 4px 4px auto;
}
#footer .f_btn img {
  margin-right: 10px;
}
#footer .sns {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: 10px 0 0 30px;
}
#footer ul {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 50%;
  margin: 0 auto;
  padding-top: 7px;
}
#footer ul li {
  text-align: left;
  margin-left: 2%;
}
#footer ul li .sub {
  margin-bottom: 1rem;
}
#footer ul li a {
  display: block;
  color: #5d3f14;
  font-weight: 500;
}
#footer ul li > a {
  margin-bottom: 2px;
}
#footer ul li .sub .dot span {
  letter-spacing: -0.2em;
}
#footer ul li:nth-of-type(1) > a:nth-of-type(1),
#footer ul li:nth-of-type(3) a {
  margin-bottom: 10px;
}
#cop {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  background: #fff;
  color: #5d3f14;
  font-size: 0.9em;
}
.f_infobox {
  width: min(100%, 1300px);
  margin: 0 auto;
  border: solid 5px #ffcd82;
  /* display: flex; */
  padding: 1em;
  background-color: #fff;
}
.f_infobox p {
  display: flex;
  justify-content: center;
}
.f_infobox p:first-child {
  margin-bottom: 10px;
}
.f_infobox p span {
  width: 85%;
}
footer ul li .line::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  margin: 0 5px 4px;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 999;
  text-align: center;
  padding: 12px 10px 5px 11px;
  display: block;
  cursor: pointer;
  display: none;
  background: #e07082;
  /* background: #000; */
}
.nav-trigger,
.nav-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.nav-trigger {
  position: relative;
  width: 30px;
  height: 18px;
}
.nav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  top: 8px;
}
.nav-trigger span:nth-of-type(3) {
  bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
  font-size: 0.9em;
  opacity: 0;
}
#spnavbtn .activete:before {
  content: "";
}
.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
  position: relative;
  z-index: 998;
}
#spnav .trigger {
  width: 300px;
  height: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  position: fixed;
  top: 0;
  left: -300px;
  color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
}
#spnav .open {
  width: 300px;
  max-width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: rgba(150, 150, 150, 1);
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: saturate(140%) blur(20px);
  backdrop-filter: saturate(140%) blur(20px);
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.7);
  /* background-color: #E07082; */
  box-shadow: 5px 4px 14px #ccc;
  will-change: backdrop-filter;
}
#spnav h1 {
  width: 100%;
  padding: 2rem 5% 1rem;
  text-align: center;
}
#spnav h1 img {
  width: 250px;
  margin: 0 auto;
}
#spnav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 3em;
  text-align: center;
}
#spnav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#spnav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 10px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  font-size: 0.8em;
  height: 42px;
}
#spnav ul li a:hover,
#spnav .navright:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(150, 150, 150, 1);
}
#spnav .navleft {
  width: 88%;
  float: left;
  display: block;
}
#spnav .navright {
  width: 12%;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
#spnav ul li dl {
  overflow: hidden;
}
#spnav ul li dd {
  display: none;
}
#spnav ul li .subnav {
  padding: 0 30px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
}
#spnav ul li .drop1,
#spnav ul li .drop2,
#spnav ul li .drop3 {
  opacity: 1;
}
/*=================================================== 
デジスマ診療について
===================================================*/
.digi #sub_fv {
  background: url(library/images/digi_fv.jpg) rgba(255, 255, 255, 0.5) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.digi #sub_fv .fv_icon {
  background-image: url(library/images/digi_i.png);
}
#digi01 .inner > p {
  margin-bottom: 2.5rem;
}
#digi01 .inner > img {
  margin-bottom: 2.5rem;
}
#digi01 .movie_area {
  margin-bottom: 2.5rem;
}
#digi01 .movie_area iframe {
  width: min(600px, 100%);
  aspect-ratio: 516 / 315;
  margin: 0 auto;
  display: block;
}
#digi01 .box_shadow {
  padding: 3rem;
}
#digi01 .box_shadow > img:nth-of-type(1) {
  margin-bottom: 2.5rem;
}
#digi01 .box_shadow > p {
  margin-bottom: 2.5rem;
  text-align: center;
}
#digi01 .box_shadow > img:nth-of-type(2) {
  width: min(500px, 100%);
  margin: 0 auto;
}
#digi01 .inner > .btn {
  margin-bottom: 2.5rem;
}
.left_line {
  padding-left: 0.9rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border-left: solid 3px #e07082;
}
.accordion:not(:last-child) {
  margin-bottom: 2.5rem;
}
.accordion .title {
  padding: 1rem;
  background-color: #e07082;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
.accordion .title span {
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
  position: relative;
}
.accordion .title span::before,
.accordion .title span::after {
  content: "";
  display: block;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.5s all ease;
}
.accordion .title span::before {
  width: 100%;
  height: 1px;
}
.accordion .title span::after {
  width: 100%;
  height: 1px;
}
.accordion .title.close span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .description {
  padding: 2rem;
  background-color: #fff;
  /* display: none; */
}
.accordion .description > p {
  margin-bottom: 1.9rem;
}
.accordion .description dl {
  display: flex;
  justify-content: space-between;
}
.accordion .description dl:not(:last-child) {
  margin-bottom: 1.5rem;
}
.accordion .description dl dt {
  /* width: 35%; */
  margin-right: 1rem;
  width: min(550px, 100%);
}
.accordion .description dl dd {
  width: 100%;
  /* width: 61%; */
}
.accordion .description dl dd h5 {
  color: #e07082;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  font-size: 1.8rem;
}
/*=================================================== 
受診の流れ
===================================================*/
.flow #sub_fv {
  background: url(library/images/flow_fv.jpg) rgba(255, 255, 255, 0.5) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.flow #sub_fv .fv_icon {
  background-image: url(library/images/flow_icon.png);
}
#flow01 .inner > p {
  text-align: center;
  margin-bottom: 2rem;
}
.flow .s_wrapper {
  margin-bottom: 2rem;
}
.flow_lists li {
  display: flex;
  justify-content: space-between;
}
.flow_lists li:not(:last-child) {
  margin-bottom: 2rem;
}
.flow_lists li .icon {
  width: 115px;
  margin-right: 5%;
}
.flow_lists li .icon p {
  text-align: center;
  margin-bottom: 0.4rem;
  color: #de97a3;
  font-size: 1.1rem;
  font-weight: 500;
}
.flow_lists li .icon::after {
  content: "";
  display: block;
  min-width: 115px;
  max-width: 115px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #de97a3;
  background-position: center;
  background-repeat: no-repeat;
}
#flow01 .flow_lists li:nth-child(1) .icon::after {
  background-image: url(library/images/phone_i.png);
  background-size: 50%;
}
#flow01 .flow_lists li:nth-child(2) .icon::after {
  background-image: url(library/images/paper_i.png);
}
#flow01 .flow_lists li:nth-child(3) .icon::after {
  background-image: url(library/images/ste_i.png);
}
#flow01 .flow_lists li:nth-child(4) .icon::after {
  background-image: url(library/images/doc_i.png);
}
#flow01 .flow_lists li:nth-child(5) .icon::after {
  background-image: url(library/images/drag_i.png);
}
#flow02 .inner > p {
  text-align: center;
  margin-bottom: 2rem;
}
#flow02 .flow_lists li:nth-child(1) .icon::after {
  background-image: url(library/images/phone_i.png);
  background-size: 50%;
}
#flow02 .flow_lists li:nth-child(2) .icon::after {
  background-image: url(library/images/hos_i.png);
}
#flow02 .flow_lists li:nth-child(3) .icon::after {
  background-image: url(library/images/paper_i.png);
}
#flow02 .flow_lists li:nth-child(4) .icon::after {
  background-image: url(library/images/ste_i.png);
}
#flow02 .flow_lists li:nth-child(5) .icon::after {
  background-image: url(library/images/drag_i.png);
}
.flow_lists li .box_shadow {
  width: 100%;
  min-height: 100%;
  margin-bottom: 0;
}
.flow_lists li .box_shadow h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #5d3f14;
}
.flow_lists li .box_shadow p {
  color: #5d3f14;
}
.flow_lists li .box_shadow p a {
  font-weight: bold;
}
.flow_lists li .box_shadow.txt_in_wrap {
  display: flex;
}
.flow_lists li .box_shadow.txt_in_wrap .left {
}
.flow_lists li .box_shadow.txt_in_wrap .right {
  max-width: 300px;
  min-width: 250px;
  margin-left: 1rem;
}
.s_wrapper .txt_box {
  width: 55%;
}
#flow02 {
  background-color: rgb(240 209 163 / 0.1);
}
/*=================================================== 
健診・予防接種
===================================================*/
.vaccination #sub_fv {
  background: url(library/images/vaccination_fv.jpg) rgba(255, 255, 255, 0.5)
    center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.vaccination #sub_fv .fv_icon {
  background-image: url(library/images/injection_i.png);
}
.vaccination .sub_mid01 {
  margin-top: 4rem;
}
.vaccination .inner > p > a {
  text-decoration: underline;
}
.vac_img_box img {
  width: 100%;
}
.side_mid {
  color: #5d3f14;
  border-left: solid 3px #c76575;
  font-size: 1.1em;
  font-weight: 500;
  padding-left: 0.5rem;
  margin-top: 1.5rem;
}
.circle_mid {
  display: flex;
  align-items: center;
  color: #5d3f14;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}
.circle_mid span {
  width: 1.6em;
  height: 1.6em;
  position: relative;
  margin-right: 0.5rem;
}
.circle_mid span::before,
.circle_mid span::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.circle_mid span::before {
  width: 1.3em;
  height: 1.3em;
  background: #e07082;
  top: 0;
  left: 0;
  z-index: -2;
}
.circle_mid span::after {
  width: 1em;
  height: 1em;
  background: #eea741;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.vaccination .circle_mid {
  margin-top: 1.5rem;
}
.circle_list li {
  display: flex;
  color: #5d3f14;
  font-weight: 400;
}
.table_part {
  display: flex;
  border: solid 1px #f0d1a2;
  margin-bottom: 0.5rem;
}
.table_part dt {
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  background-color: #eea741;
  width: 60%;
  display: flex;
  align-items: center;
}
.table_part dd {
  padding: 1rem;
  background-color: #fffdfe;
  color: #5d3f14;
  font-weight: 500;
  width: 40%;
  display: flex;
  align-items: center;
}
.vaccination .side_mid + p {
  margin-top: 0.5rem;
}
#vaccination01 .circle_list + p {
  margin-bottom: 1rem;
}
.vaccination .btn {
  text-align: left;
}
#vaccination02 {
  background-color: rgba(240, 209, 163, 0.1);
}
#vaccination02 .inner > p:first-of-type {
  margin-bottom: 1rem;
}
#vaccination02 .circle_list li h4 {
  font-weight: 400;
}
#vaccination02 .btn {
  margin-top: 1rem;
}
#vaccination02 .btn a {
  width: 247px;
  padding: 0.6em 1em;
  text-align: center;
}
#vaccination02 .btn + p {
  margin-top: 1.5rem;
}
#vaccination02 .vac_img_box + p {
  margin-top: 1.5rem;
}
.table_part.green {
  border: solid 1px #a8cc64;
}
.table_part.green dt {
  background-color: #a8cc64;
}
.table_part.green dd {
  background-color: rgba(255, 253, 254, 0.9);
}
.pdf_link {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}
.pdf_link::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 0px 0 0;
}
.vac_movie {
  width: min(600px, 100%);
}
#vaccination02 .inner > p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
  /* 
 header
----------------------------------------------------------- */
  .header h2,
  .navwrap {
    padding-left: 2em;
  }
  /* .navwrap ul li:nth-of-type(-n+6) {
		margin-right: 0.5em;
	} */
  /* .navwrap ul li a {
		font-size: 0.9rem;
	} */
  /* .navwrap ul li:nth-of-type(-n+6) p {
		font-size: 0.9rem;
	}
	.navwrap ul li:nth-of-type(7) {
		width: 9%;
	} */
  /* .navwrap ul li:nth-of-type(n+7):nth-of-type(-n+8) a {
		padding: 1.6rem 0.2em 0;
		height: 90px;
		position: relative;
	} */
  /* 
 top
----------------------------------------------------------- */
  section .inner {
    padding: 5em 12%;
  }
  #top_fe .inner:first-child {
    padding: 20% 12% 0;
  }
  #top_fe .inner:last-child {
    padding: 3em 12% 8em;
  }
  #top_address .inner {
    padding: 8em 3%;
  }
}
@media screen and (max-width: 1500px) {
  .navwrap ul li a {
    font-size: 0.8rem;
  }
  .navwrap ul li:nth-of-type(-n + 6) p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .navwrap ul .Menu:nth-of-type(-n + 7) {
    width: 90px;
  }
}
@media screen and (max-width: 1300px) {
  /* 
	header
	----------------------------------------------------------- */
  .navwrap .h_logo {
    width: 300px;
  }
  .navwrap ul .nav_bo a {
    font-size: 0.7rem;
  }
  /* 
 recruit
----------------------------------------------------------- */
  #recruit02 .box {
    padding: 2em;
  }
  /* 
 access
----------------------------------------------------------- */
  #access_route .route.r02 ul li:nth-of-type(1) {
    /* width: 32%; */
    margin-bottom: 2rem;
  }
  #access_route .route.r02 ul li:nth-of-type(2) {
    /* width: 100%; */
  }
}
@media screen and (max-width: 1200px) {
  /* 
	header
	----------------------------------------------------------- */
  #main {
    padding: 90px 0 0 0;
  }
  .navwrap .h_logo {
    width: 230px;
    padding: 1rem 0;
  }
  /* .navwrap ul .Menu:nth-of-type(-n+7) {
		margin: 0 0.7em;
	} */
  .navwrap ul {
    width: 100%;
  }
  .navwrap {
    padding-left: 1em;
  }
  /* 
 top
----------------------------------------------------------- */
  section .inner {
    padding: 5em 8%;
  }
  #top_fe .inner:first-child {
    padding: 20% 8% 0;
  }
  #top_fe .inner:last-child {
    padding: 3em 8% 5em;
  }
  #top_address .inner {
    padding: 5em 3%;
  }
  #top_po ul {
    width: min(100%, 660px);
  }
  #top_po ul li .circle {
    width: 220px;
    height: 220px;
  }
  #top_address .wrapper {
    display: block;
  }
  #top_address .left,
  #top_address .right {
    width: min(100%, 700px);
    margin: 0 auto;
  }
  #top_address .left {
    margin: 0 auto 30px;
  }
  #top_menu a dt {
    font-size: 1.3rem;
  }
  #top_menu a dt span {
    font-size: 1rem;
  }
  /* 
 contact
----------------------------------------------------------- */
  .cont_area02_box {
    padding: 3.5rem 4rem 4rem;
    position: relative;
    top: -5rem;
    left: 5%;
    right: 5%;
    margin-left: 0;
  }
  #cont_area02 {
    padding: 0 5%;
  }
  #cont_area03 {
    padding: 5rem 5%;
  }
  /* 
 footer
----------------------------------------------------------- */
  #footer ul li {
    width: calc(100% / 4 - 10px);
    margin-bottom: 30px;
  }
  #footer .inner .wrapper {
    display: contents;
  }
  #footer .inner .wrapper .f_left {
    /* padding-right: 30px; */
    width: min(100%, 600px);
    margin: 0 auto 30px;
  }
  #footer .info p {
    text-align: center;
  }
  #footer .inner .wrapper .f_left .left_wrap {
    display: contents;
  }
  #footer .f_btn {
    margin: 0 auto 15px;
  }
  #footer .sns {
    margin: 0 auto;
  }
  #footer ul {
    width: min(100%, 600px);
    margin: 0 auto 30px;
  }
  #footer .logo {
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 1100px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #main {
    padding: 68px 0 0 0;
  }
  #cont_list {
    margin-top: 0rem;
  }
  .navwrap li {
    display: none;
  }
  .header h2 {
    display: none;
  }
  /* 
 top
----------------------------------------------------------- */
  #fv {
    height: auto;
  }
  .btn.pc {
    display: none;
  }
  .btn.sp {
    display: block;
  }
  #top_po ul li {
    width: 300px;
  }
  #top_po ul li .circle {
    width: 180px;
    height: 180px;
  }
  /* #top_po ul li>p {
		text-align: left;
	} */
  #top_po ul li:nth-child(1) {
    top: 0px;
    right: -20px;
  }
  #top_po ul li:nth-child(2) {
    bottom: 30px;
    right: -80px;
  }
  #top_po ul li:nth-child(3) {
    bottom: -40px;
    left: -10px;
  }
  #top_po ul li:nth-child(4) {
    top: 70px;
    left: -70px;
  }
  #top_news .box {
    display: block;
    padding: 2em;
  }
  #top_news .box .news_head {
    width: 100%;
  }
  #top_news .news_head .side_line {
    margin-bottom: 30px;
  }
  #top_news .box .news_area {
    width: 100%;
    margin: 0 auto;
  }
  #top_rese .box .left,
  #top_rese .box .right {
    width: 50%;
    padding: 3.4em 3%;
  }
  .s_wrapper {
    display: block;
  }
  .t_table {
    width: min(100%, 650px);
    margin: 0 auto 30px;
  }
  #top_rese .box {
    width: min(100%, 650px);
    margin: 0 auto;
  }
  #top_blog ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .disi_sma ul li p {
    margin-top: 1rem;
  }
  .disi_sma ul li a {
    margin: 1rem auto 0;
  }
  .disi_sma ul li {
    padding: 2rem;
  }
  /* 
 information
----------------------------------------------------------- */
  #info_nav .wrapper li a {
    font-size: 1.2rem;
  }
  #info02 .wrapper .item {
    width: min(800px, 100%);
    margin: 0 auto 70px;
  }
  #info02 .wrapper .item .icon {
    padding: 11%;
  }
  .side_line02 {
    font-size: 1.6rem;
  }
  .side_line02 span::before,
  .side_line02 span::after {
    width: 100px;
  }
  .side_line02 span::before {
    inset: 50% auto 50% -120px;
  }
  .side_line02 span::after {
    inset: 50% -120px 50% auto;
  }
  #info04 .wrapper .item {
    width: min(100%, 700px);
    margin: 0 auto 35px;
  }
  #info04 .wrapper .item .pho {
    width: 26%;
  }
  #info04 .wrapper .item .txt {
    width: 70%;
  }
  .info_disease_lists02 li {
    width: calc(100% / 4 - 1%);
    margin-top: 1rem;
  }
  /* 
 facilities
----------------------------------------------------------- */
  #facilities01 .s_wrapper .box {
    width: min(100%, 650px);
    padding: 5%;
    border-radius: 15px;
    margin: 1rem auto 0;
  }
  /* 
 doctor
----------------------------------------------------------- */
  #doctor02 .txt_box ul li {
    width: min(calc(100% / 2), 600px);
    min-width: 260px;
  }
  /* 
 news
----------------------------------------------------------- */
  .news_area {
    margin: 3rem auto 0;
  }
  /* 
 smartphone menu btn
----------------------------------------------------------- */
  #spnavbtn {
    top: 1.8rem;
    right: 0.5rem;
    padding: 10px 10px 5px 11px;
    display: block;
  }
  .nav-trigger {
    width: 30px;
  }
  /*=================================================== 
診療の流れ
===================================================*/
  .s_wrapper .txt_box {
    width: min(100%, 650px);
    margin: 0 auto 1rem;
  }
  .flow .s_wrapper .box {
    width: min(100%, 650px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  #footer ul li .sub {
    /* display: none; */
  }
  /* 
 top
----------------------------------------------------------- */
  #top_po .inner > p {
    font-size: 1rem;
  }
  #top_po ul {
    border: 0;
    margin: 0 auto;
    width: min(100%, 600px);
    aspect-ratio: none;
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  #top_po ul li {
    position: initial;
    width: auto;
  }
  #top_po ul li > p {
    text-align: left;
    width: min(100%, 290px);
    margin: 0 auto;
  }
  #top_po ul li > p br {
    display: none;
  }
  #top_rese .box {
    display: block;
  }
  #top_rese .box .left,
  #top_rese .box .right {
    width: min(100%, 400px);
    margin: 0 auto;
  }
  .fixed_menu {
    padding: 5em 1.5em;
  }
  .fixed_menu a {
    font-size: 0.9rem;
  }
  .fixed_menu a span {
    width: 30px;
    height: 30px;
    top: -15px;
    background-size: 60%;
  }
  /* 
 doctor
----------------------------------------------------------- */
  #doctor01 dl dd h3 {
    font-size: 1.3rem;
  }
  #doctor01 dl dd p {
    font-size: 1rem;
  }
  #doctor01 dl dd h4 {
    font-size: 1.2rem;
  }
  #doctor01 dl dd h4 span {
    font-size: 1rem;
  }
  #doctor02 .txt_box.box05 ul li span {
    width: 35px;
  }
  /* 
 access
----------------------------------------------------------- */
  #access01 .inner {
    display: block;
  }
  #access01 .access_txt {
    width: 100%;
    margin-bottom: 2em;
  }
  #access01 .access_txt .txt_bo {
    width: 100%;
  }
  #access01 iframe {
    width: 100%;
    height: revert-layer;
  }
  /* 
 contact
----------------------------------------------------------- */
  #cont_access ul li {
    width: 100%;
  }
  #cont_access ul li:first-child {
    margin-bottom: 30px;
  }
  /* 
 foot
----------------------------------------------------------- */
  .f_infobox p {
    flex-direction: column;
  }
  .f_infobox p span {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-prev {
    display: none !important;
  }
  .flex-next {
    display: none !important;
  }
  /* 
 top
----------------------------------------------------------- */
  section .inner {
    padding: 5em 4%;
  }
  #top_news .box {
    padding: 2em 1.5em;
  }
  #top_fe .inner:first-child {
    padding: 20% 4% 0;
  }
  #top_fe .inner:last-child {
    padding: 3em 4% 5em;
  }
  #top_address .inner {
    padding: 5em 3%;
  }
  #top_news li dt {
    width: 100%;
    margin: 0 auto 1rem;
  }
  #top_news li dd {
    width: 100%;
  }
  #top_news .box .news_area .cta a {
    font-size: 0.9rem;
  }
  #top_fe .wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .info_flow li .txt h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .info_flow li .txt p {
    padding: 1em 1.5em;
  }
  #top_menu .upper a {
    width: 100%;
  }
  #top_menu a dt {
    margin-bottom: 0.5em;
  }
  /* 
 information
----------------------------------------------------------- */
  .info_flow li .icon {
    width: 18%;
  }
  .info_flow li .txt {
    width: 75%;
  }
  #info_nav .inner {
    padding: 3em 5%;
  }
  .info_disease_lists li {
    width: calc(100% / 2 - 1%);
  }
  #info02_v2 .rehabili_do_lists li .icn {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
  }
  #info02_v2 .rehabili_do_lists li .txt h4 {
    margin-bottom: 0rem;
    font-size: 1em;
  }
  #info02_v2 .rehabili_do_lists li .txt p {
    font-size: 0.9em;
  }
  /* 
 doctor
----------------------------------------------------------- */
  #doctor02 .txt_box.box01 .wrapper {
    display: block;
  }
  #doctor02 .txt_box.box01 ul {
    width: 100%;
  }
  /* 
 recruit
----------------------------------------------------------- */
  #recruit02 .box .wrapper {
    display: block;
  }
  #recruit02 .box .wrapper .anc:nth-child(1) {
    margin-bottom: 1.5em;
  }
  #recruit02 .box .wrapper .anc .btn {
    width: min(100%, 300px);
  }
  /* 
 contact
----------------------------------------------------------- */
  #cont_list {
    padding: 3rem 2% 1rem;
  }
  #cont_list li {
    line-height: 1.5rem;
    font-size: 0.7rem;
  }
  .wpcf7 dl,
  .mw_wrap dl {
    width: 100%;
    display: block;
    border-top: 0px dashed #ccc;
    margin-bottom: 1em;
  }
  .wpcf7 dt span,
  .mw_wrap dt span {
    color: #d60101;
    font-size: 0.7em;
    padding-left: 1%;
  }
  .mwform-tel-field input[type="text"],
  .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 26%;
  }
  .priva ul {
    font-size: 0.9em;
  }
  /* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
  .archivetitle {
    font-size: 1rem;
    margin: 0 auto 0.5rem;
  }
  .archivetitle span {
    font-size: 1rem;
    padding-right: 5px;
  }
  .cate_list {
    background-color: #000;
    padding: 0.3rem 0.5rem 0.6rem;
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .cate_list a {
    margin-right: 5px;
    padding: 0 5px 2px;
    font-size: 0.8rem;
  }
  .bcontwrap ul li {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 4.5rem;
    margin-right: 0;
  }
  .bcontwrap li dd:nth-child(1) {
    font-size: 1rem;
  }
  .bcontwrap li dd:nth-child(1) a {
    padding: 1px 10px;
    margin: 0 0 0 5px;
    font-size: 12px;
  }
  .bcontwrap li dd:nth-child(1) {
    margin-bottom: 1rem;
  }
  /* news single page（サイドバー無し）
----------------------------------------------------------- */
  /* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
  #l_cotent {
    width: 100%;
    margin: 0 0 2rem;
  }
  #sidebar {
    width: 100%;
  }
  #l_cotent li dt {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 30% 0;
    position: relative;
    overflow: hidden;
  }
  #l_cotent li dt img {
    object-fit: cover;
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #l_cotent li dd {
    width: 100%;
  }
  #l_cotent > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #l_cotent > ul li {
    width: 49%;
    padding: 0;
  }
  /*=================================================== 
受診の流れ
===================================================*/
  .flow_lists li .box_shadow.txt_in_wrap {
    flex-wrap: wrap;
  }
  .flow_lists li .box_shadow.txt_in_wrap .left {
    width: 100%;
  }
  .flow_lists li .box_shadow.txt_in_wrap .right {
    width: 100%;
    margin-top: 1rem;
    max-width: unset;
    min-width: unset;
    margin-left: 0;
  }
  .flow_lists li .box_shadow.txt_in_wrap .right img {
    width: 100%;
  }
  /* 
 foot
----------------------------------------------------------- */
  #prev,
  #next {
    width: 100%;
    margin: 0 0 0.4rem;
  }
  #next {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  p {
    letter-spacing: 0;
  }
  body {
    letter-spacing: 0;
  }
  .side_line {
    margin-bottom: 1em;
  }
  /* 
 nav
----------------------------------------------------------- */
  #spnav ul .sp_nav_btn {
    display: flex;
    width: 100%;
  }
  #spnav ul .sp_nav_btn a {
    width: 50%;
    padding: 1em 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  #spnav ul .sp_nav_btn a:nth-child(1) {
    background-color: #a8cc64;
  }
  #spnav ul .sp_nav_btn a:nth-child(1)::before {
    content: "";
    display: inline-block;
    background-image: url(library/images/h_contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 18px;
  }
  #spnav ul .sp_nav_btn a:nth-child(2) {
    background-color: #eea741;
  }
  #spnav ul .sp_nav_btn a:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url(library/images/side-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 23px;
  }
  .fixed_menu_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 98;
  }
  .fixed_menu_sp a {
    width: 50%;
    text-align: center;
    padding: 1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  .fixed_menu_sp a:nth-child(1) {
    background-color: #a8cc64;
  }
  .fixed_menu_sp a:nth-child(1)::before {
    content: "";
    display: inline-block;
    background-image: url(library/images/h_contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 18px;
  }
  .fixed_menu_sp a:nth-child(2) {
    background-color: #eea741;
  }
  .fixed_menu_sp a:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url(library/images/side-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 23px;
  }
  .progress-wrap {
    bottom: 60px !important;
  }
  /* 
 header
----------------------------------------------------------- */
  .header h1 {
    padding-left: 1em;
    font-size: 0.8rem;
  }
  /* 
 top
----------------------------------------------------------- */
  #main {
    padding: 55px 0 0 0;
  }
  .navwrap {
    padding-left: 0.5em;
  }
  .navwrap .h_logo {
    min-width: 240px;
    padding: 0.5rem 0;
  }
  .navwrap .h_logo img {
    min-width: 240px;
  }
  #top_news .box {
    padding: 0.5rem 0;
    box-shadow: none;
  }
  #top_news .box .news_area .boxes li a {
    display: block;
  }
  #top_news .align_l {
    font-size: 1.5rem;
  }
  .news_area {
    margin: 1rem auto 0;
  }
  #top_news .news_head .side_line {
    margin-bottom: 10px;
  }
  #top_news .box .news_area .cta {
    margin-top: 0em;
  }
  #top_news .box .news_area .cta a {
    padding: 0.5em 0.3em;
    font-size: 2.89vw;
    margin-right: 3px;
  }
  #top_news .box .news_area .cta a.active {
    padding: 0.9em 0.3em 0.5em 0.3em;
  }
  #top_news .box .news_area .wrapper p {
    font-size: 0.8rem;
    margin-right: 0.4em;
  }
  #top_news .box .news_area .wrapper h4 {
    padding: 0.2em 0.5rem;
    width: auto;
    font-size: 0.7rem;
    border-radius: 3px;
  }
  #top_news li h3 {
    font-size: 1rem;
  }
  #top_news .box .news_area .boxes li {
    width: 95%;
    margin: 0 auto;
    padding: 0.5rem;
  }
  #top_news .box .news_area h3 {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .t_table {
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 5px;
    width: min(100%, 430px);
  }
  .t_table table tr td {
    font-size: 0.8rem;
    padding: 0.4em 0;
    width: 30px;
  }
  .t_table p {
    color: #fff;
    line-height: 1.6em;
    font-size: 12px;
  }
  .side_line h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .side_line h2 span {
    font-size: 1rem;
  }
  .side_line h2::before,
  .side_line h2::after {
    width: 50px;
  }
  .side_line h2::before {
    inset: auto auto 20px -65px;
  }
  .side_line h2::after {
    inset: auto -65px 20px auto;
  }
  #top_rese h2 {
    margin-bottom: 20px;
  }
  #top_rese .box .left {
    padding: 2em 3% 1em;
  }
  #top_rese .box .right {
    padding: 2em 3%;
  }
  #top_intro ul {
    display: block;
  }
  #top_intro ul li {
    width: 100%;
  }
  #top_intro ul li a p span {
    font-size: 1rem;
  }
  #top_intro ul li a p {
    font-size: 1.4rem;
    padding: 5em 0;
  }
  #top_po ul li > p {
    text-align: center;
  }
  #top_po h2 {
    margin-bottom: 10px;
  }
  #top_fe .inner > p {
    margin-bottom: 30px;
  }
  #top_blog h2 {
    margin-bottom: 20px;
  }
  #top_blog ul {
    margin-bottom: 0px;
    gap: 1em;
  }
  #top_po ul li > p {
    width: 100%;
  }
  #top_menu .upper a,
  #top_menu .lower a {
    width: 100%;
  }
  #top_menu a dt {
    margin-bottom: 0.5em;
  }
  #top_menu a dt,
  #top_menu .upper a:nth-child(2) dt {
    font-size: 1.5rem;
  }
  #top_menu a dt span {
    font-size: 0.9rem;
  }
  #top_menu a dd {
    padding: 0.5em 0;
    font-size: 0.9rem;
  }
  #top_address .left dl dd {
    display: none;
  }
  #top_rese .box .left p,
  #top_rese .box .right p {
    text-align: left;
  }
  #top_address .left p span {
    font-size: 12px;
  }
  #top_address .left p {
    line-height: 1.2rem;
  }
  #top_address .left img {
    margin-bottom: 30px;
    display: none;
  }
  #top_fe .wrapper .box:nth-of-type(1) .txt h3,
  #top_fe .wrapper .box:nth-of-type(2) .txt h3 {
    margin-bottom: 10px;
  }
  .disi_sma ul li {
    padding: 1.5rem;
    width: 100%;
  }
  .disi_sma ul li:last-child {
    margin-top: 1rem;
  }
  .disi_sma ul li a {
    width: min(100%, 200px);
  }
  .disi_sma .btn {
    margin-top: 2rem;
  }
  #top_rese {
    background-attachment: unset;
    background-size: unset;
  }
  #doctor01 .banner_link {
    margin-top: 1rem;
  }
  #doctor01 .btn {
    margin-top: 1rem;
  }
  /* 
 subpage共通
----------------------------------------------------------- */
  section .inner {
    padding: 2em 4%;
  }
  #top_fe .inner:first-child {
    padding: 20% 4% 0;
  }
  #top_fe .inner:last-child {
    padding: 2em 4%;
  }
  #top_address .inner {
    padding: 2em 3%;
  }
  #sub_fv {
    padding: 3rem 5%;
  }
  #sub_fv h1 {
    font-size: 2rem;
  }
  #sub_fv h1 span {
    font-size: 1rem;
  }
  #sub_fv .fv_icon {
    width: 40px;
    height: 50px;
    margin-bottom: 10px;
  }
  #sub_fv h2 {
    font-size: 1.5rem;
  }
  .fixed_menu {
    display: none;
  }
  .fixed_menu a {
    padding: 2em 1em;
    font-size: 1rem;
  }
  .fixed_menu::after {
    width: 8px;
    height: 8px;
    inset: auto 45% 10px;
  }
  .fixed_menu a span {
    width: 34px;
    height: 34px;
    background: url(library/images/side_icon.png) no-repeat center,
      rgb(255, 255, 255);
    background-size: 65%;
    inset: -18px 50% auto;
  }
  .side_line02 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .side_line02 span::before,
  .side_line02 span::after {
    width: 40px;
  }
  .side_line02 span::before {
    inset: 50% auto 50% -50px;
  }
  .side_line02 span::after {
    inset: 50% -50px 50% auto;
  }
  .corner {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  /* 
 information
----------------------------------------------------------- */
  #info_nav p {
    font-size: 1rem;
    text-align: left;
    margin: 0 auto 30px;
  }
  #info_nav .wrapper {
    gap: 0.5em 0.5em;
  }
  #info_nav .wrapper li {
    padding: 1.7em 0;
    /* border-radius: 50px; */
  }
  #info_nav .wrapper li a {
    font-size: 1rem;
  }
  #info_nav .wrapper li a br {
    display: none;
  }
  #info01 .color,
  #info_about .color {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  }
  #info01 .txt_box .list > div {
    min-width: 225px;
  }
  #info02 .wrapper {
    /* justify-content: space-between; */
    display: grid;
    gap: 1em 0.5em;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-top: 3.5rem;
  }
  #info02 .wrapper .item {
    width: 90%;
    display: block;
    padding-right: 0;
    margin: 0 auto 30px;
  }
  #info02 .wrapper .item .icon {
    padding: 50%;
    margin-bottom: 20px;
  }
  #info02 .wrapper .item .txt p {
    font-size: 0.9rem;
    line-height: 1.7em;
    letter-spacing: 0;
  }
  #info02 .inner > span {
    font-size: 0.9rem;
  }
  #info02 .inner > p span {
    font-size: 0.8rem;
  }
  #info03 .txt {
    padding: 1.5em;
  }
  .info_flow li {
    display: block;
  }
  .info_flow li .icon {
    width: 100%;
  }
  .info_flow li .icon::after {
    content: none;
  }
  .info_flow li .icon p {
    text-align: left;
    line-height: 0.7em;
    font-size: 0.8rem;
  }
  .info_flow li .txt {
    width: 100%;
  }
  .info_flow li .txt h3 {
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 1rem;
  }
  .info_flow li .txt p {
    padding: 0.5em 0.6em;
    letter-spacing: 0;
    font-size: 0.9rem;
  }
  #info04 .wrapper {
    display: grid;
    gap: 1em 0.5em;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  #info04 .wrapper .item {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
  }
  #info04 .wrapper .item .pho {
    width: 100%;
    text-align: center;
  }
  #info04 .wrapper .item .pho img {
    margin: 0 auto 20px;
  }
  #info04 .wrapper .item .txt {
    width: 100%;
  }
  #info04 .wrapper .item .txt h3 {
    text-align: center;
    font-size: 1rem;
  }
  #info04 .wrapper .item .txt p {
    font-size: 0.9rem;
    line-height: 1.7em;
    letter-spacing: 0;
  }
  #info01_v2 .circle_list li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #info01_v2 .box_shadow > p {
    text-align: left;
  }
  .info_disease_lists li {
    margin-top: 0.5rem;
  }
  .info_disease_lists li a {
    padding: 1rem 0;
    flex-direction: column;
  }
  .info_disease_lists li a span {
    width: 70%;
    height: auto;
    margin: 0 auto 0.5rem;
  }
  .info_disease_lists li h4 {
    /* font-size: 0.8em; */
    font-size: 1em;
    font-weight: 500;
  }
  #info02_v2 .rehabili_do_lists li {
    width: 100%;
  }
  #info02_v2 .box_shadow:nth-of-type(3) .circle_list li {
    width: 100%;
  }
  .info_flow_lists li .wrapper .icn,
  .info_flow_lists li h4 {
    min-width: 85px;
    max-width: 85px;
  }
  .info_flow_lists li .wrapper .icn {
    min-height: 85px;
    max-height: 85px;
    margin-right: 0.5rem;
    /* display: none; */
  }
  .info_flow_lists li h4 {
    font-size: 1em;
    margin-bottom: 0.3rem;
  }
  .info_flow_lists li .wrapper .box_shadow h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  #info_homon .inner .box_shadow:nth-of-type(5) > p {
    text-align: left;
  }
  .info_disease_lists02 {
    width: min(100%, 450px);
    margin: 0 auto;
  }
  .info_disease_lists02 li {
    width: calc(100% / 2 - 1%);
    margin-top: 0.5rem;
  }
  .info_disease_lists02 li span {
    width: 70%;
    margin: 0 auto 0.5rem;
  }
  /* 
 facilities
----------------------------------------------------------- */
  #facilities01 .s_wrapper .box {
    border-radius: 5px;
    padding: 5% 0.5rem;
  }
  /* 
 doctor
----------------------------------------------------------- */
  #doctor01 dl {
    display: block;
    width: min(100%, 400px);
  }
  #doctor01 dl dt {
    width: 100%;
    margin: 0 auto 30px;
  }
  #doctor01 dl dd {
    width: 100%;
    padding-top: initial;
  }
  #doctor02 .txt_box {
    padding: 1.5rem;
  }
  #doctor02 .txt_box p {
    text-align: left;
  }
  #doctor02 .txt_box.box01 ul li {
    margin-bottom: 15px;
  }
  #doctor02 .txt_box.box03 ul li {
    width: calc(100% / 1);
  }
  #doctor02 .txt_box.box05 ul li span {
    width: 40px;
    margin-right: 10px;
  }
  /* 
 recruit
----------------------------------------------------------- */
  #recruit01 dl {
    display: block;
  }
  #recruit01 dl dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  #recruit01 dl dd {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  /* 
 contact
----------------------------------------------------------- */
  .sp_br {
    display: block;
  }
  #contact_area .box p {
    font-size: 0.9rem;
  }
  /* 
 news
----------------------------------------------------------- */
  #l_cotent > ul li {
    width: 100%;
  }
  /*=================================================== 
デジスマ診療について
===================================================*/
  #digi01 .box_shadow {
    padding: 1rem;
  }
  #digi01 .box_shadow > img:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  #digi01 .box_shadow > p {
    margin-bottom: 1rem;
  }
  #digi01 .box_shadow > img:nth-of-type(2) {
    width: min(200px, 100%);
  }
  .accordion .title {
    padding: 0.7rem;
    font-size: 1rem;
  }
  .accordion .title span {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
  }
  .accordion .description {
    padding: 2rem 1rem;
  }
  .accordion .description > p {
    margin-bottom: 1.5rem;
  }
  .accordion .description dl dd h5 {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  /*=================================================== 
受診の流れ
===================================================*/
  .flow_lists li {
    flex-wrap: wrap;
  }
  .flow_lists li .icon {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .flow_lists li .icon p {
    text-align: left;
    font-weight: 600;
    padding-left: 0.2rem;
    margin-bottom: -0.2rem;
    display: inline-block;
  }
  .flow_lists li .icon::after {
    content: none;
  }
  .flow_lists li .box_shadow h3 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
  .flow_lists li .box_shadow p {
    font-size: 0.9rem;
  }
  .box_shadow {
    padding: 0.7rem;
  }
  .flow_lists li .icon::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #de97a3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    margin-right: 0.2rem;
  }
  #flow01 .flow_lists li:nth-child(1) .icon::before {
    background-image: url(library/images/phone_i.png);
    background-size: 50%;
  }
  #flow01 .flow_lists li:nth-child(2) .icon::before {
    background-image: url(library/images/paper_i.png);
  }
  #flow01 .flow_lists li:nth-child(3) .icon::before {
    background-image: url(library/images/ste_i.png);
  }
  #flow01 .flow_lists li:nth-child(4) .icon::before {
    background-image: url(library/images/doc_i.png);
  }
  #flow01 .flow_lists li:nth-child(5) .icon::before {
    background-image: url(library/images/drag_i.png);
  }
  #flow02 .flow_lists li:nth-child(1) .icon::before {
    background-image: url(library/images/phone_i.png);
    background-size: 50%;
  }
  #flow02 .flow_lists li:nth-child(2) .icon::before {
    background-image: url(library/images/hos_i.png);
  }
  #flow02 .flow_lists li:nth-child(3) .icon::before {
    background-image: url(library/images/paper_i.png);
  }
  #flow02 .flow_lists li:nth-child(4) .icon::before {
    background-image: url(library/images/ste_i.png);
  }
  #flow02 .flow_lists li:nth-child(5) .icon::before {
    background-image: url(library/images/drag_i.png);
  }
  /* 
 access
----------------------------------------------------------- */
  #access_route .route {
    margin-bottom: 3rem;
  }
  #access_route .route ul {
    flex-wrap: wrap;
  }
  #access_route .route ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #access_route .route.r01 ul:nth-of-type(1) {
    margin-bottom: 1.5rem;
  }
  #access_route .route.r01 ul:nth-of-type(1) li {
    width: 100%;
  }
  #access_route .route.r01 ul:nth-of-type(2) li .pho_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #access_route .route.r01 ul:nth-of-type(2) li .pho_wrapper img {
    width: 100%;
    margin-right: 0;
  }
  #access_route .route.r02 {
    margin-bottom: 0;
  }
  #access_route .route.r02 ul li:nth-of-type(1) {
    width: 100%;
  }
  #access_route .route.r02 ul li:nth-of-type(2) {
    width: 100%;
  }
  #access_route .route.r02 ul li:nth-of-type(2) .pho_wrapper {
    flex-wrap: wrap;
  }
  #access_route .route.r02 ul li:nth-of-type(2) .pho_wrapper img {
    width: 100%;
  }
  #access_route .route ul img {
    margin-bottom: 0.5rem;
  }
  #access_route .route.r01 ul:nth-of-type(1) li:not(:last-child) {
    margin-right: 0rem;
  }
  /*=================================================== 
健診・予防
===================================================*/
  .vaccination .sub_mid01 {
    margin-top: 3rem;
  }
  .table_part dt {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
  .table_part dd {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
  .vaccination .circle_list li {
    font-size: 0.9rem;
  }
  #vaccination02 .circle_list li h4 {
    font-size: 0.9rem;
  }
  #vaccination02 .circle_list li p {
    font-size: 0.9rem;
  }
  /* 
 footer
----------------------------------------------------------- */
  #footer {
    padding: 2rem 5%;
  }
  #footer ul {
    width: 300px;
    display: none;
  }
  #footer ul li {
    width: calc(100% / 2 - 10px);
  }
  #footer .sns {
    margin: 0 auto;
  }
  .f_infobox p span {
    font-size: 0.75rem;
  }
}
.vaccination .mp4_movie {
  /* width: min(600px, 100%); */
  width: 100%;
  /* margin-bottom: 1.5rem; */
  /* aspect-ratio: 516 / 315; */
  margin-top: 1.9rem;
}
.vaccination .mp4_movie video {
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 516 / 315; */
}
