@charset "UTF-8";
/**
 * reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a:link, a:visited, a:active, a:hover {
  outline: none;
  color: #444;
  text-decoration: none; }

/**
 * micro clearfix
 */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

html {
  font-size: 62.5%; }

body {
  background: none;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  color: #444;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

.sans {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.self {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: 400; }

.self_m {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: 500; }

/* input */
input[type="text"],
input[type="submit"],
input[type="button"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.nowrap {
  white-space: nowrap; }

/* 印刷用　*/

/**
 * anime
 */
.ani_slideup {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s, transform 0.8s ease-out;
  transition: opacity 0.8s, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; }

.ani_slideup.on {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.ani_fade {
  transition: opacity .4s ease-in;
  opacity: 0; }

.ani_fade.on {
  opacity: 1; }

.ani_reduce {
  transition: opacity 0.4s ease-in, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease-in, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease-in, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0; }

.ani_reduce.on {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.ani_btn {
  transition: opacity 0.4s ease-in, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease-in, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease-in, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

.ani_btn.on {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/**
 * common
 */
a[target="_blank"] {
  display: inline-block;
  padding-right: 25px;
  background: url("../img/icon_blank.png") no-repeat right center/17px auto;
  transition: color 0.15s ease-out; }

a[target="_blank"]:hover {
  color: #a5964b; }

.btn_link_l_wimg[target="_blank"] {
  display: flex;
  padding: 20px 35px;
  background: #fff;
  transition: all 0.2s ease-out; }

.btn_link_l_wimg[target="_blank"]:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.btns > div + div {
  margin-top: 30px; }

.btn_close {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  min-width: 150px;
  background: #fff;
  border: solid 1px #a5964b;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #a5964b !important;
  transition: all 0.15s ease-out; }

.btn_close::before,
.btn_close::after {
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: #a5964b;
  content: '';
  transition: background 0.15s ease-out; }

.btn_close:hover {
  background: #a5964b;
  color: #fff !important; }

.btn_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn_close:hover::before,
.btn_close:hover::after {
  background: #fff; }

.btn_blank,
.btn_link0 {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  min-width: 150px;
  background: #fff;
  border: solid 1px #a5964b;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #a5964b !important;
  transition: all 0.15s ease-out; }

.btn_link0:hover {
  background: #a5964b;
  color: #fff !important; }

.btn_blank {
  position: relative;
  background: #fff !important; }

.btn_blank:hover {
  background: #a5964b !important;
  color: #fff !important; }

.btn_blank::after {
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url("../img/icon_blank.svg") no-repeat center center/contain;
  content: ''; }

.btn_blank:hover::after {
  background-image: url("../img/icon_blank_w.svg"); }

.btn_link1 {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  min-width: 150px;
  background: #a5964b;
  border: solid 1px #a5964b;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #fff !important;
  transition: all 0.15s ease-out; }

.btn_link1:hover {
  background: #fff;
  color: #a5964b !important; }

.btn_link0[target="_blank"],
.btn_link1[target="_blank"] {
  background-image: none; }

.btn_link0.btn_arrow1,
.btn_link1.btn_arrow1 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 345px;
  max-width: 100%;
  font-size: 1.8rem; }

.btn_link0.btn_arrow1::before,
.btn_link1.btn_arrow1::before {
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

.btn_link0.btn_arrow1::after,
.btn_link1.btn_arrow1::after {
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto; }

.btn_link0.btn_arrow1:hover::before,
.btn_link0.btn_arrow1:hover::after {
  border-color: #fff; }

.btn_link1.btn_arrow1::before {
  background: #fff; }

.btn_link_l,
.btn_link_l_wimg,
.btn_anchor {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 35px;
  width: 385px;
  max-width: 100%;
  background: #fff;
  border: solid 1px #a5964b;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #a5964b !important;
  transition: all 0.2s ease-out; }

.btn_link_l:hover,
.btn_link_l_wimg:hover,
.btn_anchor:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.btn_link_l_wimg {
  box-sizing: border-box;
  display: flex;
  margin: auto;
  padding: 4px;
  text-align: left; }

.btn_link_l_wimg.adjw {
  box-sizing: border-box;
  display: flex;
  margin: auto;
  padding: 0;
  text-align: left; }

.btn_link_l_wimg figure {
  flex-basis: 140px;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  align-self: center; }

.btn_link_l_wimg.adjw figure {
  flex-basis: 120px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  align-self: center; }

.btn_link_l_wimg.adjw figure img{
  max-width: 100%;
  height: 90px;
  vertical-align: bottom;
  object-fit: cover; }

.btn_link_l_wimg div {
  padding: 0 30px 0 10px;
  align-self: center; }

.btns > div + p {
  width: 385px;
  max-width: 100%;
  margin: 20px auto auto auto;
  text-align: left;
  font-size: 1.4rem; }

.btn_link_l p,
.btn_link_l_wimg p {
  font-size: 1.4rem;
  color: #444 !important; }
.btn_link_l_wimg.adjw p{
  font-size: 1.4rem;
  color: #444 !important;
}
.btn_link_l h3,
.btn_link_l_wimg h3 {
  display: block;
  font-size: 2rem;
  color: #a5964b !important; }

.btn_link_l_wimg h3 {
  margin-bottom: 0.2em; }
.btn_link_l_wimg.adjw h3{
  position: inherit !important;
  display: inherit !important;
  background-color: inherit !important;
  border-radius: unset !important;
  padding: unset !important;
  font-size: inherit !important;
  color: inherit !important;
}
.btn_link_l::before,
.btn_link_l_wimg::before,
.btn_anchor::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #a5964b;
  border-radius: 50px;
  content: ''; }

.btn_link_l::after,
.btn_link_l_wimg::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.btn_anchor::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 22px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-bottom: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.btn_arrow0,
.btn_arrow1,
.btn_arrow2 {
  position: relative; }

.btn_arrow0::before {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #b02b5a;
  border-radius: 50px;
  content: ''; }

.btn_arrow0::after {
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.btn_arrow1::before {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #a5964b;
  border-radius: 50px;
  content: ''; }

.btn_arrow1::after {
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-top: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.btn_arrow2::before {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #dc5a8c;
  border-radius: 50px;
  content: ''; }

.btn_arrow2::after {
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.btn_back {
  width: 180px;
  padding: 10px 35px; }

.btn_back::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #a5964b;
  border-radius: 50px;
  content: ''; }

.btn_back::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  content: ''; }

/**
 * header
 */
header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  min-height: 100vh;
  padding: 20px;
  border-right: solid 1px #e1e1e1;
  background: #fff;
  overflow: auto;
  z-index: 1000; }

header h3 {
  font-size: 1.1rem;
  color: #999; }

header #logo {
  margin: 10px 0 0 0; }

header h2 img {
  vertical-align: baseline; }

#gnav ul:nth-child(1) li {
  margin: 20px 0;
  line-height: 1.3; }

#gnav ul:nth-child(1) a {
  display: block;
  padding-left: 10px;
  border-left: solid 3px #a5964b;
  transition: color 0.15s ease-out; }

#gnav ul:nth-child(1) a:hover {
  color: #a5964b; }

#gnav ul:nth-child(2) li {
  box-sizing: border-box;
  width: 50%;
  float: left; }

#gnav ul:nth-child(2) li:nth-child(odd) {
  padding-right: 2px; }

#gnav ul:nth-child(2) li:nth-child(even) {
  padding-left: 2px; }

#gnav ul:nth-child(2) a {
  box-sizing: border-box;
  display: block;
  padding: 4px 0;
  border: solid 1px #a5964b;
  border-radius: 3px;
  color: #a5964b;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.15s ease-out; }

#gnav ul:nth-child(2) a:hover {
  background: #a5964b;
  color: #fff; }

#cnav ul {
  margin-top: 20px;
  border-top: solid 1px #d2cba5; }

#cnav li {
  border-bottom: solid 1px #d2cba5;
  letter-spacing: -1px; }

#cnav li a {
  display: block;
  padding: 15px 0 15px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  font-size: 1.1rem;
  transition: color 0.15s ease-out; }

#cnav li a:hover {
  color: #a5964b; }

#cnav li a.reserve {
  background-image: url("../img/icon_calendar0.svg");
  background-position: -2px center; }

#cnav li a.mail {
  background-image: url("../img/icon_mail.svg");
  background-position: -5px center; }

#cnav li a.cancel {
  background-image: url("../img/icon_calendar1.svg"); }

#cnav li a.reserve {
  background-image: url("../img/icon_calendar0.svg"); }

#cnav li a.tel {
  background-image: url("../img/icon_tel.svg"); }

header .freedial {
  margin-top: 20px; }

header .freedial h3 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.2rem; }

header .freedial strong {
  line-height: 1;
  font-size: 2.5rem;
  color: #a5964b; }

header .freedial p {
  font-size: 1.1rem; }

header .lang {
  text-align: center;
  margin: 20px 0; }

header .lang li a {
  display: block;
  padding: 6px;
  border: solid 1px #c0b581;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1;
  color: #a5964b;
  transition: all 0.15s ease-out;
  background: none; }

header .lang li a:hover {
  background: #a5964b;
  color: #fff; }

header .lang li a.cn::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_flag_cn.svg") no-repeat center center/contain;
  margin-right: 8px;
  vertical-align: middle;
  content: ''; }

/**
 * #sp_menu
 */
#sp_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 10000; }

#sp_menu .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

#sp_menu .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 84.5%;
  height: 100%;
  max-height: 100%;
  background: #fff;
  overflow: auto; }

#sp_menu .inner > div {
  padding: 25px; }

#sp_menu .subject h2 {
  box-sizing: border-box;
  float: none;
  width: auto;
  height: auto;
  padding: 0 0 0 8px;
  border-left: solid 4px #a5964b;
  font-size: 1.8rem; }

#sp_menu .subject .list {
  margin: 10px 0 0 0;
  display: block; }

#sp_menu .subject .list > li {
  padding: 0;
  flex-basis: 25%;
  border-top: solid 1px #dcdcdc; }

#sp_menu .subject .list > li:first-child {
  border: none; }

#sp_menu .subject .list > li:nth-child(2) {
  flex-basis: 35%; }

#sp_menu .subject .list h3 {
  font-size: 1.5rem;
  position: relative;
  padding: 10px 0;
  margin: 0;
  transition: color 0.15s ease-out; }

#sp_menu .subject .list h3:hover {
  color: #a5964b; }

#sp_menu .subject .list h3::before,
#sp_menu .subject .list h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #a5964b;
  content: ''; }

#sp_menu .subject .list h3::before {
  right: 7px;
  width: 2px;
  height: 16px; }

#sp_menu .subject .list h3::after {
  width: 16px;
  height: 2px; }

#sp_menu .subject .list h3.act::before {
  display: none; }

#sp_menu .subject .list h3.linkonly::before,
#sp_menu .subject .list h3.linkonly::after {
  display: none; }
#sp_menu .subject .list h3.linkonly a{
  color: #999;
  display:block; }

#sp_menu .subject .list ul.cf li {
  float: none;
  width: 100%; }

#sp_menu .subject .list li {
  font-size: 1.3rem; }

#sp_menu .subject li a {
  font-size: 1.5rem;
  transition: color 0.15s ease-out; }

#sp_menu .subject li a:hover {
  color: #a5964b; }

#sp_menu .subject .list li ul {
  margin: 0 0 20px 0; }

#sp_menu .subject .list li li {
  margin: 0;
  padding: 0;
  border-top: solid 1px #dcdcdc; }

#sp_menu .subject .list li li:first-child {
  border: none; }

#sp_menu .subject .list li li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 20px; }

#sp_menu .subject .list li li a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: #a5964b;
  border-radius: 50px;
  content: ''; }

#sp_menu .subject .list li li a::after {
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

#sp_menu .subject .list li li.btn {
  padding-top: 5px;
  border: none; }

#sp_menu .subject .list li li.btn a::before,
#sp_menu .subject .list li li.btn a::after {
  display: none; }

#sp_menu .gnav {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -25px; }

#sp_menu .gnav li {
  box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  padding-bottom: 2px; }

#sp_menu .gnav li:nth-child(odd) {
  padding-right: 1px; }

#sp_menu .gnav li:nth-child(even) {
  padding-left: 1px; }

#sp_menu .gnav li a {
  display: block;
  background: #edece9;
  padding: 10px 30px 10px 10px;
  line-height: 1.4;
  transition: all 0.15s ease-out; }

#sp_menu .gnav li a:hover {
  background: #f2f2f0;
  color: #a5964b; }

#sp_menu .gnav li a::before {
  top: 0;
  bottom: 0;
  right: 10px;
  width: 14px;
  height: 14px;
  margin: auto; }

#sp_menu .gnav li a::after {
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto; }

#sp_menu .customer {
  margin: 20px -0; }

#sp_menu .customer li {
  box-sizing: border-box;
  width: 50%;
  float: left; }

#sp_menu .customer li:nth-child(odd) {
  padding-right: 6px; }

#sp_menu .customer li:nth-child(even) {
  padding-left: 6px; }

#sp_menu .customer a {
  box-sizing: border-box;
  display: block;
  padding: 4px 0;
  border: solid 1px #a5964b;
  border-radius: 3px;
  color: #a5964b;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.15s ease-out; }

#sp_menu .customer a:hover {
  background: #a5964b;
  color: #fff; }

#sp_menu .info {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -25px;
  border-bottom: solid 1px #dcdcdc; }

#sp_menu .info li {
  box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  border-top: solid 1px #dcdcdc; }

#sp_menu .info li:nth-child(odd) {
  border-right: solid 1px #dcdcdc; }

#sp_menu .info li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
  transition: color 0.15s ease-out; }

#sp_menu .info li a:hover {
  color: #a5964b; }

#sp_menu .info li a.icon_qa span {
  background-image: url("../img/icon_qa.svg"); }

#sp_menu .info li a.icon_attention span {
  background-image: url("../img/icon_attention.svg"); }

#sp_menu .info li a.icon_info span {
  background-image: url("../img/icon_info.svg"); }

#sp_menu .info li span {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px 8px 45px;
  background: no-repeat 10px center / 25px; }

#sp_menu .contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -25px; }

#sp_menu .contact li {
  flex-basis: 25%;
  text-align: center;
  line-height: 1.3;
  font-size: 1.1rem; }

#sp_menu .contact li a {
  position: relative;
  display: block;
  padding-top: 35px;
  background: no-repeat center top / 42px auto;
  transition: color 0.15s ease-out; }

#sp_menu .contact li a:hover {
  color: #a5964b; }

#sp_menu .contact li a::after {
  position: absolute;
  left: 0;
  top: 35px;
  width: 1px;
  height: 25px;
  background: #dcdcdc;
  content: ''; }

#sp_menu .contact li a:first-child::after {
  display: none; }

#sp_menu .contact li:nth-child(1) a {
  background-image: url("../img/icon_calendar0.svg"); }

#sp_menu .contact li:nth-child(2) a {
  background-image: url("../img/icon_mail.svg"); }

#sp_menu .contact li:nth-child(3) a {
  background-image: url("../img/icon_calendar1.svg"); }

#sp_menu .contact li:nth-child(4) a {
  background-image: url("../img/icon_tel.svg"); }

#sp_menu .lang {
  text-align: center;
  margin: 20px 0; }

#sp_menu .lang li a {
  display: block;
  padding: 3px;
  border: solid 1px #c0b581;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1;
  color: #a5964b;
  transition: all 0.15s ease-out; }

#sp_menu .lang li a:hover {
  background: #a5964b;
  color: #fff; }

#sp_menu .lang li a.cn::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_flag_ja.png") no-repeat center center/contain;
  margin-right: 8px;
  vertical-align: middle;
  content: ''; }

#sp_menu .btn_close {
  position: absolute;
  top: 25px;
  right: 15px;
  border: none;
  padding: 0 0 0 45px;
  width: auto;
  min-width: 0;
  color: #a5964b;
  font-size: 1.1rem;
  transition: opacity 0.15s ease-out; }

#sp_menu .btn_close:hover {
  background: none;
  color: #a5964b !important;
  opacity: 0.6; }

#sp_menu .btn_close::before,
#sp_menu .btn_close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #a5964b;
  content: ''; }

#sp_menu .btn_close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#sp_menu .btn_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/**
 * #container
 */
#container {
  float: left;
  width: calc(100% - 220px);
  overflow: hidden; }

/* .breadcrumbs */
.breadcrumbs {
  padding: 5px 10px; }

.breadcrumbs li {
  float: left;
  font-size: 1.1rem; }

.breadcrumbs li::before {
  display: inline-block;
  margin: 0 5px;
  content: '＞'; }

.breadcrumbs li:first-child::before {
  content: ''; }

.breadcrumbs li {
  float: left;
  font-size: 1.1rem; }

.breadcrumbs li a {
  color: #a5964b; }

/* .paging */
.paging {
  text-align: center;
  margin: 80px 0; }

.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.paging li a,
.paging li span {
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  background: #dcdcdc;
  border-radius: 3px;
  color: #fff; }

.paging li a:hover {
  opacity: 0.6; }

.paging li .act {
  background: #a5964b; }

.paging li .btn_prev,
.paging li .btn_next {
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: none; }

.paging li .btn_prev {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: solid 1px #a5964b;
  border-left: solid 1px #a5964b;
  margin-right: 40px; }

.paging li .btn_next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  margin-left: 40px; }

/**
 * #treatment
 * 施術方法は200種類以上
 */
#treatment {
  margin: 0 !important;
  padding: 115px 50px 60px 50px;
  background: #f9e7e3 url("../img/treatment_bg0.jpg") no-repeat right top/590px auto;
  overflow: hidden; }

#treatment .inner {
  max-width: 810px;
  margin: auto; }

#contents #treatment .inner {
  max-width: 810px;
  padding-left: 0;
  padding-right: 0; }

#treatment h2 {
  position: relative;
  margin-top: 5px;
  font-size: 2.8rem;
  color: #dc5a8c;
  z-index: 1; }

#treatment h3 {
  position: relative;
  display: inline-block;
  background-color: #dc5a8c;
  border-radius: 50px;
  padding: 2px 20px 3px 20px;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1; }

#treatment h3 span {
  font-size: 1.8rem; }

#treatment nav {
  position: relative;
  display: flex;
  margin-top: 65px; }

#treatment nav .img {
  position: absolute;
  right: 0;
  top: -220px; }

#treatment nav > div {
  box-sizing: border-box;
  position: relative;
  width: 25%;
  padding: 3px; }

#treatment nav > div > div {
  height: 100%;
  background: #fff no-repeat center top / 100% auto; }

#treatment nav > div:nth-child(2) > div {
  background-image: url("../img/treatment_img1.jpg"); }

#treatment nav > div:nth-child(3) > div {
  background-image: url("../img/treatment_img2.jpg"); }

#treatment nav > div:nth-child(4) > div {
  background-image: url("../img/treatment_img3.jpg"); }

#treatment nav > div:nth-child(5) > div {
  background-image: url("../img/treatment_img4.jpg"); }

#treatment h4 {
  padding: 40px 10px;
  font-size: 2rem;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff; }

#treatment nav ul {
  padding: 10px; }

#treatment nav li {
  border-top: solid 1px #dcdcdc; }

#treatment nav li:first-child {
  border: none; }

#treatment nav a {
  display: block;
  padding: 8px 0 8px 20px;
  font-size: 1.4rem;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
  transition: color 0.15s ease-out; }

#treatment nav a img {
  vertical-align: middle; }

#treatment nav a:hover {
  color: #dc5a8c; }

#treatment .btn_arrow2::before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

#treatment .btn_arrow2::after {
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto; }

#treatment nav .btns {
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center; }

#treatment nav .btn_more {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  width: 100%;
  border: solid 1px #dc5a8c;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #dc5a8c;
  text-shadow: none;
  transition: all 0.15s ease-out; }

#treatment nav .btn_more:hover {
  background: #dc5a8c;
  color: #fff !important; }

#treatment .bnr {
  margin: 30px auto auto auto; }

#treatment .bnr a {
  display: block;
  background: #fff;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  transition: all 0.2s ease-out; }

#treatment .bnr a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

#treatment .bnr figure {
  float: left;
  background: no-repeat center center / cover;
  width: 90px; }

#treatment .bnr .txt {
  float: right;
  width: calc(100% - 100px); }

#treatment .bnr h4 {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.8rem;
  color: #dc5a8c; }

#treatment .bnr p {
  line-height: 1.4;
  font-size: 1.4rem; }

#treatment .bnr .btn_arrow0 {
  padding-right: 30px; }

#treatment .bnr .btn_arrow0::before {
  background-color: #dc5a8c;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

#treatment .bnr .btn_arrow0::after {
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto; }

/**
 * #start
 */
#start {
  padding: 60px 50px;
  background: url("../img/start_bg0.jpg") no-repeat center top/cover;
  text-align: center; }

#start h2 {
  font-size: 2.4rem;
  color: #dc5a8c; }

#start .read {
  margin-top: 10px; }

#start .inner {
  max-width: 720px;
  margin: auto; }

#start ul {
  display: flex; }

#start li {
  box-sizing: border-box;
  padding: 20px 6px; }

#start li:nth-child(1),
#start li:nth-child(2),
#start li:nth-child(3) {
  width: 16.9%; }

#start li:nth-child(4),
#start li:nth-child(5) {
  width: 25.3%; }

#start li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  background: #fff no-repeat center 15px / 70px;
  border-radius: 3px;
  padding: 95px 15px 15px 15px;
  line-height: 1.6;
  font-size: 1.4rem;
  transition: all 0.2s ease-out; }

#start li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.04);
  transform: scale(1.04); }

#start li:nth-child(1) a {
  background-image: url("../img/start_img0.png"); }

#start li:nth-child(2) a {
  background-image: url("../img/start_img1.png"); }

#start li:nth-child(3) a {
  background-image: url("../img/start_img2.png"); }

#start li:nth-child(4) a {
  background-image: url("../img/start_img3.png"); }

#start li:nth-child(5) a {
  background-image: url("../img/start_img4.png"); }

#start .btns {
  margin-top: 10px; }

#start .btn_link {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 18px 40px 18px 20px;
  min-width: 350px;
  max-width: 100%;
  background: #dc5a8c;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #fff !important;
  transition: background 0.15s ease-out; }

#start .btn_link:hover {
  background: #b02b5a; }

#start .btn_link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  border-radius: 50px;
  content: ''; }

#start .btn_link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

/**
 * footer
 */
/**
 * #banner
 */
#banner {
  border-top: solid 1px #dcdcdc;
  padding: 30px 0;
  text-align: center; }

#banner li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px; }

#banner li a {
  background: none;
  padding: 0;
  transition: opacity 0.15s ease-out; }

#banner li a:hover {
  opacity: 0.7; }

/**
 * #supervision
 */
#supervision {
  border-top: solid 1px #dcdcdc;
  padding: 30px 50px; }

#supervision .inner {
  max-width: 800px;
  margin: auto; }

#supervision h2 {
  font-size: 1.8rem;
  color: #a5964b; }

#supervision p.read {
  margin-top: 0.5em;
  font-size: 1.3rem; }

#supervision p {
  margin-top: 1.5em;
  font-size: 1.3rem; }

footer .block {
  border-top: solid 1px #dcdcdc;
  padding: 50px; }

/**
 * #contact
 */
#contact {
  box-sizing: border-box;
  float: left;
  width: 75%;
  border-right: solid 1px #dcdcdc;
  padding-right: 20px;
  margin: 0 !important; }

#contact h2 {
  float: left;
  font-size: 2rem;
  color: #a5964b; }

#contact .head .btns {
  float: left;
  margin: 0 !important;
  margin-left: 30px !important; }

#contact .head .btns a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 7px 70px 7px 20px;
  border: solid 1px #a5964b;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #a5964b;
  transition: all 0.15s ease-out; }

#contact .head .btns a:hover {
  background: #a5964b;
  color: #fff; }

#contact .head .btns a::before,
#contact .head .btns a::after {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

#contact .head .btns a::after {
  right: 18px;
  transition: border 0.15s ease-out; }

#contact .head .btns a:hover::before,
#contact .head .btns a:hover::after {
  border-color: #fff; }

#contact h3 {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #a5964b; }

#contact h4 {
  margin-top: 3px;
  font-size: 1.4rem; }

#contact strong {
  display: block;
  margin: 10px 0;
  line-height: 1;
  font-size: 2.4rem;
  color: #444 !important; }

#contact p {
  font-size: 1.2rem; }

#contact ul {
  display: flex;
  margin: 30px -3px 0 -3px; }

#contact li {
  padding: 3px; }

#contact li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px 20px;
  border: solid 1px #a5964b;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #a5964b;
  transition: all 0.15s ease-out; }

#contact li a:hover {
  background: #a5964b;
  color: #fff; }

/**
 * #clinic
 */
#clinic {
  box-sizing: border-box;
  float: right;
  width: 25%;
  padding-left: 20px;
  margin: 0 !important; }

#clinic .inner {
  max-width: initial !important;
  max-width: auto !important;
  margin: 0 !important;
  padding: 0 !important; }

#clinic h2 {
  font-size: 2rem;
  color: #a5964b; }

#clinic ul {
  margin-top: 10px; }

#clinic li {
  float: left;
  width: 50%;
  margin: 5px 0 10px; }

#clinic ul + h2 {
  margin-top: 30px; }

#clinic .sns {
  max-width: 270px; }

#clinic .sns a[target="_blank"] {
  display: block;
  padding-right: 0;
  background: none;
  transition: none; }

#clinic .sns li {
  width: 3.5vw;
  padding-left: 5px;
  padding-right: 1.5vw;
  margin: 15px 0 10px; }

/**
 * #subject
 */
#subject {
  border-top: solid 1px #dcdcdc;
  padding: 50px; }

#subject h2 {
  font-size: 2rem;
  color: #a5964b; }

#subject .list {
  display: flex;
  margin: 30px -10px 0 -10px; }

#subject .list > li {
  padding: 0 10px;
  flex-basis: 25%; }

#subject .list > li:nth-child(2) {
  flex-basis: 35%; }

#subject .list h3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #dcdcdc;
  font-size: 1.6rem; }

#subject .list li li {
  margin: 3px 0; }

#subject .list ul.cf li {
  float: left;
  width: 50%; }

#subject .list li {
  font-size: 1.3rem; }

#column_utilities li a,
#subject li a {
  transition: color 0.15s ease-out; }

#column_utilities li a:hover,
#subject li a:hover {
  color: #a5964b; }

#subject nav {
  margin-top: 30px; }

#column_utilities nav li,
#subject nav li {
  display: inline-block;
  margin-right: 40px;
  line-height: 1.2;
  font-size: 1.4rem; }

#column_utilities nav li a,
#subject nav li a {
  display: block;
  position: relative;
  padding-left: 25px; }

#column_utilities nav li a::before,
#subject nav li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #a5964b;
  border-radius: 50px;
  content: ''; }

#column_utilities nav li a::after,
#subject nav li a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: solid 1px #a5964b;
  border-right: solid 1px #a5964b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

footer .box {
  background: #444;
  padding: 30px;
  text-align: center;
  color: #fff; }

footer .box nav {
  margin: 30px 0; }

footer .box nav li {
  display: inline-block;
  padding: 0 10px;
  border-left: solid 1px #a5964b;
  line-height: 1;
  font-size: 1.2rem; }

footer .box nav li:first-child {
  border: none; }

footer .box nav li a {
  color: #fff;
  transition: color 0.15s ease-out; }

footer .box nav li a:hover {
  color: #a5964b; }

footer .box p {
  font-size: 1.1rem; }

footer .box h3 {
  margin-bottom: 5px;
  font-size: 1.4rem; }

footer .copy i {
  position: relative;
  top: 1px;
  vertical-align: sub;
  font-size: 200%; }

.hide {
  display: none; }

.unknown-layout {
  border: 1px solid #ff0000; }

.protect-img {
  cursor: pointer;
  top: 0; }

.visuallyHidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

#column_contact {
  border-top: solid 1px #dcdcdc;
  padding: 30px 15px 0;
  margin: 0 !important; }

#column_utilities {
  border-top: solid 1px #dcdcdc;
  padding: 30px 15px 30px; }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; }
  #container {
    margin-left: 220px;
    min-width: 780px; }
  #column_contact {
    padding: 50px; }
  #column_utilities {
    padding: 30px 50px; } }

@media only screen and (min-width: 375px) {
  .sp_s {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem; }
  .pc {
    display: none !important; }
  .btn_link_l,
  .btn_anchor {
    width: 350px;
    min-width: 0;
    max-width: 100%;
    padding: 15px 35px 15px 35px; }
  .btn_link_l_wimg {
    min-width: 0; }
  .btn_anchor {
    text-align: left;
    padding-left: 15px; }
  header {
    width: 100%;
    min-height: 0;
    /*height: 65px;*/
    padding: 0;
    border: none;
    border-bottom: solid 1px #e1e1e1;
    overflow: visible; }
  /*header #logo {
    box-sizing: border-box;
    float: left;
    margin: 0;
    height: 65px;
    width: 27.8%;
    padding: 23px 5px 0 5px; }
  header h2 img {
    width: 103px; }*/
  #gnav {
    display: none; }
  #cnav {
    float: right;
    width: 71%;
    max-width: 295px; }
  #cnav ul {
    margin-top: 0;
    border: none; }
  #cnav li {
    box-sizing: border-box;
    border: none;
    width: 22%;
    max-width: 65px;
    float: left; }
  #cnav li:first-child {
    width: 34%;
    max-width: none; }
  #cnav li a {
    box-sizing: border-box;
    padding: 40px 5px 0 5px;
    height: 65px;
    text-align: center;
    font-size: 1rem;
    border-left: solid 1px #e1e1e1; }
  #cnav li a.reserve,
  #cnav li a.mail,
  #cnav li a.tel {
    background-position: center 10px; }
  header .freedial,
  header .lang {
    display: none; }
  header #sp_menu .lang {
    display: block; }
  #container {
    float: none;
    width: 100%;
    padding-top: 65px; }
  .paging {
    margin: 60px 0; }
  #treatment {
    padding: 65px 10px 60px 10px;
    background-size: 120% auto; }
  #treatment nav {
    flex-wrap: wrap;
    margin-top: 35px; }
  #treatment nav .img {
    top: -200px;
    width: 220px; }
  #treatment nav > div {
    width: 50%; }
  #treatment h4 {
    padding: 30px 10px; }
  #treatment li a {
    font-size: 1.2rem; }
  #start {
    padding: 60px 18px; }
  #start ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0; }
  #start li {
    padding: 6px; }
  #start li:nth-child(1),
  #start li:nth-child(2),
  #start li:nth-child(3) {
    width: 33.333%; }
  #start li:nth-child(4),
  #start li:nth-child(5) {
    width: 50%; }
  #start .btn_link {
    width: 350px;
    min-width: 0;
    max-width: 100%; }
  #banner li {
    margin: 10px; }
  #supervision {
    padding: 30px 15px; }
  #supervision p.read {
    color: #a5964b; }
  #supervision p {
    margin-top: 1em; }
  footer .block {
    padding: 50px 15px; }
  #contact {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0; }
  #contact .head .btns {
    display: none; }
  #contact ul {
    flex-wrap: wrap; }
  #contact li {
    box-sizing: border-box;
    width: 50%; }
  #contact li a {
    font-size: 1.2rem; }
  #contact h3 {
    margin-top: 15px; }
  #clinic {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 25px 0; }
  #clinic li {
    width: 33.33%; }
  #subject {
    padding: 30px 15px; }
  #subject .list {
    margin: 10px 0 0 0;
    display: block; }
  #subject .list h3 {
    position: relative;
    padding: 15px 0;
    margin: 0; }
  #subject .list h3::before,
  #subject .list h3::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #a5964b;
    content: ''; }
  #subject .list h3::before {
    right: 7px;
    width: 2px;
    height: 16px; }
  #subject .list h3::after {
    width: 16px;
    height: 2px; }
  #subject .list h3.act::before {
    display: none; }
  #subject .list > li {
    padding: 0; }
  #subject .list li ul {
    margin: 15px 0 20px 0; }
  #subject .list li li {
    margin: 8px 0; }
  #subject .list ul.cf li {
    float: none;
    width: 100%; }
  #column_utilities nav li,
  #subject nav li {
    display: block;
    float: left;
    width: 33.33%;
    margin: 10px 0; }
  #column_utilities nav li a,
  #subject nav li a {
    display: block;
    position: relative;
    padding-left: 25px; }
  #column_utilities nav li a::before,
  #subject nav li a::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: solid 1px #a5964b;
    border-radius: 50px;
    content: ''; }
  #column_utilities nav li a::after,
  #subject nav li a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-top: solid 1px #a5964b;
    border-right: solid 1px #a5964b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''; }
  footer .box {
    text-align: left; }
  footer .box nav li {
    padding: 0 5px; }
  footer .box nav,
  footer .box p.copy,
  footer .box h3 {
    text-align: center; } }

@media only print {
  header {
    display: none !important; }
  #container {
    min-width: auto !important;
    min-width: initial !important;
    margin-left: 0 !important;
    float: none !important;
    width: auto !important; }
  #contents .inner {
    max-width: auto !important;
    max-width: initial !important; }
  .sp {
    display: none !important; }
  .ani_slideup {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .ani_fade {
    opacity: 1 !important; }
  .ani_reduce {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important; }
  .ani_btn {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important; } }

@media only screen and (max-width: 374px) {
  .btn_link_l_wimg figure {
    flex-basis: 120px;
    max-width: 120px; }
  .btn_link_l_wimg.adjw figure {
    flex-basis: 100px;
    max-width: 100px;
    width: 100px;
    min-width: 100px;}
  .btn_link_l_wimg.adjw figure img{
    height: 75px; }
  .btn_link_l_wimg h3 {
    font-size: 1.5rem; }
  .btn_link_l_wimg p {
    font-size: 1.1rem; }
  .btn_link_l_wimg.adjw p{
    font-size: 1.1rem !important;
    white-space: normal !important;
  }
  #cnav li a {
    padding-top: 33px;
    background-size: 26px auto;
    font-size: 7.5px; }
  #sp_menu .gnav li a,
  #sp_menu .info li a {
    font-size: 1.2rem; }
  #sp_menu .contact li a {
    font-size: 0.9rem; }
  #container {
    padding-top: 50px; }
  #treatment nav .img {
    top: -180px;
    right: -40px; }
  #treatment h2 {
    font-size: 2.1rem; }
  #treatment h3 {
    font-size: 1.1rem; }
  #treatment h3 span {
    font-size: 1.4rem; }
  #treatment h4 {
    font-size: 1.6rem; }
  #start h2 {
    font-size: 1.8rem; }
  #start li p {
    font-size: 1.1rem; }
  #contact h2 {
    font-size: 1.5rem; }
  #contact li a {
    font-size: 1rem; }
  #clinic h2 {
    font-size: 1.5rem; }
  #subject h2 {
    font-size: 1.5rem; } }

@media only screen and (max-width: 413px) {
  #cnav li a {
    font-size: 9px; }
  #container {
    padding-top: 58px; }
  #treatment nav .img {
    top: -190px;
    right: -20px; }
  #treatment h2 {
    font-size: 2.5rem; }
  #treatment h3 {
    font-size: 1.2rem; }
  #treatment h3 span {
    font-size: 1.6rem; }
  #treatment h4 {
    font-size: 1.8rem; }
  #start h2 {
    font-size: 2.1rem; }
  #start li p {
    font-size: 1.2rem; }
  #contact h2 {
    font-size: 1.8rem; }
  #clinic h2 {
    font-size: 1.8rem; }
  #clinic ul + h2 {
    margin-top: 20px; }
  #clinic .sns {
    max-width: none; }
  #clinic .sns li {
    width: 30px;
    padding-right: 15px; }
  #subject h2 {
    font-size: 1.8rem; } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #clinic .sns {
    max-width: none; }
  #clinic .sns li {
    float: left;
    width: 2.9vw;
    min-width: 29px; }
  #clinic li {
    float: none;
    width: 100%;
    margin: 5px 0; } }



.mt30 {
  margin-top: 3rem; }
