@charset "UTF-8";
/*
Theme Name: emma_renew
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 65px;
}

body {
  line-height: 1;
}

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;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination span, .pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 17px 20px;
  margin: 0 15px 8px 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #e68381;
  border-radius: 50%;
  color: #e68381;
  text-decoration: none !important;
  cursor: pointer;
}

.pagination span.current, .pagination a.current {
  background: #e68381;
  border-color: #e68381;
  color: #fff !important;
}

.pagination a:link, .pagination a:visited {
  color: #e68381;
}

.pagination a:hover {
  background: #e68381;
  border-color: #e68381;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.pagination a.next, .pagination a.prev {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  border-right: 2px solid;
  border-top: 2px solid;
  border-radius: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 0;
  vertical-align: middle;
}

.pagination a.prev {
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
  margin-right: 15px;
}

.pagination a.next:hover, .pagination a.prev:hover {
  color: #e68381;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #505050;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1100 {
  width: 1100px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

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

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- タイトル */
.c_tit1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}

.c_tit1 small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

/* ----------------------------- ボタン */
.btn1 {
  width: 260px;
}

.btn1 a {
  display: block;
  border: 1px solid #e68381;
  border-radius: 40px;
  background: #fff;
  padding: 15px 10%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.6rem;
  color: #e68381;
  text-decoration: none;
}

.btn1 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #e68381;
  border-bottom: 1px solid #e68381;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn1 a:hover {
  opacity: 0.65;
}

.btn2 {
  width: 230px;
}

.btn2 a {
  display: block;
  border: 1px solid #e68381;
  border-radius: 40px;
  background: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #e68381;
  text-decoration: none;
}

.btn2 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */
.header {
  padding: 20px 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header .logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .logo a {
  display: block;
  padding: 30px 18%;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header.deformation .logo {
  width: 9%;
}

.header.deformation .logo a {
  padding: 10%;
}

.floating {
  position: fixed;
  right: 0;
  top: 15%;
  width: 45px;
  z-index: 9999;
}

.floating ul li {
  margin-bottom: 10px;
}

.floating ul li:last-child {
  margin-bottom: 0;
}

.floating ul li a {
  display: block;
  border-radius: 10px 0 0 10px;
  padding: 1em 10px;
  background: #e68381;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.floating ul li a:hover {
  opacity: 0.65;
}

.floating ul li.btn_contact a {
  background: #e00d5b;
}

/* ----------------------------- ナビ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav ul li {
  margin-right: 2em;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li a {
  text-decoration: none;
  color: #e68381;
}

.nav ul li a:hover {
  opacity: 0.65;
}

/* ----------------------------- メインビジュアル */
.mv {
  position: relative;
  z-index: 9;
}

.mv h2 {
  font-size: 3.8rem;
  font-weight: normal;
  letter-spacing: 0.8em;
  line-height: 2.2em;
  color: #334665;
  height: 6.5em;
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.mv h2 span {
  display: block;
}

.mv h2 span:nth-child(2) {
  padding-left: 1.8em;
}

.mv h2 span:nth-child(3) {
  padding-left: 7.2em;
}

.mv .mv_slider li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv .mv_slider .slider1 {
  background-image: url(images/common/mv_slider1.jpg);
}

.mv .mv_slider .slider2 {
  background-image: url(images/common/mv_slider2.jpg);
}

.mv .mv_slider .slider3 {
  background-image: url(images/common/mv_slider3.jpg);
}

.mv .mv_slider .slider4 {
  background-image: url(images/common/mv_slider4.jpg);
}

.main {
  padding: 200px 0 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.main .sub {
  letter-spacing: 0.2em;
  margin-top: 15px;
}

.main_about {
  background-image: url(images/common/main_about.jpg);
}

.main_access {
  background-image: url(images/common/main_access.jpg);
}

.main_contact {
  background-image: url(images/common/main_contact.jpg);
}

.main_column {
  background-image: url(images/common/main_column.jpg);
  background-position: center top;
}

.main_price {
  background-image: url(images/common/main_price.jpg);
}

.main_doubleart {
  background-image: url(images/common/main_doubleart.jpg);
}

.main_eyeshaping {
  background-image: url(images/common/main_eyeshaping.jpg);
}

.main_darkcircles {
  background-image: url(images/common/main_darkcircles.jpg);
}

.main_sagging {
  background-image: url(images/common/main_sagging.jpg);
}

.main_faceline {
  background-image: url(images/common/main_faceline.jpg);
}

.main_skin {
  background-image: url(images/common/main_skin.jpg);
}

.main_upperarm {
  background-image: url(images/common/main_upperarm.jpg);
}

.main_hairloss {
  background-image: url(images/common/main_hairloss.jpg);
}

/* ----------------------------- パンくずリスト */
.pan {
  margin-top: 20px;
  color: #e00d5b;
}

.pan a {
  color: #e00d5b;
  text-decoration: none;
}

.pan .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pan .box span {
  margin-right: 0.2em;
}

.pan .box span:after {
  content: "";
  display: inline-block;
  margin: 0 1em;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e00d5b;
  border-right: 1px solid #e00d5b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pan .box span:last-child {
  margin-right: 0;
}

.pan .box span:last-child:after {
  display: none;
}

.pan .home img {
  width: 24px;
  vertical-align: sub;
}

/* ----------------------------- 18歳未満の方へ */
.u18 {
  background: #e68381 url(images/common/u18_icon.png) top left 8% no-repeat;
  border-radius: 30px;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

.u18 h4 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.u18 p {
  text-align: center;
  margin-top: 30px;
}

.u18 .inner {
  border: 1px solid;
  border-radius: 30px;
  padding: 0 0 20px;
  max-width: 810px;
  margin: 60px auto 0;
}

.u18 .inner h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #e68381;
  width: 290px;
  margin: -25px auto 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 50px;
}

.u18 .inner p {
  margin-top: 20px;
}

.u18 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.u18 .inner ul li {
  font-size: 1.8rem;
  margin-right: 1em;
}

.u18 .inner ul li:before {
  content: "・";
}

/* ----------------------------- お支払い方法 */
.payment {
  background: #a0d4bd url(images/common/payment_icon.png) top right 8% no-repeat;
  border-radius: 30px;
  padding: 40px 0;
  text-align: center;
  color: #008178;
}

.payment h4 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.payment p {
  text-align: center;
  margin-top: 30px;
}

/* ----------------------------- トップ */
.top_block1 {
  padding: 100px 0;
}

.top_block1 .box1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block1 .box1 .inner .txt {
  width: 48%;
}

.top_block1 .box1 .inner .txt h3 {
  font-size: 3rem;
  line-height: 1.6em;
  color: #e00d5b;
}

.top_block1 .box1 .inner .txt p {
  margin-top: 20px;
}

.top_block1 .box1 .inner .txt .btn1 {
  margin-top: 40px;
}

.top_block1 .box1 .inner .img {
  width: 48%;
}

.top_block1 .box1 .pic {
  max-width: 430px;
  margin: -30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block1 .box1 .pic span {
  display: block;
}

.top_block1 .box1 .pic span.pic1 {
  width: 60%;
}

.top_block1 .box1 .pic span.pic2 {
  width: 34%;
  margin-top: 80px;
}

.top_block1 .box2 {
  margin-top: 100px;
}

.top_block1 .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_block1 .box2 ul li {
  width: 30%;
  margin-right: 5%;
  border-radius: 50%;
  overflow: hidden;
}

.top_block1 .box2 ul li:last-child {
  margin-right: 0;
}

.top_block1 .box2 ul li .txt {
  background: #f9e1e1;
  padding: 50px 0 70px;
}

.top_block1 .box2 ul li .txt h4 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}

.top_block1 .box2 .btn1 {
  margin: 60px auto 0;
}

.top_block2 {
  padding: 100px 0;
  background: #fbeded;
}

.top_block2 .recommended_slider {
  margin-top: 60px;
}

.top_block2 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 7px;
  height: 7px;
  background: #b3b3b3;
}

.top_block2 .bx-wrapper .bx-pager.bx-default-pager a:hover, .top_block2 .bx-wrapper .bx-pager.bx-default-pager a.active, .top_block2 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e00d5b;
}

.top_block3 {
  padding-top: 70px;
}

.top_block3 .c_tit1 {
  position: relative;
  z-index: 9;
}

.top_block3 ul {
  position: relative;
  height: 500px;
  margin: 0 10%;
}

.top_block3 ul li {
  position: absolute;
  z-index: 9;
}

.top_block3 ul li:before {
  content: "";
  display: block;
  border-bottom: 1px solid #646464;
  position: absolute;
  z-index: 9;
}

.top_block3 ul li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #646464;
  position: absolute;
  z-index: 9;
}

.top_block3 ul li a {
  font-size: 2rem;
  text-decoration: none;
  display: block;
  padding: 10px 1.5em;
  border: 1px solid #646464;
  border-radius: 40px;
}

.top_block3 ul li a:hover {
  opacity: 0.65;
}

.top_block3 ul li.part_doubleart {
  left: 0;
  top: 17%;
}

.top_block3 ul li.part_doubleart:before {
  width: 220px;
  left: 100%;
  top: 50%;
}

.top_block3 ul li.part_doubleart:after {
  left: 320px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 ul li.part_skin {
  right: 0;
  top: 5%;
}

.top_block3 ul li.part_skin:before {
  width: 450px;
  right: 100%;
  top: 50%;
}

.top_block3 ul li.part_skin:after {
  right: 530px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 ul li.part_eyeshaping {
  left: 0;
  top: 33%;
}

.top_block3 ul li.part_eyeshaping:before {
  border-right: 1px solid #646464;
  width: 300px;
  height: 60px;
  left: 100%;
  top: -78%;
}

.top_block3 ul li.part_eyeshaping:after {
  left: 400px;
  top: -40px;
}

.top_block3 ul li.part_sagging {
  right: 0;
  top: 33%;
}

.top_block3 ul li.part_sagging:before {
  width: 250px;
  right: 100%;
  top: 50%;
}

.top_block3 ul li.part_sagging:after {
  right: 490px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 ul li.part_darkcircles {
  left: 0;
  top: 50%;
}

.top_block3 ul li.part_darkcircles:before {
  border-right: 1px solid #646464;
  width: 330px;
  height: 135px;
  left: 100%;
  top: -235%;
}

.top_block3 ul li.part_darkcircles:after {
  left: 430px;
  top: -115px;
}

.top_block3 ul li.part_faceline {
  right: 0;
  top: 50%;
}

.top_block3 ul li.part_faceline:before {
  width: 250px;
  right: 100%;
  top: 50%;
}

.top_block3 ul li.part_faceline:after {
  right: 450px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 ul li.part_upperarm {
  right: 0;
  top: 80%;
}

.top_block3 ul li.part_upperarm:before {
  width: 100px;
  right: 100%;
  top: 50%;
}

.top_block3 ul li.part_upperarm:after {
  right: 220px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 ul li.part_hairremoval {
  right: 0;
  top: 95%;
}

.top_block3 ul li.part_hairremoval:before {
  width: 120px;
  right: 100%;
  top: 50%;
}

.top_block3 ul li.part_hairremoval:after {
  right: 220px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_block3 .treatment_area {
  margin-top: -121px;
}

.top_block4 {
  padding: 100px 0;
}

.top_block4 .line_reservation {
  margin-top: 60px;
}

.top_block5 {
  padding: 100px 0;
  background: #fbeded;
}

.top_block5 h3 {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #e00d5b;
}

.top_block5 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_block5 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}

.top_block5 ul li:nth-child(3n) {
  margin-right: 0;
}

.top_block5 ul li .txt {
  margin-top: 20px;
}

.top_block5 ul li .txt p {
  line-height: 1.4em;
}

.top_block5 .btn1 {
  width: 370px;
  margin: 40px auto 0;
}

.top_block5 .btn {
  max-width: 460px;
  margin: 40px auto 0;
  text-align: center;
}

.top_block6 {
  padding: 100px 0 300px;
}

.top_block6 .box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_block6 .box .txt {
  width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top_block6 .box .txt ul li {
  margin-bottom: 50px;
}

.top_block6 .box .txt ul li:last-child {
  margin-bottom: 0;
}

.top_block6 .box .txt ul li a {
  display: block;
  border-radius: 0 0 20px 0;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 0 5% 15px 0;
  position: relative;
  font-size: 1.8rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top_block6 .box .txt ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  position: absolute;
  right: 4%;
  top: 5px;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_block6 .box .txt ul li a:hover {
  opacity: 0.65;
}

.top_block6 .box .txt .btn1 {
  margin-top: 80px;
}

.top_block6 .box .img {
  width: 35%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.web_reservation {
  padding: 60px 0;
  background: #e68381 url(images/common/web_reservation_bg.png) bottom left 5% no-repeat;
  background-size: 22%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.web_reservation h3 {
  font-size: 3.2rem;
}

.web_reservation p {
  margin-top: 20px;
  font-size: 1.8rem;
}

.web_reservation .btn1 {
  margin: 30px auto 0;
}

.web_reservation .btn1 a {
  border-color: #fff;
  text-align: left;
}

.line_reservation {
  padding: 60px 0;
  background: #d2e6f0 url(images/common/line_reservation_bg.png) top right 5% no-repeat;
  background-size: 22%;
  border-radius: 20px;
  text-align: center;
  color: #334665;
}

.line_reservation h3 {
  font-size: 3.2rem;
}

.line_reservation p {
  margin-top: 20px;
  font-size: 1.8rem;
}

.line_reservation .btn1 {
  margin: 30px auto 0;
}

.line_reservation .btn1 a {
  color: #334665;
  border-color: #fff;
  text-align: left;
}

.line_reservation .btn1 a:after {
  border-color: #334665;
}

/* ----------------------------- エマクリニックについて */
.about_block1 {
  padding: 100px 0;
}

.about_block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.about_block1 ul li {
  width: 28%;
}

.about_block1 ul li .img {
  position: relative;
}

.about_block1 ul li .img:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #f9e1e1;
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 1;
}

.about_block1 ul li .img img {
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.about_block1 ul li .txt {
  margin-top: 40px;
}

.about_block1 ul li .txt h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
}

.about_block1 ul li .txt p {
  margin-top: 30px;
}

.about_block2 {
  padding: 100px 0;
  background: #fbeded;
}

.about_block2 .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_block2 .box .img {
  width: 35%;
}

.about_block2 .box .txt {
  width: 55%;
}

.about_block2 .box .txt h4 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.about_block2 .box .txt h4 small {
  font-size: 60%;
  margin-left: 1em;
}

.about_block2 .box .txt p {
  margin-top: 20px;
}

.about_block2 .box .txt .inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_block2 .box .txt .inner h5 {
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid #505050;
  padding-right: 20px;
  margin-right: 20px;
}

.about_block2 .box .txt .inner table th {
  font-weight: normal;
  padding-right: 1em;
}

.about_block3 {
  padding: 100px 0;
}

.about_block3 .box1 {
  margin-top: 60px;
}

.about_block3 .box1 .read {
  text-align: center;
}

.about_block3 .box1 ul {
  margin-top: 20px;
}

.about_block3 .box1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 5%;
  border-top: 1px solid #505050;
}

.about_block3 .box1 ul li:last-child {
  border-bottom: 1px solid #505050;
}

.about_block3 .box1 ul li .icon {
  width: 20%;
  text-align: center;
}

.about_block3 .box1 ul li .txt {
  width: 75%;
}

.about_block3 .box1 ul li .txt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_block3 .box1 ul li .txt .tit .step {
  font-size: 2rem;
  font-weight: bold;
  color: #e00d5b;
}

.about_block3 .box1 ul li .txt .tit h4 {
  font-size: 3rem;
  font-weight: 500;
  margin-left: 1em;
}

.about_block3 .box1 ul li .txt p {
  margin-top: 20px;
}

.about_block3 .box2 {
  margin-top: 100px;
}

.about_block4 {
  padding: 100px 0 300px;
  background: #fbeded;
}

.about_block4 .box {
  margin-top: 60px;
}

.about_block4 .box ul li {
  overflow: hidden;
  border-radius: 40px;
}

.about_block4 .box ul li .txt {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.about_block4 .box ul li .txt h4 {
  font-size: 3rem;
  font-weight: 500;
}

.about_block4 .box ul li .txt p {
  margin-top: 20px;
}

.about_block4 .box .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -40px;
}

.about_block4 .box .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  margin: 0 15px;
}

.about_block4 .box .bx-wrapper .bx-pager.bx-default-pager a:hover, .about_block4 .box .bx-wrapper .bx-pager.bx-default-pager a.active, .about_block4 .box .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e00d5b;
}

.about_block4 .box .bx-wrapper .bx-controls-direction a {
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}

.about_block4 .box .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -40px;
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
}

.about_block4 .box .bx-wrapper .bx-controls-direction a.bx-next {
  right: -40px;
}

/* ----------------------------- 診療時間・アクセス */
.access_block1 {
  padding: 100px 0;
}

.access_block1 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.access_block1 .txt h4 {
  width: 140px;
  background: #e68381;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.access_block1 .txt p {
  margin-left: 2em;
}

.access_block1 .map {
  margin-top: 40px;
}

.access_block1 .map iframe {
  width: 100%;
  height: 565px;
}

.access_block1 ul {
  margin-top: 60px;
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access_block1 ul li {
  width: 40%;
  text-align: center;
}

.access_block1 ul li h4 {
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: 2px solid #e00d5b;
  padding-bottom: 10px;
}

.access_block1 ul li p {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}

.access_block1 .note {
  margin-top: 80px;
  text-align: center;
}

.access_block1 .note span {
  display: inline-block;
  text-align: left;
}

.access_block1 .note p {
  padding-left: 1em;
  text-indent: -1em;
}

.access_block2 {
  padding: 100px 0 300px;
  background: #fbeded;
}

.access_block2 ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access_block2 ul li {
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access_block2 ul li:last-child {
  margin-right: 0;
}

.access_block2 ul li h4 {
  width: 140px;
  background: #e68381;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.access_block2 ul li p {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1em;
}

.access_block2 .calendar {
  margin-top: 40px;
}

.access_block2 .calendar iframe {
  width: 100%;
  height: 720px;
}

/* ----------------------------- 料金表 */
.price {
  background: #fbeded;
  margin-top: -46px;
}

.price_block1 {
  padding: 160px 0 100px;
}

.price_block1 .anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_block1 .anchor_link ul li {
  width: 24%;
  margin-bottom: 1.5%;
}

.price_block1 .anchor_link ul li a {
  display: block;
  background: #fff;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 1.8rem;
  text-align: center;
  color: #e68381;
  text-decoration: none;
}

.price_block1 .box {
  padding-top: 120px;
}

.price_block1 .box h3 {
  background: #e68381;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.price_block1 .box .inner {
  margin-top: 30px;
  background: #fff;
  padding: 3% 2%;
}

.price_block1 .box .inner h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2em;
  padding-left: 10px;
  margin-bottom: 20px;
}

.price_block1 .box .inner h4 small {
  font-size: 50%;
  margin-left: 1em;
  vertical-align: middle;
}

.price_block1 .box .inner ul {
  border-top: 1px solid #ece9e8;
}

.price_block1 .box .inner ul li {
  border-bottom: 1px solid #ece9e8;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
}

.price_block1 .box .inner ul li .treatment.col3 {
  width: 42%;
}

.price_block1 .box .inner ul li .treatment small {
  font-size: 60%;
  display: block;
  line-height: 1.4em;
}

.price_block1 .box .inner ul li .cubic span {
  display: block;
  border-bottom: 1px solid #ece9e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.price_block1 .box .inner ul li .cubic span:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.price_block1 .box .inner ul li .cubic span small {
  font-size: 60%;
  display: block;
}

.price_block1 .box .inner ul li .amount {
  width: 40%;
  text-align: right;
}

.price_block1 .box .inner ul li .amount span {
  display: block;
  border-bottom: 1px solid #ece9e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.price_block1 .box .inner ul li .amount span:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.price_block1 .box .inner ul li .amount span small {
  font-size: 60%;
  display: block;
}

.price_block1 .box .inner .note {
  margin-top: 20px;
  text-align: center;
}

.price_block1 .box .btn1 {
  width: 450px;
  margin: 60px auto 0;
  text-align: center;
}

.price_block1 .box .btn1 a {
  padding: 15px 0;
}

.price_block1 .box5 .inner ul li .cubic {
  width: 20%;
  text-align: center;
}

.price_block1 .box6 .inner ul li .cubic {
  width: 20%;
  text-align: center;
}

.price_block1 .box8 .inner2 h4 {
  text-align: center;
}

.price_block1 .box8 .inner2 ul li .cubic {
  width: 20%;
  text-align: center;
}

.price_block2 {
  padding: 60px 0 340px;
}

.price_block2 .payment {
  margin-top: 60px;
}

/* ----------------------------- 施術メニュー共通 */
.treatment_menu_block1 {
  padding: 100px 0;
}

.treatment_menu_block1 .read {
  max-width: 1000px;
  margin: 60px auto 0;
}

.treatment_menu_block1 .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.treatment_menu_block1 .anchor_link li a {
  display: block;
  background: #fbeded;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #e68381;
  text-align: center;
  text-decoration: none;
}

.treatment_menu_block1 .anchor_link li a:hover {
  opacity: 0.65;
}

.treatment_menu_block1 .anchor_link.column2 li {
  width: 49%;
  margin-right: 2%;
}

.treatment_menu_block1 .anchor_link.column2 li:nth-child(2n) {
  margin-right: 0;
}

.treatment_menu_block1 .anchor_link.column3 li {
  width: 32%;
  margin-right: 2%;
}

.treatment_menu_block1 .anchor_link.column3 li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 2%;
}

.treatment_menu_block1 .anchor_link.column4 li {
  width: 23.5%;
  margin-right: 2%;
}

.treatment_menu_block1 .anchor_link.column4 li:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 2%;
}

.treatment_menu_block .box {
  padding: 100px 0;
  border-bottom: 1px solid #7f6464;
}

.treatment_menu_block .box:last-child {
  border-bottom: 0;
}

.treatment_menu_block .box h4 {
  font-size: 3.2rem;
  line-height: 1.4em;
  color: #e00d5b;
}

.treatment_menu_block .box h4 small {
  display: block;
  font-size: 50%;
  line-height: 1em;
}

.treatment_menu_block .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.treatment_menu_block .box .inner .txt {
  width: 48%;
}

.treatment_menu_block .box .inner .txt p {
  margin-top: 40px;
}

.treatment_menu_block .box .inner .img {
  width: 42%;
}

.treatment_menu_block .box .detail {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #fbeded;
}

.treatment_menu_block .box .detail h5 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.treatment_menu_block .box .detail p {
  padding: 40px 0;
  text-align: center;
}

.treatment_menu_block .box .recommendation {
  margin-top: 80px;
}

.treatment_menu_block .box .recommendation h5 {
  background: #e68381;
}

.treatment_menu_block .box .recommendation ul {
  max-width: 900px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3% 0 12%;
}

.treatment_menu_block .box .recommendation ul li {
  width: 50%;
  margin-bottom: 10px;
  font-size: 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.treatment_menu_block .box .recommendation ul li:before {
  content: "";
  display: inline-block;
  background: url(images/common/icon2.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
}

.treatment_menu_block .box .recommendation ul li:nth-child(2n) {
  margin-right: 0;
}

.treatment_menu_block .box .treatmentdetails h5 {
  background: #7f6464;
}

.treatment_menu_block .box .sideeffects h5 {
  background: #e68381;
}

.treatment_menu_block .box .pricelist h5 {
  color: #505050;
  padding: 25px 0;
}

.treatment_menu_block .box .pricelist ul {
  border-top: 1px solid #bab8b8;
  margin: 0 3% 2%;
}

.treatment_menu_block .box .pricelist ul li {
  border-bottom: 1px solid #bab8b8;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
}

.treatment_menu_block .box .pricelist ul li .treatment.col3 {
  width: 40%;
}

.treatment_menu_block .box .pricelist ul li .treatment small {
  font-size: 60%;
  display: block;
  line-height: 1.4em;
}

.treatment_menu_block .box .pricelist ul li .cubic {
  width: 20%;
  text-align: center;
}

.treatment_menu_block .box .pricelist ul li .cubic span {
  display: block;
  border-bottom: 1px solid #bab8b8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.treatment_menu_block .box .pricelist ul li .cubic span:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.treatment_menu_block .box .pricelist ul li .cubic span small {
  font-size: 60%;
  display: block;
}

.treatment_menu_block .box .pricelist ul li .amount {
  width: 40%;
  text-align: right;
}

.treatment_menu_block .box .pricelist ul li .amount span {
  display: block;
  border-bottom: 1px solid #bab8b8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.treatment_menu_block .box .pricelist ul li .amount span:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.treatment_menu_block .box .pricelist ul li .amount span small {
  font-size: 60%;
  display: block;
}

.treatment_menu_block .box .pricelist .inside {
  margin-bottom: 50px;
}

.treatment_menu_block .box .pricelist .inside:last-child {
  margin-bottom: 0;
}

.treatment_menu_block .box .pricelist .inside h6 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 3.6%;
}

.treatment_menu_block .box .pricelist .inside h6 small {
  font-size: 60%;
  margin-left: 1em;
}

.treatment_menu_block .box .pricelist .note {
  margin: 0 3% 30px;
  text-align: center;
}

.treatment_menu_block.bgp {
  background: #fbeded;
}

.treatment_menu_block.bgp .box .detail {
  background: #fff;
}

.treatment_menu_block.bgp .box .pricelist ul {
  border-color: #ece9e8;
}

.treatment_menu_block.bgp .box .pricelist ul li {
  border-color: #ece9e8;
}

.treatment_menu_block.bgp .box .pricelist ul li .amount span {
  border-color: #ece9e8;
}

.treatment_menu_reservation {
  padding: 100px 0 300px;
}

.treatment_menu_reservation .line_reservation {
  margin-top: 60px;
}

/* ----------------------------- 二重 */
.doubleart_block2 .box2 .recommendation ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3%;
}

.doubleart_block2 .box2 .recommendation ul li {
  width: auto;
  margin-right: 0;
}

/* ----------------------------- 目元 */
.eyeshaping_block3 .box .inner {
  display: block;
}

.eyeshaping_block3 .box .inner .txt {
  width: auto;
}

.eyeshaping_block3 .box .inner .img {
  width: auto;
  margin-top: 60px;
}

/* ----------------------------- くま */
/* ----------------------------- 肌 */
.skin_block7 .box .inner .txt .inside {
  margin-top: 40px;
}

.skin_block7 .box .inner .txt .inside h5 {
  font-size: 2.7rem;
  color: #e00d5b;
}

.skin_block7 .box .inner .txt .inside h5:before {
  content: "■";
  font-size: 1.8rem;
  margin-right: 0.5em;
  vertical-align: middle;
}

.skin_block7 .box .inner .txt .inside p {
  margin-top: 20px;
}

.skin_block7 .box1 .treatmentdetails .treatmentdetails_list {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.skin_block7 .box1 .treatmentdetails .treatmentdetails_list li {
  margin-bottom: 30px;
}

.skin_block7 .box1 .treatmentdetails .treatmentdetails_list li:last-child {
  margin-bottom: 0;
}

.skin_block7 .box1 .treatmentdetails .treatmentdetails_list li h6 {
  font-size: 1.6rem;
}

.skin_block7 .box1 .treatmentdetails .treatmentdetails_list li p {
  padding: 0;
  text-align: left;
}

/* ----------------------------- 二の腕 */
.upperarm_block2 {
  margin-top: -46px;
  padding-top: 46px;
}

/* ----------------------------- 脱毛 */
.hairloss_block1 .inner {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hairloss_block1 .inner .txt {
  width: 46%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.hairloss_block1 .inner .img {
  width: 46%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.hairloss_block2 .box .commitment {
  margin-top: 60px;
}

.hairloss_block2 .box .commitment li {
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hairloss_block2 .box .commitment li .img {
  width: 30%;
  position: relative;
}

.hairloss_block2 .box .commitment li .img:before {
  content: "";
  display: block;
  background: #f9e1e1;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 80px;
  z-index: 1;
}

.hairloss_block2 .box .commitment li .img img {
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.hairloss_block2 .box .commitment li .txt {
  width: 62%;
  margin-left: 3%;
  position: relative;
  z-index: 9;
}

.hairloss_block2 .box .commitment li .txt h4 {
  font-size: 3rem;
  font-weight: 500;
  color: #505050;
}

.hairloss_block2 .box .commitment li .txt p {
  margin-top: 10px;
}

.hairloss_block2 .box .commitment li:nth-child(2n) {
  margin-left: auto;
}

.hairloss_block2 .box .commitment li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.hairloss_block2 .box .commitment li:nth-child(2n) .img:before {
  left: auto;
  right: 80px;
}

.hairloss_block2 .box .commitment li:nth-child(2n) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 3%;
}

.hairloss_block2 .box .pricelist .inside1 {
  margin-top: 20px;
}

.hairloss_block2 .box .pricelist .inside2 h6 {
  text-align: center;
}

.hairloss_block2 .box .pricelist .inside2 h6 small {
  display: block;
}

/* ----------------------------- コラム */
.column {
  padding: 100px 0 300px;
}

.column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column ul li {
  width: 40%;
  margin-right: 20%;
  margin-bottom: 80px;
}

.column ul li:nth-child(2n) {
  margin-right: 0;
}

.column ul li a {
  text-decoration: none;
}

.column ul li .txt {
  margin-top: 20px;
}

.column ul li .txt .date {
  font-size: 2.2rem;
  font-weight: 500;
  color: #e68381;
}

.column ul li .txt .title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ----------------------------- コラム詳細 */
.single_column_block1 {
  padding: 100px 0;
}

.single_column_block1 .date {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e68381;
}

.single_column_block1 .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 10px;
}

.single_column_block1 .content {
  margin-top: 40px;
}

.single_column_block2 {
  padding: 100px 0;
  background: #fbeded;
}

.single_column_block2 h3 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e00d5b;
  border-bottom: 2px solid #e00d5b;
  padding-bottom: 15px;
  max-width: 370px;
  margin: 0 auto;
}

.single_column_block2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.single_column_block2 ul li {
  width: 30%;
  margin-right: 5%;
}

.single_column_block2 ul li:last-child {
  margin-right: 0;
}

.single_column_block2 ul li a {
  text-decoration: none;
}

.single_column_block2 ul li .txt {
  margin-top: 20px;
}

.single_column_block2 ul li .txt .date {
  font-size: 2.2rem;
  font-weight: 500;
  color: #e68381;
}

.single_column_block2 ul li .txt .title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.single_column_block3 {
  padding: 100px 0 300px;
}

.single_column_block3 .btn2 {
  margin: 0 auto;
}

/* ----------------------------- お問い合わせ */
.contact_block1 {
  padding: 100px 0 300px;
}

.contact_block1 .read {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8em;
}

.contact_block1 .tel_reservation {
  background: #e68381 url(images/common/tel_reservation_bg.png) bottom left 10% no-repeat;
  background-size: 15%;
  border-radius: 30px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

.contact_block1 .tel_reservation h4 {
  font-size: 2.4rem;
}

.contact_block1 .tel_reservation .number {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1em;
  margin-top: 20px;
}

.contact_block1 .tel_reservation p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
}

.contact_block1 .box {
  max-width: 900px;
  margin: 60px auto 0;
}

.contact_block1 .box ul li {
  width: 100%;
  margin-bottom: 30px;
}

.contact_block1 .box ul li:last-child {
  margin-bottom: 0;
}

.contact_block1 .box ul li h5 {
  padding-left: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

.contact_block1 .box ul li h5 .required {
  display: inline-block;
  width: 70px;
  background: #e68381;
  padding: 3px 0;
  border-radius: 40px;
  margin-left: 1em;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.contact_block1 .box ul li p {
  margin-top: 10px;
}

.contact_block1 .box ul li p input, .contact_block1 .box ul li p textarea {
  width: 100%;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.contact_block1 .box .contact_btn {
  text-align: center;
  margin-top: 60px;
}

.contact_block1 .box .contact_btn input {
  width: 220px;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #e68381;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #e68381;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.contact_block1 .box .contact_btn input:hover {
  opacity: 0.65;
}

.contact_block1 .box .contact_btn .ajax-loader {
  display: none;
}

/* ----------------------------- フッター */
#footer_reservation {
  padding-top: 265px;
  margin-top: -265px;
}

.footer_reservation {
  background: #e68381;
  margin-bottom: -100px;
}

.footer_reservation .box {
  background: #e68381;
  padding: 100px 10% 0;
  position: relative;
  top: -200px;
  border-radius: 20px;
  color: #fff;
}

.footer_reservation .box .c_tit1 {
  text-align: center;
}

.footer_reservation .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.footer_reservation .box ul li {
  width: 46%;
}

.footer_reservation .box ul li .btn1 {
  width: 100%;
}

.footer_reservation .box ul li .btn1 a {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 30px 10%;
  border: 0;
}

.footer_reservation .box ul li.web .btn1 a {
  color: #e00d5b;
}

.footer_reservation .box ul li.tel .btn1 a {
  color: #334665;
}

.footer_reservation .box ul li.tel .btn1 a:after {
  border-color: #334665;
}

.footer_reservation .box ul li.tel p {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}

.footer_reservation .box ul li.tel p small {
  font-size: 1.4rem;
}

.footer_reservation .box .inner {
  margin-top: 80px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}

.footer_reservation .box .inner h4 {
  font-size: 2rem;
}

.footer_reservation .box .inner p {
  margin-top: 10px;
}

.calendar {
  padding: 100px 0;
  margin-top: 100px;
  background: #fbeded;
}

.calendar h3 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e00d5b;
  margin-bottom: 60px;
}

.footer {
  padding: 100px 0;
  background: #7f6464;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .box .intelligence {
  width: 30%;
}

.footer .box .intelligence p {
  font-size: 1.3rem;
  margin-top: 30px;
}

.footer .box .sitemap {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .box .sitemap a:hover {
  opacity: 0.65;
}

.footer .box .sitemap .inner h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: #fff;
  margin-right: 0.5em;
}

.footer .box .sitemap .inner ul {
  line-height: 1.4em;
  padding-left: 2em;
}

.footer .box .sitemap .inner ul li a {
  font-size: 1.2rem;
}

.footer .box .sitemap .inner1 .detail {
  margin-bottom: 20px;
}

.footer .box .sitemap .inner1 .detail:last-child {
  margin-bottom: 0;
}

.footer .box .sitemap .inner2 h4 {
  margin-bottom: 20px;
}

.footer .box .sitemap .inner2 h4:last-child {
  margin-bottom: 0;
}

.footer .box .btn {
  width: 20%;
}

.footer .box .btn ul li {
  margin-bottom: 20px;
}

.footer .box .btn ul li:last-child {
  margin-bottom: 0;
}

.footer .box .btn ul li a {
  display: block;
  background: #6f5151;
  padding: 20px 10%;
  border-radius: 40px;
  position: relative;
  font-size: 1.6rem;
}

.footer .box .btn ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .box .btn ul li a:hover {
  opacity: 0.65;
}

.footer .copy {
  text-align: right;
  margin-top: -2em;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */