@charset "UTF-8";

  /* リセット CSS
  * --------------------------------------- */
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
  form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
  }
  a{
    text-decoration:none;
    /* color: #332719; */
  }
  table {
    border-spacing: 0;
  }
  fieldset,img {
    border: 0;
  }
  address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
  }
  strong{
    font-weight: bold;
  }
  ol,ul {
    list-style: none;
    margin:0;
    padding:0;
  }
  caption,th {
    text-align: left;

  }
  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-size: 30px;
    margin:0;
    padding:0;
    color: #332719;
    text-align: center;
    margin: 0 auto;
  }
  q:before,q:after {
    content:'';
  }
  abbr,acronym { border: 0;
  }

  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  /* カスタム CSS
  * --------------------------------------- */

  body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px ;
    color: #332719;
    text-align: left;
  }

  .bg_color {
    background-color: #FCFAF0;
  }

  .title {
    border-bottom: 4.5px dashed  #332719;
    width: 240px;
  }

  .contents_box {
    max-width: 1024px;
    width: 90%;
    padding: 100px 0 100px 0;
    margin: 0 auto;
  }

  .indent {
    padding-left: 8px;
    text-indent: -8px;
  }

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

  .pc_none{
    display: none;
  }

  /* <!-- メニューバー up--> */
  header {
    position:fixed;
    width: 100%;
    z-index: 99;
  }

  .menu {
    background-color: #FCFAF0;
    padding: 0 50px 0 50px;
  }

  .menu_new_line {
    display: block;
  }

  .menu_up li {
    max-width: 100%;
    display: inline;
  }

  .menu_up a {
    color: #332719;
  }

  .menu_up {
    display: flex;
    padding: 0 0 15px 0;
  }

  .menu_contents_box {
    max-width: 1024px;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }

  .menu_up_left {
    display: inline-flex;
    justify-content: space-between;
    width: 50%;
    position: relative;
  }

  /*「logo」のところ*/
  .log_img{
    padding: 10px 0 0 0;
    font-size: 60px;
    font-weight: bold;
  }

  .menu_up img {
    padding: 18px 0 0 0;
  }
  /*「logo」のところ*/

  /*「予約」マークのところ*/
  .menu_bt {
    background-image: url(../images/reservation.png);
    background-repeat:no-repeat;
    background-position:  51% 35%;
    display: inline-block;
    background-color: #F38B4C;
    padding: 60px 30px 35px 30px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    right: 0;
    top:0;
    border: 0;
    cursor:pointer;
    -webkit-appearance: none;
    color: #FFFFFF;
    font-size: 15px;
  }

  .menu_bt:hover {
    background-color: #f25500;
    -webkit-appearance: none;
    border-radius: 0 0 20px 20px;
  }
  /*「予約」マークのところ*/

  /*「営業日時」のところ*/
  .menu_up_text {
    font-size: 13px;
    color: #F38B4C;
    margin-left: auto;
    padding: 10px 0 0 0;
  }

  .new_line {
    padding: 0 0 0 50px;
  }
  .date_new_line {
    display: block;
    padding: 0 0 10px 0;
  }

  .tell_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    display: block;
  }

  /*「営業日時」のところ*/
  /* <!-- メニューバー up--> */

  /* <!-- メニューバー under--> */
  .menu_under ul {
    table-layout: fixed;
    display: table;
    width: 100%;
    text-align: center;
  }

    .menu_under li {
      display: inline-block;
      display: table-cell;
      vertical-align: middle;
      height: 50px;
    }

    .menu_under  a {
      color: #F38B4C;
    }

    .menu_under li img {
      margin: 0 auto;
      padding-top: 5px;
      height: 40px;
      display: block;
    }

    .menu_under li:not(:first-child){
      border-left: 4.5px dashed  #332719;
    }

  /* <!-- メニューバー under--> */

  /* <!-- TOPの画像--> */
  .bg {
    margin: 0 auto;
    margin-top: 230px;
    padding: 25% 0;
  }

  .bg_logo {
    width: 60%;
    position: absolute;
    top: 450px;
  }

  .top_img {
    width: 100%;
    background: url(../images/first_view.png) no-repeat center center;
    overflow-x: hidden;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  /* <!-- TOPの画像--> */
  /* .bg {
    background-image: url(../images/top_img.jpg);
    background-repeat:no-repeat;
    background-position:  center;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    height: 500px;
    padding-top: 200px;
    margin: 0 auto;
    width: 100%;
  } */
  /* <!-- TOPの画像--> */

  .notice_link{
    max-width: 1024px;
    width: 90%;
    margin: 50px auto;
  }

  .public_notice{
    text-align: center;
    border: 3px solid #F38A00;
    border-radius: 10px;
    padding: 20px 0;
    color: #F38A00;
    font-size: 30px;
    font-weight: bold;
  }

  .public_notice a{
    font-weight: bold;
    font-size: 30px;
    margin:0;
    padding:0;
    color: #F38A00;
    text-align: center;
    margin: 0 auto;
  }

  /* <!-- お知らせ--> */
  .news_contents_box {
    max-width: 1024px;
    width: 90%;
    padding: 100px 0 0 0;
    margin: 0 auto;
  }

  .news_underline {
    background: linear-gradient(transparent 60%, #FFFF91 0%)
  }

  .news_adjustment1 {
    display: block;
    padding: 5px 0 0 0;
  }

  .news_adjustment2 {
    display: block;
    padding: 20px 0 0 0;
  }

  .news_block {
    margin-top: 50px;
  }

  #news dl, #news dt {
   clear: left;
 }

  .news_border_line {
      border-bottom: 5px dotted #DBD7D7;
  }

  .news_block dt {
    float: left;
    /* border-bottom: 5px dotted #DBD7D7; */
  }

  .news_block dd {
    margin-bottom: 20px;
  }

  .day {
    font-weight: bold;
    background-color: #F38A00;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    margin: 0 35px 20px 0;
    width: 170px;
    text-align: center;
  }

  .news_contents {
    padding: 10px 0 30px 250px;
  }

  .fonts14{
    font-size: 14px;
  }

  .red{
    color:#ff0000;
  }

  .margin-left{
    margin-left: 240px;
  }

  .margin-left02{
    margin-left: 160px;
  }

  /* <!-- お知らせ--> */

  /* <!-- 診療日時--> */
  .pc_table {
    display: block ;
  }

  .sp_table {
    display: none ;
  }

  table.formTable  th, table td {
    text-align: center;
  }

  table.formTable  {
    border: solid 5px #F38A00;
    border-collapse: separate;
    width: 100%;
    border-spacing: 0;
    margin: 50px 0 10px 0;
    border-radius: 20px;
  }

  table.formTable  thead th,
  table.formTable tbody th,
  table.formTable tbody td {
    border-bottom: solid 5px #F38A00;
  }

  table.formTable  thead th + th,
  table.formTable td:not(:first-child) {
    border-left: solid 5px #F38A00;
  }

  table.formTable  tbody tr:last-child th,
  table.formTable tbody tr:last-child td {
    border-bottom: none;
  }

  .border_right th:not(:first-child){
    border-left: solid 5px #F38A00;
    width: 10%;
  }

  .long {
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  /* <!-- 診療日時-> */

  /* <!-- 院長からのご挨拶--> */
  .about_contents {
    width: 100%;
  }

  .right_box {
    border-radius: 20px;
    height: 170px;
    width: 160px;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 50px;
  }

  .about_description {
    margin-top: 50px;
    margin-bottom: 20px;
  }

 .about_row {
   display: flex;
   margin-top: 50px;
   margin-bottom: 50px;
 }

 .about_line {
   padding-bottom: 15px;
   border-bottom: 2px solid #DBD7D7;
   margin: 15px 0;
   width: 350px;
 }

 .about_line_height {
   line-height: 1.8;
 }

 .about_bold {
   font-weight: bold;
 }

 .about_mb {
   margin-bottom: 50px;
 }
  /* <!-- 院長からのご挨拶--> */

  /* <!--治療について --> */
  .about_treatment_box {
    width: 1024px;
    padding: 100px 0 100px 0;
    margin: 0 auto;
  }

  .dotted_lin_02 {
    border-bottom: 5px dotted #DBD7D7;
    width: 100%;
    margin-top: 5px;
  }

  .about_treatment_contents1 {
    margin: 30px 0 0 0;
  }

  .about_treatment_contents2 {
    padding-top: 100px;
  }

  .about_treatment_border_line {
    padding: 0 0 20px 0;
    border-bottom: 5px dotted #DBD7D7;
  }

  .pdf > a{
    color: #FFFFFF;
    border: 0;
    cursor:pointer;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #F28043;
    width: 100%;
    max-width: 200px;
    height: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    padding: 15px 20px;
  }

  .pdf:hover {
    opacity: 0.7;
    -webkit-appearance: none;
    border-radius: 20px;
  }

  .pdf > a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin-bottom: 3px;
  }

  .pdf_box {
    margin: 25px 0 12px 0;
  }

  .size30 {
    padding-top: 50px;
    font-size: 30px;
    font-weight: 100;
  }

  .size25 {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 0 0;
    color: #F38A00;
  }

  .price_details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 160px;
    border-bottom: 5px dotted #DBD7D7;
    padding: 30px 0 30px;
  }

  .size30_bg {
    border: solid 5px #F38A00;
    padding: 13px;
    color: #F28043;
    font-size: 30px;
    width: 32%;
    border-radius: 20px;
    text-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

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

  .price_details_right {
    padding:0 0 0 3%;
    width: 65%;
    display: flex;
    justify-content:space-around;
    flex-direction: column;
  }

  .line_up {
    vertical-align: 3px;
    font-size: 18px;
    color: #292929;
    padding: 0 0 0 8px;
  }

  .size15_linear {
    width: 190px;
    line-height: 2;
    font-size: 15px;
    padding: 3px 10px 3px 10px;
    background: linear-gradient(transparent 0%, #FAC559 0%);/* マーカー線 */
  }

  .size25_color {
    line-height: 2;
    color: #F28043;
    font-size: 25px;
  }

  /* <!--「もっと表示する」ボタン--> */
  .readmore_box {
    text-align: right;
    padding: 50px 0 0 0;
  }

  .readmore {
    background-color: #F28043;
    width: 200px;
    height: 55px;
    color: #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
    font-size: 18px;
  }

  .readmore:hover {
    background-color: #f25500;
    -webkit-appearance: none;
    border-radius: 20px;
  }

  .hide-text {
    display: none;
  }
  /*<!--「もっと表示する」ボタン-->  */
  /* <!--治療について --> */

  /* <!--設備紹介 --> */
  #facility img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: solid 5px #F38A00;
    object-fit: cover;
  }

  .facility_box {
    margin: 10px 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
  }

  .facility_img {
    width: 50%;
  }

  .facility_box p {
    margin: 10px 0 50px 0;
  }

  .facility_contents {
    display: flex;
    padding: 50px 0 0 0;
  }

  .facility_contents ul{
      display: table;
      width:100%;
  }

  .facility_contents ul > li:nth-child(2n+1) {
      clear: both;
  }

  .facility_contents ul > li:nth-child(odd) {
      display: table-cell;
      float: left;
      width: 48%;
      margin-right: 2%;
  }

  .facility_contents ul > li:nth-child(even) {
      display: table-cell;
      float: left;
      width: 48%;
      margin-left: 2%;
  }

  .facility_left {
    width: 50%;
    margin: 0 50px 0 0;
  }

  .facility_right {
    width: 50%;
  }

  .size_20 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1;
    padding: 0 0 5px 0;
  }

  .contents_right {
    padding: 0 0 0 20px;
    width: 50%;
  }

  .contents_left {
    float: left;
  }
  /* <!--設備紹介 --> */

  /* <!--交通アクセス --> */
  #access {
    padding: 100px 0 0 0 ;
    margin: 0 auto;
  }

  .access_box　{
    width: 1024px;
    padding: 50px 0 100px 0;
    margin: 0 auto;
  }

  .map {
    margin: 50px 0 10px 0;
    border-bottom: 5px solid #F38A00;
    border-top: 5px solid #F38A00;
  }

  iframe {
    margin:0 0 -7px 0 ;
    padding:0;
  }

  .access_contents_box {
    max-width: 1024px ;
    padding: 30px 0 100px 0 ;
    margin: 0 auto ;
    width: 90% ;
  }

  .map_img {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }

  .map_img img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }

  .left_img {
    vertical-align: top;
    width: 50%;
    margin-right: 30px;
  }

  .right_img {
    display: inline-block;
    width: 50%;
    text-align: left;
    height: auto;
  }

  .map_text p {
    padding-bottom: 30px;
  }

  .map_new_line {
    display: block;
    padding: 10px 0 0 0;
  }

  .map_bt_box {
    text-align: center;
    margin: 50px;
  }

  .map_bt  {
    border: 0;
    cursor:pointer;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #F28043;
    width: 100%;
    max-width: 300px;
    height: 60px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 20px;
    text-align: center;
    font-size: 25px;
  }

  .map_bt:hover {
    /* background-color: #f25500; */
    opacity: 0.7;
    -webkit-appearance: none;
    border-radius: 20px;
  }
  /* <!--交通アクセス --> */

  /* <!--お問い合わせ--> */
  /* #formWrap {
    padding: 50px 0 0 0;
  }

  .warning {
    font-size: 12px;
    padding: 0 0 40px 0;
  }

  table.contactTable {
    width: 100%;
  }

  table.contactTable
  th {
    text-align: left;
    padding: 40px 0 30px 0px;
    vertical-align: top;
    width: 200px;
  }

  table.contactTable
  td {
    padding: 30px 0 50px 30px;
    text-align: left;
  }

  textarea {
    resize: none;
  }

  .input_form01 {
    width: 98%;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .input_form02 {
    width: 98%;
    height: 300px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
  }

  .button_submit {
    border: 0;
    cursor:pointer;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #F38A00;
    width: 200px;
    height: 60px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    -webkit-appearance: none;
    text-align: center;
  }

  .but_center {
    text-align: center;
  }

  .button_submit:hover {
    background-color: #f25500;
    -webkit-appearance: none;
  } */

  /* 禁止カーソル */
  /* .button_submit[type="submit"][disabled]{
      background:#DCDCDC;
      cursor:not-allowed;
  } */
  /* 禁止カーソル */

  /*　お問い合わせのエラーmsg　*/
  /* input.input_form01.error {
    border-width:2px;
    border-style:solid;
    border-color: #ff0000;
    background:#FFE6E7;
  }
  textarea.input_form02.error {
    border-width:2px;
    border-style:solid;
    border-color: #ff0000;
    background:#FFE6E7;
  }

  label.error {
     color: #ff0000;
     background:none;
     border-style:none;
     border-width:none;
     padding-left: 10px; */
  }
  /*　お問い合わせのエラーmsg　*/
  /* <!--お問い合わせ--> */

  /* <!--footer--> */
  footer {
    margin-top: auto;
    text-align: center;
   }

   footer {
     background-color: #F28043;
     color: #FFFFFF;
     padding: 20px 0;
   }

  footer p {
    text-align: center;
  }

  /* <!--footer--> */

  /* ==thanks==*/
  /* #thanks{
  	margin: 100px auto;
  	width: 1000px;
  }

  #thanks a{
  	color: #63B737;
  }
  #thanks a:hover{
  	color: #80F09E;
  }

  #thanks h1{
  	color: #63B737;
  	font-size: 30px;
  	font-weight: bold;
  	text-align: left;
  }

  .thanks{
  	line-height: 1.6em;
  	text-align: left;
  	margin: 50px auto;
  } */
  /* ==thanks==*/


    @media screen and (min-width: 992px) {
      .sp_menu {
        display: none ;
      }
    }

    @media screen and (max-width: 991px) {

      .menu {
        display: none ;
      }

      .tel_text {
        font-size: 16px;
        font-weight: bold;
        line-height: 2.5;
      }

      .sp_call {
        display: inline-block;
        background-image: url(../images/call.png);
        background-repeat:no-repeat;
        background-size: 45%;
        background-position: 50% 45%;
        background-color: #F38B4C;
        text-align: center;
        padding: 40px 10px 10px 10px;
        margin: 0 15px 0 0;
        border-radius: 0 0 20px 20px;
        color: #FFFFFF;
        width: 50px;
        height: 15px;
      }

      .sp_call:hover {
        background-color: #f25500;
        -webkit-appearance: none;
        border-radius: 0 0 20px 20px;
    }

      .sp_menu {
        text-align: right;
        width: 100%;
        background-color: #FCFAF0;
        height: 85px;
        position: fixed;
      }

      .sp_g_nav {
        padding-right: 30px;
      }

      nav ul{
       height: 100%;
       overflow: auto;
       -webkit-overflow-scrolling: touch;
      }

      .sp_g_nav img {
        float: left;
        width: 159px;
        transform: translateY(10%);
        padding:15px 0 0 30px;
      }

      .menu_trigger,
      .menu_trigger span{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor :pointer;
      }

      .menu_trigger{
        position: relative;
        width: 50px;
        height: 50px;
        z-index: 2;
      }

      .menu_trigger span{
        position: absolute;
        background: #332719;
        width: 30px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
      }

      .menu_trigger span:nth-of-type(1){
        top: 15px;
      }

      .menu_trigger span:nth-of-type(2){
        top: 0;
        bottom: 0;
      }

      .menu_trigger span:nth-of-type(3){
        bottom: 15px;
      }

      .menu_trigger.active span:nth-of-type(1){
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
      }

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

      .menu_trigger.active span:nth-of-type(3){
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
      }

      .g_nav{
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 471px;
      }
      .g_nav .list{
        margin: 85px 0 0 0;
        background-color: rgba( 255, 255, 255, 0.9 );
        color: #E4DC8A;
        height: 320px;
      }
      .g_nav .list .item a{
        display: block;
        text-align: center;
        text-decoration: none;
        color: #332719;
        padding: 15px 15px;
      }
    }



    /* (タブレット)画面の横幅が991px~768pxまで*/
    @media screen and (min-width:768px) and (max-width:991px)  {
      body {
        font-size: 14px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        cursiveMeiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        color: #332719;
        text-align: left;
      }

      .bg_logo {
        width: 60%;
        position: absolute;
        top: 31%;
      }

      .right_box {
        border-radius: 20px;
        height: 170px;
        width: 160px;
        object-fit: cover;
        vertical-align: bottom;
      }
      /* 院長からのご挨拶*/

      /* 施設紹介*/
      .size_20 {
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 1;
      }

      .facility_box p {
        font-size: 13px;
      }
      /* 施設紹介*/

      /* access*/
      .map_img img {
        height: 300px;
      }
      /* access*/
    }
    /* (タブレット)画面の横幅が991px~768pxまで*/
