@charset "UTF-8";
html, body {
  font-size: 62.5%;
}

body {
  background-color: #a0d278;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  padding: 8px;
  /* 文字要素 */
  /* ボタン */
  /* ヘッダ */
}
body img {
  max-width: 100%;
  height: auto;
}
body p {
  letter-spacing: 0.08em;
  line-height: 1.5em;
}
body .green {
  color: #00a85e;
}
body .large {
  font-size: 2.2rem;
}
body .mark {
  background: linear-gradient(transparent 40%, #bee619 0%);
}
body .btn {
  background-image: url(../images/common/sp_btn_arrow_001.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 7px auto;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
body .btn.green {
  background-color: #a0d278;
  color: #fff;
}
body .inner {
  margin: 0 auto;
  width: auto;
  position: relative;
}
body header {
  width: auto;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
body header .logo {
  position: absolute;
  left: 15px;
  top: 7px;
}
body header .logo img {
  width: 135px;
  height: auto;
}
body header .tel {
  display: none;
}
body header .salestime {
  display: none;
}
body header .mail {
  display: block;
  position: absolute;
  right: 46px;
  top: -8px;
}
body .gnavi {
  position: absolute;
  z-index: 9990;
  top: 0;
  right: 0;
  width: 100%;
}
body .gnavi li {
  width: 100%;
}
body .gnavi li .sp_menu {
  background-image: url(../images/common/sp_btn_gnavi_d.png);
  background-size: cover;
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
body .gnavi li .sp_menu.active {
  background-image: url(../images/common/sp_btn_gnavi_close.png);
}
body .gnavi li ul.child {
  display: none;
  position: absolute;
  top: 0;
  background-color: #00a85e;
  width: 100%;
  z-index: 9998;
}
body .gnavi li ul.child li {
  border-top: 1px solid #fff;
  text-align: center;
}
body .gnavi li ul.child li:first-child {
  border-top: none;
  padding: 15px 0;
}
body .gnavi li ul.child li img {
  display: inline-block;
}
body .gnavi li ul.child li a {
  display: block;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
}
body #sp_movie {
  display: none;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 50;
  padding: 5px;
  background-color: #fff;
}
body #sp_movie .wht_border {
  width: 220px;
  height: 123px;
  position: relative;
}
body #sp_movie .wht_border .youtube_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 56.25%;
}
body #sp_movie .wht_border .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body #sp_movie .wht_border .spmovie_close {
  position: absolute;
  top: -15px;
  right: -15px;
}
body #container {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  /*max-width: 375px;*/
  margin: 0 auto;
  line-height: 1.7em;
  position: relative;
  z-index: 10;
  /* 下層ページ共通 */
}
body #container #top .mainvisual {
  position: relative;
  width: 100%;
}
body #container #top .mainvisual .inner {
  background-image: url(../images/top/mainvisual_001.jpg);
  background-size: cover;
  background-position: center;
  height: 380px;
  position: relative;
}
body #container #top .mainvisual .inner .logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
body #container #top .mainvisual .inner .logo img {
  width: 135px;
  height: auto;
}
body #container #top .mainvisual .inner .catch {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 328px;
  height: 103px;
}
body #container #top .mainvisual .inner .catch img {
  width: 328px;
  height: auto;
}
body #container #top .mainvisual .inner ul.pc_gnavi {
  display: none;
}
body #container #top .mainvisual .inner ul.sns {
  position: absolute;
  top: 18px;
  right: 60px;
}
body #container #top .mainvisual .inner ul.sns li {
  display: inline-block;
  margin-left: 10px;
}
body #container #top .mainvisual .inner ul.sns li a img {
  width: 20px;
  height: auto;
}
body #container #top .mainvisual .pc_top_moviewrap {
  display: none;
}
body #container #top .mainvisual .contact_box {
  background-color: #fff;
  padding: 20px 0 25px 0;
}
body #container #top .mainvisual .contact_box a.btn {
  background-color: #00a85e;
  background-image: none;
  width: 85%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 10px 0;
  display: block;
  text-align: center;
  line-height: 0;
}
body #container #top .mainvisual .contact_box a.btn img {
  display: inline-block;
}
body #container #top .mainvisual .contact_box p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2em;
}
body #container #top .news {
  background-color: #a0d278;
  position: relative;
}
body #container #top .news .news_bg {
  display: none;
}
body #container #top .news .news_inner {
  margin: 0 20px 0 30px;
  padding: 28px 0;
}
body #container #top .news .news_inner h2 {
  width: 176px;
  height: 20px;
  left: 165px;
  top: 40px;
  margin-bottom: 25px;
}
body #container #top .news .news_inner h2 img {
  width: 176px;
  height: 20px;
}
body #container #top .news .news_inner ul {
  margin: 0 0 0 0;
}
body #container #top .news .news_inner ul li {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: 0 0 15px 0;
}
body #container #top .news .news_inner ul li a {
  color: #fff;
}
body #container #top .news .news_inner ul li a span {
  margin: 0 20px 0 0;
  display: block;
}
body #container #top .news .news_inner ul li:last-child {
  margin-bottom: 0;
}
body #container #top .contents_wrap {
  background-color: #fff;
  padding: 30px 0 0 0;
}
body #container #top .contents_wrap section p {
  /*margin-bottom: 1.5em;*/
}
body #container #top .contents_wrap section .inner .title {
  position: relative;
}
body #container #top .contents_wrap section .inner .title h2 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
body #container #top .contents_wrap section .inner .title h2 span {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #bee619 0%);
  line-height: 1.5em;
  letter-spacing: 0.25em;
}
body #container #top .contents_wrap section.intro {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(225, 244, 195, 0.5);
  margin: 0 0 0 20px;
}
body #container #top .contents_wrap section.intro .inner {
  padding: 20px 10px;
}
body #container #top .contents_wrap section.intro .inner .title .tag {
  width: 175px;
  height: auto;
  position: relative;
  left: 0;
  top: 5px;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.intro .inner .title h2 {
  margin-bottom: 20px;
  line-height: 2em;
  font-weight: bold;
}
body #container #top .contents_wrap section.intro .inner .title h2 span {
  margin-bottom: 20px;
  line-height: 1.8em;
}
body #container #top .contents_wrap section.intro .inner .text_wrap p {
  margin-bottom: 1.5em;
}
body #container #top .contents_wrap section.intro .inner .text_wrap p span.green.large {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
}
body #container #top .contents_wrap section.intro .inner .image_001 {
  position: relative;
  right: -10px;
}
body #container #top .contents_wrap section.menu {
  background-image: url(../images/top/menu_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 290px auto;
  margin: 35px 0 0 0;
}
body #container #top .contents_wrap section.menu .inner {
  margin: 0 20px;
  padding: 35px 0 0 0;
  width: auto;
}
body #container #top .contents_wrap section.menu .inner .title {
  margin-bottom: 20px;
}
body #container #top .contents_wrap section.menu .inner .title .tag {
  width: 76px;
  height: auto;
  position: relative;
  left: -10px;
  top: 0px;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.menu .inner p {
  margin-bottom: 1.5em;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list {
  width: 100%;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list li {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 40px;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list li .photo {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list li p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list li .btn_wrap {
  width: 100%;
}
body #container #top .contents_wrap section.menu .inner ul.menu_list li .btn_wrap .btn {
  font-size: 1.4rem;
  width: 48%;
}
body #container #top .contents_wrap section.point {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top: 10px solid #ebfadc;
  border-bottom: 10px solid #ebfadc;
  border-left: 10px solid #ebfadc;
  margin: 0 0 50px 20px;
}
body #container #top .contents_wrap section.point .inner {
  margin: 0 0 0 0;
  padding: 25px 10px 10px 10px;
}
body #container #top .contents_wrap section.point .inner .title {
  position: relative;
  margin-bottom: 35px;
}
body #container #top .contents_wrap section.point .inner .title h2 {
  position: relative;
  left: 10px;
}
body #container #top .contents_wrap section.point .inner .title .tag {
  width: 166px;
  height: auto;
  position: relative;
  left: -25px;
  top: 0;
  margin-bottom: 5px;
}
body #container #top .contents_wrap section.point .inner .title .serif {
  position: absolute;
  top: -35px;
  right: 0px;
}
body #container #top .contents_wrap section.point .inner ul.point_list {
  width: auto;
  font-size: 0;
  margin: 0 40px 0 10px;
}
body #container #top .contents_wrap section.point .inner ul.point_list li {
  display: inline-block;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 10px;
  vertical-align: top;
}
body #container #top .contents_wrap section.point .inner ul.point_list li .tag {
  width: 175px;
  height: auto;
  margin: 0 auto 15px auto;
}
body #container #top .contents_wrap section.point .inner ul.point_list li h3 {
  color: #00a85e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 15px;
}
body #container #top .contents_wrap section.point .inner ul.point_list li .photo {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.point .inner ul.point_list li p {
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body #container #top .contents_wrap section.beforafter {
  margin: 0 20px 50px 20px;
}
body #container #top .contents_wrap section.beforafter .inner {
  padding: 0 0 0 0;
  width: auto;
}
body #container #top .contents_wrap section.beforafter .inner .title {
  left: 10px;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.beforafter .inner .title .tag {
  width: 157px;
  height: auto;
  position: relative;
  left: -17px;
  top: 0px;
  margin-bottom: 5px;
}
body #container #top .contents_wrap section.beforafter .inner .title h2 {
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.beforafter .inner .title h2 span {
  font-size: 2rem;
}
body #container #top .contents_wrap section.beforafter .inner .title .lead {
  font-size: 1.3rem;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li.disp_pc {
  display: none;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li h3 {
  border-bottom: 1px solid #00984b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap {
  background-image: url(../images/top/ba_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  position: relative;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p {
  position: relative;
  width: 45%;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p img {
  width: 100%;
  height: auto;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p.before {
  float: left;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p.before::after {
  background-image: url(../images/top/ba_tag_before.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p.after {
  float: right;
}
body #container #top .contents_wrap section.beforafter .inner ul.difference_list li .photo_wrap p.after::after {
  background-image: url(../images/top/ba_tag_after.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container #top .contents_wrap section.voice {
  background-color: #ebfadc;
  margin: 0 0;
}
body #container #top .contents_wrap section.voice .inner {
  padding: 40px 20px;
  width: auto;
}
body #container #top .contents_wrap section.voice .inner .title {
  margin-bottom: 20px;
  left: 10px;
}
body #container #top .contents_wrap section.voice .inner .title .tag {
  width: 82px;
  height: auto;
  position: relative;
  left: -17px;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.voice .inner .title h2 {
  margin-bottom: 5px;
}
body #container #top .contents_wrap section.voice .inner .title .lead {
  font-weight: bold;
}
body #container #top .contents_wrap section.voice .inner .voices_wrap .voice_box {
  display: block;
  background-color: #d5ef6c;
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
  padding: 15px 10px;
  width: auto;
}
body #container #top .contents_wrap section.voice .inner .voices_wrap .voice_box p {
  line-height: 1.3em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body #container #top .contents_wrap section.voice .inner .voices_wrap .voice_box p.user {
  font-weight: bold;
  margin-bottom: 1em;
}
body #container #top .contents_wrap section.voice .inner .voices_wrap .voice_box::after {
  background-image: url(../images/top/voice_bg_001.png);
  background-size: cover;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -23px;
  right: 45px;
  content: "";
}
body #container #top .contents_wrap section.voice .inner a.btn {
  display: block;
  width: 100%;
}
body #container #top .contents_wrap section.firsttime {
  background-color: #ebfadc;
  border-radius: 40px;
  margin: 45px 20px 35px 20px;
  padding: 20px 0;
}
body #container #top .contents_wrap section.firsttime .inner {
  padding: 0 10px 0 10px;
  width: auto;
}
body #container #top .contents_wrap section.firsttime .inner .title .tag {
  width: 167px;
  height: auto;
  position: relative;
  left: -17px;
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.firsttime .inner .title h2 {
  margin-bottom: 20px;
}
body #container #top .contents_wrap section.firsttime .inner .text_wrap p.lead {
  color: #00a85e;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
body #container #top .contents_wrap section.firsttime .inner .text_wrap p {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-bottom: 0;
}
body #container #top .contents_wrap section.firsttime .inner .photo {
  display: none;
}
body #container #top .contents_wrap section.firsttime p.notice {
  margin: 30px 10px 0 10px;
  font-size: 1.3rem;
  line-height: 2;
}
body #container #top .contents_wrap section.firsttime p.notice a {
  color: #000;
}
body #container #top .contents_wrap section.box_002 {
  width: auto;
  margin: 0 20px;
}
body #container #top .contents_wrap section.box_002 .inner {
  margin: 0;
}
body #container #top .contents_wrap section.box_002 .inner h2 {
  background-color: #9EC977;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
}
body #container #top .contents_wrap section.box_002 .inner ul.media_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
body #container #top .contents_wrap section.box_002 .inner ul.media_list li {
  margin: 0px 5px 15px 5px;
  display: flex;
  align-self: center;
  width: 26.5%;
}
body #container #top .contents_wrap section.box_002 .inner ul.media_list li img {
  display: inline-block;
}
body #container #top .contents_wrap section.box_002 .inner ul.media_list::after {
  content: "";
  display: block;
  width: 30%;
}
body #container #top .contents_wrap section.box_002 .inner ul.promo_list li {
  width: auto;
  margin-bottom: 20px;
}
body #container #top .contents_wrap section.box_002 .inner ul.promo_list li .youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
body #container #top .contents_wrap section.box_002 .inner ul.promo_list li .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body #container #top .contents_wrap section.box_002.media {
  margin-bottom: 50px;
}
body #container #top .contents_wrap section.box_002.promo {
  margin-bottom: 50px;
}
body #container #top .contents_wrap section.others {
  margin-bottom: 100px;
}
body #container #top .contents_wrap section.others .book {
  background-color: #fff07e;
  border-radius: 10px;
  margin: 0 20px 50px 20px;
  padding: 25px 10px 15px 10px;
  position: relative;
}
body #container #top .contents_wrap section.others .book .text_wrap h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00a85e;
  margin: 0 0 30px 105px;
  line-height: 1.5em;
}
body #container #top .contents_wrap section.others .book .text_wrap p {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5em;
}
body #container #top .contents_wrap section.others .book .photo {
  width: 92px;
  height: auto;
  position: absolute;
  left: 10px;
  top: -10px;
}
body #container #top .contents_wrap section.others .recruit {
  text-align: center;
}
body #container #top .contents_wrap section.others .recruit h2 {
  color: #00a85e;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
body #container #top .contents_wrap section.others .recruit a {
  display: inline-block;
}
body #container #top .contents_wrap section.others .recruit p {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0em;
}
body #container #top .contents_wrap section.sns {
  width: auto;
  margin: 0 20px;
}
body #container #top .contents_wrap section.sns #insta {
  width: auto;
  position: relative;
  margin-bottom: 30px;
}
body #container #top .contents_wrap section.sns #insta .tag {
  width: 116px;
  height: auto;
  position: absolute;
  top: -25px;
  left: -10px;
}
body #container #top .contents_wrap section.sns #insta .title {
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.sns #insta .title img {
  width: 96px;
  height: auto;
}
body #container #top .contents_wrap section.sns #insta .lead {
  display: none;
}
body #container #top .contents_wrap section.sns #insta ul#gallery {
  width: 320px;
  margin: 0 auto;
}
body #container #top .contents_wrap section.sns #insta ul#gallery li {
  display: inline-block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 5px 0 0;
}
body #container #top .contents_wrap section.sns #insta ul#gallery li:nth-child(4) {
  margin: 0;
}
body #container #top .contents_wrap section.sns #insta ul#gallery li:nth-child(n+5) {
  display: none;
}
body #container #top .contents_wrap section.sns #insta ul#gallery li a {
  display: block;
}
body #container #top .contents_wrap section.sns #insta ul#gallery li a img {
  width: 100%;
  height: auto;
}
body #container #top .contents_wrap section.sns #insta iframe {
  margin: 0 0 0 0;
  width: 100%;
}
body #container #top .contents_wrap section.sns #insta iframe .fb-container {
  width: 100%;
}
body #container #top .contents_wrap section.sns #fb {
  margin: 0 auto;
}
body #container #top .contents_wrap section.sns #fb .title {
  margin-bottom: 10px;
}
body #container #top .contents_wrap section.sns #fb .title img {
  width: 90px;
  height: auto;
}
body #container #top .contents_wrap section.sns #fb iframe {
  margin: 0 auto;
  display: inherit;
}
body #container.subpage {
  margin: 0 auto;
  /* メニュー */
  /* お客様の声 */
  /* スタッフ */
  /* ギャラリー */
  /* access */
}
body #container.subpage nav.pc_gnavi {
  display: none;
}
body #container.subpage .contents {
  margin-top: 40px;
}
body #container.subpage .contents .title_wrap {
  margin: 0 20px 20px 20px;
}
body #container.subpage .contents .title_wrap h1 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1em;
  text-align: center;
}
body #container.subpage .contents .title_wrap .lead {
  font-size: 1.3rem;
  line-height: 1.8em;
  text-align: center;
  margin: 30px auto 50px auto;
}
body #container.subpage .contents .maincolumn {
  position: relative;
}
body #container.subpage #menu .title_wrap {
  margin-bottom: 50px;
}
body #container.subpage #menu .title_wrap ul.main_photo li {
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn .inner {
  width: auto;
  margin: 0 20px;
  /* メニュー詳細 */
}
body #container.subpage #menu .maincolumn .inner h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}
body #container.subpage #menu .maincolumn .inner h2 span {
  background: linear-gradient(transparent 40%, #bee619 0%);
  /*padding: 0 5px 5px 5px;*/
}
body #container.subpage #menu .maincolumn .inner ul.menu_list {
  width: 100%;
}
body #container.subpage #menu .maincolumn .inner ul.menu_list li {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 40px;
}
body #container.subpage #menu .maincolumn .inner ul.menu_list li a.photo_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
body #container.subpage #menu .maincolumn .inner ul.menu_list li p {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body #container.subpage #menu .maincolumn .inner ul.menu_list li .btn_wrap {
  width: 100%;
}
body #container.subpage #menu .maincolumn .inner ul.menu_list li .btn_wrap .btn {
  font-size: 1.4rem;
  width: 48%;
}
body #container.subpage #menu .maincolumn .inner p.notice a {
  color: #000;
}
body #container.subpage #menu .maincolumn .inner .intro {
  margin-bottom: 40px;
  /*
  h2{
  	font-size:2.0rem;
  	font-weight:bold;
  	letter-spacing: 0.08em;
  	text-align: center;
  	line-height:1em;
  	margin-bottom: 20px;
  	span{
  		background: linear-gradient(transparent 40%, #bee619 0%);
  		padding: 0 5px 5px 5px;
  	}
  }
  */
}
body #container.subpage #menu .maincolumn .inner .intro h2 {
  text-align: center;
}
body #container.subpage #menu .maincolumn .inner .intro ul li {
  background-color: #fff07e;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
}
body #container.subpage #menu .maincolumn .inner .intro .bottom {
  font-size: 1.3rem;
}
body #container.subpage #menu .maincolumn .inner .intro .notice {
  border-radius: 10px;
  background-color: #ebfadc;
  font-size: 1.3rem;
  padding: 10px 15px;
  margin: 20px auto;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap {
  border: 5px solid #ebfadc;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 25px 10px;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap h2 {
  color: #00a85e;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3em;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap h2 span {
  font-size: 1.3rem;
  background: none;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap .course_time {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap .course_time span {
  font-size: 1.3rem;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl {
  margin: 0 auto;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0 0 0;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd {
  border-bottom: 1px dashed #00a85e;
  padding: 0 0 15px 0;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd.sp_noborder {
  border: none;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd p span {
  font-size: 1.3rem;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd p a {
  color: #00a85e;
  font-size: 1.8rem;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd p.price {
  position: relative;
  display: inline-block;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap dl dd p.price .discount {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5px;
  position: relative;
  bottom: 3px;
  right: 1px;
  transform: rotate(-5deg);
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li {
  text-align: center;
  margin-bottom: 20px;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li:last-child {
  margin-bottom: 0;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li .menu {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2em;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li .menu span {
  font-size: 1.2rem;
  letter-spacing: 0em;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li .menu span.supple_txt {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  margin-top: 3px;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap ul li .limited {
  background-color: #fff07e;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap p.text {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5em;
  width: auto;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
body #container.subpage #menu .maincolumn .inner .price_list .price_list_wrap hr {
  width: auto;
  margin: 20px auto;
  height: 1px;
  background-color: #00a85e;
  border: none;
}
body #container.subpage #menu .maincolumn .inner .voice {
  margin: 0 auto 30px auto;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box {
  background-color: #d5ef6c;
  border-radius: 15px;
  width: auto;
  padding: 20px 15px;
  position: relative;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box h2 {
  position: absolute;
  top: -15px;
  left: -10px;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box h2 img {
  width: 82px;
  height: auto;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box p {
  font-size: 1.3rem;
  line-height: 1.5em;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box p.user {
  text-align: right;
}
body #container.subpage #menu .maincolumn .inner .voice .voices_box::after {
  background-image: url(../images/top/voice_bg_001.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -16px;
  left: 50px;
  content: "";
}
body #container.subpage #menu .maincolumn .inner .voice .link_box {
  width: auto;
  margin-top: 20px;
}
body #container.subpage #menu .maincolumn .inner .voice .link_box a {
  color: #00a85e;
  font-size: 1.3rem;
  line-height: 1.5em;
  border-bottom: 1px dotted #00a85e;
  display: inline;
}
body #container.subpage #menu .maincolumn .inner .voice .link_box a.disp_sp {
  display: none;
}
body #container.subpage #menu .maincolumn .inner .option {
  border: 10px solid #ebfadc;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 0;
}
body #container.subpage #menu .maincolumn .inner .option .photo {
  margin: 10px auto;
  width: 92%;
}
body #container.subpage #menu .maincolumn .inner .option .text_wrap {
  margin: 20px 10px;
  width: auto;
}
body #container.subpage #menu .maincolumn .inner .option .text_wrap p {
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid #00a85e;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
body #container.subpage #menu .maincolumn .inner .option .text_wrap p span {
  color: #00a85e;
  font-size: 2rem;
  font-weight: bold;
}
body #container.subpage #menu .maincolumn .inner .option .text_wrap a.green {
  background-color: #00984b;
  width: 100%;
}
body #container.subpage #menu .maincolumn .bg_001 {
  background-color: #ebfadc;
}
body #container.subpage #menu .maincolumn .bg_001 .inner {
  width: auto;
  margin: 0 20px;
  padding: 40px 0;
  /*
  h2{
  	font-size: 2.0rem;
  	font-weight:bold;
  	margin-bottom: 20px;
  	text-align: center;
  	span{
  		background: linear-gradient(transparent 40%, #bee619 0%);
  		padding: 0 5px 5px 5px;
  	}
  }
  */
}
body #container.subpage #menu .maincolumn .bg_001 .inner ul li {
  margin-bottom: 10px;
}
body #container.subpage #menu .maincolumn .bg_001 .inner ul li:last-child {
  margin-bottom: 0;
}
body #container.subpage #menu .maincolumn .bg_001 .inner ul li p {
  color: #00a85e;
  font-size: 1.3rem;
  text-indent: -1.5em;
  margin: 0 0 0 1.5em;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body #container.subpage #menu .maincolumn .bg_001 .inner ul li p span {
  background: linear-gradient(transparent 40%, #fff07e 0%);
}
body #container.subpage #menu .maincolumn .bg_002 {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(225, 244, 195, 0.5);
  margin: 0 0 0 20px;
}
body #container.subpage #menu .maincolumn .bg_002 .inner {
  margin: 0 20px 0 10px;
  padding: 40px 0;
  /*
  h2{
  	font-size: 2.0rem;
  	font-weight:bold;
  	margin-bottom: 40px;
  	span{
  		background: linear-gradient(transparent 40%, #bee619 0%);
  		padding: 0 5px 5px 5px;
  	}
  }
  */
}
body #container.subpage #menu .maincolumn .bg_002 .inner p {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin: 0 0 20px 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body #container.subpage #menu .maincolumn .bg_002 .inner p.indent {
  text-indent: -1.5em;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .intro ul li {
  background-color: #fff07e;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: left;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .intro ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .intro ul li h3 span {
  background: linear-gradient(transparent 40%, #bee619 0%);
  padding: 0 5px 5px 5px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .intro ul li p {
  font-size: 1.4rem;
  line-height: 1.6;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter .title h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter .title p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li.disp_pc {
  display: none;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li h3 {
  border-bottom: 1px solid #00984b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap {
  background-image: url(../images/top/ba_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  position: relative;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p {
  position: relative;
  width: 45%;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p img {
  width: 100%;
  height: auto;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.before {
  float: left;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.before::after {
  background-image: url(../images/top/ba_tag_before.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.before.times::after {
  background-image: url(../images/top/ba_tag_1st.png);
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.after {
  float: right;
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.after::after {
  background-image: url(../images/top/ba_tag_after.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.acupuncture .inner .beforafter ul.difference_list li .photo_wrap p.after.times::after {
  background-image: url(../images/top/ba_tag_3rd.png);
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 .inner h2 {
  margin-left: 15px;
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 .inner h3 {
  color: #00a85e;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin: 0 0 15px 15px;
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 .inner h3 span {
  background: linear-gradient(transparent 50%, #fff07e 0%);
  padding: 0 5px 5px 5px;
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 .inner p {
  line-height: 1.6;
}
body #container.subpage #menu .maincolumn.acupuncture .bg_002 .inner p span {
  background: linear-gradient(transparent 50%, #fff07e 0%);
  padding: 0 2px 2px 2px;
}
body #container.subpage #menu .maincolumn.acupuncture .explain {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.acupuncture .explain h2 {
  background-image: url(../images/menu/himg_dot_green.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 10px 10px;
  font-size: 1.8rem;
  padding: 0 0 0 1em;
}
body #container.subpage #menu .maincolumn.acupuncture .explain p span {
  background: linear-gradient(transparent 50%, #fff07e 0%);
  padding: 0 2px 2px 2px;
}
body #container.subpage #menu .maincolumn.anatomy .inner .intro ul li {
  background-color: #fff07e;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
}
body #container.subpage #menu .maincolumn.anatomy .inner .intro .nsca {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
}
body #container.subpage #menu .maincolumn.anatomy .inner .intro .nsca .logo {
  width: 64px;
  height: auto;
  margin: 0 auto 20px auto;
}
body #container.subpage #menu .maincolumn.anatomy .inner .intro .nsca p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6em;
}
body #container.subpage #menu .maincolumn.anatomy .inner .price_list .price_list_wrap dl {
  margin-bottom: 20px;
}
body #container.subpage #menu .maincolumn.anatomy .bg_001,
body #container.subpage #menu .maincolumn.anatomy .bg_002 {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.face a.link_acupuncture {
  display: block;
  margin: 0 auto 50px auto;
  width: 300px;
}
body #container.subpage #menu .maincolumn.face a.link_acupuncture img {
  width: 100%;
  height: auto;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter .title h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter .title p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li.disp_pc {
  display: none;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li h3 {
  border-bottom: 1px solid #00984b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap {
  background-image: url(../images/top/ba_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  position: relative;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p {
  position: relative;
  width: 45%;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p img {
  width: 100%;
  height: auto;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p.before {
  float: left;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p.before::after {
  background-image: url(../images/top/ba_tag_before.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p.after {
  float: right;
}
body #container.subpage #menu .maincolumn.face .inner .beforafter ul.difference_list li .photo_wrap p.after::after {
  background-image: url(../images/top/ba_tag_after.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.bone .inner h2.beforeafter {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list {
  font-size: 0;
  width: 100%;
  margin: 0 auto 50px auto;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li.disp_pc {
  display: none;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li h3 {
  border-bottom: 1px solid #00984b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap {
  background-image: url(../images/top/ba_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  position: relative;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p {
  position: relative;
  width: 45%;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p img {
  width: 100%;
  height: auto;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p.before {
  float: left;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p.before::after {
  background-image: url(../images/top/ba_tag_before.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p.after {
  float: right;
}
body #container.subpage #menu .maincolumn.bone .inner .beforafter ul.difference_list li .photo_wrap p.after::after {
  background-image: url(../images/top/ba_tag_after.png);
  background-size: cover;
  width: 83px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -5px;
  content: "";
}
body #container.subpage #menu .maincolumn.bone .bg_001 {
  margin-bottom: 40px;
}
body #container.subpage #menu .maincolumn.eye .inner .intro ul.baloon li {
  box-sizing: border-box;
  width: auto;
}
body #container.subpage #menu .maincolumn.eye .inner .price_list_wrap .telbox {
  border-bottom: 1px dashed #00a85e;
  margin: 20px auto 30px auto;
  padding-bottom: 15px;
  width: auto;
}
body #container.subpage #menu .maincolumn.eye .inner .price_list_wrap .telbox p.tel {
  text-align: center;
}
body #container.subpage #menu .maincolumn.eye .inner .price_list_wrap .telbox p.tel span {
  font-size: 1.3rem;
}
body #container.subpage #menu .maincolumn.eye .inner .price_list_wrap .telbox p.tel a {
  color: #00a85e;
  font-size: 1.8rem;
}
body #container.subpage #menu .maincolumn.body .inner .price_list .price_list_wrap {
  position: relative;
}
body #container.subpage #menu .maincolumn.body .inner .price_list .price_list_wrap .recommend {
  position: absolute;
  top: -22px;
  right: -16px;
}
body #container.subpage #menu .maincolumn.body .inner .price_list .price_list_wrap .recommend img {
  width: 63px;
  height: auto;
}
body #container.subpage #menu .maincolumn.body .inner .price_list .price_list_wrap h2 span {
  font-size: 1.3rem;
}
body #container.subpage #menu .maincolumn.body .bg_002 {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.body .bg_002 .inner p {
  margin: 0 0 20px 0;
}
body #container.subpage #menu .maincolumn.body .bg_002 .inner ul.photo_wrap li p {
  margin-top: 5px;
  text-align: center;
}
body #container.subpage #menu .maincolumn.body .bg_003 {
  margin-bottom: 50px;
}
body #container.subpage #menu .maincolumn.body .bg_003 .inner dl dt {
  font-weight: bold;
}
body #container.subpage #menu .maincolumn.body .bg_003 .inner dl dd {
  margin: 0 0 15px 0;
}
body #container.subpage #menu .maincolumn.body .bg_003 .inner dl dd span {
  display: none;
}
body #container.subpage #menu .menu_navi {
  margin: -20px 0 40px 0;
}
body #container.subpage #menu .menu_navi ul {
  font-size: 0;
  width: 320px;
  margin: 30px auto 0 auto;
}
body #container.subpage #menu .menu_navi ul li {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 1em;
}
body #container.subpage #menu .menu_navi ul li a {
  background-color: #ebfadc;
  color: #251e1c;
  display: block;
  padding: 10px 0;
  border: 1px solid #fff;
}
body #container.subpage #menu .menu_navi ul li.current a {
  background-color: #00a85e;
  color: #fff;
}
body #container.subpage #voice .title_wrap .voice_navi {
  display: none;
}
body #container.subpage #voice .maincolumn section .inner h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
body #container.subpage #voice .maincolumn section .inner .voice_box {
  background-color: #d5ef6c;
  border-radius: 15px;
  width: auto;
  margin: 0 20px 50px 20px;
  padding: 15px;
  position: relative;
}
body #container.subpage #voice .maincolumn section .inner .voice_box p {
  font-size: 1.3rem;
  line-height: 1.5em;
}
body #container.subpage #voice .maincolumn section .inner .voice_box p.user {
  background-image: url(../images/voice/user_bg.png);
  width: 84px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: relative;
  left: -18px;
  margin-bottom: 15px;
}
body #container.subpage #voice .maincolumn section .inner .voice_box::after {
  background-image: url(../images/top/voice_bg_001.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -16px;
  left: 50px;
  content: "";
}
body #container.subpage #staff .staff_wrap .inner {
  padding: 0;
}
body #container.subpage #staff .staff_wrap .inner .text_wrap {
  width: auto;
}
body #container.subpage #staff .staff_wrap .inner .text_wrap .left {
  float: none;
}
body #container.subpage #staff .staff_wrap .inner .text_wrap .right {
  float: none;
}
body #container.subpage #staff .staff_wrap .inner .text_wrap .text_box {
  margin-bottom: 35px;
}
body #container.subpage #staff .staff_wrap .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #00a85e;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
body #container.subpage #staff .staff_wrap .inner p {
  font-size: 1.3rem;
  line-height: 1.5em;
}
body #container.subpage #staff .maincolumn {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(225, 244, 195, 0.5);
  margin: 0 0 30px 20px;
}
body #container.subpage #staff .maincolumn .inner {
  margin: 0 25px 0 15px;
}
body #container.subpage #staff .maincolumn .inner .staff_photo {
  position: relative;
  top: 30px;
  left: -35px;
  width: 340px;
  max-width: inherit;
  height: auto;
  margin-bottom: 25px;
}
body #container.subpage #staff .maincolumn .inner .profile {
  margin: 50px 0 35px 0;
  width: auto;
}
body #container.subpage #staff .maincolumn .inner .profile .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
body #container.subpage #staff .maincolumn .inner .profile p {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body #container.subpage #staff .maincolumn .inner .profile a {
  color: #00a85e;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
  margin-bottom: 10px;
}
body #container.subpage #staff .member {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: rgba(225, 244, 195, 0.5);
  margin: 0 20px 0 0;
}
body #container.subpage #staff .member .inner {
  margin: 0 15px 0 25px;
  padding: 30px 0 50px 0;
}
body #container.subpage #staff .member .inner .profile {
  margin: 0 0 35px 0;
  width: auto;
}
body #container.subpage #staff .member .inner .profile .staff_photo {
  position: relative;
  width: 260px;
  height: auto;
  margin: 0 auto 25px auto;
}
body #container.subpage #staff .member .inner .profile .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
body #container.subpage #staff .member .inner .profile p {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
body #container.subpage #staff .member .inner .profile p.position-name {
  margin-bottom: 20px;
}
body #container.subpage #staff .member .inner .profile a {
  color: #00a85e;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
  margin-bottom: 10px;
}
body #container.subpage #staff .insta {
  width: auto;
  margin: 45px 20px 0 20px;
  position: relative;
}
body #container.subpage #staff .insta .title_wrap {
  position: relative;
  margin: 0 0 15px 0;
}
body #container.subpage #staff .insta .title_wrap h2 img {
  width: 96px;
  height: auto;
}
body #container.subpage #staff .insta .title_wrap .tag {
  position: absolute;
  top: -26px;
  left: -10px;
}
body #container.subpage #staff .insta .title_wrap .tag img {
  width: 116px;
  height: auto;
  max-width: inherit;
}
body #container.subpage #staff .insta .title_wrap .lead {
  position: absolute;
  top: 0;
  left: 480px;
}
body #container.subpage #staff .insta .insta_wrap {
  width: auto;
  height: 100px !important;
  margin: 0 auto;
  overflow: hidden;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery {
  width: 320px;
  margin: 0 auto;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery li {
  display: inline-block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 5px 0 0;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery li:nth-child(4) {
  margin: 0;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery li:nth-child(n+5) {
  display: none;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery li a {
  display: block;
}
body #container.subpage #staff .insta .insta_wrap ul#gallery li a img {
  width: 100%;
  height: auto;
}
body #container.subpage #gallery .maincolumn ul.gallery {
  width: auto;
  margin: 0 20px;
  font-size: 0;
}
body #container.subpage #gallery .maincolumn ul.gallery li {
  border-radius: 20px;
  display: inline-block;
  width: auto;
  margin: 0 0 20px 0;
  overflow: hidden;
}
body #container.subpage #gallery .maincolumn ul.gallery li a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body #container.subpage #access .maincolumn .gmap {
  padding: 0 0 60px 0;
}
body #container.subpage #access .maincolumn .inner {
  margin: 0 20px;
}
body #container.subpage #access .maincolumn .inner dl {
  width: auto;
  margin: 0 0 40px 0;
}
body #container.subpage #access .maincolumn .inner dl dt {
  position: relative;
  margin-bottom: 20px;
}
body #container.subpage #access .maincolumn .inner dl dt img {
  display: inline-block;
  width: 9px;
  height: auto;
  position: relative;
  top: 5px;
}
body #container.subpage #access .maincolumn .inner dl dt p {
  border-bottom: 1px solid #00a85e;
  display: inline;
  position: relative;
}
body #container.subpage #access .maincolumn .inner dl dd {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
}
body #container.subpage #access .maincolumn .inner dl dd p {
  text-indent: -1.4em;
}

#insta-window {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}