@charset "UTF-8";

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

  /* リセット 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;
  }

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

  /* 各項目のタイトルの破線 */
  .title {
    border-bottom: 4.5px dashed  #332719;
    width: 240px;
    text-align: center;
  }
  /* 各項目のタイトルの破線 */

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

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

  .bg_logo {
    width: 75%;
    position: absolute;
    top: 35%;
  }

  .top_img {
    width: 100%;
    background: url(../images/first_view.png) no-repeat top;
    overflow-x: hidden;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  /* <!-- TOPの画像--> */

  .notice_link{
    width: 90%;
    margin: 50px auto 0;
  }

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

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

  /* <!-- お知らせ--> */
  .news_contents_box {
    max-width: 740px;
    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_border_line {
      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 0 0;
    width: 170px;
    text-align: center;
  }

  .news_contents {
    padding: 20px 0 20px 0;
  }

  .fonts14{
    font-size: 14px;
  }

  .red{
    color:#ff0000;
  }


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

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

  #sp_table {
    display: block ;
  }

  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 {
    padding: 15px 18px 15px 18px ;
  }

  .new_line {
    display: block;
  }

  .date_new_line {
    display: block;
    padding: 0 0 20px 0;
  }
  /* <!-- 診療日時-> */

  /* <!-- 院長からのご挨拶--> */
  .about_contents {
    text-align: center;
  }

  .left_box {
    width: 100%;
    margin:0 0 20px 0;
    text-align: left;
  }

  .right_box {
    width: 160px;
    height: auto;
    margin:0 0 20px 0;
    border-radius: 20px;
  }

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

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

 .about_line_height {
   line-height: 1.8;
 }

 .about_bold {
   font-weight: bold;
   margin-top: 30px;
 }

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

  /* <!--治療について --> */
  .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 {
    padding: 15px 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: 20px;
    font-weight: 100;
  }

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

  .line_up {
    vertical-align : 3px;
    font-size: 15px;
    color: #332719;
    display: block;
  }

  .sp_center {
    border: solid 5px #F38A00;
    padding: 60px 10px 60px 10px;
    color: #F28043;
    text-align: center;
    font-size: 30px;
    border-radius: 20px;
  }

  .price_details {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
    border-bottom: 5px dotted #DBD7D7;
  }

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

  .size30_bg {
    border: solid 5px #F38A00;
    padding: 13px;
    color: #F28043;
    font-size: 30px;
    height: 130px;
    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;
  }

  .dotted_lin_03 {
    border-bottom: 5px dotted #DBD7D7;
    width: 100%;
    margin: 20px 0 30px 0;
  }

  .price_details_right {
    padding: 30px 0 0 0;
    margin: 0 0 35px 0;
  }

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

  .size25_color {
    color: #F28043;
    font-size: 25px;
    display: block;
    padding: 18px 0 18px 0;
  }

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

  .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_box {
    width: 100%;
    text-align: center;
    padding: 0 0 50px 0;
  }

  .facility_box P{
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }

  #facility img {
    width: 90%;
    height: 250px;
    border-radius: 20px;
    border: solid 5px #F38A00;
    object-fit: cover;
  }

  .facility_contents {
    padding-top: 50px;
  }

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

  .facility_right {
    width: 50%;
  }

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

  .contents_right {
  }

  .contents_left {
  }
  /* <!--設備紹介 --> */

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

  .access_box　{
    max-width: 740px;
    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 -5px 0 ;
    padding:0;
  }

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

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

  .map_img {
    display: inline-block;
    max-width: 100%;
    text-align: center;
  }

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

  .right_img {
    float: none;
    margin-top: 15px;
  }

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

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

  .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;
    -webkit-appearance: none;
    border-radius: 20px;
  }
  /* <!--交通アクセス --> */

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

  .warning {
    font-size: 12px;
    margin: 0 0 30px 0;
  }

  table.contactTable {
    width: 100%;
  }

  table.contactTable
  th {
    text-align: left;
    vertical-align: top;
    display: block;
  }

  table.contactTable
  td {
    padding: 5px 0 20px 0;
    display: block;
    text-align: left;
  }

  textarea {
    resize: none;
  }

  .input_form01 {
    width: 98%;
    height: 30PX;
    padding-left: 5px;
  }

  .input_form02 {
    width: 98%;
    height: 150px;
    padding-left: 5px;
    padding-top: 5px;
  }

  .but_center {
    text-align: center;
  }

  .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;
  }

  .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 {
    background-color: #F28043;
    color: #FFFFFF;
    margin-top: auto;
    text-align: center;
    padding: 20px 0;
  }

  footer p {
    text-align: center;
  }
  /* <!--footer--> */

  /* ==thanks==*/
  /* #thanks{
  	margin: 50px auto;
  	width: 95%;
  }

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

  #thanks h1{
  	color: #63B737;
  	font-size: 20px;
  	font-weight: bold;
  	text-align: left;
  	line-height: 1.4em;

  }

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

  /* ==thanks==*/

  /* <!-- ハンバーガーメニュー sp--> */
  @media screen and (min-width: 961px) {
    .sp_menu {
      display: none ;
    }
  }

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

    .menu {
  	display: none ;
     }

  	.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;
  	  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;
      z-index: 99;
  	}

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

  	.li_bt {
  	  padding: 0 10px 0 0;
  	}

  	.li_log {
  	  padding: 0 0 0 10px;
  	}


  	.sp_g_nav img {
  	  width: 159px;
  	  padding: 22px 10px 0 5px;
  	}

  	.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: 330px;
  	}

  	.g_nav .list .item a{
  	  display: block;
  	  text-align: center;
  	  color: #332719;
  	  padding: 15px 15px;
  	}
    /* <!-- ハンバーガーメニュー sp--> */
  }
