@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap,
.wrap__beautycare,
.wrap__dermatology {
  width: 100%;
}
.wrap__beuatycare {
  background: #feebeb;
}
.wrap__dermatology {
  background: #fff9f4;
}
.main__home,
.main__dermatology,
.main__beauty,
.main__contact,
.main__thanks {
  width: 80%;
  margin: 0 auto;
}
/* header */
.header {
  width: 80%;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
/* logo */
.logo {
  width: 300px;
}
.logo img {
  width: 100%;
}
/* logo */
/* gnav */
.en {
  font-size: 14px;
}
.gnav {
  width: 70%;
}
.gnav ul {
  display: flex;
  justify-content: flex-end;
}
.gnav ul li {
  margin: 0 16px;
  list-style-type: none;
  text-align: center;
}
.gnav ul li:last-child {
  margin-right: 0;
}
.gnav ul li a,
.gnav ul li a:link {
  color: #000;
  text-decoration: none;
}
.gnav ul li a:hover {
  color: #0c94b8;
}
/* gnav */
/* hamburger */
#gnav__hmg,
#gnav__hmg__dl {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fff9f4;
  opacity: 0.9;
  transition: all 0.6s;
}
#gnav__hmg__bt {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #ea7791;
  opacity: 0.9;
  transition: all 0.6s;
}
#gnav__hmg.panelactive,
#gnav__hmg__dl.panelactive,
#gnav__hmg__bt.panelactive {
  right: 0;
}
/*ナビゲーション*/
#gnav__hmg ul,
#gnav__hmg__dl ul,
#gnav__hmg__bt ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#gnav__hmg li,
#gnav__hmg__dl li,
#gnav__hmg__bt li {
  list-style: none;
  text-align: center;
}
#gnav__hmg li a {
  color: #0c94b8;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#gnav__hmg__dl li a {
  color: #72543d;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#gnav__hmg__bt li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*========= button =========*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 16px 24px 0 16px;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #0c94b8;
  width: 45%;
}
#dermatology .openbtn span {
  background-color: #72543d;
}
#beautycare .openbtn span {
  background-color: #ea7791;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*========= button =========*/
/* hamburger */
.openbtn {
  display: none;
}
/* header */

/* footer */
footer {
  width: 80%;
  margin: 0 auto;
}
footer .logo {
  margin: 0 auto;
}
.copy {
  padding-bottom: 56px;
  text-align: center;
}
/* nav */
.nav__top,
.nav__bottom {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.nav ul li {
  margin: 8px 16px;
  list-style-type: none;
}
.nav ul li a,
.nav ul li a:link {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.nav ul li a::after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.nav ul li a:hover::after {
  transform: scale(1, 1);
}
/* nav */
/* footer */

/* index.html */
.clinic__top {
  width: 100%;
  margin: 120px 0 80px;
  display: flex;
  justify-content: space-between;
}
.clinic__top__image {
  width: 100%;
}
.clinic__top__image img {
  width: 600px;
}
.clinic__top__reserve {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

/* reserve tel */
.reserve {
  width: 300px;
  padding: 16px 0;
  display: inline-block;
  background: #0c94b8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 24px 0 24px 0;
  text-align: center;
  transform: 0.3s;
}
.reserve a {
  text-decoration: none;
}
.reserve:hover {
  box-shadow: 0px 12px 24px rgba(20, 146, 175, 0.38);
  transform: translateY(-4px);
}
.inquiry {
  color: #fff;
}
.reserve__tel {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.reserve__tel a:hover {
  text-decoration: underline;
}
.reserve__time {
  width: 70%;
  margin: 0 auto;
  padding: 3px 0;
  background: #fff;
  border-radius: 25px;
  color: #0c94b8;
}
.reserve__time__footer {
  width: 100%;
  margin: 0 auto;
  padding: 3px 0;
  background: #fff;
  border-radius: 25px;
  color: #0c94b8;
}
/* reserve tel */

/* timetable */
.medical__timetable__top,
.medical__timetable__footer {
  width: 480px;
  padding: 32px 3px 16px;
  background: #e9eef3;
  border-radius: 24px 0 24px 0;
}
.medical__timetable__top {
  margin-top: 40px;
}
.medical__timetable__footer {
  margin: 80px auto 120px;
}
.timetable table {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
  /* border-spacing: 0; */
  border: 1px solid #333;
  /* border-radius: 8px; */
}
.timetable th,
.timetable td {
  padding: 0.8em 0.3em;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.timetable thead {
  border-bottom: 0.8px solid #333;
  background: #7acfd6;
  /* border-radius: 8px 8px 0 0; */
}
.timetable tbody {
  border-bottom: 0.8px solid #333;
}
.contact__area {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.medical__work {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.medical__department {
  margin: 8px 16px 0;
  padding: 0.2em 0.8em;
  background: #7acfd6;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
}
.medical__department__detail {
  margin: 8px 0 0;
  font-size: 14px;
}
/* timetable */

/* reserve mail */
.reserve__mail {
  width: 300px;
  height: 80px;
  padding: 0.8em 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #0c94b8;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.reserve__mail img {
  width: 50px;
  vertical-align: bottom;
}
.reserve__mail__text {
  color: #fff;
  font-size: 24px;
}
.contact__area a {
  display: inline-block;
  text-decoration: none;
}
.reserve__mail:hover {
  box-shadow: 0px 12px 24px rgba(20, 146, 175, 0.38);
  transform: translateY(-4px);
}
/* reserve mail */

/* news */
.news {
  width: 100%;
  display: flex;
}
.news_title__rsp {
  display: none;
}
.news__title {
  width: 20%;
  margin: 0 auto;
  border-right: 1px solid #333;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.news__title a {
  display: block;
  text-decoration: none;
}
.news__title:hover {
  opacity: 0.6;
}
.news__title h2 {
  font-size: 20px;
  font-weight: normal;
}
.news__btn__icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  padding: 0.1em 0 0 0.3em;
  background: #191970;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
}
.news__list__area {
  width: 80%;
}
.news__list__area dl {
  display: flex;
}
.news__list__area dt {
  margin-left: 32px;
}
.news__list__rsp {
  display: flex;
}
.bar1 {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  border: 0;
  display: block;
  background: #333;
}
.news__list {
  width: 5.6em;
  margin: 0 2.4em;
  padding: 0.1em 0;
  background: #7acfd6;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.news__list__area a {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.news__list__area a::after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.news__list__area a:hover::after {
  transform: scale(1, 1);
}
.news__all__rsp {
  display: none;
}
/* news */

/* aboutclinic */
.aboutclinic {
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 80px;
  background: #e9eef3;
}
.aboutclinic__title {
  padding: 80px 0 0 56px;
}
.aboutclinic__subtitle {
  margin: 56px auto 80px;
  text-align: center;
}
.aboutclinic__about {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutclinic__work {
  width: 50%;
}
.aboutclinic__work_comment01 {
  margin-bottom: 8px;
  color: #0c94b8;
  font-size: 18px;
  font-weight: 700;
}
.aboutclinic__work__text {
  margin: 16px 0 8px;
}
.aboutclinic__work ol {
  margin-top: 16px;
  margin-left: 24px;
}
.aboutclinic__work ol li {
  line-height: 1.8;
}
.doctor__name {
  margin-top: 16px;
  text-align: right;
}
.doctor__profile {
  width: 100%;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
}
.career,
.doctor__profile__detail {
  width: 50%;
}

.licence {
  margin-bottom: 24px;
}
.career h4,
.licence h4,
.accession h4 {
  width: 80%;
  margin: 0 auto 16px;
  padding: 0.3em 0;
  background: #0c94b8;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.career__item {
  width: 80%;
  margin: 0 auto;
  display: flex;
  text-indent: 1em;
}
.career__item p,
.licence__item p {
  margin-bottom: 0.8em;
}
.licence__item {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.licence__item__licence {
  text-indent: 1em;
}
.licence__item a {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.licence__item a::after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background: #191970;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.licence__item a:hover:after {
  transform: scale(1, 1);
}
.accession__area {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.accession__area__item01,
.accession__area__item02 {
  width: 100%;
  margin: 0 8px 0;
}
.accession__area__item01 p,
.accession__area__item02 p {
  margin-bottom: 0.8em;
}
/* aboutclinic */

/* access */
.access {
  width: 90%;
  margin: 80px auto 120px;
  display: flex;
  justify-content: space-between;
}
.map img,
.clinicexterior img {
  width: 520px;
  border: 0.8px solid#333;
  border-radius: 8px;
}
.access__link {
  width: 10em;
  margin: 0.6em 0 0.6em auto;
  background: #0c94b8;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: 0.3s;
}
.access__link a {
  color: #fff;
  text-decoration: none;
}
.access__link:hover {
  background: #7acfd6;
}
.bar2 {
  width: 100%;
  height: 1px;
  border: 0;
  display: block;
  background: #0c94b8;
}
.access__subway,
.access__bus {
  margin-top: 1em;
  display: flex;
}
.access__guide {
  color: #0c94b8;
  margin-right: 1em;
}
/* access */

/* about__medical__department */
.about__medical__department {
  width: 100%;
  margin: 80px auto 120px;
  display: flex;
  justify-content: center;
  background: #e9eef3;
}
.dermatology,
.beautycare {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.dermatology img,
.beautycare img {
  width: 80%;
  margin: 56px auto 0;
}
.dermatology h2,
.beautycare h2 {
  margin: 80px 0 0;
}
.dermatology a,
.beautycare a {
  text-decoration: none;
}
.link__button {
  width: 50%;
  margin: 56px auto 120px;
  padding: 0.3em 0.8em;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
  color: #0c94b8;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.link__button:hover {
  background-color: #0c94b8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: 0.3s;
}
.link__button__icon {
  margin-left: 0.8em;
}
/* about__medical__department */

/* clinic__information */
.clinic__information {
  width: 80%;
  margin: 0 auto;
}
/* clinic__information */
/* index.html */

/* dermatology.html */
.dermatology__title {
  margin-top: 120px;
}
.dermatology__subtitle {
  margin-top: 80px;
  text-align: center;
}
.dermatology__subtitle h3 {
  color: #99b74e;
  font-size: 24px;
}
.dermatology__case {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
.dermatology__case01,
.dermatology__case02,
.dermatology__case03,
.dermatology__case04,
.dermatology__case05,
.dermatology__case06 {
  width: 28%;
  margin: 16px auto;
  padding: 56px 8px;
  border: 1px solid #99b74e;
  background: #fff;
  box-shadow: 8px 8px 0 0 #99b74e;
}
.dermatology__case01 h4,
.dermatology__case02 h4,
.dermatology__case03 h4,
.dermatology__case04 h4,
.dermatology__case05 h4,
.dermatology__case06 h4 {
  width: 6em;
  margin: 0 auto;
  padding: 0.1em 0;
  background: #99b74e;
  border-radius: 25px;
  color: #fff9f4;
  text-align: center;
  vertical-align: bottom;
}
.desease {
  margin: 1em 0;
  color: #99b74e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.medicaltreatment {
  width: 80%;
  height: 160px;
  margin: 0 auto 56px;
  color: #72543d;
}
.dermatology__case01 a,
.dermatology__case02 a,
.dermatology__case03 a,
.dermatology__case04 a,
.dermatology__case05 a,
.dermatology__case06 a {
  display: block;
  text-decoration: none;
}
.medicaltreatment__btn {
  width: 17em;
  margin: 0 auto;
  padding: 8px 0;
  background: #72543d;
  border-radius: 8px;
  color: #fff9f4;
  display: flex;
  justify-content: center;
  transform: 0.3s;
}
.medicaltreatment__btn:hover {
  background: #b8860b;
}
.medicaltreatment__btn__icon {
  margin-right: 0.8em;
}
.dermatology__othercase {
  width: 50%;
  margin: 56px auto 80px;
}
.link__btn {
  display: block;
}
.link__btn a {
  color: #fff;
  text-decoration: none;
}
.link__btn__brown {
  width: 18em;
  margin: 0 auto 120px;
  padding: 1em 0;
  color: #fff9f4;
  display: flex;
  justify-content: center;
  background: #72543d;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.link__btn__brown:hover {
  border: 2px solid #72543d;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #72543d;
  transition: 0.3s;
}
.link__btn__icon {
  margin-right: 0.8em;
}
/* dermatology.html */

/* beautycare.html */
.beautycare__title {
  margin-top: 120px;
}
.beautycare__comment {
  margin-top: 80px;
  color: #72543d;
  font-size: 24px;
  text-align: center;
}
.beautycare__case {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.beautycare__case h4 {
  color: #ea7791;
  font-size: 20px;
  font-weight: 700;
}
.beautycare__case img {
  width: 90%;
  margin-top: 32px;
}
.beautycare__case01,
.beautycare__case02,
.beautycare__case03 {
  width: 30%;
  margin: 16px auto;
  padding: 56px 8px;
  border: 1px solid #ea7791;
  background: #fff;
  box-shadow: 8px 8px 0 0 #ea7791;
  text-align: center;
}
.beautycaretreatment {
  width: 90%;
  height: 164px;
  margin: 32px auto;
  text-align: left;
}
.beautycare__case01 a,
.beautycare__case02 a,
.beautycare__case03 a {
  text-decoration: none;
}
.beautycaretreatment__btn {
  width: 19em;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(#ea7791, #f7bc84);
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
}
.beautycaretreatment__btn:hover {
  background: linear-gradient(#f7bc84, #ea7791);
}
.beautycaretreatment__btn__icon {
  margin-left: 0.6em;
}
.beautycare__list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.beautycare__list a {
  display: block;
  color: #72543d;
  text-decoration: none;
}
.link__button__beautycare {
  width: 240px;
  margin: 56px auto 120px;
  padding: 24px 0;
  border: 1px solid#ea7791;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px #333);
  transition: 0.3s;
}
.link__button__beautycare:hover {
  filter: drop-shadow(2px 2px 4px #333);
  transform: translateY(4px);
}
.beautycare__btn__icon {
  width: 32px;
  height: 32px;
  margin-right: 0.8em;
  padding: 0.1em 0 0 0.3em;
  background: #ea7791;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
}
/* beautycare.html */

/* contact.html */
.contact {
  width: 100%;
}
.contact__title {
  margin: 120px 0 0 120px;
}
/* reserve */
.reserve__contact {
  width: 300px;
  margin: 80px auto 0;
  padding: 16px 0;
  background: #0c94b8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 24px 0 24px 0;
  text-align: center;
  transform: 0.3s;
}
.reserve__contact a {
  display: inline-block;
  text-decoration: none;
}
.reserve__contact:hover {
  box-shadow: 0px 12px 24px rgba(20, 146, 175, 0.38);
  transform: translateY(-4px);
}
.reserve__time__contact {
  width: 100%;
  margin: 0 auto;
  padding: 3px 0;
  background: #fff;
  border-radius: 25px;
  color: #0c94b8;
}
/* reserve */
.contact__comment {
  width: 80%;
  margin: 24px auto 0;
  text-align: center;
}
.form {
  width: 80%;
  margin: 56px auto 120px;
  padding: 56px 120px 120px;
  background: #e9eef3;
  border-radius: 8px;
}
.form hr {
  margin: 32px 0;
}
.form__title {
  width: 30%;
  margin-right: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__title__last {
  width: 30%;
  margin-right: 56px;
  display: flex;
  justify-content: space-between;
}
.must {
  width: 3.6em;
  height: 2em;
  padding: 0.2em 0.6em;
  display: block;
  background: #ff4500;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.must_space {
  width: 0.24em;
  display: inline-block;
}
.form__contact {
  display: flex;
}
.form__contact__check dd {
  display: flex;
  flex-direction: column;
}
/* checkbox design */
.checkboxinput {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkboxinput__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.checkboxinput:hover > .checkboxinput__dammyinput {
  background: #ddd !important;
  border: solid 2px #333;
}
.checkboxinput__input:focus + .checkboxinput__dammyinput {
  background: #ddd !important;
  border: solid 2px #333;
}
.checkboxinput__input:checked + .checkboxinput__dammyinput {
  border: solid 2px #333;
  background: #fff;
}
.checkboxinput__input:checked + .checkboxinput__dammyinput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==")
    no-repeat center;
  background-size: contain;
}
.checkboxinput__dammyinput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #888888;
  background: #fff;
  border-radius: 4px;
}
.checkboxinput__labeltext {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}
/* checkbox design */
.form__name,
.form__email,
.form__tel,
.form__comment {
  display: flex;
}
.g_form {
  width: 400px;
  height: 2.4em;
  margin-bottom: 0.2em;
  border: 1px solid #333;
  border-radius: 3px;
}
.g_form_textarea {
  width: 400px;
  height: 10em;
  margin-bottom: 0.2em;
  border: 1px solid #333;
  border-radius: 3px;
}
.dialog {
  font-size: 14px;
}
.submit {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.submit_btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  padding: 12px 48px;
  background: #0c94b8;
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  box-shadow: 6px 6px 3px #666;
  border: 2px solid #0c94b8;
}
.submit_btn:hover {
  box-shadow: none;
  color: #0c94b8;
  background: #fff;
}
/* contact.html */

/* thanks.html */
.thanks {
  width: 60%;
  margin: 120px auto;
  text-align: center;
}
.thanks h1 {
  margin-bottom: 56px;
}
/* thanks.html */

/* =========== ここからresponsive =========== */
@media screen and (max-width: 1350px) {
  /* header */
  .header {
    width: 90%;
  }
  /* logo */
  .logo {
    width: 240px;
  }
  /* header */

  /* index.html */
  .clinic__top__image img {
    width: 560px;
  }
  /* timetable */
  .medical__timetable__top {
    width: 460px;
  }
  /* timetable */
  /* aboutclinic */
  .aboutclinic__about {
    width: 90%;
  }
  .career h4,
  .licence h4,
  .accession h4 {
    width: 86%;
  }
  .career__item {
    width: 86%;
  }
  .licence__item {
    width: 86%;
  }
  .accession__area {
    width: 86%;
    margin: 0 16px 0.8em;
  }
  /* aboutclinic */
  /* access */
  .map img {
    width: 420px;
  }
  .clinicexterior img {
    width: 460px;
  }
  /* access */
  /* index.html */

  /* dermatology.html */
  .dermatology__case01,
  .dermatology__case02,
  .dermatology__case03,
  .dermatology__case04,
  .dermatology__case05,
  .dermatology__case06 {
    width: 40%;
  }
  .dermatology__othercase {
    width: 80%;
  }
  /* dermatology.html */

  /* beautycare.html */
  .beautycare__case {
    display: block;
  }
  .beautycare__case01,
  .beautycare__case02,
  .beautycare__case03 {
    width: 88%;
    margin: 16px auto 32px;
  }
  .beautycare__list {
    width: 96%;
  }
  /* beautycare.html */

  /* contact.html */
  .contact__title {
    margin: 120px 0 0 56px;
  }
  .form {
    width: 96%;
    padding: 56px 80px 120px;
  }
  /* contact.html */
}
@media screen and (max-width: 1024px) {
  .main__home {
    width: 90%;
  }
  /* header */
  .gnav ul li {
    margin: 0 8px;
  }
  .gnav p {
    font-size: 14px;
  }
  .en {
    font-size: 12px;
  }
  /* header */

  /* index.html */
  .clinic__top__image img {
    width: 460px;
  }
  /* reserve tel */
  .reserve {
    width: 260px;
    padding: 8px 0;
  }
  .reserve__time {
    padding: 1px 0;
    font-size: 14px;
  }
  /* reserve tel */
  /* timetable */
  .medical__timetable__top {
    width: 420px;
    margin: 16px 0 0 8px;
    padding: 16px 3px 16px;
  }
  .timetable th,
  .timetable td {
    font-size: 14px;
  }
  .medical__department {
    margin: 8px 8px 0;
    font-size: 12px;
  }
  .medical__department__detail {
    font-size: 12px;
  }
  /* timetable */
  /* aboutclinic */
  .aboutclinic__doctor img {
    width: 360px;
  }
  .career__item,
  .licence__item,
  .accession__area {
    width: 90%;
    font-size: 14px;
  }
  .accession__area__item01,
  .accession__area__item02 {
    margin: 0 24px 0;
  }
  /* aboutclinic */
  /* access */
  .map img {
    width: 380px;
  }
  .clinicexterior img {
    width: 420px;
  }
  /* access */
  /* index.html */

  /* footer */
  footer {
    width: 98%;
  }
  .nav__top,
  .nav__bottom {
    width: 98%;
  }
  /* footer */
  /* contact.html */
  .form {
    width: 80%;
    padding: 56px 120px 120px;
  }
  .form hr {
    margin: 24px 0 32px;
  }
  .form__title,
  .form__title__last {
    width: 80%;
    margin-right: 0;
    justify-content: flex-start;
  }
  .form__title dd {
    margin-top: 8px;
  }
  .must {
    margin-left: 1.6em;
    font-size: 12px;
  }
  .form__contact,
  .form__name,
  .form__email,
  .form__tel,
  .form__comment {
    display: block;
  }
  .form__contact__check dd {
    display: flex;
    flex-direction: row;
  }
  .g_form {
    width: 360px;
    margin: 10px 0 0.2em;
  }
  .g_form_textarea {
    width: 360px;
    margin: 10px 0 0.2em;
  }
  .dialog {
    font-size: 12px;
  }
  /* contact.html */
}
@media screen and (max-width: 900px) {
  .main__home {
    width: 100%;
  }
  /* header */
  /* gnav */
  .gnav {
    display: none;
  }
  /* gnav */
  .openbtn {
    display: block;
  }
  /* header */
  /* index.html */
  .clinic__top {
    width: 80%;
    margin: 80px auto;
    display: block;
  }
  .clinic__top__image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .clinic__top__image img {
    width: 560px;
  }
  /* reserve tel */
  .clinic__top__reserve {
    width: 90%;
    margin: 56px auto 0;
    display: block;
    text-align: center;
  }
  /* reserve tel */
  /* timetable */
  .medical__timetable__top {
    width: 400px;
    margin: 56px auto 0;
  }
  /* timetable */
  /* news */
  .news {
    width: 90%;
    margin: 0 auto;
  }
  /* news */
  /* access */
  .map img {
    width: 360px;
  }
  .clinicexterior img {
    width: 400px;
  }
  /* access */
  /* index.html */
  /* dermatology.html */
  .dermatology__case01,
  .dermatology__case02,
  .dermatology__case03,
  .dermatology__case04,
  .dermatology__case05,
  .dermatology__case06 {
    width: 46%;
    padding: 32px 8px;
  }
  /* dermatology.html */
  /* beautycare.html */
  .beautycare__list {
    display: block;
    margin: 32px 0 80px;
    text-align: center;
  }
  .link__button__beautycare {
    width: 200px;
    margin: 32px auto;
    padding: 16px 0;
  }
  /* beautycare.html */
  /* contact.html */
  .form {
    width: 90%;
    padding: 56px 80px 120px;
  }
  /* contact.html */
  /* thanks.html */
  .thanks {
    width: 80%;
  }
  /* thanks.html */
}
@media screen and (max-width: 768px) {
  /* footer */
  footer {
    font-size: 14px;
  }
  /* footer */
  /* index.html */
  /* aboutclinic */
  .aboutclinic__title h2 {
    font-size: 20px;
  }
  .aboutclinic__subtitle {
    margin: 56px auto;
    text-align: center;
  }
  .aboutclinic__about {
    display: block;
    text-align: center;
  }
  .aboutclinic__work {
    width: 80%;
    margin: 56px auto;
  }
  .doctor__profile {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .aboutclinic__work_comment01,
  .aboutclinic__work_comment02,
  .aboutclinic__work__text,
  .aboutclinic__work ol {
    text-align-last: left;
  }

  .doctor__name {
    text-align: right;
  }
  .career,
  .doctor__profile__detail {
    width: 80%;
    margin: 0 auto;
  }
  .career h4,
  .licence h4,
  .accession h4 {
    width: 90%;
    margin: 32px auto 16px;
  }
  /* aboutclinic */

  /* access */
  .access {
    display: block;
  }
  .map {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .map img {
    width: 460px;
  }
  .clinicexterior {
    display: none;
  }
  .access__detail {
    width: 80%;
    margin: 0 auto;
  }
  .access__link {
    margin: 0.6em 60px 0.6em auto;
  }
  /* access */

  /* about__medical__department */
  .about__medical__department {
    display: block;
  }
  .dermatology {
    padding-top: 32px;
  }
  .beautycare {
    padding-bottom: 32px;
  }
  /* about__medical__department */

  /* clinic__information */
  .contact__area {
    justify-content: space-between;
  }
  /* clinic__information */
  /* index.html */
  /* dermatology.html */
  .dermatology__title {
    margin-top: 80px;
  }
  .dermatology__title h2 {
    font-size: 20px;
  }
  .dermatology__subtitle h3 {
    font-size: 20px;
  }
  .dermatology__case {
    display: block;
  }
  .dermatology__case01,
  .dermatology__case02,
  .dermatology__case03,
  .dermatology__case04,
  .dermatology__case05,
  .dermatology__case06 {
    width: 70%;
    margin: 32px auto;
  }
  /* dermatology.html */
  /* beautycare.html */
  .beautycare__title {
    margin-top: 80px;
  }
  .beautycare__comment {
    margin-top: 80px;
    color: #72543d;
    font-size: 20px;
    text-align: center;
  }
  .beautycare__title h2 {
    font-size: 20px;
  }
  .beautycare__title h3 {
    font-size: 20px;
  }
  /* beautycare.html */
  /* contact.html */
  .contact__title {
    margin: 120px 0 0 32px;
  }
  .form {
    width: 86%;
    padding: 56px 32px 120px;
  }
  .form hr {
    margin: 16px 0 32px;
  }
  /* contact.html */
}
@media screen and (max-width: 600px) {
  /* footer */
  .nav__bottom {
    width: 50%;
    display: block;
    text-align: center;
  }
  /* footer */
  /* index.html */
  .clinic__top__image img {
    width: 400px;
  }
  /* news */
  .news {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .news_title__rsp {
    margin: 0 auto 32px;
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .news__title {
    display: none;
  }
  .news__list__area {
    width: 90%;
  }
  .news__list__area dl {
    display: block;
  }
  .news__detail__list {
    margin: 8px 0 0 16px;
  }
  .news__all__rsp {
    display: block;
  }
  .news__all {
    width: 300px;
    margin: 40px auto;
    padding: 0.3em 0;
    display: flex;
    justify-content: center;
    background: #191970;
    color: #fff;
  }
  .news__all__rsp a {
    text-decoration: none;
  }
  .news__all__rsp:hover {
    opacity: 0.6;
  }
  .news__all__item {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .news__all__icon {
    width: 10%;
  }
  /* news */
  /* aboutclinic */
  .doctor__profile {
    width: 100%;
  }
  /* aboutclinic */
  /* access */
  .map img {
    width: 400px;
  }
  .access__link {
    margin: 0.6em 30px 0.6em auto;
  }
  /* access */
  /* clinic__information */
  .contact__area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .reserve {
    margin-bottom: 56px;
  }
  .medical__timetable__footer {
    width: 400px;
  }
  /* clinic__information */
  /* index.html */

  /* dermatology.html */
  .medicaltreatment__btn {
    font-size: 14px;
  }
  .link__btn__brown {
    font-size: 14px;
  }
  /* dermatology.html */
  /* contact.html */
  .g_form {
    width: 300px;
  }
  .g_form_textarea {
    width: 300px;
  }
  /* contact.html */
}
@media screen and (max-width: 426px) {
  /* index.html */
  .clinic__top {
    width: 98%;
  }
  .clinic__top__image img {
    width: 340px;
  }
  /* timetable */
  .medical__timetable__top {
    width: 340px;
  }
  .medical__work {
    margin-top: 0.8em;
    display: block;
  }
  .medical__department {
    width: 6em;
    margin: 0 auto 0 0.8em;
  }
  /* timetable */
  /* news */
  .news {
    width: 90%;
  }
  .news__list__area {
    margin: 0 auto;
  }
  /* news */
  /* aboutclinic */
  .aboutclinic__title {
    padding: 80px 0 0 24px;
  }
  .aboutclinic__work {
    width: 90%;
  }
  .aboutclinic__doctor img {
    width: 320px;
  }
  .career,
  .doctor__profile__detail {
    width: 98%;
  }
  .career__item,
  .licence__item {
    width: 98%;
    font-size: 12px;
  }
  .accession__area {
    width: 96%;
    margin: 0 auto;
    font-size: 12px;
  }
  /* aboutclinic */
  /* access */
  .map {
    width: 98%;
  }
  .map img {
    width: 320px;
  }
  .access__detail {
    width: 96%;
  }
  .access__subway,
  .access__bus {
    display: block;
  }
  /* access */
  /* about__medical__department */
  .dermatology img,
  .beautycare img {
    width: 90%;
  }
  .link__button {
    width: 80%;
    font-size: 18px;
  }
  /* about__medical__department */
  /* clinic__information */
  .clinic__information {
    width: 98%;
  }
  .medical__timetable__footer {
    width: 340px;
  }
  /* clinic__information */
  /* index.html */

  /* dermatology.html */
  .dermatology__case01,
  .dermatology__case02,
  .dermatology__case03,
  .dermatology__case04,
  .dermatology__case05,
  .dermatology__case06 {
    width: 90%;
    margin: 32px auto;
  }
  .desease {
    font-size: 18px;
  }
  /* dermatology.html */
  /* beautycare.html */
  .main__beauty {
    width: 90%;
  }
  .beautycare__comment {
    margin-top: 56px;
    font-size: 16px;
  }
  .beautycare__case h4 {
    font-size: 18px;
  }
  .beautycaretreatment__btn {
    font-size: 14px;
  }
  /* beautycare.html */
  /* contact.html */
  .contact__title {
    margin: 120px 0 0 16px;
  }
  .form {
    width: 100%;
    padding: 56px 8px 120px;
  }
  .g_form {
    width: 280px;
  }
  .g_form_textarea {
    width: 280px;
  }
  /* contact.html */
}
/* reserve */
.reserve__contact {
  width: 280px;
  margin: 56px auto 0;
}
/* reserve */
/* ここからresponsive */
