@charset "UTF-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* CSS Document */
@media screen and (max-width: 640px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    font-size: 4.3vw;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: justify;
  }

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

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  /*============================================================================
  
  	nav
  
  ============================================================================*/
  .sp_fixed {
    position: fixed;
    width: 100%;
  }

  /* 上固定ボタン */
.btn_area ul{
  display: flex;
  background: #fff;
  padding: 5px 2.5px;
    }
  .btn_area li.btn{
    width: 100%;
        margin: 0 2.5px;
  }
.btn_area li.btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 2%;
    border-radius: 5px;
    background:#edb377;
}
.btn_area li.btn a i{
  margin-right: 5px;
}
  .sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 61px);
    z-index: 1;
    margin-left: 4px;
  }

  .sp_navi_btn_area li {
    display: block;
    width: 43px !important;
    /* width: 50px !important;*/
    height: 62px;
    float: right;
    text-align: center;
    /*display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;*/
  }

  .sp_navi_btn_area li:nth-of-type(1) a {
    background: #93CD74;
  }

  .sp_navi_btn_area li:nth-of-type(2) a {
    background: #98DC73;
  }

  .sp_navi_btn_area li a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #FFF;
    height: 62px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 10px;
    background: #7db45f;
    font-weight: 400;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    /*display: flex;
    	justify-content: center;
        color: #FFF;
        height: 54px;
        margin: 4px;
        border-radius: 5px;
        font-family: 'Noto Sans JP',sans-serif !important;
        font-size: 4vw;
        background: $main_color;
        font-weight: 400;
    	align-items: center;
    	text-align: center;*/
  }

  .sp_navi_btn_area li a i {
    text-align: right;
  }

  .sp_navi_btn_area li span {
    line-height: 1.0;
    text-align: left;
    font-size: 8px;
  }

  .sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    color: #fff;
  }

  .sp_navi_btn_area li i {
    color: #fff;
  }

  .sp_navi_btn_area li:nth-child(1) i {
    font-size: 23px !important;
  }

  .sp_navi_btn_area li:nth-child(2) i {
    font-size: 23px !important;
  }

  .sp_navi_btn_area li:nth-child(3) i {
    font-size: 23px !important;
  }

  nav {
    display: none;
  }

  .sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 62px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    /* margin-bottom: 30px; */
  }

  .sp_navi_fixed_area {
    z-index: 999;
  }

  .sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    /*width: 100%;*/
    width: 45vw;
    margin-left: 5vw;
    text-align: left;
    height: 62px;
    background: #fff;
  }

  .sp_navi .header_logo span,
  .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
  }

  .sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    z-index: 9999;
    position: relative;
  }

  .sp_navi dl {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
  }

  .sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
  }

  .sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
  }

  .sp_navi_list {
    display: none;
  }

  .sp_navi ul {
    /*padding:4% 2% 4% 8%;*/
  }

  .sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }

  .sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
  }

  .sp_navi_list i.fa-facebook-square,
  .sp_navi ul li i.fa-home {
    font-size: 16px;
  }

  .sp_navi_list li a,
  .sp_navi_parent>div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #7db45f;
    border-bottom: solid 1px #FFF;
    line-height: 1.5;
    padding: 13px 0 12px;
  }

  .sp_navi_children li a {
    background: #93C07B !important;
  }

  .sp_navi_parent>div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
  }

  .sp_navi_parent_active>div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
  }

  .sp_navi_list li a::after {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f054";
    font-size: 1.0em;
  }

  /* リンク先準備中（クリック不可） （リンク先#の場合）*/
.sp_navi_list li  a[href="#"]{
  pointer-events: none;
  position:relative;
}
.sp_navi_list li a[href="#"]:before{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  content: "受付停止中";        
}

  /*ボタンの動き*/
  .sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #7db45f;
  }

  .sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
  }

  .sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  .sp_navi dt a span:nth-child(1) {
    top: 14px;
  }

  .sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
  }

  .sp_navi dt a span:nth-child(3) {
    bottom: 29px;
  }

  .sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
  }

  .sp_navi dt a.active {
    background: #7db45f;
  }

  .sp_navi dt a.active i {
    color: #fff;
  }

  .sp_navi dt a.active span {
    background: #fff;
  }

  .sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
  }

  .sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
  }

  .sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
  }

  /*============================================================================
  
  	#mainvisual
  
  ============================================================================*/
  /*pc*/
  #mainvisual {
    display: block;
    position: relative;
    height: 240px;
    background-image: url("../images/page_mv_bg_img_01.jpg");
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
  }

  #mainvisual .inner {
    display: table;
    position: relative;
    height: inherit;
    width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
  }

  #mainvisual p.headline {
    position: relative;
  }

  /* キャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    top: 120px;
  }

  .mainvisual_catch p.headline {
    margin-bottom: 20px;
    line-height: 42px;
    color: #1F2774;
    font-size: 27px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  }

  .mainvisual_catch p {
    display: block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
  }

  .mainvisual_catch span {
    display: block;
    letter-spacing: 0.08em;
    font-size: 15px;
  }

  .mainvisual_open {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 250px;
  }

  .mainvisual_open img {
    width: 100%;
  }

  /*/pc*/
  #mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 200px;
    margin-top: /*62*/120px;
  }

  #mainvisual .inner {
    width: auto;
    height: inherit;
  }

  /* 下層ページヘッドライン */
  #mainvisual h2 {
    font-size: 22px;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    left: 10px;
  }

  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .mainvisual_catch p {
    font-size: 15px;
  }

  .mainvisual_open {
    right: 10px;
    bottom: 10px;
    width: 150px;
  }

  /* sp */
  /* 下層ページの見出し */
  .mainvisual_headline {
    display: table-cell;
    padding-bottom: 2px;
    letter-spacing: 0.15em;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  }

  .mainvisual_headline p.headline {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold;
    font-size: 7vw;
    color: #333;
  }

  .mainvisual_headline p {
    font-size: 6vw;
    color: #7db45f;
    font-family: "Kalam", cursive;
  }

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

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

  /* 背景変更用 */
  #mainvisual.bg01 {
    background-image: url(../images/main_bg01.png);
    background-position: center 0%;
    background-size: cover;
  }

  #mainvisual.bg02 {
    background-image: url(../images/main_bg02.png);
    background-position: center 0%;
    background-size: cover;
  }

  #mainvisual.bg03 {
    background-image: url(../images/main_bg03.png);
    background-position: center 0%;
    background-size: cover;
  }

  #mainvisual.bg04 {
    background-image: url(../images/main_bg04.png);
    background-position: center 0%;
    background-size: auto;
  }

  #mainvisual.bg05 {
    background-image: url(../images/main_bg05.png);
    background-position: center 0%;
    background-size: cover;
  }

  /*============================================================================
  
  	#contents
  
  ============================================================================*/
  .box1 {
    width: auto;
    margin: 0 6% 80px;
  }

  .box2 {
    width: auto;
    margin: 0 6% 80px;
  }
	.box3{
    width: auto;
	max-width:100%;
    margin: 0 6% 80px;
	}
  #contents {
    width: auto;
  }

  #contents_left {
    width: auto;
    float: none;
    margin-right: 0;
  }

  #contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
  }

  /*============================================================================
  
  	footer
  
  ============================================================================*/
  .footer_info .inner {
    width: auto;
    padding: 40px 6%;
  }

  .footer_info dl {
    float: none;
    width: auto;
    padding: 0 6%;
  }

  .footer_info dl dt {
    float: none;
    text-align: center;
    margin: 0 auto 30px;
  }

  .footer_info_logo,
  .footer_info_logo img {
    width: 222px;
    height: 148px;
  }

  .footer_info dl dd {
    float: none;
    margin-left: 0;
  }

  .footer_info_overview_tel {
    padding-bottom: 20px;
  }

  .footer_info_sche {
    float: none;
    width: 100%;
    font-size: 13.5px;
  }

  .footer_info_sche p {
    margin: 0;
  }

  .footer_navi .inner {
    width: 100%;
    padding: 30px 0;
  }

  .footer_navi ul {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
  }

  .footer_navi ul li {
    display: block;
    border-bottom: 1px dotted #1F2774;
  }

  .footer_navi ul li:last-child {
    border-bottom: none;
  }

  .footer_navi ul li a {
    display: block;
    padding: 5px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .footer_navi ul li a::after {
    display: none;
  }

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

  .copy {
    margin: 35px auto 0;
  }

  /*============================================================================
  
  	$top
  
  ============================================================================*/
  .top_info_item {
    width: 100%;
    margin-top: 40px;
  }

  .top_info_item:first-child {
    margin-top: 0;
  }

  .top_info .top_news .scroll_area {
    height: 200px;
  }

  .doctor_flex {
    flex-direction: column-reverse;
  }

  .top_doctor .text {
    width: auto;
  }

  .top_doctor_img {
    width: auto;
    margin-bottom: 15px;
  }

  .top_doctor_img p {
    text-align: center;
  }

  .top_doctor_img p img {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  .top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
  }

  .top_doctor_img dd {
    text-align: center;
  }

  .top_medical2_list a {
    width: 46%;
    margin-right: 8%;
  }

  .top_medical2_list a:nth-child(even) {
    margin-right: 0;
  }

  .top_medical3_list li {
    width: 46%;
    margin-right: 8%;
  }

  .top_medical3_list li:nth-child(even) {
    margin-right: 0;
  }

  .top_medical4_list {
    width: auto;
    margin: 0 8%;
  }

  .top_medical4_list dl {
    width: 45%;
    margin-right: 0;
  }

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

	  .top_lp_link

	==================================================================*/
  .top_lp_link {
    position: relative;
    margin: 40px auto 0px;
  }

  .top_lp_link .box1 {
    padding: 0;
    margin: 0 0 10px;
  }

  .top_lp_box {
    /*padding: 30px 4%;*/
    /*padding: 115px 4% 40px;*/
    padding: 144px 4% 40px;
    position: relative;
  }

  .top_lp_box:nth-of-type(2n+1) {
    background-image: url("../images/top_lp_box_bg.png");
    background-size: cover;
  }

  .top_lp_box:nth-of-type(2n) {
    background: #688873;
    vertical-align: middle;
    color: #f2f0eb;
  }

  .top_lp_box:nth-of-type(2n+1) .top_lp_txt h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    color: #311e10;
    margin: 10px 0 12px;
  }

  .top_lp_box:nth-of-type(2n) .top_lp_txt h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    color: #f2f0eb;
    margin: 10px 0 12px;
  }

  .top_lp_box:nth-of-type(2n+1) .top_lp_txt h2::after {
    content: url("../images/nikukyu_beige.png");
    vertical-align: middle;
  }

  .top_lp_box:nth-of-type(2n) .top_lp_txt h2::after {
    content: url("../images/nikukyu_green.png");
    vertical-align: middle;
  }

  .top_lp_box:nth-of-type(2n+1) .top_lp_txt h3 {
    position: absolute;
    left: 4%;
    top: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    color: #311e10;
  }

  .top_lp_box:nth-of-type(2n) .top_lp_txt h3 {
    position: absolute;
    left: 4%;
    top: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    color: #f2f0eb;
  }

  .top_lp_box .top_lp_txt .bg_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.22em;
    color: rgba(178, 171, 153, 0.63);
  }

  .top_lp_box .top_lp_txt .bg_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
    /*font-size: 2.2em;*/
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.22em;
    color: rgba(157, 176, 163, 0.63);
  }

  .top_lp_box:nth-of-type(2n+1) .top_lp_txt .bg_txt {
    color: rgba(178, 171, 153, 0.63);
  }

  /*============================================================================
  
  	$breadcrumbs ぱんくず
  
  ============================================================================*/
  .breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
  }

  .breadcrumbs li {
    display: inline-block;
  }

  /*============================================================================
  
  	$共通
  
  ============================================================================*/
  #contents {
    padding-bottom: 70px;
  }

  .box {
    width: auto;
    padding: 0 6% 8%;
  }

  .text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }

  /*まる*/
  .list03 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
  }

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

  .list03 li:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #E0D0BF;
    border: 1px solid #E0D0BF;
    border-radius: 100%;
    content: '';
  }

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

  /* まる & 背景 */
  .list06 {
    padding: 25px 15px 15px 25px;
    background-color: #f7f7f7;
  }

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

  .list06 li {
    position: relative;
    float: left;
    margin-bottom: 15px;
    padding-left: 0.9em;
    padding-right: 5%;
  }

  .list06 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #DAC58B;
    border: 1px solid #DAC58B;
    border-radius: 100%;
  }

  /*まる & 枠 */
  .list07 {
    border: 3px solid #eee;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .list07 li {
    padding-left: 0.9em;
    margin-bottom: 10px;
    position: relative;
  }

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

  .list07 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #E0D0BF;
    border: 1px solid #E0D0BF;
    border-radius: 100%;
  }

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

  /*チェック 横並び*/
  .list08_1 {
    margin-bottom: 30px;
    padding: 5%;
    border: solid 3px #DEDEDE;
  }

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

  .list08_1 li {
    position: relative;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 28px;
    border-bottom: 1px dotted #cdcdcd;
  }

  .list08_1 li:before {
    display: block;
    position: absolute;
    top: 3px;
    left: -28px;
    width: 20px;
    height: 20px;
    background-image: url("../images/check_orange.svg");
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
  }

  .list08_1 li:last-of-type {
    margin-bottom: 0;
  }

  /*============================================================================
  
  	$見出し
  
  ============================================================================*/
  h1 {
    font-size: 3vw;
    width: auto;
    padding: 0px 15px;
    text-align: center;
    position: static;
    margin-top: 30px !important;
    margin-bottom: 30px;
  }

  /*.tit01,
  .tit02,
  .tit03,
  .tit04 {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 25px;
      text-align: center;
  }*/
  .tit02 {
    position: relative;
    margin: 60px 0 20px;
    padding: 0 4vw 0 16vw;
    color: #666666;
    font-size: 6vw;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .tit02::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 4vw;
    width: 10vw;
    height: 70px;
    background-image: url("../images/icon_deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .tit03 {
    position: relative;
    margin: 40px 0 20px;
    padding-left: 9vw;
    color: #666666;
    font-size: 5vw;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .tit03 .sub_text {
    font-size: 90%;
  }

  .tit03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6vw;
    height: 40px;
    background-image: url("../images/title_deco_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  /* 左側に画像+左寄せ */
  .tit11 {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #1F2774;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    border-left: 5px solid #82c79a;
  }

  .tit11::before {
    position: absolute;
    left: -5px;
    bottom: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #39588e;
  }

  .nowrap {
    white-space: normal;
  }

  /* テーブル */
  .tb01 {
    white-space: inherit;
  }

  .tb01 th {
    width: 32%;
    box-sizing: border-box;
  }

  .tb01 td {
    box-sizing: border-box;
    text-align: center;
  }

  .tb03,
  .tb03 th {
    white-space: inherit;
  }

  .tb03.w075par {
    width: 100%;
  }

  .tb04,
  .tb04 th {
    white-space: normal;
  }

  .tb04 th {
    font-size: 13px;
  }

  .tb04 td,
  .tb04 th {
    padding: 2%;
  }

  /* ボタン */
  .btn01 a {
    display: block;
  }

  /* アンカーリンク */
  .ank02 {
    width: 100%;
  }

  .ank03 {
    width: 100%;
  }

  .ank03 li {
    width: 48%;
  }

  .ank04 {
    width: 100%;
  }

  .ank04 li {
    width: 48%;
  }

  /* 画像右寄せ */
  .img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .img_fr img {
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
  }

  /*============================================================================
  
  	$doctor
  
  ============================================================================*/
  /* ごあいさつ */
  .doctor_greet .text {
    float: none;
    width: auto;
  }

  /* 経歴、資格 */
  .doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /*============================================================================
  
  	$clinic
  
  ============================================================================*/
  /* 医院概要 */
  .clinic_sec1 dt {
    width: 30%;
  }

  .clinic_sec1 dd a:hover {
    color: inherit;
  }

  .clinic_sec1 .schedule .tb01 {
    width: 100%;
  }

  /* 院内スライド */
  .clinic_slides1 {
    margin-bottom: 20px;
  }

  .clinic_slides1 .flexslider {
    float: none;
    width: 100%;
  }

  .clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
  }

  .clinic_slides1 .flexslider p {
    display: block;
  }

  .clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: absolute;
    right: auto;
    width: auto;
    top: auto;
    bottom: 7%;
    z-index: 2;
  }

  .clinic_slides1 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 4% 2%;
  }

  .clinic_slides1 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
  }

  /*院内スライド2 サムネイル横*/
  .clinic_slide_wrap2 {
    display: block;
    flex-direction: unset;
    justify-content: unset;
    max-width: 400px;
    margin: 0 auto;
    /* height: 440px; */
  }

  .clinic_slide_wrap_flex {
    display: block;
    flex-wrap: unset;
  }

  .clinic_slide_wrap_flex #slider {
    margin: 0 auto 15px 0;
    width: auto;
  }

  .clinic_slide_wrap_flex #thumbnail-list {
    width: auto;
  }

  .clinic_slide_wrap_flex .thumbnail-item {
    flex: 0 1 15%;
  }

  .clinic_slide_wrap {
    max-width: 400px;
    margin: 0 auto;
    /* height: 440px; */
  }

  /* 院内スライド サムネイル下 */
  .clinic_slide_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 820px; */
  }

  .clinic_slide_wrap :focus {
    outline: none;
  }

  .clinic_slide_wrap #slider {
    margin: 0 auto 15px;
    width: 100%;
  }

  .clinic_slide_wrap .slide-item {
    position: relative;
  }

  .clinic_slide_wrap .slide-item img {
    width: 100%;
    height: auto;
  }

  .clinic_slide_wrap .thumbnail-text-item {
    margin: 0 0 15px;
  }

  .clinic_slide_wrap #thumbnail-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    gap: 0px 10px;
    flex-wrap: wrap;
  }

  .clinic_slide_wrap .thumbnail-item {
    flex: 0 1 15%;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: .3s;
  }

  .clinic_slide_wrap .thumbnail-item:hover {
    opacity: 0.8;
  }

  .clinic_slide_wrap .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }

  .clinic_slide_wrap .thumbnail-item.thumbnail-current:after {
    opacity: 0;
  }

  .clinic_slide_wrap .thumbnail-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .clinic_slide_wrap .slide_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-weight: bold;
  }

  /*院内スライド サムネイル横*/
  .clinic_slide_wrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 560px; */
  }

  .clinic_slide_wrap_flex {
    display: flex;
    flex-wrap: wrap;
  }

  .clinic_slide_wrap_flex :focus {
    outline: none;
  }

  .clinic_slide_wrap_flex #slider {
    margin: 0 auto 15px 0;
    width: 83%;
  }

  .clinic_slide_wrap_flex #thumbnail-list {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: min-content;
  }

  .clinic_slide_wrap_flex .thumbnail-text-item {
    margin: 0 0 15px;
  }

  .clinic_slide_wrap_flex .thumbnail-item {
    width: 48%;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: .3s;
  }

  .clinic_slide_wrap_flex .thumbnail-item:hover {
    opacity: 0.8;
  }

  .clinic_slide_wrap_flex .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }

  .clinic_slide_wrap_flex .thumbnail-item.thumbnail-current:after {
    opacity: 0;
  }

  .clinic_slide_wrap_flex .thumbnail-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .clinic_slide_wrap_flex .slide-item {
    position: relative;
  }

  .clinic_slide_wrap_flex .slide-item img {
    width: 100%;
    height: auto;
  }

  .clinic_slide_wrap_flex .slide_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-weight: bold;
  }

  /* 医院概要 */
  .clinic_sec1 {
    position: relative;
  }

  .clinic_sec1 ul {
    margin-bottom: 15px;
  }

  .clinic_sec1 li {
    padding: 8px 0;
    border-bottom: 1px solid #E5E6EF;
  }

  .clinic_sec1 li:first-child {
    padding: 0 0 8px 0;
  }

  .clinic_sec1 li:last-child {
    border: none;
  }

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

  .clinic_sec1 dt {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding-left: 2px;
    font-weight: bold;
    color: #1F2774;
  }

  .clinic_sec1 dd {
    float: left;
    width: 75%;
  }

  .clinic_sec1 dd a,
  .clinic_sec1 dd a:hover {
    color: inherit;
  }

  .clinic_sec1 .schedule .tb01 {
    border: 1px solid #92c975;
    width: 100%;
    font-size: 4vw;
  }

  .clinic_sec1 .schedule .tb01 tr:first-child th,
  .clinic_sec1 .schedule .tb01 tr:first-child td {
    background-color: #92c975;
    color: #fff;
    font-weight: bold;
  }

  .clinic_sec1 .schedule li {
    border-bottom: none;
  }

  /*============================================================================
  
  	$facilities
  
  ============================================================================*/
  .facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
  }

  .facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
  }

  .facilities_equip_img img {
    width: 300px;
  }

  .facilities_equip2 dl,
  .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  .facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
  }

  .facilities_equip3 dl {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  .facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
  }

  .facilities_equip3 dl,
  .facilities_equip3 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
  }

  /*============================================================================
  
  	$access
  
  ============================================================================*/
  .access_list {
    padding: 30px 15px 0;
    box-sizing: border-box;
  }

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

  /*============================================================================
  
  	$first
  
  ============================================================================*/
	
	.box_style01{
		padding: 15px;
  		margin-bottom: 20px;
  		background-color: #f7f7f7;
	}
	.first .flex_cont_03.column{
		flex-direction: column;
	}
  /*============================================================================
  
  	$medical
  
  ============================================================================*/

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

$care_salon

============================================================================*/
  #care_salon03 .tit02 span {
    font-size: 15px;
    padding-left: 0;
    display: block;
  }

  #care_salon05 .list07 a {
    color: #72ae53;
    transition: 0.3s;
  }

  #care_salon05 .list07 a:hover {
    color: #edb377;
    transition: 0.3s;
  }

  #care_salon06 .tit02 {
    display: block;
  }

  #care_salon06 .tit02 span:last-of-type {
    display: block;
    padding-top: 10px;
    font-size: 0.6em;
  }

  #care_salon06 .list06 li.list_none {
    padding-left: 0;
  }

  #care_salon06 .list06 li.list_none::before {
    content: none;
  }

  img.tansan_img {
    margin-top: 10px;
  }

  .marker {
    background: linear-gradient(transparent 60%, #F8E0C8 60%);
  }

  .layout02.care_salon_facilities .layout02_box {
    /*  width: 49%;
  margin: 0 2% 0 0;*/
    margin-bottom: 25px;
    padding: 7%;
    background-color: #f7f7f7;
    box-sizing: border-box;
  }

  .layout02.care_salon_facilities h3 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 43px;
    color: #666666;
    font-size: 20px;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .layout02.care_salon_facilities h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 40px;
    background-image: url(../images/title_deco_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .layout02.care_salon_facilities .layout02_text {
    margin-bottom: 10px;
    /*font-weight: bold;*/
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #666666;
  }

  .layout02.care_salon_facilities .layout02_text .list03 {
    margin-top: 2rem;
  }

  .care_salon_point .point_cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(237, 179, 119, 0.1);
    border: 10px solid #edb377;
    border-radius: 20px;
  }

  .care_salon_point .point_cont .text_cont {
    width: 100%;
  }

  .care_salon_point .point_cont .text_cont .title_head {
    display: table;
    margin: 10px auto 0;
    padding-right: 80px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-image: url("../images/nikukyu_icon.svg");
    background-repeat: no-repeat;
    background-position: 90px 0;
  }

  .care_salon_point .point_cont .text_cont .title_head .step {
    color: #edb377;
    margin-right: 1vw;
    font-size: 5vw;
  }

  .care_salon_point .point_cont .text_cont .title_head .num {
    margin-right: 3vw;
    font-size: 10vw;
  }

  .care_salon_point .point_cont .text_cont h3 {
    position: relative;
    display: table;
    margin: 0 auto 40px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 6.8vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .care_salon_point .point_cont .text_cont h3.fz_22 {
    font-size: 6.4vw;
  }

  .care_salon_point .point_cont .text_cont h3::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
  }

  .care_salon_point .point_cont .img_cont {
    width: 100%;
  }

  .care_salon_point .point_cont .img_cont video {
    width: 100%;
  }

  .care_salon_point .point_cont .img_cont .img_link_cont {
    display: block;
    width: 100%;
    height: 300px;
    transition: .3s;
  }

  .care_salon_point .point_cont .img_cont .img_link_cont:hover {
    transform: translateY(-5px);
  }

  .care_salon_point .point_cont .img_cont .img_link_cont img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
  }

  .care_salon_point .point_cont .img_cont p {
    margin: 20px 0 0;
    font-weight: 700;
    text-align: center;
  }

  .care_course {
    background-color: #fdf9f4;
    padding: 30px;
  }

  .care_img_flex {
    display: block;
  }

  .care_img_flex p {
    width: 100%;
  }

  .insta_box {
    background-color: #fdf9f4;
    border-radius: 20px;
    padding: 30px;
  }

  .insta_box p {
    font-size: 24px;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: #ee8518;
    text-align: center;
  }

  .care_img_flex02 {
    display: block;
    margin: 25px auto 46px;
  }

  .insta_btn {
    text-align: center;
  }

  .insta_btn a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #92c975;
    background: #92c975;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.4s;
  }

  .insta_btn a:hover {
    background: #fff;
    color: #92c975;
  }

  /*==================================================================
  
  	.layout
  
  ==================================================================*/
  .layout_tit {
    font-size: 18px;
    color: #47762f;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }

  .layout_tit font {
    color: #BDA087;
  }

  .layout_tit em {
    font-size: 8vw;
    margin-right: 10px;
    color: #BDA087;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
  }

  /* layout小タイトル */
  .layout_tit_02 {
    color: #47762f;
    font-size: 16px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }

  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
  .layout01 dl {
    display: block;
  }

  .layout01 dt {
    width: 100%;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
  .layout02 {
    display: block;
  }

  .layout02 dl {
    width: 100%;
  }

  .layout02 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
  .layout03 {
    margin: 0 0 15px;
  }

  .layout03 .layout03_box {
    display: block;
    margin-bottom: 20px;
    background-color: #e9f8e2cf;
    padding: 2%;
  }

  .layout03 .layout03_title {
    width: 100%;
    padding: 2%;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }

  .layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }

  .layout03 .layout03_text {
    position: relative;
    width: 100%;
    padding: 15px 3% 1%;
  }

  .balloon {
    position: absolute;
    right: 0;
    top: -2%;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    outline: 2px dotted #FFF;
    outline-offset: -5px;
    background: #fabd39;
    color: #fff;
    font-size: 16px;
  }

  /*.balloon:before {
  content: "";
  position: absolute;
  top: 62%;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right-color: #fabd39;
  border-right-style: solid;
  border-right-width: 10px;
}*/

  .balloon p {
    margin: 0;
    padding: 0;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 .layout04_box {
    display: block;
  }

  .layout04 .layout04_title {
    width: 100%;
    padding: 2%;
  }

  .layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 .layout04_text {
    width: 100%;
  }

  /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
  .layout05 .layout05_box {
    display: block;
  }

  .layout05 .layout05_title {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout05 .layout05_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout05 .layout05_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout05 .layout05_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }

  .layout06 .layout06_box {
    display: block;
  }

  .layout06 .layout06_title {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }

  .layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 数字 */
  .layout06 .layout06_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout06 .layout06_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }

  .layout07 dl {
    display: block;
    width: 100%;
  }

  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }

  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid #1F2774;
    border-right: 2px solid #1F2774;
    content: "";
    bottom: 0;
    margin: auto;
  }

  .layout08 dl:nth-child(3n)::before {
    display: none;
  }

  .layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
  }

  .layout08 dl dd {
    line-height: 1.5;
  }

  /* layout10 */
  .layout10 .flow_box {
    justify-content: space-between;
    padding: 6%;
  }

  .layout10 .flow_box .number {
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
  }

  .layout10 .flow_box .layout10_box {
    width: 80%;
  }

  .layout10 .flow_box .layout10_text .title {
    font-size: 14px;
    line-height: 1.4;
  }

  .layout10 .flow_box .layout10_text .title span {
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
  }

  .layout10 .flow_box .layout10_text .title span::after {
    display: none;
  }

  .course_ablation::before {
    display: none;
  }

  /*============================================================================
  
  	$news
  
  ============================================================================*/
  .news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /*============================================================================
  
  	$mpcloud_schedule
  
  ============================================================================*/
  #mpcloud_schedule {
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
  }

  .time_close {
    right: 20px;
    font-size: 17px;
  }

  .schedule_time {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .schedule_time dt {
    width: 35%;
    margin-bottom: 5px;
  }

  .schedule_time dd {
    width: 65%;
    margin-bottom: 5px;
  }

  .schedule_time dd i {
    margin: 0 3px 0 15px;
    vertical-align: text-bottom;
  }

  /*common*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc_inline {
    display: none !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .pc_table {
    display: table !important;
  }

  .sp_table {
    display: table !important;
  }

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

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

  .sp_mr00 {
    margin-right: 0 !important;
  }

  .sp_ml00 {
    margin-left: 0 !important;
  }

  .sp_mt00 {
    margin-top: 0 !important;
  }

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

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

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

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

  .sp_center {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
  }

  .sp_inline_iP {
    display: inline !important;
  }
}

/* -----------------------------------------------------------
 My CSS ------------------------------------------------------
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  img {
    display: block;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    height: auto;
    margin: 0 auto;
    padding: 0;
    vertical-align: bottom;
    border: none;
    line-height: 1;
  }

  /* LINK ------------------------ */
  a {
    color: #4F463B;
    text-decoration: none;
    transition: .3s;
  }

  a:hover {
    color: rgba(79, 70, 59, 0.8);
  }

  .anchor {
    display: block;
    margin-top: -20px;
    padding-top: 20px;
  }

  .anchor_02 {
    display: block;
    margin-top: -100px;
    padding-top: 80px;
  }

  /* -----------------------------------------------------------------------------------------------------
  -- TOP CONT 
  ----------------------------------------------------------------------------------------------------- */
  .top_bnr_cont {
    width: 100%;
    margin: 0 auto;
  }

  .top_bnr_cont a {
    display: block;
    margin-bottom:
      /*10px*/
      20px;
  }


  /* Top Info */
  .top_info .box1 {
    margin: 40px auto;
  }

  .top_info .flex_cont {
    display: block;
  }

  .top_info .flex_cont .info_cont_01 {
    width: 94vw;
    margin: 0 auto;
    padding-top: 34px;
    /* TAB --------------------- */
    /* / TAB --------------------- */
  }

  .top_info .flex_cont .info_cont_01 .title,
  .top_info .flex_cont .info_cont_02 .title {
    position: relative;
    display: table;
    margin: 0 auto 52px;
    padding-left: 78px;
    color: #7db45f;
    font-family: "Kalam", cursive;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 4px;
  }

  .top_info .flex_cont .info_cont_01 .title::before,
  .top_info .flex_cont .info_cont_02 .title::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 3px;
    width: 48px;
    height: 36px;
    background-image: url("../images/top_info_icon.svg");
  }

  .top_info .flex_cont .info_cont_01 .title::after,
  .top_info .flex_cont .info_cont_02 .title::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 86px;
    width: 73px;
    height: 25px;
    background-image: url("../images/top_title_deco_icon.png");
  }

  .top_info .flex_cont .info_cont_01 .info_text {
    margin-bottom: 20px;
    text-align: left;
  }

  .top_info .flex_cont .info_cont_01 .tab-area {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    cursor: pointer;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 45px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab.tab_01 {
    color: #FFFFFF;
    background-color: #83c162;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab.tab_01.active {
    color: #83c162;
    background-color: #fff;
    background-color: #fff;
    border-top: 2px solid #cfedbf;
    border-right: 2px solid #cfedbf;
    border-left: 2px solid #cfedbf;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab.tab_02 {
    color: #FFFFFF;
    background-color: #edcfb0;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab.tab_02.active {
    color: #edcfb0;
    background-color: #fff;
    border-top: 2px solid #edcfb0;
    border-right: 2px solid #edcfb0;
    border-left: 2px solid #edcfb0;
  }

  .top_info .flex_cont .info_cont_01 .tab-area .tab.active {
    background-color: #fff;
  }

  .top_info .flex_cont .info_cont_01 .content-area {
    width: 100%;
    margin-top: -2px;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content {
    display: none;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show {
    display: block;
    width: 100%;
    height: 271px;
    padding: 20px;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_01 {
    border-top: 2px solid #cfedbf;
    border-bottom: 2px solid #cfedbf;
    border-right: 2px solid #cfedbf;
    border-left: 2px solid #cfedbf;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_01 .btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 35px;
    margin: 0 auto;
    padding-top: 2px;
    font-family: "Kalam", cursive;
    font-size: 15px;
    color: #fff;
    background-color: #83c162;
    border-radius: 50px;
    transition: .3s;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_01 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_02 {
    border-top: 2px solid #edcfb0;
    border-bottom: 2px solid #edcfb0;
    border-right: 2px solid #edcfb0;
    border-left: 2px solid #edcfb0;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_02 .btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 35px;
    margin: 0 auto;
    padding-top: 2px;
    font-family: "Kalam", cursive;
    font-size: 15px;
    color: #fff;
    background-color: #edcfb0;
    border-radius: 50px;
    transition: .3s;
  }

  .top_info .flex_cont .info_cont_01 .content-area .content.show.cont_02 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_info .flex_cont .info_cont_01 .content-area .top_blog-list {
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .top_info .flex_cont .info_cont_01 .content-area .top_blog-list li {
    margin: 15px 0;
  }

  .top_info .flex_cont .info_cont_01 .content-area .top_blog-list li a {
    display: flex;
    justify-content: flex-start;
  }

  .top_info .flex_cont .info_cont_01 .content-area .top_blog-list li a .date {
    color: #edb377;
    margin-right: 20px;
    font-size: 14px;
  }

  .top_info .flex_cont .info_cont_01 .content-area .top_blog-list li a .title_blog_info {
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
  }

  .top_info .flex_cont .info_cont_02 {
    width: 94vw;
    margin: 0 auto;
    padding-top: 34px;
  }

  .top_info .flex_cont .info_cont_02 .day_off {
    display: none;
  }

  .top_info .flex_cont .info_cont_02 .link_btn_01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 50px;
    margin: 14px auto 0;
    padding-left: 50px;
    color: #92c975;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 1px solid #92c975;
    border-radius: 50px;
  }

  .top_info .flex_cont .info_cont_02 .link_btn_01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 42px;
    width: 34px;
    height: 32px;
    background-image: url("../images/calendar_icon.svg");
  }

  .top_info .flex_cont .info_cont_02 .link_btn_01:hover {
    color: #fff;
    background-color: rgba(146, 201, 117, 0.5);
  }

  .top_info .flex_cont .info_cont_02 .day_info {
    position: relative;
    margin-top: 40px;
  }

  .top_info .flex_cont .info_cont_02 .day_info::before {
    position: absolute;
    top: -22px;
    left: 0;
    content: "";
    width: 110px;
    height: 90px;
    background-image: url("../images/day_off_img.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .top_info .flex_cont .info_cont_02 .day_info .day {
    display: block;
    width: 100%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    padding: 20px 10px 20px 120px;
    background-color: #f0f0f0;
  }

  .top_info .flex_cont .info_cont_02 .cont {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
  }

  .top_info .flex_cont .info_cont_02 .cont .top_info_img_01 {
    width: 40%;
    height: auto;
  }

  .top_info .flex_cont .info_cont_02 .cont .top_info_img_02 {
    width: 40%;
    height: auto;
  }

  /* Top First */
  .top_first {
    padding-top: 40px;
  }

  .top_first .box1 {
    width: 94vw;
    margin: 0 auto 0;
  }

  .top_first .flex_cont {
    display: block;
    margin-bottom: 40px;
  }

  .top_first .flex_cont .img_cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .top_first .flex_cont .img_cont .img_01 {
    width: 100%;
    height: auto;
  }

  .top_first .flex_cont .img_cont .img_02 {
    width: 50%;
    height: auto;
  }

  .top_first .flex_cont .img_cont .img_03 {
    width: 50%;
    height: auto;
  }

  .top_first .flex_cont .text_cont h3 {
    margin-top: 20px;
    color: #d7a652;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
  }

  .top_first .flex_cont .text_cont p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 2px;
  }

  .top_first .flex_cont .text_cont .link_cont {
    margin-top: 20px;
  }

  .top_first .flex_cont .text_cont .link_cont li {
    position: relative;
    width: 90%;
    height: 50px;
    margin: 10px auto;
    border-radius: 50px;
  }

  .top_first .flex_cont .text_cont .link_cont li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 53px;
    width: 8px;
    height: 12px;
    background-image: url("../images/btn_icon.svg");
    background-size: 8px 12px;
    transition: .3s;
  }

  .top_first .flex_cont .text_cont .link_cont li:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 8px;
    height: 12px;
    background-image: url("../images/btn_icon.svg");
    background-size: 8px 12px;
  }

  .top_first .flex_cont .text_cont .link_cont li:nth-of-type(1) {
    background-color: #edb377;
  }

  .top_first .flex_cont .text_cont .link_cont li:nth-of-type(2) {
    background-color: #9acf7f;
  }

  .top_first .flex_cont .text_cont .link_cont li:nth-of-type(3) {
    background-color: #9acf7f;
  }

  .top_first .flex_cont .text_cont .link_cont li:nth-of-type(4) {
    background-color: #edb377;
  }

  .top_first .flex_cont .text_cont .link_cont li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .top_first .flex_cont_02 {
    margin: 0 auto 180px;
  }

  .top_first .flex_cont_02 .link_cont_01 {
    position: relative;
    width: 94vw;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px;
    border: 4px solid #cfedbf;
  }

  .top_first .flex_cont_02 .link_cont_01 .img_01 {
    display: block;
    margin: 0 auto;
  }

  .top_first .flex_cont_02 .link_cont_01 .text_01 {
    margin-top: 10px;
    color: #6da451;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .top_first .flex_cont_02 .link_cont_01 .link_btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    background-color: #9acf7f;
    border-radius: 50px;
    transition: .3s;
  }

  .top_first .flex_cont_02 .link_cont_01 .link_btn_01:hover {
    color: white;
    transform: translate(0, -3px);
  }

  .top_first .flex_cont_02 .link_cont_02 {
    width: 94vw;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    border: 4px solid #f3e3d3;
  }

  .top_first .flex_cont_02 .link_cont_02 .img_01 {
    display: block;
    margin: 0 auto;
  }

  .top_first .flex_cont_02 .link_cont_02 .text_01 {
    margin-top: 10px;
    color: #edb377;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .top_first .flex_cont_02 .link_cont_02 .link_btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    background-color: #edb377;
    border-radius: 50px;
    transition: .3s;
  }

  .top_first .flex_cont_02 .link_cont_02 .link_btn_01:hover {
    color: white;
    transform: translate(0, -3px);
  }

  .line_bnr {
    position: static;
    margin-top: 30px;
  }

  /* Top Feature */
  .top_feature {
    position: relative;
    height: auto;
    background-color: #efe7d5;
  }

  .top_feature .box1 {
    width: 94vw;
    margin: 0 auto;
  }

  .top_feature::before {
    position: absolute;
    top: -113px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 113px;
    background-image: url("../images/top_feature_title_img_sp.png");
    background-repeat: no-repeat;
    background-position: center 0;
  }

  .top_feature h2 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 40px 10px 50px;
    color: #666666;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 3px;
    z-index: 10;
  }

  .top_feature h2 span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #f3caa0 76%, #f3caa0 100%);
  }

  .top_feature .flex_cont_01 .inner_cont_01 {
    margin-bottom: 40px;
  }

  .top_feature .flex_cont_01 .inner_cont_01 h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    padding: 10px 10px 10px 60px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    z-index: 20;
  }

  .top_feature .flex_cont_01 .inner_cont_01 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/top_feature_01.png");
    background-size: cover;
  }

  .top_feature .flex_cont_01 .inner_cont_01 img {
    border-radius: 19px;
  }

  .top_feature .flex_cont_01 .inner_cont_01 p {
    width: 100%;
    margin: 20px auto;
  }

  .top_feature .flex_cont_01 .inner_cont_01 .btn_01 {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-color: #9acf7f;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: .3s;
  }

  .top_feature .flex_cont_01 .inner_cont_01 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_feature .flex_cont_01 .inner_cont_01 .btn_01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_01 .inner_cont_01 .btn_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-20deg);
    right: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_01 .inner_cont_02 {
    margin-bottom: 40px;
  }

  .top_feature .flex_cont_01 .inner_cont_02 h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    padding: 10px 10px 10px 60px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    z-index: 20;
  }

  .top_feature .flex_cont_01 .inner_cont_02 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/top_feature_02.png");
    background-size: cover;
  }

  .top_feature .flex_cont_01 .inner_cont_02 img {
    border-radius: 19px;
  }

  .top_feature .flex_cont_01 .inner_cont_02 p {
    width: 100%;
    margin: 20px auto;
  }

  .top_feature .flex_cont_01 .inner_cont_02 .btn_01 {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-color: #9acf7f;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: .3s;
  }

  .top_feature .flex_cont_01 .inner_cont_02 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_feature .flex_cont_01 .inner_cont_02 .btn_01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_01 .inner_cont_02 .btn_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-20deg);
    right: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_02 .inner_cont_01 {
    margin-bottom: 20px;
  }

  .top_feature .flex_cont_02 .inner_cont_01 h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    padding: 10px 10px 10px 60px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    z-index: 20;
  }

  .top_feature .flex_cont_02 .inner_cont_01 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/top_feature_03.png");
    background-size: cover;
  }

  .top_feature .flex_cont_02 .inner_cont_01 img {
    border-radius: 19px;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 20px auto;
    flex-wrap: wrap;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list li {
    /* width: 100px; */
    /* height: 100px; */
    width: 49%;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list li a {
    border-radius: 100px;
    background-color: #9acf7f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    /* padding-top: 20px; */
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-inline: auto;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list li a::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 14px;
    background-image: url("../images/btn_icon.svg");
    background-repeat: no-repeat;
    transition: .3s;
  }

  .top_feature .flex_cont_02 .inner_cont_01 .link_btn_list li a:hover::after {
    left: 56%;
    transform: translateX(-50%);
  }

  .top_feature .flex_cont_02 .inner_cont_02 {
    margin-bottom: 40px;
  }

  .top_feature .flex_cont_02 .inner_cont_02 p {
    width: 100%;
    margin: 20px auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 5px 5px 5px 10px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #dbc383;
    border-radius: 10px;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li .sub_text {
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li .title {
    width: 60px;
    margin-right: 10px;
    font-size: 14px;
    text-align: right;
    line-height: 1.2;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(1) {
    background-color: #dbc383;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(1) .title {
    color: #8b7028;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(2) {
    background-color: #dbce83;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(2) .title {
    color: #90812d;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(3) {
    background-color: #d8db83;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(3) .title {
    color: #a2a639;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(4) {
    background-color: #c5db83;
  }

  .top_feature .flex_cont_02 .inner_cont_02 .list_cont li:nth-of-type(4) .title {
    color: #76a639;
  }

  .top_feature .flex_cont_03 .inner_cont_01 {
    margin-bottom: 40px;
  }

  .top_feature .flex_cont_03 .inner_cont_01 h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    padding: 10px 10px 10px 60px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    z-index: 20;
  }

  .top_feature .flex_cont_03 .inner_cont_01 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/top_feature_04.png");
    background-size: cover;
  }

  .top_feature .flex_cont_03 .inner_cont_01 img {
    border-radius: 19px;
  }

  .top_feature .flex_cont_03 .inner_cont_01 p {
    width: 100%;
    margin: 20px auto;
  }

  .top_feature .flex_cont_03 .inner_cont_01 .btn_01 {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-color: #9acf7f;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: .3s;
  }

  .top_feature .flex_cont_03 .inner_cont_01 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_feature .flex_cont_03 .inner_cont_01 .btn_01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_03 .inner_cont_01 .btn_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-20deg);
    right: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_03 .inner_cont_02 {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }

  .top_feature .flex_cont_03 .inner_cont_02 h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    padding: 10px 10px 10px 60px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    z-index: 20;
  }

  .top_feature .flex_cont_03 .inner_cont_02 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../images/top_feature_05.png");
    background-size: cover;
  }

  .top_feature .flex_cont_03 .inner_cont_02 img {
    border-radius: 19px;
  }

  .top_feature .flex_cont_03 .inner_cont_02 p {
    width: 100%;
    margin: 20px auto;
  }

  .top_feature .flex_cont_03 .inner_cont_02 .btn_01 {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 20px auto 0;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    background-color: #9acf7f;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: .3s;
  }

  .top_feature .flex_cont_03 .inner_cont_02 .btn_01:hover {
    transform: translateY(-5px);
  }

  .top_feature .flex_cont_03 .inner_cont_02 .btn_01::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  .top_feature .flex_cont_03 .inner_cont_02 .btn_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-20deg);
    right: 20px;
    width: 23px;
    height: 22px;
    background-image: url("../images/nikukyu_icon.svg");
  }

  /* Top Medical */
  .top_medical .box1 {
    position: relative;
    margin: 0 4%
      /*80px*/
      210px;
    padding-top: 40px;
    /*background-image: url("../images/top_medical_deco_01.png"),url("../images/top_medical_deco_02.png");
    background-position: left 22px top 200px, right 123px top -7px;
    background-repeat: no-repeat;*/
  }

  .top_medical .title_cont_01 {
    background-position: center 40px;
  }

  .top_medical .title_cont_01 .sub_title {
    display: block;
    margin-top: -3px;
    text-align: center;
    color: #aea260;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    text-align: center;
  }

  .top_medical .list_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 64px;
  }

  .top_medical .list_cont .inner_cont {
    width: 49%;
    height: auto;
    margin: 0 auto 1vw;
    background-color: #9acf7f;
    border-radius: 10px;
  }

  .top_medical .list_cont .inner_cont a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .top_medical .list_cont .inner_cont a img {
    transition: .3s;
  }

  .top_medical .list_cont .inner_cont a h3 {
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .top_medical .list_cont .inner_cont a .en_title {
    display: block;
    margin-top: -3px;
    color: #fff;
    font-family: "Kalam", cursive;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }

  .top_medical .list_cont .inner_cont a .inner_list_cont {
    width: 100%;
    height: auto;
    margin: 15px auto 0;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .top_medical .list_cont .inner_cont a .inner_list_cont li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    background-image: url("../images/check_icon_green.svg");
    background-repeat: no-repeat;
    background-position: 2px -3px;
    background-size: 14px 14px;
  }

  .top_medical .list_cont .inner_cont a .inner_list_cont li:last-of-type {
    margin-bottom: 0;
  }

  .top_medical .list_cont .inner_cont a:hover img {
    transform: translateY(-5px);
  }

  .top_medical .list_cont .inner_cont:nth-of-type(1) a {
    padding-top: 50px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(1) a h3 {
    margin-top: 0;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(2) {
    background-color: #edb377;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(2) a {
    padding-top: 43px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(2) a h3 {
    margin-top: 2px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(2) a .inner_list_cont li {
    background-image: url("../images/check_icon_orange.svg");
  }

  .top_medical .list_cont .inner_cont:nth-of-type(3) a {
    padding-top: 42px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(3) a h3 {
    margin-top: 7px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(4) {
    background-color: #edb377;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(4) a {
    padding-top: 48px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(4) a h3 {
    margin-top: 14px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(4) a .inner_list_cont li {
    background-image: url("../images/check_icon_orange.svg");
  }

  .top_medical .list_cont .inner_cont:nth-of-type(5) a {
    padding-top: 34px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(5) a h3 {
    margin-top: 7px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(6) {
    background-color: #edb377;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(6) a {
    padding-top: 37px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(6) a h3 {
    margin-top: 10px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(6) a .inner_list_cont {
    padding-top: 15px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(6) a .inner_list_cont li {
    background-image: url("../images/check_icon_orange.svg");
  }

  .top_medical .list_cont .inner_cont:nth-of-type(7) a {
    padding-top: 33px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(7) a h3 {
    margin-top: 10px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(8) {
    background-color: #edb377;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(8) a {
    padding-top: 35px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(8) a h3 {
    margin-top: 12px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(8) a .inner_list_cont li {
    background-image: url("../images/check_icon_orange.svg");
  }

  .top_medical .list_cont .inner_cont:nth-of-type(9) a {
    padding-top: 36px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(9) a h3 {
    margin-top: 16px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(10) {
    background-color: #edb377;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(10) a {
    padding-top: 39px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(10) a h3 {
    margin-top: 10px;
  }

  .top_medical .list_cont .inner_cont:nth-of-type(10) a .inner_list_cont li,
  .top_medical .list_cont .inner_cont:nth-of-type(12) a .inner_list_cont li,
  .top_medical .list_cont .inner_cont:nth-of-type(14) a .inner_list_cont li {
    background-image: url("../images/check_icon_orange.svg");
  }

  .top_medical .list_cont .inner_cont:nth-of-type(12),
  .top_medical .list_cont .inner_cont:nth-of-type(14) {
    background-color: #edb377;
  }

  /* Top Instagrm */
  .top_instagram .box1 {
    height: auto;
    margin-bottom: 0;
  }

  .top_instagram .box1 .insta_cont {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .top_instagram .box1 .insta_cont .btn_cont {
    width: 100%;
    height: auto;
    margin-top: -6px;
  }

  .top_instagram .box1 .insta_cont .btn_cont .link_btn {
    width: 50%;
    height: auto;
    margin: 10px auto 0;
  }

  .top_instagram .box1 .insta_cont .btn_cont .link_btn img {
    width: 190px;
    height: 190px;
  }

  .top_instagram h2 {
    padding: 0 0 0 69px;
    color: #92c975;
    font-family: "Kalam", cursive;
    font-size: 34px;
    letter-spacing: 2px;
    background-image: url("../images/top_insta_info_icon.svg"), url("../images/top_title_deco_icon.png");
    background-size: 54px 37px, 73px 25px;
    background-repeat: no-repeat;
    background-position: 0 9px, right 10px top 20px;
  }

  /* Greeting */
  .top_greeting {
    height: auto;
    background-color: #f8f3e8;
  }

  .top_greeting .box1 {
    position: relative;
    height: auto;
    margin-bottom: 0;
    padding: 40px 0;
    /*background-image: url("../images/top_greeting_bg_img.png");
      background-repeat: no-repeat;
      background-position: 68px 43px;
      background-size: 923px 675px;*/
  }

  .top_greeting .flex_cont .inner_cont_01 {
    width: 100%;
    height: auto;
    margin: 40px auto;
  }

  .top_greeting .flex_cont .inner_cont_01 h3 {
    margin-bottom: -3px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 30px;
    text-align: center;
    letter-spacing: 4px;
    background-image: url("../images/top_greeting_title_deco.png");
    background-repeat: no-repeat;
    background-position: 50px 32px;
  }

  .top_greeting .flex_cont .inner_cont_01 h3 span {
    color: #63b838;
  }

  .top_greeting .flex_cont .inner_cont_01 .en_title {
    display: block;
    margin-bottom: 34px;
    color: #9acf7f;
    font-family: "Kalam", cursive;
    text-align: center;
    letter-spacing: 2px;
  }

  .top_greeting .flex_cont .inner_cont_02 {
    width: 100%;
  }

  .top_greeting .flex_cont .inner_cont_02 .img_01 {
    width: 70%;
    height: auto;
    margin: 0 auto 20px;
  }

  .top_greeting .flex_cont .inner_cont_02 .img_02 {
    display: none;
  }

  .top_greeting .flex_cont .inner_cont_02 .text_01 {
    width: 80%;
    margin: 0 auto 20px;
    /*.shadow{
        	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
        }*/
  }

  .top_greeting .flex_cont .inner_cont_02 .text_01 .position {
    display: inline-block;
    margin-top: 16px;
    margin-right: 3px;
    color: #edb377;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .top_greeting .flex_cont .inner_cont_02 .text_01 .name {
    display: inline-block;
    margin-top: 16px;
    color: #edb377;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 48px;
    margin: 0 auto;
    padding-right: 16px;
    color: #92c975;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #92c975;
    border-radius: 50px;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    width: 6px;
    height: 9px;
    background-image: url("../images/top_greeting_btn_icon.svg");
    background-repeat: no-repeat;
    transition: .3s;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_01:hover::after {
    right: 32px;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 284px;
    height: 48px;
    margin: 10px auto 0;
    padding-right: -13px;
    color: #92c975;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #92c975;
    border-radius: 50px;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_02::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    width: 6px;
    height: 9px;
    background-image: url("../images/top_greeting_btn_icon.svg");
    background-repeat: no-repeat;
    transition: .3s;
  }

  .top_greeting .flex_cont .inner_cont_02 .btn_02:hover::after {
    right: 32px;
  }

  /* bnr */
  .top_bnr_cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 45px;
    padding: 0 20px;
  }

  .top_bnr_cont a {
    margin-top: 10px;
    transition: .3s;
  }

  .top_bnr_cont a:hover {
    transform: translateY(-5px);
  }

  /* FOOTER ------------------------------------------------------------- */
  /* SP Footer BTN */
  .sp_footer_navi_btn_area {
    position: fixed;
    left: 0;
    bottom: -80px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    transition: .5s;
  }

  .sp_footer_navi_btn_area li {
    width: calc((100% - 15px) / 2);
    background-color: #7db45f;
    border-radius: 2px;
  }

  .sp_footer_navi_btn_area li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2vw;
    color: #fff;
  }

  .sp_footer_navi_btn_area li a i {
    margin-right: 5px;
  }

 /* リンク先準備中（クリック不可） （リンク先#の場合）*/
.sp_footer_navi_btn_area li a[href="#"]{
  pointer-events: none;
  position:relative;
}
.sp_footer_navi_btn_area li a[href="#"]:before{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  content: "準備中";        
}

  .sp_footer_navi_btn_area.show {
    bottom: 0;
  }

  /* ページトップ */
  .pagetop {
    position: fixed;
    bottom: 60px;
    /*right: 10px;*/
	left:10px;
    width: 60px;
    height: 60px;
    transition: .3s;
    cursor: pointer;
    z-index: 2000;
  }

  .pagetop:hover {
    opacity: .8;
  }

	/*----------chatbot---------*/
	body.sp_fixed #miracle-chatbot-button-area{
	 	display:none!important;
	 }
	
	#miracle-chatbot-button-area{
		bottom:41px!important;
	}
	#miracle-chatbot-button-area.active {
        bottom: initial !important;
    }
	
	/*---------------------------*/
  footer {
    background-color: #e9f8e2;
    height: auto;
    padding-bottom: 50px;
  }

  footer .footer_cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0;
  }

  footer .footer_cont .flex_cont {
    display: block;
  }

  footer .footer_cont .flex_cont .inner_cont_01 {
    width: 94vw;
    margin: 0 auto;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list li {
    position: relative;
    margin: 17px 0;
    padding-left: 26px;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 17px;
    height: 16px;
    background-image: url("../images/footer_navi_icon.svg");
    background-repeat: no-repeat;
    transition: .3s;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list li:hover::before {
    top: 5px;
    left: 5px;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list.f_list_01 {
    top: 121px;
    left: 0;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list.f_list_02 {
    top: 121px;
    left: 220px;
  }

  footer .footer_cont .flex_cont .inner_cont_01 .footer_nav_list.f_list_03 {
    top: 121px;
    left: 388px;
  }

  footer .footer_cont .flex_cont .inner_cont_02 {
    width: 94vw;
    margin: 0 auto;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_logo {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 0;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_address {
    display: block;
    text-align: center;
    margin: 20px auto;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_tel {
    position: relative;
    display: table;
    margin: -6px auto 0;
    padding-left: 10vw;
    color: #60a03f;
    font-family: 'Roboto', sans-serif;
    font-size: 10vw;
    letter-spacing: 2px;
    z-index: 2000;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_tel::before {
    content: "";
    position: absolute;
    top: 4.7vw;
    left: 0;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/tel_icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_sche {
    position: relative;
    margin-top: 5px;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_sche .sche_btn {
    position: static;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 40px;
    margin: 20px auto 40px;
    color: #92c975;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #92c975;
    border-radius: 50px;
    transition: .3s;
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_sche .sche_btn:hover {
    transform: translateY(-5px);
  }

  footer .footer_cont .flex_cont .inner_cont_02 .footer_sche .sche_btn.pc {
    display: none !important;
  }

	.footer_sche .btn_schedule{
		margin-bottom: 15px;
	}
  footer .map_info_cont {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto 40px;
  }

  footer .map_info_cont img {
    width: 40%;
    height: auto;
  }

  footer .g_map_cont {
    position: relative;
    width: 100%;
    height: 423px;
  }

  footer .g_map_cont .map_info_01 {
    position: absolute;
    top: 212px;
    left: 354px;
    width: 181px;
    height: 181px;
    z-index: 10;
  }

  footer .g_map_cont .map_info_02 {
    position: absolute;
    top: 212px;
    left: 546px;
    width: 181px;
    height: 181px;
    z-index: 10;
  }

  footer .g_map_cont .map_cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 423px;
  }

  footer .g_map_cont .map_cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
    color: #fff;
    font-size: 13px;
    background-color: #92c975;
  }

  /* 診療時間（医院案内、アクセス共通） */
  .footer_info_sche {
    width: 100%;
    margin-top: 4px;
  }

  .schedule table {
    width: 100%;
  }

  .schedule p {
    margin-left: 22px;
    margin-bottom: 2px;
  }

  .schedule p strong {
    color: #1F2774;
  }

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

  .schedule_note li {
    display: block;
    font-weight: 700;
    text-align: center;
  }

  .schedule_note li span {
    color: #ebbc58;
  }

  .schedule_note li.day_off {
    color: #d29f31;
    font-weight: 700;
  }

  .schedule_note li.day_off span {
    margin-right: 10px;
    padding: 4px 10px 2px;
    color: #fff;
    font-size: 90%;
    background-color: #d29f31;
    border-radius: 5px;
  }

	

.btn_schedule{
	position:relative;
	margin-top:10px;
}
.btn_schedule a{
	width:100%;
	background:#edb377;
	display:inline-block;
	padding:10px 0;
	border:2px solid #edb377;
	border-radius: 50px;
	text-align:center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#fff;
	transition:.3s ease;
}
.btn_schedule a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 39px;
	width: 23px;
	height: 22px;
	background-image: url(../images/nikukyu_icon.svg);
}
.btn_schedule a::after{
	content: "";
  	position: absolute;
  	top: 50%;
  	transform: translate(0, -50%) rotate(-20deg);
  	right: 39px;
  	width: 23px;
  	height: 22px;
  	background-image: url(../images/nikukyu_icon.svg);
}
.btn_schedule a:hover{
	background-color:#fff;
	color:#edb377;
}
.btn_schedule a:hover::after,
.btn_schedule a:hover::before{
	background: url(../images/nikukyu_icon_ore.svg) no-repeat center center / 100% 100%;
}
  /*フッターの診療時間*/
  .tb01 {
    margin-bottom: 7px;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    border: 1px solid #92c975;
  }

  .tb01 tr:nth-of-type(1) th,
  .tb01 tr:nth-of-type(1) td {
    color: #fff;
    background-color: #92c975;
  }

  .tb01 tr:nth-of-type(n + 2) {
    background-color: #fff;
  }

  .tb01 tr:nth-of-type(n + 2) th {
    font-size: 4vw;
    font-weight: 500;
    border-bottom: 1px solid #92c975;
  }

  .tb01 tr:nth-of-type(n + 2) td {
    color: #92c975;
    border-bottom: 1px solid #92c975;
  }

  .tb01 tr:nth-of-type(n + 2) td .star {
    color: #ebbc58;
  }

  .tb01 td,
  .tb01 th {
    vertical-align: middle;
  }

  .tb01 th {
    width: 32%;
    height: 46px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }

  .tb01 td {
    width: 10%;
    text-align: center;
  }

  /**/
  .tb02 {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 12px;
  }

  .tb02 th {
    font-weight: bold;
    width: 26%;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
  }

  .tb02 td {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
  }

  /*本文中のテーブル*/
  .tb03 {
    width: 100%;
    border-spacing: 1px;
    border-collapse: collapse;
    border: solid 1px #7db45f;
  }

  .tb03 td,
  .tb03 th {
    padding: 8px 15px;
    border: 1px solid #7db45f;
  }

  .tb03 th {
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: rgba(125, 180, 95, 0.8);
  }

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

  .tb03 td {
    background-color: #ffffff;
    text-align: left;
  }
}

/* /max-width:640px*/
/* TITLE ------------------------ */
.title_cont_01 {
  display: table;
  margin: 0 auto 40px;
  background-image: url("../images/top_title_deco_icon.png");
  background-position: center 40px;
  background-repeat: no-repeat;
}

.title_cont_01 .en_sub_title {
  display: block;
  color: #92c975;
  font-family: "Kalam", cursive;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.title_cont_01 h2,
.title_cont_01 h3 {
  display: block;
  margin-top: 6vw;
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.fz01 {
  font-size: 90%;
}

.fz02 {
  font-size: 80%;
}

.fz03 {
  font-size: 60%;
}

/* -----------------------------------------------------------------------------------------------------------
	 -- UNDER COMMON CONT --
	 ----------------------------------------------------------------------------------------------------------- */
.under_page {
  background-image: url(../images/deco_bg_img.png);
}

.cont_wrap {
  margin-bottom: 10vw !important;
  padding: 0 4vw;
}

.cont_wrap_02 {
  margin-bottom: 10vw;
}

.sec_inner_cont {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page_info_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 94%;
  margin: 10px auto;
  padding: 0 10px;
}

.page_info_cont .text_cont {
  width: 100%;
}

.page_info_cont .img_cont {
  width: 100%;
}

.page_list_cont {
  width: 90%;
  height: auto;
  margin: 20px auto;
  padding: 30px 20px;
  background-color: rgba(217, 148, 173, 0.1);
  border: 2px solid #7db45f;
  border-radius: 10px;
}

.page_list_cont .title {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "解ミン 宙 R", Kaimin Sora Regular;
  font-size: 20px;
  border-bottom: 1px solid #7db45f;
}

.page_list_cont ul {
  margin-left: 10px;
}

.page_list_cont ul li {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0 0 0 14px;
  line-height: 1.6;
}

.page_list_cont ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #d994ad;
  border-radius: 50%;
  transition: .3s;
}

.page_list_cont ul li a {
  font-size: 17px;
  font-weight: 500;
  transition: .3s;
}

.page_list_cont ul li a:hover {
  font-weight: 700;
}

.page_list_cont ul li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0%;
  background-image: url("../images/top_medical_info_title_deco.png");
}

.one_cont {
  margin: 0 auto 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.first_cont {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.last_cont {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.dis_block {
  display: block;
}

/* TEXT ------------------------ */
p {
  margin-bottom: 20px;
}

.text_bold {
  font-weight: 900;
}

.alert_text {
  color: #c96a20;
  font-weight: 700;
}

.sub_info {
  margin-left: 3vw;
}

/* IMG ------------------------ */
.img_left {
  float: none;
  margin: 20px auto;
}

.img_right {
  float: none;
  margin: 20px auto;
}

.img_center {
  margin: 20px auto;
}

.bdr_none {
  border: none;
}

/* INFO TEXT ------------- */
.info_01 {
  border-left: 1px solid #7db45f;
  border-right: 1px solid #7db45f;
  margin: 0 0 8vw;
  padding: 2vw 4vw;
  font-size: 4.4vw;
}

.info_01 a {
  font-weight: 700;
  text-decoration: underline !important;
}

.info_02 {
  margin: 4vw 0;
  padding: 0 4vw;
  font-size: 4.4vw;
}

.info_03 {
  margin: 2vw 0;
  padding: 0 4vw;
  font-size: 4.4vw;
}

/* FIGURE ------------- */
.fig_01 {
  width: 90%;
  height: auto;
  margin: 8vw auto 4vw;
}

.fig_01 img {
  max-width: 100%;
}

.fig_01 figcaption {
  margin: 5px 0;
  text-align: center;
}

.fig_01 figcaption:last-of-type {
  margin: 5px 0;
  text-align: left;
}

/* LIST ------------- */
.list_01 {
  margin: 5vw 4vw 5vw 8vw;
}

.list_01 li {
  margin: 2vw 0;
  list-style: disc;
}

.list_01 li a {
  font-weight: 700;
  text-decoration: underline;
}

.list_02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 50px;
}

.list_02 li {
  width: 25%;
  margin: 5px 0;
  list-style: disc;
}

.list_ol_01 {
  counter-reset: list_count;
  list-style-type: none;
  margin: 8vw 4vw 8vw 10vw;
}

.list_ol_01 li {
  position: relative;
  margin: 4vw 0;
}

.list_ol_01 li::before {
  position: absolute;
  top: -.8vw;
  left: -7vw;
  counter-increment: list_count;
  content: counter(list_count) ".";
  display: inline-block;
  color: #7db45f;
  font-size: 5vw;
  font-weight: bold;
}

.list_cont_01 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 40px 0 !important;
}

.list_cont_01 li {
  width: 45%;
  margin-bottom: 20px;
  list-style: none;
}

.list_cont_01 li figure {
  margin-bottom: 10px;
}

.list_cont_01 li figure img {
  max-width: 100%;
}

.list_cont_01 li .info_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}

/* FLEX_CONTENT ------------- */
.flex-cont_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 40px;
}

.faq_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4vw;
  padding: 0 4vw;
}

.faq_cont .q_lettet {
  width: 10%;
  margin-bottom: 2vw;
  color: #0d2b50;
  font-size: 24px;
  font-weight: 700;
}

.faq_cont .q_text {
  width: 90%;
  margin-bottom: 2vw;
  padding-top: 10px;
  padding-left: 1vw;
  font-size: 16px;
}

.faq_cont .a_lettet {
  width: 10%;
  color: #235087;
  font-size: 24px;
  font-weight: 700;
}

.faq_cont .a_text {
  width: 90%;
  padding-top: 10px;
  padding-left: 1vw;
  font-size: 16px;
}

/* TABLE ------------- */
/* --01 */
.table_01 {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #5F9EA0;
}

.table_01 th {
  padding: 5px 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #5F9EA0;
}

.table_01 th:first-of-type {
  border-right: 1px solid #FFF;
}

.table_01 td {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #5F9EA0;
}

/* --02 */
.table_02 {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #5F9EA0;
}

.table_02 th {
  padding: 5px 0;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #5F9EA0;
  border-right: 1px solid #FFF;
}

.table_02 th:last-of-type {
  border-right: 1px solid #5F9EA0;
}

.table_02 td {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #5F9EA0;
}

.table_title_01 {
  width: 90%;
  margin: 0 auto 1px;
  padding: 5px 0;
  color: #fff;
  background-color: #5F9EA0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.table_info_text_01 {
  width: 90%;
  margin: 5px auto 0;
  font-size: 14px;
}

/* STAFF ---------------------------------------------------------
------------------------------------------------------------------ */
.staff .page_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 94vw;
  margin: 40px auto;
}

.staff .page_link li {
  width: auto;
  height: 40px;
  margin: 0 2vw 2vw;
}

.staff .page_link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 1vw;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  background-position: center;
}

.staff .page_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.staff .page_link li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 24px;
  color: #7db45f;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  transition: .3s;
}

.staff .flex_cont_01 {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}

.staff .flex_cont_01 .img_cont {
  width: 70%;
  margin: 0 auto 20px;
}

.staff .flex_cont_01 .img_cont figure {
  width: 100%;
  margin: 0 auto;
}

.staff .flex_cont_01 .img_cont .name_cont span {
  display: inline-block;
}

.staff .flex_cont_01 .img_cont .name_cont .position {
  margin-right: 5px;
  font-size: 16px;
}

.staff .flex_cont_01 .img_cont .name_cont .dr_name {
  margin-right: 5px;
  font-size: 20px;
}

.staff .flex_cont_01 .img_cont .name_cont .en {
  color: #999999;
  font-family: Times New Roman;
  font-size: 16px;
  letter-spacing: 2px;
}

.staff .flex_cont_01 .text_cont {
  width: 100%;
}

.staff .flex_cont_01 .text_cont .tit03 {
  margin: 0px 0 20px;
}

.staff .flex_cont_01 .text_cont .info {
  display: block;
  margin-bottom: 5px;
}

.staff .flex_cont_01 .text_cont .info .s_title {
  display: block;
  margin-right: 5px;
  color: #7db45f;
  font-weight: 700;
}

.staff .flex_cont_01 .text_cont .name_cont {
  margin: 10px 0 20px;
  color: #7db45f;
  font-family: fot-tsukuardgothic-std, sans-serif;
  /*text-align: right;*/
}

.staff .flex_cont_01 .text_cont .name_cont span {
  display: inline-block;
}

.staff .flex_cont_01 .text_cont .name_cont .position {
  margin-right: 5px;
  font-size: 4.6vw;
  font-weight: 700;
}

.staff .flex_cont_01 .text_cont .name_cont .dr_name {
  font-size: 5.4vw;
  font-weight: 700;
}

.staff .flex_cont_01 .text_cont .name_cont .en {
  color: #999999;
  font-family: Times New Roman;
  font-size: 3.4vw;
}

.staff .flex_cont_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 100%;
  margin: 0 auto;
}

.staff .flex_cont_02.colms_3 .img_cont {
  width: 100%;
  margin-bottom: 20px;
}

.staff .flex_cont_02.colms_3 .carr_cont:nth-of-type(2) {
  width: 100%;
}

.staff .flex_cont_02.colms_3 .carr_cont:nth-of-type(3) {
  width: 100%;
}

.staff .flex_cont_02 .img_cont .dr_name_cont {
  font-weight: 700;
  text-align: center;
}

.staff .flex_cont_02 .img_cont .dr_name_cont .position {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.staff .flex_cont_02 .img_cont .dr_name_cont .dr_name {
  font-size: 20px;
  font-weight: 700;
}

.staff .flex_cont_02 .carr_cont {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 10px solid rgba(125, 180, 95, 0.4);
  /* 経歴 */
  /* 資格・所属学会 */
}

.staff .flex_cont_02 .carr_cont .carr_tit_01 {
  display: table;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  color: #7db45f;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #7db45f;
}

.staff .flex_cont_02 .carr_cont .carr_tit_01:nth-of-type(n+2) {
  margin-top: 60px;
  margin-bottom: 40px;
}

.staff .flex_cont_02 .carr_cont table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  border-spacing: 0;
}

.staff .flex_cont_02 .carr_cont table th {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  font-weight: bold;
}

.staff .flex_cont_02 .carr_cont table td {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #7db45f;
}

.staff .flex_cont_02 .carr_cont ul {
  margin: 25px 0 0;
}

.staff .flex_cont_02 .carr_cont ul li {
  margin: 10px 0;
  list-style: none;
}

.staff .flex_cont_02 .carr_cont ul.s_text li {
  font-size: 13px;
}

.staff .flex_mov_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.staff .flex_mov_cont a {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}

.staff .movies_cont {
  margin-top: 40px;
}

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

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

.right {
  text-align: right;
}

.image_flex img {
  width: 60%;
  padding-bottom: 30px;
}

.staff_image01 {
  width: 80%;
  margin: 0 auto;
}

.staff_image01 img {
  margin: 20px 0;
}

/* PRICE ---------------------------------------------------------
------------------------------------------------------------------ */
.price {
  margin-bottom: 30px;
}

.price .tit02 {
  margin: 60px 0 20px;
  padding-left: 0;
}

.price .tit02::before {
  display: none;
}

.price .tit03 {
  margin: 20px 0 10px;
  color: #744f20;
}

.price .page_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 94vw;
  margin: 40px auto;
}

.price .page_link li {
  width: auto;
  height: 40px;
  margin: 0 2vw 2vw;
}

.price .page_link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 1vw;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  background-position: center;
}

.price .page_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.price .page_link li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 24px;
  color: #7db45f;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  transition: .3s;
}

.price .price_tbl {
  border-collapse: collapse;
  white-space: nowrap;
  border: 1px solid #7db45f;
  width: 100%;
  font-size: 16px;
}

.price .price_tbl th {
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  background-color: rgba(125, 180, 95, 0.8);
  border: 1px solid #7db45f;
}

.price .price_tbl td {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #7db45f;
  white-space: normal;
}

.price .tax_info {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #c96a20;
}

.price .mt_cut {
  margin: 20px 0 40px;
}

.price .dog_cat {
  margin-left: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 6vw;
  font-weight: 700;
}

.price .dog_cat+ul {
  margin-top: 0 !important;
}

/* CLINIC ---------------------------------------------------------
------------------------------------------------------------------ */
.clinic {
  /* SLIDE */
  /**/
}

.clinic .page_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 94vw;
  margin: 40px auto;
}

.clinic .page_link li {
  width: calc(50% - 20px);
  height: 40px;
  margin: 0 10px 5px;
}

.clinic .page_link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 5px;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  background-position: center;
}

.clinic .page_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.clinic .page_link li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 24px;
  color: #7db45f;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  transition: .3s;
}

.clinic .box2 {
  width: 94vw;
  margin: 0 auto;
}

.clinic .clinic_slide_wrap .slide_text {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fff;
  background: #7db45f;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 5px;
}

.clinic #thumbnail-list::after {
  content: "";
  width: 24%;
}

.clinic .clinic_slide_wrap .thumbnail-item {
  /*flex: 0 1 24%;*/
  flex: 0 1 22%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

.clinic .facility_flex_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clinic .facility_flex_cont li {
  width: 100%;
  margin-bottom: 20px;
}

.clinic .facility_flex_cont li figure {
  margin-bottom: 20px;
}

.clinic .facility_flex_cont li h3 {
  position: relative;
  margin: 10px 0;
  padding-left: 9vw;
  color: #666666;
  font-size: 5vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
}

.clinic .facility_flex_cont li h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6vw;
  height: 40px;
  background-image: url(../images/title_deco_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.clinic .facility_flex_cont li p {
  padding: 0 10px;
}

/* FIRST ---------------------------------------------------------
------------------------------------------------------------------ */
.first .page_link,
.care_salon .page_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 94vw;
  margin: 40px auto;
}

.first .page_link li,
.care_salon .page_link li {
  width: auto;
  height: 40px;
  margin: 0 2vw 2vw;
}

.first .page_link li a,
.care_salon .page_link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 1vw;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  background-position: center;
}

.first .page_link li a::after,
.care_salon .page_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.first .page_link li a::before,
.care_salon .page_link li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 24px;
  color: #7db45f;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  transition: .3s;
}

.first .step_cont {
  position: relative;
  display: flex;
  /*justify-content: space-between;
  flex-direction: column-reverse;*/
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  padding: 20px;
  background-color: rgba(160, 180, 132, 0.2);
  border: 10px solid rgba(125, 180, 95, 0.8);
  border-radius: 20px;
}

.first .step_cont::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #2D6606 transparent transparent transparent;
}

.first .step_cont:last-child::after {
  display: none;
}

.first .step_cont.arrow_none::after {
  display: none;
}

.first .step_cont .text_cont {
  width: 100%;
}

.first .step_cont .text_cont .title_head {
  display: table;
  margin: 10px auto 0;
  padding-right: 80px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  background-image: url("../images/nikukyu_icon.svg");
  background-repeat: no-repeat;
  background-position: 78px 0;
}

.first .step_cont .text_cont .title_head .step {
  color: #2D6606;
  margin-right: 1vw;
  font-size: 5vw;
  font-weight: 700;
}

.first .step_cont .text_cont .title_head .num {
  margin-right: 3vw;
  font-size: 10vw;
  font-weight: 700;
}

.first .step_cont .text_cont .title_head.sec_head {
  position: relative;
  display: table;
  margin: 10px auto 40px;
  padding-right: 80px;
}

.first .step_cont .text_cont .title_head.sec_head::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.first .step_cont .text_cont h3 {
  position: relative;
  display: table;
  margin: 0 auto 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.first .step_cont .text_cont h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.first .step_cont .img_cont {
  width: 100%;
}

.first .step_cont .img_cont .img_link_cont {
  display: block;
  width: 100%;
  height: 300px;
  transition: .3s;
}

.first .step_cont .img_cont .img_link_cont:hover {
  transform: translateY(-5px);
}

.first .step_cont .img_cont .img_link_cont img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 0;
}

.first .step_cont .img_cont p {
  margin: 20px 0 0;
  font-weight: 700;
  text-align: center;
}

.first .tax_info {
  font-size: 16px;
  font-weight: 700;
  color: #c96a20;
}

.first .price_tbl {
  border-collapse: collapse;
  white-space: nowrap;
  border: 1px solid #7db45f;
  width: 100%;
  font-size: 14px;
}

.first .price_tbl th {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: rgba(125, 180, 95, 0.8);
  border: 1px solid #7db45f;
}

.first .price_tbl td {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #7db45f;
}

.first .good_list_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.first .good_list_cont li {
  width: 45%;
  margin: 0 5px 10px;
  padding: 30px 10px 10px;
  background-color: #9acf7f;
  border-radius: 10px;
}

.first .good_list_cont li img {
  width: 90%;
  margin-bottom: 10px;
}

.first .good_list_cont li img.good_list_cont_img {
  margin: 40px auto 38px;
}

.first .good_list_cont li span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.first .yoyaku_bnr {
  width: 95%;
  margin: 0 auto;
}

.first .step_cont_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.first .step_cont_02 li {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}

.first .step_cont_02 li img {
  width: 50%;
  margin-bottom: 20px;
}

.first .step_cont_02 li .step {
  color: #2D6606;
  margin-right: 1vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.first .step_cont_02 li .num {
  margin-right: 3vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 10vw;
  font-weight: 700;
}

.first .step_cont_02 li h4 {
  display: inline-block;
  margin-bottom: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 6.8vw;
  font-weight: 700;
  line-height: 1.2;
}

.first .step_cont_02 li p {
  padding-right: 20px;
}

.first .step_cont_02 li::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #2D6606 transparent transparent transparent;
}

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

.first .step_cont_02 li:last-child::after {
  display: none;
}

.first .down_load_cont {
  margin-top: 20px;
  padding: 40px 20px;
  background-color: rgba(41, 184, 192, 0.4);
  border-radius: 20px;
}

.first .down_load_cont .title {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto 40px;
  padding: 11px 50px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-color: #29b8c0;
  border-radius: 100px;
}

.first .down_load_cont .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 23px;
  height: 22px;
  background-image: url(../images/nikukyu_icon.svg);
}

.first .down_load_cont .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-20deg);
  right: 20px;
  width: 23px;
  height: 22px;
  background-image: url(../images/nikukyu_icon.svg);
}

.first .down_load_cont .app_link_btn_cont {
  display: flex;
  justify-content: center;
}

.first .down_load_cont .app_link_btn_cont a {
  display: block;
  margin: 0 10px;
  transition: .3s;
}

.first .down_load_cont .app_link_btn_cont a:hover {
  transform: translateY(-5px);
}

.first .down_load_cont .info_cont {
  width: 100%;
  margin: 40px auto 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #29b8c0;
  border-bottom: 2px solid #29b8c0;
}

.first .down_load_cont .info_cont .title_02 {
  display: table;
  margin: 0 auto 20px;
  padding: 10px 30px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  background-color: #29b8c0;
  border-radius: 10px;
}

.first .down_load_cont .info_cont p {
  margin-bottom: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.first .down_load_cont .app_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 54px;
  margin: 40px auto 0;
  padding-right: 14px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #1A6EA3;
  border-radius: 100px;
}

.first .down_load_cont .app_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 12px;
  transition: .3s;
}

.first .down_load_cont .app_link:hover {
  background-color: rgba(26, 110, 163, 0.7);
}

.first .down_load_cont .app_link:hover::after {
  right: 48px;
}

.first .flex_cont_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.first .flex_cont_03 .inner_cont {
  width: 94vw;
  margin: 0 auto 20px;
  background-color: #629E44;
}

.first .flex_cont_03 .inner_cont h4 {
  position: relative;
  margin-left: 16px;
  padding: 10px 20px 10px 32px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.first .flex_cont_03 .inner_cont h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 23px;
  height: 22px;
  background-image: url(../images/nikukyu_icon.svg);
}

.first .flex_cont_03 .inner_cont p {
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}

.first .faq_list {
  margin: 24px 0 24px 5px;
}

.first .faq_list li {
  list-style: none;
  position: relative;
  margin: 10px 0;
  padding-left: 8.6vw;
}

.first .faq_list li a:hover {
  text-decoration: underline;
}

.first .faq_list li::before {
  content: "Q.";
  position: absolute;
  top: -1.4vw;
  left: 0;
  color: #72ae53;
  font-family: Verdana, Geneva, "sans-serif";
  font-size: 5vw;
  font-weight: 700;
}

.first .link_btn_02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  padding: 3vw 4vw;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #629E44;
  border-radius: 100px;
}

.first .link_btn_02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 12px;
  transition: .3s;
}

.first .link_btn_02:hover {
  background-color: rgba(98, 158, 68, 0.7);
}

.first .link_btn_02:hover::after {
  right: 18px;
}

.first .credit_logo {
  width: 100%;
}

.first .credit_logo img {
  margin: 0 auto 0 0;
  text-align: left;
}

.first .credit_logo figcaption {
  font-size: 11px;
  text-align: center;
}

.first .clinic_info_flex_cont {
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
  margin: 40px auto 0;
}

.first .clinic_info_flex_cont .info_list {
  width: 100%;
}

.first .clinic_info_flex_cont .info_list li {
  position: relative;
  padding: 4vw 4vw 4vw 14vw;
  line-height: 1.4;
  border-top: 1px dashed #7db45f;
}

.first .clinic_info_flex_cont .info_list li.tel_num {
  color: #7db45f;
  font-size: 6vw;
  font-weight: 700;
}

.first .clinic_info_flex_cont .info_list li:last-child {
  border-bottom: 1px dashed #7db45f;
}

.first .clinic_info_flex_cont .info_list li i {
  position: absolute;
  /*top: 50%;
        transform: translateY(-50%);*/
  left: 10px;
  color: #7db45f;
  font-size: 9vw;
}

.first .clinic_info_flex_cont .g_map_cont {
  width: 100%;
  height: 427px;
}

.first .clinic_info_flex_cont .g_map_cont .map_cont {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 427px;
}

.first .clinic_info_flex_cont .g_map_cont .map_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sotomachi_mov .title_05{
  position: relative;
  margin:0 0 20px;
  padding: 0 0 0 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.sotomachi_mov .title_05::before{
  content: "■";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #7db45f;
}
.sotomachi_mov{
	display: flex;
  	justify-content: space-between;
	flex-direction:column;
	gap:20px;
}
.sotomachi_mov > div{
	width:100%;
	background-color: #eaf2e5;
  	padding: 20px 10px;
}
.sotomachi_mov video{
	width:100%;
	max-height:68dvh;
}
.color_ore{
	color: #ff8327;
}

.title_03{
	position: relative;
        margin: 30px 0 0px;
        font-size: 140%;
        font-weight: 700;
        font-family: fot-tsukuardgothic-std, sans-serif;
        line-height:1.3em;
        letter-spacing:0.04em;
}
/* RECRUIT ---------------------------------------------------------
------------------------------------------------------------------ */
.sec_inner_cont.recruit h3 {
  margin: 0 auto;
  padding: 10px 30px;
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 3px;
}

.philosophy {
  display: block;
}

.philosophy .left_box {
  width: 90%;
  margin-right: 0;
  background-color: rgba(237, 179, 119, 0.1);
  padding: 3% 3%;
  position: relative;
  margin: 0 auto 20px;
}

.philosophy .left_box::after {
  display: none;
}

.left_box h4,
.right_box h4 {
  position: relative;
  color: #666666;
  font-size: 22px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.left_box ul {
  display: block;
}

.left_box ul li {
  padding: 5px 12px;
  border: 1px solid #edb377;
  color: #edb377;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.philosophy .right_box {
  width: 90%;
  background-color: rgba(237, 179, 119, 0.1);
  padding: 3% 3%;
  margin: 0 auto;
}

.right_box ul li span {
  color: #edb377;
}

.right_box ul li {
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
}

.img_fl {
  display: block;
  position: relative;
  float: none;
  margin-right: 0;
  margin-bottom: 20px !important;
  text-align: center;
}

.recruit_flow {
  display: block;
  margin-top: 30px;
}

.recruit_flow li {
  position: relative;
  color: #fff;
  background-color: #92c975;
  padding: 2% 3%;
  margin-bottom: 40px;
  text-align: center;
}

.recruit_flow li::after {
  position: absolute;
  content: "";
  border: solid 13px transparent;
  border-top: solid 13px #2D6606;
  bottom: -40px;
  right: 45%;
}

.recruit_flow li:last-child::after {
  display: none;
}

.btn_entry {
  text-align: center;
  margin: 50px auto 40px;
}

.btn_entry a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #edb377;
  border-radius: 10px;
  padding: 20px 80px;
  letter-spacing: 2;
}

.rec_movie_cont{
	position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.rec_movie_cont iframe{
	width:100%;
	height:100%;
}

/* MEDICAL ---------------------------------------------------------
------------------------------------------------------------------ */
.medical .page_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 94vw;
  margin: 40px auto;
}

.medical .page_link li {
  width: auto;
  min-height: 40px;
  margin: 0 2vw 2vw;
}

.medical .page_link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 1vw;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  background-position: center;
  border-bottom: 2px solid #999;
}

/* .medical .page_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
} */

.medical .page_link li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 24px;
  color: #7db45f;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  transition: .3s;
}

.medical .list_01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 10px;
}

.medical .list_01 li {
  position: relative;
  list-style: none;
  width: auto;
  margin: 1vw 5vw 1vw 0;
  padding-left: 4.8vw;
  font-size: 4.4vw;
  font-weight: 700;
}

.medical .list_01 li::before {
  content: '\f1b0';
  position: absolute;
  top: 0;
  left: -1vw;
  width: 0;
  height: 0;
  color: #a78b57;
  font-family: "Font Awesome 5 Free";
  font-size: 4.4vw;
  z-index: 0;
}

.medical .list_02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 10px;
}

.medical .list_02 li {
  position: relative;
  list-style: none;
  width: auto;
  margin: 1vw 5vw 1vw 0;
  padding-left: 4.8vw;
  font-size: 4.4vw;
  font-weight: 700;
}

.medical .list_02 li::before {
  content: '\f14a';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #edb377;
  font-family: "Font Awesome 5 Free";
  font-size: 4.4vw;
  z-index: 0;
}

.medical .list_02 li:hover::before {
  color: #7db45f;
}

.medical .blog_link_02 {
  position: relative;
  display: table;
  margin: 40px auto 20px;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  background-color: #72ae53;
  border-radius: 50px;
}

.medical .blog_link_02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 53px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  transition: .3s;
}

.medical .blog_link_02 i {
  margin: 0 10px;
}

.medical .blog_link_02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  transition: .3s;
}

.medical .blog_link_02:hover {
  background-color: rgba(114, 174, 83, 0.7);
}

.medical .blog_link_02:hover::after {
  right: 20px;
}


.medical .title_dog {
  position: relative;
  margin: 40px 0 40px;
  padding-left: 10vw;
  color: #666666;
  font-size: 5vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
}

.medical .title_dog::before {
  content: '\f6d3';
  position: absolute;
  top: -3vw;
  left: 0;
  color: #a78b57;
  font-family: "Font Awesome 5 Free";
  font-size: 8vw;
  z-index: 0;
}

.medical .title_cat {
  position: relative;
  margin: 40px 0 40px;
  padding-left: 10vw;
  color: #666666;
  font-size: 5vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
}

.medical .title_cat::before {
  content: '\f6be';
  position: absolute;
  top: -3vw;
  left: 0;
  color: #a78b57;
  font-family: "Font Awesome 5 Free";
  font-size: 8vw;
  z-index: 0;
}

.medical .info_02 img {
  width: 340px;
  height: auto;
}

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

.medical .point_cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(237, 179, 119, 0.1);
  border: 10px solid #edb377;
  border-radius: 20px;
}

.medical .point_cont .text_cont {
  width: 100%;
}

.medical .point_cont .text_cont .title_head {
  display: table;
  margin: 10px auto 0;
  padding-right: 80px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  background-image: url("../images/nikukyu_icon.svg");
  background-repeat: no-repeat;
  background-position: 90px 0;
}

.medical .point_cont .text_cont .title_head .step {
  color: #edb377;
  margin-right: 1vw;
  font-size: 5vw;
}

.medical .point_cont .text_cont .title_head .num {
  margin-right: 3vw;
  font-size: 10vw;
}

.medical .point_cont .text_cont h3 {
  position: relative;
  display: table;
  margin: 0 auto 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 6.8vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}

.medical .point_cont .text_cont h3.fz_22 {
  font-size: 6.4vw;
}

.medical .point_cont .text_cont h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.medical .point_cont .img_cont {
  width: 100%;
}

.medical .point_cont .img_cont video {
  width: 100%;
}

.medical .point_cont .img_cont .img_link_cont {
  display: block;
  width: 100%;
  height: 300px;
  transition: .3s;
}

.medical .point_cont .img_cont .img_link_cont:hover {
  transform: translateY(-5px);
}

.medical .point_cont .img_cont .img_link_cont img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 0;
}

.medical .point_cont .img_cont p {
  margin: 20px 0 0;
  font-weight: 700;
  text-align: center;
}

.medical .step_cont {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 20px 20px 70px;
  background-color: #fdf9f4;
  overflow: hidden;
}

.medical .step_cont:nth-of-type(even) {
  background-color: #fff;
}

.medical .step_cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33px;
  width: 4px;
  height: 100%;
  background-color: #fabd39;
  z-index: 0;
}

.medical .step_cont:first-of-type::before {
  top: 50%;
}

.medical .step_cont:last-of-type::before {
  top: -50%;
}

.medical .step_cont .num_cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.medical .step_cont .num_cont .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background-color: #fabd39;
  border-radius: 100%;
  z-index: 1;
}

.medical .step_cont .text_cont {
  display: flex;
  align-items: center;
  width: 100%;
}

.medical .step_cont .text_cont h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #9dcd75;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.medical .step_cont .text_cont p {
  font-size: 4.4vw;
}

.medical .step_cont .img_cont {
  width: 100%;
}

.medical .step_cont .img_cont .img_link_cont {
  display: block;
  width: 100%;
  height: 300px;
  transition: .3s;
}

.medical .step_cont .img_cont .img_link_cont:hover {
  transform: translateY(-5px);
}

.medical .step_cont .img_cont .img_link_cont img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 0;
}

.medical .step_cont .img_cont p {
  margin: 20px 0 0;
  font-weight: 700;
  text-align: center;
}

.medical .tax_alt_text {
  margin-left: 4vw;
  color: #c96a20;
  font-weight: 700;
}

.medical .medical_tbl {
  border-collapse: collapse;
  /*white-space: nowrap;*/
  table-layout: fixed;
  border: 2px solid #7db45f;
  width: 100%;
  margin: 0 auto;
}

.medical .medical_tbl th {
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: rgba(125, 180, 95, 0.8);
  border: 1px solid #7db45f;
}

.medical .medical_tbl td {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #7db45f;
}

.medical .link_cont {
  width: 94vw;
  margin: 40px auto 0;
  padding: 6vw 5vw;
  background-color: rgba(114, 174, 83, 0.2);
  border-radius: 20px;
}
.medical .medical_tbl td::before {
    content: attr(data-label); /* HTML側のdata-labelを表示 */
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    color: #7db45f;
    margin-bottom: 5px;
  }
.medical .medical_tbl .tbl_pc_none{
	display: none;
}
.medical .link_cont .reserve_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0 auto 4vw;
  padding: 0;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 700;
  background-color: #1A6EA3;
  border-radius: 50px;
}

.medical .link_cont .reserve_link i {
  margin: 0 20px;
}

.medical .link_cont .reserve_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  transition: .3s;
}

.medical .link_cont .reserve_link:hover {
  background-color: rgba(26, 110, 163, 0.7);
}

.medical .link_cont .reserve_link:hover::after {
  right: 33px;
}

.medical .link_cont .blog_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin: 0 auto 4vw;
  padding: 10px 40px 10px 0;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.2;
  background-color: #72ae53;
  border-radius: 50px;
}

.medical .link_cont .blog_link i {
  margin: 0 10px 0 20px;
}

.medical .link_cont .blog_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  transition: .3s;
}

.medical .link_cont .blog_link:hover {
  background-color: rgba(114, 174, 83, 0.7);
}

.medical .link_cont .blog_link:hover::after {
  right: 33px;
}

.medical .link_cont .blog_link:last-of-type {
  margin-bottom: 0;
}

.medical .alt_text {
  font-size: 4.7vw;
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(178, 230, 255, 0.5) 60%, rgba(178, 230, 255, 0.5) 90%, rgba(255, 255, 255, 0) 90%);
}

.medical .alt_text_01 {
  color: #edb377;
  font-weight: 700;
}

.medical .alt_text_02 {
  color: #9acf7f;
  font-weight: 700;
}

.medical .alt_text_03 {
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(178, 230, 255, 0.5) 60%, rgba(178, 230, 255, 0.5) 90%, rgba(255, 255, 255, 0) 90%);
}

.medical .alt_text_04 {
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 60%, #faee3970 60%);
}

.medical .list_ol_01 li {
  font-size: 100%;
  font-weight: 700;
}

.small_text {
  font-size: 15px;
}

.calendar iframe {
  width: 100%;
  height: 90vw;
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  $health_check

==================================================================*/
.attention {
  color: #666666;
  font-weight: bold;
  text-align: center;
  background: #e3f1d7;
  padding: 25px 20px;
  border-radius: 10px;
}

.attention p {
  font-size: 18px;
  margin-bottom: 0;
}

.attention mark {
  background: linear-gradient(transparent 60%, #fff 60%);
  color: inherit;
}

.attention.beige {
  margin-top: 30px;
  background: #f8edde;
  font-weight: normal;
}

.attention.beige h3 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 10px 60px;
  color: #666666;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 3px;
  z-index: 10;
  background-image: url(../images/top_title_deco_icon.png);
  background-position: center 75px;
  background-repeat: no-repeat;
}

.health_img_flex {
  margin-top: 25px;
}

.health_img_flex img:last-child {
  margin-top: 20px;
}

.attention.beige strong {
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: normal;
}

.attention.beige span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(243, 202, 160, 0.9) 60%, rgba(243, 202, 160, 0.9) 90%, rgba(255, 255, 255, 0) 90%);
  font-weight: bold;
}

.attention.beige ul.list06 {
  margin-top: 30px;
  font-size: 4.3vw;
  text-align: left;
}

.attention.beige ul.list06 span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(243, 202, 160, 0.5) 60%, rgba(243, 202, 160, 0.5) 90%, rgba(255, 255, 255, 0) 90%);
}

.layout03.healthcheck .layout03_box {
  border: 10px solid rgba(125, 180, 95, 0.8);
  border-radius: 20px;
}

.layout03.healthcheck h3 {
  margin-top: 20px;
}

.layout03.healthcheck .layout_tit_02 {
  display: block;
}

.layout03.healthcheck .list03 {
  margin-bottom: 20px;
}

.layout03.healthcheck .layout03_text {
  width: 100%;
}

.layout03.healthcheck .layout03_text .balloon {
  position: static;
  margin: 0 0 1.5em 0;
}

/* 吹き出し本体 */
.balloon02 {
  position: relative;
  padding: 10% 5%;
  background-color: #e0edff;
  border-radius: 10px;
  opacity: 0.8;
}

/* 色付きの半円 */
.balloon02::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 20px;
  top: -15px;
  border-left: 20px solid #e0edff;
  border-top: 20px solid #e0edff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  opacity: 0.8;
}

/* 白い半円 */
.balloon02::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 35px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.clinic .care_salon_facilities .layout02_text {
  font-weight: normal;
  color: #333333;
}

.clinic .care_salon_facilities .layout02_text p {
  margin-bottom: 0;
  margin-top: 25px;
}

.step_cont .yoyaku_bnr {
  margin-bottom: 30px;
}

.color_green {
  color: #479f9d;
}

.bold {
  font-weight: 700;
}

/* CONTACT ---------------------------------------------------------
------------------------------------------------------------------ */
.tb04 {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
}

.tb04 td,
.tb04 th {
  padding: 12px 36px;
}

.tb04 th {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  color: #666;
  background-color: #FAFAFA;
  font-size: 16px;
  word-wrap: break-word;
}

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

.tb04 td {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #666666;
}

.table_note {
  font-size: 90%;
  padding-top: 40px;
}

.table_note li {
  line-height: 1.8;
}

.table_note li:before {
  top: 10px;
}

.tb04 input {
  height: 28px;
  width: 100%;
}

.tb04 .contact_radio input {
  margin-right: 20px;
  height: auto;
  width: auto;
}

/*ご希望*/
.tb04 .request tr td input[type="checkbox"] {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.tb04 .request tr td span {
  display: block;
}

.tb04 .request tr td span:last-of-type input[type="checkbox"] {
  margin-left: 0;
}

form textarea {
  border: 1px solid #ccc;
  width: 100%;
}

.submit_btn {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  text-align: center;
  font-size: 16px;
}

.submit_btn input[type="reset"] {
  display: inline-block;
  width: 40%;
  height: 44px;
  border: solid 1px #7db45f;
  color: #7db45f;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  border-radius: 5px;
}

.submit_btn input[type="reset"]:hover {
  background-color: rgba(125, 180, 95, 0.7);
  color: #fff;
  transition: ease-in-out 0.3s;
}

.submit_btn input[type="submit"] {
  display: inline-block;
  width: 45%;
  height: 44px;
  border: solid 1px #7db45f;
  background-color: #7db45f;
  color: #5c9dc6;
  transition: ease-in-out 0.3s;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.submit_btn input[type="submit"]:hover {
  background-color: rgba(125, 180, 95, 0.7);
  color: #fff;
  transition: ease-in-out 0.3s;
}

.required {
  margin-left: 20px;
  padding: 6px 10px;
  background-color: #d37777;
  border-radius: 3px;
  color: #fff;
}

/* BLOG 監修 ---------------------------------------------------------
------------------------------------------------------------------ */
.single .profile_cont {
  width: 100%;
  min-height: 200px;
  margin-bottom: 50px;
  padding: 30px 20px;
  box-shadow: 0 0 5px #e8e8e8;
  border-radius: 15px;
}

.single .profile_cont .flex_cont {
  display: flex;
  justify-content: space-around;
}

.single .profile_cont .flex_cont figure {
  width: 20%;
}

.single .profile_cont .flex_cont figure figcaption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: .3s;
}

.single .profile_cont .flex_cont figure figcaption:hover {
  transform: translateY(-2px);
}

.single .profile_cont .flex_cont figure figcaption a {
  color: #7db45f;
}

.single .profile_cont .flex_cont .info_cont {
  width: 70%;
}

.single .profile_cont .flex_cont .info_cont .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.single .profile_cont .flex_cont .info_cont .name {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}

.single .profile_cont .flex_cont .info_cont .name .sub_name {
  font-size: 20px;
}

.single .profile_cont .flex_cont .info_cont .carr_list {
  list-style-position: outside;
  margin: 20px 0;
}

.single .profile_cont .flex_cont .info_cont .carr_list li {
  list-style: disc;
  margin-left: 30px;
}

.single .profile_cont .flex_cont .info_cont .carr_list.no_style li {
  list-style: none;
  margin-left: 10px;
}

.single .profile_cont .flex_cont .info_cont .link_btn_02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  /*height: 40px;*/
  height: 84px;
  margin: 10px 10px auto 0;
  padding: 0 40px 0 22px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #629E44;
  border-radius: 100px;
}

.single .profile_cont .flex_cont .info_cont .link_btn_02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 8px;
  height: 12px;
  background-image: url(../images/btn_icon.svg);
  background-size: 8px 12px;
  transition: .3s;
}

.single .profile_cont .flex_cont .info_cont .link_btn_02:hover {
  background-color: rgba(98, 158, 68, 0.7);
}

.single .profile_cont .flex_cont .info_cont .link_btn_02:hover::after {
  right: 18px;
}

@media screen and (max-width: 500px) {
  .top_medical .title_cont_01 {
    background-position: center 80px;
  }
}

@media screen and (max-width: 640px) {
  /*top_belief*/
  .top_belief {
    background: url(../images/top_belief_bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
    /*margin-top: -100px;*/
  }

  .top_belief .box1 {
    margin-bottom:
      /*200px*/
      50px;
  }

  .top_belief .title_cont_01 {
    padding: 10px 0px;
    margin: 0 auto;
  }

  .top_belief_nav {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .top_belief_nav_item {
    display: block;
    width: calc(50% - 6px);
  }

  .top_belief_nav_item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .top_belief_nav_item:nth-child(1),
  .top_belief_nav_item:nth-child(4) {
    transform: translateY(0px);
  }

  .top_belief_box {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .top_belief_txt {
    padding: 30px 25px;
    width: 590px;
  }

  .top_belief_txt .main_txt {
    margin-top: 10px;
  }

  .top_belief_txt h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .top_belief_txt h2::first-letter {
    font-size: 30px;
    font-weight: bold;
  }

  .top_belief_txt h2 span {
    font-family: "Kalam", cursive;
  }

  .top_belief_txt.be_green {
    background: #e3f1d7;
  }

  .top_belief_txt.be_green h2::first-letter,
  .top_belief_txt.be_green strong {
    color: #79b838;
  }

  .top_belief_txt.be_pink {
    background: #f8edde;
  }

  .top_belief_txt.be_pink h2::first-letter,
  .top_belief_txt.be_pink strong {
    color: #eda967;
  }

  .top_belief_txt.be_yellow {
    background: #f3f3d4;
  }

  .top_belief_txt.be_yellow h2::first-letter,
  .top_belief_txt.be_yellow strong {
    color: #ccbe30;
  }

  .top_belief_txt.be_blue {
    background: #e7edea;
  }

  .top_belief_txt.be_blue h2::first-letter,
  .top_belief_txt.be_blue strong {
    color: #49a877;
  }

  .first .top_belief {
    padding-top: 100px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: url(../images/top_belief_first_bg.png) no-repeat;
    background-size: 100% auto;
  }

  .mission {
    background: url(../images/mission_bg.png) no-repeat;
    background-size: cover;
    padding: 30px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-position: center top;
  }

  .vision,.purpose {
    background: url(../images/vision_bg.png) no-repeat;
    background-size: cover;
    padding: 30px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-position: center top;
  }
.purpose{
	background: url("../images/first/purpose_sp_bg.jpg") no-repeat center center;
}
  .mission .text,
  .vision .text,
	.purpose .text{
    background: #ffffffa8;
    position: relative;
    display: table;
    margin: 50px auto;
    padding: 30px 20px;
    color: #666666;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 3px;
  }

  .first .title_cont_01 {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  }

  /*チェック*/
  .list08 {
    margin-bottom: 30px;
    padding: 25px 5px 10px 20px;
    background-color: #f7f7f7;
  }

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

  .list08 li {
    position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 28px;
    border-bottom: 1px dotted #cdcdcd;
  }

  .list08 li:before {
    display: block;
    position: absolute;
    top: 3px;
    left: -28px;
    width: 20px;
    height: 20px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
  }

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

  $qa

==================================================================*/
  .qa1 dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #c1c1c1;
  }

  .qa1 dl dt {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    font-weight: bold;
  }

  .qa1 dl dt:before {
    position: absolute;
    top: -5px;
    left: 0;
    margin-right: 7px;
    line-height: 1;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 28px;
    color: #72ae53;
    content: "Q.";
  }

  .qa1 dl dd {
    position: relative;
    padding-left: 40px;
  }

  .qa1 dl dd:before {
    position: absolute;
    top: -5px;
    left: 0;
    margin-right: 7px;
    line-height: 1;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 28px;
    color: #666666;
    content: "A.";
  }



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

  $second_opinion

==================================================================*/
  .second_opinion .sec_inner_cont {
    margin-top: 40px;
  }


  .second_opinion .head p:nth-child(1) {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
  }


  .second_opinion_bnr {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
	.flex{
  flex-direction:column;
}

.chat_sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 0 40px;
}
.chat_sns_link {
  color: #60a03f;
  font-size: 32px;
  line-height: 1;
}
}