@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 66%;
  line-height: 1.8;
}

body {
  font-size: 1.4rem;
  width: 100%;
}

@media screen and (max-width: 979px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ten-mincho, serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2em;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

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

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
.lower-container p {
  font-size: 1.2rem;
}
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
.pc_img {
  display: none!important;
}
}

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

.line {
  text-decoration: underline;
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

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

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.heading_01 {
  font-size: 2.6rem;
}

@media screen and (max-width: 979px) {
  .heading_01 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.heading_02 {
  font-size: 2.4rem;
}

@media screen and (max-width: 979px) {
  .heading_02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.heading_03 {
  color: #fff;
  background: #f7931e;
  font-size: 1.6em;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 979px) {
.heading_03 {
    color: fff;
    font-size: 1.3em;
    margin-top: 1em;
    padding: 10px 10px;
    border-radius: 10px;
}
}

.container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 90px;
}

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

@media screen and (max-width: 979px) {
  .container {
    padding: 50px 15px 60px;
  }
}

/*------------- header -------------*/

.header_heading {
  width: 100%;
  position: fixed;
  height: 100px;
  z-index: 10;
  background: #fff;
}

@media screen and (max-width: 979px) {
  .header_heading {
    height: 140px;
  }
}

.header_heading h1 {
  margin: 0;
}

img.header_heading_logo {
  width: 100%;
  max-width: 232px;
  height: auto;
  float: left;
  padding: 15px;
  margin-left: 50px;
  border-top: 15px solid #f7931e;
}

@media screen and (max-width: 979px) {
  img.header_heading_logo {
    float: none;
    margin: 15px auto 0;
    display: block;
    max-width: 190px;
    border: none;
  }
}

.header_navi {
  float: right;
  margin: 37px 50px 37px 0;
}

@media screen and (max-width: 979px) {
  .header_navi {
    float: none;
    margin: 10px auto 15px;
    max-width: 400px;
  }
}

.header_navi_list {
  float: right;
}

.header_navi::after {
  content: "";
  clear: both;
}

.header_navi_list_item {
  float: left;
  padding-right: 30px;
  font-size: 1.2em;
}

@media screen and (max-width: 979px) {
  .header_navi_list_item {
    font-size: 1.1em;
  }
}

.header_navi_list_item::before {
  content: "●";
  color: #f7931e;
  padding-right: 5px;
  font-style: normal;
}

.main-visual {
  background-image: url(./assets/img/top_image.jpg);
  position: relative;
  background-position: center center;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 100px;
}

@media screen and (max-width: 979px) {
  .main-visual {
    top: 140px;
    height: 300px;
  }
}

p.main-visual_txt {
  writing-mode: vertical-rl;
  background-color: rgba(255,255,255,0.45);
  height: 100%;
  margin-left: 50px;
  width: 370px;
  padding-top: 30px;
  padding-right: 150px;
  font-size: 2em;
  color: #542d26;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  p.main-visual_txt {
    text-align: center;
    writing-mode: horizontal-tb;
    width: 100%;
    margin: 0;
    height: auto;
    padding: 30px;
    top: 80px;
    font-size: 1.5em;
    display: block;
    position: absolute;
  }
}

main {
  margin-top: 100px;
}

@media screen and (max-width: 979px) {
  main {
    margin-top: 140px;
  }
}

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

/* 共通 */

h2 {
  margin-bottom: 50px;
  max-height: 50px;
  width: auto;
  text-align: center;
}

h2 img {
  max-height: 55px;
  width: auto;
}

@media screen and (max-width: 979px) {
  h2 {
    margin-bottom: 30px;
  }
}

/*------------- 当院について -------------*/

.about p {
  text-align: center;
}

.img-list {
  margin-top: 50px;
  width: 100%;
}

.img-list img {
  width: 33.333333%;
  padding: 2px;
  float: left;
}

@media screen and (max-width: 700px) {
  .img-list {
    margin-top: 30px;
  }
  .img-list img {
    width: 100%;
  }
}

.thought::after {
  content: "";
  clear: both;
}

/*------------- 診療内容 -------------*/

.shinryo {
  background: #f2f2f2;
}

.shinryo-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/*------------- 各院紹介 -------------*/

.point-box {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 700px) {
  .point-box {
    margin-top: 30px;
  }
}

.point-box-item {
  padding: 15px;
  border-right: 2px solid #542d26;
}

@media screen and (max-width: 700px) {
  .point-box {
    display: block;
    width: 100%;
  }
  .point-box-item {
    border:none;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #542d26;
  }
}

.point-box-heading {
  font-size: 1.3em;
  background: #f7931e;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

img.outline {
  margin: 30px auto 30px;
  display: block;
}

.point-box-txt {
  line-height: 1.2;
}

.point-box-face {
  max-width: 150px;
  width: 100%;
  margin: 15px auto 15px;
  display: block;
}

.point-box-item table {
  border: none;
}

.point-box-item table th {
  width: 30px;
}

.point-box-item table th img {
  width: 30px;
}

.point-box-item table td {
  padding-left: 15px;
  line-height: 1.2;
}

.point-box-time {
  color: #542d26;
  border-left: 10px solid #542d26;
  padding-left: 5px;
}

.time-table {
  max-width: 400px;
  width: 100%;
}

.point-box-item a {
  display: block;
  width :100%;
  text-align: center;
  background: #f7931e;
  color: #fff;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .point-box-item a {
    background: #542d26;
  }
}

/*------------- リンクバナー -------------*/

.footer_link {
  background: #f2f2f2;
}

/*------------- footer -------------*/

.footer {
  background: #542d26;
  color: #fff;
}

.footer_heading_logo {
  max-width: 100px;
  margin: 0 auto 50px;
  display: block;
}

.footer_heading {
  text-align: center;
  font-size: 2em;
}

.footer_txt {
  text-align: center;
  line-height: 1.2;
}

.footer_b .footer_txt {
  text-align: left;
}

.copy {
  text-align: center;
}

.footer hr {
  margin: 30px 0 50px;
}