@charset "UTF-8";
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 180px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 80px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

.dib {
  display: inline-block;
}

@media (min-width: 1025px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 180px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 80px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

.dib {
  display: inline-block;
}

@media (min-width: 1025px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 180px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 80px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

.dib {
  display: inline-block;
}

@media (min-width: 1025px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/*********************************************************
header
*********************************************************/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.header__inner {
  height: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1025px) {
  .header__inner {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    height: 100px;
    padding-right: 100px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .header__inner {
    height: 80px;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .header__top {
    height: 100%;
  }
}
.header__logo {
  margin-right: 15px;
}

/*-----------------------
header-contact
-----------------------*/
@media (min-width: 1025px) {
  .header-contact {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .header-contact.-sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-contact.-pc {
    display: none;
  }
}
.header-contact a {
  display: block;
  width: 200px;
}

.header-contact a span {
  display: block;
  text-align: center;
}

.header-contact a span:last-child {
  margin-top: 5px;
}

.header-contact a:first-child {
  background-color: #e6f3e7;
  border: 4px solid #99cc66;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .header-contact a:first-child {
    margin-right: 5%;
  }
}
@media (max-width: 1024px) {
  .header-contact a:first-child {
    margin: 5% auto 0;
    max-width: 300px;
  }
}
.header-contact a:last-child {
  width: 280px;
}

@media (max-width: 1024px) {
  .header-contact a:last-child {
    margin: 5% auto 0;
    max-width: 280px;
    width: auto;
  }
}
@media (max-width: 300px) {
  .header-contact a:first-child {
    padding: 10px;
    white-space: normal;
    width: 100%;
  }
}
/*-----------------------
gnav
-----------------------*/
@media (min-width: 1025px) {
  .gnav {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .gnav {
    background: #fff;
    display: none;
    height: 100vh;
    overflow: auto;
    padding: 30px 50px 200px;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gnav {
    top: 80px;
  }
}
@media (max-width: 400px) {
  .gnav {
    padding: 20px 20px 200px;
  }
}
.gnav__list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .gnav__list {
    display: block;
  }
}
.gnav__item a {
  font-size: 18px;
  font-size: 1.5vw;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .gnav__item a {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    padding: 15px 0;
  }
}
/*-----------------------
menu-btn
-----------------------*/
.menu-btn {
  background-color: #e6f3e7;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

@media (min-width: 1025px) {
  .menu-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .menu-btn {
    width: 80px;
    height: 80px;
  }
}
.menu-btn__inner {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
}

.menu-btn__bar {
  background: #000;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.5s;
  width: 100%;
}

.menu-btn__bar::before, .menu-btn__bar::after {
  background: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transition: 0.5s;
  width: 100%;
}

.menu-btn__bar::before {
  margin-top: -12px;
}

.menu-btn__bar::after {
  margin-top: 9px;
}

.close .menu-btn__bar {
  background: transparent;
}

.close .menu-btn__bar::before, .close .menu-btn__bar::after {
  margin-top: 0;
}

.close .menu-btn__bar::before {
  transform: rotate(45deg);
}

.close .menu-btn__bar::after {
  transform: rotate(-45deg);
}

/*********************************************************
index.html
*********************************************************/
/*-----------------------
mv-slider
-----------------------*/
.mv-slider a:hover {
  opacity: 1;
}

.mv-slider img {
  max-width: none;
  width: 100%;
}

/*-----------------------
ameblo
-----------------------*/
.ameblo {
  margin-bottom: 50px;
}

.ameblo__ttl {
  background-image: linear-gradient(-45deg, #ffffff 25%, #ffffcc 25%, #ffffcc 50%, #ffffff 50%, #ffffff 75%, #ffffcc 75%, #ffffcc);
  background-size: 30px 30px;
  border-left: 5px solid #99cc66;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .ameblo__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
.ameblo__list {
  background: #e6f3e7;
  margin: 30px auto 0;
  max-width: 1000px;
  padding: 30px;
}

.ameblo__item {
  border-bottom: 1px dashed #ccc;
  margin-top: 1em;
  padding: 5px;
}

@media (min-width: 481px) {
  .ameblo__item {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .ameblo__item {
    padding-bottom: 1em;
  }
}
.ameblo__item:first-child {
  margin-top: 0;
}

.ameblo__item span,
.ameblo__item a {
  display: block;
}

@media (max-width: 480px) {
  .ameblo__item span,
  .ameblo__item a {
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .ameblo__item span {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .ameblo__item span {
    width: 20%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ameblo__item span {
    width: 30%;
  }
}
.ameblo__item a {
  color: blue;
  font-weight: bold;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .ameblo__item a {
    width: 75%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ameblo__item a {
    width: 65%;
  }
}
.ameblo__item a:hover {
  text-decoration: none;
}

/*-----------------------
home inner
-----------------------*/
@media (min-width: 1025px) {
  .home01__inner,
  .home02__inner,
  .home03__inner,
  .home04__inner,
  .home05__inner,
  .home06__inner,
  .home-access__inner {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .home01__inner,
  .home02__inner,
  .home03__inner,
  .home04__inner,
  .home05__inner,
  .home06__inner,
  .home-access__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.home01__inner,
.home02__inner,
.home03__inner,
.home04__inner,
.home06__inner,
.home-access__inner {
  margin-top: 10%;
  margin-bottom: 10%;
}

/*-----------------------
contents-ttl
-----------------------*/
.contents-ttl {
  background-image: linear-gradient(-45deg, #ffffff 25%, #ffffcc 25%, #ffffcc 50%, #ffffff 50%, #ffffff 75%, #ffffcc 75%, #ffffcc);
  background-size: 30px 30px;
  border-left: 5px solid #99cc66;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .contents-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
/*-----------------------
home01
-----------------------*/
.home01__ttl {
  background-color: #ffffcc;
  padding: 30px 60px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .home01__ttl {
    padding: 4% 8% 5%;
  }
}
.home01__director {
  margin: 0 auto;
  width: 70%;
}

@media (max-width: 768px) {
  .home01__director {
    width: 90%;
  }
}
.home01__director img {
  display: block;
  margin: 5% auto;
}

.home01__text {
  font-size: 24px;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .home01__text {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
.home01__link {
  margin-top: 3%;
  text-align: center;
}

.home01__link a {
  border: 4px solid #99cc66;
  border-radius: 50px;
  background-color: #e6f3e7;
  display: inline-block;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  width: 500px;
}

@media (max-width: 768px) {
  .home01__link a {
    max-width: 500px;
    width: 95%;
  }
}
/*-----------------------
home02
-----------------------*/
.home02__img img {
  display: block;
  margin: 5% auto 0;
}

/*-----------------------
home03
-----------------------*/
.home03__youtube {
  margin-top: 5%;
  padding-bottom: 60%;
  position: relative;
}

.home03__youtube iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/*-----------------------
home-media
-----------------------*/
.home-media {
  background: #e6f3e7;
  padding: 5% 0;
  text-align: center;
}

@media (max-width: 768px) {
  .home-media {
    padding: 5%;
  }
}
.home-media__ttl {
  font-size: 36px;
  position: relative;
}

@media (max-width: 480px) {
  .home-media__ttl {
    font-size: 30px;
  }
}
.home-media__ttl::after {
  background: #000;
  border-radius: 3px;
  height: 2%;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
}

.home-media__txt {
  font-size: 24px;
  margin-top: 3%;
}

@media (max-width: 768px) {
  .home-media__txt {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .home-media__txt {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
.home-media__link {
  border: 1px solid #333;
  font-size: 18px;
  margin: 4% auto 0;
  max-width: 500px;
}

.home-media__link a {
  display: block;
  padding: 30px 0;
}

/*-----------------------
home04
-----------------------*/
.home04__box {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

@media (max-width: 980px) {
  .home04__box {
    display: block;
    margin-top: 10%;
  }
  .home04__box:first-of-type {
    margin-top: 5%;
  }
}
.home04__box:nth-of-type(even) {
  flex-direction: row-reverse;
}

.home04__img {
  width: 30%;
}

@media (max-width: 980px) {
  .home04__img {
    width: 100%;
  }
}
.home04__content {
  font-size: 30px;
  width: 65%;
}

@media (max-width: 980px) {
  .home04__content {
    margin-top: 5%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home04__content {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
.home04__ttl {
  font-weight: bold;
}

.home04__txt {
  line-height: 1.3;
  margin-top: 1em;
}

.link-next {
  margin-top: 5%;
}

.link-next a {
  color: #f63;
  display: inline-block;
  font-size: 30px;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 480px) {
  .link-next a {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
.link-next a::before, .link-next a::after {
  content: "";
  position: absolute;
}

.link-next a::before {
  background: #f63;
  border-radius: 50%;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
}

.link-next a::after {
  color: #fff;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 12px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
}

/*-----------------------
home05
-----------------------*/
.home05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
}

@media (max-width: 768px) {
  .home05__list {
    display: block;
  }
}
.home05__item {
  border: 4px solid #99cc66;
  width: 48.5%;
}

@media (max-width: 768px) {
  .home05__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home05__item:nth-child(n+2) {
    margin-top: 3%;
  }
}
.home05__item:nth-child(n+3) {
  margin-top: 3%;
}

.home05__item:nth-child(1) .home05__bg {
  background-image: url(image.php?id=019);
}

.home05__item:nth-child(2) .home05__bg {
  background-image: url(image.php?id=020);
}

.home05__item:nth-child(3) .home05__bg {
  background-image: url(image.php?id=021);
}

.home05__item:nth-child(4) .home05__bg {
  background-image: url(image.php?id=022);
}

.home05__bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35%;
}

.home05__content {
  padding: 10% 5%;
}

.home05__ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .home05__ttl {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
/*-----------------------
home06
-----------------------*/
.home06__txt {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 5%;
}

@media (max-width: 480px) {
  .home06__txt {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
/*-----------------------
home-access
-----------------------*/
.home-access__box:nth-child(n+2) {
  margin-top: 5%;
}

.home-access__map {
  margin-top: 3%;
  padding-bottom: 35%;
  position: relative;
}

@media (max-width: 768px) {
  .home-access__map {
    padding-bottom: 75%;
  }
}
.home-access__map iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-access__table {
  font-size: 30px;
  margin-top: 2%;
  width: 100%;
}

.home-access__table th,
.home-access__table td {
  font-size: 30px;
  line-height: 1.3;
  padding: 20px;
}

@media (max-width: 480px) {
  .home-access__table th,
  .home-access__table td {
    font-size: 18px;
    font-size: 3.75vw;
  }
}
.home-access__table th {
  background-color: #e6f3e7;
  border-bottom: 1px solid #fff;
  text-align: left;
  width: 20%;
}

@media (max-width: 480px) {
  .home-access__table th {
    white-space: nowrap;
  }
}
.home-access__table td {
  border-bottom: 1px solid #999;
}

.home-access__table tr:last-child th,
.home-access__table tr:last-child td {
  border-bottom: none;
}

/*********************************************************
下層ページ共通
*********************************************************/
/*-----------------------
page-header
-----------------------*/
.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .page-header {
    padding: 15% 0;
  }
}
.page-header.-videos, .page-header.-list {
  background-image: url(image.php?id=024);
}

.page-header.-eye {
  background-image: url(image.php?id=019);
}

.page-header.-ear {
  background-image: url(image.php?id=020);
}

.page-header.-mouth {
  background-image: url(image.php?id=021);
}

.page-header.-body {
  background-image: url(image.php?id=022);
}

.page-header.-experience {
  background-image: url(image.php?id=028);
}

.page-header::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-header__ttl {
  color: #fff;
  font-size: 36px;
}

@media (max-width: 480px) {
  .page-header__ttl {
    font-size: 24px;
    font-size: 5vw;
  }
}
.page-header__jp,
.page-header__en {
  display: block;
}

.page-header__jp {
  letter-spacing: 0.15em;
}

.page-header__en {
  font-size: 60%;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

/*********************************************************
media.html
*********************************************************/
/*-----------------------
media
-----------------------*/
.media {
  font-size: 30px;
}

@media (max-width: 480px) {
  .media {
    font-size: 22px;
    font-size: 4.58333vw;
  }
}
.media__mv {
  text-align: center;
}

.media__inner {
  margin-bottom: 10%;
}

.medi__message {
  line-height: 1.3;
  margin-top: 5%;
}

.media__list dt {
  font-weight: bold;
  margin-top: 5%;
}

.media__list dd {
  line-height: 1.3;
  margin-top: 3%;
}

.media__container {
  margin-top: 10%;
}

.media__youtube {
  margin-top: 5%;
  padding-bottom: 60%;
  position: relative;
}

.media__youtube iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.media__txt {
  line-height: 1.3;
  margin-top: 3%;
}

.media__link {
  border: 1px solid #f63;
  color: #f63;
  display: block;
  font-size: 18px;
  margin: 5% auto 0;
  max-width: 400px;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 96%;
}

.media__link:hover {
  background: #f63;
  color: #fff;
}

.media__link::after {
  content: "";
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
}

/*********************************************************
videos.html
*********************************************************/
/*-----------------------
videos
-----------------------*/
.videos__inner {
  margin-bottom: 10%;
}

.videos__list {
  display: flex;
  justify-content: space-between;
  margin: 5% auto 0;
}
.videos__list .videos__item {
  padding-bottom: 27%;
  width: 48%;
}

.videos__list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videos__list2 .videos__item {
  margin-top: 3%;
  padding-bottom: 18%;
  width: 32%;
}
@media (max-width: 600px) {
  .videos__list2 .videos__item {
    padding-bottom: 27%;
    width: 48%;
  }
}

.videos__item {
  position: relative;
}

.videos__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************
list.html
*********************************************************/
/*-----------------------
list
-----------------------*/
.list {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10%;
}

@media (max-width: 480px) {
  .list {
    font-size: 18px;
    font-size: 3.75vw;
  }
}
.list .contents-ttl {
  font-size: 30px;
}

@media (max-width: 480px) {
  .list .contents-ttl {
    font-size: 20px;
    font-size: 4.16667vw;
  }
}
.list th,
.list td {
  padding: 10px;
}

.list th {
  text-align: left;
  width: 20%;
}

.list a {
  color: orange;
}

.list__container {
  margin-top: 5%;
}

.list__container:first-child {
  margin-top: 10%;
}

.list__container > *:nth-child(2) {
  margin-top: 5%;
}

.list__img {
  padding: 10px 0;
  text-align: center;
}

.list__youtube {
  margin: 15px 0;
  padding-bottom: 60%;
  position: relative;
}

.list__youtube iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/*********************************************************
eye-treatment.html
ear-treatment.html
mouth-nose-treatment.html
wholebody-treatment.html
*********************************************************/
/*-----------------------
menu-nav
-----------------------*/
.menu-nav__list {
  display: flex;
  flex-wrap: wrap;
}

.menu-nav__item {
  width: 25%;
}

@media (max-width: 980px) {
  .menu-nav__item {
    width: 50%;
  }
}
.menu-nav__item.on a {
  background: #e6f3e7;
}

.menu-nav__item a {
  display: block;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .menu-nav__item a {
    font-size: 14px;
    padding: 30px 5px;
    font-size: 16px;
    font-size: 3.33333vw;
  }
}
.menu-nav__item a:hover {
  background: #e6f3e7;
  opacity: 1;
}

/*-----------------------
menu
-----------------------*/
.menu {
  margin-bottom: 10%;
}

.menu__container {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 5%;
}

@media (max-width: 480px) {
  .menu__container {
    font-size: 18px;
    font-size: 3.75vw;
  }
}
.menu__container:first-child {
  margin-top: 10%;
}

.menu__txt1 {
  font-weight: bold;
  margin-top: 5%;
}

.menu__txt2 {
  margin-top: 1em;
}

.menu__price {
  color: #f63;
}

/*********************************************************
eye-experience.html
ear-experience.html
mouth-nose-experience.html
wholebody-experience.html
*********************************************************/
/*-----------------------
experience
-----------------------*/
.experience {
  margin-bottom: 10%;
}

.experience__container {
  border: 1px solid #333;
  margin-top: 5%;
  padding: 15px;
}

.experience__header {
  font-size: 14px;
}

.experience__theme {
  background: #f63;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 8px;
  text-align: center;
}

@media (max-width: 480px) {
  .experience__theme {
    display: block;
    margin-right: 0;
  }
}
.experience__profile {
  color: #f63;
  display: inline-block;
}

@media (max-width: 480px) {
  .experience__profile {
    margin-top: 10px;
  }
}
.experience__ttl {
  border-bottom: 1px solid #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 15px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .experience__ttl {
    font-size: 18px;
  }
}
.experience__body {
  line-height: 1.5;
  margin-top: 3%;
}

.experience__youtube {
  padding-bottom: 60%;
  position: relative;
}

.experience__youtube iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.experience__img {
  text-align: center;
}

/*-----------------------
pagination
-----------------------*/
.pagination {
  border-top: 3px solid #CCC;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 30px;
}

@media (max-width: 480px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination li {
  display: inline-block;
}

@media (max-width: 480px) {
  .pagination li {
    display: block;
    text-align: center;
  }
}
.pagination a {
  border: 1px solid #333;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination a:hover {
  background: #ccc;
}

@media (max-width: 480px) {
  #pagination {
    order: 3;
  }
}
#pagination ul {
  display: flex;
  flex-wrap: wrap;
}

#pagination li {
  margin: 0 5px 5px 0;
}

#prevpage,
#nextpage {
  white-space: nowrap;
}

#prevpage {
  margin-right: 30px;
}

@media (max-width: 480px) {
  #prevpage {
    order: 1;
    margin-right: 1%;
    margin-bottom: 10px;
    text-align: center;
    width: 48%;
  }
}
#nextpage {
  margin-left: 30px;
}

@media (max-width: 480px) {
  #nextpage {
    order: 2;
    margin-bottom: 10px;
    margin-left: 1%;
    text-align: center;
    width: 48%;
  }
}
/*-----------------------
share-btn
-----------------------*/
.share-btn {
  margin-top: 10%;
  text-align: right;
}

.share-btn__tw,
.share-btn__fb {
  display: inline-block;
  vertical-align: middle;
}

.share-btn__tw {
  margin-right: 15px;
}

/*********************************************************
footer
*********************************************************/
.footer__inner {
  background-color: #e6f3e7;
  padding: 40px;
  text-align: center;
}

.footer__copy {
  font-size: 14px;
  line-height: 1.5;
}