@charset "UTF-8";
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #6f593f;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #e77081;
  text-decoration: underline;
}
a:hover {
  color: #e77081;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.fix {
  min-height: 1px;
}
.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.red {
  color: #f73609;
}

/*section p
----------------------------------------------------*/
.section {
  margin: 0 0 30px 0;
  width: 100%;
}

.inner {
  width: 100%;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm40 {
  margin-bottom: 40px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px !important;
}

p.l11 {
  line-height: 1.1;
}
p.l13 {
  line-height: 1.3;
}

.m0 {
  margin: 0 !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.lh15 {
  line-height: 1.5;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.list_disc li {
  position: relative;
  padding-left: 16px;
}
.list_disc li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #e77081;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100px;
}

.list_num {
  margin-left: 20px;
  margin-bottom: 20px;
}
.list_num li {
  list-style-type: decimal;
}

.text_ul01 {
  font-weight: bold;
  color: #e77081;
  text-decoration: underline;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.flex, .flex_sp_rev {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.strong01 {
  font-size: 1.25em;
  color: #e66c88;
  line-height: 1;
}

.mb1em{
  margin-bottom: 1em;
}

/*ヘッダー
----------------------------------------------------*/
#second #header {
  border-bottom: 1px solid #6f593f;
}

.h_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
}

.h_copy {
  margin-top: 8px;
  display: block;
}
.h_copy h1 {
  font-size: 12px;
  line-height: 1.5;
  color: #6f593f;
}

.h_conts {
  margin: 16px auto 24px;
  display: flex;
  justify-content: space-between;
}

.h_logo {
  margin-top: 8px;
}
.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_tel_contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 15px;
}

.h_tel {
  margin-top: 3px;
}

.h_tel_num {
  line-height: 0;
  margin-bottom: 12px;
}
.h_tel_num img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_tel_text dl {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #6f593f;
}
.h_tel_text dl dt {
  width: 6em;
}
.h_tel_text dl dd {
  width: calc(100% - 4em);
}

.h_tel_text p {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 18px;
  margin-top: 5px;
}
.h_tel_text p:first-of-type {
  margin-top: 0;
}

.h_contact {
  margin-left: 25px;
}

.h_contact_btn {
  display: block;
  margin-bottom: 12px;
}
.h_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #c5ad90;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c5ad90 0%, #836849 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c5ad90 0%, #836849 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c5ad90 0%, #836849 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c5ad90", endColorstr="#836849",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  padding: 12px 48px;
  text-align: center;
  line-height: 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}
.h_contact_btn a img {
  width: auto;
  max-width: 23px;
  margin-right: 10px;
  vertical-align: sub;
}

.h_map {
  background: url("../images/common/h_map.png") no-repeat 2px 0px;
  background-size: 19px auto;
  padding: 0 0 6px 30px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #6f593f;
}

.h_access {
  background: url("../images/common/h_access.png") no-repeat 2px center;
  background-size: 19px auto;
  padding: 8px 0 6px 30px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #6f593f;
  min-height: 18px;
}

#sp_head, #sp_top {
  display: none;
}

/*ナビ
----------------------------------------------------*/
.h_nav {
  margin-top: 24px;
}
.h_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.h_nav ul li {
  width: calc(14.2857142857% - 1px);
  border-left: 1px dotted #b8b6b4;
  text-align: center;
  padding: 12px 0;
}
.h_nav ul li:last-child {
  width: calc(14.2857142857% - 2px);
  border-right: 1px solid #b8b6b4;
}
.h_nav ul li a {
  color: #151311;
  text-decoration: none;
}

/*ナビ
----------------------------------------------------*/
#scroll_menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e77081;
  padding: 15px 0;
  height: 60px;
  position: fixed;
  top: -86px;
  z-index: 99999;
  opacity: 0;
  transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scroll_logo p {
  line-height: 0;
}
.scroll_logo img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 62px;
  /* min-height: 55px; */
  /* max-height: 44px; */
}

.scroll_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.scroll_menu ul li {
  margin-left: 20px;
  line-height: 1.2;
}
.scroll_menu ul li a {
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}

/*main-image
----------------------------------------------------*/
#mainimage {
  width: 100%;
  max-height: 100%;
  max-height: 847px;
  background: #fbe4c9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdf5eb+0,fbe4c9+50 */
  background: #fdf5eb; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fdf5eb 0%, #fbe4c9 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #fdf5eb 0%,#fbe4c9 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #fdf5eb 0%,#fbe4c9 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf5eb', endColorstr='#fbe4c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
#mainimage p {
  text-align: center;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#mainimage p img {
  width: 100%;
  max-width: 1250px;
  position: relative;
}

.mainimage_sp {
  display: none;
}

.mainimage_selectconts {
  background: url(../images/top/bg01.png) repeat center center;
  padding: 30px 0 !important;
}

.mainimage_select {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mainimage_select li {
  width: 100%;
}
.mainimage_select li img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*common
----------------------------------------------------*/
#main {
  position: relative;
}

.bg_pink01 {
  background: #fff0f3;
}

.bg_pink02 {
  background: #e77081;
}

.bg_w-p {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff0f3 50%, #fff0f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fff0f3 50%, #fff0f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff0f3 50%, #fff0f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fff0f3",GradientType=0 );
  /* IE6-9 */
}

.bg_p-w {
  background: #fff4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff4f7 0%, #ffffff 45%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff4f7 0%, #ffffff 45%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff4f7 0%, #ffffff 45%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff4f7", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.bg_beige01 {
  background: #f3efe9;
}

.bg_flower {
  background: url("../images/top/bg_flower01.png") no-repeat center center/cover;
}

.mainconts {
  padding: 60px 0 80px;
}

.main_conts_wrap {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.main_conts_wrap p {
  margin-bottom: 1em;
}
.main_conts_wrap p:last-of-type {
  margin-bottom: 0;
}

.ttl01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 38px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 64px;
}
.ttl01:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffbfcd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
}

.ttl01_01 {
  margin-bottom: 40px;
}

.ttl01_sub {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
}

.ttl02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.ttl02 span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
}
.ttl02 span:before, .ttl02 span:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 12px);
  background: #fff;
  position: absolute;
  bottom: -8px;
}
.ttl02 span:before {
  left: 0;
  transform: rotate(-45deg);
}
.ttl02 span:after {
  right: 0;
  transform: rotate(45deg);
}

.ttl03 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ttl03 span {
  display: block;
}

.ttl04 {
  font-size: 24px;
  font-weight: bold;
  background: #ff7c8e;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.tbl01 {
  display: block;
}
.tbl01 tbody {
  display: block;
}
.tbl01 tbody tr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
}
.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}
.tbl01 tbody tr th, .tbl01 tbody tr td {
  padding: 20px;
  font-size: 18px;
}
.tbl01 tbody tr th {
  width: 10em;
  background: #ff7c8e;
  color: #fff;
}
.tbl01 tbody tr td {
  background: #fff;
  width: calc(100% - 10em);
}

.pink01 {
  color: #fb6a00;
}

.br {
  display: block;
}

/*トップページ
----------------------------------------------------*/
/* 当院の強み */
.strength {
  margin-top: 24px;
  padding: 64px 0;
}

.strength_list ul {
  display: flex;
  justify-content: center;
}
.strength_list ul li {
  width: 33.3333333333%;
  max-width: 334px;
  margin-right: 24px;
}
.strength_list ul li:last-of-type {
  margin-right: 0;
}
.strength_list ul li img {
  width: 100%;
  max-width: 334px;
  height: auto;
}

/* あなたは、こんな悩みはありませんか？ */
.nayami {
  padding-bottom: 0;
}

.nayami_conts {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 64px;
}

.nayami_img {
  width: 330px;
  margin-left: 30px;
  display: flex;
}
.nayami_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_list {
  width: calc(100% - 360px);
}
.nayami_list ul {
  display: flex;
  flex-wrap: wrap;
}
.nayami_list ul li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 20px;
  margin-right: 24px;
}

/* 原因を知る事から始めてみませんか？ */
.genin {
  padding-bottom: 40px;
}

.genin_mainconts {
  background: #e77081;
  box-sizing: border-box;
  padding: 64px;
}

.genin_conts01 {
  display: flex;
  justify-content: space-between;
}

.genin_conts01-img {
  width: 100%;
  max-width: 432px;
}
.genin_conts01-img img {
  width: 100%;
  max-width: 432px;
  height: auto;
}

.genin_conts01-text {
  width: calc(100% - 432px);
  margin-left: 32px;
}
.genin_conts01-text p {
  font-size: 16px;
  color: #fff;
}

/* 当サロンの美容鍼について */
.about {
  position: relative;
  background-image: url("../images/common/bg01_l.png"), url("../images/common/bg01_r.png"), url("../images/common/bg01_l.png"), url("../images/common/bg01_r.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 5% top, 95% top, 5% 110%, 95% 110%;
  background-size: auto 248px, auto 248px, auto 248px, auto 248px;
}

.about_conts01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
	  margin-top: 40px;
}

.about_conts01-img {
  width: auto;
  max-width: 330px;
}
.about_conts01-img img {
  width: auto;
  max-width: 330px;
  height: auto;
}

.about_conts01-text {
  width: auto;
  margin-right: 40px;
}

.about_conts-textlist {
  margin-top: 1em;
}
.about_conts-textlist p {
  margin-bottom: 0;
}
.about_conts-textlist .list_disc {
  margin: 0.5em auto;
}

.about_conts02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 40px;
}

.about_conts02-img {
  width: auto;
  max-width: 330px;
}
.about_conts02-img img {
  width: auto;
  max-width: 330px;
  height: auto;
}

.about_conts02-text {
  width: auto;
  margin-left: 40px;
}

.about_message {
  margin-top: 40px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 10px 0 24px rgba(0, 0, 0, 0.07);
}

.about_message-wrap {
  box-sizing: border-box;
  padding: 41px 25px;
  background: #fff;
  border: 1px solid #ffe8ed;
}

.about_message-text01 p {
  font-size: 18px;
  font-weight: bold;
  color: #e77081;
  text-align: center;
}
.about_message-text01 p span.br {
  display: block;
}

/* 患者様の声 */
.voice_ba-wrap {
  display: flex;
  justify-content: space-between;
}

.voice_ba-img {
  width: 55vw;
  max-width: 528px;
}
.voice_ba-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_ba-text {
  width: auto;
  margin-left: 32px;
}

.voice_ba-list li {
  background: url("../images/top/icon_nayami.png") no-repeat left 2px;
  padding-left: 40px;
  min-height: 32px;
  margin-bottom: 8px;
  font-size: 16px;
}
.voice_ba-list li:last-of-type {
  margin-bottom: 0;
}

.voice_ba-textconts01 p {
  margin-top: 12px;
  font-size: 16px;
}

.voice_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice_conts {
  background: #fff;
  width: calc(50% - 20px);
  max-width: 495px;
  box-shadow: 0 1px 5px #ddd;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 40px;
}
.voice_conts .disease {
  background: #fff;
  color: #f9a109;
  padding: 0px 15px;
  font-size: 93%;
  display: inline-block;
}
.voice_conts:nth-child(1), .voice_conts:nth-child(2) {
  margin-top: 0;
}
.voice_conts:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}

.voice_ttl {
  background: #fb6a00;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.voice_subttl {
  border-top: 2px solid #fff;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}

.voice_img img {
  width: 100%;
}
.voice_img iframe {
  width: 100%;
  height: 27vw;
  max-height: 293px;
}

.voice_text_conts {
  background: #fff;
  padding: 16px;
}
.voice_text_conts dl {
  padding-top: 16px;
}
.voice_text_conts dl:first-of-type {
  padding-top: 0;
}

.voice_text {
  padding: 0 10px 10px;
}

.voice_q {
  font-size: 16px;
  background: #f7f4eb;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #666;
}
.voice_q:before {
  content: "Q";
  font-size: 1.2em;
  color: #fb6a00;
  line-height: 1;
  margin-right: 5px;
  margin-left: -20px;
}

.voice_text p {
  padding: 0 15px 15px;
}

.voice_text-memo {
  border-top: 1px dashed #d8d8d8;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 12px;
}

.voice_recommend_conts {
  border: 2px solid #ff7c8e;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.voice_recommend_conts:first-of-type {
  margin-top: 0;
}

.voice_recommend_img {
  float: left;
  margin: 0 30px 30px 0;
}

/* 美容鍼+ハーブピーリングの効果 */
.result_conts01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.result_conts01-img {
  box-shadow: 3px 0 23px rgba(0, 0, 0, 0.18);
  line-height: 0;
}
.result_conts01-img figure {
  line-height: 0;
}

.result_conts01-text {
  margin-right: 32px;
}

/* 院長プロフィール */
.profile_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.profile_img {
  width: 270px;
}

.profile_img-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
}

.profile_text {
  width: calc(100% - 310px);
  margin-right: 40px;
}
.profile_text p {
  margin-bottom: 1em;
}
.profile_text p:last-of-type {
  margin-bottom: 16px;
}
.profile_text ul {
  margin-bottom: 16px;
}
.profile_text ul li {
  list-style: disc;
  margin-left: 1em;
}

.profile_ttl01 {
  font-size: 18px;
  font-weight: bold;
}

/*当院が選ばれる5つの理由*/
.select_conts {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 3;
  margin-top: 64px;
}
.select_conts:first-of-type {
  margin-top: 0;
}

.select_conts-lr {
  flex-direction: row;
}

.select_conts-rl {
  flex-direction: row-reverse;
}
.select_conts-rl .select_textconts {
  right: 100%;
  left: 0;
}

.select_img {
  width: 100%;
  max-width: 402px;
  position: relative;
  z-index: -1;
}
.select_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.select_textconts {
  width: calc(100% - 360px);
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.select_textconts .select_textconts-main {
  position: relative;
}
.select_textconts .select_textconts-wrap {
  background: #ff7c8e; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #ff7c8e 0%, #e77081 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #ff7c8e 0%,#e77081 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #ff7c8e 0%,#e77081 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c8e', endColorstr='#e77081',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  box-sizing: border-box;
  padding: 24px 0 48px;
  position: relative;
  z-index: 2;
}

.select_textconts-bg {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: -9px;
  bottom: -9px;
  z-index: 1;
}

.select_reason p {
  margin-bottom: 0 !important;
}

.select_reason {
  display: flex;
  align-items: center;
}

.select_reason-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  box-sizing: border-box;
}

.select_reason-reason {
  background: #fff;
  box-sizing: border-box;
  padding: 4px 16px 4px 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  line-height: 1.2;
  color: #ea7182;
}

.select_reason-num {
  font-size: 48px;
  font-style: italic;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 12px 0 8px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc7a8d+0,f9798b+99 */
  background: #fc7a8d; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fc7a8d 0%, #f9798b 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #fc7a8d 0%,#f9798b 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #fc7a8d 0%,#f9798b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7a8d', endColorstr='#f9798b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.select_reason-line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-right: 40px;
}

.select_ttl-text {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  line-height: 1.6;
  padding: 0 40px;
}

/* 施術の流れ */
.flow_conts_wrap {
  counter-reset: num;
}

.flow_conts {
  margin-top: 30px;
}

.flow_ttl01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  padding-left: 56px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e77081;
  min-height: 40px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.flow_ttl01:before {
  content: counter(num);
  counter-increment: num;
  font-size: 26px;
  margin-right: 5px;
  color: #fff;
  background: #e77081;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_conts_inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.flow_img {
  width: auto;
  max-width: 314px;
}
.flow_img img {
  width: auto;
  max-width: 314px;
  height: auto;
}

.flow_text {
  width: auto;
  margin-right: 32px;
}

.flow_tel {
  font-size: 1.2em;
  font-weight: bold;
  color: #b9330f;
}
.flow_tel span {
  font-size: 1.5em;
  line-height: 1.5;
}

.flow_conts figure:nth-of-type(2) {
  margin-top: 20px;
}

/* 施術料金・初回特別割引 */
.price_list-ttl {
  display: inline-block;
  border-bottom: 1px dotted #d1c5a1;
  margin-bottom: 32px;
  padding-bottom: 8px;
  line-height: 1;
}
.price_list-ttl img {
  vertical-align: middle;
  margin-right: 12px;
}

.price_tbl {
  display: block;
  margin-bottom: 0.5em;
}
.price_tbl tbody {
  display: block;
}
.price_tbl tr {
  display: flex;
  border-top: 1px solid #e3dacf;
  border-left: 1px solid #e3dacf;
  border-right: 1px solid #e3dacf;
}
.price_tbl tr:last-of-type {
  border-bottom: 1px solid #e3dacf;
}
.price_tbl tr th {
  display: block;
  width: 15em;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #e77081;
  font-size: 20px;
  color: #fff;
}
.price_tbl tr td {
  display: block;
  width: calc(100% - 15em);
  padding: 20px;
  font-size: 18px;
  background: #fff;
}
.price_tbl tr td span {
  font-size: 1.2em;
}

.price_offer {
  margin-top: 50px;
}

.price_offer.price_offer02{
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.price_offer_text01 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.price_offer_text01 span {
  display: block;
}

.price_offer_limit01 {
  margin-top: 16px;
  margin-bottom: 24px;
  border-top: 2px solid #6f593f;
  border-bottom: 2px solid #6f593f;
  padding: 24px 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.price_offer_limit01 p {
  font-size: 48px;
  text-align: center;
  line-height: 1.5;
}

.offer_conts_line {
  margin-top: 20px;
}

.offer_conts_line_pc img {
  width: auto;
  max-width: 100%;
}

.offer_conts_line_sp {
  display: none;
}

.price_offer-pricelist {
  margin-top: 40px;
  margin-bottom: 64px;
}

.price_offer02 .price_offer-pricelist{
  margin: 32px auto 16px;
}

.price_offer-priceconts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.price_offer-priceconts:first-of-type {
  margin-top: 0;
}
.price_offer-priceconts.pink .price_offer-price-arrow {
  background: #f5b5c3;
}
.price_offer-priceconts.pink .price_offer-price-arrow:after {
  border-color: transparent transparent transparent #f5b5c3;
}
.price_offer-priceconts.pink .price_offer-price-sale {
  color: #e66c88;
}
.price_offer-priceconts.yellow .price_offer-price-arrow {
  background: #f2c47e;
}
.price_offer-priceconts.yellow .price_offer-price-arrow:after {
  border-color: transparent transparent transparent #f2c47e;
}
.price_offer-priceconts.yellow .price_offer-price-sale {
  color: #eba740;
}

.price_offer-price-img {
  width: 100%;
  max-width: 152px;
  position: relative;
  z-index: 2;
}
.price_offer-price-img img {
  width: auto;
  max-width: 152px;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .price_offer-price-img {
    width: auto !important;
  }
}
.price_offer-price-arrow {
  width: calc(100% - 152px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  min-height: 80px;
  padding: 12px 12px 12px 88px;
  position: relative;
  left: -64px;
  z-index: 1;
}
.price_offer-price-arrow:after {
  content: "";
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-left: 56px solid;
  position: absolute;
  right: -115px;
  top: -21px;
}
.price_offer-price-arrow dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_offer-price-arrow dl dt, .price_offer-price-arrow dl dd {
  line-height: 1.2;
}
.price_offer-price-arrow dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.price_offer-price-arrow dl dd {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  margin-left: 32px;
  color: #fff;
}
.price_offer-price-arrow dl dd span {
  font-size: 1.5em;
}

.price_offer-price-sale {
  width: 100%;
  max-width: 23em;
}

.price_offer02 .price_offer-price-sale{
  max-width: 19.5em;
}

.price_offer-price-sale p {
  font-size: 64px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1;
}
.price_offer-price-sale p span {
  font-size: 1.5em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .price_offer-price-sale {
    max-width: 29em;
  }

  *::-ms-backdrop, .price_offer-price-sale p {
    font-size: 54px;
  }
}
/* オファー */
.offer_conts01 {
  width: 100%;
  margin: 64px auto;
}

.offer_conts01-wrap {
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 0 40px 40px;
}

.offer_conts01-ttlconts {
  margin-top: -32px;
  text-align: center;
}
.offer_conts01-ttlconts .offer_conts01-ttl {
  margin-bottom: 16px;
}
.offer_conts01-ttlconts .offer_conts01-ttl span {
  display: inline-block;
  background: #e77081;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.offer_conts01-ttlconts .offer_conts01-ttl span strong {
  color: #f7eb74;
}

.offer_conts01-ttlconts .offer_conts01-ttl span strong.br{
  display: block;
}

.offer_conts01-priceconts {
  margin-bottom: 20px;
}
.offer_conts01-priceconts:last-of-type {
  margin-bottom: 0;
}

.offer_conts01-priceconts-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  position: relative;
}
.offer_conts01-priceconts-wrap:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 5px dotted #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  z-index: 0;
}

.offer_conts01-menu01,
.offer_conts01-menu02 {
  width: auto;
  background: #e77081;
  position: relative;
  z-index: 2;
}

.offer_conts01-menu01 {
  padding-right: 16px;
}
.offer_conts01-menu01 p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.offer_conts01-menu02 {
  padding-left: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 18em;
  position: absolute;
  right: 0;
  top: 0;
}
.offer_conts01-menu02 p {
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.offer_conts01-menu02text {
  font-weight: bold;
  color: #fff;
}

.offer_conts01-menu-before {
  font-size: 20px;
}
.offer_conts01-menu-before span {
  font-size: 1.2em;
  text-decoration: line-through;
}

.offer_conts01-menu-arrow {
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 4px;
}

.offer_conts01-menu-after {
  font-size: 20px;
}
.offer_conts01-menu-after span {
  font-size: 1.8em;
}

.offer_conts02 {
  margin-top: 40px;
}

.offer_conts02_pc,
.offer_conts02_img {
  position: relative;
}

.offer_conts02_sp {
  display: none;
}

.offer_conts02_img img {
  width: auto;
  max-width: 100%;
}

.offer_telbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
}
.offer_telbtn img {
  width: auto;
  max-width: 90vw;
}

.offer_conts04 {
  color: #fff;
  margin-top: 8px;
}
.offer_conts04 p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 0;
}

/* アクセス */
.access_info_wrap {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.access_map {
  width: 100%;
  max-width: 540px;
}
.access_map iframe {
  width: 540px;
  height: 395px;
}

.access_mapinfo {
  width: calc(100% - 540px);
  margin-left: 50px;
}

.access_map_conts {
  margin-bottom: 20px;
}
.access_map_conts p {
  margin-bottom: 0;
}

.access_mapinfo dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.5em;
}
.access_mapinfo dl:last-of-type {
  margin-bottom: 0;
}
.access_mapinfo dl dt {
  width: 7em;
}
.access_mapinfo dl dd {
  width: calc(100% - 7em);
}

.access_map_ttl01 {
  font-size: 15px;
  font-weight: bold;
}

.access_root {
  margin-top: 50px;
}

.access_rootlist {
  margin-top: 40px;
  counter-reset: guidenum;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.access_rootlist li {
  width: calc(33.3333333333% - 44px);
  max-width: 305px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-left: 100px;
  margin-left: 66px;
}
.access_rootlist li:nth-child(3n+1) {
  margin-left: 0;
}
.access_rootlist li:before {
  content: url("../images/top/access_arrow.png");
  left: -50px;
  position: absolute;
  top: 35%;
}
.access_rootlist li:first-child:before, .access_rootlist li:nth-child(3n+1):before {
  content: none;
}
.access_rootlist li img {
  width: auto;
  max-width: 100%;
}

.access_rootlist_text {
  line-height: 1.5;
  margin: 16px 0 0 24px;
  text-align: left;
  position: relative;
}
.access_rootlist_text:before {
  color: #e77081;
  content: counter(guidenum) ".";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  counter-increment: guidenum;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-left: -1.5em;
  padding: 0 6px;
  position: absolute;
  left: 8px;
  top: -5px;
}

/* 最後に... */
.last {
  position: relative;
}
.last:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.last_conts {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.last_conts-img {
  width: 100%;
  max-width: 536px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.07);
  line-height: 0;
}
.last_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.last_conts-text {
  width: auto;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 10px;
  right: 2.5%;
  line-height: 0;
  z-index: 9999;
}
#pagetop img {
  width: auto;
  max-width: 79px;
}

/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 5px auto 0;
}
#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  font-size: 13px;
}
#breadcrumb ul li:before {
  content: ">";
  margin: 0 5px;
}
#breadcrumb ul li:first-child:before {
  content: none;
}

.contact_tel, .contact_mail {
  margin-top: 40px;
}

.contact_tel p {
  margin-bottom: 5px;
}

.contact_telnum a {
  font-size: 1.5em;
  font-weight: bold;
}

.contact_tel dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.contact_tel dl dt {
  width: 5em;
}
.contact_tel dl dd {
  width: calc(100% - 5em);
}

.contact_reserve01 a {
  display: inline-block;
  background: #ff7c8e;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 40px 8px 24px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
}
.contact_reserve01 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
}

.contact_form {
  width: calc(100% - 80px);
  background: #fceaed;
  padding: 30px 40px;
  margin-top: 40px;
}

.form_tbl tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}
.form_tbl tr th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}
.form_tbl tr td {
  width: 100%;
  display: block;
}
.form_tbl tr td input {
  font-size: 17px !important;
}
.form_tbl tr td textarea {
  font-size: 17px !important;
}

.required {
  background: #ec3838;
  padding: 0 5px;
  font-size: 0.8em;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.form_name {
  display: block;
  width: 100%;
  max-width: 25em;
}

.form_mail {
  display: block;
  width: 100%;
  max-width: 30em;
}

.form_tel {
  display: block;
  width: 100%;
  max-width: 10em;
}

.form_reserve01, .form_reserve02, .form_reserve03 {
  width: 100%;
  max-width: 20em;
}

.form_textarea {
  display: block;
  width: 100%;
  min-height: 200px;
}

.form_confirm {
  font-size: 16px;
  text-align: center;
}

.form_submit {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}
.form_submit input {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #e77081;
  border-radius: 100px;
  -webkit-appearance: none;
}
.form_submit input[disabled] {
  background: #ccc;
}

/*wordpress
----------------------------------------------------*/
.blog_conts {
  width: 95%;
  max-width: 1050px;
  padding: 20px 2.5%;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_main {
  width: calc(80% - 71px);
}

.single_date {
  background: #f73609 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px;
}

.s_ttl01 {
  color: #7fb8de;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
  text-align: left;
}

.blog_cat {
  border-bottom: 1px dashed #212121;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog_side {
  width: 20%;
  max-width: 250px;
  border-left: 1px solid #ff7c8e;
  padding-left: 35px;
  margin-left: 35px;
}

.side_blog_ttl {
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.blog_single p {
  margin-bottom: 15px;
}
.blog_single img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.blog_single img.alignright {
  float: right;
  margin-left: 10px;
}
.blog_single img.alignleft {
  float: left;
  margin-right: 10px;
}
.blog_single .single_date {
  margin-bottom: 0;
}

.single_ttl {
  color: #ff7c8e;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
  border: solid 1px #ff7c8e;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2%;
}

.single_cat {
  padding-bottom: 20px;
  border-bottom: 1px dashed #212121;
  margin-bottom: 40px;
  line-height: 1;
}
.single_cat p {
  float: left;
}

.blog_single h3 {
  border-left: 10px solid #ff7c8e;
  border-bottom: 1px solid #ff7c8e;
  font-size: 1.6em;
  font-weight: bold;
  color: #282624;
  margin: 50px auto 25px;
  padding: 10px 0 10px 15px;
  clear: both;
}
.blog_single h4 {
  border-bottom: 1px dashed;
  font-size: 1.4em;
  font-weight: bold;
  color: #ff7c8e;
  margin: 30px auto 15px;
  padding-bottom: 5px;
  clear: both;
}
.blog_single ul {
  background: #fffafa none repeat scroll 0 0;
  border: 1px solid #ff7c8e;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
  margin-top: 1em;
}
.blog_single li {
  background: url("../images/top/icon_nayami.png") no-repeat left 4px;
  background-size: 20px auto;
  border-bottom: 1px dashed;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 32px;
}
.blog_single p {
  margin-bottom: 30px;
}

.wp-pagenavi {
  text-align: center;
}

.side_menu {
  margin-bottom: 30px;
}
.side_menu ul {
  border-top: 2px solid #ff7c8e;
  border-bottom: 2px solid #ff7c8e;
  padding: 5px 10px;
}
.side_menu li {
  border-bottom: 1px dashed #ff7c8e;
  margin-top: 8px;
  padding-bottom: 5px;
  padding-left: 1.3em;
  line-height: 1.6;
  position: relative;
}
.side_menu li:before {
  content: "";
  background: url("../images/common/side_icon01.png") no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.side_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.side_menu li a {
  text-decoration: none;
}

/*フッター
----------------------------------------------------*/
#sp_pagebtm {
  display: block;
  width: 100%;
  line-height: 0;
  opacity: 1;
  position: fixed;
  left: 0;
  bottom: -300px;
  z-index: 9999;
  transition: all 0.4s linear 0s;
}

.sp_pagebtm-conts {
  background: rgba(255, 255, 255, 0.8);
  width: 95%;
  padding: 2.5vw 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp_pagebtm-tel {
  margin-right: 5px;
}
.sp_pagebtm-tel img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.sp_pagebtm-mail img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

#footer {
  background: #fff;
}

.f_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_conts_l {
  font-size: 13px;
  line-height: 1.8;
}

.f_logo {
  margin-bottom: 20px;
}
.f_logo a:hover {
  opacity: 1;
}

.f_conts_l dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
.f_conts_l dl dt {
  width: 6em;
}
.f_conts_l dl dd {
  width: calc(100% - 6em);
}

.f_conts-sns{
  border-top: 1px dashed #ffbfcd;
  margin-top: 12px;
  padding-top: 12px;
}

.f_conts-sns ul{
  display: flex;
  flex-wrap: wrap;
}

.f_conts-sns ul li.f_ig img{
  width: auto;
  max-width: 40px;
  height: auto;
}

.f_conts_r {
  display: -webkit-flex;
  display: flex;
}
.f_conts_r dl {
  margin-left: 50px;
  width: 12em;
}
.f_conts_r dl dt {
  font-size: 14px;
  font-weight: bold;
}
.f_conts_r dl dd a {
  background: url("../images/common/f_icon.png") no-repeat left top;
  padding-left: 20px;
  text-decoration: none;
}

.f_cr {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  padding: 16px 0 24px;
  border-top: 1px solid #e8e4df;
}
.f_cr a {
  text-decoration: none;
}