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

   ●

======================================================================= */
@font-face {
  font-family: "honokamin";
  src: url("../font/font_1_honokamin.eot?") format('eot'), url("../font/font_1_honokamin.woff") format('woff');
}
.text_c {
  margin: 0 auto;
  text-align: center;
}
.text_r {
  text-align: right;
}
.text_b {
  font-size: 2rem;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
img {

  max-width: 100%;
  height: auto;
}
.movie {
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 9;
}

body {
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 特設ページのサイト幅 */
  .special_wrap { 
  width: 100%;
  margin: 0;
  > .inner {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.leaf-image {
  margin: 0 0 .8rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
}
.heading01 {
  margin: 0 auto 1.5em;
  text-align: center;
}
.heading01 span {
  /*font-family: honokamin;*/
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  color: #3d3832;
  font-size: 30px;
  font-weight: 600;
  /*font-weight: normal;*/
  text-align: center;
  line-height: 1.1;
  padding: 0 0 5px 0;
}
.heading01 span span {
  display: block;
  color: #679862;
  font-size: 20px;
}
.notice {
  margin-bottom: 30px;
  text-align: center;
}
.notice span {
  font-family: honokamin;
  color: #3d3832;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  padding: 0 0 5px 0;
}
.notice span span {
  display: block;
  color: #679862;
  font-size: 20px;
}
/*.notice{
  margin-bottom: 30px;
  text-align: center;
  border: #3d3832 3px solid;
  width: 200px;
  margin: 0 auto 20px auto;
  padding: 50px 0;
}

.notice span{
  font-family: honokamin;
	color: #3d3832;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
  line-height: 1.1;
  padding:0 0 5px 0;
  display: block;
}*/
.heading02 {
  margin-bottom: 20px;
  border-bottom: 1px solid #3d3832;
  font-size: 23px;
  /*font-family: "HonMincho-M", "MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  color: #3d3832;
  /*font-weight: bold;*/
  font-weight: normal;
  line-height: 120%;
  padding: 0 0 10px 40px;
  position: relative;
  letter-spacing: 0.1em;
}
.heading02::before {
  display: block;
  content: "";
  width: 30px;
  height: 27px;
  background-image: url("../images/logo_mark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
.heading03 {
  margin-bottom: 20px;
  padding: 8px 0 6px 10px;
  background-color: #887a67;
  color: #FFF;
  font-size: 18px;
  /*font-family: "Yu Mincho";*/
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  /*font-weight: bold;*/
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 1px;
}
.heading03.sml {
  display: inline-block;
  padding: 8px 10px 6px 10px;
}
.heading04 {
  margin-bottom: 20px;
  padding: 8px 0 6px 10px;
  background-color: #c3cfbb;
  color: #427038;
  font-size: 18px;
  /*font-family: "Yu Mincho";*/
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  /*font-weight: bold;*/
  font-weight: normal;
  line-height: 1.2;
}
#header {
  width: 100%;
}
#key_visual_sub {
  position: relative;
}
#infomation {}
#infomation dl {
  height: 220px;
  padding: 0 9px 13px;
  /*overflow-y:scroll;*/
}
#infomation dt {
  background-color: #33220f;
  color: #FFF;
  font-size: 17px;
  line-height: 100%;
  margin: 0 10px 10px 5px;
  padding: 10px 0 8px 20px;
}
#infomation dd p {
  border-bottom: 1px dotted #40220f;
  ;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #40220f;
  font-size: 17px;
  line-height: 1.6;
}
#infomation dd:not(:last-child) {
  margin-bottom: 15px;
}
/* -----------------------------------------------------------
　お知らせ欄
----------------------------------------------------------- */
notice_frame {
  height: 340px;
  overflow-y: scroll;
  margin: 20px 0 60px 0;
}
/*.notice_frame dl{
	width: 98%;
	margin: 0 0 0 2%;
}

.notice_frame dl dt{
	margin:5px 0 0 0px;
	font-size:18px;
	padding:2px 20px;
	border-top:#a6937c 1px solid;
	border-bottom:#a6937c 1px solid;
	color:#482b0e;
	letter-spacing:0.1em;
}

.notice_frame dl dt span{
	margin:0 20px 0 0;
}

.notice_frame dl dd{
	margin:5px 0 20px 10px;
	font-size:14px;
	border-bottom:#a6937c 2px dotted;
	padding:0 0 20px 0;
	color:#482b0e;
}
*/
.summary_left {
  float: left;
  width: 535px;
}
.summary_right {
  float: right;
  width: 535px;
}
#map_box {
  position: relative;
}
#map_box iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
#map_box2 {
  position: relative;
}
#map_box2 iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
#map_caution {
  background: #ffffff none repeat scroll 0 0;
  bottom: 4%;
  font-size: 14px;
  left: 2%;
  line-height: 16px;
  margin: 0;
  max-width: 85%;
  padding: 3px;
  position: absolute;
}
#map_caution2 {
  background: #ffffff none repeat scroll 0 0;
  bottom: 4%;
  font-size: 14px;
  left: 2%;
  line-height: 16px;
  margin: 0;
  max-width: 85%;
  padding: 3px;
  position: absolute;
}
#map_canvas {
  pointer-events: none;
}
.info_table tr td {
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  line-height: 120%;
}
.info_table {
  margin-bottom: 10px;
}
.info_table tr td:first-child {
  padding: 15px 0 3px 0;
}
.info_table tr td:last-child {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 8px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ffffff;
  width: 100%;
}
.info_table tr:first-child td:first-child {
  display: block;
    width: max-content;
  padding: 0 0 3px 0;
}
.info_table tr:first-child td:last-child {
  padding: 0 0 3px 8px;
}
.summary_right .info_table {
  margin-bottom: 50px;
}
.info_table tr td a {
  color: #ffffff;
}
/*概要*/
table.Chour_table {
  margin: 0 0 3px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.Chour_table th {
  background-color: #796c59;
  border: 1px solid #CCC;
  font-weight: normal;
  font-size: 15px;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
}
table.Chour_table th:first-child {
  width: 23%;
}
table.Chour_table th:last-child {
  width: 13%;
}
table.Chour_table td {
  border: 1px solid #CCC;
  background-color: #857a68;
  text-align: center;
  font-size: 24px;
  padding: 15px 0px;
  color: #90ad80;
}
table.Chour_table tr:last-child td {
  background-color: #857a68;
}
table.Chour_table td.holiday {
  color: #ffffff;
}
table.Chour_table td.pm {
  color: #3b8030;
}
table.Chour_table .Chour_time {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}
.holiday {
  font-size: 14px;
  color: #ffffff;
}
.holiday span {
  color: #3b8030;
  font-size: 18px;
}
/*アクセス*/
.subbox3 table.Chour_table {
  margin: 0 0 3px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.subbox3 table.Chour_table th {
  background-color: #796c59;
  border: 1px solid #CCC;
  font-weight: normal;
  font-size: 15px;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
}
.subbox3 table.Chour_table th:first-child {
  width: 23%;
}
.subbox3 table.Chour_table th:last-child {
  width: 13%;
}
.subbox3 table.Chour_table td {
  border: 1px solid #CCC;
  background-color: #FFF;
  text-align: center;
  font-size: 24px;
  padding: 15px 0px;
  color: #90ad80;
}
.subbox3 table.Chour_table tr:last-child td {
  background-color: #FFF;
}
.subbox3 table.Chour_table td.holiday {
  color: #000000;
}
.subbox3 table.Chour_table td.pm {
  color: #3b8030;
}
.subbox3 table.Chour_table .Chour_time {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}
.subbox3 .holiday {
  font-size: 14px;
  color: #000000;
}
.subbox3 .holiday span {
  color: #3b8030;
  font-size: 18px;
}
.gmaplink {
  margin-top: 5px;
}
.Pagetop_ich {
  margin: 0 auto;
  width: 1102px;
}
#Pagetop {
  bottom: 135px;
  left: auto;
  margin-left: 1102px;
  position: fixed;
  z-index: 2;
}
a.bana:hover {
  opacity: 0.8;
}
/* :::::::::: 下層ページ :::::::::: */
.box3 p:not(:last-child) {
  margin-bottom: 1em;
}
.doctor_name span {
  font-size: 20px;
}
.imglist li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.imglist li:last-child {
  margin-right: 0;
}
.imglist li span {
  display: block;
  width: auto;
  margin: .5rem auto;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Yu Mincho';
  /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
  text-align: left;
  color: #63935b;
}
@media print, screen and (min-width: 769px) {
  .imglist li span {
    display: block;
    width: auto;
    margin: .5rem auto;
    font-size: 1.2rem;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    text-align: center;
    color: #63935b;
  }
}
.flow_arrow {
  color: #427038;
  font-size: 20px;
  text-align: center;
}
#access .summary_frame + #map_box {
  display: none;
}
/* :::::::::: 共通 :::::::::: */
.txt_align_right {
  text-align: right;
}
.img_border {
  border: 1px solid #e6e6e6;
  padding: 3px;
}
.txt_align_center {
  text-align: center;
}
.note {
  text-indent: -1em;
  padding-left: 1em;
}
.note3 {
  text-indent: -3em;
  padding-left: 3em;
}
.box3 .subbox3 .mb0 {
  margin-bottom: 0px;
}
/* :::::::::: メインナビ :::::::::: */
nav {
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* -----------------------------------------------------------
  　見出し
  ----------------------------------------------------------- */
  h1 {
    /*font-family: 'Yu Mincho';*/
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
  }
  /* =======================================================================

     全体

  ======================================================================= */
  body {
    min-width: 1102px;
    position: relative;
  }
  body:not(#index) {
    min-width: 1102px;
  }
  .inner {
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
  }
  .inner_wide {
    width: 1445px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
  }
  /* -----------------------------------------------------------
  　ラッパー
  ----------------------------------------------------------- */
  #wrapper {
    padding: 0;
    width: 1040px;
    text-align: left;
    margin: 0 auto;
  }
/* 特設ページのサイト幅 */
  .special_wrap { 
  width: 960px;
  margin: auto;
}
  /* -----------------------------------------------------------
  　ヘッダ
  ----------------------------------------------------------- */
  #header {
    /*    position: fixed;
    top: 0;
    left: 0;*/
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 5px 0;
    height: 160px;
    position: relative;
  }
  .logo {
    width: 600px;
    float: right;
    margin: 30px 0 0 0;
  }
  .h_logo {
    float: left;
    margin: 10px 0 0 0;
  }
  #marl {
    float: left;
    margin-top: 20px;
  }
  .header_info {
    float: left;
    width: 182px;
    margin: 0 10px 0 0;
  }
  .header_info02 {
    float: right;
    width: 330px;
    margin-left: 10px;
  }
  .header_info ul {
    overflow: hidden;
  }
  .header_info .Chour_table th, .header_info .Chour_table td {
    padding: 7px 4px;
    font-size: 14px;
  }
  #h_access {
    float: left;
    margin: 30px 0 0;
  }
  #h_tel_pc {
    float: right;
    margin: 58px 0 0;
  }
  #telephone {
    float: left;
    margin: 0;
  }
  #header_access {
    float: right;
  }
  #header_reservation {
    float: left;
    margin: 0;
  }
  #h_tel_sp, #menu {
    display: none;
  }
  /* :::::::::: メインナビ :::::::::: */
  nav {
    width: 100%;
    z-index: 200;
  }
  .subpage nav {
    margin-bottom: 40px;
  }
  #main_nav {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }
  #main_nav li {
    /*    display: inline-block;*/
    /*margin-right: 54px;*/
	margin-right: 40px;
    text-align: center;
    line-height: 120%;
    float: left;
  }
  #main_nav li:nth-child(n + 8) {
    display: none;
  }
  #main_nav li ul li:nth-child(n + 8) {
    display: block;
  }
  #main_nav li:nth-child(7) {
    margin-right: 28px;
  }
  #main_nav li:nth-child(4) {
    margin-right: 20px;
  }
  #main_nav li:nth-child(5) {
    width: 150px;
    margin-right: 0;
  }
  #main_nav li:nth-child(6) {
    width: 150px;
    margin-right: 20px;
  }

  #main_nav li.nav06 {
  width: 130px;
  margin-right: 20px;
}
  #main_nav li.nav13 {
  display: block;
  margin-right: 0px;
}
  #main_nav li a {
    display: block;
    padding: 20px 0 5px 0;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    color: #535353;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  #main_nav li a:hover {
    color: #64955c;
  }
  #main_nav li a span {
    display: block;
    font-size: 9.5px;
    color: #719d6a;
    width: 100%;
  }
  /*プルダウン部分*/
  #main_nav li ul li {
    text-align: center;
    height: 50px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.90);
    float: none;
    width: 150px;
    border-bottom: #cccccc 1px solid;
    position: relative;
    z-index: 999999;
  }
  #main_nav li ul li a {
    color: #535353;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 0;
    line-height: 110%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin: 0;
    width: 100%;
    height: 70px;
    background: none;
    background-color: rgba(255, 255, 255, 0.90);
  }
  #right_button {
    display: none;
  }
  .fixed2 {
    display: block;
    position: fixed;
    top: 70px;
    z-index: 10000;
    margin: 0;
    right: 0;
    width: 70px;
    background: none;
    background-color: rgba(255, 255, 255, 0.90);
    height: auto;
  }
  /* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
  #key_visual {
    position: absolute;
    /*margin-bottom: 80px;*/
    z-index: 1;
    top: 0;
    width: 100%;
  }
  .no_slider li {
    height: 699px;
    background-position: center center;
    background-size: cover;
  }
  .no_slider li img {
    display: none;
  }
  #key_visual h2 {
    position: absolute;
    top: 359px;
    left: 50%;
    margin-left: -367px;
    z-index: 100;
  }
  /*
  .logo_pc{
    position: absolute;
		bottom: -25px;
		left: 50%;
		margin-left: -156px;
		z-index: 10;
  }
  */
  /* :::::::::: 下層 :::::::::: */
  #key_visual_sub {
    background: url("../images/keyv_sub_pc.png") no-repeat center top / cover;
    height: 292px;
    margin: 0 auto 35px;
    width: 100%;
  }
  #key_visual_sub h2 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 245px;
    font-size: 20px;
    color: #1d1408;
    letter-spacing: 1px;
    /*font-family: "Yu Mincho";*/
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    font-weight: normal;
    text-align: right;
  }
  #key_visual_sub > img {
    display: none;
  }
  
  /*add*/
  #key_visual_sub.sub_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  #key_visual_sub.sub_txt span{
    font-size: 70px;
    font-family: Cinzel, sans-serif;
    letter-spacing: 0.1em;
    color: #679862;
    text-shadow: 2px 2px 10px #fff,2px 2px 10px #fff,2px 2px 10px #fff,2px 2px 10px #fff;
    text-align: center;
    line-height: 1.1;
  }
  #key_visual_sub.sub_txt h2 {
    padding-top: 20px;
    font-size: 26px;
    color: #878787;
    letter-spacing: 0.4em;
    font-weight: bold;
    text-shadow: 0 0 10px #fff,0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    text-align: center;
  }  
  /* -----------------------------------------------------------
  　コンテンツラッパー
  ----------------------------------------------------------- */
  #contents_wrapper {
    width: 100%;
  }
  .contents_wrapper_index {
    /*argin: 500px 0 0 0;*/
    margin: 650px 0 0 0;
    /*margin: 400px 0 0 0;*/
  }
  @media screen and (max-width: 1700px) {
    .contents_wrapper_index {
      margin: 500px 0 0 0;
    }
  }
  @media screen and (max-width: 1400px) {
    .contents_wrapper_index {
      margin: 400px 0 0 0;
    }
  }
  /* -----------------------------------------------------------
  　メインコンテンツ
  ----------------------------------------------------------- */
  #main_contents {
    width: 100%;
    margin: 0 0 80px;
  }
  .bnr {
    margin: 0 auto 2.5rem;
    text-align: center;
  }
  .bnr img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
  }
  .bnr a:hover {
    opacity: .5;
  }
  /*
  #greeting {
    padding: 10px 0;
    width:1100px;
    margin:0 auto;
  }
  .greeting_bg{
    background: url(../images/greetings_bg.jpg) no-repeat center bottom;
	height:460px;

  }
  .greeting_frame{
    width:1100px;
    margin:0 auto;
	overflow:hidden;
	height:460px;
	position:relative;
  }
  .greeting_text{
	  position:absolute;
	  top:100px;
	  left:500px;
	  font-size:17px;
	  color:#ffffff;
  }
  #greeting .heading01 {
    margin-left: -50px;
    margin-bottom: 50px;
  }
  .greeting_doctor {
    float: left;
    margin-right: 90px;
    margin-top: -90px;
  }
  .greeting_txt {
    position: relative;
  }
  .greeting_txt img {
    position: absolute;
    top: 35px;
    left: 358px;
    z-index: 100;
  }
  .greeting_doctor_name {
	  position:absolute;
	  top:377px;
	  left:850px;
      font-size: 15px;
	  color:#ffffff;
  }
  .greeting_doctor_name span {
    font-size: 18px;
  }

  .doctors{
	  position:absolute;
    bottom: 10px;
    left: 500px;
  }

  #greeting p {
    font-size: 15px;
    line-height: 2;
  }
*/
  #clinic_concept {
    padding: 70px 0;
  }
  .concept_lead {
    margin-bottom: 40px;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    color: #427038;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 125%;
  }
  .concept_box {
    overflow: hidden;
  }
  .concept_frame {
    width: 1445px;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    flex-direction: row;
  }
  .concept_frame_reverse {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    flex-direction: row;
  }
  .concept_title {
    width: 640px;
    margin: 57px 20% 30px 20%;
  }
  .concept_img {
    float: right;
    order: 2;
  }
  .concept_dsc {
    margin: 0 20% 40px 20%;
  }
  .concept_btn {
    text-align: right;
  }
  .concept_btn img {
    margin-right: 20px;
    margin-top: 20px;
  }
  .concept_box li > dl {
    box-sizing: border-box;
    width: 722.5px;
    padding-right: 20px;
    order: 1;
  }
  .concept_img.reverse {
    float: left;
    margin-right: 0;
  }
  .concept_box li > dl.reverse {
    float: right;
    padding-left: 20px;
    padding-right: 0px;
    order: 2;
    margin: 0 0 0 0;
  }
  /*
  .concept_box li img.left_img{
	  margin:0 0 0 -20%;
}
*/
  #introduction {
    padding-top: 150px;
    margin-bottom: 80px;
    background: url(../images/introduction_bg.png) no-repeat center top;
    padding-bottom: 60px;
  }
  #introduction ul li {
    float: left;
    width: 338px;
    margin-left: 20px;
  }
  #introduction ul li img {
    display: none;
  }
  .introduction_pic01 {
    background: url(../images/introduction01.jpg) no-repeat center center;
  }
  .introduction_pic02 {
    background: url(../images/introduction02.jpg) no-repeat center center;
  }
  .introduction_pic03 {
    background: url(../images/introduction03.jpg) no-repeat center center;
  }
  .introduction_pic04 {
    background: url(../images/introduction04.jpg) no-repeat center center;
  }
  .introduction_pic {
    margin-bottom: 10px;
  }
  .introduction_pic a {
    display: block;
    background-size: 100%;
    transition: .5s;
    width: 250px;
    height: 130px;
  }
  .introduction_pic a:hover {
    background-size: 105%;
    opacity: 0.7;
  }
  .introduction_title {
    margin-bottom: 10px;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    color: #29601c;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  #infomation {
    margin: 0 0 80px;
    padding-bottom: 10px;
  }
  #infomation dl {
    /*height:200px;*/
    height: 1200px;
    padding: 0 15px 0 0px;
  }
  #aside {}
  #aside {
    /*background: url(../images/aside_bg.png) no-repeat center top;*/
    padding: 65px 0;
  }
  #aside div > ul {
    margin-bottom: 10px;
  }
  .aside_list {
    overflow: hidden;
  }
  .aside_list li {
    float: left;
    /*width: 472px;*/
    width: 360px;
    margin-right: 10px;
  }
  .aside_list li:nth-child(3n) {
    margin-right: 0px;
  }
  .aside_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .aside_list li img {
    width: 100%;
  }
  .aside_list li a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .aside_ol {
    position: absolute;
    right: -175px;
    top: 0;
    z-index: 100;
    width: 175px;
    height: 172px;
    display: table;
    background-color: rgba(0, 0, 0, 0.70);
    color: #FFF;
  }
  .aside_ol span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .aside_excep > li {
    float: left;
  }
  .aside_excep > li:nth-child(1), .aside_excep > li:nth-child(3) {
    width: 175px;
  }
  .aside_excep > li:nth-child(1) img, .aside_excep > li:nth-child(3) img {
    width: 100%;
  }
  .aside_excep > li:nth-child(1), .aside_excep > li:nth-child(2) {
    margin-right: 10px;
  }
  .aside_excep .aside_list li:last-child {
    margin-right: 0;
  }
  .anc_list {
    margin: 2.5rem auto 18.5rem;
    padding: 0;
    text-align: center;
  }
  .anc_list ul {}
  .anc_list li {
    width: 25%;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto 1rem;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #63935b;
    border-right: solid 4px #63935b;
    color: #63935b;
    text-shadow: 0 0 5px white;
    padding: 0.5em 1em;
    background: repeating-linear-gradient(-45deg, #ddffcc, #ddffcc 3px, #f2ffe9 3px, #f2ffe9 7px);
    transition: .4s;
  }
  .anc_list li a {
    display: block;
    width: 100%;
    color: #63935b;
    text-decoration: none;
  }
  .anc_list li:hover {
    opacity: 0.8;
    letter-spacing: 2px;
  }
  #anc_01::before, #anc_02::before, #anc_03::before, #anc_04::before, #anc_05::before, #anc_06::before {
    content: "";
    display: block;
    height: 170px;
    margin-top: -170px;
    vertical-align: top;
  }
  #policy {
    background: url(../images/dot.png);
    padding: 65px 0;
  }
  .policy_dsc {
    margin-bottom: 30px;
    ;
  }
  #policy h3 {}
  #policy ul {
    width: 1021px;
    margin: 0 auto;
    overflow: hidden;
  }
  #policy ul li {
    float: left;
    width: 327px;
    margin-right: 20px;
  }
  #policy ul li:last-child {
    margin-right: 0;
  }
  .policy_pic {
    margin: 0 auto 1em;
    text-align: center;
  }
  #policy ul li dl {
    margin-bottom: 20px;
  }
  #policy ul li dt {
    margin-bottom: 10px;
    text-align: center;
  }
  #policy ul li dt span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #2f7136;
    color: #2f7136;
    line-height: 1.2;
    font-size: 20px;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    font-weight: bold;
  }
  #policy dd {
    font-size: 15px;
    line-height: 160%;
    color: #573017;
  }
  .policy_pic {}
  .policy_btn {
    text-align: center;
  }
  .policy_btn:hover {
    opacity: 0.8;
  }
  .summary_frame {
    background: url(../images/summary_frame_bg.jpg) no-repeat center top;
    padding: 50px 0 10px 0;
  }
  .summary_frame h2 span {
    color: #ffffff;
  }
  .pagelist {
    overflow: hidden;
    margin: 0 0 10px;
  }
  .pagelist dl {
    float: left;
    width: 250px;
  }
  .pagelist dl:first-child {
    margin-right: 30px;
  }
  .pagelist dl dt {
    background-color: #796c59;
    padding: 5px;
    margin: 0 0 15px;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    border: #ffffff 1px solid;
  }
  .pagelist dl dd ul li {
    background: url(../images/list_arrow.png) no-repeat 0px 6px;
    background-position: left center;
    padding: 0 0 0 15px;
    margin: 0 0 2px;
    line-height: 180%;
  }
  .pagelist dl dd ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
  }
  .summary_pic {}
  /* -----------------------------------------------------------
  　サブコンテンツ
  ----------------------------------------------------------- */
  #sub_contents {
    width: 300px;
    float: left;
    height: auto;
    margin-bottom: 50px;
  }
  #sub_nav_outer {
    margin-bottom: 20px;
  }
  ul#sub_nav {
    width: 300px;
    text-align: center;
  }
  .medical_content {
    margin-bottom: 20px;
    background-color: #078bc9;
    padding: 6px 0;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Yu Gothic';
  }
  /* -----------------------------------------------------------
  　フッタ
  ----------------------------------------------------------- */
  #footer_area {
    min-width: 1100px;
    padding: 0;
    width: 100%;
    margin: -3px 0 0 0;
  }
  .smoothScrolls {
    margin-bottom: 25px;
    text-align: center;
  }
  #footer {
    clear: both;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1102px;
    padding: 20px 0 20px;
  }
  .footer_logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_info {
    margin-bottom: 0px;
    text-align: center;
    color: #40220f;
    font-size: 16px;
  }
  .footer_waku {}
  .footer_waku dl:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer_waku dt {
    border: 1px solid #000;
    float: left;
    width: 115px;
    margin: 0 20px;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
  }
  .footer_waku dd {
    float: right;
    width: 573px;
    padding: 3px 0 0;
  }
  ul.footer_nav:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_nav li {
    float: left;
    color: #40220f;
    font-size: 16px;
  }
  .footer_nav li a {
    display: inline-block;
    margin: 0 10px;
  }
  ul.footer_nav li a, .footer_logo p {
    color: #000;
    font-size: 14px;
  }
  .footer_nav2 {
    height: auto;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer_nav2 li {
    display: inline;
    color: #40220f;
    font-size: 16px;
  }
  .footer_nav2 li a {
    color: #40220f;
    font-size: 16px;
  }
  .footer_nav3 {
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
  .footer_nav3 li {
    display: inline;
  }
  .copyright {
    padding: 10px 0;
    background-color: #5b4c37;
    color: #FFF;
    font-size: 13px;
    text-align: center;
  }
  .copyright a {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
  }
  /* :::::::::: 下層 :::::::::: */
  .biography {
    display: table;
  }
  .biography dl dt, .biography dl dd {
    display: table-cell;
    padding-bottom: 5px;
    vertical-align: top;
    line-height: 1.2;
  }
  .biography dl dt {
    width: 130px;
  }
  .link_btn li {
    float: left;
    width: 260px;
    margin-right: 20px;
  }
  .link_btn li a {
    display: block;
    padding: 8px 0 6px;
    background-color: #3a863b;
    color: #FFF;
    text-align: center;
    text-decoration: none;
  }
  .link_btn li:last-child {
    margin-right: 0px;
  }
  #access .box3 table.Chour_table th, #access .box3 table.Chour_table td {
    font-size: 16px;
  }
  /* :::::::::: 共通 :::::::::: */
  .box3 p.cutimg {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .box3 p.cutimg_l {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .liststyle1 li {
    list-style-type: disc;
    margin: 0 0 5px 1em;
    font-size: 18px;
  }
  .liststyle2 li {
    float: left;
    list-style-type: disc;
    margin: 0 0 0 2%;
    width: 48%;
  }
  .liststyle3 li {
    list-style-type: decimal;
    margin: 0 0 5px 1em;
  }
  .liststyle4 li {
    list-style-type: none;
    padding: 0 0 5px 1.2em;
    position: relative;
    &::before {
      content: "※";
      position: absolute;
      left: 0;
    }
  }
  .liststyle_dl {
    border: 1px solid #CCC;
    display: flex;
    flex-wrap: wrap;
  }
  .liststyle_dl dt {
    background-color: #796c59;
    color: #FFF;
    padding: 15px;
    text-align: center;
    width: 30%;
    box-sizing: border-box;
    display: grid;
    place-items: center;
  }
  .liststyle_dl dt:not(:last-child) {
    border-bottom: 1px solid #CCC;
  }
  .liststyle_dl dd {
    background-color: #FFF;
    padding: 15px 30px;
    width: 70%;
    box-sizing: border-box;
  }
  .liststyle_dl dd:not(:last-child) {
    border-bottom: 1px solid #CCC;
  }
  .ulmb {
    /*    margin-bottom:20px;*/
  }
  .limb li {
    margin-bottom: 5px;
  }
  .display_pc {
    display: block;
  }
  .display_sp {
    display: none;
  }
  .display_pc_i {
    display: inline;
  }
  .display_sp_i {
    display: none;
  }
  .box3:not(:last-child) {
    margin-bottom: 70px;
  }
  .box3 {}
  .box4:not(:last-child) {
    margin-bottom: 50px;
  }
  .box4 {}
  .box4.bg_brown {
    box-sizing: border-box;
    background-color: #E2D6C7;
    padding: 40px;
  }
  .bg_brown {
    background-color: #E2D6C7;
  }
  .box5:not(:last-child) {
    margin-bottom: 35px;
  }
  .box5 {}
  .box6:not(:last-child) {
    margin-bottom: 20px;
  }
  .box6 {}
  .subbox3 {
    padding: 0;
  }
  .subbox4 {
    padding: 0;
  }
  .mbh3 {
    margin-bottom: 35px !important;
  }
  .mbh4 {
    margin-bottom: 30px !important;
  }
  .mbh5 {
    margin-bottom: 25px !important;
  }
  .pg3 {
    margin-bottom: 40px;
  }
  .pg4 {
    margin-bottom: 35px;
  }
  .pg5 {
    margin-bottom: 20px;
  }
  a.tocall {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .fluid-image {
    max-width: 100%;
    height: auto;
  }
  .leaf-image {
    margin: 0 0 .4rem;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
  .inner {
    padding: 0 3%;
  }
  .inner_wide {
    padding: 0 3%;
  }
  .anc_list {
    margin: 4.5rem auto;
    padding: 0;
    text-align: center;
  }
  .anc_list ul {}
  .anc_list li {
    width: 90%;
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #63935b;
    border-right: solid 4px #63935b;
    color: #63935b;
    text-shadow: 0 0 5px white;
    padding: 0.5em 1em;
    background: repeating-linear-gradient(-45deg, #ddffcc, #ddffcc 3px, #f2ffe9 3px, #f2ffe9 7px);
    transition: .4s;
  }
  .anc_list li a {
    display: block;
    width: 100%;
    color: #63935b;
    text-decoration: none;
  }
  .anc_list li:hover {
    opacity: 0.8;
    letter-spacing: 2px;
  }
  #anc_01::before, #anc_02::before, #anc_03::before, #anc_04::before, #anc_05::before, #anc_06::before {
    content: "";
    display: block;
    height: 125px;
    margin-top: -125px;
    vertical-align: top;
  }
  #header {
    /*position: absolute;*/
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 1% 0 3%;
    background: rgba(255, 255, 255, 0.8)
  }
  #key_visual {
    position: relative;
    margin: 0 auto 4%;
    text-align: center;
    box-sizing: border-box;
    max-width: 680px;
  }
  #key_visual h2 {
    position: absolute;
    top: 67%;
    left: 7.5%;
    z-index: 100;
    width: 85%;
    text-align: center;
  }
  #key_visual h2 img {
    max-width: 94%;
  }
  #key_visual p {
    position: absolute;
    bottom: 0;
    overflow: hidden;
  }
  #key_visual_sub {
    position: relative;
    margin-bottom: 3%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 8%;
    max-width: 680px;
  }
  #key_visual_sub h2 {
    position: absolute;
    bottom: 5%;
    left: 0%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 2%;
    color: #1d1408;
    font-size: 5.25vw;
    /*font-family: "Yu Mincho";*/
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    font-weight: normal;
    text-align: right;
  }
  
  /*add*/
  #key_visual_sub.sub_txt {
    background: url("../images/keyv_sub_sp.png") no-repeat center top / cover;
    height: 43vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  #key_visual_sub.sub_txt span{
    display: block;
    text-align: center;
    font-size: 5.25vw;
    font-family: Cinzel, sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #679862;
    text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  }
  #key_visual_sub.sub_txt h2 {
    position: relative;
    padding-top: 20px;
    text-align: center;
    color: #878787;
    /*font-family: "Yu Mincho";*/
    letter-spacing: 0.15em;
    font-weight: bold;
    text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  }  

  .key_visual_imp {
    display: none;
  }
  #key_visual_imp {
    position: relative;
    margin-bottom: 3%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 8%;
    max-width: 680px;
  }
  #key_visual_imp h2 {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 0%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 2%;
    color: #1d1408;
    font-size: 5.25vw;
    /*font-family: "Yu Mincho";*/
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    font-weight: normal;
    text-align: right;
  }
  nav {
    position: absolute;
    z-index: 300;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: none;
  }
  #main_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main_nav li {
    width: 50%;
    box-sizing: border-box;
    max-width: 340px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #main_nav li a {
    display: block;
    box-sizing: border-box;
    background: url(../images/list_arrow_hbg.png) no-repeat 6% center;
    padding: 3% 0 2% 12%;
    font-size: 14px;
    color: #40220f;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1;
  }
  #main_nav li a span {
    display: none;
  }
  /*プルダウン部分*/
  #main_nav li ul li {
    text-align: center;
    height: auto;
    box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    background-color: transparent;
    float: none;
    width: 100%;
  }
  #main_nav li ul li a {
    color: #535353;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 3% 0 2% 12%;
    line-height: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }
  h1 {
    padding-bottom: 2%;
    font-size: 10px;
    color: #000;
    font-weight: normal;
    text-align: center;
  }
  .heading01 {
    margin-bottom: 4%;
    font-size: 17px;
    display: block;
  }
  .heading01 span {
    padding: 0 0 2px;
    font-size: 19px;
    line-height: 1.7;
  }
  .heading02 {
    margin-bottom: 4%;
    font-size: 17px;
    padding: 0 0 10px 30px;
  }
  .heading02::before {
    width: 20px;
    height: 18px;
    left: 0;
    top: 0;
  }
  .heading03 {
    margin-bottom: 4%;
    font-size: 15px;
  }
  .heading04 {
    margin-bottom: 4%;
    font-size: 15px;
  }
  #logo {
    position: relative;
    padding: 0% 0 5%;
    text-align: center;
  }
  #logo_menu {
    max-width: 532px;
    margin: 0 auto;
  }
  #marl {
    float: left;
    width: 76%;
  }
  #marl img {}
  #menu {
    width: 45%;
    float: right;
    margin-top: 8%;
    text-align: center;
  }
  .header_info {
    float: right;
    width: 20%;
  }
  .header_info02 {
    clear: both;
    padding-top: 2%;
  }
  #telephone {
    float: left;
    width: 45%;
  }
  #header_reservation {
    float: left;
    width: 48%;
  }
  #header_access {
    float: right;
    width: 48%;
  }
  #contents_wrapper {
    max-width: 680px;
    margin: 0 auto;
  }
  #sub_contents {
    margin-bottom: 8%;
  }
  #sub_nav_outer {}
  .medical_content a {
    background-color: #214f18;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 3% 0 2.5% 4%;
    text-decoration: none;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    position: relative;
  }
  .medical_content a::after {
    content: "▼";
    position: absolute;
    right: 3%;
    font-size: 12px;
  }
  .sub_nav_acc li a {
    background-color: #FFF;
    border-bottom: 2px solid #214f18;
    border-left: 2px solid #214f18;
    border-right: 2px solid #214f18;
    color: #214f18;
    display: block;
    font-size: 14px;
    padding: 2% 0 1.25% 5%;
    text-decoration: none;
  }
  #main_contents {
    width: 100%;
  }
  .subpage #main_contents {
    margin-top: 8%;
    margin-bottom: 16%;
  }
  #infomation h2 img, #feature h2 img, .summary_frame h2 img {
    width: 180px;
    height: auto;
  }
  #main_contents h2 img {
    width: 180px;
    height: auto;
  }
  #right_button {
    display: none;
    height: 0;
  }
  #right_button img {
    display: none;
  }
  .bnr {
    margin: 0 auto 1.0rem;
    text-align: center;
  }
  .bnr img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .box4.bg_brown {
    background-color: #E2D6C7;
    padding: 20px;
    box-sizing: border-box;
  }
  /*
  #greeting {
    position: relative;
    margin-bottom: 10%;
    padding: 0 0 8%;
  }
  .greeting_doctor {
    width: 100%;
    margin:  0 auto 3%;
    text-align: center;
  }

  .greeting_text{
	  position:static;
	  font-size:16px;
	  color:#3d3832;
	  width:96%;
	  margin:0 auto;
  }

  .greeting_doctor_name {
	  position:static;
      font-size: 15px;
	  color:#3d3832;
	  width:92%;
	  margin:5px auto 0 auto;
	  text-align:right;
  }
  .greeting_doctor_name span {
    font-size: 18px;
  }

  .doctors{
	  position:static;
    text-align: center;
    margin: 20px 0 0 0;
  }

  .doctors img{
    width: 70%;
    max-width: 270px;
    height: auto;

  }

  .greeting_txt {
  }
  .greeting_txt img {
    position: absolute;
    top: 6%;
    right: 5%;
    z-index: 100;
    max-width: 14%;
  }
*/
  #clinic_concept {
    margin-bottom: 10%;
  }
  .concept_lead {
    margin-bottom: 4%;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    color: #427038;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .concept_box {
    padding: 0 0 5%;
  }
  .concept_frame {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .concept_box li {
    margin-bottom: 12%;
  }
  .concept_box li:last-child {
    margin-bottom: 0;
  }
  .concept_img {
    margin-bottom: 4%;
    order: 1;
  }
  .concept_box li > dl {
    margin-bottom: 4%;
    padding: 0 3%;
    order: 2;
  }
  .concept_box li > dl dt {
    margin-bottom: 4%;
  }
  .concept_btn {
    text-align: right;
  }
  .concept_btn img {
    margin-right: 0;
    margin-top: 20px;
  }
  #aside {
    margin-bottom: 10%;
  }
  #aside div > ul {
    margin-bottom: 3%;
  }
  .aside_list {
    max-width: 90%;
    margin: 0 auto;
  }
  .aside_list li {
    margin: 0 0 3%;
    text-align: center;
  }
  .aside_list li:last-child {
    margin: 0 0 0;
  }
  .aside_ol {
    display: none;
  }
  .aside_excep li {
    margin: 0 0 3%;
  }
  .aside_excep > li:nth-child(1), .aside_excep > li:nth-child(3) {
    display: none;
  }
  #introduction {
    margin-bottom: 10%;
    padding: 10% 0;
    background: none;
  }
  #introduction .inner {
    padding: 0 3%;
  }
  #introduction .inner_wide {
    padding: 0 3%;
  }
  .introduction_pic {
    margin-bottom: 3%;
    text-align: center;
  }
  .introduction_pic a {
    display: block;
    width: 100%;
  }
  #introduction ul li dl {
    margin-bottom: 6%;
  }
  #introduction ul li dt {
    margin-bottom: 3%;
    color: #29601c;
    font-size: 16px;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    font-weight: bold;
    text-align: center;
  }
  #infomation, #latest {
    margin-bottom: 10%;
    padding-top: 10px;
  }
  #infomation h2, #latest h2 {
    background: #255703;
  }
  #infomation h2 span, #latest h2 span {
    color: #ffffff;
    /*border-bottom:#ffffff 1px solid;*/
  }
  #infomation h3 img {
    height: 44px;
  }
  #infomation dl {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    padding-right: 5px;
  }
  #infomation dt {
    padding: 10px 0 7px 1em;
    margin: 0 0px 4% 0;
    font-size: 15px;
    border-bottom: #33220f 1px solid;
    border-top: #33220f 1px solid;
    /*background-color: #255703;*/
  }
  #infomation dd {
    padding: 0 0 3%;
    margin: 0 0 6%;
    font-size: 14px;
    color: #33220f;
    border-bottom: #33220f 1px dotted;
  }
  #infomation dd a {
    color: #33220f;
  }
  #infomation dd p {
    border: none;
  }
  #policy {
    background: url(../images/dot.png);
    padding: 8% 0;
  }
  .policy_dsc {
    margin-bottom: 4%;
  }
  #policy ul {}
  .policy_pic {
    margin: 0 auto 1em;
    text-align: center;
  }
  #policy ul li {
    width: 100%;
    margin: 0 auto;
  }
  #policy li:not(:last-child) {
    margin-bottom: 10%;
  }
  #policy ul li dt {
    margin-bottom: 1em;
    text-align: center;
  }
  #policy ul li dt span {
    display: inline-block;
    border-bottom: 1px solid #2f7136;
    color: #2f7136;
    line-height: 1.2;
    font-size: 15px;
    font-family: 'Yu Mincho';
    /*font-family: 'Noto Serif JP',"Yu Mincho", serif;*/
    font-weight: bold;
  }
  #policy dt span {
    color: #005da7;
  }
  #policy dd {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 140%;
    color: #000;
  }
  #policy dd p {
    margin-bottom: 1em;
  }
  .policy_btn {
    text-align: center;
  }
  .summary_frame {
    box-sizing: border-box;
    max-width: 680px;
    margin: 0 auto 6%;
  }
  .summary_left {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
  .summary_right {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
  .summary_left .info_table {
    margin-bottom: 4%;
  }
  .summary_right .info_table {
    margin-bottom: 4%;
  }
  .pagelist {
    display: none;
  }
  .info_table tr td {
    font-size: 14px;
    color: #535353;
  }
  .info_table tr td a {
    color: #535353;
    text-decoration: none;
  }
  .info_table tr td img {
    width: 75px;
    height: auto;
    vertical-align: middle;
  }
  .info_table tr td:first-child {
    vertical-align: top;
  }
  table.Chour_table {
    margin-bottom: 5px;
  }
  table.Chour_table th {
    padding: 8px 0px;
    font-size: 13px;
  }
  table.Chour_table td {
    padding: 3px 0px;
    font-size: 14px;
  }
  table.Chour_table .Chour_time {
    font-size: 13px;
  }
  .holiday {
    font-size: 13px;
    color: #535353;
  }
  .notice {
    margin-bottom: 30px;
    text-align: center;
    border: #ffffff 2px solid;
    width: 60%;
    margin: 20px auto 20px auto;
    padding: 50px 0;
  }
  .notice span {
    font-family: honokamin;
    color: #3d3832;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    padding: 0 0 5px 0;
    display: block;
  }
  #infomation h2.notice span {
    border-bottom: none;
  }
  a.tocall {
    pointer-events: auto;
    text-decoration: underline;
  }
  #map_box {
    margin-bottom: 10%;
  }
  #map_box iframe {
    height: 350px;
  }
  #map_box2 {
    margin-bottom: 10%;
  }
  #map_box2 iframe {
    height: 350px;
  }
  .footer_logo {
    margin-bottom: 4%;
    text-align: center;
  }
  .footer_info {
    margin-bottom: 4%;
    text-align: center;
  }
  .smoothScrolls {
    margin-bottom: 6%;
    text-align: center;
  }
  .smoothScrolls img {
    width: 50px;
    height: auto;
  }
  #footer {
    display: none;
  }
  .copyright {
    background-color: #5b4c37;
    color: #FFF;
    font-size: 12px;
    margin: 0 auto 5.5em;
    padding: 5px 0;
    text-align: center;
  }
  .copyright .inner {
    line-height: 130%;
  }
  .copyright .inner_wide {
    line-height: 130%;
  }
  .copyright a {
    color: #FFF;
    font-size: 12px;
  }
  .listmb5 li {
    margin-bottom: 5px;
  }
  table.Chour_table.access th, table.Chour_table.access td {
    padding: 10px 0;
    border: 1px solid #ccc;
  }
  #Pagetop {
    right: 5px;
    bottom: 6.5em;
    margin-left: 0;
  }
  #linkPagetop img {
    width: 45px;
  }
  /* :::::::::: 下層 :::::::::: */
  .doctor_name span {
    font-size: 16px;
  }
  .biography dl {
    margin-bottom: 3%;
  }
  .link_btn li {
    max-width: 250px;
    margin: 0 auto 4%;
  }
  .link_btn li a {
    display: block;
    padding: 8px 0 6px;
    background-color: #3a863b;
    color: #FFF;
    text-align: center;
    text-decoration: none;
  }
  .link_btn li:last-child {
    margin-bottom: 0px;
  }
  .link_btn_one {
    max-width: 290px;
    width: auto;
    margin: 0 auto 4%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  #access .box3 table.Chour_table th,
  #access .box3 table.Chour_table td {
    font-size: 14px;
  }

  /* :::::::::: 共通 :::::::::: */
  .tocall {
    pointer-events: auto;
  }
  .liststyle1 li {
    list-style-type: disc;
    margin: 0 0 1.5% 1em;
    font-size: 1rem;
  }
  .liststyle2 li {
    list-style-type: disc;
    margin: 0 0 1.5% 1em;
  }
  .liststyle3 li {
    list-style-type: decimal;
    margin: 0 0 0 22px;
  }
  .liststyle4 li {
    list-style-type: none;
    padding: 0 0 5px 1.2em;
    position: relative;
    &::before {
      content: "※";
      position: absolute;
      left: 0;
    }
  }
  .liststyle_dl {
    border: 1px solid #CCC;
  }
  .liststyle_dl dt {
    background-color: #796c59;
    color: #FFF;
    padding: 10px;
  }
  .liststyle_dl dd {
    background-color: #FFF;
    padding: 10px;
  }
  .ulmb {
    margin-bottom: 4.5%;
  }
  .limb li {
    margin-bottom: 2.5%;
  }
  p, li, dt, dd {
    /*color: #535353;*/
    color: #212121;
    font-size: 14px;
    line-height: 140%;
  }
  .box3 p.mb0 {
    margin-bottom: 0px;
  }
  .box3:not(:last-child) {
    margin-bottom: 12%;
  }
  .box4:not(:last-child) {
    margin-bottom: 9%;
  }
  .box5:not(:last-child) {
    margin-bottom: 7%;
  }
  .box6:not(:last-child) {
    margin-bottom: 6%;
  }
  .mbh3 {
    margin-bottom: 5%;
  }
  .mbh4 {
    margin-bottom: 3.5%;
  }
  .pg3 {
    margin-bottom: 6%;
  }
  .pg4 {
    margin-bottom: 6%;
  }
  .pg5 {
    margin-bottom: 5%;
  }
  .ulmb {
    margin-bottom: 1em;
  }
  .subbox4 {}
  .box3 p.cutimg {
    text-align: center;
  }
  .box3 p.cutimg_l {
    text-align: center;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .display_pc_i {
    display: none;
  }
  .display_sp_i {
    display: inline;
  }
  /* :::::::::: フリック :::::::::: */
  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
  }
  .flipsnap {
    width: 1110%;
    /*width:5800px;*/
  }
  .item {
    float: left;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  p.comment {
    text-align: center;
  }
}
/*追加*/
/*画像リセット*/
.adjustment {
  overflow: hidden;
  height: auto;
  margin: 0 0 20px 0;
}
.accent {
  font-weight: bold;
}
.accent_frame {
  margin: 30px 0 0 0;
}
.to_top_btn {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  padding: 0;
}
.to_top_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #a1907e;
}
.to_top_btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .to_top_btn {
    margin: 0 auto;
    width: 50%;
    text-align: center;
  }
  .Pagetop_ich {
    margin: 0 auto;
    width: auto;
  }
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_normal li {
  line-height: 150%;
  padding-left: 0px;
  font-size: 16px;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.list_mark li {
  list-style-image: url(../images/maru.png);
  padding-left: 10px;
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.list_num li {
  list-style-type: decimal;
  line-height: 40px;
  font-size: 16px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  ul.list_normal {
    line-height: 30px;
    padding-left: 10px;
    font-size: 16px;
  }
  ul.list_mark {
    margin-left: 10px;
  }
  .list_num li {
    list-style-type: decimal;
    line-height: 30px;
    font-size: 16px;
    margin-left: 35px;
  }
}
/* -----------------------------------------------------------
　料金表
----------------------------------------------------------- */
table.price_table {
  width: 100%;
}
table.price_table tr th {
  background-color: #9fb992;
  color: #fff;
  text-align: left;
  padding: 20px 10px;
  border-bottom: #fff 1px dotted;
  width: 80%;
  box-sizing: border-box;
}
table.price_table tr th.left {
  width: 600px;
  padding: 50px 10px;
  box-sizing: border-box;
}
table.price_table tr th .sub {
  display: inline-block;
  padding-top: 5px;
  font-weight: normal !important;
}
table.price_table tr td {
  text-align: right;
  padding: 20px 10px;
  border-bottom: #A8A8A8 1px dotted;
  width: 20%;
  box-sizing: border-box;
}
table.price_table tr td.center {
  width: 282px;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
table.price_table tr td.center img {
  width: 90%;
  height: auto;
}
table.price_table tr td.light {
  width: 220px;
  box-sizing: border-box;
}
table.price_table tr th.text_right {
  text-align: right;
}
table.price_table02 {
  width: 100%;
}
table.price_table02 tr th {
  background-color: #9fb992;
  color: #fff;
  text-align: left;
  padding: 20px 10px;
  border-bottom: #fff 1px dotted;
  width: 80%;
  box-sizing: border-box;
  font-size: 1.2rem;
}
table.price_table02 tr th.left {
  width: 600px;
  padding: 50px 10px;
  box-sizing: border-box;
}
table.price_table02 tr td {
  text-align: right;
  padding: 20px 10px;
  border-bottom: #A8A8A8 1px dotted;
  width: 20%;
  box-sizing: border-box;
  font-size: 1.2rem;
}
table.price_table02 tr td.center {
  width: 282px;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
table.price_table02 tr td.center img {
  width: 90%;
  height: auto;
}
table.price_table02 tr td.light {
  width: 220px;
  box-sizing: border-box;
}
table.price_table02 tr th.text_right {
  text-align: right;
}
.red {
  color: red;
}
.text_red {
  color: red;
}
.text_pink {
  color: #fe91a6;
}
.text_orange {
  color: #f79431;
}
.text_brown {
  color: #a0522d;
}
.sp_none {
  display: inline;
}
.pc_none {
  display: none;
}
.tar {
  text-align: right;
}
@media screen and (max-width: 767px) {
  table.price_table {
    width: 96%;
    margin: 0 auto;
  }
  table.price_table tr th {
    background-color: #9fb992;
    color: #fff;
    text-align: left;
    padding: 20px 10px;
    border-bottom: #fff 1px dotted;
    width: 65%;
    box-sizing: border-box;
    font-size: 14px;
  }
  table.price_table tr th.left {
    width: 100%;
    /*padding: 20px 10px;*/
    box-sizing: border-box;
  }
  table.price_table tr td {
    text-align: right;
    padding: 20px 10px;
    border-bottom: #A8A8A8 1px dotted;
    width: auto;
    box-sizing: border-box;
    font-size: 14px;
  }
  table.price_table tr td.center {
    width: 40%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
  }
  table.price_table tr td.center img {
    width: 90%;
    height: auto;
  }
  table.price_table tr td.light {
    width: 20%;
    box-sizing: border-box;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: inline;
  }
}
/* -----------------------------------------------------------
　スライダー
----------------------------------------------------------- */
.slider {
  position: relative;
  z-index: 0;
  clear: both;
  text-align: center;
  height: auto;
  width: 100%;
}
.slider img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.slider img.key_text {
  width: 900px;
  height: 140px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .slider img {
    width: 100%;
    height: auto;
  }
  .slider img.key_text {
    width: 80%;
    height: auto;
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/* -----------------------------------------------------------
　追加：院長挨拶
----------------------------------------------------------- */
.greeting_frame {
  margin: 0 auto 40px auto;
}
.greeting_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 1100px;
  height: auto; /* used to be 550px */
  margin: 0 auto;
}
.greeting_box div {
  width: 568px;
  margin: 0 auto;
  order: 1;
}
.greeting_box div p {
  font-size: 18px;
  line-height: 200%;
}
.greeting_box div p.top_doctor_name {
  text-align: right;
  font-weight: bold;
  margin: 0 0 1em 0;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #3d3832;
}
.greeting_box div p.top_doctor_name span {
  text-align: right;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.greeting_box div a {
  display: block;
  text-align: right;
  margin: 20px 0 0 0;
  padding: 0;
}
.greeting_box div p.bana_txt {
  text-align: right;
  margin-bottom: 10px;
}
.bnr_box div p a.bana {
  display: inline;
  margin-top: 5px;
}
.greeting_box figure {
  width: 424px;
  margin: 0;
  padding: 0;
  order: 2;
}
.row2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
.row2 > div {
  width: calc(48%);
}
.row2 > .box4 {
  width: calc(48% - 80px);
}
.row2 > div:first-child {
  margin-right: 4%;
}
.row2-greeting {
  width: 568px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
.row2-greeting > div {
  width: calc(50%);
}
.row2-greeting > div:first-child {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  .greeting_frame {
    margin: 0 auto 80px auto;
  }
  .greeting_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
    height: auto;
  }
  .greeting_box div {
    width: 100%;
    order: 2;
  }
  .greeting_box div p {
    font-size: 16px;
    line-height: 200%;
  }
  .greeting_box div p.top_doctor_name {
    text-align: right;
    font-weight: bold;
    margin: 45px 0 1em 0;
    font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 13px;
  }
  .greeting_box div p.top_doctor_name span {
    text-align: right;
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  .greeting_box div a {
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .greeting_box div p.bana_txt {
    text-align: center;
  }
  .greeting_box div p a.bana {
    display: block;
    margin-bottom: .5em;
    padding: 0;
  }
  .greeting_box div a img {
    width: 100%;
    height: auto;
  }
  .greeting_box figure {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    order: 1;
    text-align: center;
  }
  .greeting_box figure img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .row2 {
    margin-bottom: 20px;
  }
  .row2 > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .row2 > .box4 {
    width: calc(100% - 40px);
  }
  .row2 > div:first-child {
    margin-right: 0%;
  }
  .row2-greeting {
    justify-content: center;
  }
  .row2-greeting > div {
    width: calc(46%);
  }
  .row2-greeting > div:first-child {
    margin-right: 3%;
  }
}
/* -----------------------------------------------------------
　追加：理念
----------------------------------------------------------- */
.philosophy {
  position: relative;
  height: 500px;
  text-align: center;
  margin-top: 70px;
}
.philosophy::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/philosophy_bg01.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 306px;
  height: 294px;
}
.philosophy::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/philosophy_bg02.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 306px;
  height: 294px;
}
.philosophy p {
  display: inline-block;
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  color: #3d3832;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background-color: #EEF8E9;
  margin-bottom: 2rem;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .philosophy {
    position: relative;
    text-align: center;
    padding: 50px 3% 140px;
    margin-top: 0;
    height: auto;
  }
  .philosophy::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(../images/philosophy_bg01.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
    transform: rotate(90deg);
  }
  .philosophy::after {
    content: " ";
    position: absolute;
    bottom: 2%;
    right: 3%;
    background-image: url(../images/philosophy_bg02.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
  }
  .philosophy p {
    display: inline-block;
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    color: #3d3832;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #EEF8E9;
    margin-bottom: 1rem;
    padding: 5px 10px;
  }
}
/* -----------------------------------------------------------
　追加：コンセプト
----------------------------------------------------------- */
.concept {
  position: relative;
  height: 500px;
  padding: 70px 0;
  margin-bottom: 0px;
  background-image: url("../images/concept_bg.jpg");
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: cover;
}
.concept::before {
  content: " ";
  display: block;
  width: 181px;
  height: 201px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -150px;
  left: calc(50% - 95px);
  background-image: url("../images/concept_icon.png");
}
.concept h2.heading01 span {
  font-size: 40px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
}
.concept .concept_list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 30px auto 30px;
}
.concept .concept_list li {
  writing-mode: vertical-rl;
  counter-increment: cnt;
  position: relative;
  width: 15%;
  height: 450px;
  padding: 100px 0 0;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  position: relative !important;
}
.concept .concept_list li::before {
  content: " ";
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 70px;
}
.concept .concept_list li.num01::before {
  background-image: url("../images/concept_num01.png");
}
.concept .concept_list li.num02::before {
  background-image: url("../images/concept_num02.png");
}
.concept .concept_list li.num03::before {
  background-image: url("../images/concept_num03.png");
}
.concept .concept_list li.num04::before {
  background-image: url("../images/concept_num04.png");
}
.concept .concept_list li dt {
  font-size: 26px;
  font-weight: bold;
  color: #3d3832;
}
.concept .concept_list li dt span {
  display: inline-block;
  padding-top: 1rem;
  font-size: 14px;
  font-weight: normal;
  color: #4c6c3b;
  display: none;
}
.concept .concept_list li dd {
  color: #3d3832;
}
@media screen and (max-width: 767px) {
  .concept {
    position: relative;
    height: auto;
    padding: 50px 0 1px;
    margin-bottom: 0px;
    background-image: none;
  }
  .concept::before {
    content: " ";
    display: block;
    width: 140px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: -120px;
    left: calc(50% - 70px);
    background-image: url("../images/concept_icon.png");
  }
  .concept h2.heading01 span {
    font-size: 30px;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  }
  .concept .concept_list {
    display: block;
    width: 100%;
    margin: 0px auto 20px;
  }
  .concept .concept_list li {
    writing-mode: horizontal-tb;
    counter-increment: cnt;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0px 50px;
    text-shadow: none;
    box-sizing: border-box;
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    position: relative !important;
  }
  .concept .concept_list li::before {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0px;
  }
  .concept .concept_list li.num01::before {
    background-image: url("../images/concept_num01_sp.png");
  }
  .concept .concept_list li.num02::before {
    background-image: url("../images/concept_num02_sp.png");
  }
  .concept .concept_list li.num03::before {
    background-image: url("../images/concept_num03_sp.png");
  }
  .concept .concept_list li.num04::before {
    background-image: url("../images/concept_num04_sp.png");
  }
  .concept .concept_list li dl {
    margin-top: 0;
    padding-top: 0;
  }
  .concept .concept_list li dt {
    font-size: 18px;
    font-weight: bold;
    color: #3d3832;
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
  .concept .concept_list li dt span {
    display: inline-block;
    padding-left: .5rem;
    font-size: 12px;
    font-weight: normal;
    color: #4c6c3b;
    letter-spacing: 0.1em;
  }
  .concept_bottom {
    margin-bottom: 0px;
  }
  .concept_bottom img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　追加：クリニックの特長
----------------------------------------------------------- */
h2.featur {
  background-color: #584f42;
  text-align: center;
  padding: 30px 0;
}
.featur span {
  /*font-family: honokamin;*/
  font-family: 'Noto Serif JP', "Yu Mincho", serif;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  padding: 0 0 5px 0;
}
.featur span span {
  display: block;
  color: #ffffff;
  font-size: 20px;
}
.featur_box {
  width: 1100px;
  margin: 0 auto;
}
/*画像右*/
.featur_right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.featur_right div {
  width: 470px;
  order: 1;
}
.featur_right div img {
  margin: 60px 0 0 0;
}
.featur_right div p {
  margin: 35px 0 0 0;
  line-height: 200%;
  font-size: 18px;
}
.featur_right figure {
  width: 630px;
  margin: 0;
  padding: 0;
  order: 2;
}
.featur_right div a {
  color: #3d3832;
  border: #3d3832 1px solid;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  margin: 30px 0 0 0;
  width: 180px;
  text-align: center;
  float: right;
}
.featur_right div a:hover {
  background-color: #3d3832;
  color: #ffffff;
  border: #3d3832 1px solid;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
}
/*画像右*/
.featur_left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.featur_left div {
  width: 470px;
  order: 2;
}
.featur_left div img {
  margin: 60px 0 0 30px;
}
.featur_left div p {
  margin: 35px 0 0 15px;
  line-height: 200%;
  font-size: 18px;
}
.featur_left figure {
  width: 630px;
  margin: 0;
  padding: 0;
  order: 1;
}
.featur_left div a {
  color: #3d3832;
  border: #3d3832 1px solid;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  margin: 30px 0 0 0;
  width: 180px;
  text-align: center;
  float: right;
}
.featur_left div a:hover {
  background-color: #3d3832;
  color: #ffffff;
  border: #3d3832 1px solid;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
}
.main_nav_sub {
  position: relative;
  z-index: 100;
}
dl.featur_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
dl.featur_list dt {
  width: 10%;
  line-height: 200%;
  font-size: 18px;
  margin: 0 0 10px 0;
}
dl.featur_list dd {
  width: 90%;
  line-height: 200%;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.green_text {
  background-color: #669f3d;
  color: #ffffff;
  text-align: center;
  font-family: honokamin;
  padding: 10px;
  font-size: 26px;
  margin: 0 0 30px 0;
}
.green_text span {
  color: #f79431;
}
.green_text2 {
  color: #669f3d;
  text-align: center;
  font-family: honokamin;
  font-size: 26px;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.orange_text2 {
  color: #f79431;
  text-align: center;
  font-family: honokamin;
  font-size: 26px;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.doctor_img {
  text-align: center;
}
.doctor_img img {
  text-align: center;
  width: 400px;
}
.doctor_img figcaption {
  text-align: center;
  font-size: 22px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  h2.featur {
    background-color: #584f42;
    text-align: center;
    padding: 25px 0;
  }
  .featur span {
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    padding: 0 0 5px 0;
  }
  .featur span span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: 0.15em;
    font-weight: 600;
  }
  .featur_box {
    width: 100%;
    margin: 0 auto;
  }
  /*画像右*/
  .featur_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .featur_right div {
    width: 96%;
    order: 2;
    margin: 0 auto;
  }
  .featur_right div img {
    margin: 10px 0 0 0;
    width: 96%;
    height: auto;
  }
  .featur_right div p {
    margin: 5px 0 0 0;
    line-height: 200%;
    font-size: 16px;
  }
  .featur_right figure {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }
  .featur_right figure img {
    width: 100%;
    height: auto;
  }
  .featur_right div a {
    color: #3d3832;
    border: #3d3832 1px solid;
    font-size: 15px;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    margin: 30px 0 0 0;
    width: 180px;
    text-align: center;
    float: right;
  }
  .featur_right div a:hover {
    background-color: #3d3832;
    color: #ffffff;
    border: #3d3832 1px solid;
    font-size: 15px;
    padding: 12px 0;
    text-decoration: none;
  }
  /*画像左*/
  .featur_left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .featur_left div {
    width: 96%;
    order: 2;
    margin: 0 auto;
  }
  .featur_left div img {
    margin: 10px 0 0 0;
    width: 96%;
    height: auto;
  }
  .featur_left div p {
    margin: 5px 0 0 0;
    line-height: 200%;
    font-size: 16px;
  }
  .featur_left figure {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }
  .featur_left figure img {
    width: 100%;
    height: auto;
  }
  .featur_left div a {
    color: #3d3832;
    border: #3d3832 1px solid;
    font-size: 15px;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    margin: 30px 0 0 0;
    width: 180px;
    text-align: center;
    float: right;
  }
  .featur_left div a:hover {
    background-color: #3d3832;
    color: #ffffff;
    border: #3d3832 1px solid;
    font-size: 15px;
    padding: 12px 0;
    text-decoration: none;
  }
  .green_text {
    background-color: #669f3d;
    color: #ffffff;
    text-align: center;
    font-family: honokamin;
    padding: 10px;
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .green_text span {
    color: #f79431;
  }
  .green_text2 {
    color: #669f3d;
    text-align: center;
    font-family: honokamin;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: bold;
  }
  .green_text2 {
    color: #669f3d;
    text-align: center;
    font-family: honokamin;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: bold;
  }
  .orange_text2 {
    color: #f79431;
    text-align: center;
    font-family: honokamin;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: bold;
  }
  .doctor_img {
    text-align: center;
  }
  .doctor_img img {
    text-align: center;
    width: 100%;
  }
  .doctor_img figcaption {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
}
.telnum {
  color: #669F3D !important;
  font-size: 1.4em;
  font-weight: bold;
}
.link_txt {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #669F3D;
  padding: 0.5em 1em;
}
.link_txt span {
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
}
.link_txt span::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.reservation_wrap {
  display: flex;
  justify-content: space-between;
}
.reservation_wrap .box4 {
  width: 535px;
  background-color: #FFFDDA;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
}
.reservation_wrap .box4 h4 {
  text-align: center;
}
.reservation_wrap .box4 h4 span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .reservation_wrap {
    flex-wrap: wrap;
  }
  .reservation_wrap .box4 {
    width: 100%;
    padding: 6%;
  }
  .reservation_wrap .box4:not(:last-child) {
    margin: 0 0 4%;
  }
}
/* -----------------------------------------------------------
　スマホ固定リンク
----------------------------------------------------------- */
.sp_btm {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fef8e5;
  z-index: 2;
}
.sp_btm_left {
  float: left;
  width: 49.5%;
}
.sp_btm_right {
  float: right;
  width: 49.5%;
}
.sp_btm_left img, .sp_btm_right img {
  width: 100%;
}
/*お問い合わせはこちら*/
.sp_btm .sp_btm_btn a {
  border: #fff 2px solid;
  color: #538429;
  background: #fff886;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  font-size: 14px;
}
/*診療時間・アクセス*/
.sp_btm .sp_btm_btn_02 a {
  border: #fff 2px solid;
  background: #9abf61;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  font-size: 14px;
}
/*求人情報はこちら*/
.sp_btm_btn_long a {
  color: #FFF !important;
  background: #ff91a6 !important;
}
.recruit_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
}
.recruit_list a {
  display: block;
  text-decoration: none !important;
}
.recruit_list .recruit_img {
  margin-bottom: 1rem;
}
.recruit_list .recruit_img img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.recruit_btn {
  color: #3d3832;
  border: #3d3832 1px solid;
  padding: 12px 0;
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .recruit_lead {
    text-align: center;
  }
  .recruit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 4rem;
  }
  .recruit_list li {
    width: calc(50% - 2rem);
  }
  .recruit_list .recruit_img {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
  .recruit_list a:hover img {
    opacity: 0.8;
    transform: scale(1.04, 1.04);
  }
  .recruit_list a:hover .recruit_btn {
    background-color: #3d3832;
    color: #ffffff;
  }
}
/* -----------------------------------------------------------
　インプラント
----------------------------------------------------------- */
.pc-no {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .pc-no {
    display: none;
  }
}
.underline_y {
  background: linear-gradient(transparent 60%, #fef398 60%);
}
.text_c {
  text-align: center;
}
.mb {
  margin-bottom: 5rem;
}
body.special_implant {
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #212121;
  background-color: #ffffff;
}
h2.imp {
  color: #4f544e;
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 3rem 0 2rem 0;
  line-height: 140%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
h2.imp::after {
  content: "―";
  margin: 0 0 0 0.6rem;
}
h2.imp::before {
  content: "―";
  margin: 0 0.6rem 0 0;
}
h3.imp {
  background-color: #9b7c30;
  color: #ffffff;
  padding: 0.4rem 0.6rem;
  border-radius: 0.6rem;
  margin: 3rem 0 2rem 0;
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
h4.imp {
  color: #426d38;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 0;
  box-sizing: border-box;
  margin: 3rem 0 1.4rem 0;
  border-top: #91a079 2px solid;
  border-bottom: #91a079 2px solid;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 140%;
}
h5.imp_faq {
  margin-bottom: 20px;
  padding: 8px 0 6px 10px;
  background: #ecded3;
  color: #49574a;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
}
p {
  font-size: 1rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  color: #212121;
}
p.large {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h1 {
    margin: 0;
  }
  h2.imp {
    color: #4f544e;
    font-size: 1.8rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 100px 0 34px 0;
    line-height: 140%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  h2.imp::after {
    content: "―";
    margin: 0 0 0 18px;
  }
  h2.imp::before {
    content: "―";
    margin: 0 18px 0 0;
  }
  h3.imp {
    background-color: #9b7c30;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 0.6rem;
    margin: 3rem 0 1.4rem 0;
    font-size: 2rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
  }
  h4.imp {
    color: #426d38;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6px 0;
    box-sizing: border-box;
    margin: 3rem 0 1.6rem 0;
    border-top: #91a079 2px solid;
    border-bottom: #91a079 2px solid;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 140%;
  }
  h5.imp_faq {
    margin-bottom: 20px;
    padding: 8px 0 6px 10px;
    background: #ecded3;
    color: #49574a;
    font-size: 18px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
  }
  p {
    font-size: 18px;
    margin: 0 0 2rem 0;
    line-height: 160%;
    color: #212121;
  }
  p.large {
    font-size: 1.6rem;
  }
}
/* -------------------------
　キービジュアル：PC
----------------------------- */
#key_visual_imp {
  background: url("../images/special_implant/key_visual_01.jpg") no-repeat center top / cover;
  height: 0;
  width: 100%;
}
#key_visual_imp h2 {
  display: none;
}
#key_visual_imp > img {
  display: none;
}
.key_visual_imp {
  display: none;
}
.key_visual_imp .key_on {
  height: 42vw;
  width: 96%;
  margin: 0 auto;
}
.key_visual_imp .key_on .key_text_1 {
  margin: 1rem 0 0 0;
  color: #212121;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: left;
    font-size: 1.6rem;
  span.green {
  color: #427038;
  }
  span.green2 {
      color: #9ac156;
  }
}

.key_visual_imp .key_on .key_text_2 {
  margin: 1rem 0 0 0;
  color: #212121;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .key_visual_imp {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    overflow: hidden;
  }
  .key_visual_imp .key_on {
    position: relative;
    height: 600px;
    width: 1200px;
    margin: 0 auto;
  }
  .key_visual_imp .key_on .key_text_1 {
    position: absolute;
    left: -3.5rem;
    top: 95px;
    margin: 0;
    color: #212121;
    font-size: 2.4rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: left;
        font-size: 3.3rem;
  }
  .key_visual_imp .key_on .key_text_2 {
    position: absolute;
    left: 0px;
    top: 153px;
    margin: 0;
    color: #212121;
    font-size: 2rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: left;
  }
}
/* -------------------------
　キービジュアル：SP
----------------------------- */
.key_visual_imp_sp {
  background: url("../images/special_implant/key_visual_sp.jpg") no-repeat center top / cover;
  height: 280px;
  width: 100%;
  margin: 0 0;
}
.key_visual_imp_sp .key_on .key_text_1 {
  margin: 0 auto;
  padding: 12rem 0 0;
  color: #212121;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
.key_visual_imp_sp .key_on .key_text_1 {
  font-size: 1.6rem;
  span.green {
color: #427038;
  }
    span.green2 {
color: #9ac156;
  }
}

.key_visual_imp_sp .key_on .key_text_2 {
  margin: .5rem 0 0 0;
  color: #212121;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .key_visual_imp_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
　アンカー
----------------------------------------------------------- */
.anchor_nav {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  background: url("../images/special_implant/anchor_nav_bg.jpg") no-repeat center top / cover;
}
.anchor_nav div {
  width: 95%;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}
.anchor_nav div ul {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  padding: 0;
  margin: 0 auto;
}
.anchor_nav div ul li {
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 0;
  width: auto;
  line-height: 120%;
  text-align: center;
  font-weight: normal;
  font-size: .6rem;
  color: #544838;
}
.anchor_nav div ul li a {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #544838;
  text-align: center;
  line-height: 100%;
  text-decoration: none;
}
.anchor_nav div ul li a:hover {
  opacity: 0.6;
}
.anchor_nav div ul li:last-child a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .anchor_nav {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 2000px;
    height: 96px;
    overflow: hidden;
    background: url("../images/special_implant/anchor_nav_bg.jpg") no-repeat center top / cover;
  }
  .anchor_nav div {
    width: 900px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
  }
  .anchor_nav div ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 900px;
    box-sizing: border-box;
    height: 30px;
    padding: 0;
    margin: 15px auto 0 auto;
  }
  .anchor_nav div ul li {
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 0;
    width: auto;
    line-height: 120%;
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    color: #544838;
  }
  .anchor_nav div ul li a {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #544838;
    text-align: center;
    line-height: 100%;
    text-decoration: none;
  }
  .anchor_nav div ul li a:hover {
    opacity: 0.6;
  }
  .anchor_nav div ul li:last-child a::after {
    content: "";
  }
}
/* -------------------------
　インプラントが選ばれる6つの理由
----------------------------- */
.reason_frame {
  background-color: #fff;
  margin: 0 0 2.5rem;
}
.reason_frame .reason_box {
  margin: 4rem 0 0 0;
}
.reason_frame .reason_box .reason_inner {
  border: #427038 2px solid;
  overflow: visible;
  width: 90%;
  height: auto;
  margin: 0 auto 4rem auto;
  border-radius: 0.5rem;
  position: relative;
  padding: 5%;
  box-sizing: border-box;
}
.reason_frame .reason_box .reason_inner .reason_num {
  position: absolute;
  top: -22px;
  left: 20px;
}
.reason_frame .reason_box .reason_inner .reason_img {
  border-radius: 1rem;
  display: block;
  margin: 1rem auto 2rem auto;
  width: 100%;
}
.reason_frame .reason_box .reason_inner .reason_num_title {
  color: #9ac156;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.4rem 0 0.6rem 0;
}
.reason_frame .reason_box .reason_inner .reason_num_text {
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .reason_frame {
    background-color: #fff;
    margin: 5rem 0;
  }
  .reason_frame .reason_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
    margin: 56px auto 0 auto;
  }
  .reason_frame .reason_box .reason_inner {
    border: #427038 2px solid;
    overflow: visible;
    width: 290px;
    height: auto;
    margin: 0 0 60px 0;
    border-radius: 0.5rem;
    position: relative;
    padding: 16px;
    box-sizing: border-box;
  }
  .reason_frame .reason_box .reason_inner .reason_num {
    position: absolute;
    top: -22px;
    left: 20px;
  }
  .reason_frame .reason_box .reason_inner .reason_img {
    border-radius: 1rem;
    display: block;
    margin: 10px auto;
    width: 240px;
  }
  .reason_frame .reason_box .reason_inner .reason_num_title {
    color: #9ac156;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 6px 0;
    line-height: 120%;
  }
  .reason_frame .reason_box .reason_inner .reason_num_text {
    font-size: 1.0rem;
    margin: 0;
    line-height: 130%;
  }
}
/* -------------------------
　インプラントとは？
----------------------------- */
.implant_frame {
  background: #e9f4ed;
  margin: 0;
  padding: 0 0 2.5rem;
}
.implant_inner {
  width: 90%;
  padding: 2.5rem 0 0;
  margin: 0 auto;
}
.implant_inner p {
  /* font-size: 1.2rem; */
  margin: 0 0 2rem 0;
  line-height: 160%;
  color: #212121;
}
.implant_inner img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .implant_frame {
    background: #e9f4ed;
    margin: 0;
    padding: 0 0 2.5rem;
  }
  .implant_inner {
    width: 970px;
    margin: 0 auto;
  }
  .implant_inner img {
    margin: 0 auto;
    text-align: center;
  }
}
/* -------------------------
　歯を失ってしまった方に、美しく自然な強い歯を
----------------------------- */
.lose_frame {
  background: url(../images/special_implant/index_lose_right.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 3rem 0 2rem 0;
  box-sizing: border-box;
}
.lose_frame .lose_box {
  width: 90%;
  margin: 0 auto;
}
.lose_frame .lose_box .lose_title {
  color: #446b36;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.4rem 0;
}
.lose_frame .lose_box .lose_sub_title {
  color: #99bc58;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.lose_frame .lose_box .lose_text p {
  font-size: 1.2rem;
  margin: 0 0 2.5rem 0;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .lose_frame {
    background: url(../images/special_implant/index_lose_right.png), url(../images/special_implant/index_lose_left.png);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, 800px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 564px;
  }
  .lose_frame .lose_box {
    width: 970px;
    margin: 0 auto;
    position: relative;
  }
  .lose_frame .lose_box .lose_title {
    color: #446b36;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
    width: 680px;
    text-align: left;
    position: absolute;
    top: 3rem;
    right: 0;
    line-height: 110%;
  }
  .lose_frame .lose_box .lose_sub_title {
    color: #99bc58;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 680px;
    margin: 0 0 1rem 0;
    text-align: left;
    position: absolute;
    top: 8.5rem;
    right: 0;
  }
  .lose_frame .lose_box .lose_text {
    width: 680px;
    position: absolute;
    top: 13.5rem;
    right: 0;
  }
  .lose_frame .lose_box .lose_text p {
    font-size: 1.0rem;
    margin: 0 0 2.5rem 0;
    line-height: 160%;
  }
}
/* -------------------------
　治療の流れ
----------------------------- */
.implant_inner p.flow_arrow {
  color: #427038;
  font-size: 20px;
  text-align: center;
}
/* -------------------------
　インプラント治療のメリット
----------------------------- */
.implant_frame_C {
  background: #e9f4ed;
  padding: 0 0 3rem 0;
  margin: 0;
}
/* -------------------------
　症例集
----------------------------- */
@media screen and (max-width: 767px) {
  .box_casebook {
    background-color: #e9f4ed;
    padding: 15px;
  }
  .box_casebook h4.heading02 {
    position: relative;
    border-bottom: none;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    padding-left: 0;
  }
  .box_casebook h4.heading02::before {
    /*content: "";
    left: -30px;
    top: 10px;
    width: 30px;*/
    display: none;
  }
  .box_casebook ul.list {
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .box_casebook ul.list li {
    list-style-type: disc;
    font-size: 1.2em;
  }
  .box_casebook .before_after {
    background-color: #fff;
    padding: 35px;
  }
  .box_casebook .before_after ul {
    width: 100%;
    display: block;
  }
  .box_casebook .before_after ul li {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box_casebook .before_after ul li::after {
    content: "▲";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0%;
    right: 50%;
    font-size: 200%;
    transform: rotate(180deg);
    color: #427038;
  }
  .box_casebook .before_after ul li.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box_casebook .before_after ul li.last::after {
    display: none;
  }
  .box_casebook .before_after ul li.last2::after {
    display: none;
  }
  .box_casebook .before_after ul li.pc_last::after {
    display: block;
  }
  .box_casebook .before_after ul li p {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
    color: #427038;
  }
  .box_casebook .before_after ul li figure {
    margin: 0 0 10px;
    display: inline-block;
  }
  .box_casebook .before_after ul li figure img {
    width: 100%;
  }
  .box_casebook .before_after ul.col1 li {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box_casebook .before_after ul.col1 li::after {
    display: none;
  }
  .box_casebook .before_after ul.col2 li {
    width: 100%;
  }
  .box_casebook .before_after ul.col3 li {
    width: 100%;
  }
  .box_casebook .before_after ul.col3 li img {
    width: 100%;
  }
  .box_casebook .before_after ul.col3 li::after {
    bottom: 0%;
  }
  .box_casebook p {
    font-size: 1.2rem;
  }
  .box_casebook .before_after .row2 ul li.last {
    margin-bottom: 50px;
  }
  .box_casebook .before_after .row2 ul li.last2 {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .box_casebook {
    background-color: #e9f4ed;
    padding: 50px;
  }
  .box_casebook h4.heading02 {
    position: relative;
    border-bottom: none;
    text-align: center;
    position: relative;
    font-size: 150%;
    padding-left: 0;
  }
  .box_casebook h4.heading02::before {
    /*content: "";
    left: -30px;
    top: 10px;
    width: 30px;*/
    display: none;
  }
  .box_casebook ul.list {
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .box_casebook ul.list li {
    list-style-type: disc;
    /*font-size: 1.6em;*/
    font-size: 120% !important;
  }
  .box_casebook .before_after {
    background-color: #fff;
    padding: 35px;
  }
  .box_casebook .before_after ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left; /* 子要素をflexboxにより中央に配置する */
    align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  .box_casebook .before_after ul li {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 120% !important;
  }
  .box_casebook .before_after ul li::after {
    content: "▲";
    font-family: FontAwesome;
    position: absolute;
    top: 40% !important;
    right: -15px;
    font-size: 200%;
    transform: rotate(90deg);
    color: #427038;
  }
  .box_casebook .before_after ul li.last::after {
    display: none;
  }
  .box_casebook .before_after ul li.last2::after {
    display: none;
  }
  .box_casebook .before_after ul li.pc_last::after {
    display: none;
  }
  .box_casebook .before_after ul li p {
    margin-bottom: 15px;
    font-size: 120% !important;
    font-weight: bold;
    color: #427038;
  }
  .box_casebook .before_after ul li figure {
    margin: 0 0 10px;
  }
  .box_casebook .before_after .row2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left; /* 子要素をflexboxにより中央に配置する */
    align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  .box_casebook .before_after .row2 ul {
    width: 30.5%;
    margin-right: 4%;
    display: block;
  }
  .box_casebook .before_after .row2 ul:last-child {
    margin-right: 0;
  }
  .box_casebook .before_after .row2 ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .box_casebook .before_after .row2 ul li::after {
    content: "▲";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0%;
    right: 50%;
    font-size: 200%;
    transform: rotate(180deg);
    color: #427038;
  }
  .box_casebook .before_after .row2 ul li.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box_casebook .before_after .row2 ul li.last::after {
    display: none;
  }
  .box_casebook .before_after .row2 ul li.last2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box_casebook .before_after .row2 ul li.last2::after {
    display: none;
  }
  .box_casebook .before_after .row2 ul li img {
    width: 100%;
  }
  .box_casebook .before_after ul.col1 {
    display: block;
  }
  .box_casebook .before_after ul.col1 li {
    width: 100%;
    text-align: center;
  }
  .box_casebook .before_after ul.col1 li::after {
    display: none;
  }
  .box_casebook .before_after ul.col2 li {
    width: 50%;
  }
  .box_casebook .before_after ul.col3 li {
    width: 33.3%;
  }
  .box_casebook .before_after ul.col3 li img {
    width: 200px;
  }
  .box_casebook .before_after ul.col3 li::after {
    top: 30% !important;
  }
  .box_casebook p {
    font-size: 120%;
    margin-bottom: 0;
  }
}
/* :::::::::: モーダルウィンドウ :::::::::: */
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  max-height: 90%;
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
#c-modal section {
  margin-bottom: 0 !important;
}
#c-modal h3 {
  margin-bottom: 30px !important;
  text-align: center;
  font-family: honokamin;
  color: #3d3832;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}
#c-modal p, #c-modal .list_normal li {
  font-size: 18px;
}
#c-modal .btn_wrap {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-modal .btn_wrap li {
  list-style: none;
}
#c-modal_close {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 15px;
  border-radius: 5px;
  background: #679862;
  color: #fff;
  cursor: pointer;
}
.active .main_nav_sub {
  display: block !important;
}
.btn_first {
  width: 48%;
  font-size: initial;
  float: right;
}
.flexcenter {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.flexcenter > p {
  margin: initial;
}
.m-initial {
  margin: initial !important;
}
@media screen and (min-width: 768px) {
  #c-modal {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .doctor_sub {
    width: 760px;
  }
}
/* スクロールバーCSS */
.scroll-area {
  overflow: auto;
  position: relative;
  padding: 20px 20px 0 0px;
  max-width: 100%;
  margin: 10px 0;
  height: 400px;
}
.scroll-areaーtate {
  overflow: scroll;
}
.pic_line2 {
  text-align: center;
}
.pic_line2 img {
  display: block;
  margin: 4% auto 0;
}
@media screen and (min-width: 768px) {
  .pic_line2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .pic_line2 img {
    display: inline;
    margin: 0 2rem;
  }
}
.js-meo-template-row-wrapper {
  min-height: 360px;
}
.recruit_first {
  margin: 0 0 80px;
  padding: 10rem 0 5rem;
  background: url("../images/recruit/recruit_bg_pc.jpg") no-repeat center center / cover;
  background-attachment: fixed;
  color: #fff;
}
.recruit_first .heading01 {
  margin: 0 auto 2.5em;
}
.recruit_first .heading01 span {
  color: #fff;
  line-height: 1.5;
  text-shadow: #4b3c2a 1px 1px 10px, #4b3c2a -1px 1px 10px, #4b3c2a 1px -1px 10px, #4b3c2a -1px -1px 10px;
}
.recruit_first p {
  color: #fff;
  margin: 0 0 1em;
  font-size: 1.4em;
  text-align: center;
  text-shadow: #4b3c2a 1px 1px 10px, #4b3c2a -1px 1px 10px, #4b3c2a 1px -1px 10px, #4b3c2a -1px -1px 10px;
}
.recruit_first p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recruit_first {
    background: #7f694e url("../images/recruit/recruit_bg_sp.jpg") no-repeat bottom center /contain;
    background-attachment: scroll;
    margin: -8% 0 4rem;
    padding: 2rem 0 20vw;
  }
  .recruit_first .heading01 {
    margin: 0 auto 0.5em;
  }
  .recruit_first .heading01 span {
    display: inline-block;
    padding: 0 0 1rem;
    font-size: 24px;
    line-height: 1.7;
  }
  .recruit_first p {
    text-align: left;
    font-size: 1.2em;
  }
}
/* cosmetic-whitening */
#cosmetic-whitening p {
  color: #878787;
}
#cosmetic-whitening .heading01 span {
  color: #878787;
}
#cosmetic-whitening img.small {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cosmetic-whitening img.small {
    width: 80%;
	max-width: 720px;
  }
}

.btn_link {
  display: inline-block;
  text-decoration: none !important;
  color: #3d3832;
  border: #3d3832 1px solid;
  padding: 0.5em 1.0em;
  text-align: center;
}
.btn_link::after {
  content: ' →';
}
@media screen and (min-width: 768px) {
  .btn_link {
    padding: 0.8em 1.2em;
  }
  .btn_link:hover {
    background-color: #3d3832;
    color: #ffffff;
  }
}

/* -----------------------------------------------------------
　マウスピースの特設ページ
----------------------------------------------------------- */
.special_mouthpiece {

  h2.tit_02 {
  color: #4f544e;
  font-size: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  text-align: center;
  padding-top: 3rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  &::after {
      content: "―";
  margin: 0 0 0 0.6rem;
  }
  &::before {
  content: "―";
  margin: 0 0.6rem 0 0;
  }
}
h3.tit_03 {
  background-color: #887A67;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 8px 0 8px 10px;
  font-size: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
}
h4.tit_04{
  /* color: #FFAA4E; */
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 120%;
}
h5.tit_05 {
  margin-bottom: 20px;
  padding: 8px 0 6px 10px;
  background: #ecded3;
  color: #49574a;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
}
p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

  .anchor_nav {
      background: url("../images/special_mouthpiece/anchor_nav_bg.jpg") no-repeat center top / cover;
    }
  .key_visual_imp_sp {
  background: url("../images/special_mouthpiece/key_visual_01.jpg") no-repeat right top / cover;
    }
  .key_on {
    .key_text_1 {
      font-size: 1.6rem;
      font-weight: normal;
    }
    .key_text_2 {
      top: 190px;
      font-size: 1.2rem;
      font-weight: normal;
    }
    .blue {
      color: #4B86F2;
    }
    .blue2 {
      color: #7DABFF;
    }
    .purple {
      color: #DD3EDF;
    }
  }

  /* 各セクション */
  .mouthpiece_about {
    background: url(../images/special_mouthpiece/SPmouthpiece_about.png) no-repeat center bottom 1rem / 60% #DEF4FE;
    padding: 0 1rem 6rem;

  }

  .mouthpiece_inquiry {
    background: #96dff9;
    padding: 2rem 1rem 2rem;
  }

  .mouthpiece_trouble {
    background: #F1FCFF;
    padding: 0 1rem 3rem;
    p.catch {
      
      position: relative;
      text-align: center;
       font-size: 120%;
       &::before {
        position: absolute;
        inset: 0 auto 0 0;
        margin: auto;
        height: fit-content;
        content: "＼";
       }
       &::after {
        position: absolute;
        inset: 0 0 0 auto;
        margin: auto;
        height: fit-content;
        content: "／";
       }
    }
    table {
      display: table;
      table-layout: auto;
      border-collapse: collapse;
      width: 100%;
      font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
      tr {
        th, td {
          border: 1px solid #ccc;
          padding: 0 .5rem;
        }
        th {
          font-weight: normal;
          background: #FFF8E7;
          letter-spacing: 2px;
          width: 30%;
          span {
            display: block;
            font-size: 80%;
          }
        }
        td {
          background: #fff;
          padding: .5rem;
        }
      }
    }
  }

  .mouthpiece_about2 {
    padding: 0 1rem 3rem;
    height: 350px;
    background:
  url(../images/special_mouthpiece/SPmouthpiece_todoroki_01.jpg) no-repeat bottom / 150%,
  linear-gradient(to right, #96dff9, #5bd1f4);
    position: relative;
    h2 {
      color: #fff;
      font-family: 'Shippori Mincho', serif;
      padding-top: 1rem;
    }
    p {
      bottom: 0;
      margin: 1rem 0 0;
      padding: .5rem;
      background: #3C72E0;
      color: #fff;
      font-family: 'Shippori Mincho', serif;
      white-space: nowrap;
      span {
        color: #FFD76D;
      }
    }
  }
  .mouthpiece_clearcorrect {
    padding: 0 1rem 3rem;
    background: linear-gradient(
    to bottom,
    #F1FCFF 0,
    #F1FCFF 5rem,
    #fff 5rem,
    #fff 100%);
     h2 {
      color: #3C72E0;
      font-family: 'Shippori Mincho', serif;
      padding: 1rem 0;
      margin: 0 0 1rem;
      text-align: center;
    }
    .flex2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      li {
        width: 48%;
        margin: 0 auto;
        &:nth-child(odd) { margin: 0 auto 0 2rem;}
        &:nth-child(even) { margin: 0 2rem 0 auto;}
      }
    }
    .innner_box {
      background: #FFD4DC;
      padding: 1.5rem 1rem;
      &::after {
        display: block;
        content: "";
        background: url(../images/special_mouthpiece/SPmouthpiece_todoroki_04.jpg) no-repeat center / contain;
        width: 100%;
        height: auto;
        aspect-ratio: 479 / 308;
        margin: 0 auto;
        padding: 0;
      }
      .innner_box_tit {
        padding: 0 0 1rem ;
        font-family: 'Shippori Mincho', serif;
        text-align: center;
      }
      .innner_box_txt {
        margin: 0;
        padding: 0 .5rem .5rem;
      }
    }
  }
  .mouthpiece_feature {
    padding: 0 0 1rem;

      .feature_box {
        margin: 0;
        .feature_inner {
          border: #B99CEC 3px solid;
          overflow: visible;
          width: 90%;
          height: auto;
          margin: 0 auto 2rem auto;
          border-radius: 2rem;
          position: relative;
          padding: 5%;
          box-sizing: border-box;
          img {
          border-radius: 2rem;
          display: block;
          margin: 0 auto 1.4rem auto;
          width: 100%;
          }
          .feature_num_title {
          color: #B99CEC;
         font-family: 'Shippori Mincho', serif;
          font-weight: bold;
          font-size: 1.6rem;
          margin: 0.4rem 0 0.4rem 0;
          }
          .feature_num_text {
  margin: 0;
          }
        }
      }


  }

  .mouthpiece_feature2 {
    padding: 3rem 1.5rem ;
    background: #F6F1FF;
      ul.feature_list {
        li {
          &::before {
                display: block;
                content: "";
                background: url(../images/special_mouthpiece/SPmouthpiece_todoroki_04.jpg) no-repeat center / contain;
                width: 60%;
                height: auto;
                aspect-ratio: 1 / 1;
                margin: 0 auto;
                padding: 0 0 .5rem;
          }
          &:nth-child(1)::before {
            background: url(../images/special_mouthpiece/SPmouthpiece_feature_06.png) no-repeat center / contain;
          }
          &:nth-child(2)::before {
            background: url(../images/special_mouthpiece/SPmouthpiece_feature_07.png) no-repeat center / contain;
          }
          &:nth-child(3)::before {
            background: url(../images/special_mouthpiece/SPmouthpiece_feature_08.png) no-repeat center / contain;
          }
          &:nth-child(4)::before {
            background: url(../images/special_mouthpiece/SPmouthpiece_feature_09.png) no-repeat center / contain;
          }
          p {
            span {
              font-family: 'Shippori Mincho', serif;
              color: #3C72E0;
              font-size: 1.4rem;
              display: block;
              margin: 0.4rem 0 0.4rem 0;
            }
          }
        }
      }
  }
  .mouthpiece_case {
    padding: 0 0 3rem;
    
    h3, h4 {
      color: #3C72E0;
      text-align: center;
      font-family: 'Shippori Mincho', serif;
      margin-bottom: 1rem;
    }
    > section {
      background: #F6F1FF;
      margin: 0 1.5rem 0;
      padding: 1rem;
    
      margin: 0;
      .box {
        padding: 1rem; 
        border-radius: 1rem;
        background: #fff;
      }
    }
    .flex3 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      li {
        
        width: 80%;
        text-align: center;
        margin-bottom: 1rem;
        img {
max-width: 100%;
        }
      }
    }
    .table_case {
      margin-top: 2rem;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: 0;
    border-top: #A8A8A8 1px dotted;
    border-left: #A8A8A8 1px dotted;
    border-right: #A8A8A8 1px dotted;
      tr {
        th, td {
              font-size: 1.2rem;
          padding: 20px 10px;
           
        }
        th {
          background: #B99CEC;
          width: 50%;
          color: #5A5A5A;
             border-bottom: #fff 1px dotted;
        }
        td {
  border-bottom: #A8A8A8 1px dotted;
        }
      }
    }

  }


}
@media print, screen and (min-width: 769px) {
  .special_mouthpiece {
  h2.tit_02 {
    font-size: 1.8rem;
    padding-top: 5rem;
    margin: 0 0 34px 0;
    line-height: 140%;
    &::after{    
    margin: 0 0 0 18px;}
    &::before{
    margin: 0 18px 0 0;
    }
  }

  h3.tit_03 {
    padding: 10px 14px;
    margin: 3rem 0 1.4rem 0;
    font-size: 2rem;
  }
  h4.tit_04 {
    font-size: 18px;
    padding: 6px 0;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
   
  }
  h5.tit_05 {
    margin-bottom: 20px;
    padding: 8px 0 6px 10px;
    background: #ecded3;
    color: #49574a;
    font-size: 18px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
  }

  .key_on {
    .key_text_1 {
      font-size: 4.5rem;
    }
    .key_text_2 {
      font-size: 3rem;
    }
  }


    /* 各セクション */
  .mouthpiece_about {
    background: url(../images/special_mouthpiece/SPmouthpiece_about.png) no-repeat left 30% bottom 10% / 40% #DEF4FE;
    padding: 0 1rem 8rem;
    min-height: 380px;
    p {
      margin: 0 0 2rem auto;
      width: 60%;
    }
  }
  .mouthpiece_inquiry {
    
  }
  .mouthpiece_trouble {
    p.catch {
      width: fit-content;
      margin:  0 auto 2rem;
      &::before { inset: 0 auto 0 -2rem;}
      &::after { inset: 0 -2rem 0 auto;}
    }
    table {
      text-align: center;
      font-size: 1.6rem;
    }
  }
  .mouthpiece_about2 {
    
    height: 500px;
     background:
  url(../images/special_mouthpiece/SPmouthpiece_todoroki_01.jpg) no-repeat bottom / contain,
  linear-gradient(to right, #96dff9, #5bd1f4);
     > section {
      position: relative;
      height: 100%;
     }
    h2 {
      font-size: 2rem;
      padding-top: 3rem;
      line-height: 140%;
    }
    p {
      padding: .8rem 1rem;
      position: absolute;
      bottom: 0;
      right: 1rem;
      font-family: 'Shippori Mincho', serif;
      font-size: 1.6rem;
    }
  }
  .mouthpiece_clearcorrect {
    h2 {
      padding: 1.7rem 0;
    }
    .flex2 {
      flex-direction: row;
      justify-content: center !important;
      gap: 4rem;
      margin-bottom: 2rem;
      li {
        width: 40%;
        &:nth-child(odd),&:nth-child(even) {
          margin: 0 !important;
        }
      }
    }
    .innner_box {
      padding: 3rem 50% 3rem 2rem;
      position: relative;
      &::after {
        position: absolute;
        width: 35%;
        right: 2rem;
        top: 2rem;
      }
    }
  }
  .mouthpiece_feature {
    padding: 0 0 4rem;
    .feature_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 3rem 2rem ;
      .feature_inner {
        width: 290px;
        margin: 0;
        padding: 16px;
      }
    }
  }
    .mouthpiece_feature2 {
    padding: 4rem 0 4rem;
    ul.feature_list {
      li {
        margin-bottom: 1rem;
        display: flex;
        gap: 3rem;
        &::before {
          width: 25%;
        }
        p {
          width: 75%;
          padding-top: 2rem;
          span {
            font-size: 1.6rem;
          }
        }
      }
    }
  }
  .mouthpiece_case {
    > section {
      padding: 3rem 3rem 3rem;
      .box {
        padding: 0 2rem;
      }
    }
    h3 {
      font-size: 1.6rem;
      margin-bottom: 2.5rem;
    }
    h4 {
      font-size: 1.4rem;
      padding-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .flex3 {
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap;
      li {
        width: 32%;
        img {
          max-width: 100%;
        }
      }
    }
    .table_case {
      tr {
        th {
          width: 30%;
        }
      }
    }
  }
}
}


/* 料金表　医療費控除について */
.price_total {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #3b8030;
  font-weight: bold;
  font-size: 14px;
  .box1 {
    max-width: 100px;
    padding: 10px;
    color: #3b8030;
    border: 1px solid #3b8030;
  }
  .box2 {
    padding: 20px 10px;
    background: #3b8030;
    color: #fff;
    border: 1px solid #3b8030;
  }
}
#price .box3 table.Chour_table th,
#price .box3 table.Chour_table td {
  font-size: 14px;
}
#price .box3 table.Chour_table th:first-child,
#price .box3 table.Chour_table th:last-child {
  width: auto;
}


@media print, screen and (min-width: 769px) {
  .price_total {
    font-size: 20px;
    .box1 {
      max-width: inherit;
      padding: 20px;
    }
    .box2 {
      padding: 20px;
    }
  }
  #price .box3 table.Chour_table th,
  #price .box3 table.Chour_table td {
    font-size: 16px;
  }
}
.reserve_block {
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 40px 36px 55px;
  border: 1px solid #333;
}

.reserve_heading {
  position: relative;
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.12em;
}

.reserve_heading::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  margin: 12px auto 0;
  background: #333;
}

.reserve_btn_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 8px;
  margin-bottom: 28px;
}

.reserve_btn {
  min-height: 56px;
  padding: 8px 10px;
  border: 0;
  border-radius: 30px;
  background: #f3f3f3;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #0f2f4a;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.reserve_btn.is-active {
  background: #eda72f;
  box-shadow: none;
  color: #fff;
}

.reserve_panel {
  display: none;
}

.reserve_panel.is-active {
  display: block;
}

.reserve_panel iframe {
  display: block;
  width: 100%;
  height: 210px;
  border: 0;
}
.reserve_bnr a{
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border:1px solid #557c4d;
  text-align: center;
  border-radius: 10rem;
  padding: 1rem;
  text-decoration: none;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.reserve_bnr a:hover {
  background-color: #557c4d;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .reserve_block {
    padding: 35px 18px 45px;
  }

  .reserve_btn_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .reserve_btn:first-child {
    grid-column: 1 / -1;
  }

  .reserve_btn {
    min-height: 50px;
    padding: 8px 6px;
    font-size: 13px;
  }
  .reserve_bnr a{
    font-size: 1.2rem;
  }
}