﻿@charset "utf-8";

@media (min-width: 680px) {

  /*  common  */
  .br-pc {
    display: none;
  }

  /* header */
  header {
    width: 100%;
    margin: 0 auto;
  }

  h1 {
    background: #f8b62d;
    width: 100%;
  }


  h1 span.keyword {
    color: #fff;
    max-width: 1080px;
    width: 75%;
    font-weight: normal;
    display: block;
    text-align: right;
    margin: auto;
    font-size: 14px;
    padding: 3px 0;
  }

  h1 span.keyword .logo {
    font-size: 20px;
  }

  header #header_top {
    max-width: 1080px;
    width: 95%;
    margin: auto;
    padding: 20px 0;
    position: relative;
  }

  header #header_top .header_logo {
    float: left;
    width: 180px;
  }

  header #header_top .header_bt_reserve,
  header #header_top .header_bt_tel {
    position: absolute;
    height: 54px;
  }

  header #header_top .header_bt_tel {
    width: 210px;
    right: 207px;
    top: 69px;
  }

  header #header_top .header_bt_tel img,
  header #header_top .header_bt_reserve img {
    width: 100%;
  }

  header #header_top .header_bt_reserve {
    width: 197px;
    right: 0px;
    top: 65px;
  }

  #gnavi {
    margin: 0 auto 25px;
    max-width: 1080px;
    min-width: 620px;
    line-height: 0;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }

  #gnavi li {
    float: left;
    width: 120px;
    border-right: dotted 2px #9fa0a0;

  }

  #gnavi li img {
    display: block;
    margin: auto;
  }

  #gnavi li:first-of-type {
    border-left: dotted 2px #9fa0a0;
  }

  #gnavi li span {
    display: none;
  }

  #gnavi_sp,
  #header_top_sp {
    display: none;
  }

  /* footer */
  footer {
    width: 100%;
    margin: auto;
  }

  #footer_top {
    background: #4f89c0;
    width: 100%;
    padding: 30px 0;
  }

  #footer_top .footernavi {
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }

  #footer_top .footernavi li {
    color: #FFF;
    float: left;
    max-width: 360px;
    width: 33%;
    padding-left: 20px;
  }

  #footer_top .footernavi li:before {
    content: ">";
    color: #fff;
    margin-left: -15px;
  }

  #footer_top .footernavi li a {
    color: #FFF;
    text-decoration: none;
    transition: all 0.5s;
  }

  #footer_top .footernavi li a:hover {
    color: #f9c467;
    transition: all 0.5s;
  }

  footer #footer_bottom {
    padding: 15px 0;
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  footer #footer_bottom .footerlogo {
    float: left;
    width: 150px;
    margin-right: 15px;
  }

  footer #footer_bottom .footer_clinicdate {
    float: left;
  }

  footer #footer_bottom .footer_clinicdate .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }

  footer #footer_bottom .footer_clinicdate .tel {
    margin-left: 15px;
  }

  footer #footer_bottom .footer_clinicdate .copyright {
    font-size: 10px;
  }

  #back-top {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }

  #back-top_main {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }

  #back-top_main img {
    height: auto;
    width: 82px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }



  /* contents-parts */

  #contentsmain h2 {
    width: 100%;
    display: block;
    margin: auto;
    background-size: 870px;
    height: 290px;
    position: relative;
  }


  #contentsmain h2 .h2_title {
    width: 90%;
    max-width: 1080px;
    display: block;
    margin: auto;
  }

  #contentsmain h2 .h2_title img {
    width: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }

  #contentsmain .sec_contents {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
  }



  #contentsmain .sec_contents:last-of-type {
    margin-bottom: 60px;
  }

  #contentsmain .sec_contents > p {
    margin-bottom: 20px;
  }

  #contentsmain .sec_contents .art_contents {
    width: 90%;
    max-width: 1080px;
    display: block;
    margin: 0 auto 60px auto;
    position: relative;
  }

  #contentsmain .sec_contents:last-of-type .art_contents {
    margin-bottom: 0px;
  }

  #contentsmain .sec_contents h3.h3_chapter,
  #contentsmain .sec_contents h3.h3_chapter_no {
    background: url(../img/common/bk_line.png) repeat-x top left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
    position: relative;

  }

  #contentsmain .sec_contents h3.h3_chapter .h3_title {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    color: #f8b62d;
    font-size: 36px;
    border: solid 1px #f8b62d;
    background: #fff;
    padding: 5px 0 10px 0px;
    width: 550px;
    display: block;
    margin: auto;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 1.5em;

  }

  #contentsmain .sec_contents h3.h3_chapter_no .h3_title {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    color: #f8b62d;
    font-size: 36px;
    border: solid 1px #f8b62d;
    background: #fff;
    padding: 5px 30px 10px 30px;
    display: block;
    margin: auto;
    width: 500px;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: center;

  }

  #contentsmain .sec_contents h3.h3_chapter .h3_title:before {
    content: "";
    display: inline-block;
    height: 55px;
    width: 190px;
    padding-right: 20px;
  }

  #contentsmain #seccon_chapter01 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter01.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter02 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter02.png) 10px 15px no-repeat;
    background-size: 160px;

  }

  #contentsmain #seccon_chapter03 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter03.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter04 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter04.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter05 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter05.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter06 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter06.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter07 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter07.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter08 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter08.png) 10px 10px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter09 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter09.png) 10px 10px no-repeat;
    background-size: 160px;
  }

  #contentsmain #seccon_chapter10 h3.h3_chapter .h3_title:before {
    background: url(../img/common/h3_chapter10.png) 10px 15px no-repeat;
    background-size: 160px;
  }

  #contentsmain .sec_contents .art_contents p,
  #contentsmain .sec_contents .art_contents ul,
  #contentsmain .sec_contents .art_contents ol {
    margin-bottom: 15px;
  }

  #contentsmain .sec_contents .art_contents p:last-child,
  #contentsmain .sec_contents .art_contents ul:last-child,
  #contentsmain .sec_contents .art_contents ol:last-child {
    margin-bottom: 0px;
  }

  #contentsmain .sec_contents .art_contents .div_h4 {
    margin-bottom: 30px;
  }

  #contentsmain .sec_contents .art_contents .div_h4 h4 {
    background: #4f89c0;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 3px 30px;
    font-weight: normal;
    margin-bottom: 15px;

  }

  #contentsmain .sec_contents .art_contents .divcon_text {
    width: 64%;
    float: left;
    padding-right: 20px;
  }

  #contentsmain .sec_contents .art_contents .divcon_img {
    width: 36%;
    float: right;
  }

  #contentsmain .sec_contents .art_contents .divcon_img img {
    display: block;
    width: 100%;
  }

  #contentsmain .sec_contents .art_contents .div_topic01 .ul_dec01 li {
    margin-bottom: 20px;
  }

  #contentsmain .sec_contents .art_contents .div_topic01 .ul_dec01 li:last-child {
    margin-bottom: 0px;
  }

  /*contents-format */
  .brno {
    display: none;
  }

  .div_topic01 {
    background: #cce8f6;
    padding: 15px 30px;
    margin-bottom: 30px;
    position: relative;
  }

  .div_topic05 {
    background: #cce8f6;
    width: 200px;
    padding: 15px;
    position: absolute;
    left: 30px;
  }

  .div_topic05 p {
    font-weight: bold;
  }

  .div_topic01 .title {
    font-size: 26px;
    color: #1d4e9b;
    font-weight: bold;
    margin-bottom: 10px;
  }


  .div_topic02 {
    background: #feebca;
    padding: 10px 15px
  }

  .div_topic02 p {
    font-size: 18px;
    color: #1d4e9b;
    font-weight: bold;
  }

  .div_topic03 {
    background: url(../img/common/bk_line.png) repeat top left;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #f0b838;
  }

  .div_topic03 .main {
    background: #fff;
    padding: 10px;
  }

  .div_topic03 .main .title {
    font-size: 20px;
    color: #3A1F04;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
  }

  .div_mobframe_con {
    display: none;
  }

  .p_bt01 {
    background: #e8f3fc;
    box-shadow: 5px 5px 0px -2px #597a99;
    -moz-box-shadow: 5px 5px 0px -2px #597a99;
    -webkit-box-shadow: 5px 5px 0px -2px #597a99;
    color: #f8b62d;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    transition: all 0.2s linear;
  }

  .p_bt01:hover {
    background: #98bed8;
  }

  .p_bt01:before {
    content: " ";
    background: url(../img/common/mark_arrow01.png) no-repeat 0 0/ contain;
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
  }

  .p_bt01 a:hover {
    opacity: 0.8;
    color: #fff;
  }

  .p_bt01 a {
    color: #f8b62d;
    text-decoration: none;
  }

  .text_mobtab_con {
    display: none;
  }

  .text_pcclick_con {
    color: #872414;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    margin: 15px auto auto 0;
  }

  .text_pcclick_con:before {
    background: rgba(0, 0, 0, 0) url("../img/common/mark_clik.png") no-repeat scroll 0 0 / contain;
    content: " ";
    float: left;
    height: 35px;
    position: relative;
    top: -5px;
    width: 35px;
  }

  .text_notice01 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    line-height: 1.4;
  }

  .text_notice01:before {
    content: "※";
    display: block;
    float: left;
    padding-top: 3px;
  }

  .text_notice02 {
    font-size: 12px;
    font-weight: normal;
    color: #ff5151;
    line-height: 1.4;
  }

  .text_notice03 {
    font-size: 12px;
    font-weight: normal;
    color: #3e3a39;
    line-height: 1.4;
  }

  .span_hl01 {
    background: #D4292C;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px 5px;
    font-size: 12px;
    padding: 3px 10px;
  }

  .span_hl02 {
    border: solid #7F7F7F 1px;
    display: inline-block;
    margin: 0 5px 5px;
    font-size: 12px;
    padding: 3px 10px;
  }

  .text_st01 {
    color: #872414;
    font-size: 16px;
    font-weight: bold;
  }

  .text_st02 {
    color: #f8b62d;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
  }

  .text_st03 {
    font-size: 12px;
    color: #575757;
  }

  .text_st04 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    color: #4f89c0;
    font-weight: bold;
    font-size: 25px;
  }

  .text_st04b {
    color: #247b3a;
    font-weight: bold;
    font-size: 14px;
  }

  .text_st05 {
    display: inline-block;
    color: #767676;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    background: #FFDA90;
  }

  .text_st05b {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    font-weight: bold;
    font-size: 18px;
    color: #247b3a;
  }

  .text_tel {
    font-size: 16px;
    color: #4f89c0;
    font-weight: bold;
    display: inline-block;
    border-radius: 20px;
  }

  .text_tel a.tel {
    font-size: 25px;
    text-decoration: none;
    color: #4f89c0;
  }

  .link01 a {
    background: hsla(222, 77%, 75%, 0.5);
    color: #263E49;
    padding: 0 3px;
    margin: 0 3px;
    transition: all 0.2s linear;
  }

  .link01 a:hover {
    background: hsla(48, 36%, 56%, 0.5);
    color: #263E49;
  }

  .link02 a {
    background: rgba(247, 255, 215, 1.00);
    font-weight: bold;
    color: #263E49;
    padding: 0 3px;
    margin: 0 3px;
    transition: all 0.2s linear;
  }

  .link02 a:hover {
    background: hsla(0, 0%, 100%, 1.00);
    color: #f8b62d;
  }

  .link03 {
    background: rgba(247, 255, 215, 1.00);
    border-radius: 30px;
    font-weight: bold;
    color: #263E49;
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    margin: 0 3px;
    transition: all 0.2s linear;
    position: relative;
  }

  .link03:hover {
    background: rgba(81, 81, 81, 0.5);
    color: #5C7D7F;
  }

  .link03:after {
    content: " ";
    background: url(../img/common/icon_link03.svg) no-repeat 0 0/ contain;
    width: 32px;
    height: 27px;
    display: inline-block;
    margin-left: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .link_pdf01:before {
    content: " ";
    background: url(../img/common/ic_pdf.png) no-repeat 0 0/ contain;
    width: 32px;
    height: 27px;
    display: inline-block;
    margin-right: 3px;
  }

  .ul_deco01 > li {
    list-style: none;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .ul_dec01 > li::before {
    content: "●";
    color: #898989;
    margin-right: 2px;
    margin-left: -14px;
  }

  .ul_dec01 .date {
    font-weight: bold;
    margin-bottom: 15px;
  }

  .ul_dec02 li {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }

  .ul_dec02 li:before {
    content: "/";
    display: block;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ul_dec03 li {
    list-style: none;
    margin-left: 16px;
    margin-bottom: 5px;
  }

  .ul_dec03 li::before {
    content: "□";
    margin-left: -16px;
    color: #3A3A3A;
  }

  .ul02s li {
    list-style: none;
    font-size: 12px;
  }

  .ul_notice01,
  .ul_notice02 {
    margin-left: 14px;
  }

  .ul_notice01 li,
  .ul_notice02 li {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    line-height: 1.4;
    margin-bottom: 3px;
    padding-left: 2px;
  }

  .ul_notice02 li {
    font-size: 16px;
  }

  .ul_notice01 li:before,
  .ul_notice02 li:before {
    content: "※";
    display: block;
    float: left;
    margin-left: -16px;
  }

  .ul_flow01 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #C9CCC6;
    padding: 5px 10px;
    font-size: 22px;
    text-align: center;
  }

  .ul_flow01 li:last-of-type {
    margin-right: 0;
  }

  .ol01 {
    margin-left: 22px;
  }

  .ol01 li {
    list-style: decimal outside;
    margin-bottom: 10px;
  }

  .dl01 {
    margin-bottom: 15px;
  }

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

  .dl01 dt {
    float: left;
    margin-right: 15px;
  }

  .dl01 dt:after {
    content: "：";
    position: absolute;
  }

  .dl01 dd {
    margin-bottom: 5px;
  }

  .dl01 dd:last-of-type {
    margin-bottom: 0;
  }

  .dl01s {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .dl01s dt {
    float: left;
    margin-right: 15px;
  }

  .dl01s dt:after {
    content: "：";
    position: absolute;
  }

  .dl01s dd {}

  .dl02 {
    margin-bottom: 15px;
  }

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

  .dl02 dt {
    float: left;
    margin-right: 15px;
    border-right: 5px solid #f8b62d;
    background: #fff;
  }

  .dl02 dd {
    margin-bottom: 15px;
  }

  .dl02 dd:last-of-type {
    margin-bottom: 0;
  }

  .table_time {
    border-spacing: 0;
  }

  .table_time tr {
    padding: 10px;
  }

  .table_time tr {
    background: #fff;
  }

  .table_time th {
    font-weight: normal;
    border-left: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 5px;
  }

  .table_time td {
    border-left: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 10px;
    text-align: center;
  }

  .table_time th:last-child,
  .table_time td:last-child {
    border-right: 1px solid #231815;
  }

  .table_time tr:first-child th {
    background: #cce8f6;
    border-top: 1px solid #231815;
    font-weight: bold;
  }

  .table01 {
    border: 1px solid #231815;
    padding: 10px;
    border-spacing: 0;
  }

  .table01:last-of-type {
    margin-bottom: 0px;
  }

  .table01 tr:nth-of-type(2n-1) {
    background: #fff;
  }

  .table01 tr:nth-of-type(2n) {
    background: #EDEEEC;
  }

  .table01 th {
    font-weight: normal;
    border-bottom: 1px solid #231815;
    padding: 10px 15px;
    background: #D7EDFF;
    color: #424242;
  }

  .table01 td {
    border-bottom: 1px solid #231815;
    padding: 15px 20px;
    font-weight: bold;
  }

  .table01 th:first-of-type {
    border-top: 1px solid #231815;
  }

  .table01 td:first-of-type {
    border-top: 1px solid #231815;
    font-weight: normal;
  }

  .accordion .toggle {
    display: none;
  }

  .accordion .label {
    padding: 1em 2.5em 1em 3em;
    display: block;
    background-color: #D7EDFF;
    counter-increment: num 1;
  }

  .accordion .label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #898989;
    border-right: 2px solid #898989;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }

  .accordion .label::after {
    content: "Q"counter(num);
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    /* font-size: 1em; */
  }

  .accordion .label,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .accordion .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #EDEEEC;
  }

  .accordion .toggle:checked + .label + .content {
    height: auto;
    padding: 20px;
    transition: all .3s;
  }

  .accordion .toggle:checked + .label::before {
    transform: rotate(-45deg) !important;
  }

  /* toppage */


  #mainimg_top {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: auto;
  }

  #mainimg_top .toppage #seccon_news dl {
    padding: 0 60px;
  }

  .mainimg_concept {
    position: absolute;
    bottom: 0%;
    width: 28%;
    right: 0%;


  }

  /*.mainimg_concept{
	position:absolute;
	top:30%;
	width:40%;
	left:30%;
	
}*/
  .mainimg_concept img {
    width: 100%;
    margin: auto;
    display: block;
  }

  .toppage #contentsmain h2 {
    background: url(../img/common/bk_line.png) repeat-x top left;
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: relative;
    margin-bottom: 30px;

  }

  .toppage #contentsmain h2 .maintitle {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    display: block;
  }

  .toppage #contentsmain h2 .subtitle {
    text-align: center;
    font-size: 15px;
    color: #1d4e9b;
    display: block;
  }

  .toppage section {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
  }

  .toppage section article {
    display: block;
    margin: 0 auto 30px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew,
  .toppage #seccon_topcontents #artcon_hours,
  .toppage #seccon_linkfrom #artcon_linkfrom {
    width: 90%;
    max-width: 1080px;
  }

  .toppage #seccon_topcontents .bt_whatsnew {
    position: absolute;
    top: 40px;
    right: 13%;
    width: 190px;
  }

  .toppage #seccon_topcontents .bt_whatsnew_sp {
    display: none;

  }

  .toppage #seccon_topcontents #artcon_whatsnew #whatsnew_main {
    margin-bottom: 20px;

  }

  .toppage #seccon_topcontents #artcon_whatsnew #whatsnew_main dt {
    display: block;
    padding-left: 20px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew #whatsnew_main dt:before {
    content: "■";
    display: block;
    float: left;
    margin-left: -16px;

  }

  .toppage #seccon_topcontents #artcon_whatsnew #whatsnew_main dd {
    display: block;
    padding-left: 200px;
    border-bottom: dashed #3e3a39 1px;
    padding-bottom: 5px;
    margin: 0 0 10px 0px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew dd:last-child {
    marign-bottom: 0px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li {
    border-bottom: solid 1px #ccc;
    padding: 15px 15px 30px 15px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .t_date {
    font-size: 18px;
    color: #525252;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s linear;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .t_date:hover {
    color: #6886c4;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .date {
    margin-right: 10px;
    display: block;
    font-size: 12px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .date .d_catagory.whatsnews a {
    color: #f4a022;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s linear;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .post_contents {
    display: block;
    margin-left: 120px;
  }

  .toppage #seccon_topcontents #artcon_whatsnew li .post_contents .text {
    display: block;
  }

  #contentsmain_wrap #contentsmain .ul_post {
    padding-left: 20px;
  }

  #contentsmain_wrap #contentsmain .ul_post li {
    border: none;
    padding: 0 0 1px 0;
    position: relative;
  }

  #contentsmain_wrap #contentsmain .ul_post li span {
    position: absolute;
    left: -20px;
  }

  #contentsmain_wrap #contentsmain .ul_post li .border_b {
    position: relative;
    left: auto;
    border-bottom: 3px double #f03;
    display: inline-block;
    line-height: 1;
  }

  .toppage #seccon_topcontents #artcon_hours .table_time {
    width: 100%;
    margin-bottom: 5px;
  }

  .toppage #seccon_topcontents #artcon_hours .table_time td .text_notice01 {
    display: block;
  }

  .toppage #seccon_topcontents {
    background: url(../img/common/bk_line_bottom.png) repeat-x;
    background-position: bottom;
    padding-bottom: 15px;
    margin-bottom: 60px;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .div_calendarcon {
    float: left;
    width: 75%;
    padding-right: 20px;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .div_calendarcon .title {
    font-weight: bold;
    background: #e3e9ff;
    font-size: 28px;
    padding: 3px 0;
    text-align: center;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .div_calendarcon .gcalendar {
    width: 100%;
    height: 600px;
    margin: 30px auto auto;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link {
    float: left;
    width: 25%;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li {
    margin-bottom: 5px;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li .bt_blog_sp,
  .toppage #seccon_map #artcon_map #sp_gmap {
    display: none;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li .link_facebook {
    display: inline-block;
    width: 80%;
    max-width: 215px;
    margin: 0px 3px 5px 0;
    float: right;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li .link_twitter {
    display: inline-block;
    float: right;
    max-width: 43px;
    width: 18%;
  }

  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li .link_facebook img,
  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li .link_twitter img {
    width: 100%;
  }


  .toppage #seccon_linkfrom #artcon_linkfrom .side_link li img {
    width: 100%;
  }

  .toppage #seccon_concept #artcon_concept_top ul,
  .toppage #seccon_concept #artcon_concept_bottom ul {
    width: 100%;
    display: table;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .toppage #seccon_concept #artcon_concept_top ul li,
  .toppage #seccon_concept #artcon_concept_bottom ul li {
    display: table-cell;
    margin-left: 0px;
    width: 250px;

  }

  .toppage #seccon_concept #artcon_concept_top ul li img,
  .toppage #seccon_concept #artcon_concept_bottom ul li img {
    width: 100%;
    margin: auto;
    display: block;
  }

  .toppage #seccon_concept #artcon_concept_top .p01,
  .toppage #seccon_concept #artcon_concept_bottom .p01 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 28px;
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: auto auto 20px auto;
  }

  .toppage #seccon_concept #artcon_concept_top .p02,
  .toppage #seccon_concept #artcon_concept_bottom .p02 {
    line-height: 2.8em;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .toppage #seccon_map {
    background: url(../img/common/bk_line.png) repeat-x bottom left;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .toppage #seccon_map h2 {
    margin-bottom: 0px;
  }

  .toppage #seccon_map #artcon_goglemap {
    margin-bottom: -8px;
  }

  .toppage #seccon_map #artcon_goglemap #gmap {
    width: 100%;
    height: 500px;
  }

  .toppage #seccon_map #artcon_map {
    background: #cce8f6;
    padding: 20px 0 30px 0;
    margin-bottom: 0px;
  }

  .toppage #seccon_map #artcon_map .im_map {
    width: 75%;
    max-width: 980px;
    margin: auto auto 30px auto;
    display: block;
  }

  .toppage #seccon_map #artcon_map .p01 {
    width: 75%;
    max-width: 980px;
    margin: auto;
    display: block;
  }

  .toppage #seccon_map #artcon_map .p01 .span_hl02 {
    width: 120px;
    margin-right: 15px;
  }

  /* toppage end */
  /*clinic*/
  .clinic h2 {
    background: url(../img/clinic/h2_back.png) no-repeat right top, #fff;
  }

  .clinic #seccon_sanka #artcon_sanka h3.h3_chapter_no .h3_title,
  .clinic #seccon_gyne #artcon_gyne h3.h3_chapter_no .h3_title,
  .clinic #seccon_chapter01 #artcon_messege h3.h3_chapter_no .h3_title {
    width: 350px !important;
  }

  .clinic #seccon_messege .p01 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }

  .clinic #seccon_sanka #artcon_sanka .ul_dec02 {
    margin: auto auto 30px auto;
    width: 300px;
    display: block;
    font-size: 18px;
  }

  .clinic #seccon_sanka #artcon_sanka .div_topic01 {
    max-width: 980px;
    width: 100%;
    margin: auto;
  }

  .clinic #seccon_sanka #artcon_sanka .div_topic01 dl dt {
    width: 220px;
    float: left;
    display: block;
  }

  .clinic #seccon_sanka #artcon_sanka .div_topic01 dl dt img {
    display: block;
    width: 100%;
  }

  .clinic #seccon_sanka #artcon_sanka .div_topic01 dl dd {
    margin-left: 250px;
    padding: 10px 15px 15px;
    display: block;
  }

  .clinic #seccon_sanka #artcon_sanka #foodgallery {
    margin-left: 50px;
    margin-top: 60px;
  }

  #photogallery_wrap {
    max-width: 880px;
    width: 100%;
    margin: 30px auto auto;
  }

  .clinic #seccon_gyne #artcon_gyne .ul_dec02 {
    margin: auto auto 30px auto;
    max-width: 715px;
    width: 100%;
    display: block;
    font-size: 18px;
  }

  .clinic .conceptnavi {
    margin: 60px auto !important;
    display: table;
    width: 100%;
  }

  .clinic .conceptnavi li {
    width: 33%;
    max-width: 350px;
    display: table-cell;
    margin-left: 0px;
    text-align: center;
    padding: 0px;
  }

  .clinic .conceptnavi li:last-child {
    margin-left: 0px;
  }

  .clinic .conceptnavi li img {
    width: 183px;
    display: block;
    margin: auto auto 15px auto;
  }

  .clinic .conceptnavi li .title {
    display: block;
    font-size: 18px;
    color: #eeb033;
    margin-bottom: 5px;
  }

  .clinic .conceptnavi li a.bt_more {
    display: block;
    width: 150px;
    margin: 20px auto auto auto;
    background: #6886c4;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    transition: all 0.2s linear;
    padding: 5px 0;

  }

  .clinic .conceptnavi li a.bt_more:hover {
    background: #2e4e87;
    text-decoration: none;
    transition: all 0.2s linear;

  }

  .clinic .conceptnavi li:first-child a.bt_more {
    margin-top: 45px;
  }

  .clinic #artcon_messege .doc_kawakita {
    max-width: 350px;
    width: 30%;
    float: left;
  }

  .clinic #artcon_messege .doc_date {
    margin: 60px auto;
  }

  .clinic #artcon_messege .doc_date p {
    margin-bottom: 0px;
  }

  .clinic #artcon_messege .doc_date .name,
  .clinic #artcon_messege .doc_date .prof,
  .clinic #artcon_messege .doc_date .doc_career,
  .clinic #artcon_messege .doc_date .ul_dec02 {
    border-bottom: #4f89c0 solid 1px;
    padding: 15px 0;
    font-size: 12px;
    float: left;
    max-width: 715px;
    margin-left: 15px;
    width: 65%;
  }

  .clinic #artcon_messege .doc_date .name {
    margin-top: 30px;
  }

  .clinic #artcon_messege .doc_date .doc_career dl {
    float: left;
  }

  .clinic #artcon_messege .doc_date .doc_career dl:first-child {
    border-right: solid #ccc 1px;
    padding-right: 10px;
    margin-right: 20px;


  }

  .clinic #artcon_messege .doc_date .doc_career dl dt {
    display: inline-block;
    width: 80px;
    float: left;
  }

  .clinic #artcon_messege .doc_date .doc_career dl dd {
    margin-left: 85px;
  }

  .clinic #artcon_messege .doc_date .name {
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  }

  .clinic #artcon_messege .div_h4 .logo {
    float: left;
    margin-right: 50px;
    width: 280px;
  }

  .clinic #artcon_messege .div_h4 p {
    margin-left: 330px;
  }

  .clinic #seccon_connection {
    background: #cce8f6;
    padding-bottom: 60px;
    padding-top: 60px;

    margin-bottom: 0px !important;
  }

  .clinic #seccon_connection .con_facebook {
    width: 500px;
    display: inline-block;
    float: left;
    margin-right: 30px;
  }


  .clinic #seccon_connection .con_link .link_twitter img {
    width: 250px;
    margin-bottom: 15px;
    display: block;
  }

  .clinic #seccon_connection .bt_blog {
    width: 500px;
  }

  /*.clinic #artcon_messege .doc_kawakita{
	max-width:350px;
	width:30%;
	float:left;
}
.clinic #artcon_messege .doc_date{
	margin:60px auto;
}
.clinic #artcon_messege .doc_date p{
	margin-bottom:0px;
}
.clinic #artcon_messege .doc_date .name,.clinic #artcon_messege .doc_date .prof,.clinic #artcon_messege .doc_date .doc_career,.clinic #artcon_messege .doc_date .ul_dec02{
	border-bottom:#4f89c0 solid 1px;
	padding:15px 0;
	font-size:12px;
	float:left;
	max-width:715px;
	margin-left:15px;
	width:65%;
}
.clinic #artcon_messege .doc_date .doc_career dl {
	float:left;
}
.clinic #artcon_messege .doc_date .doc_career dl:first-child{
	border-right: solid #ccc 1px;
	padding-right:10px;
	margin-right:20px;

	
}
.clinic #artcon_messege .doc_date .doc_career dl dt{
	display:inline-block;
	width:80px;
	float:left;
}
.clinic #artcon_messege .doc_date .doc_career dl dd{
	margin-left:85px;
}
.clinic #artcon_messege .doc_date .name{
	font-size:18px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.clinic #artcon_messege .div_h4 .logo{
	float:left;
	margin-right:50px;
	width:280px;
}
.clinic #artcon_messege .div_h4 p{
	margin-left:330px;
}
.clinic #artcon_hours .table_time{
	width:100%;
	margin-bottom:15px;
}*/
  /*clinic end */
  /*medical */
  .medical h2 {
    background: url(../img/medical/h2_back.png) no-repeat right top, #fff;

  }

  .medical #contentsmain .sec_contents #artcon_4d .divcon_img {
    width: 26%;
  }

  .medical #contentsmain .sec_contents #artcon_4d .divcon_text {
    width: 74%;
  }

  .medical #seccon_chapter05 .div_topic01 {
    width: 50%;
  }

  .medical #seccon_chapter05 .div_topic01 ol, .coming #artcon_application ol {
    counter-reset: num;
    list-style-type: none;
  }

  .medical #seccon_chapter05 .div_topic01 ol li, .coming #artcon_application ol li {
    margin-bottom: 2px;
  }

  .medical #seccon_chapter05 .div_topic01 ol li::before, .coming #artcon_application ol li::before {
    display: inline-block;
    content: counter(num);
    counter-increment: num;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    margin-right: 5px;
    position: relative;
    top: -3px;
  }

  /*medical end*/

  /*hospital */
  .hospital h2 {
    background: url(../img/hospital/h2_back.png) no-repeat right top, #fff;


  }

  .hospital #seccon_messege .p01 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

  .hospital #artcon_foodgallery {
    margin-bottom: 0px !important;
  }

  .hospital .sec_contents .art_contents .divcon_text {
    width: 64%;
    float: left;
    padding-right: 20px;
  }

  .hospital .sec_contents .art_contents .divcon_img {
    width: 36%;
    float: right;
  }

  .hospital .sec_contents .art_contents .divcon_img img {
    display: block;
    width: 100%;
  }

  .hospital #seccon_chapter05 #artcon_care .div_topic02 {
    margin: 10px auto 30px auto;
    width: 580px;
  }

  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a {
    float: left;
    margin-right: 10px;
  }

  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a,
  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01b {
    width: 330px;
    display: block;

  }

  .hospital #seccon_chapter07 #artcon_room #room_single {
    float: left;
    width: 64%;
    padding-right: 20px;
  }

  .hospital #seccon_chapter07 #artcon_room #room_plural {
    width: 36%;
    float: right;
  }

  .hospital #seccon_chapter07 #artcon_room #room_plural img {
    width: 330px;
    display: block;

  }

  .hospital #seccon_chapter07 #artcon_room .div_topic01 {
    margin-top: 15px;
  }

  .hospital #seccon_chapter07 #artcon_room #room_plural .div_topic01 {
    padding-bottom: 40px;
  }

  .hospital #seccon_chapter07 #artcon_room .div_topic02 {
    margin: 0px auto 30px auto;
    width: 560px;
  }

  /*hospital end*/
  /*first*/
  .first h2 {
    background: url(../img/first/h2_back.png) no-repeat right top, #fff;

  }

  .first #seccon_messege .formamapapa {
    width: 430px;
    display: block;
    margin: 60px auto 30px auto;
  }

  .first #seccon_messege .p01 {
    text-align: center;
    font-size: 18px;
  }

  .first #seccon_chapter03 #artcon_price .div_topicwrap {
    width: 510px;
    float: right;
    margin-top: 30px;
  }

  .first #seccon_chapter03 #artcon_price .div_topic01 {
    width: 500px;
    float: right;
  }

  .first #seccon_chapter04 #artcon_father .div_topic02 {
    margin-top: 20px;
  }

  .first #seccon_chapter06 #artcon_event .divcon_img {
    margin-left: 20px;
  }

  .first #seccon_chapter06 #artcon_event .divcon_text {
    float: none;
    width: 100%;
  }

  .first #seccon_chapter03 #artcon_price .birth_price {
    width: 500px;
    margin-right: 50px;
    float: left;

  }

  .first #seccon_chapter03 #artcon_price .birth_price img.im_birth_priceplan {
    width: 100%;
    margin: 30px 15px;
  }

  /*first #seccon_chapter03 #artcon_price .birth_price ul{
	display:table;
	margin-bottom:30px;

}
.first #seccon_chapter03 #artcon_price .birth_price ul li{
	display:table-cell;
}
.first #seccon_chapter03 #artcon_price .birth_price ul li{
	background:#fff;
	padding-top:0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 20px;
  color: #4f89c0;
  margin-right:30px;
  border:solid 5px #4f89c0;
  text-align: center;
  float:left;


}
.first #seccon_chapter03 #artcon_price .birth_price ul li:last-child{
	background:#4f89c0;
	color:#f8b62d;
	margin-right:0px;
}
 .first #seccon_chapter03 #artcon_price .birth_price ul li:first-child:after{
	 content:"－";
	 float:right;
	 font-size:20px;
	 top:20%;
	 font-weight:bold;
	display:block;
	right:-30px;
	 position: relative;
 }
.first #seccon_chapter03 #artcon_price .birth_price ul li:nth-child(2):after{
	 content:"＝";
	 float:right;
	 font-size:20px;
	 font-weight:bold;
	display:block;
	right:-28px;
	 position: relative;
 }
.first #seccon_chapter03 #artcon_price .birth_price ul li .t_date{
  position: relative;
  top:20%;
  transform: translateY(-50%);
}
.first #seccon_chapter03 #artcon_price .birth_price ul li .t_date .t_price{
	font-size:25px;
	font-weight:bold;
	margin-left:5px;
}
 .first #seccon_chapter03 #artcon_price .birth_price ul li:first-child .t_date, .first #seccon_chapter03 #artcon_price .birth_price ul li:last-child .t_date{
	 top:30%;}*/
  /*first end*/

  /*class end*/
  .class h2 {
    background: url(../img/class/h2_back.png) no-repeat right top, #fff;
  }

  .class #seccon_messege .p01 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;

  }

  .class #seccon_calendar .title {
    background: #e3e9ff none repeat scroll 0 0;
    font-size: 28px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
  }

  .class #seccon_calendar .gcalendar {
    width: 100%;
    height: 600px;
    display: block;
    margin: auto;
  }

  .class #seccon_chapter06 h3.h3_chapter .h3_title,
  #contentsmain .sec_contents h3.h3_chapter .h3_title.h3_long {
    width: 650px;
  }

  .class #artcon_furadance .text_notice01 {
    margin-top: 15px;
  }

  .class #artcon_yoga .p01 {
    margin-bottom: 30px;
  }

  .class #artcon_yoga .div_h4:first-of-type .table01 {
    margin-top: 15px;
  }

  .class #artcon_yoga .div_h4 .text_notice01 {
    margin-top: 15px;
  }

  .class #artcon_babymassage .dl02 {
    margin: 15px auto;
  }

  .class #artcon_babymassage .text_notice01 {
    margin-top: 15px;
  }

  .class .sec_contents .art_contents .table01 th {
    width: 100px;
  }

  .class .sec_contents .art_contents .table01 {
    width: 100%;
    margin-top: 30px;
  }

  .class #seccon_chapter01 .divcon_img,
  .class #seccon_chapter02 .divcon_img,
  .class #seccon_chapter03 .divcon_img,
  .class #seccon_chapter04 .divcon_img,
  .class #seccon_chapter06 .divcon_img,
  .class #seccon_chapter07 .divcon_img,
  .class #seccon_chapter09 .divcon_img {
    margin-top: 30px;
  }

  .class #seccon_chapter05 .div_h4 .divcon_img {
    margin-top: 45px;
  }

  .class #seccon_chapter05 .art_contents .divcon_text {
    margin-top: 30px;
  }

  .class #seccon_chapter05 .art_contents .divcon_text p {
    font-weight: bold;
  }

  .class #seccon_chapter05 .art_contents .table01 {
    margin: 0;
  }

  /* access */
  .access h2 {
    background: url(../img/access/h2_back.png) no-repeat right top, #fff;
  }

  .access #seccon_access {
    background: #cce8f6;
    padding-bottom: 60px;
    margin-bottom: 0px !important;
  }

  .access #seccon_access .p01 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    background: #fff;
  }

  .access #seccon_access #artcon_access .logo,
  .access #seccon_access #artcon_access .adress,
  .access #seccon_access #artcon_access .tel {
    text-align: center;

  }

  .access #seccon_access #artcon_access .logo {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
  }

  .access #seccon_access #artcon_access .adress {
    font-size: 16px;
  }

  .access #seccon_access #artcon_access .tel {
    font-size: 20px;
  }

  .access #seccon_access #artcon_access .im_map {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 980px;
    width: 75%;
  }

  .access .google_map {
    height: 500px;
    width: 100%;
    margin: auto;
  }

  /* access end */
  /* facility */
  .facility h2 {
    background: url(../img/facility/h2_back.png) no-repeat right top, #fff;
  }

  .facility #seccon_facility #artcon_gallery ul {
    margin: 30px auto 0 auto;
    width: 980px;
  }

  .facility #seccon_facility #artcon_gallery ul li {
    float: left;
    max-width: 310px;
    display: block;
    position: relative;
    margin: 10px 25px 30px 0;
  }

  .facility #seccon_facility #artcon_gallery ul li:last-child {
    margin-right: 0px;
  }

  .facility #seccon_facility #artcon_gallery ul li img.sum {
    border-radius: 5px;
    height: 218px;
    width: 310px;
    margin: auto auto 20px auto;

  }

  .facility #seccon_facility #artcon_gallery ul li .fancybox:hover img {
    opacity: 0.8;

  }

  .facility #seccon_facility #artcon_gallery ul li .title {
    display: block;
    border-bottom: dashed 1px #cce8f6;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    color: #4f89c0;
    padding-bottom: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .facility #seccon_facility #artcon_gallery ul li .title .subtitle {
    font-size: 12px;
  }

  /* facility end */
  /* reserve */
  .reserve h2 {
    background: url(../img/reserve/h2_back.png) no-repeat right top, #fff;
  }

  .reserve .div_first,
  .reserve .div_second {
    margin-top: 60px;
  }

  .reserve .div_first .title {
    width: 420px;
  }

  .reserve .div_second .title {
    width: 320px;
  }

  .reserve .div_first .title,
  .reserve .div_second .title {
    margin-bottom: 30px;
  }

  .reserve .div_first ol,
  .reserve .div_second ol {
    counter-reset: number;
    list-style: outside none none;
  }

  .reserve .div_first ol li,
  .reserve .div_second ol li {
    margin-bottom: 15px;
    margin-left: 45px;
    padding-top: 10px;
    font-size: 16px;
    position: relative;
  }

  .reserve .div_first ol li:before,
  .reserve .div_second ol li:before {
    border-radius: 10%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -40px;
    line-height: 1.7em;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 5;
  }

  .reserve .div_first ol li:before {
    background: #4f89c0;
  }

  .reserve .div_second ol li:before {
    background: #f8b62d;
  }

  /*	
.reserve #seccon_chapter02 #artcon_mobile .qrcord{
	width:100px;
	float:left;
	margin-top:15px;
	margin-right:30px;
}
.reserve #seccon_chapter02 #artcon_mobile .p_bt01{
	width:300px;
	float:left;
	margin-top:10px;
}
.reserve #seccon_chapter03 #artcon_pc .p_bt01{
	width:250px;
}
.reserve #seccon_chapter03 .text_notice03{
	margin-top:30px;
}*/
  .reserve .sec_contents #artcon_system > p {
    margin-bottom: 25px;
  }

  .reserve #artcon_mobile .text_notice03 {
    clear: both;
  }

  .reserve #artcon_mobile .text_notice03 .line {
    width: 50px;
    margin-bottom: -5px;
  }

  .reserve .sec_contents .application {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 35px;
    border: double 3px #4f89c0;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
  }

  .reserve #artcon_application .application {
    border: double 3px #f8b62d
  }

  .reserve #artcon_mobile .qrcord {
    display: block;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }

  .reserve #artcon_mobile .p02 {
    margin-top: 40px;
  }

  .reserve #artcon_mobile .p_bt01 {
    display: block;
    margin: 15px auto;
  }

  .reserve #artcon_mobile .application {
    padding: 25px 30px;
    margin: 0 auto 30px;
  }

  .reserve #artcon_application .div_appli {
    margin-top: -60px;
  }

  .reserve #artcon_application .div_appli .link_application {
    width: 125px;
    background: #fff;
    padding: 15px 15px 10px;
    margin: 5px 0 10px 5px;
    position: relative;
    top: 16px;
  }

  .reserve #artcon_application .div_appli .text_st04 {
    display: inline-block;
    margin-bottom: -3px;
    position: relative;
    top: -15px;
  }

  .reserve .sec_contents #artcon_application .div_qr {
    margin: 10px auto;
    display: inline-block;
    width: 100%;
    padding: 0 200px;
  }

  .reserve #artcon_application .div_qr div {
    width: 260px;
    margin: 0 20px 10px;
    text-align: center;
    display: block;
    float: left;
  }

  .reserve #artcon_application .div_qr h4 {
    width: 100%;
    text-align: center;
  }

  .reserve #artcon_application .div_qr .im_appstore {
    margin: 2px;
    width: 110px;
  }

  .reserve #artcon_application .qrcord {
    width: 90px;
  }

  .reserve #artcon_application .div_qr .im_googleplay {
    width: 125px;
  }

  .reserve #artcon_application .div_appli p.text_st01 {
    font-size: 22px;
    line-height: 25px;
  }

  .reserve #artcon_reservesystem #first_treat {
    padding-top: 40px;
    margin-top: 0;
  }

  /* reserve end */
  /* coming */
  .coming h2 {
    background: url(../img/coming/h2_back.png) no-repeat right top, #fff;
  }
  .coming #seccon_messege .p01 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;

  }
  .coming #artcon_application .time {
    padding-left: 90px;
    position: relative;
    line-height: 2;
  }
  .coming #artcon_application .time .span_hl02 {
    position: absolute;
    left: 0;
  }
  .coming #artcon_application .div_topic01 {
    width: 520px;
  }
  .coming #artcon_application .div_h4:nth-child(2) .span_hl02:first-child {
    margin-left: 0px;
  }

  /*coming end*/
  /* post common*/
  #seccon_post {
    margin-top: 80px !important;
  }

  #seccon_post #artcon_page .art_postsingle,
  .news #seccon_post #artcon_page .art_postlists {
    margin-bottom: 30px;
    padding-bottom: 30px;
    float: left;
    width: 80%;
  }


  #seccon_post #artcon_page .art_postsingle .contents_post {
    margin-bottom: 60px;
  }

  #seccon_post #artcon_page .art_postsingle .contents_post:last-child {
    margon-bottom: 0px;
  }

  #seccon_post #artcon_page .art_postsingle h3 {
    padding-left: 5px;
  }

  #seccon_post #artcon_page .art_postsingle h3 .d_catagory a {
    font-size: 12px;
    margin-right: 15px;
  }

  #seccon_post #artcon_page .art_postsingle h3 .title a,
  #seccon_post #artcon_page h3 .title {
    font-size: 20px;
    color: #3B3B3B;
    text-decoration: none;
    transition: all 0.2s linear;

  }

  #seccon_post #artcon_page h3 .title a:hover {
    color: #6886c4;
  }

  #seccon_post #artcon_page .d_catagory.whatsnews a {
    color: #f4a022;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s linear;
  }

  #seccon_post #artcon_page .d_catagory.whatsnews a:hover {
    color: #ccc;
  }

  #seccon_post #artcon_page .sidenavi {
    float: right;
    font-size: 12px;
    padding: 0 10px;
    width: 20%;
  }

  #seccon_post #artcon_page .sidenavi ul {
    margin-bottom: 15px;
  }

  #seccon_post #artcon_page .sidenavi li.main {
    background: #fff;
    border: solid #f4a022 1px;
    color: #f4a022;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
  }

  #seccon_post #artcon_page .sidenavi li {
    border-bottom: dashed 1px #585858;
    padding: 10px 0;
  }

  #seccon_post #artcon_page .sidenavi li a {
    color: #3F3F3F;
  }

  #seccon_post #artcon_page .wp-prev-next .post {
    margin: 20px auto;
    width: 100%;
    display: block;
    position: relative;
  }

  #seccon_post #artcon_page .wp-prev-next .post li {
    display: block;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.prev {
    background: #fff;
    border: 1px solid #6886c4;
    width: 120px;
    transition: all 0.2s linear;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.next {
    background: #6886c4;
    border: 1px solid #6886c4;
    width: 120px;
    transition: all 0.2s linear;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.prev {
    float: left;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.next {
    float: right;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.prev a {
    color: #6886c4;
    text-decoration: none;
    padding-left: 20px;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.next a {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.prev:hover {
    background: #E8F7FF;
    border: 1px solid #4f89c0;
    width: 120px;
    transition: all 0.2s linear;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.next:hover {
    background: #4f89c0;
    border: 1px solid #4f89c0;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.prev:before {
    content: "◀";
    color: #6886c4;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.next a:before {
    content: "▶";
    color: #fff;
    float: right;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.topics_navi {
    background: #f28125;
    border: 1px solid #f28125;
    width: 150px;
    margin: auto;
    display: block;
    text-align: center;
  }

  #seccon_post #artcon_page .wp-prev-next .post li.topics_navi a {
    color: #fff;
  }

  #seccon_post #artcon_page .art_postsingle .contents_post .maincon .times_day,
  .news #seccon_post #artcon_page .art_postlists .d_day {
    font-size: 12px;
    color: #464646;
  }

  /* post list */


  .news #seccon_post #artcon_page .art_postlists li {
    border-bottom: solid 1px #ccc;
    padding: 15px 15px 30px 15px;
  }

  .news #seccon_post #artcon_page .art_postlists li .t_date {
    font-size: 18px;
    color: #525252;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s linear;

  }

  .news #seccon_post #artcon_page .art_postlists li .t_date:hover {
    color: #6886c4;
  }

  .news #seccon_post #artcon_page .art_postlists li .t_date:before {
    content: "▶";
    color: #6886c4;
    margin-left: 5px;
    float: right;
  }

  .news #seccon_post #artcon_page .art_postlists li .date {
    display: inline;
    margin-right: 10px;
    width: 200px;
  }

  /* post news*/
  .news h2 {
    background: url(../img/news/h2_back.png) no-repeat right top, #fff;
  }

  .news #seccon_post #artcon_page .contents_post {
    background: url(../img/common/bk_line.png) repeat top left;
    width: 100%;
    margin-bottom: 60px;
    padding: 10px 0 5px 0;
  }

  .news #seccon_post #artcon_page .contents_post .maincon {
    background: #fff;
    margin: 20px auto 10px auto;
    padding: 30px 20px;
  }

  .news #seccon_post #artcon_page .post_title {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho";
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;

  }

  .news #seccon_post #artcon_page .post_title .d_catagory a,
  .news #seccon_post #artcon_page .post_title .d_archive {
    border-top: solid 1px #4f89c0;
    display: block;
    width: 220px;
    margin: auto;
    padding-top: 5px;
    font-size: 25px;
    color: #000;

  }

  /*タブレット*/

}

@media all and (min-width: 680px) and (max-width: 1200px) {

  .first #seccon_chapter03 #artcon_price .div_topicwrap,
  .first #seccon_chapter03 #artcon_price .div_topic01 {
    width: 100%;
  }


  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a,
  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01b,
  .hospital #seccon_chapter07 #artcon_room #room_plural .room_img02a {
    width: 300px;
    display: block;

  }

  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a {
    margin-right: 5px;
  }

  .reserve .sec_contents #artcon_application .div_qr {
    padding: 0 17%;
  }

  .rese2 #artcon_reservesystem #first_treat {
    padding-top: 30px;
    margin-top: 0px;
  }



}

@media all and (min-width: 680px) and (max-width: 1100px) {

  /* header */
  header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  h1 {
    background: #f8b62d;
    width: 100%;

  }

  h1 span.keyword {
    color: #fff;
    width: 100%;
    font-weight: normal;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: auto;
  }

  header #header_top_sp {
    width: 100%;
    margin: auto;
    padding: 10px;
    background: #fff;
    display: block;

  }

  header #header_top_sp .header_top_sp_wrap {
    position: relative;
  }

  header #header_top_sp .header_logo_sp {
    float: left;
    width: 200px;
    margin-bottom: 10px;
  }

  header #header_top_sp .header_bt_reserve_sp,
  header #header_top_sp .header_bt_tel_sp {
    position: absolute;
    height: 90px;
  }

  header #header_top_sp .header_bt_tel_sp {
    width: 100px;
    right: 220px;
    top: 15px;
  }

  header #header_top_sp .header_bt_tel_sp img,
  header #header_top_sp .header_bt_reserve_sp img {
    width: 100%;
  }

  header #header_top_sp .header_bt_reserve_sp {
    width: 100px;
    right: 110px;
    top: 15px;
  }

  #gnavi,
  #header_top,
  header #gnavi_sp .ul_menu01 li a span {
    display: none;
  }

  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
  }

  #header_top_sp .bt_menu {
    background-image: url("../img/common/navimemu_sp_off.png");
    background-repeat: no-repeat;
    background-size: 100px auto;
    right: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 15px;
    width: 100px;
    z-index: 5000;
    height: 100px;
  }

  #header_top_sp .select {
    background-image: url("../img/common/navimemu_sp_on.png");
    background-repeat: no-repeat;
    background-size: 100px auto;
    height: 100px;
    right: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 15px;
    width: 100px;
    z-index: 15000;
  }

  header #gnavi_sp {
    background-color: #fff;
    border: 2px solid #17489c;
    border-radius: 5px;
    display: none;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 190px;
    width: 95%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 400px;
    z-index: 100 !important;
  }

  header .fixed #gnavi_sp {
    top: 150px;
  }

  header #gnavi_sp .ul_menu01 {

    width: 100%;
  }

  header #gnavi_sp .ul_menu01 li {
    float: left;
    width: 48%;
    border-bottom: 1px dotted #9fa0a0;
    box-sizing: content-box;
  }

  header #gnavi_sp .ul_menu01 li img {
    width: 100%;
    margin: auto;
    padding: 5px;

  }

  header #gnavi_sp .ul_menu01 li:nth-child(2n) {
    border-left: 1px dotted #9fa0a0;
  }

  header #gnavi_sp .ul_menu02 {
    margin: 10px auto;
    width: 60%;
  }

  header #gnavi_sp .ul_menu02 li:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  header #gnavi_sp .ul_menu02 li img {
    width: 100%;
    display: block;
    margin: auto;
  }

  #footer_top .footernavi {
    padding-left: 30px;
  }

  footer #footer_bottom {
    padding: 15px 0;
    width: 98%;
    margin: auto;
  }

  footer #footer_bottom .footerlogo {
    width: 150px;
    display: block;
    margin: 15px auto;
    float: none;
  }

  footer #footer_bottom .footer_clinicdate {
    text-align: center;
    float: none;
  }

  footer #footer_bottom .footer_clinicdate .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }

  footer #footer_bottom .footer_clinicdate .tel {
    display: block;
  }

  footer #footer_bottom .footer_clinicdate .copyright {
    font-size: 10px;
  }

  /* contents-parts */
  #contentsmain .sec_contents .art_contents .divcon_text,
  #contentsmain .sec_contents .art_contents .divcon_img {
    float: none;
  }

  #contentsmain .sec_contents .art_contents .divcon_text {
    width: 100%;
  }

  #contentsmain .sec_contents .art_contents .divcon_img {
    width: 50%;
    display: block;
    margin: 15px auto;
  }

  #contentsmain .sec_contents .art_contents .divcon_img img {
    display: block;
    margin: auto;
    width: 100%;
  }

  #contentsmain .sec_contents .art_contents .div_topic01 .ul_dec01 li {
    margin-bottom: 20px;
  }

  #contentsmain .sec_contents .art_contents .div_topic01 .ul_dec01 li:last-child {
    margin-bottom: 0px;
  }

  .text_pcclick_con {
    display: none;
  }

  .text_mobtab_con {
    display: block;
    color: #872414;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: auto auto auto 30px;
  }

  .text_mobtab_con:before {
    background: rgba(0, 0, 0, 0) url("../img/common/mark_tap.png") no-repeat scroll 0 0 / contain;
    content: " ";
    float: left;
    height: 35px;
    position: relative;
    top: -5px;
    width: 35px;
  }

  /* contents-parts */
  /* toppage */
  .toppage #seccon_topcontents #artcon_hours .table_time tr td {
    width: 65px;
  }

  .toppage #seccon_topcontents #artcon_hours .table_time tr:first-child th:nth-child(7) {
    width: 150px;
  }

  .toppage #seccon_topcontents #artcon_hours .table_time tr th:first-child br {
    display: block;
  }

  .toppage #seccon_topcontents #artcon_hours .table_time td .text_notice01 {
    font-size: 10px;

  }

  .toppage #seccon_linkfrom #artcon_linkfrom .div_calendarcon .title {
    margin-bottom: 20px;
  }

  .toppage #seccon_map #artcon_map .p01 .text_date {
    display: block;
    margin-left: 10px;
  }

  .medical #contentsmain .sec_contents #artcon_4d .divcon_img {
    width: 30%;
  }

  .medical #contentsmain .sec_contents #artcon_4d .divcon_text {
    width: 100%;
  }

  /*hospital*/
  .hospital #seccon_chapter07 #artcon_room #room_plural,
  .hospital #seccon_chapter07 #artcon_room #room_single {
    float: none;
    width: 100%;
  }

  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a {
    float: left;
    margin-right: 5px;
  }

  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01a,
  .hospital #seccon_chapter07 #artcon_room .div_h4 .room_img01b {
    width: 45%;
    display: block;

  }

  .hospital #seccon_chapter07 #artcon_room #room_plural img {
    display: block;
    margin: auto auto 15px;
    width: 50%;
  }

  .hospital #seccon_chapter07 #artcon_room .div_topic01 {
    margin-top: 15px;
  }

  .hospital #seccon_chapter07 #artcon_room #room_plural .div_topic01 {
    padding-bottom: 40px;
  }

  .hospital #seccon_chapter07 #artcon_room .div_topic02 {
    margin: 0px auto 30px auto;
    width: 560px;
  }

  /* facility */
  .facility #seccon_facility #artcon_gallery {
    width: 95%;
  }

  .facility #seccon_facility #artcon_gallery ul {
    margin: 30px auto 0 auto;
    width: 100% !important;
    max-width: 900px !important;
  }

  .facility #seccon_facility #artcon_gallery ul li {
    float: left;
    /*min-width:190px !important;
	max-width:200px !important;*/
    width: 32%;
    height: auto;
    display: block;
    position: relative;
    margin: 10px 5px 30px 0 !important;
  }

  .facility #seccon_facility #artcon_gallery ul li:last-child {
    margin-right: 0px;
  }

  .facility #seccon_facility #artcon_gallery ul li img.sum {
    width: 100% !important;
    overflow: hidden;
    height: auto !important;
    margin: auto auto 10px auto;

  }

  .facility #seccon_facility #artcon_gallery ul:nth-child(1) li:first-child,
  .facility #seccon_facility #artcon_gallery ul:nth-child(4) li:first-child {
    margin-bottom: 0px;
  }


  /* facility end */
  /*clinic*/


  .clinic #seccon_sanka .conceptnavi,
  .clinic #seccon_gyne .conceptnavi {
    width: 100%;
    display: block;
  }

  .clinic #seccon_sanka .conceptnavi li,
  .clinic #seccon_gyne .conceptnavi li {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
    text-align: left;

  }

  .clinic #seccon_sanka .conceptnavi li:last-child,
  .clinic #seccon_gyne .conceptnavi li:last-child {
    margin-bottom: 0px;
  }

  .clinic #seccon_sanka .conceptnavi li img,
  .clinic #seccon_gyne .conceptnavi li img {
    width: 150px;
    float: left;
    margin: auto 10px;
  }

  .clinic #seccon_sanka .conceptnavi li .title,
  .clinic #seccon_gyne .conceptnavi li .title {
    display: block;
    font-size: 16px;
    color: #eeb033;
    margin-bottom: 5px;
  }

  .clinic #seccon_sanka .conceptnavi li .text,
  .clinic #seccon_gyne .conceptnavi li .text {
    margin-left: 180px;
    margin-top: 30px;
  }

  .clinic #seccon_sanka .conceptnavi li .text br,
  .clinic #seccon_gyne .conceptnavi li .text br {
    display: none;
  }

  .clinic #artcon_messege .doc_kawakita {
    width: 75%;
    display: block;
    margin: auto;
    float: none !important;
  }

  .clinic #artcon_messege .doc_date {
    width: 100%;
    display: block;
    float: none;
  }

  .clinic #artcon_messege .doc_date .name,
  .clinic #artcon_messege .doc_date .prof,
  .clinic #artcon_messege .doc_date .doc_career,
  .clinic #artcon_messege .doc_date .ul_dec02 {
    width: 100% !important;
  }

  .clinic #artcon_messege .doc_date p {
    margin-bottom: 0px;
  }

  .clinic #artcon_messege .doc_date .name,
  .clinic #artcon_messege .doc_date .prof,
  .clinic #artcon_messege .doc_date .doc_career,
  .clinic #artcon_messege .doc_date .ul_dec02 {
    border-bottom: #4f89c0 solid 1px;
    padding: 15px 0;
    font-size: 12px;
    width: 100%;
  }

  .clinic #artcon_messege .doc_date .name {
    margin-top: 15px;
  }

  .clinic #artcon_messege .doc_date .doc_career dl dt {
    display: inline-block;
    width: 80px;
    float: left;
  }

  .clinic #artcon_messege .doc_date .doc_career dl dd {
    margin-left: 85px;
  }

  .clinic #artcon_messege .doc_date .name {
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  }

  .clinic #artcon_messege .div_h4 .logo {
    width: 180px;
    margin-top: 50px;
  }

  .clinic #artcon_messege .div_h4 p {
    margin-left: 230px;
  }

  .clinic #seccon_connection {
    background: #cce8f6;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 0px !important;
  }

  .clinic #seccon_connection .con_facebook {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .clinic #seccon_connection .con_link {
    padding-top: 0px;
  }

  .clinic #seccon_connection .con_link .link_twitter img {
    max-width: 400px;
    width: 40%;
    float: left;
    margin-top: 30px;
    margin-right: 15px;
    display: block;
  }

  .clinic #seccon_connection .bt_blog {
    max-width: 500px;
    display: block;
    width: 100%;
  }

  .clinic #seccon_sanka #artcon_sanka #foodgallery {
    margin-top: 60px;
    margin-left: 0px;
  }

  #photogallery_wrap {
    width: 100%;
    margin: 30px auto auto;
  }

  /* clinic end */
  /* reserve */
  .reserve .sec_contents #artcon_application .div_qr {
    padding: 0;
  }

  .rese2 #artcon_reservesystem #first_treat {
    padding-top: 320px;
    margin-top: -280px;
  }

  /* reserve end */
  /* first */
  .first #seccon_chapter04 #artcon_father .div_topic02.dn_mob {
    display: none;
  }

  .first #seccon_chapter04 #artcon_father .div_topic02.dn_pc {
    display: block !important;
    margin-top: 20px;
    text-align: center;
  }



  /* post common*/
  #seccon_post #artcon_page .art_postsingle,
  .news #seccon_post #artcon_page .art_postlists {
    float: none;
    width: 100%;
  }

  #seccon_post #artcon_page .sidenavi {
    width: 100%;
    float: none;
    display: table;
  }

  #seccon_post #artcon_page .sidenavi ul {
    margin: 0px 10px 20px 10px;
    background: #fff;
    border-right: solid 3px #f28125;
    padding: 5px;
    font-size: 14px;
    display: table-cell;
    width: 30%;
    vertical-align: top;

  }

  #seccon_post #artcon_page .sidenavi ul:first-child {
    border-left: solid 3px #f28125;
  }

  #seccon_post #artcon_page .sidenavi li.main {
    background: #f28125;
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    text-align: center;
    font-weight: bold;
  }

  #seccon_post #artcon_page .sidenavi li {
    border-bottom: dashed 1px #585858;
    padding: 10px 0;
    display: block;

  }

  #seccon_post #artcon_page .sidenavi li a {
    color: #3F3F3F;


  }

  /* post list */
  .news #seccon_post #artcon_page .art_postlists {
    margin-bottom: 0px;
  }
}
