h1, h2, h3, h4, h5, h6, div, p, dt, dd, li, th, td {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#wrap {
  width: 1200px;
  margin: 0 auto;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignT {
  vertical-align: top !important;
}

.alignM {
  vertical-align: middle !important;
}

.alignB {
  vertical-align: bottom !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/*==================================================
header
==================================================*/
header {
  width: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 126px;
  margin: 0 auto;
}
header .logo {
  margin: 38px 0 0 62px;
}
header .logo img {
  width: 350px;
}
header .tel {
  margin: 42px 50px 0 0;
}
header .tel img {
  width: 340px;
}

/*==================================================
navi
==================================================*/
.menu {
  margin: 0 0 20px;
  padding-top: 20px;
  text-align: center;
}
.menu li {
  display: inline-block;
  border-right: 1px solid #ccc;
}
.menu li:last-child {
  border-right: none;
}
.menu a {
  display: block;
  padding: 0 22px;
  font-size: 20px;
}

/*==================================================
footer
==================================================*/
footer {
  width: 1200px;
  margin: 70px auto 0;
  background: #feeed4;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  margin: 55px auto 0px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
}
footer .inner dt img {
  width: 200px;
}
footer .inner dd {
  padding: 16px 0 0 18px;
}
footer .inner dd img {
  width: 200px;
}
footer .inner ul {
  width: 550px;
}
footer .inner li {
  text-align: center;
}
footer .inner .tel {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #f09cac;
}
footer .inner .address {
  margin: 15px 0;
  font-size: 18px;
}
footer .inner .time img {
  width: 550px;
}
footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

/*==================================================
layout parts
==================================================*/
main section > .inner {
  width: 850px;
  margin: 0 auto;
}
main section p {
  font-size: 18px;
  line-height: 1.8;
}
main section em {
  color: inherit;
}
main section .small {
  font-size: 90%;
}

/*==================================================
title
==================================================*/
.title-box {
  width: 850px;
  margin: 0 auto;
  padding: 0 0 12px;
  text-align: center;
  background: url("../img/common/title_line.png") 0 100% repeat-x;
}
.title-box .title {
  display: inline-block;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  background: url("../img/common/ico_chara.svg") 0 50% no-repeat;
  background-size: 30px auto;
}
.title-box .title img {
  height: 30px;
}

.title-ico {
  display: inline-block;
  padding: 5px 0 5px 32px;
  background: url("../img/common/ico_tooth.svg") 0 50% no-repeat;
  background-size: 24px auto;
  font-size: 20px;
}
.title-ico img {
  height: 24px;
}

/*==================================================
hr
==================================================*/
hr.dot {
  margin: 20px 0;
  border-top: 2px dotted #f09cac;
}

/*==================================================
chart
==================================================*/
.chart {
  width: 800px;
  margin: 0 auto;
}
.chart th, .chart td {
  padding: 8px 0;
  line-height: 1.6;
}
.chart th {
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.chart td {
  font-size: 14px;
}

.chart-under {
  width: 800px;
  margin: 0 auto;
}
.chart-under th, .chart-under td {
  padding: 20px 0px 5px 5px;
  line-height: 1.6;
}
.chart-under tr:last-child th,
.chart-under tr:last-child td {
  padding: 20px 0 10px 5px;
}
.chart-under tr {
  border-bottom: 1px solid #3E3A39;
}
.chart-under th {
  width: 180px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.chart-under td {
  font-size: 14px;
}

/*==================================================
visual
==================================================*/
#visual {
  width: 1200px;
  height: 495px;
  margin: 0 auto;
}

/*==================================================
bg
==================================================*/
#home {
  background: url("../img/home/bg01.svg");
  background-position: 945px 250px;
  background-size: 100px auto;
  background-repeat: no-repeat;
}

#concept {
  background: url("../img/concept/bg01.svg"), url("../img/concept/bg02.svg");
  background-position: 945px 120px, 80px 700px;
  background-size: 146px auto;
  background-repeat: no-repeat;
}

#info {
  background: url("../img/info/bg01.svg"), url("../img/info/bg02.svg"), url("../img/info/bg03.svg"), url("../img/info/bg04.svg");
  background-position: 1020px 140px, 30px 320px, 70px 840px, 980px 1200px;
  background-size: 150px auto, 130px auto, 100px auto, 80px auto;
  background-repeat: no-repeat;
}

#clinic {
  background: url("../img/clinic/bg01.svg");
  background-position: 160px 500px;
  background-size: 110px auto;
  background-repeat: no-repeat;
}

/*==================================================
top
==================================================*/
.news {
  width: 600px;
  margin: 0 auto;
}
.news li {
  margin-bottom: 20px;
}
.news dl {
  display: flex;
  width: 600px;
}
.news dt {
  width: 100px;
  font-size: 18px;
  line-height: 2;
}
.news dd {
  width: 500px;
  font-size: 18px;
  line-height: 2;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
}
.feature li {
  flex-basis: 177px;
}
.feature li img {
  width: 177px;
}
.feature dt {
  margin: 20px 0 10px;
}
.feature dt img {
  height: 20px;
}
.feature dd {
  font-size: 16px;
}

/*==================================================
concept
==================================================*/
.intro {
  line-height: 2.2;
}

.profile {
  width: 800px;
  margin: 0 auto;
}

.doctor {
  display: flex;
  justify-content: space-between;
}
.doctor dl {
  width: 400px;
  margin-top: 20px;
}
.doctor dt {
  font-size: 24px;
}
.doctor dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.doctor img {
  width: 350px;
}

/*==================================================
clinic
==================================================*/
.relative {
  position: relative;
}
.relative .comment {
  position: absolute;
  top: -80px;
  right: -80px;
}

.photo {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.movie {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.movie > div {
  width: 400px;
  text-align: center;
  font-size: 16px;
}
.movie > div img {
  vertical-align: middle;
}
.movie > div iframe {
  margin-top: 5px;
  aspect-ratio: 560/315;
}

/*==================================================
info
==================================================*/
#info .feature li {
  flex-basis: 250px;
  margin-bottom: 40px;
}
#info .feature li img {
  width: 250px;
}
#info .feature + .feature {
  width: 570px;
}

.price {
  width: 750px;
  margin: 0 auto 40px;
  border: 5px solid #f09cac;
  border-radius: 10px;
}
.price dt {
  padding: 20px 0;
  background: #f09cac;
  text-align: center;
}
.price dt img {
  height: 28px;
}
.price dd {
  padding: 40px 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.price strong {
  font-size: 24px;
  color: #f09cac;
}

/*==================================================
contact
==================================================*/
#contact p {
  font-size: 14px;
}
#contact .txt-contact {
  width: 740px;
  margin: 0 auto 30px;
  letter-spacing: 0;
}
#contact table {
  width: 800px;
  margin: 0 auto;
}
#contact table th {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
}
#contact table th em {
  position: relative;
  top: -2px;
  left: 5px;
  display: inline-block;
  padding: 4px 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #E60012;
  border-radius: 4px;
}
#contact table td {
  display: block;
  margin-bottom: 35px;
}
#contact table input,
#contact table textarea {
  width: 100%;
  padding: 5px 10px;
  border: none;
  font-size: 24px;
  border: 1px solid #3E3A39;
}
#contact .btn {
  margin-top: 20px;
  text-align: center;
}
#contact .btn input {
  display: inline-block;
  width: 170px;
  margin: 0 10px;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 8px;
}
#contact .btn span {
  display: inline-block;
  width: 170px;
  margin: 0 10px;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 8px;
}