@charset "utf-8";
/*
---------------------------------------------

    base settings

*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #333;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body:after {
  content: '';
  width: 600px;
  height: 600px;
  background: #edfbff;
  border-radius: 50%;
  top: -350px;
  left: -200px;
  position: absolute;
  z-index: -1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 1.2rem;
}
img {
  vertical-align: bottom;
}
a {
  color: #5882c8;
}
a:active,
a:hover {
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forPC {
  display: block;
}
.forSP {
  display: none;
}
.sp_br {
  display: none;
}
.pc_br {
  display: none;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
/*
---------------------------------------------

	header area

*/
.l-header-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  position: relative;
}
.l-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6px 0 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l-header__sitename {
  font-size: 1.2rem;
}
.l-header__sitename span {
  display: inline;
}
.l-header__sitename a {
  text-decoration: none;
}
.l-header__sitename a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.l-mv {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: left;
}
.l-mv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-mv__title {
  width: 70%;
  margin: 0 auto;
}
.l-mv__title a {
  display: block;
  padding: 0 0 0 125px;
  background: url("img/logo.svg") no-repeat left top 10px;
  background-size: 120px auto;
  line-height: 1.4;
  font-size: 5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  z-index: 2;
}
.l-mv__title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.l-mv__text {
  width: 30%;
  margin: 0 auto;
  text-align: right;
}
.l-mv__text .btn-internal a {
  width: 180px;
  position: relative;
  margin: 0;
  padding: 0.7rem 2rem 0.7rem 2rem;
  display: inline-block;
  border: solid 2px #00a0e9;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: #edfbff url("img/arrow_blue2.svg") no-repeat right 1rem center;
  background-size: 7px 14px;
  color: #00a0e9;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.l-mv__text .btn-internal a:hover {
  background: #80c6dd url("img/arrow01_white.svg") no-repeat right 1rem center;
  background-size: 7px 14px;
  color: #ffffff;
}
.l-mv__text .tel {
  margin-top: 1rem;
  font-size: 2.4rem;
}
.l-mv__text .tel a {
  text-decoration: none;
  color: #333;
}
.l-mv__text .tel span {
  padding-right: 0.5rem;
  display: block;
  font-size: 1.2rem;
  line-height: 0.7;
  letter-spacing: 1px;
}
.l-mv__text .tel img {
  width: 25px;
  height: 25px;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-gnavi-btn {
  display: none;
}
.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 60px 0 0;
  position: fixed;
  background: #edfbff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: scroll;
}
.l-gnavi-area--slide-right {
  transform: translateX(-100%);
}
.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
  transform: translateY(100%);
}
.l-gnavi-list {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.l-gnavi-list__item {
  padding: 5px 0;
}
.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 10px 45px 10px 10px;
  display: block;
  color: #666;
  font-size: 1.8rem;
  text-decoration: none;
  background: #fff url("img/arrow_blue2.svg") no-repeat right 20px center;
  background-size: 9px 15px;
}
.l-gnavi-list__link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #666 url("img/arrow01_white.svg") no-repeat right 20px center;
  background-size: 9px 15px;
}
.l-gnavi-btn-close__link {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}
.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}
.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}
.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}
.l-gnavi-btn-close__link:before {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}
.l-gnavi-btn-close__link:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
  height: auto;
  top: auto;
  z-index: 1;
  overflow-y: hidden;
}
.is-navi-open .l-gnavi-area {
  opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}
.l-gnavi-area02 {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 4rem auto;
  background: #80c6dd;
}
.l-gnavi-area02.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.l-gnavi-area02 .l-gnavi-list02 {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-gnavi-area02 .l-gnavi-list02__item {
  width: calc(100% / 7);
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 0;
}
.l-gnavi-area02 .l-gnavi-list02__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: -1;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:hover {
  color: #028ccb;
}
.l-gnavi-area02 .l-gnavi-list02__item__link:hover:before {
  transform: scale(1, 1);
}
/*
---------------------------------------------

	footer area

*/
.l-footer-area {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #f4f4f4;
}
.l-footer-area__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1000px;
}
.l-footer-disclaimer {
  width: 70%;
  margin: 0 auto 50px auto;
  padding: 1.5rem;
  background: #f4f4f4;
  font-size: 1.2rem;
  text-align: left;
  text-align: center;
}
.l-footer-disclaimer__title {
  margin-bottom: 1rem;
}
.l-footer-list {
  margin: 0 0 20px 0;
}
.l-footer-list__item {
  display: inline-block;
  padding: 0 0 0 20px;
}
.l-footer-bottom {
  margin: 0 auto;
  padding: 0 20px;
  background: #8e7456;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}
.l-footer-bottom__inner {
  width: 1100px;
  display: table;
  margin: 0 auto;
}
.l-footer-bottom__sitemap {
  padding: 10px 0;
  display: table-cell;
  text-align: right;
}
.l-footer-bottom__sitemap__link {
  color: #ffffff;
  background: url("img/arrow01_white.svg") no-repeat right center;
  background-size: 6px 12px;
  padding: 0 20px 0 0;
  text-decoration: none;
}
.l-footer-bottom__sitemap__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.l-footer-copy-wrapper {
  background: #666;
  color: #fff;
}
.l-footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
}
.l-footer-copy .sitemap {
  text-align: right;
}
.l-footer-copy a {
  color: #fff;
  text-decoration: none;
}
.l-footer-copy a:hover {
  text-decoration: underline;
}
.l-footer-menu-wrapper {
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
.l-footer-menu-wrapper__left {
  width: 20%;
}
.l-footer-menu-wrapper__left .foot_logo {
  width: 100%;
  margin: 0 auto 1rem auto;
  font-weight: bold;
}
.l-footer-menu-wrapper__left .foot_logo img {
  width: 50%;
  padding-top: 1rem;
}
.l-footer-menu-wrapper__left .tel {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f7ab00;
}
.l-footer-menu-wrapper__left p {
  line-height: 1.4;
  font-size: 1.2rem;
}
.l-footer-menu-wrapper__right {
  width: 75%;
}
.l-footer-menu {
  margin: 2rem 0 0 0;
}
.l-footer-menu__title {
  text-align: left;
  border-bottom: solid 1px #b1b1b1;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1rem;
  font-size: 1.4rem;
  position: relative;
}
.l-footer-menu__title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #f7ab00;
  bottom: -1px;
  left: 0;
  width: 80px;
}
.l-footer-menu__title__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.l-footer-menu__title__link:hover {
  text-decoration: underline;
}
.l-footer-menu__list__item {
  width: 20%;
  float: left;
}
.l-footer-menu__list__link {
  padding: 5px 10px;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}
.l-footer-menu__list__link:hover {
  text-decoration: underline;
}
/*
---------------------------------------------

	common

*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50;
}
.l-pagetop__link {
  width: 60px;
  height: 60px;
  display: block;
  background: #00a0e9;
  text-align: center;
  position: relative;
  transform: rotate(-90deg);
}
.l-pagetop__link:hover {
  opacity: 0.6;
}
.l-pagetop__image {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.l-sns-list__item {
  display: inline-block;
  padding: 0 0 0 10px;
}
.l-sns-list__item a img {
  width: 30px;
  height: 30px;
}
.l-sns-list--footer {
  margin: 30px auto;
}
.l-sns-list--fixed {
  position: fixed;
  bottom: 120px;
  right: 35px;
  z-index: 50;
}
.l-sns-list--fixed .l-sns-list__item {
  display: block;
  padding: 0 0 10px;
}
#pankuzu {
  width: 100%;
  margin: 0 auto 2rem auto;
  font-size: 12px;
}
#pankuzu span {
  color: #000;
}
/*
---------------------------------------------

	contents area

*/
.l-contents-area {
  width: 100%;
}
.l-contents-area__inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*
---------------------------------------------

	sidebar

*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 0;
}
#l-sidebar-facebook {
  max-width: 500px;
  margin-bottom: 2rem;
}
.l-sidebar {
  margin: 0;
  padding: 0;
  width: 230px;
}
.l-sidebar-blog {
  margin-bottom: 2rem;
}
.l-sidebar-blog a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem 1rem 0;
  border: solid 2px #00a0e9;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-sidebar-blog a img {
  width: 33%;
  padding-right: 0.4rem;
}
.l-sidebar-blog a:hover {
  background: #80c6dd;
  color: #fff;
}
.l-sidebar-banner {
  margin-bottom: 2rem;
}
.l-sidebar-banner p {
  margin-bottom: 1rem;
}
.l-sidebar-banner p img {
  width: 100%;
}
.l-sidebar .reserve {
  margin-bottom: 2rem;
}
.l-sidebar .reserve .reserve-box {
  line-height: 1.3;
}
.l-sidebar .reserve .reserve-box .reserve-title {
  padding: 1rem 1rem 0;
  font-size: 1.8rem;
}
.l-sidebar .reserve .reserve-box .reserve-lead {
  margin-bottom: 2rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #fff;
}
.l-sidebar .reserve .reserve-box .reserve-btn {
  padding: 1rem 2.5rem 1rem 1rem;
  background-position: right 1rem center;
  font-size: 1.6rem;
  text-align: left;
}
.l-sidebar .btn-internal {
  margin: 2rem auto;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.l-sidebar .btn-internal a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.7rem 5rem 1.7rem 2rem;
  display: inline-block;
  border: solid 2px #00a0e9;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: #edfbff url("img/arrow_blue2.svg") no-repeat right 2rem center;
  background-size: 10px;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.l-sidebar .btn-internal a:hover {
  background: #80c6dd url("img/arrow01_white.svg") no-repeat right 2rem center;
  background-size: 10px;
  color: #ffffff;
}
.l-sidebar-menu {
  margin: 0 0 20px 0;
  padding-bottom: 1rem;
  background: #f4f4f4;
}
.l-sidebar-menu__title {
  margin-bottom: 1rem;
  padding: 15px;
  background: #f7ab00;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.l-sidebar-menu__title a {
  display: block;
  padding: 15px;
  background: #ddd;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.l-sidebar-menu__title a:hover {
  color: #ffffff;
  background: #b1b1b1;
}
.l-sidebar-menu__title.doctor {
  background: #00a0e9;
}
.l-sidebar-menu__list {
  padding: 0 1rem;
}
.l-sidebar-menu__list__item {
  border-bottom: dashed 1px #fff;
}
.l-sidebar-menu__list__item:last-child {
  border-bottom: none;
}
.l-sidebar-menu__list__link {
  padding: 1rem 2rem 1rem 1rem;
  display: block;
  background: url("img/arrow_blue2.svg") no-repeat right 0.5rem center;
  background-size: 7px 10px;
  text-decoration: none;
  font-size: 1.3rem;
}
.l-sidebar-menu__list__link:hover {
  text-decoration: underline;
}
.l-sidebar-menu p {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.l-sidebar-menu p img {
  max-width: 100%;
}
.l-sidebar-menu p.number {
  font-size: 2rem;
  font-weight: bold;
}
.l-sidebar-menu p.number img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  vertical-align: text-top;
}
.l-sidebar-menu p.time {
  font-size: 1.4rem;
}
.l-sidebar-menu p.dayoff {
  font-size: 1.4rem;
}
.l-sidebar-menu .address {
  padding: 0 1rem 0 3rem;
  font-size: 1.2rem;
}
.l-sidebar-menu .address li {
  padding-bottom: 1rem;
  list-style-type: disc;
  line-height: 1.4;
}
/*
---------------------------------------------

	main area & common

*/
.l-main-area {
  width: 730px;
  margin: 0;
  padding: 0 0 50px;
  text-align: left;
}
.l-main-area p.mv-img {
  margin-bottom: 5rem;
}
.l-main-area p.mv-img img {
  width: 100%;
}
/*
---------------------------------------------

	parts style

*/
.l-main-area .top_h2 {
  width: 85%;
  display: block;
  margin: 3rem auto 8rem auto;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.l-main-area .top_h2:before {
  content: "";
  position: absolute;
  background: #80c6dd;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #80c6dd;
}
.l-main-area .top_h3 {
  margin: 2.6rem 0;
  padding: 0 1.6rem;
  border-bottom: solid 3px #00a0e9;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
}
.l-main-area .top_h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f7ab00;
  bottom: -3px;
  left: 0;
  width: 20%;
}
.l-main-area .top_h4 {
  margin: 4rem 0;
  border-bottom: solid 7px #b1b1b1;
  font-weight: bold;
  line-height: 1.4;
}
.l-main-area .top_h5 {
  margin: 4rem 0;
  padding: 0 0 0.2rem 0;
  border-bottom: solid #333 2px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
.l-main-area .top_h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid #333;
}
.l-main-area p {
  margin: 0 0 1em 0;
}
.l-main-area strong {
  font-weight: bold;
}
.l-main-area span {
  font-weight: bold;
  color: #e60012;
}
.l-main-area ul {
  margin: 4rem 2rem;
}
.l-main-area ul li {
  margin-bottom: 2rem;
  padding: 0 0 0 1.8rem;
  background: url("img/ico_li.svg.html") no-repeat left top 0.5rem;
  background-size: 10px;
}
.l-main-area ol {
  margin: 4rem 1em;
  counter-reset: number;
  list-style-type: none!important;
  text-align: left;
}
.l-main-area ol li {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0.3rem 0 0 4rem;
}
.l-main-area ol li:before {
  padding: 0.3rem 0.15rem 0 0.15rem;
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: solid 2px #00a0e9;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #003f98;
}
.l-main-area table.defolt {
  width: 100%;
  margin: 3rem 0 5rem;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main-area table.defolt th {
  width: 25%;
  padding: 1rem 2rem;
  border-bottom: 1px #eee solid;
  vertical-align: top;
}
.l-main-area table.defolt td {
  width: 75%;
  padding: 1rem 2rem;
  border-bottom: 1px #eee solid;
  vertical-align: top;
}
.l-main-area table.multi {
  width: 100%;
  margin: 3rem 0 5rem;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main-area table.multi th {
  padding: 0.5rem 1rem;
  border: 1px #eee solid;
  vertical-align: top;
  background: #fff1d3;
}
.l-main-area table.multi td {
  padding: 0.5rem 1rem;
  border: 1px #eee solid;
  vertical-align: top;
}
.l-main-area table.multi.top {
  margin: 1rem 0;
}
.l-main-area table.charge {
  width: 100%;
  margin: 3rem 0 5rem;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main-area table.charge th {
  padding: 0.5rem 1rem;
  border: 1px #eee solid;
  vertical-align: top;
  background: #fff1d3;
  text-align: center;
}
.l-main-area table.charge th.point {
  width: 30%;
}
.l-main-area table.charge th.price {
  width: 20%;
}
.l-main-area table.charge td {
  padding: 0.5rem 1rem;
  border: 1px #eee solid;
  vertical-align: top;
}
.l-main-area table.charge td:nth-child(2n) {
  text-align: right;
}
.l-main-area table.charge.top {
  margin: 1rem 0;
}
.l-main-area .btn-web {
  margin: 4rem auto;
  padding: 0;
  display: block;
  text-align: center;
  width: 50%;
}
.l-main-area .btn-web a {
  width: 100%;
  padding: 1.7rem 7rem 1.7rem 7rem;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #00a0e9 url("img/arrow01_white.svg") no-repeat right 2rem center;
  background-size: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  z-index: 10;
  box-shadow: 4px 4px 0px 0px #0a8cc7;
}
.l-main-area .btn-web a:hover {
  background: #edfbff url("img/arrow01_white.svg") no-repeat right 2rem center;
  background-size: 10px;
}
.l-main-area .btn-internal {
  margin: 4rem auto;
  padding: 0;
  display: block;
  text-align: center;
  width: 50%;
}
.l-main-area .btn-internal a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.7rem 5rem 1.7rem 2rem;
  display: inline-block;
  border: solid 2px #00a0e9;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: #edfbff url("img/arrow_blue2.svg") no-repeat right 2rem center;
  background-size: 10px;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.l-main-area .btn-internal a:hover {
  background: #80c6dd url("img/arrow01_white.svg") no-repeat right 2rem center;
  background-size: 10px;
  color: #ffffff;
}
.l-main-area .btn-tel {
  display: none;
}
.l-main-area .btn-link {
  margin: 20px 30px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}
.l-main-area .btn-link a {
  padding: 0.5rem 2.5rem 0.5rem 0;
  background: url("img/arrow01_brown.svg.html") no-repeat right center;
  background-size: 15px;
  color: #301d19;
}
.l-main-area .float-wrap {
  margin: 10px 0 40px;
}
.l-main-area .float-wrap .float-img img {
  width: 100%;
}
.l-main-area .float-wrap .float-img.fr {
  width: 240px;
  margin: 0 0 10px 20px;
  float: right;
}
.l-main-area .float-wrap .float-img.fl {
  width: 240px;
  margin: 0 20px 10px 0;
  float: left;
}
.l-main-area .float-wrap .float-img.ct {
  width: 240px;
  margin: 0 auto;
}
.l-main-area .float-wrap .caption {
  padding: 8px 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #999999;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
}
.l-main-area .l-icon-title {
  margin: 4rem 0 3rem 1rem;
  padding: 1rem 1rem 1rem 11rem;
  background: #ddd;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
.l-main-area .l-icon-title:before {
  width: 72px;
  height: 72px;
  border: dashed 1px #fff;
  box-shadow: 0 0 0 3px #00a0e9;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #00a0e9;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
.l-main-area .l-icon-title--check:before {
  content: 'CHECK';
  box-shadow: 0 0 0 3px #f7ab00;
  background: #f7ab00;
}
.l-main-area .l-icon-title--recommend:before {
  content: 'おすすめ';
}
.l-main-area .l-icon-title--point:before {
  content: 'POINT';
  box-shadow: 0 0 0 3px #e60012;
  background: #e60012;
}
.l-main-area .box-wrap {
  width: 100%;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.l-main-area .box-wrap .box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 0;
  border: solid 2px #00a0e9;
}
.l-main-area .box-wrap .box:nth-child(3n) {
  margin: 0 0 2rem 0;
}
.l-main-area .box-wrap .box a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.l-main-area .box-wrap .box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.l-main-area .box-wrap p {
  margin: 0;
}
.l-main-area .box-wrap .box-head {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.l-main-area .box-wrap .box-head p.title {
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00a0e9 url("img/arrow01_white.svg") no-repeat right 1.5rem center;
  background-size: 8px;
  line-height: 1.4;
}
.l-main-area .box-wrap .box-head a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 1rem 3rem 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00a0e9 url("img/arrow01_white.svg") no-repeat right 1.5rem center;
  background-size: 8px;
  line-height: 1.4;
}
.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.l-main-area .box-wrap .box-body {
  padding: 1.5rem;
}
.l-main-area .box-wrap .box-body img {
  width: 100%;
}
.l-main-area .frame-wrap {
  width: 100%;
  margin: 30px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main-area .frame-wrap .frame {
  width: calc((100% - 30px) / 2);
  margin: 0 0 20px 0;
  padding: 0 2rem;
  background: #edfbff;
  border: solid 1px #fff;
  outline: solid 4px #edfbff;
}
.l-main-area .frame-wrap p {
  margin: 0;
}
.l-main-area .frame-wrap .frame-head {
  font-weight: bold;
  color: #735e46;
  border-bottom: solid 2px #b0a8a7;
  display: flex;
  align-items: center;
}
.l-main-area .frame-wrap .frame-head a {
  width: 100%;
  padding: 2rem 3rem 2rem 0;
  text-decoration: none;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: url("img/arrow_blue2.svg") no-repeat right center;
  background-size: 10px;
  line-height: 1.4;
}
.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.8;
}
.l-main-area .frame-wrap .frame-body {
  padding: 2rem 0;
}
/* low ----------------*/
.l-main-area--low h1 {
  display: block;
  margin: 0 auto 4rem auto;
  padding: 7rem 10rem 7rem 0;
  text-align: right;
  font-size: 3.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  position: relative;
}
.l-main-area--low h1.skin-common {
  background: url("img/bg_skin_common.jpg") no-repeat left top;
  background-size: cover;
}
.l-main-area--low h1.skin-baby {
  background: url("img/bg_skin_baby.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1.skin-beauty {
  background: url("img/bg_skin_beauty.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1.recruit {
  background: url("img/bg_recruit.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1.allergy {
  background: url("img/bg_allergy2.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1.about,
.l-main-area--low h1.access,
.l-main-area--low h1.contact {
  background: url("img/bg_about.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1.staffblog {
  background: url("img/bg_blog.jpg") no-repeat left center;
  background-size: cover;
}
.l-main-area--low h1:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #d3dde5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff 0%, #00a0e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff 0%, #00a0e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff 0%, #00a0e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#00a0e9', GradientType=1);
  /* IE6-9 */
  opacity: 0.1;
}
.l-main-area--low h1 span {
  display: block;
  font-family: 'Questrial', sans-serif;
  font-size: 1.6rem;
  color: #00a0e9;
}
.l-main-area--low h2 {
  margin: 2.6rem 0;
  padding: 1.4rem 3rem;
  border: solid 1px #ccc;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.l-main-area--low h2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff1d3;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.l-main-area--low h3 {
  margin: 4rem 0 2rem 0;
  border-bottom: solid 5px #b1b1b1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.l-main-area--low h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #f7ab00;
  bottom: -5px;
  left: 0;
  width: 25%;
}
.l-main-area--low h4,
.l-main-area--low h5 {
  margin: 4rem 0 2rem;
  padding: 0 0 0 1rem;
  border-left: solid 7px #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
/*
---------------------------------------------

	top

*/
.l-parts01 {
  margin-bottom: 3rem;
  border-bottom: solid 2px #00a0e9;
}
.l-parts01__title {
  position: relative;
  border-top: solid 2px #00a0e9;
  border-bottom: dashed 1px #00a0e9;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2rem 0 0.5em;
}
.l-parts01__title:after {
  position: absolute;
  content: 'news';
  background: #00a0e9;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-parts01__post {
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-bottom: dashed 1px #00a0e9;
  display: flex;
  flex-wrap: wrap;
}
.l-parts01__post:last-child {
  border: none;
}
.l-parts01__post__left {
  width: 25%;
  padding-right: 1.5rem;
}
.l-parts01__post__left img {
  width: 100%;
}
.l-parts01__post__right {
  width: 75%;
}
.l-parts01__post__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-parts01__post strong {
  color: #ff0000;
}
.l-parts02 {
  padding: 2rem;
  margin-bottom: 8rem;
  background: #edfbff;
  border: dotted 2px #61C1BE;
  border-radius: 20px;
}
.l-parts02__title {
  background: url("img/iticket-logo.svg") no-repeat left center;
  background-size: auto 100%;
  padding: 0 0 0 5rem;
  color: #61C1BE;
  font-size: 2rem;
  font-weight: bold;
}
.l-parts02 a.iticket {
  margin-left: 2rem;
  padding: 0 2rem 0 0;
  background: url("img/arrow_blue2.svg") no-repeat right center;
  background-size: 8px;
}
.l-parts02 .btn_iticket {
  margin-bottom: 0;
  text-align: center;
}
.l-parts02 .btn_iticket a {
  display: inline-block;
  padding: 0.5rem 3.5rem 0.5rem 3rem;
  border-radius: 10px;
  text-decoration: none;
  background: #61C1BE url("img/arrow01_white.svg") no-repeat right 1rem center;
  background-size: 8px;
  box-shadow: 0 3px 0 0 #ccc;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-parts02 .btn_iticket a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.l-parts03 {
  margin-bottom: 4rem;
  border-bottom: solid 2px #00a0e9;
}
.l-parts03__title {
  position: relative;
  border-top: solid 2px #00a0e9;
  border-bottom: dashed 1px #00a0e9;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2rem 0 0.5em;
}
.l-parts03__title:after {
  position: absolute;
  content: 'times';
  background: #00a0e9;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-parts03 table th,
.l-parts03 table td {
  text-align: center;
}
.l-parts03 table th span,
.l-parts03 table td span {
  font-size: 0.8rem;
  color: #333;
}
.l-parts03 table th.time,
.l-parts03 table td.time {
  width: 30%;
}
.l-parts03 p.attention {
  font-size: 1.4rem;
}
.reserve {
  margin-bottom: 14rem;
  border: solid 2px #00a0e9;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #ddd;
  background: url("img/bg_top_reserve.jpg") no-repeat right bottom;
  background-size: cover;
}
.reserve-box a {
  display: block;
  text-decoration: none;
  color: #666;
}
.reserve-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.reserve-box .reserve-title {
  margin: 0 0 1rem;
  padding: 2rem 2rem 0;
  font-size: 3rem;
  font-weight: bold;
}
.reserve-box .reserve-lead {
  margin: 0 0 6rem;
  padding: 0 2rem;
}
.reserve-box .reserve-btn {
  margin: 0;
  padding: 1rem 0;
  border-radius: 0 0 8px 8px;
  background: url("img/arrow01_white.svg") no-repeat right 2rem center;
  background-color: rgba(0, 160, 233, 0.8);
  background-size: 8px 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.l-parts04 .l-column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-parts04 .l-column2__item {
  width: 45%;
}
.l-parts04 .l-column2__item .box {
  width: 70%;
}
/*
---------------------------------------------

	low

*/
.l-mv--low .l-mv__title {
  margin-bottom: 0;
  padding: 1rem 140px;
}
.l-contents-area.low {
  margin-top: 3rem;
}
.doctor-list.wp-block-media-text {
  align-items: start;
}
.l-main-area--low .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 2rem;
}
.staffblog .blog-list__item {
  margin-bottom: 2rem;
  padding: 0;
  border-bottom: dashed 2px #eee;
  display: flex;
  justify-content: space-between;
}
.staffblog .blog-list__item__left {
  width: 25%;
}
.staffblog .blog-list__item__right {
  width: 70%;
}
.staffblog .blog-list__item .thumb img {
  width: 100%;
}
.staffblog .blog-list h3 {
  margin: 0 0 2rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: #e0edff;
  font-size: 1.8rem;
  position: relative;
}
.staffblog .blog-list h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 35px;
  border: 12px solid transparent;
  border-top: 12px solid #e0edff;
  width: 0;
  height: 0;
}
.staffblog .blog-list .more {
  text-align: right;
}
.staffblog .blog-list .more a {
  padding: 0 2rem 0;
  background: url("img/arrow_blue2.svg") no-repeat right center;
  background-size: 7px;
  text-decoration: none;
}
.staffblog .blog-list .more a:hover {
  text-decoration: underline;
}
.staffblog p.date {
  border-bottom: solid 1px #ddd;
  text-align: right;
  font-size: 1.3rem;
}
.staffblog .post-body {
  margin: 0 2rem;
}
.staffblog .post-body strong {
  color: #f00;
}
.staffblog .single_navi {
  margin-top: 5rem;
  padding: 2rem 0;
  border-top: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
}
.staffblog .single_navi_prev {
  width: 50%;
  padding: 0 2rem 0 0;
}
.staffblog .single_navi_next {
  width: 50%;
  padding: 0 0 0 2rem;
  text-align: right;
}
.reserve-form {
  border-top: dashed 1px #999;
  padding-top: 2rem;
}
.reserve-form label {
  font-weight: bold;
}
.reserve-form input {
  width: 60%;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.2rem;
  font-size: 1.6rem;
}
.reserve-form input.wpcf7-submit {
  width: inherit;
  padding: 1rem 3rem;
}
.reserve-form .wpcf7-list-item input {
  width: inherit;
}
.reserve-form .wpcf7-textarea {
  width: 100%;
}
.reserve-form span {
  color: #333;
}
.reserve-form span.checkbox-menu span {
  font-weight: normal;
}
.reserve-form p {
  font-weight: bold;
}
.reserve-form div.wpcf7-validation-errors,
.reserve-form div.wpcf7-acceptance-missing {
  border: none;
  background: #FFE4E1;
  text-align: center;
}
.contact-form {
  border-top: dashed 1px #999;
  padding-top: 2rem;
}
.contact-form label {
  font-weight: bold;
}
.contact-form input {
  width: 60%;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.2rem;
  font-size: 1.6rem;
}
.contact-form input.wpcf7-submit {
  padding: 1rem 2rem;
  width: inherit;
}
.contact-form textarea {
  width: 100%;
}
.contact-form span {
  color: #333;
}
.contact-form p {
  font-weight: bold;
}
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing {
  border: none;
  background: #FFE4E1;
  text-align: center;
}
/*
---------------------------------------------

	smartphone settings

*/
@media screen and (max-width: 599px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body:after {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -100px;
  }
  /*
---------------------------------------------

	header area

*/
  .l-header-area {
    min-width: auto;
    position: relative;
    overflow-x: hidden;
    font-size: 1.4rem;
  }
  .l-header {
    width: 94%;
    min-height: 5rem;
    margin: 0 auto;
    padding: 1rem 5rem 1rem 0.5rem;
    display: block;
  }
  .l-header-right {
    display: none;
  }
  .l-header-left {
    width: 100%;
    display: block;
  }
  .l-header-logo {
    width: 100%;
    padding: 0 65px 0 0;
  }
  .l-header-logo__image {
    width: 4rem;
    height: 4rem;
  }
  .l-header-list {
    display: none;
  }
  .l-header--scroll-menu {
    display: none;
  }
  .l-header--scroll-menu.is-show {
    display: none;
  }
  .l-header__sitename {
    font-size: 1rem;
  }
  .l-header__sitename span.forPC {
    display: none;
  }
  .l-gnavi-area {
    width: 100%;
  }
  .l-gnavi-area .btn-tel {
    margin: 2rem auto;
  }
  .l-gnavi-area .btn-internal {
    width: 85%;
    margin: 0 auto;
  }
  .l-gnavi-area .btn-internal a {
    width: 100%;
    display: block;
    padding: 1.2rem 2rem 1.2rem 2rem;
    display: inline-block;
    border: solid 2px #00a0e9;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background: #edfbff url("img/arrow_blue2.svg") no-repeat right 1rem center;
    background-size: 7px 14px;
    color: #00a0e9;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
  }
  .l-gnavi-btn {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
  }
  .l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #00a0e9;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
  }
  .l-gnavi-btn span:nth-of-type(1) {
    top: 19px;
  }
  .l-gnavi-btn span:nth-of-type(2) {
    top: 29px;
  }
  .l-gnavi-btn span:nth-of-type(3) {
    top: 39px;
  }
  .l-gnavi-btn:hover {
    color: #666;
  }
  .l-gnavi-btn:active {
    color: #666;
  }
  .l-gnavi-btn--gnavi {
    width: 30px;
    height: 23px;
    background: none;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 200;
  }
  .l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .l-gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
  }
  .l-gnavi-area02 {
    display: none;
  }
  .btn-tel {
    width: 85%;
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .btn-tel a {
    width: calc(100% - 10px);
    margin: 0;
    padding: 1rem 3rem 1rem 4.5rem;
    display: inline-block;
    background: #f7ab00 url("img/ico_tel.svg") no-repeat left 2rem center;
    background-size: auto 2rem;
    box-shadow: 0px 0px 0px 5px #f7ab00;
    border: dashed 1px #fff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
  }
  /*
---------------------------------------------

	footer area

*/
  .l-footer-area {
    min-width: auto;
    padding: 30px 0 0 0;
  }
  .l-footer-area__inner {
    padding: 0;
  }
  .l-footer-logo {
    width: 90%;
    margin: 0 auto;
  }
  .l-footer-disclaimer {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding: 4%;
    font-size: 1rem;
  }
  .l-footer-list__item {
    margin: 0;
    padding: 0 20px;
  }
  .l-footer-list__item--top {
    border-right: solid 1px #d3c9bd;
  }
  .l-footer-list__link {
    text-decoration: none;
  }
  .l-footer-list__link:hover {
    text-decoration: underline;
  }
  .l-footer-copy {
    padding: 1rem;
    line-height: 1.4;
    font-size: 1rem;
  }
  .l-footer-copy p {
    margin: 0 auto;
    text-align: center;
  }
  .l-footer-copy .sitemap {
    display: none;
  }
  .l-footer-menu-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .l-footer-menu-wrapper__left,
  .l-footer-menu-wrapper__right {
    width: 100%;
  }
  .l-footer-menu-wrapper__left .foot_logo img {
    margin: 0 auto;
    display: block;
    width: 10rem;
  }
  .l-footer-menu {
    width: 90%;
    margin: 2rem auto;
    float: none;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: 0 20px 10px 0;
  }
  .l-footer-menu__title__link:after {
    content: '';
    width: 8px;
    height: 15px;
    background: url("img/arrow01_black.svg") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__list {
    display: none;
    padding: 1.5rem 0;
  }
  .l-footer-menu__list__item {
    width: 100%;
    float: none;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    padding: 1rem ;
  }
  .l-footer-submenu__list__link {
    padding: 1rem 2rem;
  }
  /*
---------------------------------------------

	common

*/
  .l-sns-list--fixed {
    display: none;
  }
  .l-tab {
    margin: 0 0 3rem;
  }
  .l-pagetop {
    bottom: 34px;
  }
  .l-pagetop__link {
    width: 5rem;
    height: 5rem;
  }
  .l-pagetop__image {
    width: 1.8rem;
  }
  #pankuzu {
    width: 100%;
    margin: 2rem auto;
    padding: 0 5%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*
---------------------------------------------

	contents area

*/
  .l-contents-area__inner {
    width: 94%;
    display: block;
  }
  /*
---------------------------------------------

	sidebar

*/
  .l-sidebar {
    width: 96%;
    margin: 0 auto;
  }
  .l-sidebar .btn-web a {
    padding: 1.5rem 1rem 1.5rem 4rem;
  }
  .l-sidebar-banner {
    margin: 0 0 1.5rem 0;
  }
  .l-sidebar-banner__img {
    width: 100%;
  }
  .l-tab__content {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .l-sidebar-news__item {
    padding: 1.5rem 0 2.5rem 0;
  }
  .l-sidebar-facebook {
    width: 100%;
  }
  .l-sidebar-facebook .fb-page {
    width: 100%;
  }
  .l-sidebar-facebook .fb-page .iframe {
    width: 100%;
  }
  /*
---------------------------------------------

	main area

*/
  .l-main-area {
    width: 100%;
    font-size: 1.6rem;
  }
  /*
---------------------------------------------

	parts style

*/
  .l-main-area h1 {
    font-size: 3rem;
  }
  .l-main-area h2 {
    font-size: 2rem;
  }
  .l-main-area h3 {
    font-size: 1.8rem;
  }
  .l-main-area h4 {
    font-size: 1.6rem;
  }
  .l-main-area .top_h2 {
    font-size: 2.6rem;
    margin: 3rem auto 5rem auto;
  }
  .l-main-area .top_h2:before {
    width: 80px;
    height: 80px;
  }
  .l-main-area .top_h3 {
    font-size: 2rem;
  }
  .l-main-area .top_h4 {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .l-main-area .top_h5 {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .l-main-area ul {
    margin: 2.1rem;
  }
  .l-main-area ol {
    margin: 2rem 0.5rem;
  }
  .l-main-area table.sp-type {
    width: 100%;
    margin: 3rem auto 2rem;
    display: block;
    border-top: 1px #ddd solid;
  }
  .l-main-area table.sp-type tr {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table.sp-type td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table.sp-type thead {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type thead th {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type thead td {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type tbody th {
    width: 100%;
    display: block;
  }
  .l-main-area table.sp-type tbody td {
    width: 100%;
    display: block;
  }
  .l-main-area table.defolt {
    font-size: 1.2rem;
  }
  .l-main-area table.defolt th {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .l-main-area table.defolt td {
    padding: 0.5rem 1rem;
  }
  .l-main-area table.charge {
    font-size: 1.2rem;
  }
  .l-main-area table.multi td {
    vertical-align: middle;
  }
  .l-main-area .l-icon-title {
    margin: 3rem 0 3rem 3rem;
    padding: 0.5em 1rem 0.5em 4rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-main-area .l-icon-title:before {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .l-main-area .rank_wrap {
    counter-reset: number;
  }
  .l-main-area .rank_wrap .rank {
    margin: 3rem 0 3rem 3rem;
    padding: 0.5em 1rem 0.5em 4rem;
    font-size: 2rem;
    line-height: 1.4;
    background: #f0efe9;
  }
  .l-main-area .rank_wrap .rank:before {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    font-size: 2rem;
  }
  .l-main-area .btn-web {
    width: 85%;
    margin: 3rem auto;
  }
  .l-main-area .btn-web a {
    padding: 1.5rem 3rem 1.5rem 4.5rem;
    background-size: 25px;
    background-position: left 1.5rem center;
  }
  .l-main-area .btn-web a:hover {
    background-size: 25px;
    background-position: left 1.5rem center;
  }
  .l-main-area .btn-internal {
    width: 85%;
    margin: 3rem auto;
  }
  .l-main-area .btn-internal a {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
  .l-main-area .btn-tel {
    width: 85%;
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .l-main-area .btn-tel a {
    width: calc(100% - 10px);
    margin: 0;
    padding: 1rem 3rem 1rem 4.5rem;
    display: inline-block;
    background: #666 url("img/ico_tel.svg") no-repeat left 2rem center;
    background-size: auto 2rem;
    box-shadow: 0px 0px 0px 5px #666;
    border: dashed 1px #fff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
  }
  .l-main-area .btn-link {
    width: 85%;
    margin: 3rem auto;
    text-align: center;
  }
  .l-main-area .btn-link a {
    width: 100%;
    padding: 1rem 4rem;
    border: solid 1px;
    display: inline-block;
    background-position: right 1rem center;
    background-size: 2rem 2rem;
  }
  .l-main-area .btn-link a:hover {
    text-decoration: none;
  }
  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }
  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 20px 10px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 0 20px 10px 0;
    float: left;
  }
  .l-main-area .box-wrap {
    margin: 0 auto 3rem;
    display: block;
  }
  .l-main-area .box-wrap .box {
    width: calc(100% - 20px);
    margin: 0 auto 2rem;
  }
  .l-main-area .box-wrap .box:nth-child(3n) {
    margin: 0 auto 2rem;
  }
  .l-main-area .box-wrap .btn-internal {
    display: block;
    margin: 1.5rem auto 1rem auto;
  }
  .l-main-area .box-wrap .btn-internal a {
    border: solid 2px #ddd;
  }
  .l-main-area .frame-wrap {
    margin: 0 auto 3rem;
    display: block;
  }
  .l-main-area .frame-wrap .frame {
    width: calc(100% - 20px);
    margin: 0 auto 4rem;
    padding: 0;
  }
  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 4rem;
  }
  .l-main-area .frame-wrap .frame-body {
    padding: 5%;
  }
  /* low ----------------*/
  .l-main-area--low h2 {
    margin: 0 0 2rem;
  }
  /*
---------------------------------------------

	top

*/
  .l-mv {
    margin: 0 0 1rem;
    padding: 0;
    background-size: 100%;
    background-position: left 1rem top 1rem;
  }
  .l-mv__title {
    width: 96%;
    margin: 0 auto;
  }
  .l-mv__title a {
    display: block;
    margin: 0 auto 1rem;
    padding: 5px 0 5px 75px;
    background-position: left 5px center;
    background-size: auto 30px;
    font-size: 2.2rem;
    text-align: left;
  }
  .l-mv__text {
    width: 90%;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    display: flex;
    align-items: center;
  }
  .l-mv__text .btn-internal {
    width: 50%;
    text-align: center;
  }
  .l-mv__text .btn-internal a {
    width: 90%;
    font-size: 1.4rem;
  }
  .l-mv__text .tel {
    width: 50%;
    margin: 0;
    font-size: 1.6rem;
  }
  .l-mv__text .tel img {
    margin: 0 3px 2px 0;
    width: 16px;
    height: 16px;
  }
  .l-mv__text .tel span {
    font-size: 1rem;
    padding: 0;
  }
  .l-parts02 {
    margin-bottom: 2rem;
  }
  .l-main-area .l-sidebar-blog {
    margin-bottom: 4rem;
  }
  .l-parts04 .l-column2__item {
    width: 100%;
  }
  .reserve {
    margin-bottom: 8rem;
  }
  .reserve .reserve-box {
    line-height: 1.3;
  }
  .reserve .reserve-box .reserve-title {
    padding: 1rem 1rem 0;
    font-size: 1.8rem;
  }
  .reserve .reserve-box .reserve-lead {
    margin-bottom: 2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    text-shadow: 0 0 3px #fff;
  }
  .reserve .reserve-box .reserve-btn {
    padding: 1rem 2.5rem 1rem 1rem;
    background-position: right 1rem center;
    font-size: 1.6rem;
    text-align: left;
  }
  .l-main-area .l-parts04 .box-wrap .box-body {
    text-align: center;
  }
  .l-main-area .l-parts04 .box-wrap .box-body img {
    width: 70%;
  }
  /*
---------------------------------------------

	low

*/
  .l-contents-area.low {
    margin-top: 0;
  }
  .l-mv--low {
    padding: 3rem 0;
    background-size: 100%;
  }
  .l-mv--low h1 {
    width: 90%;
    font-size: 2.4rem;
  }
  .l-main-area--low h1 {
    padding: 4rem 2rem 4rem 0;
    font-size: 2.4rem;
  }
  .l-main-area--low h1 span {
    font-size: 1.2rem;
  }
  div.reserve-form .wpcf7-checkbox {
    display: flex;
    padding-left: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.reserve-form .wpcf7-list-item {
    width: calc((100% - 2rem) / 2);
    margin: 0 0 1rem;
    line-height: 1.2;
  }
  div.reserve-form .wpcf7-list-item label input {
    width: inherit;
  }
  div.contact-form input.wpcf7-submit {
    width: inherit;
  }
}
/*# sourceMappingURL=common.css.map */