@charset "UTF-8";
/*
Theme Name:Nail salon Dahlia
Description:Nail salon Dahlia | 京都市伏見区にあるプライベートネイルサロン
Version: 1.0
License:Nail salon Dahlia
License URI:https://www.nailsalon-dahlia.com
*/
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #484848;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  filter: brightness(120%);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    padding-bottom: 20px;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 30px 50px 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.header_right {
  display: flex;
  gap: 40px;
}
.header_right span {
  font-size: 1.6rem;
  width: 110px;
  border: 1px solid;
  display: inline-block;
  padding: 2px;
  margin-right: 20px;
  color: #63543d;
  text-align: center;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.h_logo {
  line-height: 1;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 130px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
#mv_top > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_top > img {
    width: 130%;
    position: relative;
    left: -15%;
  }
}
#mv_top .top_catch {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    top: 30px;
  }
}
#mv_top .top_catch img {
  width: 90%;
  max-width: 1673px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch img {
    width: 110%;
  }
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding-top: 40px;
  }
}
#mv_page > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_page > img {
    width: 130%;
    position: relative;
    left: -15%;
  }
}

.page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_title {
    margin-top: 30px;
  }
}
.page_title img {
  max-width: 915px;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page_title img {
    width: 94%;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 130%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0 auto;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

content 共通設定

*****************************************/
main#page_main {
  background: url(images/bg_deco.png) top center no-repeat, #FFFAF2;
}

@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
  }
}
#top_main p {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  #top_main p {
    font-size: 1.4rem;
  }
}

/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #fba899;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #ffcfc6;
  color: #fba899;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #fba899;
  border: solid 1px #fba899;
  color: white;
}

.nav-below {
  padding: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #fba899;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #fba899;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fba899;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #fba899;
  border-radius: 8px;
  background-color: #fba899;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #fba899;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  padding: 150px 0;
  background: url(images/reserved.jpg) center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 50px 3%;
  }
  .aside .w1200 {
    padding: 0;
  }
}

.aside_btn {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aside_btn {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px 2%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .aside_btn > div {
    width: 49%;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fffaf9;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_pc {
  padding: 80px 0;
  display: flex;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    justify-content: center;
    padding: 30px 3%;
  }
}

.footer_left {
  text-align: center;
}

.tbl1 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    margin-top: 0;
  }
}
.tbl1 th {
  color: #b04728;
  width: 5em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
}
.tbl1 td {
  text-align: left;
}

.sitemap {
  display: flex;
  gap: 80px;
}
.sitemap a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.02em;
  position: relative;
}
.sitemap li, .sitemap dt {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
}
.sitemap dt {
  line-height: 2;
}
.sitemap dd {
  line-height: 2;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fba899;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #fba899;
  padding: 8px 0;
  color: #fff;
}

.copyright {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #e7725d;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 13px 10px;
    background: #fba899;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #fba899;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    filter: brightness(90%);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #fba899;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 40px;
}
#g_navi .menu > li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #878787;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0 10px;
  color: #333;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 270px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #fba899;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #d6a23b;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fba899;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 10px 0 30px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #fba899;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fba899;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 10px 3% 30px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  font-size: 3.3rem;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: url(images/ttl_deco1.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-size: 350px;
  }
}

.top_ttl2 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  width: 470px;
  font-size: 3.3rem;
  margin: 0 auto 60px;
  background: url(images/ttl_deco2_l.png) left center no-repeat, url(images/ttl_deco2_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    max-width: 350px;
    width: 94%;
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-size: 80px;
  }
}
.top_ttl2 span {
  color: #e7725d;
  display: block;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 1.6rem;
  }
}

.top_bnr_ttl {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_bnr_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.top_ttl3 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  width: 470px;
  font-size: 2.2rem;
  margin: 0 auto 60px;
  background: url(images/ttl_deco3_l.png) left center no-repeat, url(images/ttl_deco3_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    max-width: 350px;
    width: 94%;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-size: 80px;
  }
}
.top_ttl3 span {
  color: #fba899;
  display: block;
  font-weight: 600;
  font-size: 4.2rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 3.2rem;
  }
}

.top_ttl4 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  font-size: 3rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  background: url(images/ttl_deco5.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    max-width: 350px;
    width: 94%;
    font-size: 2rem;
    margin: 0 auto 20px;
    background-size: 120px;
  }
}
.top_ttl4 span {
  color: #e7725d;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 1.5rem;
  }
}

.top_ttl5 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  width: 470px;
  font-size: 2.2rem;
  margin: 0 auto 60px;
  background: url(images/ttl_deco4_l.png) left center no-repeat, url(images/ttl_deco4_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    max-width: 350px;
    width: 94%;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-size: 80px;
  }
}
.top_ttl5 span {
  color: #fba899;
  display: block;
  font-weight: 600;
  font-size: 4.2rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_ttl5 span {
    font-size: 3.2rem;
  }
}

.aside_ttl {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b5d47;
  text-align: center;
  letter-spacing: 0;
  width: 300px;
  font-size: 3.3rem;
  margin: 0 auto 60px;
  background: url(images/ttl_deco5_l.png) left center no-repeat, url(images/ttl_deco5_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    max-width: 200px;
    width: 94%;
    font-size: 2.2rem;
    margin-bottom: 20px;
    background-size: 50px;
  }
}
.aside_ttl span {
  color: #e7725d;
  display: block;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .aside_ttl span {
    font-size: 1.4rem;
  }
}

.headline {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #B04728;
  text-align: center;
  letter-spacing: 0.04em;
  width: 470px;
  font-size: 3.2rem;
  margin: 0 auto 40px;
  line-height: 1.4;
  background: url(images/ttl_deco2_l.png) left center no-repeat, url(images/ttl_deco2_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline {
    max-width: 350px;
    width: 94%;
    font-size: 2rem;
    margin-bottom: 30px;
    background-size: 80px;
  }
}
.headline span {
  color: #FDA79A;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.4rem;
  }
}

.headline2 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #B04728;
  text-align: center;
  letter-spacing: 0.04em;
  width: 570px;
  font-size: 3.2rem;
  margin: 0 auto 40px;
  line-height: 1.4;
  background: url(images/ttl_deco2_l.png) left center no-repeat, url(images/ttl_deco2_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline2 {
    max-width: 350px;
    width: 94%;
    font-size: 2rem;
    margin-bottom: 30px;
    background-size: 80px;
  }
}
.headline2 span {
  color: #FDA79A;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .headline2 span {
    font-size: 1.4rem;
  }
}

.ttl1 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  color: #655D4A;
  padding: 0 30px 20px;
  background: url(images/ttl1_deco.png) bottom center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding: 0 15px 10px;
    background: url(images/ttl_deco1.png) bottom center no-repeat;
    background-size: contain;
  }
}

.ttl1_1 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.04em;
  font-size: 2rem;
  color: #655D4A;
  padding: 0 30px 20px;
  background: url(images/ttl1_deco.png) bottom center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.8rem;
    padding: 0 15px 10px;
    background: url(images/ttl_deco1.png) bottom center no-repeat;
    background-size: contain;
  }
}

.ttl2 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #B04627;
  border-bottom: 1px solid #C6A489;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
  }
}
.ttl2 span {
  display: inline-block;
  width: 120px;
  background-color: #CDAE74;
  border-radius: 50vh;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 9px;
  margin-right: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ttl2 span {
    width: 100px;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

.ttl3 {
  color: #B04627;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.6rem;
  }
}

.ttl4 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #B04627;
  font-weight: 600;
  border-bottom: 1px solid #C6A489;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.6rem;
  }
}

.ttl5 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #BD664A;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 1.8rem;
  }
}

.ttl6 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #BD664A;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl6 {
    font-size: 1.5rem;
  }
}

.ttl7 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #B04626;
  font-weight: 600;
  border: 1px solid #C6A489;
  background-color: #F8EFE1;
  padding: 11px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl7 {
    font-size: 1.5rem;
  }
}

/* ボタン */
.btn1 {
  width: 220px;
}
.btn1 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: #fba899;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 12.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.btn1 a:hover {
  background: #d6a23b;
}

.btn2 {
  width: 220px;
}
.btn2 a {
  color: #6b5d47;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: #ffcfc6;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 12.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.btn2 a:hover {
  background: #ecddbd;
}

.btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

.btn3 {
  width: 220px;
}
.btn3 a {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: #fba899;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 12.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.btn3 a:hover {
  background: #d6a23b;
}

.tel_btn {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .tel_btn {
    width: 49%;
  }
}
.tel_btn a {
  border: 1px solid #63543d;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 31px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .tel_btn a {
    padding: 10% 10px;
  }
}
.tel_btn a img {
  max-width: 211px;
}
.tel_btn a:hover {
  background: #ffcfc6;
}

.tel_btn2 {
  width: 163px;
}
@media screen and (max-width: 767px) {
  .tel_btn2 {
    width: 49%;
  }
}
.tel_btn2 a {
  border: 1px solid #63543d;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 17px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .tel_btn2 a {
    padding: 9.5% 10px;
  }
}
.tel_btn2 a img {
  max-width: 211px;
}
.tel_btn2 a:hover {
  background: #ffcfc6;
}

.btn4 {
  width: 360px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .btn4 {
    max-width: 300px;
    margin: 40px auto 0;
  }
}
.btn4 a {
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: #fba899;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
.btn4 a:hover {
  background: #d6a23b;
}

.btn5 {
  width: 360px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btn5 {
    margin: 40px auto0;
  }
}
.btn5 a {
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: #fba899;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
.btn5 a:hover {
  background: #d6a23b;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  height: 230px;
  overflow-y: scroll;
  padding-right: 30px;
}

.news_post article {
  width: 100%;
  padding: 21px 30px;
  border-bottom: 1px dashed #d6a23b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news_post article a h3 {
  font-size: 1.8em;
  color: #6b5d47;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.news_post article a h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fba899;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_post article a h3:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.news_post article .date {
  font-size: 1.8em;
  color: #fba899;
  font-weight: 600;
  margin-right: 40px;
  letter-spacing: 0.1em;
  font-family: "Lusitana", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.8;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
    padding: 0;
  }
  .news_post article {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4em;
    margin-top: 5px;
  }
  .news_post article .date {
    font-size: 1.4em;
    margin-right: 0;
    display: block;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  background: url(images/top1_bg.jpg);
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 3% 200px;
  }
}
.top_box01::after {
  display: block;
  content: "";
  position: absolute;
  background: url(images/flower.png);
  width: 366px;
  height: 329px;
  bottom: 70px;
  right: 11.458%;
  transition: 0.3s;
}

@media screen and (max-width: 1700px) {
  .top_box01::after {
    right: 3%;
    background: url(images/flower.png) bottom no-repeat;
    width: 300px;
    background-size: contain;
  }
}
@media screen and (max-width: 1700px) and (max-width: 767px) {
  .top_box01::after {
    bottom: 20px;
    width: 190px;
    height: 170px;
    right: 50%;
    transform: translateX(50%);
  }
}
.top_box02 {
  padding: 100px 0;
  background-color: #fff8f7;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 3%;
  }
}

.top_bnr {
  max-width: 413px;
  width: 32%;
  aspect-ratio: 413/567;
  padding: 300px 30px 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    max-width: 280px;
    width: 100%;
  }
}
.top_bnr:hover {
  opacity: 0.8;
}
.top_bnr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_bnr1 {
  background: url(images/top_bnr1.png) top no-repeat;
  background-size: contain;
}

.top_bnr2 {
  background: url(images/top_bnr2.png) top no-repeat;
  background-size: contain;
}

.top_bnr3 {
  background: url(images/top_bnr3.png) top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  .top_bnr {
    padding: 23% 30px 20px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  .top_bnr {
    padding: 200px 20px 20px;
  }
}
.top_bnr_container {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_bnr_container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.top_box03 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 0;
  }
}

.top_box03_container {
  display: flex;
  gap: calc((100% - 1080px) / 3);
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}
.top_box03_container article {
  width: 280px;
  aspect-ratio: 1/1;
  height: auto;
  border: 1px solid #d6a23b;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .top_box03_container article {
    width: 49%;
  }
}
.top_box03_container figure {
  position: relative;
  padding: 5px;
  width: 270px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top_box03_container figure {
    width: 100%;
  }
}

.top_box03_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_box03_btn {
    margin-top: 30px;
  }
}

.top_box04 {
  padding: 100px 0;
  background: url(images/top4_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0;
  }
}

.payment {
  width: 100%;
  border: solid #ccc 30px; /* (1)*/
  border-image-source: url(images/pay_bg.png); /* (2)*/
  border-image-slice: 65 fill; /* (3)*/
  border-image-width: 65px; /* (4) */
  border-image-outset: 0; /* (5) */
  border-image-repeat: round; /* (６) */
  padding: 40px 0px 60px;
  position: relative;
}
.payment::before {
  position: absolute;
  content: "";
  width: 168px;
  height: 178px;
  background: url(images/flower2_l.png) no-repeat;
  top: -50px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .payment::before {
    width: 120px;
    background: url(images/flower2_l.png) top left no-repeat;
    background-size: contain;
    top: -40px;
  }
}
.payment::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 116px;
  background: url(images/flower2_r.png) no-repeat;
  bottom: -50px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .payment::after {
    width: 80px;
    background: url(images/flower2_r.png) bottom right no-repeat;
    background-size: contain;
    bottom: -40px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .payment {
    padding: 20px 0px;
  }
}

.pay_container {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pay_container {
    margin-top: 20px;
  }
}
.pay_container > img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pay_container > img {
    width: 50%;
    margin-bottom: 5px;
  }
}
.pay_container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.pay_container > div:nth-of-type(1) {
  gap: 15px;
}
.pay_container > div:nth-of-type(2) {
  gap: 20px;
}
.pay_container > div:nth-of-type(3) {
  gap: 50px;
}
.pay_container > div:nth-of-type(4) {
  margin-bottom: 20px;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .pay_container > div {
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .pay_container > div:nth-of-type(1), .pay_container > div:nth-of-type(2), .pay_container > div:nth-of-type(3), .pay_container > div:nth-of-type(4) {
    gap: 5px 2%;
  }
  .pay_container > div img {
    width: 23%;
  }
}

.top_box05 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 50px 0;
  }
}

.top_box05_content {
  position: relative;
}
.top_box05_content::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 80px;
  width: 296px;
  height: 256px;
  background: url(images/flower3.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box05_content::after {
    top: 0px;
    right: 20px;
    width: 200px;
    background: url(images/flower3.png) right bottom no-repeat;
    background-size: contain;
  }
}

.txt1 {
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .fig1 {
    max-width: 440px;
    margin: 20px auto 0;
  }
}

.mb_sec {
  padding-bottom: 50px;
}

.mb_sec2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb_sec2 {
    padding-bottom: 50px;
  }
}

.box_profile {
  width: calc((100% - 60px) / 7 * 2);
}
@media screen and (max-width: 767px) {
  .box_profile {
    width: 100%;
    margin-bottom: 20px;
  }
}

.box_qualification {
  width: calc((100% - 60px) / 7 * 5);
}
@media screen and (max-width: 767px) {
  .box_qualification {
    width: 100%;
  }
}
.box_qualification ul {
  column-count: 3;
}
@media screen and (max-width: 767px) {
  .box_qualification ul {
    column-count: 1;
  }
}

.brw_box {
  background-color: #F8EFE1;
  border: 1px solid #C6A489;
  padding: 20px;
}

.greeting_box02 .flex {
  align-items: stretch;
}

.brw_box2 {
  background-color: #F8EFE1;
  border: 1px solid #C6A489;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.brw_box2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .brw_box2 {
    padding: 20px;
  }
}

.arrow {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .arrow {
    margin-bottom: 40px;
  }
}
.arrow::after {
  position: absolute;
  content: "";
  width: 78px;
  height: 30px;
  background: url(images/arrow.png);
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.dahlia {
  background: url(images/dahlia.png) bottom 20px right 20px no-repeat, #F8EFE1;
}
@media screen and (max-width: 767px) {
  .dahlia {
    background: url(images/dahlia.png) center center no-repeat, #F8EFE1;
  }
}

.flow_btn_container {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .flow_btn_container {
    flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media screen and (max-width: 767px) {
  .flow_btn_container > div {
    width: 49%;
    max-width: 163px;
  }
}

.pet {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pet {
    flex-direction: column;
  }
  .pet figure {
    max-width: 300px;
    margin: 0 auto;
  }
}

.nail_box02_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .nail_box02_container {
    gap: 20px;
  }
}
.nail_box02_container .brw_box {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .nail_box02_container .brw_box {
    width: 100%;
  }
}

.other_box01 > p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .other_box01 > p {
    margin-bottom: 40px;
  }
}

.other_box02_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .other_box02_container {
    gap: 40px;
  }
}

.brw_box3 {
  width: 380px;
  background-color: #F8EFE1;
  border: 1px solid #C6A489;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brw_box3 {
    width: 100%;
    padding: 30px 20px;
  }
}
.brw_box3 ul {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .brw_box3 ul {
    column-count: 1;
  }
}
.brw_box3 li {
  font-size: 1.4rem;
}
.brw_box3 > span, .brw_box3 > div {
  position: absolute;
  top: -20px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .brw_box3 > span, .brw_box3 > div {
    top: -18px;
  }
}
.brw_box3 > div {
  display: flex;
  gap: 10px;
}

.hyaluron p {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
}

.effect {
  padding: 8px 20px;
  background-color: #CDAE74;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50vh;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .effect {
    font-size: 1.4rem;
    min-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .other_box02 .fig1, .other_box03 .fig1 {
    margin: 0 auto 20px;
  }
}

.txt2 {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fig2 {
    max-width: 260px;
    margin: 0 auto 20px;
  }
}

.ear {
  background-color: #F8EFE1;
  border: 1px solid #C6A489;
  padding: 20px 15px;
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 767px) {
  .ear {
    width: 49%;
    padding: 10px;
  }
}
.ear dd {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ear dd {
    font-size: 1.3rem;
  }
}

.ear_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ear_container {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}

.menulist {
  column-count: 2;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .menulist {
    column-count: 1;
  }
}
.menulist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B04626;
  padding: 11px;
}

.menulist2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B04626;
  padding: 11px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .menulist2 {
    width: 100%;
  }
}
.menulist2 span {
  font-size: 1.6rem;
}

.pink {
  color: #fba899;
}

.menu_link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu_link {
    gap: 20px 2%;
  }
}
.menu_link div {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .menu_link div {
    width: 49%;
  }
}
.menu_link div a {
  width: 100%;
  color: #fff;
  background-color: #fba899;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .menu_link div a {
    font-size: 1.4rem;
  }
}
.menu_link div a:hover {
  background-color: #d6a23b;
}

.gallery_box01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gallery_box01 {
    gap: 10px 2%;
  }
}
.gallery_box01 figure {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 38/26;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gallery_box01 figure {
    width: 49%;
  }
}
.gallery_box01 figure a {
  position: relative;
  width: 100%;
  height: 100%;
}

.tbl2 {
  width: 100%;
}
.tbl2 tr {
  border-bottom: 1px solid #C6A489;
}
.tbl2 th {
  width: 260px;
  padding: 16px 10px;
  color: #392619;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #ecddbd;
  }
}
.tbl2 td {
  padding: 16px 10px;
  color: #392619;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    width: 100%;
    padding: 10px;
    display: block;
  }
}
.tbl2 a {
  color: #B04728;
  transition: 0.3s;
  text-decoration: none;
}
.tbl2 a:hover {
  color: #d6a23b;
}

.contact_btn {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .contact_btn {
    flex-wrap: wrap;
    max-width: 400px;
  }
}
.contact_btn > div {
  max-width: 163px;
  width: 49%;
}

.pp {
  background-color: #F8EFE1;
  border: 1px solid #C6A489;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
  }
}
.pp h2 {
  color: #BD664A;
  font-weight: 600;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */