@charset "UTF-8";
/* CSS Document */
/* ---------------------
  項目をコピーしてページ内検索することで目的のセクションに移動できます。
  スマホの各項目には「（スマホ）」で移動できます。
  - 基礎
  - *ヘッダー
  - *ナビゲーション
  - *ホーム（共通設定）
  - *メインビジュアル
  - *メインビジュアル直下
  - *医療コラム
  - *フッター
  - *共通要素（wrapper,box,section等）
  - *フリーエリア（上・下）
  - *医師紹介
  - *当院の特徴
  - *診療案内
  - *病名から探す
  - *症状から探す
  - *症例
  - *医院案内
  - *料金表
  - *FAQ
  - *求人案内
  - *アクセス
  - *お知らせ
  - *ブログ
  - *MPクラウド
  - *RIBON
  - *お問い合わせ
  - *ループスライダー
  - *common
  - *スマホ設定
--------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --text-color: #333;
  --main-color: #c88844;
  /*メイン色*/
  --sub-color: #EFBF6E;
  /*サブ色*/
  --bg-color: #f7f7f7;
  /*サイドメニュー・レイアウト類の背景色*/
  --border-color: #e0e0e0;
  /*境界線色*/
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  text-align: justify;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

::selection {
  background-color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

strong {
  font-weight: bold;
}

body,
.nav_wrap.fixed,
#mainvisual,
header,
footer {
  min-width: 1240px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit!important;
  }
  .fixed_web_yoyaku_btn {
    display: none!important;
  }
}

/*TELリンクのカーソルはデフォルトにする*/
[href^=tel]:hover {
  cursor: default;
  color: var(--main-color);
}
.star_01{
	display:flex;
}
.star_01 img{
	margin:5px;
}
.star_banner{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
	margin-top: 30px;
}
.star_banner a:hover{
	opacity:0.8;
}
a[href=""] {
	pointer-events: none!important;
}
/*==================================================================================================================================

  *ヘッダー

==================================================================================================================================*/
header {
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

header .inner {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
}
header .inner_box{
    width: 1200px;
    margin: auto;
    height: auto;
    position: relative;
}
/*----------ロゴ----------*/
.head_logo {
  position: absolute;
  box-sizing: border-box;
  z-index: 9;
  top: 39px;
  left: 8px;
}

.head_logo a {
  display: block;
  max-width: 420px;
  height: auto;
}

.head_logo img {
  width: 350px;
/*   height: 67px; */
  max-height: 80px;
}

/*----------基本情報----------*/
.head_info_wrap {
  display: flex;
  justify-content: flex-end;
  width: 1210px;
  margin: auto;
}

.head_info_wrap:after {
  display: block;
  content: "";
  clear: both;
}

.head_info {
  margin-top: 38px;
  text-align: right;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.head_info_add {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #fff;
}
.head_info_add span{
    margin-right: 15px;
}
.head_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: 'Crimson Text', serif;
  display: flex;
  align-items: baseline;
}

.head_info_tel span {
  font-size: 18px;
}

/*----------予約・問診ボタン----------*/
.head_btn_area {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 10px;
  padding-top: 35px;
  display: none;
}

.head_btn_area li {
  width: 140px;
  margin-right: 5px;
}

.head_btn_area li:last-child {
  margin-right: 0;
}

.head_btn_area li a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 15px 0;
  line-height: 1;
  transition: 0.2s ease-in-out;
  text-shadow: none;
}

.head_btn_area li a:hover {
  background-color: var(--sub-color);
}

.head_btn_area li a i {
  margin-right: 8px;
}

.fixed_web_yoyaku_btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  width: 55px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 6px 0;
}

.fixed_web_yoyaku_btn a {
  display: flex;
  background: var(--main-color);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  padding: 20px 10px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
/*   margin-bottom: 10px; */
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  font-family: "Noto Serif JP", serif;
	min-height:193px
}
.fixed_web_yoyaku_btn a img{
  width: 22px;
  padding-bottom: 10px;
}
.fixed_web_yoyaku_btn a:hover {
  background: var(--sub-color);
}

.fixed_web_yoyaku_btn a i {
  margin-bottom: 5px;
}

.fixed_web_yoyaku_btn a:last-child {
  margin-bottom: 0;
}
.fixed_web_yoyaku_btn a:nth-child(2){
	background:#05C755;
}
.fixed_web_yoyaku_btn a span {
    text-combine-upright: all;
    font-style: normal;
    display: inline-block;
    margin: 0 auto 5px;
}
.fixed_web_yoyaku_btn .line_icon01 img{
border: 1px solid #ffffff;
border-radius: 5px;
padding:0 0 0 0;
margin-bottom: 10px;
width: 30px;
}
.fixed_web_yoyaku_btn .line_icon01:hover{
	opacity:0.8;
}
.fixed_web_yoyaku_btn .insta_icon img{
padding:0 0 0 0;
margin-bottom: 10px;
width: 36px;
}
.fixed_web_yoyaku_btn .insta_icon:hover{
	opacity:0.8;
}
.head_mv {
  position: relative;
  /* z-index: 10; */
}

/*==================================================================================================================================

  *ナビゲーション

==================================================================================================================================*/
.nav_wrap{
  position: absolute;
  z-index: 10;
  top: 83px;
  width: 100%;
}
.menu_list_wrap{
  width: 1220px;
  margin: 0 auto;
}
.menu_list_wrap ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_list_wrap ul li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
text-shadow: 0px 0px 10px rgba(0,0,0,0.5), 0px 0px 3px rgba(0,0,0,0.5);
}
.nav_wrap :is(.btn_menu,.sp_navi_btn,.sp_btn_area){
  display: none;
}

.menu_list_wrap .nav_slidebtm p.parent_menu{
  display: none;
}

nav {
    margin-left: auto;
    width: 65%;
  z-index: 999999;
}

nav li:first-child {
  margin-left: 0;
}

nav li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
  transition: 0.15s ease-out;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
}

nav li a p {
	font-size: 60%;
	color: var(--sub-color);
	position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    letter-spacing: .08em;
    font-family: 'Cardo', serif;
    font-weight: normal;
}
p.gnavi_en_sub {
	font-size: 60%;
    color: var(--sub-color);
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    letter-spacing: .08em;
    font-family: 'Cardo', serif;
    font-weight: normal;
    text-align: center;
}
nav li a:hover {
  color: var(--main-color);
}
.menu_a{
color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
  transition: 0.15s ease-out;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif !important;
}

/*----------ホバーのボーダー----------*/
nav li a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  z-index: 1;
}

nav li a:hover::before{
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*----------固定時のナビ----------*/
.nav_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  background: rgba(0,0,0,0.6);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_wrap.fixed ul {
  width: 1200px;
  justify-content: center;
    gap: 0 50px;
}
.nav_wrap.fixed nav{
    width: 95%;
    margin: auto;
}
.nav_wrap.fixed .menu_list_wrap{
    width: 1200px;
	margin: 2% auto 1%;
}

/*----------ホバーで表示されるナビ----------*/
nav ul li div {
  position: absolute;
  display: none;
  /*1列にしたい場合はwidthを300px前後にしてください*/
  width: 290px;
  top: 100%;
  left: 0%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
}

nav ul li.nav_slidebtm:hover div {
  display: flex;
  flex-wrap: wrap;
}
nav ul li.nav_slidebtm:focus-within > div{
  display: flex;
  flex-wrap: wrap;
}
nav ul li div a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  margin: 0 !important;
  /*1列にする場合はwidth不要*/
  width: 100%;
}

nav ul li div a:nth-child(even) {
  /*1列にする場合は不要*/
  /* border-right: 1px solid var(--border-color); */
}

nav ul li div a::after,
nav ul li div a::before {
  display: none;
}

nav ul li div a:hover {
  background-color: white;
}

.sp_under_nav {
  display: none;
}

/* ------- メガメニュー ------- */
nav ul li.is_mega{
  position: static;
}
nav ul li.is_mega div{
  width: 100%;
}

/* その他nav */
.nav_catch {
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.nav_catch_list {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px 20px;
}
.nav_catch_item {
  border: 1px solid var(--main-color);
  padding: 6px 8px;
  line-height: 1;
  font-size: min(12px, 3vw);
}

/*==================================================================================================================================

  *ホーム（共通設定）

==================================================================================================================================*/
/*----------メインビジュアル----------*/
body.home .mainvisual_wrapper {
  position: relative;
}

body.home #mainvisual {
  position: relative;
  height: 860px;
  background-image: none;
}

body.home #mainvisual .inner {
  display: block;
  align-items: unset;
  justify-content: unset;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/*----------セクションの間隔----------*/
body.home .wrapper main section {
  position: relative;
  margin: 0 0 80px;
}

/*----------box----------*/
body.home .box1 {
/*   max-width: 1200px; */
	max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
}

/*----------h2の装飾----------*/
body.home h2 {
  text-align: center;
  border-bottom: none;
  border-bottom: 2px solid var(--main-color);
  display: table;
  margin: 0 auto 30px;
  border-bottom: none;
}

body.home h2::after {
  border-bottom: none;
  content: none;
}

/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
/*--------------------#mainvisual--------------------*/
.home #mainvisual {
  display: block;
  position: relative;
  height: 180px;
  overflow: hidden;
}
#mainvisual{
  height: 380px;
    background-color: rgba(0, 0, 0, 0.4);
}
#mainvisual .header_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  min-height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainvisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: inherit;
  margin: 0 auto;
/*   width: 1200px; */
	width: 1220px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainvisual .slider-slide + .inner {
  width: 1036px;
}

/*----------スライダー フェード----------*/
.slider-fade .slick-slide img {
  width: 100%;
  height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------キャッチコピー----------*/
.main_catch {
  position: absolute;
/*   left: 0; */
/* 	 left: 150px; */
	right:0;
  top: 230px;
  width: 100%;
/*   max-width: 870px; */
	max-width: 570px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
  justify-content: right;
  pointer-events: none;
}

.catchcopy_tit {
  display: block;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 72px;
  color: var(--text-color);
  line-height:1;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
  font-family: "Crimson Text", serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.1em;
display: inline-block;
  background: linear-gradient(90deg, #c88844,#dda661);
  background: -webkit-linear-gradient(0deg, #c88844,#dda661);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
	font-weight: 600;
    font-size: 64px;
    -webkit-text-stroke: 0.5px #000;
}

.catchcopy_text {
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 7px;
 font-family: "Noto Serif JP", serif; 
 display: flex;
 align-items: center;
 gap: 0 15px;
}
.catchcopy_text span img{
    margin-top: 8px;
}
/*----------キャッチコピー（スライドごと）----------*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*----------RIBONバナー----------*/
.mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*----------左下のバナー----------*/
.mv_bannar_flex{
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    bottom: 20px;
    right: 0;
    gap: 0 8px;
}
.mv_bannar {
	width: 210px;
  height: auto;
}
.mv_open{
    width: 170px;
    height: auto;
}
.mv_bannar img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.mv_bannar a:hover {
  opacity: 0.8;
}

.mv_bannar .btn01 a {
  font-size: 120%;
}

.mv_bannar_flex_02{
	position: absolute;
    bottom: 20px;
	left: 0;
	display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
	align-items: flex-end;
}

.mv_bannar_flex_02 a:hover {
  opacity: 0.6;
}
.mv_bannar_flex_03 {
    position: absolute;
    right: 0;
    top: 130px;
}
.mv_bannar_flex_03 ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.mv_bannar_flex_03 ul li img {
    width: 180px;
}
/*==================================================================================================================================

  *メインビジュアル直下

==================================================================================================================================*/
.sec_top_medical_link {
	background: #ede5da;
}
.top_medical_list_link {
	padding: 40px 0 0!important;
}
.top_medical_link {
    display: flex;
/*     justify-content: flex-start;
    gap: 10px; */
	justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.top_medical_link a:hover {
    opacity:0.6;
}
/*==================================================================================================================================

  *医療コラム

==================================================================================================================================*/
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}
.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
.column_list_flex dd {
  padding: 10px;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}
.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}
.column_list_flex dd ul li a{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
	p.title02{
		position: relative;
		padding: 0 0 8px;
		margin: 0 0 30px;
		line-height: 1.4;
		font-size: 180%;
		font-weight: bold;
		font-family: "Noto Serif JP", serif;
		text-align: center;
}
	p.title02::before{
		content: "";
		background: url(../images/logo_icon-8.png) no-repeat;
		width: 50px;
		height: 52px;
		position: absolute;
		top: -70%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-size: 100%;
}
/*==================================================================================================================================

  *フッター

==================================================================================================================================*/
/*--------------------footer--------------------*/
footer {
  position: relative;
  width: 100%;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
}
footer .box1 {
  max-width: 1200px;
}
.footer_logo_box{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 50px 0;
}
.footer_logo_box .logo{
  width: 205px;
  margin: auto;
}
footer h2 {
  text-align: center;
  border-bottom: 2px solid var(--main-color);
  display: table;
  margin: 0 auto 30px;
}

.footer_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*--------------------footer 左側--------------------*/
.footer_info_left {
  width: 45%;
  box-sizing: border-box;
}
.footer_info_left .clinic_info dl dt{
  background: var(--main-color);
  color: #fff;
  border: solid 1px var(--main-color);
}
.footer_info_left .clinic_info dl dd{
  color: rgba(255,255,255,0.8);
}
.footer_info_left .clinic_info dl dd a{
  color: rgba(255,255,255,0.8);
}
/*ロゴ*/
.footer_info_left .logo {
  text-align: center;
  margin: 0 0 20px;
}

.footer_info_left .logo img {
  max-width: 400px;
  width: 100%;
  max-height: 200px;
}

/*文章部分*/
.footer_info_kamoku {
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer_info_add {
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer_info_add span {
  display: block;
}

.footer_info_access {
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer_info_access li {
  position: relative;
  list-style: none !important;
  display: table;
  list-style-image: none;
  margin-bottom: 5px;
  padding: 5px 15px;
  background: var(--bg-color);
}

.footer_info_access li:last-child {
  margin-bottom: 0;
}

.footer_info_tel {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.footer_info_tel span {
  font-size: 70%;
}

.footer_info_fax {
  line-height: 1.5;
}

.footer_info_tel_text {
  line-height: 1.5;
  margin-bottom: 15px;
}
.price_box_card.center {
    padding: 0.6rem;
    background: #fff;
}
.price_box_card p {
    font-size: 110%;
    font-weight: bold;
    clear: both;
    font-family: "Noto Serif JP", serif;
}
.price_box_card p span {
    color: var(--main-color);
    font-size: 90%;
	display:block;
}
.price_box_card img {
    margin: 10px 0;
}
/*--------------------footer 右側--------------------*/
.footer_info_right {
  width: 556px;
}
.footer_info_right .sche_wrap .tb02_tit{
  color: rgba(255,255,255,0.8);
  border: 1px rgb(255 255 255 / 48%) solid;
  padding: 8px 9px;
}
.footer_info_right .sche_wrap {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.footer_info_right .sche_wrap .tb02 th{
  color: #fff;
  border-left: 1px solid #727272;
  font-weight: 300;
}
.footer_info_right .sche_wrap .tb02 td{
  border-left: 1px solid #727272;  
      font-weight: 300;
}
.footer_info_right .sche_wrap .tb02 tr:first-of-type td{
  color: #fff;
  font-size: 16px;
}
.footer_info_right .sche_wrap .tb02 tr:first-of-type td{
  /* border-right: 1px solid #727272; */
}
.footer_info_right .sche_wrap .tb02 tr:first-of-type td [data-ruby]::before{
font-size: 9px;
transform: scale(0.85);
}
.footer_info_right .sche_wrap:last-child {
  margin-bottom: 0;
}
.footer_info_right .sche_wrap .kyushinbi{
  color: #fdfdfe;
  font-size: 14px;
}
.footer_info_right .sche_wrap .schedule_note p{
  color: #fdfdfe;
  font-size: 14px;
}
footer .tb02 tr:first-of-type {
  background: none;
}

footer .text {
  margin: 0;
}

/*--------------------GoogleMAP--------------------*/
.footer_googlemap {
  width: 100%;
  margin: 12px 0 0;
}
.footer_googlemap .map_btn{
  text-align: right;
  margin-top: 15px;
  width: 94%;
    margin-right: auto;
}
.footer_googlemap .map_btn a{
  color: #fff;
  padding: 0px 39px 0px 18px;
  font-size: 14px;
  text-align: right;
}
.footer_googlemap .map_btn a::before{
  right: 0;
}
.footer_googlemap .map_btn a:hover{
  opacity: 0.8;
  color: #fff;
}
.footer_googlemap .map_btn a:hover::before{
  right: -10px;
}
.footer_googlemap .googlemap iframe{
  width: 564px;
  height: 306px;
}
.googlemap {
  position: relative;
}

.googlemap iframe {
  width: 100%;
  height: 400px;
}
.footer_info_right .schedule_note .btn01{
  margin-top: 8px;
}
.footer_info_right .schedule_note .btn01 a{
  text-align: center;
    padding: 3px 60px 3px 45px;
}
.footer_info_right .schedule_note .btn01 a::after{
  content: "";
    background: url(../images/yoyaku_icon.svg) no-repeat;
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*--------------------連携病院--------------------*/
.sec_top_affiliations {
  background: var(--bg-color);
  padding: 120px 0 0;
}

.top_affiliations_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	align-items: center;
}

.top_affiliations_list li {
  width: 23%;
  margin: 0 2.6666666667% 30px 0;
}

.top_affiliations_list li:nth-child(4n) {
  margin-right: 0 !important;
}

.top_affiliations_list li a {
  display: block;
  pointer-events: all;
  transition: 0.2s;
}
.top_affiliations_list li a span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 10px;
  background-color: #ececec;
  pointer-events: none;
  transition: 0.2s;
}
.top_affiliations_list li a img {
  pointer-events: none;
  transition: 0.2s;
}

.top_affiliations_list li a:hover {
  color: var(--text-color);
}
.top_affiliations_list li a:hover span {
  background-color: #ccc;
}
.top_affiliations_list li a:hover img {
  opacity: 0.8;
}

/*--------------------フッターのサイドバナー--------------------*/
.sec_footer_banner {
  padding: 50px 0 0;
}
.sec_footer_banner ul {
  display: flex;
  flex-wrap: wrap;
}
.sec_footer_banner ul li {
  width: 23%;
  margin: 0 2.6666666667% 30px 0;
}
.sec_footer_banner ul li:nth-child(4n) {
  margin-right: 0 !important;
}

/*----------フッターのナビ----------*/
.footer_navi {
}
.footer_navi .inner {
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding: 16px 20px 18px;
  margin: 0 auto 15px;
  justify-content: center;
}
.footer_navi .inner ul{
  display: flex;
  justify-content: center;
    gap: 0 15px;
}
.footer_navi .inner > ul:last-child {
  width: 100%;
}
.footer_navi ul li {
  margin: 0 0 10px;
}
.footer_navi .footer_cate_wrap,.footer_navi .footer_column_cate{
  display: none;
}
.footer_navi ul li p {
  margin: 0 0 10px;
}
.footer_navi ul li a {
  position: relative;
  color: #fff;
  text-align: center;
  transition: 0.15s ease-out;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.footer_navi ul li a:hover {
  color: var(--main-color);
}

.footer_cate_wrap {
  margin-left: 15px;
}
/*カテゴリが1つだけの時のCSS*/
.footer_medical_list .footer_cate_wrap ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
}
.footer_medical_list .footer_cate_wrap ul li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  width: calc(25% - 1em);
  font-size: 90%;
}
.footer_medical_list .footer_cate_wrap ul li::before {
  content: "-";
  margin-right: 5px;
}

/*カテゴリが複数ある時のCSS*/
.footer_cate p {
  font-weight: bold;
  color: var(--main-color);
}
.footer_cate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
}
.footer_cate ul li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  width: calc(25% - 1em);
  font-size: 90%;
}
.footer_cate ul li::before {
  content: "-";
  margin-right: 5px;
}

/*医療コラム*/
.footer_column_cate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  margin-left: 15px;
}
.footer_column_cate li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  width: calc(25% - 1em);
  font-size: 90%;
}
.footer_column_cate li::before {
  content: "-";
  margin-right: 5px;
}

/*----------フッターナビのホバーのボーダー----------*/
.footer_navi ul li a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  z-index: 1;
}

.footer_navi ul li.btn01 a::before {
  display: none;
}

.footer_navi ul li a:hover::before{
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.footer_navi ul li.btn01 a {
  color: #fff;
}

.footer_navi ul li.btn01 a:hover {
  color: var(--main-color);
}

/*--------------------フッターのSNS--------------------*/
footer .side_sns {
  padding: 16px 0;
  margin: 0 auto;
}
footer .side_sns li {
  width: auto;
  margin-right: 10px;
}
footer .side_sns li:last-child {
  margin-right: 0;
}
footer .side_sns li a {
  padding: 0;
}
footer .side_sns li a:hover {
  color: var(--sub-color);
}
footer .side_sns li a i {
  font-size: 28px;
}

/*----------ページトップ----------*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s ease-in-out;
}
.pagetop img{
  transform: rotate( 270deg );
    width: 18px;
    height: 7px;
}
.pagetop:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  border: 1px solid var(--main-color);
  background: transparent;
  color: var(--main-color);
}

/*----------コピーライト----------*/
.copy {
  text-align: center;
  background-color: #000;
  padding: 2px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Crimson Text", serif;
}

.copy small {
  font-size: 14px;
  color: #fff;
}

/*==================================================================================================================================

  *共通要素（wrapper,box,section等）

==================================================================================================================================*/
.contents_bg {
  position: relative;
}

:is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .contents_bg:before{
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: #ede5da;
  top: 0;
  width: calc((100% - 1200px) / 2);
  right: 0;
}


.contents {
  width: 1200px;
  margin: auto;
  padding: 50px 20px 56px;
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  background: #fff;
  z-index: 2;
}

main img {
  max-width: 100%;
  height: auto;
}

.wrapper main {
  width: 100%;
  padding: 30px 0 0;
}
:is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main{
  width: 68%;
}

/*--------------------box--------------------*/
.box1 {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

section:first-child .box1 {
  padding-top: 0;
}

/*--------------------text--------------------*/
.text {
  position: relative;
  margin: 0 0 80px;
}

.text p {
  margin-bottom: 1em;
}

.text p:last-child {
  margin-bottom: 0;
}

.textarea p {
  font-size: 16px;
  margin-bottom: 22px;
}

.textarea p:last-child {
  margin-bottom: 0;
}

/*--------------------下層ページのレイアウト--------------------*/
.body_single,
.sec_doctor,
.sec_clinic,
.price_wrap,
.faq_wrap,
.sec_access,
.access_route,
.sec_recruit,
.sec_freearea_up,
.sec_freearea_under,
.medical_list li,
.clinic_facilities {
  position: relative;
  margin: 0 0 120px;
}

.body_single p {
  margin-bottom: 1em;
}

.sec_medical .text {
  margin-bottom: 0;
}

/*--------------------サイドバー--------------------*/
.side_area {
  width: 28%;
  padding: 50px 2%;
  z-index: 3;
  background: #ede5da;
}

.side_box, .side_bannar {
  margin-bottom: 40px;
}

.side_area .btn01 a {
  width: 100%;
  color: #fff !important;
}

.side_bannar ul li {
  margin-bottom: 10px;
  text-align: center;
}

.side_bannar ul li a:hover {
  opacity: 0.8;
}

.side_area .side_title {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--main-color);
  text-align: left;
  line-height: 1.6;
}

.side_area .side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}

.side_area li a {
  color: var(--text-color);
}
.side_area ul.children li.cat-item a{
  padding-left: 1em;
}
.side_area ul.children li.cat-item a::before{
  content: "－";
}
.side_area li a:hover {
  color: var(--main-color) !important;
}

.op_sidefreearea p a {
  display: block;
}
/*----------SNSボタン----------*/
.side_sns {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.side_sns li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-right: 5px;
}

.side_sns li:last-child {
  margin-right: 0;
}

.side_sns li a {
  display: block;
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
  border-radius: 5px;
}

.side_sns li a i {
  display: block;
  font-size: 18px;
}

/*----------診療案内メニュー----------*/
.medical_menu li {
  position: relative;
  border-bottom: 1px dotted var(--border-color);
  line-height: 1.6;
}

.medical_menu li:last-of-type {
  border-bottom: none;
}

.medical_menu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--main-color);
}

.medical_menu li a {
  display: block;
  padding: 10px 0 10px 25px;
  transition: 0.5s;
}

.medical_menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/*--------------------ボタン--------------------*/
.btn01 a {
  display: inline-block;
  padding: 3px 60px 5px 20px;
  margin: 10px 0;
  background: rgb(218,161,79);
 background: linear-gradient(37deg, rgba(218,161,79,1) 0%, rgba(111,89,43,1) 100%);
  color: #fff;
  transition: 0.2s ease-in-out;
  position: relative;
  min-width: 180px;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: left;
}

.btn01 a:hover {
  color: var(--main-color);
  opacity: 0.8;
  color: #fff;
    filter: brightness(1.3);
}

.btn01 a:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 17px;
  height: 7px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: 0.2s ease-in-out;
}

.btn01 a:hover::before {
  right: 17px;
}

.btn02 a {
  display: inline-block;
  padding: 15px 60px 19px 20px;
  margin: 10px 0;
  background: rgb(218,161,79);
 background: linear-gradient(37deg, rgba(218,161,79,1) 0%, rgba(111,89,43,1) 100%);
  color: #fff;
  transition: 0.2s ease-in-out;
  position: relative;
  min-width: 180px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: left;
}

.btn02 a:hover {
  color: var(--main-color);
  opacity: 0.8;
  color: #fff;
    filter: brightness(1.3);
}

.btn02 a:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 17px;
  height: 7px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: 0.2s ease-in-out;
}

.btn02 a:hover::before {
  right: 17px;
}
/*--------------------パンくず--------------------*/
#breadcrumb {
  width: 100%;
  margin: 0 0 50px 0;
}

#breadcrumb ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: unset;
}

#breadcrumb ol li {
  position: relative;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0;
}

#breadcrumb ol li::before {
  content: "›";
  width: 20px;
  height: 16px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: none;
  left: unset;
}

#breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#breadcrumb ol li:last-child::before {
  content: normal;
}

#breadcrumb ol li a {
  display: inline-block;
  position: relative;
  width: auto;
}

#breadcrumb ol li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
}

/*--------------------タイトル--------------------*/
h1 {
  position: absolute;
  top: 12px;
  right: 0;
  line-height: 1.3;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

h2 {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 180%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

h2::before {
  content: "";
  background: url(../images/logo_icon-8.png) no-repeat;
  width: 50px;
  height: 52px;
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: 100%;
}

h2 span {
  font-size: 60%;
  color: var(--sub-color);
	display:block;
}

h3 {
  border-bottom: 1px solid var(--main-color);
  padding: 0 0 10px 20px;
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 150%;
  font-weight: bold;
  display: block;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
h3::before{
  content: "";
  position: absolute;
  top: 42%;
  left: 5px;
  display: block;
  width: 3px;
  height: 60%;
  background: var(--main-color);
  border-radius: 30px;
  transform: translate(0,-50%);
}
h3 span {
  font-size: 80%;
  color: var(--main-color);
}

h4 {
  position: relative;
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 125%;
  font-weight: bold;
  color: var(--main-color);
  clear: both;
  font-family: "Noto Serif JP", serif;
}

h4 span {
  font-size: 80%;
  color: var(--sub-color);
}

h5 {
  position: relative;
  margin: 0 0 15px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
  color: #714c2b;
  clear: both;
  font-family: "Noto Serif JP", serif;
  padding-left: 38px;
}
h5::before{
  position: absolute;
    content: '';
    top: calc(50% - 0px);
    width: 25px;
    left: 0;
    height: 2px;
    border-top: solid 2px var(--main-color);
}
h5 span {
  font-size: 80%;
  color: var(--sub-color);
}

/*--------------------下層の見出しの上に余白を付ける--------------------*/
.body_single{
  position: relative;
    z-index: 1;
    padding: 160px 0 90px;
    margin: 0;
}

.body_single:nth-of-type(2n+1){
  padding: 160px 0 90px;
}
.body_single:nth-of-type(2n+1)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 99vw;
  min-width: 1240px;
  height: 100%;
  background: #ede5da;
  transform: translate(-50%,0);
  pointer-events: none;
}
/* .page-id-345 .body_single:nth-of-type(2n+1)::before{
    background: #fff!important;
} */
.access_contents:nth-of-type(2n+1)::before {
	background: #fff;
}
.access_contents:nth-of-type(2n)::before {
	content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 99vw;
  min-width: 1240px;
  height: 100%;
  background: #ede5da;
  transform: translate(-50%,0);
  pointer-events: none;
}

.body_single h2:nth-child(n+2) {
  margin-top: 2em;
}

.body_single h3:nth-child(n+2),
.body_single h4:nth-child(n+2),
.body_single h5:nth-child(n+2),
.body_single h6:nth-child(n+2) {
  margin-top:1.5em;
}

/*--------------------TinyMCEエディタ用--------------------*/
/*----------見出し----------*/
/*太字*/
.title_style01 {
  color: var(--main-color);
  font-weight: bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}

/*下線*/
.title_style02 {
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}

/*背景色付き・白抜き*/
.title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
}

h2.title_style01:before,
h2.title_style01:after,
h3.title_style01:before,
h3.title_style01:after,
h4.title_style01:before,
h4.title_style01:after,
h5.title_style01:before,
h5.title_style01:after,
h2.title_style02:before,
h2.title_style02:after,
h3.title_style02:before,
h3.title_style02:after,
h4.title_style02:before,
h4.title_style02:after,
h5.title_style02:before,
h5.title_style02:after,
h2.title_style03:before,
h2.title_style03:after,
h3.title_style03:before,
h3.title_style03:after,
h4.title_style03:before,
h4.title_style03:after,
h5.title_style03:before,
h5.title_style03:after {
  display: none;
}

/*----------枠----------*/
.box_style01 {
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style01 p:last-of-type,
.box_style02 p:last-of-type,
.box_style03 p:last-of-type {
  margin-bottom: 0;
}
.box_style04 {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
}

/*----------テーブル----------*/
.freearea_up table,
.freearea_under table,
.body_single table,
.body_single table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3,
.blog_text table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}

.freearea_up th,
.freearea_under th,
.freearea_up td,
.freearea_under td,
.body_single th,
.body_single td,
.table_style2_30 th,
.table_style2_30 td,
.table_style2_50 th,
.table_style2_50 td,
.table_style2_70 th,
.table_style2_70 td,
.table_style3 th,
.table_style3 td,
.blog_text th,
.blog_text td {
  padding: 8px 20px;
}

.freearea_up th,
.freearea_under th,
.body_single th,
.table_style2_30 th,
.table_style2_50 th,
.table_style2_70 th,
.table_style3 th,
.blog_text th {
  font-weight: bold;
  background-color: #ebebeb;
  border: 1px solid var(--border-color);
}

.freearea_up td,
.freearea_under td,
.body_single td,
.table_style2_30 td,
.table_style2_50 td,
.table_style2_70 td,
.table_style3 td,
.blog_text td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.table_style2_30 span,
.table_style2_50 span,
.table_style2_70 span,
.table_style3 span {
  font-size: 80%;
}

.table_style2_30 tr:first-of-type th,
.table_style2_30 tr:first-of-type td {
  width: 30%;
}

.table_style2_30 tr:first-of-type td:nth-child(2) {
  width: 70%;
}

.table_style2_50 tr:first-of-type th,
.table_style2_50 tr:first-of-type td {
  width: 50%;
}

.table_style2_70 tr:first-of-type th,
.table_style2_70 tr:first-of-type td {
  width: 70%;
}

.table_style3 th,
.table_style3 td {
  width: 33.3333333333% !important;
}
.table_color_r{
	background-color: #FBE5D6!important;
}
.table_color_y{
	background-color: #FFF2CC!important;
}
.table_color_b{
	background-color: #DEEBF7!important;
}
.table_color_g{
	background-color: #e5f0e7!important;
}
.table_wrap{
	overflow-x: scroll;
}
.table_wrap table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}
.table_wrap table th,
.table_wrap table td {
  padding: 8px 15px;
  vertical-align:middle;
  text-align: center;
border-color: #000000;
}
.table_wrap.venereal {
	font-size: 85%;
}
.OAB table td {
	text-align:left!important;
}
.OAB table th span {
    font-size: 80%;
}
.topics_2404 .table_wrap table td {
    text-align: left;
}
/*----------ラインマーカー----------*/
.marker {
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

/***********以下はクラスを作るときの参考CSS*********
中央下下線
.tit01 {
  position: relative;
  margin: 30px 0;
  padding: 0;
  line-height: 1.5;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  border-bottom: none;
}
.tit01 span {
  font-size: 80%;
  color: var(--sub-color);
  display: block;
}
.tit01:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 3px solid var(--main-color);
  bottom: -3px;
  width: 20%;
  margin: auto;
  right: 0;
  left: 0;
}

背景画像有り 中央寄せ
.tit02 {
  position: relative;
  margin: 30px 0 50px;
  padding: 10px 0 0;
  line-height: 1.5;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  background: url(../images/h2_bg.png) no-repeat;
  background-position: center top;
  background-size: contain;
  border-bottom: none;
}
.tit02 span {
  border-bottom: none;
  padding-bottom: 9px;
  display: block;
  font-size: 60%;
  color: var(--sub-color);
}
.tit02:after {
  display: none;
}


左右線　中央寄せ
.tit03 {
  border-bottom: dotted 4px var(--main-color);
  margin: 0 0 50px;
}
.tit03 span {
  border-bottom: none;
  padding-bottom: 9px;
  font-size: 80%;
  color: var(--sub-color);
}
.tit03:after {
  display: none;
}

ドットの下線　左寄せ
.tit04 {
  position: relative;
  padding: 0 55px;
}
.tit04 {
  overflow: hidden;
  text-align: center;
  border-bottom: none;
  line-height: 1.5;
  margin: 0 0 40px;
}
.tit04 span {
　　position: absolute;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.25em;
  text-align: left;
  color: var(--text-color);
  font-size: 100%;
}
.tit04 span::before,
.tit04 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: black;
}
.tit04 span::before {
  left:0;
}
.tit04 span::after {
  right: 0;
}
/*************************************************/
/*----------下層ページの見出し----------*/
.main_headline {
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  filter: drop-shadow(2px 2px 10px #fff)drop-shadow(0 0 2px #fff);
  margin-top: 60px;
}

.main_headline p {
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 105%;
  color: var(--main-color);
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Noto Serif JP", serif;
}

.main_headline p.midashi {
  line-height: 1.5;
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  display: block;
  color: var(--text-color);
  text-transform: inherit;
}

.main_headline p.midashi:before,
.main_headline p.midashi:after {
  display: none;
}

/*----------飾りの英語の棒----------*/
.main_headline p::before,
.main_headline p::after {
  position: relative;
  content: "-";
}

.main_headline p::before {
  left: -0.5em;
}

.main_headline p::after {
  right: -0.5em;
}

/*--------------------診療内容などのコンテンツ部分--------------------*/
.body_list li {
  margin-bottom: 60px;
}

.body_list li .text {
  margin-bottom: 15px;
}

.body_wrap_float:after {
  display: block;
  clear: both;
  content: "";
}

/*ページ内リンク設定*/
.ank_single {
  position: relative;
  margin:0 0 0px;
}

.anklink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 90px;
}

.anklink li {
  width: 49%;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10px;
}

.anklink li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anklink li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.anklink li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/* 扉ページのリンク */
.contentlink{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.contentlink li{
  max-width: 390px;
  width: 100%;
}
.contentlink li a{
  display: block;
  text-align: center;
  font-weight: bold;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 10px;
}
.contentlink li a:hover{
  color: #fff;
  background: var(--main-color);
}
/*--------------------共通--------------------*/
/*----------無装飾----------*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}

.list01 li {
  margin-bottom: 12px;
  list-style-type: none;
}

.list01 p:last-of-type {
  margin-bottom: 0;
}

/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
}

.list02 p:last-of-type {
  margin-bottom: 0;
}

/*----------点----------*/
.list03 {
  list-style: none !important;
  margin: 0 0 15px;
}

.list03 li {
  position: relative;
  padding-left: 15px;
  list-style: none !important;
  display: block;
  list-style-image: none;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
  content: "";
}

.list03 li i {
  margin-right: 8px;
}

.list03 li span:not(.marker) {
  display: block;
  font-weight: bold;
}

.list03 p:last-of-type {
  margin-bottom: 0;
}

/*----------三角----------*/
.list04 {
  margin: 0 0 15px;
}

.list04 li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
  list-style-type: none;
}

.list04 li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid var(--main-color);
  content: "";
}

.list04 p:last-of-type {
  margin-bottom: 0;
}

/*----------矢印----------*/
.list05 {
  margin: 0 0 15px;
}

.list05 li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  margin-bottom: 8px;
}

.list05 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
  content: "";
}

.list05 p:last-of-type {
  margin-bottom: 0;
}

/*----------点と背景色----------*/
.list06 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  flex-wrap: wrap;
}

.list06:after {
  display: block;
  clear: both;
  content: "";
}

.list06 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 5%;
  list-style-type: none;
  color: #fff;
}

.list06 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  border-radius: 100%;
}

.list06 p:last-of-type {
  margin-bottom: 0;
}

/*----------点と枠----------*/
.list07 {
  margin: 0 0 15px;
  margin-bottom: 7px;
  padding: 20px;
  border: 2px solid rgba(0,0,0,0.3);
  display: flex;
  flex-wrap: wrap;
}

.list07:after {
  display: block;
  clear: both;
  content: "";
}

.list07 li {
  position: relative;
  padding-left: 1em;
  margin: 0 2em 0.5em 0;
  list-style-type: none;
}

.list07 li:last-child {
  margin-bottom: 0;
}

.list07 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

.list07 p:last-of-type {
  margin-bottom: 0;
}
/*----------点と枠と背景色----------*/
.list07_bg {
  margin: 0 0 15px;
  margin-bottom: 7px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.3);
  display: flex;
  flex-wrap: wrap;
	box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
}

.list07_bg:after {
  display: block;
  clear: both;
  content: "";
}

.list07_bg li {
  position: relative;
  padding-left: 1em;
  margin: 0 2em 0.5em 0;
  list-style-type: none;
}

.list07_bg li:last-child {
  margin-bottom: 0;
}

.list07_bg li:before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list07_bg li i {
  margin-right: 8px;
}

.list07_bg p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックと背景色（一行ずつ表示）----------*/
.list08_w100 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 30px 10px;
  background-color: var(--bg-color);
}

.list08_w100:after {
  display: block;
  clear: both;
  content: "";
}

.list08_w100 li {
  position: relative;
  float: none;
  margin: 0 30px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: table;
}

.list08_w100 li:before {
  display: block;
  position: absolute;
  left: -28px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}

.list08_w100 p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックと背景色（文章幅に合わせる）----------*/
.list08 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 30%);
  display: flex;
  flex-wrap: wrap;
}

.list08:after {
  display: block;
  clear: both;
  content: "";
}

.list08 li {
  position: relative;
  margin: 0 10px 10px 40px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list08 li:before {
  display: block;
  position: absolute;
  left: -23px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}

.list08 p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックなし----------*/
.list08_nocheck {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}

.list08_nocheck:after {
  display: block;
  clear: both;
  content: "";
}

.list08_nocheck li {
  position: relative;
  margin: 0 10px 10px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list08_nocheck p:last-of-type {
  margin-bottom: 0;
}
.list08_nocheck em {
    font-weight: 600;
    color: var(--main-color);
    margin-right: 5px;
}
/*----------チェックなし----------*/
.list_kakomi {
  margin: 0 0 15px;
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
}

.list_kakomi:after {
  display: block;
  clear: both;
  content: "";
}

.list_kakomi li {
  position: relative;
  margin: 0 5px 10px 0;
  padding: 3px 8px;
  border: 1px solid var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list_kakomi p:last-of-type {
  margin-bottom: 0;
}

/*----------注釈リスト----------*/
.list12 li{
  position: relative;
  margin-bottom: 5px;
  color: #777;
  font-size: 95%;
  padding-left: 1em;
  text-indent: -1em;
}
.list12 li::before{
  content: "※";
  display: inline;
}

/*----------番号付き----------*/
ol {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}

ol li:last-of-type {
  margin: 0 0 0 30px;
}

ol li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  left: -30px;
  position: absolute;
  font-family: "adobe-garamond-pro", serif;
}

/*----------番号（四角の背景色付き）----------*/
ol.square {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol.square li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.square li:before {
  padding: 2px 8px;
  background: var(--sub-color);
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "adobe-garamond-pro", serif;
}

/*----------番号（四角の背景色付き）----------*/
ol.circle {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol.circle li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.circle li:before {
  margin: 0 0 8px;
  line-height: 1.8;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "adobe-garamond-pro", serif;
}

/*----------何かの装飾----------*/
.top_flex_box {
  display: flex;
  justify-content: space-between;
}

.top_flex_box > div {
  flex: 1;
  padding: 0 35px;
}
.flex_box_line2 {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.flex_box_img {
    width: 350px;
    height: auto;
}
.flex_box_text {
    width: calc(100% - 380px);
}
/*----------引用----------*/
blockquote {
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

/*--------------------アンカーリンンク--------------------*/
/*4個並び*/
.ank01 {
  margin: 0 auto 100px;
}

.ank01 li {
  display: table;
  position: relative;
  float: left;
  width: 24%;
  height: 66px;
  margin-bottom: 1.5%;
  margin-left: 1.33%;
  line-height: 1.4;
}

.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9) {
  margin-left: 0;
}

.ank01 li a {
  display: table-cell;
  padding: 12px 5px 15px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  font-size: 13px;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank01 li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.ank01 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}
/* 美容内服ページ */
.postid-2100 .anklink {
    margin: 0;
}
/*-------------------layout--------------------*/
/* --------------layout共通タイトル-------------- */
.layout_tit{
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.layout_tit em{
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
.layout_tit span{
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
/* layout小タイトル */
.layout_tit_02{
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
  position: relative;
  margin: 0 0 15px;
  background: rgb(255 255 255 / 30%);
}
.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--main-color);
  content: "";
}
.layout01 .layout01_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
.layout01 .layout01_box:after {
  position: absolute;
	bottom:-3px;
	left:0;
	width:100%;
  border-top: 1px solid var(--main-color);
  content: "";
}
.layout01 .layout01_title {
  width: 30%;
  background-color: rgba(0,0,0,0.3);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.layout01 .layout01_title em {
  display: block;
  width: 100%;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  font-weight: normal;
  color: var(--sub-color);
}
.layout01 .layout01_title span{
  font-size: 75%;
}

.layout01 .layout01_text {
  width: 70%;
  padding: 3%;
}
.layout01 .layout01_text p:last-of-type {
	margin-bottom:0;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout02::after {
  display: block;
  clear: both;
  content: "";
}
.layout02 .layout02_box {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: var(--bg-color);
}
.layout02 .layout02_box:nth-child(even) {
  margin-right: 0;
}
.layout02 .layout02_box .layout02_text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color);
}
.layout02 .layout02_text img{
  width: 100%;
  height: auto;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}
.layout03 .layout03_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout03 .layout03_title {
  width: 27%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.layout03 .layout03_title p{
  margin-bottom: 0;
}
.layout03 .layout03_title img {
  width: 100%;
  height: auto;
}
.layout03 .layout03_text {
  width: 73%;
  padding: 1% 3%;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
  margin: 0 0 15px;
}
.layout04 .layout04_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout04 .layout04_title {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}
.layout04 .layout04_title p{
  margin-bottom: 0;
}
.layout04 .layout04_title img {
  width: 100%;
}
.layout04 .layout04_text {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}
.layout05 .layout05_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout05 .layout05_title {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.layout05 .layout05_title p{
  margin-bottom: 0;
}
.layout05 .layout05_title img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}
.layout05 .layout05_text1 {
  padding: 1% 3%;
  vertical-align: top;
}
.layout05 .layout05_text1:nth-child(2) {
  width: 40%;
}
.layout05 .layout05_text1:nth-child(3) {
  width: 40%;
  border-left: 1px solid var(--border-color);
}
.layout05 .layout05_title h4{
  font-size: 18px;
  font-weight: bold;
}
.layout05 .layout05_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout05 .layout05_text1 h4 em,
.layout05 .layout05_text1 h5 em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
.layout05_text1 ul {
  margin-bottom: 15px;
}
.layout05 ul.list03 li{
  margin: 0;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}
.layout06 .layout06_box {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.layout06 .layout06_box:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout06 .layout06_box:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout06 .layout06_title {
  width: 30%;
  padding: 0 3%;
  background-color: var(--bg-color);
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
.layout06 .layout06_title h4{
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}
.layout06 .layout06_box:last-of-type {
  padding: 0;
}
/* 数字 */
.layout06 .layout06_title em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: var(--sub-color);
}
.layout06 .layout06_text1 {
  padding: 2% 3%;
  vertical-align: top;
}
.layout06 .layout06_text1:nth-child(2) {
  width: 35%;
}
.layout06 .layout06_text1:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}
.layout06 .layout06_text1 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 .layout07_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.layout07 .layout07_box:nth-child(3n) {
  margin-right: 0;
}
.layout07 .layout07_box .layout07_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout07 .layout07_box .layout07_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout07 .layout07_box .layout07_text {
  line-height: 1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout08 .layout08_box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.layout08 .layout08_box:last-child {
  margin-right: 0;
}
.layout08 .layout08_box::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
  bottom: -16px;
  margin: auto;
}
.layout08 .layout08_box:last-child::before {
  display: none;
}
.layout08 .layout08_box .layout08_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout08 .layout08_box .layout08_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout08 .layout08_box .layout08_text {
  line-height: 1.5;
}
/* 1つ並びで2列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout09 {
  margin: 0 0 15px;
}
.layout09 .layout09_box {
  display: flex;
  margin-bottom: 20px;
  background: var(--bg-color);
  padding: 2%;
}
.layout09 .layout09_title {
  padding: 2%;
  width: 27%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.layout09 .layout09_title p{
  margin-bottom: 0;
}
.layout09 .layout09_title img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}
.layout09 .layout09_text1 {
  padding: 1% 3%;
  width: 73%;
  vertical-align: top;
}
.layout09 .layout09_title h4 {
  font-size: 18px;
  font-weight: bold;
}
.layout09 .layout09_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout09 .layout09_text1 h4 em,
.layout09 .layout09_text1 h5 em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
.layout09_text1 ul {
  margin-bottom: 15px;
}
.layout09 ul.list03 li{
  margin: 0;
}
/* layout10 */
.layout10{
  position: relative;
}
.layout10 .flow_box{
  position: relative;
  display: flex;
  padding: 32px;
  background: #fff;
}
.layout10 .flow_box::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: var(--sub-color) dotted 4px;
  box-sizing: border-box;
  content: "";
}
.layout10 .flow_box:first-child::before{
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}
.layout10 .flow_box:last-child::before{
  top: 2px;
  bottom: auto;
  height: 86px;
}
.layout10 .flow_box:nth-child(even){
  background: #dfebf5;
}
.layout10 .flow_box:nth-child(odd){
  background: #f7f8f9;
}
.layout10 .flow_box .number{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: var(--main-color);
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.layout10 .flow_box .layout10_box{
  width: 90%;
}

.layout10 .flow_box .layout10_text .title{
  background: var(--main-color);
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.layout10 .flow_box .layout10_text .title span{
  position: relative;
}
.layout10 .flow_box .layout10_text .title span::after{
  display: inline-block;
  content: "|";
  margin: 0 12px;
}
.layout10 .flow_box .layout10_text .title2{
  padding-bottom: 2px;
  padding-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed rgba(35,24,21,0.4);
}
.layout10 .flow_box .layout10_text .list03{
  margin-top:8px;
}
.layout10 .flow_box .layout10_text .list03 li{
  margin-bottom: 0;
}
.layout10 .flow_box .layout10_text .list03 li::before{
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.layout10 .flow_box .layout10_text .list_column{
  display: flex;
  flex-wrap: wrap;
}
.layout10 .flow_box .layout10_text .list_column li{
  margin-right: 5%;
}

/* layout11 */
.layout11{
  position: relative;
}
.layout11_box{
  padding: 8px;
  background: var(--bg-color);
}
[class^="layout11_image"] p{
  margin-bottom: 0;
}
[class^="layout11_image"] img{
  width: 100%;
  height: auto;
}
[class^="layout11_text"]{
  margin-top: 8px;
}
[class^="layout11_text"] dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[class^="layout11_text"] dl dt{
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--main-color);
  width: 20%;
  margin-bottom: 2px;
}
[class^="layout11_text"] dl dd{
  padding: 12px;
  background: #fff;
  border: 1px solid var(--main-color);
  width: 80%;
  margin-bottom: 2px;
}
[class^="layout11_text"] .desc{
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 16px;
}
[class^="layout11_text"] .desc p{
  margin-bottom: 0;
}
/* layout11 ver.1 */
.layout11_text01 dl dt{
  margin-left: 0;
}
/* layout11 ver.2 */
.layout11_image02{
  display: flex;
  justify-content: space-between;
}
.layout11_image02 span{
  position: relative;
  display: block;
  width: 47%;
}
.layout11_image02 span:last-child::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  margin: auto;
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--main-color);
  line-height: 1;
}
.layout11_text02 dl{
  width: 100%;
}
.layout11_text02 dl dt{
  margin-left: 2px;
  margin-bottom: 2px;
  width: 15%;
}
.layout11_text02 dl dt:nth-of-type(odd){
  margin-left: 0;
}
.layout11_text02 dl dd{
  width: calc(35% - 1px);
}
.layout11_text02 .desc{
  width: 100%;
}
/* レイアウト使用 */
.access_car .layout01 .layout01_box {
	background-color: rgb(0 0 0 / 3%);
	margin: 10px 0;
}
.access_car .layout01 .layout01_title{
	color:#000;
	background-color:unset;
	font-size: 100%;
}
.access_car .layout01 .layout01_title em {
	color: var(--main-color);
	font-size: 130%;
	margin-bottom: 5px;
    line-height: 1.3;
}
.access_car .layout01:before{
	border-top: unset;
	color: var(--main-color);
	font-size: 130%;
	line-height: 2;
}
@media screen and (max-width: 640px){
	.access_car .layout01 .layout01_text{
		padding:0 0 15px 0;
	}
}
/*注意書き*/
.caution {
  background:var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}
.caution .pop {
  width: 55px;
  height: 55px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.caution .pop::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  -webkit-clip-path: polygon(100% 85%, 40% 0, 0 53%);
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: var(--main-color);
  z-index: 1;
  content: "";
}
.caution p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-weight: 600;
  color: var(--main-color);
}

/*--------------------table--------------------*/
td img.aligncenter, th img.aligncenter {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 !important;
}

table {
  text-align: initial;
}

table th,
table td {
  vertical-align: top;
}

table th p,
table td p {
  margin: 0 !important;
}

/*テーブル1*/
.tb01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px 0;
}

.tb01 tr {
  border-bottom: 1px dotted var(--border-color);
  display: flex;
  vertical-align: middle;
}

.tb01 th {
  text-align: left;
  font-weight: normal;
  width: 25%;
}

.tb01 td {
  text-align: left;
  font-weight: normal;
}
.tb01 th + td {
  width: 75%;
}
.sche_wrap{
  margin: 0 0 20px;
}
/*診療時間*/
.tb02_tit {
  border-bottom: none;
  font-size: 18px;
  text-align: center;
  width: 100%;
  border: 1px var(--text-color) solid;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.col_time{
  color: var(--main-color);
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  margin: auto;
  font-size:10px;
  font-weight: bold;
  width: 100%;
  display: block;
  font-family: "Crimson Text", serif;
  transform: scale(0.85);
}
.tb02 {
  width: 100%;
  border-spacing: 0;
  margin: 20px 0 10px;
}

.tb02 tr:first-of-type {
  line-height: 1.2;
}
.tb02 tr:first-of-type td{
  font-size: 18.75px;
  line-height: 1.2;
  padding: 0 0 10px;
}
.tb02 th {
  font-weight: bold;
  width: 23%;
  min-width: 110px;
  border-left: 1px solid #bbb;
  padding: 0 0 13px;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.tb02 td {
  text-align: center;
  border-left: 1px solid #bbb;
  padding: 0 0 6px;
}
.tb02 td:last-of-type{
  border-right: 1px solid #bbb;
}
.kyushinbi {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-color);
}

/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--border-color);
}

.tb03 td,
.tb03 th {
  padding: 8px 20px;
}

.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: var(--bg-color);
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #fff;
  text-align: center;
}
.schedule_note p{
  line-height: 1.7;
}

.tb_first{
  width: 60% !important;
}
.sf_price .tb03 th {
	width:60%;
}
.allergy-table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: var(--bg-color);
}
.allergy-table th, .allergy-table td {
    padding: 15px;
    border: 1px solid var(--border-color);
    vertical-align: middle;
}
.allergy-table th {
    font-weight: bold;
    background-color: var(--bg-color);
    text-align: left;
	white-space: nowrap;
}
.allergy-table td {
    background-color: #fff;
}
@media screen and (max-width: 640px){
  .tb_first{
    width: 100% !important;
  }
}
.tb03.foreskin_tb th{
	text-align:center;
}
.tb03.foreskin_tb td{
	text-align:left;
}
/*==================================================================================================================================

  *フリーエリア（上・下）

==================================================================================================================================*/
.sec_freearea_up .text,
.sec_freearea_under .text {
  margin-bottom: 0;
}

.sec_freearea_up h2,
.sec_freearea_under h2 {
  margin-top: 0;
}

.sec_freearea_up h3,
.sec_freearea_under h3 {
  margin: 0 0 20px;
}

.freearea_up:after,
.freearea_under:after {
  display: block;
  clear: both;
  content: "";
}

.freearea_up_img img,
.freearea_under_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/*==================================================================================================================================

  *医師紹介

==================================================================================================================================*/
/*----------ご挨拶(TOP)----------*/
.sec_doctor{
  margin: 120px 0 120px;
}
.sec_top_doctor {
  padding: 93px 0 30px;
  position: relative;
  margin-bottom: 90px;
}
.sec_top_doctor::before{
  content: "";
  background: url(../images/top_greeting_bg.jpg) bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1525px;
  height: 478px;
	z-index: -1;
}
@media screen and (max-width:1525px) {
  .sec_top_doctor::before{
    width: 100%;
  }
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 86%;
}

.top_greeting_flex_img {
  width: 317px;
  margin-bottom: 20px;
  margin-top: 53px;
}
.top_greeting_flex_img .btn01{
  text-align: right;
  margin: 20px 0 0;
}
.top_doctor_name {
  font-weight: bold;
  text-align: center;
  text-align: right;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 100%;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 150%;
}
.top_doctor_name .name span{
  font-size: 80%;
}

.top_greeting_flex_text {
  width: 65%;
  margin-top: 80px;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
}
.top_greeting_flex_text .text p{
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top_greeting_flex_text h3{
  font-size: 26px;
  letter-spacing: 0.1em;
  border-bottom: none;
  padding: 0;
  margin-bottom: 110px;
}
.top_greeting_flex_text h3::before{
  content: none;
}
.sec_doctor .img_flex, .top_greeting_flex .img_flex {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 0;
}
.sec_doctor .img_flex div, .top_greeting_flex .img_flex div{
	padding: 0 20px 20px;
}
.sec_doctor .img_flex img, .top_greeting_flex .img_flex img{
    width: auto;
    max-height: 120px;
}
p.doctor_en {
	padding-top: 10px;
    color: var(--main-color);
    font-family: 'Cardo', serif;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 640px){
	.sec_doctor .img_flex, .top_greeting_flex .img_flex {
    display: block;
}
	.sec_doctor .img_flex div, .top_greeting_flex .img_flex div{
    width: 100%;
    margin-bottom: 10px;
}
	.sec_doctor .img_flex img, .top_greeting_flex .img_flex img {
    max-width: 100%;
    max-height: 100%;
}
}
/*-------------------パターンA(写真右)-------------------*/
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}
.top_greeting_wrap{
  display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
/*----------ご挨拶(下層)----------*/
.doctor_greeting_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.doctor_greeting_center {
  margin-bottom: 20px;
}

.doctor_greeting_center .text {
  margin-bottom: 0;
}

.doctor_greeting_flex .text {
  width: 71%;
  margin-bottom: 0;
}

.doctor_greeting_flex .text_w100 {
  width: 100%;
  margin-bottom: 0;
}

.text_w100 p {
  margin-bottom: 22px;
}

.doctor_img {
  width: 25%;
  margin-bottom: 15px;
}

.doctor_img img {
  width: 100%;
  height: auto;
}

.doctor_greeting_center .doctor_img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.doctor_greeting_center .doctor_img img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

/*----------キャッチコピー----------*/
.doctor_catch{
  color: var(--text-color);
  font-size: 150%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  filter: drop-shadow(0px 0px 7px var(--main-color))drop-shadow(0 0 6px #fff);
}
/*----------署名----------*/
.doctor_name {
  font-weight: bold;
  text-align: right;
}
.text .doctor_name p{
  margin-bottom: 0;
}
.doctor_name .carr{
  font-size: 110%;
}
.doctor_name .carr span{
  font-size: 110%;
}
.doctor_name .name{
  font-size: 150%;
}
.doctor_name .name span{
  font-size: 80%;
}
.doctor_greeting_center .doctor_name {
  text-align: center;
}

/*----------経歴・資格----------*/
.doctor_carr_box {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  background: var(--bg-color);
  margin-bottom: 15px;
}
.doctor_carr_box h3{
  border-bottom: none;
}
.doctor_carr_box .text p {
  margin-bottom: 0;
}

/*----------院長紹介その他----------*/
.sec_doctor_etc {
  width: 100%;
  box-sizing: border-box;
}

/*==================================================================================================================================

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 220px 0 115px;
  background: url(../images/top_feature_bg.jpg) bottom no-repeat;
  position: relative;
}
.sec_top_feature::before{
  content: "";
  background: url(../images/top_feature_logo.png) no-repeat;
  width: 550px;
  height: 548px;
  position: absolute;
  top: 60px;
  right: 0;
}
.sec_top_feature .box1{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.top_feature_tit{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.top_feature_tit h2::before{
  content: none;
}
.top_feature_tit p{
  font-size: 82px;
  letter-spacing: 0.1em;
  font-family: "Crimson Text", serif;
  line-height: 1;
}
.top_feature_item {
  position: relative;
}
/*-------------------パターンC(背景に写真、その上にテキスト)-------------------*/
.sec_top_feature.pattern03 h2 {
  margin: 0;
  font-size: 16px;
  padding: 0;
  padding-left: 10px;
}
.sec_top_feature.pattern03 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  justify-content: space-between;
  margin-top: -40px;
}
.sec_top_feature.pattern03 .top_feature_item {
  position: relative;
  width: 560px;
  height: 330px;
  margin-bottom: 0;
}
.sec_top_feature.pattern03 .top_feature_item:first-of-type{
  margin-top: 110px;
}
.sec_top_feature.pattern03 .top_feature_item:nth-child(n+3){
  margin-top: 90px;
}
.sec_top_feature.pattern03 .top_feature_item:last-of-type{
/*   margin-top: -20px; */
	display: none;
}
.sec_top_feature.pattern03 .top_feature_item:nth-child(even){
  margin-top: -20px;
}
.sec_top_feature.pattern03 .top_feature_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_top_feature.pattern03 .top_feature_img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_feature.pattern03 .top_feature_box {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 330px;
/*   background: rgba(58, 46, 46, 0.4); */
}
.sec_top_feature.pattern03 .top_feature_box h3{
  border-bottom: none;
  margin: 0;
	padding-left: 0;
}
.sec_top_feature.pattern03 .top_feature_box h3::before{
  content: none;
}
.sec_top_feature.pattern03 .top_feature_box h3 span{
  font-size: 24px;
  background-color: rgba(0,0,0,0.7);
  padding: 0px 20px 8px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.06em;
  display: inline;
}
.sec_top_feature.pattern03 .top_feature_box h3 .sub2{
	padding: 0px 0px 8px 8px;
}
.sec_top_feature.pattern03 .top_feature_box h3 .sub3{
	    padding: 0px 20px 8px 0;
}
.sec_top_feature.pattern03 .top_feature_num {
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 30px;
}
.sec_top_feature.pattern03 .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
}
.sec_top_feature.pattern03 .top_feature_num p em {
  font-style: normal;
  font-size: 72px;
  font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;
background: linear-gradient(37deg, rgba(218,161,79,1) 0%, rgba(111,89,43,1) 99%);
  background: -webkit-linear-gradient(37deg, rgba(218,161,79,1) 0%, rgba(111,89,43,1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_top_feature.pattern03 .btn01 {
  text-align: center;
  margin-top: auto;
}
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
/*==================================================================================================================================

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 90px 0 220px;
  background: url(../images/medical_bg.jpg) no-repeat;
  background-size: cover;
}
.sec_top_medical .box1{
  position: relative;
  padding: 0 !important;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}

/*-------------------パターンA(アイコンを目立たせるタイプ)-------------------*/
.sec_top_medical.pattern01 .sec_top_medical_flex{
  /*justify-content: space-between;*/
	justify-content: space-evenly;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2){
  width: 520px;
  height: 344px;
  margin-top: 72px;
  position: relative;
overflow: hidden;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2)::after{
  position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../images/medical_img01.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2):hover::after{
  opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a{
  position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a h3,.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a h3{
  font-size: 30px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .medical_subtit,.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .medical_subtit{
  width: 440px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3){
  width: 520px;
  height: 344px;
  margin-top: 72px;
  position: relative;
overflow: hidden;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3)::after{
  position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../images/medical_img02.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3):hover::after{
  opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a{
  position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* トップページ診療案内項目背景 */
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(9) {
  position: relative;
overflow: hidden;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4)::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5)::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6)::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7)::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8)::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(9)::after{
  position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4):hover::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5):hover::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6):hover::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7):hover::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8):hover::after,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(9):hover::after{
  opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(9) a{
  position: relative;
display: flex;
/* align-items: center; */
justify-content: center;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4)::after {
	background: url(../images/medical_img04.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5)::after {
	background: url(../images/medical_img05.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6)::after {
	background: url(../images/medical_img06.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7)::after {
	background: url(../images/medical_img07.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8)::after {
	background: url(../images/medical_img08.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(9)::after {
	background: url(../images/medical_img09.jpg) no-repeat center center;
	background-size: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item::after {
    filter: brightness(130%);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  /*width: 280px;*/
	width: 310px;
  margin-bottom: 20px;
/*   background-color: rgba(0,0,0,0.5); */
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  height: 100%;
  padding: 0 0 20px;
  position: relative;
  transition: all 0.3s ease;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover + .sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01::before {
  right: 17px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  margin-bottom: 20px;
  display: none;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .medical_subtit{
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin: 80px 40px 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a:hover{
  opacity: 0.8;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4){
  margin-top: 30px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a .list03{
  margin: 15px 40px 60px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a .btn01{
  background: none;
  font-size: 14px;
  bottom: 20px;
  right: 20px;
  letter-spacing: 0.1em;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a .btn01::before{
  position: absolute;
  content: "";
  background: url(../images/medical_arrow.png) no-repeat;
  width: 26px;
  height: 26px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: 0.2s ease-in-out;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .list03 li{
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.01em;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a .medical_subtit{
  margin: 30px 40px 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a h3{
  font-size: 24px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin:0;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: none;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3::before{
  content: none;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 5px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .list03,.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .list03{
  width: 440px;
    margin: 0 auto 0;
    padding: 32px 40px 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .list03 li{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .list03 li::before{
  background-color: #fff;
    border: 1px solid #fff;
    top: 14px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: rgb(218,161,79);
  background: linear-gradient(37deg, rgba(218,161,79,1) 0%, rgba(111,89,43,1) 100%);
  border-radius: 50px;
  min-width: 124px;
  padding: 5px 60px 0 20px;
  margin: auto auto 0;
  transition: 0.2s;
  position: absolute;
  bottom: 45px;
  right: 40px;
  font-family: "Crimson Text", serif;
  font-size: 14px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01::before{
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 17px;
  height: 7px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: 0.2s ease-in-out;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  filter: brightness(1.3);
  opacity: 0.8;
}
.top_contents_titbox{
  display: flex;
  letter-spacing: 0.1em;
  gap: 0 12px;
}
.top_contents_titbox .medical_txt{
  padding-top: 40px;
}
.top_contents_titbox .medical_txt h2::before{
  content: none;
}
.top_contents_titbox p{
  font-family: "Crimson Text", serif;
  font-size: 82.15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  width: 65px;
}
.top_contents_titbox h2{
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 17px;
}
/*-------------------パターンB(見出しを目立たせるタイプ)-------------------*/
.sec_top_medical.pattern02 .sec_top_medical_flex {
  justify-content: flex-start;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item {
  width: 25%;
  margin-top: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
  margin-left: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 20px;
  height: 100%;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sub-color);
  z-index: 2;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item h3 {
  margin: 0 auto 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .images {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item p {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:hover .btn01 {
  background: var(--sub-color);
}

/*-------------------パターンC(写真+テキストボタンタイプ)-------------------*/
.sec_top_medical.pattern03 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 32px;
}
.sec_top_medical.pattern03 .item {
  width: 276px;
  margin-bottom: 20px;
}
.sec_top_medical.pattern03 a {
  display: block;
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec_top_medical.pattern03 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: -1;
}
.sec_top_medical.pattern03 a:hover::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec_top_medical.pattern03 .item_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec_top_medical.pattern03 .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_medical.pattern03 h3 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
.sec_top_medical p.top_medical_menu_en_title {
  display: block;
  font-weight: normal;
  text-align: left;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--main-color);
}
.img_flex {
	display: flex;
	justify-content: center;
	gap: 100px;
}
.img_flex img {
	width: 45%;
	max-width: 300px;
}
.img_flex02 {
	display: flex;
	justify-content: space-evenly;
}
.img_flex02 img {
	width: 45%;
	max-width: 400px;
}
.img_flex03 {
	display: flex;
	justify-content: space-evenly;
}
.img_flex03 img {
	width: 45%;
	max-width: 400px;
}

/*筋肉増強*/
.brawn_list {
	margin: 30px 0;
}
.brawn_list .list08 li:before {
	content: "\f0da";
	left: -16px;
}
@media screen and (max-width: 640px) {
	.img_flex {
	display: block;
	}
	.img_flex img {
	width: 100%;
	}
	.img_flex02 {
	display: block;
	}
	.img_flex02 img {
		width: 100%;
		margin: 10px 0;
	}
	.img_flex03 {
	display: block;
	}
	.img_flex03 img {
		width: 100%;
		margin: 10px 0;
	}
}
/*==================================================================================================================================

  *病名から探す

==================================================================================================================================*/
.disease_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.disease_flex .text{
  margin: 0 auto;
}
.disease_flex .disease_flex_left {
  width: 30%;
}
.disease_flex .disease_flex_right {
  width: 68%;
}

.disease_w100 .disease_flex_right {
  width: 100%;
}

/*==================================================================================================================================

  *症状から探す

==================================================================================================================================*/
.symptom_item {
  margin-bottom: 60px;
}

.symptom_flex .btn01 {
  margin-top: 16px;
  text-align: right;
}

.symptom_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.symptom_flex .text{
  margin: 0 auto;
}
.symptom_flex .symptom_flex_left {
  width: 30%;
}
.symptom_flex .symptom_flex_right {
  width: 68%;
}

.symptom_w100 .symptom_flex_right {
  width: 100%;
}

/*==================================================================================================================================

  *症例

==================================================================================================================================*/
/*-------------------一覧ページ-------------------*/
.case_item {
  margin-bottom: 60px;
}

.case_flex .btn01 {
  margin-top: 16px;
  text-align: right;
}

.case_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.case_flex .text{
  margin: 0 auto;
}
.case_flex .case_flex_left {
  width: 30%;
}
.case_flex .case_flex_right {
  width: 68%;
}

.case_w100 .case_flex_right {
  width: 100%;
}

/*-------------------コンテンツページ-------------------*/
.box_case {
  padding: 10px;
  background: var(--bg-color);
}
.box_case .title {
  background: var(--main-color);
  margin-bottom: 10px;
}
.box_case .title h2 {
  text-align: center;
  color: #fff;
  font-size: 140%;
  padding: 8px;
  margin: 0;
  border: none;
}
.box_case .title h2::after {
  display: none;
}
.box_case .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_case .images > p {
  margin-top: 5px;
  width: 100%;
  line-height: 1.3;
}
.box_case .images .before, .box_case .images .after {
  position: relative;
  width: calc(50% - 5px);
}
.box_case .images .before h3, .box_case .images .after h3 {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  border-bottom: none;
  padding: 24px 5px 8px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.box_case .images ul {
  position: relative;
  z-index: 0;
}
.box_case .images ul li:not(:first-child) {
  display: none;
}
.box_case .images ul li a {
  overflow: hidden;
  display: block;
}
.box_case .images ul li a img {
  width: 100%;
  height: 250px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.box_case .images ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box_case dl {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  background: var(--main-color);
}
.box_case dl dt {
  align-self: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: var(--main-color);
  width: 20%;
}
.box_case dl dd {
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 10px;
  width: 80%;
}
.box_case .caption {
  padding: 20px 10px;
  border: 1px solid var(--main-color);
  background: #fff;
}
.box_case .caption p {
  margin-bottom: 0;
}

/*==================================================================================================================================

  *医院案内

==================================================================================================================================*/
.clinic_desc {
  width: 100%;
}
.sec_clinic{
  margin: 120px 0 120px;
}
.clinic_desc dl {
  display: flex;
}

.clinic_desc dl dt {
  width: 20%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
  font-weight: bold;
}

.clinic_desc dl dd {
  width: 80%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
}

.clinic_facilities_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}

.facilities_item {
  width: 32%;
  margin-bottom: 15px;
  background: var(--bg-color);
}

.facilities_item_img {
  overflow: hidden;
  background-color: var(--bg-color);
}

.facilities_item_img img {
  max-height: 260px;
  margin: 0 auto;
  display: block;
}

.facilities_item dd {
  padding: 15px;
}

.facilities_item dd h3 {
  font-weight: bold;
  font-size: 20px;
  display: table;
  border-bottom: none;
}

/*==================================================================================================================================

  *料金表

==================================================================================================================================*/
/*共通仕様*/
.price_table th.title,
.price_table_b th.title,
.price_table_c th.title {
  font-size: 120%;
  text-align: left;
}
.price_note{
	margin: 0 0 10px;
    line-height: 1.6;
    font-size: 135%;
    font-weight: bold;
    color: var(--main-color);
    clear: both;
    font-family: "Noto Serif JP", serif;
	background: rgb(237, 229, 218, 0.75);
    padding: 0.6rem;
}

.price_banner {
	text-align: center;
}

.price_banner a {
	transition: opacity .5s;
}

.price_banner a:hover {
	opacity: .7;
}
/*----------------診療内容のテーブル----------------*/
.price_table.price_table_medical tr td:nth-child(1) {
  text-align: left;
  width: 75%;
}

.price_table.price_table_medical tr td:nth-child(2) {
  text-align: right;
  width: 25%;
}
/*TYPE A-----------------------*/
.price_table {
  width: 100%;
  margin-bottom: 30px;
  
}

.price_table th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table tr td:nth-child(2) {
  width: 60%;
}

.price_table tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table th,
.price_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

/*TYPE B----------------------*/
.price_table_b {
  width: 100%;
  margin-bottom: 15px;
}

.price_table_b th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table_b tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table_b tr td:nth-child(2) {
  width: 60%;
}

.price_table_b tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table_b th,
.price_table_b td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

/*TYPE C----------------------*/
.price_table_c {
  width: 100%;
  margin-bottom: 15px;
}

.price_table_c th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table_c tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table_c tr td:nth-child(2) {
  width: 60%;
}

.price_table_c tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table_c th,
.price_table_c td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.price_table_table_c_variableitem th {
  width: 30%;
}

.price_table_table_c_variableitem td {
  width: 70%;
}
section#price_wrap02 > .price_table_medical {
    display: none;
}
/*----------------医療脱毛のテーブル----------------*/
.price_table.datsumo {
	border-collapse: collapse;
}
.price_table.datsumo tr th:nth-child(1) {
	text-align: left;
  width: 75%;
}

.price_table.datsumo tr th:nth-child(2) {
	text-align:right;
  width: 25%;
}
.price_table.datsumo tr td {
	text-align:left;
}
.price_table.datsumo .price {
	text-align:right;
}
/*==================================================================================================================================

  *FAQ

==================================================================================================================================*/
.faq_wrap dl {
  margin-bottom: 10px;
}

.faq_wrap dl dt {
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: var(--bg-color);
  font-weight: bold;
  cursor: pointer;
}

.faq_wrap dl dt:hover,
.faq_wrap dl dt:active,
.faq_wrap dl dt.open {
  background-color: var(--sub-color);
}

.faq_wrap dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: var(--border-color);
  transition: all 0.3s ease-in-out;
}

.faq_wrap dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: var(--border-color);
  transition: all 0.2s ease-in-out;
}

.faq_wrap dl dt.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_wrap dl dt.open::after {
  opacity: 0;
}

.faq_wrap dl dd {
  padding: 15px;
}

.faq_wrap dl dt .faq_q {
  position: relative;
  padding: 0 35px 0 35px;
}

.faq_wrap dl dt .faq_q:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: var(--main-color);
  content: "Q.";
}

.open .faq_wrap dl dt .faq_q:before {
  color: #fff;
}

.faq_wrap dl dd .faq_a {
  position: relative;
  padding: 0 0 0 35px;
}

.faq_wrap dl dd .faq_a:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: var(--sub-color);
  content: "A.";
}
/*==================================================================================================================================

  *インタビュー

==================================================================================================================================*/
.interview_wrap dl {
  margin-bottom: 10px;
}

.interview_wrap dl dt{
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: #efbf6e3b;
  font-weight: bold;
  cursor: pointer;
	margin-bottom: 1em;
}
.interview_wrap dl dd{
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: var(--bg-color);
  cursor: pointer;
	margin-bottom: 1em;
}
.interview_wrap dl dt .interview_q {
  position: relative;
  padding: 0 0 0 35px;
}
.interview_wrap > dl > dt > .interview_q:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-size: 22px;
    color: var(--main-color);
    content: "編.";
}
.interview_wrap dl dd .interview_a{
  position: relative;
	padding: 0 0 0 35px;
}
.interview_wrap > dl > dd > .interview_a:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-size: 22px;
    color: var(--sub-color);
	content: "院.";
}
.interview_guide01, .interview_guide02 {
    padding: 15px;
    background-color: #efbf6e3b;
    margin-bottom: 1em;
	margin-right:0.5em;
    display: inline-block;
}
.interview_guide02 {
    background-color:  var(--bg-color);
}
.interview_guide01 span{
	line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-size: 22px;
    color: var(--main-color);
    content: "編.";
}
.interview_guide02 span{
	line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-size: 22px;
    color: var(--sub-color);
    content: "院.";
}

/*==================================================================================================================================

  *求人案内

==================================================================================================================================*/
.recruit_img {
  float: right;
  margin-left: 50px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.recruit_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
}

.recruit_table {
  width: 100%;
  margin-bottom: 30px;
}

.recruit_table th {
  text-align: center;
  background-color: var(--bg-color);
  width: 20%;
}

.recruit_table th,
.recruit_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.sec_recruit .btn01 {
  text-align: center;
}

/*==================================================================================================================================

  *アクセス

==================================================================================================================================*/
.map_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_flex_item{
  width: 49%;
}
.access_add {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.access_route{
  padding: 30px 0 0;
}
.access_route h2{
  margin: 0 0 60px;
}
.access_add dt {
  width: 14%;
}

.access_add dd {
  width: 86%;
}

.access_add dt i {
  color: var(--main-color);
}

.sec_access .googlemap {
  margin-bottom: 20px;
}

.access_desc {
  border: 1px solid var(--border-color);
  padding: 20px;
}

.access_route ul {
  counter-reset: count 0;
}
.access_route p:last-child {
	margin: 0 15px 15px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .access_route ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .access_route ul li {
/*     width: 48%; */
	   width: 32%;
  }
  .access_route ul li:not(:nth-child(-n+2)) {
/*     margin-top: 25px; */
  }
}

.access_route ul .access_route_titNone::before,
.access_route ul li .title {
  font-size: 120%;
  font-weight: bold;
}

.access_route ul .access_route_titNone::before,
.access_route ul li .title::before {
  display: block;
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  background: var(--sub-color);
}

.access_route ul .access_route_titNone::before {
  width: fit-content;
  margin-bottom: calc(.6em - 8px + 15px);/*(title line-height) - (before padding上下) + (title margin-bottom)*/
}

.access_route ul li .title {
  position: relative;
  line-height: 1.6;
  padding-left: 2em;
  margin-bottom: 15px;
}

.access_route ul li .title::before {
  position: absolute;
  left: 0;
  top: 0;
}

.access_route .text:last-child {
  margin: 0;
}

.access_route ul li img {
  width: auto;
  max-height: 250px;
  display: block;
  margin: 0 auto 15px;
}

/*==================================================================================================================================

  *お知らせ

==================================================================================================================================*/
.sec_top_news {
  padding: 90px 0 40px;
  background: #ede5da;
}

/*-------------------TOPのお知らせリスト-------------------*/
.sec_top_news_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_top_news_list {
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 35px 15px 35px;
  margin: 7px 0 20px;
}
.sec_top_news_list:first-of-type li{
  margin-top: 10px;
}
.sec_top_news_list li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  border-bottom: solid 1px #ffe1c1;
  padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 1;
}
.sec_top_news_list li a {
  color: var(--text-color);
}
.sec_top_news_list li a:hover {
  color: var(--main-color);
}
.sec_top_news_list li span {
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: 0.1em;
}
.sec_top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  background: var(--main-color);
  color: #fff;
  min-width: 110px;
  display: none;
}
/* 本文を表示するお知らせ */
.sec_top_news_frame{
  max-height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
}
.sec_top_news_frame .news_list_wrap .news_item{
  margin-bottom: 20px;
}
.sec_top_news_frame .news_desc{
  margin-bottom: 10px;
}
.sec_top_news_frame .news_text{
  padding-bottom: 20px;
}
/*スクロールバーの横幅指定*/
.sec_top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.sec_top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.sec_top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/*-------------------ブログ-------------------*/
.sec_top_blog_list{
  background: #fff;
  padding: 20px 35px 15px 35px;
  margin: 7px 0 20px;
}
.sec_top_blog_list:first-of-type li {
  margin-top: 10px;
}
.sec_top_blog_list li {
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: solid 1px #ffe1c1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  line-height: 1;
}
.sec_top_blog_list li a {
  display: flex;
  align-items: center;
}
.sec_top_blog_list .top_blog_thum {
  width: 14%;
  margin-right: 3%;
  display: none;
}
.sec_top_blog_list .top_blog_thum img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}
.sec_top_blog_list .top_blog_info {
  color: var(--text-color);
  width: 83%;
  display: flex;
  align-items: center;
  gap: 0 20px;
  letter-spacing: 0.1em;
}
.sec_top_blog_list .top_blog_date {
  font-size: 14px;
}
.sec_top_blog_list .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec_top_notice_box {
  background: #fff;
  padding: 16px;
}
.sec_top_notice_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid var(--sub-color);
  margin: 0 0 15px;
  padding: 0 0 8px;
}

/*-------------------医院概要-------------------*/
.news_flex_item address {
  text-align: center;
  font-style: normal;
}
.news_flex_item .info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}
.news_flex_item .info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.news_flex_item .info_tel a {
  color: var(--text-color);
}
.news_flex_item .info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}
.news_flex_item .news_mapbox{
  margin: 10px 0 15px;
}
.news_flex_item .news_mapbox iframe{
  width: 580px;
  height: 306px;
}
.news_flex_item .clinic_name{
  border-bottom: solid 1px #bbb;
    margin: 0 0 33px;
}
.news_flex_item .clinic_name p{
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 12px;
}
.map_btn{

}
.map_btn a{
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  background: none;
  color: var(--text-color);
  padding: 0;
  min-width: 170px;
	width:230px;
}
.map_btn a::before{
  background: url(../images/map_arrow.png) no-repeat;
  width: 26px;
  height: 26px;
  right: 15px;
  margin: 0;
}
.map_btn a:hover{
  color: var(--text-color);
  opacity: 0.6;
}
.map_btn a:hover::before{
  right: 10px;
}
/*-------------------パターンD(お知らせ+ブログ+医院概要+アクセス)-------------------*/
.sec_top_news.pattern04 .sec_top_news_flex {
  align-items: flex-start;
}
.sec_top_news.pattern04 .sec_top_news_flex .news_flex_item:last-of-type{
  padding-top: 40px;
}
.sec_top_news.pattern04 .news_flex_item {
  width: 48%;
  margin-bottom: 32px;
}
.news_titbox{
  display: flex;
    align-items: center;
    gap: 0 10px;
    letter-spacing: 0.1em;
}
.news_titbox p{
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-weight: bold;
}
.sec_top_news.pattern04 .news_flex_item h2{
  margin: 0;
  padding: 0;
}
.sec_top_news.pattern04 .news_flex_item h2::before{
  content: none;
}
.news_titbox h2{
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.sec_top_news.pattern04 .news_flex_item .btn01 {
  text-align: right;
  margin: 10px 0 0;
}
.sec_top_news.pattern04 .news_flex_item:last-child .btn01 {
  text-align:left;
}
.sec_top_news.pattern04 .news_flex_item:last-child .btn01 a{
  text-align: center;
  padding: 3px 60px 5px 45px;
}
.sec_top_news.pattern04 .news_flex_item:last-child .btn01  a::after{
  content: "";
  background: url(../images/yoyaku_icon.svg) no-repeat;
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
 left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clinic_info dl{
  display: flex;
  align-items: center;
  gap: 0 23px;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
.clinic_info dl dt{
  font-size: 13px;
  max-width: 119px;
  width: 100%;
  height: 32px;
  border: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic_info dl dd{
  font-size: 15px;
  color: var(--text-color);
}
.clinic_info dl dd address span{
  margin-right: 20px;
  font-size: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clinic_info dl dd span{
  font-size: 18px;
  font-family: 'Crimson Text', serif;
}
.clinic_info dl dd a{
  font-family: 'Crimson Text', serif;
  font-size: 33px;
  color: var(--text-color);
  letter-spacing:0.08em;
}
/*-------------------下層のお知らせリスト-------------------*/
.news_list_wrap .news_item{
  border-bottom: 1px solid var(--border-color);
}
.news_info {
  padding: 30px 0;
}
/* 日付とカテゴリ名 */
.news_desc{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news_date{
  margin-right: 1em;
}
.news_cate em{
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  min-width: 90px;
  font-size: 14px;
}
/* タイトル */
.news_info h2 {
  background: none;
  border-bottom: none;
  padding: 0 0 8px;
  margin: 20px 0 10px;
  font-size: 140%;
  text-align: left;
}

.news_info h2:before,
.news_info h2:after {
  display: none;
}
/*==================================================================================================================================

  *下層ページ

==================================================================================================================================*/
/* 美容内服 */
.crystal_tomato_catch {
    font-family: "Noto Serif JP", serif;
    color: var(--main-color);
    font-size: 125%;
    text-align: center;
}
.o-fit {
	border-radius:50%;
}
.dr_interview .layout04_title {
	flex-direction: column;
}
/*==================================================================================================================================

  *ブログ

==================================================================================================================================*/
.blog_box {
  border-top: 4px solid var(--main-color);
  /*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: #fff;
}
.blog .blog_box h2::before{
    content: none;
}
.blog_tit {
  font-size: 22px;
  color: var(--text-color);
  padding: 0 20px;
}

.blog_content {
  margin: 20px 25px;
}

.blog_content p {
  margin-bottom: 1em;
}

.blog_box .btn01 a {
  display: table;
  margin: 10px 0 10px auto;
}

/*----------見出し----------*/
.blog_box h2.blog_tit {
  border-bottom: none;
  padding: 30px 20px 0;
}
.blog_box h2::before{
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display: block;
    margin: auto;
}
.blog_box h2.blog_tit:after {
  display: none;
}

/*----------日付・カテゴリ----------*/
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}

.blog_class {
  margin-bottom: 10px;
}

.blog_class i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}

.blog_class li a {
  color: var(--text-color);
}

.blog_class li a:hover {
  color: var(--main-color);
}

/*----------ページャー----------*/
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10px;
}
.page-numbers {
  min-width: 2.5em;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-numbers.current,
a.page-numbers:hover {
  background: var(--main-color);
  color: #fff;
}
a.page-numbers {
  text-decoration: none;
  transition: all 0.2s linear;
  background: var(--border-color);
  color: var(--main-color);
}

.pager a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}

/*--------------------ブログ エディター用--------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*整形済みテキスト*/
.blog_content > div pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}

/*引用*/
.blog_content > div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}

.blog_content > div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}

.blog_content > div blockquote *:first-child {
  margin-top: 0;
}

/*ライン*/
.blog_content > div hr {
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.blog_content > div *:first-child {
  margin-top: 0;
}

.blog_content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*サムネイル*/
.thumbnail {
  display: block;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  text-align: center;
}

.thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: unset;
  width: 150px;
  height: 150px;
}

/*==================================================================================================================================

  MPクラウド

==================================================================================================================================*/
.sec_mpcloud {
  padding: 0!important;
}
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999999999;
  border-radius: 15px;
}
#mpcloud_schedule section{
  border-radius: 15px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
}
.shcedule_box{
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, .1);
  font-size: 14px;
  letter-spacing: .06em;
  border-radius: 15px;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 3px 0 0;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: var(--border-color);
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
  text-align: center;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid var(--border-color);
  padding: 8px 12px;
  font-size: 14px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*==================================================================================================================================

  *RIBON

==================================================================================================================================*/
.ribon-link {
  background-color: #fa6565;
  background-image: url(../images/ribon_banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: auto;
  max-width: 300px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}

.ribon-link::before {
  content: "";
  display: block;
  padding-top: 36%;
}

.ribon-link:hover {
  opacity: 0.75;
  transition: 0.3s;
}

/*==================================================================================================================================

  *お問い合わせ

==================================================================================================================================*/
.contact {
  margin: 0 auto;
  width: 700px;
}

.contact form {
  margin: 50px 0 0;
}

.contact p {
  margin: 15px 0 0;
}

.contact label {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}

.contact input,
.contact textarea {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: 16px 8px;
}

.contact input[type=submit] {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 50%;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}

/*==================================================================================================================================

  *ループスライダー

==================================================================================================================================*/
.clinic_slider {
  overflow: hidden;
}
.clinic_slider li img{
  width: 370px;
}
/*==================================================================================================================================

  *common

==================================================================================================================================*/
.sp {
  display: none !important;
}

.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

.sp_flex {
  display: none !important;
}

.w010par {
  width: 10%;
}

.w020par {
  width: 20%;
}

.w025par {
  width: 25%;
}

.w050par {
  width: 50%;
}

.w075par {
  width: 75%;
}

.w100par {
  width: 100%;
}

.w010 {
  width: 10px !important;
}

.w020 {
  width: 20px !important;
}

.w030 {
  width: 30px !important;
}

.w040 {
  width: 40px !important;
}

.w050 {
  width: 50px !important;
}

.w060 {
  width: 60px !important;
}

.w070 {
  width: 70px !important;
}

.w080 {
  width: 80px !important;
}

.w090 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w255 {
  width: 255px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w305 {
  width: 305px !important;
}

.w310 {
  width: 310px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w365 {
  width: 365px !important;
}

.w370 {
  width: 370px !important;
}

.w380 {
  width: 380px !important;
}

.w390 {
  width: 390px !important;
}

.w400 {
  width: 400px !important;
}

.w410 {
  width: 400px !important;
}

.w415 {
  width: 415px !important;
}

.w420 {
  width: 420px !important;
}

.w430 {
  width: 430px !important;
}

.w435 {
  width: 435px !important;
}

.w440 {
  width: 440px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w490 {
  width: 490px !important;
}

.w500 {
  width: 500px !important;
}

.w510 {
  width: 510px !important;
}

.w520 {
  width: 520px !important;
}

.w530 {
  width: 530px !important;
}

.w540 {
  width: 540px !important;
}

.w550 {
  width: 550px !important;
}

.w560 {
  width: 560px !important;
}

.w570 {
  width: 570px !important;
}

.w580 {
  width: 580px !important;
}

.w590 {
  width: 590px !important;
}

.w600 {
  width: 600px !important;
}

.w610 {
  width: 610px !important;
}

.w620 {
  width: 620px !important;
}

.w630 {
  width: 630px !important;
}

.w640 {
  width: 640px !important;
}

.w650 {
  width: 650px !important;
}

.w660 {
  width: 660px !important;
}

.w670 {
  width: 670px !important;
}

.w680 {
  width: 680px !important;
}

.w690 {
  width: 690px !important;
}

.w700 {
  width: 700px !important;
}

.w710 {
  width: 710px !important;
}

.w720 {
  width: 720px !important;
}

.w730 {
  width: 730px !important;
}

.w740 {
  width: 740px !important;
}

.w750 {
  width: 750px !important;
}

.w760 {
  width: 760px !important;
}

.w765 {
  width: 765px !important;
}

.w960 {
  width: 960px !important;
}

.w980 {
  width: 980px !important;
}

.h030 {
  height: 30px !important;
}

.h180 {
  height: 180px !important;
}

.h190 {
  height: 190px !important;
}

.h200 {
  height: 200px !important;
}

.h240 {
  height: 240px !important;
}

.h250 {
  height: 250px !important;
}

.h280 {
  height: 280px !important;
}

.h300 {
  height: 300px !important;
}

.h350 {
  height: 350px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
.mt200 {
  margin-top: 200px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr01 {
  margin-right: 1px !important;
}

.mr02 {
  margin-right: 2px !important;
}

.mr03 {
  margin-right: 3px !important;
}

.mr04 {
  margin-right: 4px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr06 {
  margin-right: 6px !important;
}

.mr07 {
  margin-right: 7px !important;
}

.mr08 {
  margin-right: 8px !important;
}

.mr09 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml00 {
  margin-left: 0 !important;
}

.ml01 {
  margin-left: 1px !important;
}

.ml02 {
  margin-left: 2px !important;
}

.ml03 {
  margin-left: 3px !important;
}

.ml04 {
  margin-left: 4px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml06 {
  margin-left: 6px !important;
}

.ml07 {
  margin-left: 7px !important;
}

.ml08 {
  margin-left: 8px !important;
}

.ml09 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma_auto {
  margin-left: auto;
  margin-right: auto;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px !important;
}

.pt02 {
  padding-top: 2px !important;
}

.pt03 {
  padding-top: 3px !important;
}

.pt04 {
  padding-top: 4px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt09 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr01 {
  padding-right: 1px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr03 {
  padding-right: 3px !important;
}

.pr04 {
  padding-right: 4px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr06 {
  padding-right: 6px !important;
}

.pr07 {
  padding-right: 7px !important;
}

.pr08 {
  padding-right: 8px !important;
}

.pr09 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

.pb03 {
  padding-bottom: 3px !important;
}

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px !important;
}

.pl02 {
  padding-left: 2px !important;
}

.pl03 {
  padding-left: 3px !important;
}

.pl04 {
  padding-left: 4px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl06 {
  padding-left: 6px !important;
}

.pl07 {
  padding-left: 7px !important;
}

.pl08 {
  padding-left: 8px !important;
}

.pl09 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pa01 {
  padding: 1px !important;
}

.pa02 {
  padding: 2px !important;
}

.pa03 {
  padding: 3px !important;
}

.pa04 {
  padding: 4px !important;
}

.pa05 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.fr10 {
  float: right;
  margin-left: 10px !important;
}

.fr15 {
  float: right;
  margin-left: 15px !important;
}

.fr30 {
  float: right;
  margin-left: 15px !important;
}

.fl10 {
  float: left;
  margin-right: 10px !important;
}

.fl15 {
  float: left;
  margin-right: 15px !important;
}

.fl30 {
  float: left;
  margin-right: 30px !important;
}

.txt10 {
  font-size: 10px !important;
}

.txt11 {
  font-size: 11px !important;
}

.txt12 {
  font-size: 12px !important;
}

.txt13 {
  font-size: 13px !important;
}

.txt14 {
  font-size: 14px !important;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 16px !important;
}

.txt17 {
  font-size: 17px !important;
}

.txt18 {
  font-size: 18px !important;
}

.txt19 {
  font-size: 19px !important;
}

.txt20 {
  font-size: 20px !important;
}

.txt21 {
  font-size: 21px !important;
}

.txt22 {
  font-size: 22px !important;
}

.txt23 {
  font-size: 23px !important;
}

.txt24 {
  font-size: 24px !important;
}

.txt25 {
  font-size: 25px !important;
}

.txt26 {
  font-size: 26px !important;
}

.txt27 {
  font-size: 27px !important;
}

.txt28 {
  font-size: 28px !important;
}

.txt29 {
  font-size: 29px !important;
}

.txt30 {
  font-size: 30px !important;
}

.txt31 {
  font-size: 31px !important;
}

.txt32 {
  font-size: 32px !important;
}

.txt33 {
  font-size: 33px !important;
}

.txt34 {
  font-size: 34px !important;
}

.txt35 {
  font-size: 35px !important;
}

.txt36 {
  font-size: 36px !important;
}

.txt37 {
  font-size: 37px !important;
}

.txt38 {
  font-size: 38px !important;
}

.txt39 {
  font-size: 39px !important;
}

.txt40 {
  font-size: 40px !important;
}

.bold {
  font-weight: bold !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.clear {
  clear: both !important;
}

.v_top {
  vertical-align: top !important;
}

.v_mid {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: bottom !important;
}

.color_red {
  color: #F33;
}

.color_pink {
  color: #ed8c96;
}

.color_blue {
  color: #00408f;
}

.color_green {
  color: #479f9d;
}

.color_ore {
  color: #FF8327;
}

.color_yellow {
  color: #FFEB8B;
}

.color_beige {
  color: #dac58b;
}

.color_brown {
  color: #9b8052;
}

.color_navy {
  color: #1F2774;
}

.color_black {
  color: #3e3a39;
}

.ls_0 {
  letter-spacing: 0 !important;
}

.ls_1 {
  letter-spacing: 1px !important;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.line_h_2 {
  line-height: 2 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.centering {
  display: table;
  margin: auto;
  text-align: left;
}

.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}


.img_fr.img_w450 img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 450px;
  max-height: 450px;
  width: auto;
  height: auto;
}

.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1F2774;
  text-align: left;
}

.img_fl {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 1em;
  margin-right: 30px;
  text-align: center;
}

.img_fl img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

.img_fr + p:after {
  display: block;
  clear: both;
  content: "";
}

.float_clear {
  float: none !important;
}
span.normal_fs{
    font-size: 15px;
    color: #333;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left!important;
}
.font_small85{
	font-size: 85%;
}

/*--------------------調整--------------------*/
.wauto img {
	width: auto !important;
}
.post-type-archive-news .contents_bg {
  background: #ede5da;
}
.post-type-archive-news .wrapper {
  background: transparent;
}
.post-type-archive-news main.news {
  background: transparent;
}
.post-type-archive-news .wrapper main.news {
  width: 100%;
}
em.category_class1949 {
  background-color: #EFBF6EFF;
  color: #fff;
}
/*==================================================================================================================================

  *ブログ エディター補強

==================================================================================================================================*/

/*----------本文の基本余白----------*/
.blog_text p,
.blog_text ul,
.blog_text ol,
.blog_text table,
.blog_text figure,
.blog_text blockquote,
.blog_text pre {
  margin-bottom: 1.6em;
}

.blog_text > *:first-child {
  margin-top: 0;
}

.blog_text > *:last-child {
  margin-bottom: 0;
}

/*----------本文内リスト----------*/
.blog_text ul {
  padding-left: 1.5em;
}

.blog_text ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.blog_text ol {
  padding-left: 1.8em;
}

.blog_text ol li {
  margin-bottom: 0.5em;
}

.blog_text li span:empty {
  display: none;
}

/*----------画像配置：クラシックエディター----------*/
.blog_text img.alignleft {
  display: inline;
  float: left;
  margin: 0.4em 1.6em 1.6em 0;
}

.blog_text img.alignright {
  display: inline;
  float: right;
  margin: 0.4em 0 1.6em 1.6em;
}

.blog_text img.aligncenter {
  display: block;
  clear: both;
  margin: 0.4em auto 1.6em;
}

.blog_text img.alignnone {
  display: inline-block;
  margin: 0.4em 0 1.6em;
}

/*----------画像配置：ブロックエディター----------*/
.blog_text figure.wp-block-image {
  margin: 0.4em 0 1.6em;
}

.blog_text figure.wp-block-image.alignleft {
  float: left;
  margin: 0.4em 1.6em 1.6em 0;
}

.blog_text figure.wp-block-image.alignright {
  float: right;
  margin: 0.4em 0 1.6em 1.6em;
}

.blog_text figure.wp-block-image.aligncenter {
  clear: both;
  text-align: center;
  margin: 0.4em auto 1.6em;
}

.blog_text figure.wp-block-image.aligncenter img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blog_text .wp-caption {
  max-width: 100%;
}

.blog_text .wp-caption-text,
.blog_text figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

/*----------本文内の回り込み解除----------*/
.blog_text::after,
.blog_content::after {
  content: "";
  display: block;
  clear: both;
}

/*----------引用：icomoon未使用対策----------*/
.blog_text blockquote::before,
.blog_content > div blockquote::before {
  font-family: serif;
  content: "“";
  font-size: 4rem;
  line-height: 1;
}

/*----------テーブル：ブロックエディター対応----------*/
.blog_text .wp-block-table {
  overflow-x: auto;
}

.blog_text .wp-block-table table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}

.blog_text .wp-block-table th,
.blog_text .wp-block-table td {
  padding: 8px 20px;
  border: 1px solid var(--border-color);
}

.blog_text .wp-block-table th {
  background-color: #ebebeb;
}

.blog_text .wp-block-table td {
  background-color: #fff;
}

/*----------iframe / YouTube----------*/
.blog_text iframe,
.blog_content iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*----------投稿詳細 ページャー----------*/
.post_pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 50px 0 80px;
}

.post_pager > div {
  width: 33.333%;
}

.post_pager .back {
  text-align: center;
}

.post_pager .next {
  text-align: right;
}

.post_pager a {
  color: var(--main-color);
  font-weight: 700;
}

.post_pager a:hover {
  color: var(--sub-color);
}
/* 投稿詳細 ページャー */
.post_pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 50px 0 80px;
}

.post_pager > div {
  width: 33.333%;
}

.post_pager .back {
  text-align: center;
}

.post_pager .next {
  text-align: right;
}

.post_pager a {
  color: var(--main-color);
  font-weight: 700;
}

.post_pager a:hover {
  color: var(--sub-color);
}

@media screen and (max-width: 750px) {
  .post_pager {
    display: block;
  }

  .post_pager > div {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .post_pager .next {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .blog_text img.alignleft,
  .blog_text img.alignright,
  .blog_text figure.wp-block-image.alignleft,
  .blog_text figure.wp-block-image.alignright {
    float: none;
    display: block;
    margin: 0.4em auto 1.6em;
  }

  .blog_text ul,
  .blog_text ol {
    padding-left: 1.4em;
  }

  .post_pager {
    display: block;
  }

  .post_pager > div {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .post_pager .next {
    text-align: center;
  }
}
/* サイドバー Font Awesome 補正 */
.side_area .side_title i.fas,
.side_area .side_title i.far,
.side_area .side_title i.fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
}
/*==================================================================================================================================

  *スマホ設定

==================================================================================================================================*/
/*--------------------*基礎--------------------*/
@media screen and (max-width: 640px) {
  html {
    margin-top: 0 !important;
  }

  body {
    font-size: 14px;
  }

  body,
#mainvisual,
header,
footer,
nav,
.slider,
.mainvisual_wrapper {
    min-width: 100%;
  }

  body.page #mainvisual .inner,
body.archive #mainvisual .inner,
body.single #mainvisual .inner,
body.home #mainvisual .inner,
body.error404 #mainvisual .inner {
    max-width: 100%;
  }

  html #wpadminbar {
    display: none;
  }

  body,
#mainvisual,
.nav_wrap.fixed,
header,
footer {
    width: 100%;
    min-width: 100%;
  }

  .nav-open{
    overflow: hidden;
  }
  .body_single:nth-of-type(2n+1)::before{
    min-width: 100%;
  }
	.access_contents:nth-of-type(2n)::before{
		min-width: 100%;
	}
/*==================================================================================================================================

  *ヘッダー（スマホ）

==================================================================================================================================*/
header {
  display: none;
}

/*-------------------パターンB(ヘッダとMV一体型)-------------------*/
.head_mv.pattern02 .nav_wrap{
  text-shadow: none;
}
.head_mv.pattern02 #mainvisual.content_mv {
  height: 160px;
}
.head_mv.pattern02 #mainvisual.home_mv {
  height: 330px;
}
.head_mv.pattern02 .slider-fade .slick-slide img {
  height: 330px;
}
.head_mv.pattern02 .main_headline{
  margin-top: 0;
}
/*-------------------パターンC(ヘッダとMV分離、ロゴと並列並び)-------------------*/
.head_mv.pattern03 .nav_wrap{
  top: 0;
}
.head_mv.pattern03 .nav_wrap li{
  margin-left: 0;
}

/*-------------------パターンD(ヘッダとMV一体型、ロゴと並列並び)-------------------*/
.head_mv.pattern04 .nav_wrap{
  top: 0;
  text-shadow: none;
}
.head_mv.pattern04 .nav_wrap li{
  margin-left: 0;
}
.head_mv.pattern04 #mainvisual.content_mv {
  height: 160px;
}
.head_mv.pattern04 #mainvisual.home_mv {
  height: 330px;
}
.head_mv.pattern04 .slider-fade .slick-slide img {
  height: 330px;
}
.head_mv.pattern04 .main_headline{
  margin-top: 0;
}
h2::before{
    top: -90%;
}
	.star_01{
		display:block;
	}
	.star_01 img{
		margin: 10px auto;
	}
  /*==================================================================================================================================

    *ナビゲーション（スマホ）

  ==================================================================================================================================*/
/* PCで非表示にしたものを表示 */
.nav_wrap .btn_menu{
  display: block;
}
.nav_wrap .sp_navi_btn{
  display: block;
}
.nav_wrap .sp_btn_area{
  display: flex;
}

/* ナビのラッパー */
.nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}

.nav_wrap.fixed{
  align-items: inherit;
  height: auto;
  background: #fff;
}

.nav_wrap.fixed ul{
  width: 100%;
}

.nav_wrap .sp_logo {
  width: calc(100% - 56px);
}

.nav_wrap .sp_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 5px 0;
}

.nav_wrap .sp_logo img {
  width: 95%;
  height: auto;
  max-width: 300px;
}

/* ハンバーガーボタン */
.btn_menu {
  position: relative;
  right: 0;
  color: #fff;
  width: 55px;
  background: var(--main-color);
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
}

.btn_menu i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
}
.btn_menu span:nth-of-type(1) {
  top: 10px;
}

.btn_menu span:nth-of-type(2) {
  top: 20px;
}

.btn_menu span:nth-of-type(3) {
  top: 30px;
}
/* MENUボタン押下時 */
.btn_menu.active {
  right: 80%;
}
.btn_menu.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(225deg);
}

.btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_menu.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-225deg);
}

/* スライドメニュー */
.menu_list_wrap {
  position: fixed;
  top: 0;
  right: 0;
  right: -80%;
  z-index: 2;
  overflow: hidden;
  width: 80% !important;
  height: 100%;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
  background: var(--main-color);
  padding: 15px;
}

.menu_list_wrap ul {
  flex-flow: column wrap;
}

.menu_list_wrap ul li {
  display: block;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.menu_list_wrap ul li:first-child {
  border-top: 1px solid #fff;
}

.menu_list_wrap ul li::after {
  display: none;
}

.menu_list_wrap ul li a,
.menu_list_wrap ul li p {
  display: block;
  text-align: left;
  padding: 15px 10px;
  width: auto;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}

.menu_list_wrap ul li a p{
  display: none;
}

.menu_list_wrap ul li a:hover {
  color: #fff;
}

/* ------- 下層コンテンツのあるメニュー ------- */
.menu_list_wrap .nav_slidebtm div {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: none;
  background: none;
}

.menu_list_wrap .nav_slidebtm div a {
  margin-left: 15px;
  background: none;
  padding: 3px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 1.2em;
  border-bottom: none;
}
.menu_list_wrap .nav_slidebtm div a:nth-of-type(even){
  border-right: none;
}
.menu_list_wrap .nav_slidebtm div a::before {
  position: static;
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}

.menu_list_wrap .nav_slidebtm div a i.nav_arrow {
  display: none;
}

.menu_list_wrap .nav_slidebtm div a:hover {
  color: #fff;
  background: none;
}
nav ul li.nav_slidebtm:hover div{
  display:block;
}

/* アコーディオンやメガでない時に、展開中に含まれる扉ページのリンクを非表示 */
.menu_list_wrap .nav_slidebtm:not(.is_accord,.is_mega) div a.sp:first-of-type{
  display: none!important;
}

/* ------- アコーディオン&メガメニュー ------- */
.menu_list_wrap .nav_slidebtm.is_accord,
.menu_list_wrap .nav_slidebtm.is_mega{
  cursor: pointer;
}
.menu_list_wrap .nav_slidebtm.is_accord > a,
.menu_list_wrap .nav_slidebtm.is_mega > a{
  display: none;
}
.menu_list_wrap .nav_slidebtm.is_accord .child_menu,
.menu_list_wrap .nav_slidebtm.is_mega .child_menu{
  display: none;
  position: static;
  opacity: 0;
  visibility: hidden;
  background: none;
  box-shadow: none;
  transition: height 0.5s cubic-bezier(.19, 1, .22, 1);
}

.menu_list_wrap .nav_slidebtm.is_accord.active .child_menu ,
.menu_list_wrap .nav_slidebtm.is_mega.active .child_menu {
  opacity: 1;
  visibility: visible;
}
.menu_list_wrap .nav_slidebtm.is_accord p,
.menu_list_wrap .nav_slidebtm.is_mega p{
  display: block;
  position: relative;
}
.menu_list_wrap .nav_slidebtm.is_accord p::before ,
.menu_list_wrap .nav_slidebtm.is_mega p::before {
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
/* アコーディオン&メガメニュー展開時 */
.menu_list_wrap .nav_slidebtm.is_accord.active p::before ,
.menu_list_wrap .nav_slidebtm.is_mega.active p::before {
  content: "\f068";
}
body.nav-open .menu_list_wrap {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  right: 0;
}

/*WEB予約、問診、問い合わせ*/
.menu_list_wrap li.sp_navi_btn {
  border-bottom: none;
  margin: 5px 0 0;
}
.menu_list_wrap li.sp_navi_btn a {
  color: var(--main-color);
  padding: 8px 16px;
  line-height: 2!important;
  background: #fff;
}
.menu_list_wrap li.sp_navi_btn a i {
  margin-right: 5px;
}

/*SNSボタン*/
.menu_list_wrap .sp_btn_area {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 20px 0;
}

.menu_list_wrap .sp_btn_area li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-right: 5px;
  border-top: none!important;
  border-bottom: none!important;
}

.menu_list_wrap .sp_btn_area li:last-child {
  margin-right: 0;
}

.menu_list_wrap .sp_btn_area li a {
  display: block;
  background-color: #fff;
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  padding: 7px 0 0 0;
  border-radius: 5px;
  line-height: 2!important;
}

.menu_list_wrap .sp_btn_area li a i {
  display: block;
  font-size: 18px;
}

/* 下部固定メニュー */
.sp_under_nav {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  height: 52px;
}

.sp_under_nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}

.sp_under_nav li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  box-sizing: border-box;
  background-color: var(--main-color);
  text-align: center;
}

.sp_under_nav li:nth-child(2) {
  background-color: var(--main-color);
  opacity: 0.8;
}

.sp_under_nav li a {
  display: block;
  color: #fff;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	line-height:1.3em;
}

.sp_under_nav li a:hover{
  color: #fff;
}

.sp_under_nav li a i {
  margin-right: 10px;
}
/* ナビ展開時の後ろの背景 */
.nav_overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

body.nav-open .nav_overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}
.top_sp_only .mv_bannar img{
  max-width: 75%;
  max-height: 75%;
}
	.mv_bannar_flex_02.sp img{
		max-width: 75%;
	}
	.mv_bannar_flex_03 {
    position: inherit;
    margin-bottom: 4%;
}
	.mv_bannar_flex_03 ul {
    justify-content: center;
}

  /*==================================================================================================================================

    *ホーム（共通設定）（スマホ）

  ==================================================================================================================================*/
  body.home,
body.home #main,
body.home header,
body.home footer {
    overflow-x: visible;
  }

  body.home #contents {
    padding-top: 30px !important;
  }

  body.home .mainvisual_wrapper {
    margin-top: 113px;
  }

  body.home .mainvisual_wrapper > div {
    margin: 0 !important;
  }

  body.home #mainvisual {
    height: 420px;
    background-image: none;
  }
  body.home #mainvisual .slider-fade,
  body.home #mainvisual .slider-fade .slick-list,
  body.home #mainvisual .slider-fade .slick-track,
  body.home #mainvisual .slider-fade .slick-slide img {
    height: 100% !important;
  }

  body.home #wrapper, html, body, #main {
    min-height: 500px;
  }

  body.home #main {
    width: 100%;
    min-width: 100%;
    background-size: 100% auto !important;
  }

  body.home #main .inner {
    width: 100%;
    min-width: 100%;
  }

  body.home #main {
    background-size: auto 100% !important;
  }

  body.home #main p,
body.home #main p img {
    width: 168px;
    height: 102px;
  }

  body.home #main h2 {
    top: 258px;
    padding: 0 12%;
  }

  body.home .box1 {
    margin: 0 auto;
    padding: 0 5% 40px;
  }
  .sec_top_medical .box1{
    padding: 0 5% 40px !important;
  }
  body.home .top_greet .text {
    width: 88%;
    padding: 0 6%;
  }

  body.home .top_greet_img {
    position: relative !important;
    right: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    height: auto;
    margin: 0 auto 30px !important;
  }

  body.home .top_greet_doctor {
    float: none;
    margin-bottom: 20px;
  }

  body.home .top_greet_doctor dd span {
    margin-right: 0;
  }

  body.home .top_greet .btn01 {
    float: none;
    margin: auto;
  }

  body.home h1 {
    position: unset;
    padding: 10px 6%;
    text-align: center;
  }

  h1 {
    position: unset;
    padding: 10px 6%;
    text-align: center;
    background: var(--bg-color);
    color: var(--text-color);
  }

  /*==================================================================================================================================

    *メインビジュアル（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  /*--------------------下層--------------------*/
  #mainvisual {
    position: relative;
    height: 160px;
    margin-top: 113px;
    background-position: center;
    background-attachment: scroll;
  }

  #mainvisual .inner {
    width: 100%;
    height: inherit;
  }

  #mainvisual .inner + div {
    width: 100% !important;
    top: 0 !important;
  }

  .main_headline {
    padding: 10px 0 0;
    margin-top: 0;
  }

  .main_headline p.midashi {
    font-size: 150%;
    margin: 0 30px;
  }

  /*----------キャッチフレーズ----------*/
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: initial;
    margin-top: 30px;
/* 	  background-color: rgb(0,0,0,0.3); */
  }
  .main_catch img.catchcopy{
	margin-top: 0.4em;
    margin-bottom: 5px;
    width: 337px;
    margin-right: 20px;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }
	.catchcopy_tit span {
		-webkit-text-stroke: 0;
	}
  .mv_bannar_flex{
    bottom: 10px;
    right: 20px;
  }
  .mv_open{
	  width:95px;
/*     width: 105px; */
  }
  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
	.mv_bannar_flex_02{
	position: inherit;
    text-align: center;
	}
	.mv_bannar_flex_02.sp div:not(:last-child) {
		margin-bottom:10px;
	}

  /*----------スライダー フェード----------*/
  .slider-fade .slick-slide img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .slick-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .main_time {
    display: none;
  }

  /*----------スマホのみのエリア----------*/
  .top_sp_only {
    padding: 20px 4% !important;
  }

  .top_sp_only .mv_bannar{
    text-align: center;
    position: static;
    width: 80%;
    height: auto;
    margin: 30px auto;
  }
/*==================================================================================================================================

  *メインビジュアル直下（スマホ）

==================================================================================================================================*/
/* .sec_top_medical_link {
    background: #fff;
	padding-bottom:15px;
}
	.top_medical_list_link {
    padding: 0 !important;
}
	.top_medical_link {
    flex-direction: column;
    align-items: center;
} */
  /*==================================================================================================================================

    *医療コラム（スマホ）

  ==================================================================================================================================*/
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }

  /*==================================================================================================================================

    *フッター（スマホ）

  ==================================================================================================================================*/
  .pagetop {
    right: 10px;
    bottom: 60px;
    left: auto;
    margin: auto;
    width: 40px;
    height: 40px;
  }

  .pagetop i {
    margin-top: 10px;
  }

  .pagetop:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .footer_logo_box{
    padding: 50px 0 10px;
  }
  .footer_inner {
    width: 100%;
    padding: 40px 20px 40px;
    display: block;
  }

  .footer_logo {
    width: 65%;
    margin: 0 auto 30px;
  }

  .footer_info_wrap {
    display: block;
  }

  .footer_info_left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .footer_info_access {
    margin: 20px 0;
  }

  .footer_info_tel {
    font-size: 7vw;
  }

  .footer_info_right .sche_wrap {
    padding: 0;
  }

  footer .text {
    margin: 0;
  }

  .footer_info_right {
    width: 100%;
  }

  .copy {
    margin-top: 0;
    padding: 7px 0 65px;
  }

  /*--------------------連携病院--------------------*/
  .top_affiliations_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /*--------------------フッターのサイドバナー--------------------*/
  .sec_footer_banner {
    padding: 50px 0 0;
  }
  .sec_footer_banner ul li {
    width: 100%;
    margin: 0 0 16px;
  }
  .sec_footer_banner ul li.btn01 {
    text-align: center;
  }

  /*----------フッターのナビ----------*/
  .footer_navi .inner {
    flex-wrap: wrap;
    padding: 16px 5% 18px;
  }
  .footer_navi .inner > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .footer_navi .inner > ul:first-child li {
	  width: 65%;
/*     width: 32%; */
  }
  .footer_navi .inner > ul:last-child {
    width: 100%;
  }

  .footer_cate p {
    font-weight: bold;
    color: var(--main-color);
  }
  .footer_cate ul li {
    width: calc(50% - 1em);
  }

  .footer_column_cate li {
    width: calc(50% - 1em);
  }
  .clinic_slider li img{
  width: 370px;
}
  /*--------------------フッターのSNS--------------------*/
  footer .side_sns li {
    margin-right: 20px;
  }
  footer .side_sns li:last-child {
    margin-right: 0;
  }

  /*==================================================================================================================================

    *共通仕様（スマホ）

  ==================================================================================================================================*/
  #contents {
    padding-bottom: 70px;
  }

  body.home .freearea_up,
body.home .freearea_under,
.box1 {
    width: 100%;
    padding: 0 5% 0;
  }
  footer .box1{
    padding: 0 5% 40px;
  }
  .textarea p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }

  .contents {
    width: 100%;
  }

  .wrapper {
    width: 100%;
    display: block;
    padding: 10px 0 0;
  }

  .wrapper main {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px 0;
  }

  :is(.blog,.single-post,.archive,.category):not(.tax-cate_menu,.tax-cate_disease,.tax-cate_symptom,.tax-cate_case) .wrapper main{
    width: 100%;
  }

  body.home .wrapper main {
    padding-left: 0;
    padding-right: 0;
  }

  .medical_single {
    padding: 0 !important;
  }

  .body_single p img {
    display: block;
    margin: 0 auto;
  }

  /*----------リスト----------*/
  .list08 {
    padding: 6%;
  }

  /*----------テーブル----------*/
  .sp_w100 th,
.sp_w100 td {
    width: 100% !important;
    display: block !important;
    border-top: none;
  }

  .sp_w100 tr:first-child th,
.sp_w100 tr:first-child td:first-child {
    border-top: 1px solid var(--border-color);
  }

  .tb01 {
    width: 100%;
    table-layout: fixed;
    white-space: inherit;
  }

  .tb01 th {
    width: 30%;
  }

  .tb01 th + td {
    width: 70%;
  }

  .tb03,
.tb03 th {
    white-space: inherit;
  }

  .tb03.w075par {
    width: 100%;
  }

  .tb04,
.tb04 th {
    white-space: normal;
  }

  .tb04 th {
    font-size: 13px;
  }

  .tb04 td,
.tb04 th {
    padding: 2%;
  }
.allergy-table th, .allergy-table td {
    width: 100%;
    display: block;
    }
 .allergy-table th {
    text-align: center;
    }
.allergy-table tr td:nth-child(2) {
	border-top:none;
	border-bottom: none;
	}
	.allergy-table td:nth-child(1) {
	border-top: 1px solid var(--border-color);	
	}
.allergy-table .last-td {
  border-bottom: 1px solid var(--border-color)!important;
}
  /*--------------------診療時間表--------------------*/
  .tb02 th {
    min-width: unset;
  }

  .tb02 th,
.tb02 td {
    padding: 10px 0 10px 0;
  }

  .tb02 tr:first-child th,
.tb02 tr:first-child td {
    padding: 0 0 2px 0;
  }

  /*--------------------サイドバー--------------------*/
  .side_area {
    width: 100%;
    margin: auto;
    padding: 30px 20px 20px;
  }

  /*--------------------パンくず--------------------*/
  #breadcrumb {
    position: static;
    font-size: 12px;
    padding: 15px 0;
  }

  /*--------------------レイアウト--------------------*/
  .layout_tit{
    font-size: 18px;
  }
  
  .layout_tit em{
    font-size: 24px;
  }
  
    /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
    .layout01 .layout01_box {
      display: block;
    }
  
    .layout01 .layout01_title {
      width: 100%;
      padding: 15px 0;
    }
  
    .layout01 .layout01_text {
      width: 100%;
    }
  
    .layout01 .layout01_text img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
    .layout02 {
      display: block;
    }
  
    .layout02 .layout02_box{
      width: 100%;
    }
  
    .layout02 .layout02_box img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
    .layout03 {
      margin: 0 0 15px;
    }
  
    .layout03 .layout03_box {
      display: block;
    }
  
    .layout03 .layout03_title {
      width: 100%;
    }
  
    .layout03 .layout03_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    padding: 0;
    }
  
    .layout03 .layout03_text {
      width: 100%;
      padding: 15px 3% 1%;
    }
  
  
    /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
    .layout04 .layout04_box {
      display: block;
    }
  
    .layout04 .layout04_title {
      width: 100%;
      padding: 2%;
    }
  
    .layout04 .layout04_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    .layout04 .layout04_text {
      width: 100%;
    }
  
  
    /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
    .layout05 .layout05_box {
      display: block;
    }
  
    .layout05 .layout05_title {
      width: 100%;
      text-align: center;
      display: block;
    }
  
    .layout05 .layout05_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    .layout05 .layout05_text1:nth-child(2) {
      width: 100%;
      margin-top: 10px;
    }
  
    .layout05 .layout05_text1:nth-child(3) {
      width: 100%;
      border-left: none;
    }
    /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
    .layout06 {
      margin: 0 0 15px;
    }
  
    .layout06 .layout06_box {
      display: block;
    }
  
    .layout06 .layout06_title {
      width: 100%;
      padding: 3%;
      display: block;
      text-align: center;
    }
  
    .layout06 .layout06_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    /* 数字 */
    .layout06 .layout06_text1:nth-child(2) {
      width: 100%;
      margin-top: 10px;
    }
  
    .layout06 .layout06_text1:nth-child(3) {
      width: 100%;
      border-left: none;
    }
    /* 3つ並びのレイアウト。 */
    .layout07 {
      display: block;
    }
    .layout07 .layout07_box {
      display: block;
      width: 100%;
    }

  /* layout9 */
  .layout09 .layout09_box {
    display: block;
  }

  .layout09 .layout09_title {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout09 .layout09_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout09 .layout09_text1{
    width: 100%;
    margin-top: 10px;
  }

  /* layout10 */
  .layout10 .flow_box{
      justify-content: space-between;
      padding: 6%;
  }
  .layout10 .flow_box::before{
      display: none;
  }
  .layout10 .flow_box .number{
      width: 42px;
      height: 42px;
      margin-right: 0;
      font-size: 20px;
  }
  .layout10 .flow_box .layout10_box{
      width: 80%;
  }
  .layout10 .flow_box .layout10_text .title{
      font-size: 14px;
      line-height: 1.4;
  }
  .layout10 .flow_box .layout10_text .title span{
      display: block;
      padding-bottom: 8px;
      font-weight: bold;
  }
  .layout10 .flow_box .layout10_text .title span::after{
      display: none;
  }
  .course_ablation::before{
      display: none;
  }
  
  /* layout11 */
  [class^="layout11_text"] dl dt,
  [class^="layout11_text"] dl dd{
      margin-left: 0;
      width: 100%;
  }
  [class^="layout11_text"] dl dt{
      margin-bottom: 0;
  }
  [class^="layout11_text"] dl dd{
      margin-bottom: 10px;
  }
  .layout11_image02{
      flex-wrap: wrap;
  }
  .layout11_image02 span{
      width: 100%;
  }
  .layout11_image02 span:last-child{
      margin-top: 40px;
  }
  .layout11_image02 span:last-child::before{
      top: -32px;
      bottom: auto;
      left: 0;
      right: 0;
      justify-content: center;
      content: "\f078";
  }
  /*--------------------診療内容などのコンテンツ--------------------*/
  .anklink li {
    width: 100%;
    margin: 0 0 10px;
  }

  /* コンテンツリンク */
  .contentlink{
    margin-bottom: 80px;
  }
  .contentlink li{
    margin: 0 auto;
  }

	.flex_box_img {
/* 		width: 80%; */
		width: 95%;
	}
.flex_box_text {
    width: 100%;
}	

  /*==================================================================================================================================

    *フリーエリア（上・下）（スマホ）

  ==================================================================================================================================*/
  .freearea_up_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .freearea_up_img img {
    width: 100%;
    height: auto;
  }

  .freearea_under_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .freearea_under_img img {
    width: 100%;
    height: auto;
  }

  /*==================================================================================================================================

    *医師紹介（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_doctor::before{
    width: 100%;
    height: 538px;
    background-size: cover;
  }
  .top_greeting_wrap .top_contents_titbox{
    width: 100%;
  }
  .sec_top_doctor .box1 {
    padding: 0 20px 0;
  }

  .top_greeting_flex {
    display: block;
    width: 100%;
  }
  .top_greeting_flex_img .btn01{
    text-align: center;
  }
  .top_greeting_flex_img {
    width: 100%;
  }
  .top_greeting_flex_text h3{
    margin-bottom: 40px;
  }
  .top_greeting_flex_text {
    width: 100%;
    margin-top: 50px;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    width: 100%;
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
  .doctor_catch{
    text-align: center;
  }
  /*-------------------パターンA(写真右)-------------------*/
  /*-------------------パターンB(写真左)-------------------*/
  .sec_top_doctor.pattern02 .top_doctor_name {
    text-align: center;
  }

  /*-------------------パターンC(写真なし)-------------------*/
  .sec_top_doctor.pattern03 .top_doctor_name {
    text-align: right;
  }

  /*--------------------下層--------------------*/
  .doctor_greeting_flex {
    display: block;
  }

  .doctor_greeting_flex .text {
    width: 100%;
  }

  .doctor_img {
    width: 100%;
    text-align: center;
  }

  /*----------経歴・資格----------*/
  .doctor_carr_wrap {
    display: block;
  }

  .doctor_carr_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .doctor_carr_box:last-child {
    margin-bottom: 0;
  }

  /*==================================================================================================================================

    *当院の特徴（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_feature {
    padding: 90px 0 70px;
    background-size: auto;
  }
  .sec_top_feature::before{
    width: 160px;
    height: 162px;
    top: 30px;
    right: 0;
    background-size: 100%;
    opacity: 0.8;
  }
  .sec_top_feature.pattern03 .top_feature_box h3{
    margin: 0 20px;
	  padding-left: 0;
  }
  .sec_top_feature.pattern03 .top_feature_box h3 span{
    font-size: min(4vw,24px);
    padding: 7px 15px 8px 15px;
    line-height: 2.2;
  }
  .sec_top_feature.pattern03 .top_feature_box h3 .tit_01{
    padding: 7px 13px 7px 13px;
  }
  .sec_top_feature.pattern03 .top_feature_box h3 .tit_02{
    padding: 7px 13px 7px 13px;
  }
  /*-------------------パターンC(背景に写真、その上にテキスト)-------------------*/
  .sec_top_feature.pattern03 .top_feature_item {
    width: 100%;
    margin-bottom: 52px;
  }
  .sec_top_feature.pattern03 .top_feature_item:first-of-type{
    margin-top: 120px;
  }
  .sec_top_feature.pattern03 .top_feature_item:nth-child(n+3){
    margin-top: 0;
  }
  .sec_top_feature.pattern03 .top_feature_item:last-child {
    margin-bottom: 0;
  }
  .top_feature_tit p{
    font-size: 30px;
  }
  /*==================================================================================================================================

    *診療案内（スマホ）

  ==================================================================================================================================*/
  /*-------------------パターンA(アイコンを目立たせるタイプ)-------------------*/

  .sec_top_medical{
    padding: 90px 0 70px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
  .top_contents_titbox{
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .top_contents_titbox p{
    width: 100%;
    font-size: 32.15px;
    writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
  }
  .top_contents_titbox .medical_txt{
    padding-top: 0;
    display: flex;
    gap: 0 6px;
  }
  .top_contents_titbox h2{
    writing-mode: lr-tb;
    -ms-writing-mode: lr-tb; 
    margin: 0 !important;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2){
    margin-top: 40px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2),.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3){
    width: 100%;
    margin-top: 30px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a,.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a{
    padding: 10px 40px;
    align-items: flex-start;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a h3, .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a h3{
    font-size: 24px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .medical_subtit, .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .medical_subtit{
    width: 100%;
    margin: 0;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .list03, .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .list03{
    width: 100%;
    padding: 32px 0 20px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .btn01,.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .btn01{
    margin: auto auto 0;
    bottom: 30px;
    right: 30px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a .list03{
    margin: 20px 40px 50px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+4) a h3{
    font-size: 20px;
  }
  .sec_top_medical p.top_medical_menu_en_title{
    font-size: 14px;
  }
  /*==================================================================================================================================

    *病名から探す（スマホ）

  ==================================================================================================================================*/
  .disease_flex{
    margin-bottom: 0;
  }
  .disease_flex .btn01 {
    text-align: center;
  }
  .disease_flex .disease_flex_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .disease_flex .disease_flex_left {
    width: 100%;
  }

  .disease_w100 .disease_flex_left {
    width: 100%;
  }
  /*==================================================================================================================================

    *症状から探す（スマホ）

    ==================================================================================================================================*/
  .symptom_flex{
    margin-bottom: 0;
  }
  .symptom_flex .btn01 {
    text-align: center;
  }
  .symptom_flex .symptom_flex_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .symptom_flex .symptom_flex_left {
    width: 100%;
  }

  .symptom_w100 .symptom_flex_left {
    width: 100%;
  }

  /*==================================================================================================================================

    *症例（スマホ）

  ==================================================================================================================================*/
  /*-------------------一覧ページ-------------------*/
  .case_flex .btn01 {
    text-align: center;
  }

  .case_flex .case_flex_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .case_flex .case_flex_left {
    width: 100%;
  }

  .case_w100 .case_flex_left {
    width: 100%;
  }

  /*-------------------コンテンツページ-------------------*/
  .box_case .images .before {
    margin-bottom: 10px;
  }
  .box_case .images .before, .box_case .images .after {
    width: 100%;
  }
  .box_case .images ul {
    width: 100%;
  }
  .box_case .images ul li a img {
    height: 150px;
  }
  .box_case dl {
    flex-wrap: wrap;
  }
  .box_case dl dt, .box_case dl dd {
    width: 100%;
  }

  /*==================================================================================================================================

    *医院案内（スマホ）

  ==================================================================================================================================*/
  .clinic_desc dl {
    display: block;
  }

  .clinic_desc dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }

  .clinic_desc dl dd {
    width: 100%;
    padding: 0 0 15px;
  }

  .clinic_sche .tb02 th,
.clinic_sche .tb02 td {
    font-size: 12px;
  }

  .clinic_facilities_wrap {
    display: block;
  }

  .facilities_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .facilities_item_img img {
    max-height: 390px;
  }

  /*==================================================================================================================================

    *料金表（スマホ）

  ==================================================================================================================================*/
  /*TYPE A-----------------------*/
  .price_table_a tr:first-child {
    display: none;
  }

  .price_table_a tr td:nth-child(1) {
    background-color: var(--bg-color);
    font-weight: bold;
  }

  .price_table_a {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_a tr:first-child {
    display: none;
  }

  .price_table_a th {
    border-bottom: none;
  }

  .price_table_a td {
    display: block;
    border-bottom: none;
  }

  .price_table_a tr td:nth-child(1) {
    width: 100%;
  }

  .price_table_a tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_a tr td:nth-child(3) {
    width: 100%;
    white-space: normal;
  }

  /*TYPE B----------------------*/
  .price_table_b {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_b tr td {
    display: block;
  }

  .price_table_b tr th {
    border-bottom: none;
  }

  .price_table_b tr td {
    border-bottom: none;
  }

  .price_table_b tr td:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .price_table_b tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_b tr td:nth-child(3) {
    width: 100%;
  }

  /*TYPE C----------------------*/
  .price_table_c {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_c th {
    display: block;
    border-bottom: none;
  }

  .price_table_c td {
    display: block;
    border-bottom: none;
  }

  .price_table_c tr td:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .price_table_c tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_c tr td:nth-child(3) {
    width: 100%;
  }

  .price_table_c tr.price_table_table_c_variableitem th {
    width: 100%;
  }

  .price_table_c tr.price_table_table_c_variableitem td {
    width: 100%;
  }

  /*----------------診療内容のテーブル----------------*/
  .price_table.price_table_medical tr td {
    display: block;
  }

  .price_table.price_table_medical tr:first-child {
    display: none;
  }

  .price_table.price_table_medical tr td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    border-top: none;
    background: var(--bg-color);
    width: 100%;
  }

  .price_table.price_table_medical tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid var(--border-color);
  }

  .price_table.price_table_medical tr td:nth-child(2) {
    border-top: none;
    text-align: center;
    width: 100%;
  }
/*----------------医療脱毛のテーブル----------------*/
.price_table.datsumo tr th:nth-child(1) {
  width: 40%;
}
  /*==================================================================================================================================

    *求人案内（スマホ）

  ==================================================================================================================================*/
  .recruit_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .recruit_img img {
    width: 100%;
    height: auto;
  }

  .recruit_table {
    border-bottom: 1px solid var(--border-color);
  }

  .recruit_table th,
.recruit_table td {
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .recruit_table th {
    border-bottom: none;
  }

  /*==================================================================================================================================

    *アクセス（スマホ）

  ==================================================================================================================================*/
  .map_flex_item{
    width: 100%;
  }
  .map_flex_item:first-child{
    margin-bottom: 20px;
  }

  .access_add {
    display: block;
  }

  .access_add dt {
    width: 100%;
  }

  .access_add dd {
    width: 100%;
  }

  .access_route ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  /*==================================================================================================================================

    *お知らせ（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_news {
    padding: 48px 0 32px;
  }

  .sec_top_news_flex {
    flex-direction: column;
  }

  .sec_top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_flex_item address{
    text-align: left;
  }
  
  /*-------------------パターンD(お知らせ+ブログ+医院概要+アクセス)-------------------*/
  .sec_top_news.pattern04 .news_flex_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .sec_top_news.pattern04 .news_flex_item h2 {
    margin: 0;
  }
  .sec_top_news.pattern04 .news_flex_item:last-child {
    margin-bottom: 0;
  }
  .sec_top_news_list li{
    line-height: 1.8;
  }
  .clinic_info dl{
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .clinic_info dl dd{
    margin: 10px 0 0;
  }
  .tb02 th{
    line-height: 1;
    font-size: 14px;
  }
  .tb02 td{
    vertical-align: middle;
  }
  .tb02 tr:first-of-type td{
    font-size: 15.75px;
    line-height: 1.3;
  }

  /*==================================================================================================================================

    *ブログ（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_blog_list .top_blog_thum {
    width: 50px;
    height: 50px;
  }
  .sec_top_blog_list .top_blog_thum img {
    width: 100%;
    height: 100%;
  }
  .sec_top_blog_list .top_blog_info {
    width: calc(97% - 50px);
  }

  /*--------------------下層--------------------*/
  .thumbnail {
    float: none;
    margin: 0;
    text-align: center;
  }

  .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: unset;
    width: 200px;
    height: 200px;
  }
	

  /*==================================================================================================================================

    *MPクラウド（スマホ）

  ==================================================================================================================================*/
  #mpcloud_schedule {
    bottom: 60px;
  }

  /*==================================================================================================================================

    *お問い合わせ（スマホ）

  ==================================================================================================================================*/
  .contact {
    margin: 0 auto;
    width: auto;
  }


  /*==================================================================================================================================

    *下層ページ

  ==================================================================================================================================*/

.muscle_box h2 {
	font-size:150%;
}
  /*==================================================================================================================================

    *ループスライダー（スマホ）

  ==================================================================================================================================*/
  #loop_slider li img {
    width: 200px;
  }

  /*--------------------common--------------------*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc_inline {
    display: none !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .pc_table {
    display: table !important;
  }

  .sp_table {
    display: table !important;
  }

  .sp_flex {
    display: flex !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp_mb00 {
    margin-bottom: 0 !important;
  }

  .sp_mr00 {
    margin-right: 0 !important;
  }

  .sp_ml00 {
    margin-left: 0 !important;
  }

  .sp_mt00 {
    margin-top: 0 !important;
  }

  .sp_pb00 {
    padding-bottom: 0 !important;
  }

  .sp_pr00 {
    padding-right: 0 !important;
  }

  .sp_pl00 {
    padding-left: 0 !important;
  }

  .sp_pt00 {
    padding-top: 0 !important;
  }

  .sp_center {
    text-align: center;
  }

  .img_fl,
.img_fr {
    float: none;
    margin: 0;
    text-align: center;
  }

  .img_fl img,
.img_fr img {
    margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: auto;
  }
	.img_fr.img_w450 img {
	margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: auto;
	}
}
@media screen and (min-width:1920px){
    .sec_top_feature{
      background-size: contain;
    }
  }
@media screen and (max-width: 320px) {
  .main_catch p {
    font-size: 16px;
  }

  /*--------------------サイドバー--------------------*/
  .side_area {
    width: 100%;
  }

  /*--------------------common--------------------*/
  .sp_inline_iP {
    display: inline !important;
  }
	

