@charset "UTF-8";
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
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,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP",serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #44392c;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none;
}

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

.wrapper {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 60px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
  min-width: 1060px;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 100px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.mb60 {
  margin-bottom: 50px;
}


.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.cr {
  color: #f00;
}

.db {
  font-weight: bold;
}

.dl {
  text-decoration: underline;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

section.content {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  section.content {
    padding-top: 50px;
  }
}

section.content.last {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  section.content.last {
    padding-bottom: 70px;
  }
}

section.htop {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  section.htop {
    padding-top: 30px;
  }
}

.sub-title1 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 23px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 45px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sub-title1 {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.sub-title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(45deg, #a57a44 0%, #f0c54c 100%);
}

@media screen and (max-width: 768px) {
  .sub-title1::before {
    width: 3px;
  }
}

.sub-title2 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sub-title2 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.8rem!important;
  }
}

.sub-title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #f0c54c 0%, #a57a44 100%);
}

.sub-title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #a57a44 0%, #f0c54c 100%);
}

.sub-sub-tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #674d3f;
}

@media screen and (max-width: 768px) {
  .sub-sub-tit {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sub-title-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f4;
}

@media screen and (max-width: 768px) {
  .sub-title-step.mb30 {
    margin-bottom: 10px;
  }
}

.sub-title-step .step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #ae8146;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sub-title-step .step-wrap {
    width: 50px;
    height: 50px;
  }
}

.sub-title-step .step-wrap .step {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-title-step .step-wrap .step {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sub-title-step .step-wrap .step-no {
  display: block;
  margin-top: 5px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-title-step .step-wrap .step-no {
    margin-top: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sub-title-step .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 30px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #44392c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sub-title-step .step-title {
    height: 50px;
    padding-left: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.button-s a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 280px;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  background-color: #ae8146;
  background-image: url(../images/ico-aw-w.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 9px auto;
}

.button-m a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ae8146;
}

.button-m a:hover {
  background-color: #674d3f;
}

@media screen and (max-width: 768px) {
  .button-s a {
    display: block;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
    line-height: 40px;
    text-align: center;
    background-size: 5px auto;
  }
  .button-m a {
    width: 100%;
    background-image: url(../images/ico-aw-w.svg);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 5px auto;
  }
  .button-s a:hover {
    background-color: #674d3f;
    background-position: 97% 50%;
  }
}

.button-m a:hover {
  background-color: #674d3f;
  background-position: 97% 50%;
}

.button-s a + a {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .button-s a + a {
    margin-top: 15px;
    margin-left: 0;
  }
}

.low-mv {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .low-mv {
    height: 150px;
    background-position: 100% top;
  }
}

.low-mv.concept {
  background-image: url(../images/low-mv-concept.jpg);
}

.low-mv.menu {
  background-image: url(../images/low-mv-menu.jpg);
  background-position: 30% 50%;
}

.low-mv.profile {
  background-image: url(../images/low-mv-profile.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}

.low-mv.flow {
  background-image: url(../images/low-mv-flow.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}

.low-mv.info {
  background-image: url(../images/low-mv-info.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}

.low-mv.contact {
  background-image: url(../images/low-mv-contact.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}

.low-mv.reservation {
  background-image: url(../images/low-mv-reserve.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}

.low-mv.rebelle {
  background-image: url(../images/low-mv-rebelle.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  background-position: 35% 50%;
}

.low-mv.chiffon {
  background-image: url(../images/low-mv-chiffon.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  background-position: 35% 50%;
}

.low-mv.facial {
  background-image: url(../images/low-mv-facial.jpg);
}

.low-mv.indiba {
  background-image: url(../images/low-mv-indiba.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}
.low-mv.price-list {
  background-image: url(../images/low-mv-price.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  background-position: 22% 50%;
}
/*.low-mv.indiba-all {
  background-image: url(../images/low-mv-indiba2.jpg);
  -webkit-box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
  box-shadow: 0 0 10px rgba(239, 242, 246, 0.9) inset;
}*/

@media screen and (max-width: 479px) {
.low-mv.rebelle {
  background-image: url(../images/sp-low-mv-rebelle.jpg);
}

.low-mv.chiffon {
  background-image: url(../images/sp-low-mv-chiffon.jpg);
}

.low-mv.menu {
  background-image: url(../images/sp-low-mv-menu.jpg);
}

.low-mv.indiba {
  background-image: url(../images/sp-low-mv-indiba.jpg);
}
}

.low-mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.low-mv .container h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #000;
  text-shadow: rgba(239, 242, 246, 0.8) 1px 1px 4px, rgba(239, 242, 246, 0.8) -1px 1px 4px, rgba(239, 242, 246, 0.8) 1px -1px 4px, rgba(239, 242, 246, 0.8) -1px -1px 4px;
}

@media screen and (max-width: 768px) {
  .low-mv .container h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 6px, rgba(255, 255, 255, 0.9) -1px 1px 6px, rgba(255, 255, 255, 0.9) 1px -1px 6px, rgba(255, 255, 255, 0.9) -1px -1px 6px;
  }
}

@media screen and (max-width: 768px) {
  .low-mv .container h2.dk {
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: white 1px 1px 10px,white -1px 1px 10px,white 1px -1px 10px,white -1px -1px 10px;
  }
}

.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #44392c;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li + li:before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumbs a {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: underline;
  color: #44392c;
}

.breadcrumbs a:hover {
  color: #000;
}

.page-description {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-description {
    padding-top: 30px;
  }
}

.page-description h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .page-description h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .page-description p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}

.page-description p .note {
  font-size: 80%;
}

.page-description p + p {
  margin-top: 1em;
}

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

@media screen and (max-width: 768px) {
  .content-text-pic {
    display: block;
  }
}

.content-text-pic .content {
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  .content-text-pic .content {
    width: 100%;
  }
}

.content-text-pic .content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
}

.content-text-pic .content p + p {
  margin-top: 1em;
}

.content-text-pic .content p .note {
  font-size: 12px;
  font-size: 1.2rem;
}

.content-text-pic .content p.note {
  font-size: 12px;
  font-size: 1.2rem;
}

.content-text-pic .pic {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .content-text-pic .pic {
    width: 100%;
    margin-top: 20px;
  }
}

.content-text-pic .pic img {
  width: 100%;
}

.content-text-pic .pic .cap {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media screen and (max-width: 768px) {
  .pic-article .article {
    margin-bottom: 30px;
  }
}

.pic-article .article .pic {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pic-article .article .pic {
    margin-bottom: 10px;
  }
}

.pic-article .article .pic img {
  width: 100%;
}

.pic-article .article .tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .pic-article .article .tit {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pic-article .article .tit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ae8146;
}

@media screen and (max-width: 768px) {
  .pic-article .article .tit span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
  }
}

.pic-article .article .tit2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .pic-article .article .tit2 {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

.pic-article .article .tit2 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ae8146;
}

@media screen and (max-width: 768px) {
  .pic-article .article .tit2 span {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.pic-article .article .desc {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .pic-article .article .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pic-article .article .desc2 {
  padding-left: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .pic-article .article .desc2 {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pic-article.g3 .article {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .pic-article.g3 .article {
    width: 48%;
  }
}

.pic-article.g4 {
  width: 22.7%;
}

@media screen and (max-width: 768px) {
  .pic-article.g4 {
    width: 48%;
  }
}

.table-top-note {
  margin-bottom: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .table-top-note {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-bottom-note {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .table-bottom-note {
    margin-top: 10px;
  }
}

.table-bottom-note p {
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6 !important;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .table-bottom-note p {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
}

.table-bottom-note p + p {
  margin-top: 0 !important;
}

table.price {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
}

@media screen and (max-width: 768px) {
  table.price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

table.price th {
  padding: 20px;
  font-weight: normal;
  text-align: left;
  border-right: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  background-color: #f5f5f4;
}

@media screen and (max-width: 768px) {
  table.price th {
    padding: 10px;
  }
}

table.price td {
  padding: 20px;
  text-align: right;
  white-space: nowrap;
  border-right: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
}

@media screen and (max-width: 768px) {
  table.price td {
    min-width: 9em;
    padding: 10px;
    white-space: initial;
  }
}

table.form {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 768px) {
  table.form {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

table.form th {
  width: 205px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 768px) {
  table.form th {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

table.form th label {
  display: block;
  padding-top: 10px;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  table.form th label {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

table.form th label:before {
  content: "※";
  display: none;
  font-weight: normal;
  color: #f00;
}

table.form th label.required {
  text-indent: -1em;
}

table.form th label.required:before {
  display: inline;
}

table.form th span {
  display: block;
  padding-top: 10px;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  table.form th span {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

table.form th span:before {
  content: "※";
  display: none;
  font-weight: normal;
  color: #f00;
}

table.form th span.required {
  text-indent: -1em;
}

table.form th span.required:before {
  display: inline;
}

table.form tbody {
  display: block;
  width: 100%;
}

table.form tr {
  display: block;
  width: 100%;
}

table.form td {
  width: 755px;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 768px) {
  table.form td {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

table.form td label {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  table.form td label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

table.form td label + input {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  table.form td label + input {
    margin-left: 10px;
  }
}

table.form td .note {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  table.form td .note {
    font-size: 10px;
    font-size: 1rem;
  }
}

table.form.conf th label {
  padding-top: 0;
}

table.form.conf th span {
  padding-top: 0;
}

ul {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

ul .note {
  font-size: 80%;
}

ul.list-t1 {
  padding-left: 2em;
  list-style: none;
}

ul.list-t1 li {
  text-indent: -0.7em;
}

ul.list-t1 li:before {
  content: "●";
  display: inline-block;
  padding-right: 5px;
  color: #ae8146;
}

ul.list-t1l {
  padding-left: 0;
  list-style: none;
}

ul.list-t1l li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2em;
}

ul.list-t1l li:before {
  content: "●";
  display: inline-block;
  margin-left: -1.4em;
  padding-right: 5px;
  color: #ae8146;
}

ul.list-t1l li + li {
  border-top: solid 1px #d0d0d0;
}

ul.list-square {
  padding-left: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

ul.list-square li:before {
  content: "";
  display: inline;
}

ul.list-disc {
  padding-left: 1.5em;
  list-style-position: outside;
  list-style-type: disc;
}

ul.list-disc li:before {
  content: "";
  display: inline;
}

ul.list-decimal {
  padding-left: 1.5em;
  list-style-position: outside;
  list-style-type: decimal;
}

ul.list-decimal li:before {
  content: "";
  display: inline;
}

.km-note {
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #f5f5f4;
}

.km-note ul {
  font-size: 12px;
  font-size: 1.2rem;
}

.km-note p {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.note-tel {
  color: red;
  font-weight: bold;
  font-size: 14px!important;
}

@media screen and (max-width: 768px) {
  .note-tel {
    font-size: 12px!important;
  }
}

.bottom-reservation-content .inner {
  padding: 50px 30px 50px 30px;
  background-color: #f5f5f4;
}

@media screen and (max-width: 768px) {
  .bottom-reservation-content .inner {
    padding: 25px 15px 20px 15px;
  }
}

.bottom-reservation-content .inner h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .bottom-reservation-content .inner h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.step-arrow {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .step-arrow {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}

.step-arrow img {
  display: block;
  width: 54px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .step-arrow img {
    width: 27px;
  }
}

.reservation-tel .tel-no {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ae8146;
}

@media screen and (max-width: 768px) {
  .reservation-tel .tel-no {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.reservation-tel .tel-no a {
  color: #ae8146;
}

.info-access-movie {
  margin-bottom: 60px;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info-access-movie {
    margin-bottom: 30px;
    padding-top: 10px;
  }
}

.info-access-movie iframe {
  width: 60%;
  min-width: 636px;
  height: 40vw;
  min-height: 356px;
  max-height: 432px !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .info-access-movie iframe {
    width: 100%;
    min-width: inherit;
    height: 55vw;
    min-height: initial;
    max-height: initial;
    margin-bottom: 0;
  }
}

header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

header .header-inner {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
  min-width: 1060px;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  header .header-inner {
    min-width: 100px;
  }
}

header .header-inner:after {
  content: "";
  display: block;
  clear: both;
}

header .header-inner a {
  color: #44392c;
}

header .header-inner h1 {
  float: left;
  /* width: 96px; */
  width: 250px;
  padding-top: 18px;
}

@media screen and (max-width: 768px) {
  header .header-inner h1 {
    /* width: 60px; */
    width: 200px;
    padding-top: 7px;
  }
}

header .header-inner h1 img {
  width: 100%;
}

header .header-inner nav {
  /* margin-left: 36px; */
  float: left;
    width: 80%;
    position: relative;
    right: 0;
}

@media screen and (max-width: 768px) {
  header .header-inner nav {
    display: none;
  }
}

header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  justify-content: right;
}

header .header-inner nav ul li {
  margin-right: 30px;
}

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

header .header-inner nav ul li a {
  display: block;
  font-family: 'Oswald',sans-serif;
  /* font-size: 16px; */
  /* font-size: 1.6rem;
  font-weight: 600; */
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  text-align: center;
  /* letter-spacing: 0.15em; */
  letter-spacing: 0.1em;
}

header .header-inner nav ul li a span {
  display: block;
  margin-top: 8px;
  /* font-size: 9px; */
  font-size: 1rem;
  font-weight: 600;
  font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  /* color: #b85858; */
  color: #b3446c;
}

header .header-inner nav ul li a:hover {
  color: #ae8146;
}

header .header-inner nav ul li.current a {
  color: #ae8146;
}

header .header-inner .shop-link {
  float: right;
  width: 103px;
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  header .header-inner .shop-link {
    width: 25px;
    padding-top: 13px;
  }
}

header .header-inner .shop-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  header .header-inner .shop-link a {
    display: block;
  }
}

header .header-inner .shop-link a .ico {
  width: 30px;
  height: 31px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-image: url(../images/ico-shop.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
}

@media screen and (max-width: 768px) {
  header .header-inner .shop-link a .ico {
    width: 25px;
    background-size: 25px auto;
  }
}

header .header-inner .shop-link a .ico img {
  display: none;
}

header .header-inner .shop-link a span {
  margin-left: 10px;
  font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  header .header-inner .shop-link a span {
    display: none;
  }
}

header .header-inner .shop-link a:hover .ico {
  background-image: url(../images/ico-shop-ov.png);
}

header .header-inner .shop-link a:hover span {
  color: #ad8145;
}

@media screen and (max-width: 768px) {
  body.spnav header {
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.spnav header nav {
    position: absolute;
    top: 80px;
    display: block;
    float: none;
    width: 90vw;
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  body.spnav header nav ul {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  body.spnav header nav ul li {
    width: 100%;
    /* margin-top: 25px; */
    margin-top: 30px;
    margin-right: 0;
  }
  body.spnav header nav ul li:last-child {
    margin-right: 0;
  }
  body.spnav header nav ul li a {
    /* font-size: 15px; */
    font-size: 1.7rem;
  }
  body.spnav header nav ul li a span {
    margin-top: 6px;
    /* font-size: 8px;
    font-size: 0.8rem; */
    font-size: 16px;
  }
}

.page-bottom-reservation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service {
  margin-left: 0;
  margin-top: 10px;
}

.times {
  display: flex;
  align-items: flex-end;
  width: 100%!important;
}

.times select {
  width: 8%!important;
}

.times select:not(:first-of-type) {
  margin-left: 10px;
}


@media screen and (max-width: 768px) {
  .page-bottom-reservation .container {
    display: block;
  }

.page-bottom-reservation .container .bottom-reservation-content {
  width: 65.6%;
}

.times {
  flex-direction: column;
}

.times select {
  width: 100%!important;
}

.times select:not(:first-of-type) {
  margin-left: 0;
}
  
  }


@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-content {
    width: 100%;
  }
}

.page-bottom-reservation .container .bottom-reservation-content p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-content p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-bottom-reservation .container .bottom-reservation-content p + p {
  margin-top: 1em;
}

.page-bottom-reservation .container .bottom-reservation-content p span.note {
  font-size: 80%;
}

.page-bottom-reservation .container .bottom-reservation-links {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links {
    width: 100%;
    margin-top: 30px;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area {
  padding-bottom: 20px;
  border-bottom: solid 1px #ae8146;
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-area-tit {
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links .line-area .line-area-tit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-area-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #f0c54c 0%, #a57a44 100%);
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-area-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #a57a44 0%, #f0c54c 100%);
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap {
  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;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap {
    display: block;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap {
    width: 100%;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-code {
  text-align: center;
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-code img {
  width: 130px;
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-link {
  text-align: center;
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-link img {
  width: 110px;
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap {
    width: 100%;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc {
  margin-top: 10px;
  padding-left: 1em;
  font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc {
    font-size: 10px;
    font-size: 1rem;
  }
}

.page-bottom-reservation .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc + .line-desc {
  margin-top: 5px;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .links {
  width: 48.5%;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .links a {
  display: block;
  margin-top: 7px;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .links a:first-child {
  margin-top: 0;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .links a img {
  width: 100%;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .sticker {
  width: 48.5%;
  text-align: right;
}

.page-bottom-reservation .container .bottom-reservation-links .banner-area .sticker img {
  width: 100%;
}
.menu-wrapper {
  max-width: 1328px;
  width: 100%;
  margin: 0 auto;
}

.content.menu-menu1-renew,.content.menu-menu2-renew{
  margin-top: -60px;
}


.menu-menu1 .sub-title1::before, .menu-menu2 .sub-title1::before {
  display: none;
}

.menu-menu1 .sub-title1, .menu-menu2 .sub-title1 {
  padding-left: 0;
}

.menu-menu1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-menu2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-menu1, .menu-menu2 {
  width: 100%;
  height: 450px;
  margin-top: 40px;
}

.menu-menu2 {
  margin: 120px 0;
}

.menu-menu1 .button-m {
  text-align: right;
}

.menu-menu2 .button-m {
  text-align: left;
}

.menu-img {
  min-width: 684px;
  height: 450px;
  margin-top: -40px;
  z-index: 0;
}

.menu-menu1 .menu-img {
  margin-right: -40px;
}

.menu-menu2 .menu-img {
  margin-left: -40px;
}

.menu-text {
  min-width: 684px;
  height: 450px;
  background: #F5F5F4;
  padding: 0 102px;
  line-height: 2.4;
  z-index: 1;
}

.menu-text .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 450px;
}

.menu-text h3 {
  font-size: 21px;
  color: #AE8146;
  margin-bottom: 40px;
  line-height: normal;
}

.menu-text p {
  margin-bottom: 25px;
}

.menu-l {
  margin-bottom: 100px;
}

.spmenu-img {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu-menu1, .menu-menu2 {
    margin-top: 0;
    height: auto;
  }
  .menu-menu2 {
    margin: 0;
  }
  .menu-menu1 .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-menu2 .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-top .container {
    min-width: auto;
  }
  .menu-img {
    min-width: 400px;
    height: auto;
    margin-top: 0;
  }
  .menu-menu1 .menu-img {
    margin-right: -40px;
  }
  .menu-menu2 .menu-img {
    margin-left: -40px;
  }
  .menu-text {
    min-width: 425px;
    height: auto;
    background: #F5F5F4;
    padding: 40px;
    line-height: 2.4;
  }
  .menu-text .text-inner {
    height: auto;
  }
  .menu-text h3 {
    margin-bottom: 25px;
  }
  .menu-l {
    margin-bottom: 0;
  }
  .menu-top .button-s a {
	max-width: auto;
  }
}
@media screen and (max-width: 768px) {
	.menu-top section.content {
		padding-top: 30px;
	}
  .menu-menu1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
  .menu-menu2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
  .menu-menu1, .menu-menu2 {
    width: 100%;
    height: 100%;
    position: static;
    margin-top: 0;
  }
  .menu-menu2 {
    margin: 0;
  }
  .menu-menu1 .button-m, .menu-menu2 .button-m {
    text-align: center;
  }
  .menu-text .text-inner {
    height: 100%;
}
  .menu-menu1 .menu-text {
    position: static;
  }
  .menu-menu2 .menu-text {
    position: static;
  }
  .menu-menu1 .menu-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu-menu1 .menu-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-img img {
    display: none;
  }
  .menu-img {
   height: auto;
   margin-top: 0;
  }
  .spmenu-img {
    display: block;
    height: 100%;
    margin-bottom: 25px;
  }
  .menu-text {
    min-width: auto;
    height: 100%;
    padding: 0;
    line-height: 2.4;
    font-size: 12px;
    background: #fff;
  }
  .menu-text h3 {
    font-size: 16px;
    color: #AE8146;
    margin-bottom: 0;
    line-height: normal;
  }
  .menu-text p {
    margin-bottom: 0;
    padding: 15px 0;
  }
  .menu-l {
    margin-bottom: 0;
  }
  .menu-menu1 .sub-title1::before,
  .menu-menu2 .sub-title1::before {
    display: block;
  }
  .menu-menu1 .sub-title1,
  .menu-menu2 .sub-title1 {
    padding-left: 18px;
  }
  .menu-wrapper {
    width: 90%;
    margin: 0 auto 25px;
  }
  .content.menu-menu1-renew,.content.menu-menu2-renew{
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .menu-menu1 .price-side-pic {
    padding-top: 20px;
  }
}

.info-map p {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .info-map p {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.info-map .map iframe {
  width: 100%;
  height: 500px;
}

.info-access .pic-article .article h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

.info-access p {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .info-access p {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form .form-desc {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .contact-form .form-desc {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form .form-desc span.red {
  color: #f00;
}

.contact-form .error {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f00;
}

@media screen and (max-width: 768px) {
  .contact-form .error {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form input[type=text] {
  width: 100%;
  height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .contact-form input[type=text] {
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.contact-form input[type=radio] {
  display: inline-block;
  width: initial;
  height: initial;
  padding-right: initial;
  padding-left: initial;
  vertical-align: middle;
  border: initial;
  outline-style: initial;
  background-color: initial;
}

.contact-form input.radio {
  display: inline-block;
  width: initial;
  height: initial;
  padding-right: initial;
  padding-left: initial;
  vertical-align: middle;
  border: initial;
  outline-style: initial;
  background-color: initial;
}

.contact-form textarea {
  width: 100%;
  height: 120px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .contact-form textarea {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.contact-form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1em;
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline-style: none;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form .form-note {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-form .form-note {
    padding-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact-form .form-note a {
  color: #44392c;
}

.contact-form .submit-button {
  margin-top: 30px;
  text-align: center;
}

.contact-form .submit-button a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 280px;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  background-color: #ae8146;
  background-image: url(../images/ico-aw-w.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 9px auto;
}

@media screen and (max-width: 768px) {
  .contact-form .submit-button a {
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background-size: 5px auto;
  }
}

.contact-form .submit-button a:hover {
  background-color: #674d3f;
  background-position: 97% 50%;
}

.contact-form .submit-button a + a {
  margin-top: 20px;
}

.facial-fig-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #ae8146;
}

.facial-fig-wrap .fig {
  width: 48%;
}

.facial-fig-wrap .fig img {
  width: 100%;
}

.information-list {
  padding-top: 50px;
}

.information-list .information-news-list .news {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .information-list .information-news-list .news {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.information-list .information-news-list .news + .news {
  border-top: solid 1px #e7e7e7;
}

.information-list .information-news-list .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  color: #44392c;
}

@media screen and (max-width: 768px) {
  .information-list .information-news-list .news a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.information-list .information-news-list .news a:hover {
  color: #ad8145;
}

.information-list .information-news-list .news a .date {
  width: 10%;
}

.information-detail {
  padding-top: 50px;
}

.information-detail h3 {
  margin-bottom: 20px;
}

.information-detail .information-detail-date {
  margin-bottom: 30px;
}

.information-detail p {
  line-height: 2;
}

.information-detail p + p {
  margin-top: 1em;
}

footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000;
  background-color: #eff2f6;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  footer .container {
    display: block;
  }
}

footer .container .logo-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container .logo-name a:hover {
  color: #ad8145;
}

footer .container .logo-name a .logo {
  /* width: 96px; */
  width: 250px;
}

@media screen and (max-width: 768px) {
  footer .container .logo-name a .logo {
    /* width: 62px; */
    width: 200px;
  }
}

footer .container .logo-name a .logo img {
  width: 100%;
}

footer .container .logo-name a .name {
  margin-left: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  footer .container .logo-name a .name {
    margin-left: 10px;
  }
}

footer .container .logo-name a .name b {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .container .logo-name a .name b {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

footer .container .logo-name a .name p {
  display: block;
  margin: 8px 0 6px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  footer .container .logo-name a .name p {
    margin: 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

footer .container .logo-name a .name p span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .container .logo-name a .name p span {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  footer .container .logo-name small {
    font-size: 70%;
  }
}

footer .container .address-copy {
  padding-top: 15px;
  line-height: 1;
  text-align: right;
}

footer .container .address-copy .address {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .container .address-copy .address {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.6;
    text-align: left;
  }
}

footer .container .address-copy .copy {
  margin-top: 18px;
  font-size: 10px;
  font-size: 1rem;
}

.hamburger-menu {
  position: fixed;
  z-index: 9900;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 50px;
  height: 50px;
  border: solid 2px #ae8146;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu .inner {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 30px;
  height: 21px;
}

.hamburger-menu .inner .hamburger-menu-line {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #ae8146;
}

.hamburger-menu .inner .hamburger-menu-line.line-top {
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger-menu .inner .hamburger-menu-line.line-middle {
  top: 9px;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger-menu .inner .hamburger-menu-line.line-bottom {
  bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger-menu.on .inner {
  top: 12px;
  left: 8px;
}

.hamburger-menu.on .inner .hamburger-menu-line.line-top {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-menu.on .inner .hamburger-menu-line.line-middle {
  top: 9px;
  opacity: 0;
}

.hamburger-menu.on .inner .hamburger-menu-line.line-bottom {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.spnav .hamburger-menu .inner {
  top: 12px;
  left: 8px;
}

body.spnav .hamburger-menu .inner .hamburger-menu-line.line-top {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.spnav .hamburger-menu .inner .hamburger-menu-line.line-middle {
  top: 9px;
  opacity: 0;
}

body.spnav .hamburger-menu .inner .hamburger-menu-line.line-bottom {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.spnav header nav {
  visibility: visible;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
}

.goto-top {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .goto-top {
    right: 10px;
    bottom: 20px;
  }
}

.goto-top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  border: solid 1px #fff;
  background-color: #1d59a8;
}

.goto-top a:hover {
  background-color: #008358;
}

.goto-top a img {
  width: 15px;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.tpg .goto-top a {
  background-color: #008358;
}

body.tpg .goto-top a:hover {
  background-color: #1d59a8;
}

body.on-gototop .goto-top {
  opacity: 1;
}

body.fix-gototop .goto-top {
  position: absolute;
  top: -50px;
  bottom: none;
}

.top-mv {
  position: relative;
  overflow: hidden;
  height: 40.6vw;
  min-height: 650px;
  background-color: #e3e8ec;
}

@media screen and (max-width: 768px) {
  .top-mv {
    height: 60vw;
    min-height: 100px;
  }
}

.top-mv .container {
  position: relative;
  z-index: 3;
  min-width: 1060px;
  max-width: 1280px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top-mv .container {
    min-width: 100px;
  }
}

.top-mv .top-mv-main {
  width: 56.6%;
  margin-left: 8.1%;
  padding-top: 200px;
  text-align: center;
}

.top-mv .top-mv-main2 {
  position: absolute;
  /*top: 50%;*/
  top: 60px;
  right: 60px;
  /*-webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);*/
  font-size: 18px;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
  text-align: center;
}

.top-mv .top-mv-main2 strong{
  font-size: 28px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.top-mv .top-mv-main2 strong:after{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #44392c;
  box-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.top-mv .top-mv-main2 .txt-center{
  text-align: center;
}
.top-mv .top-mv-main2 .txt-center .txt-center-wrap{
  display: inline-block;
  text-align: left;
}
.top-mv .top-mv-main2 .price{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.top-mv .top-mv-main2 .price span{
  font-weight: 700;
  color: #d72236;
}
.top-mv .top-mv-main2 .price small{
  font-size: 70%;
  font-weight: 700;
}
.top-mv .top-mv-main2 .box{
  font-size: 22px;
  margin-top: 0px;
}
.top-mv .top-mv-main2 .box span{
  display: inline-block;
  background: rgba(255,255,255,0.5);
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  color: #d72236;
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-main {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 28vw;
  }
  .top-mv .top-mv-main2 {
    font-size: 11px;
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    white-space: nowrap;
    /*width: 90%;*/
    padding-right:0;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    text-align: center;
  }
  .top-mv .top-mv-main2 .txt-center .txt-center-wrap{
    display: inline-block;
    text-align: center;
  }
  .top-mv .top-mv-main2 strong{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .top-mv .top-mv-main2 .price{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .top-mv .top-mv-main2 .price small{
    font-size: 70%;
    font-weight: 700;
  }
  .top-mv .top-mv-main2 .box{
    font-size: 11px;
    margin-top: 0px;
  }
  .top-mv .top-mv-main2 .box span{
    padding: 5px 10px;
  }
}

.top-mv .top-mv-main .tagline {
  -webkit-transition: opacity 1.8s ease-in .8s;
  transition: opacity 1.8s ease-in .8s;
  opacity: 0;
}

.top-mv .top-mv-main .tagline img {
  width: 100%;
}

.top-mv .top-mv-main .logo {
  margin-top: 44px;
  -webkit-transition: opacity .8s ease-in 1.8s;
  transition: opacity .8s ease-in 1.8s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-main .logo {
    margin-top: 2vw;
  }
}

.top-mv .top-mv-main .logo img {
  width: 52.9%;
  margin: auto;
}

.top-mv .top-mv-main .shop-info {
  width: 85.6%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  -webkit-transition: opacity .8s ease-in 1.8s;
  transition: opacity .8s ease-in 1.8s;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#af8246), to(#765130));
  background-image: linear-gradient(0deg, #af8246 0%, #765130 100%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-main .shop-info {
    width: 74.6%;
    margin-top: 2vw;
    font-size: 1.6vw;
    line-height: 4vw;
    border-radius: 2px;
  }
}

.top-mv #particles-js {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 40.6vw;
  min-height: 650px;
  opacity: 0;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .top-mv #particles-js {
    height: 65vw;
    min-height: 100px;
  }
}

.top-mv #particles-js canvas {
  display: block;
  vertical-align: bottom;
}

.top-mv #particles-js.is-active {
  -webkit-transition: opacity 1.2s ease-out 0.5s;
  transition: opacity 1.2s ease-out 0.5s;
  opacity: 1;
}

.top-mv .top-mv-slider {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40.6vw;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-slider {
    height: 60vw;
  }
}

.top-mv .top-mv-slider .top-mv-slide {
  width: 100%;
  height: 40.6vw;
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-slider .top-mv-slide {
    height: 60vw;
    min-height: 100px;
  }
}

.top-mv .top-mv-slider .top-mv-slide.s1 {
  background-image: url(../images/top-mv1.jpg);
}

.top-mv .top-mv-slider .top-mv-slide.s2 {
  background-image: url(../images/top-mv2.jpg);
  position: relative;
}
.top-mv .top-mv-slider .top-mv-slide.s2 a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.top-mv .top-mv-slider .top-mv-slide.s3 {
  background-image: url(../images/top-mv3.jpg);
  background-position: 10% 100%;
}

.top-mv .top-mv-slider .top-mv-slide.s4 {
  background-image: url(../images/top-mv4.jpg);
}

.top-mv .top-mv-slider .top-mv-slide.s5 {
  background-image: url(../images/top-mv5.jpg);
  background-position: 50% 50%;
}

.top-mv.is-show #kvcontainer {
  opacity: 0;
}

.top-mv.is-show #particles-js {
  opacity: 0;
}

.top-mv.is-show .top-mv-main .tagline {
  opacity: 1;
}

.top-mv.is-show .top-mv-main .logo {
  opacity: 1;
}

.top-mv.is-show .top-mv-main .shop-info {
  opacity: 1;
}

.top-mv.is-slide .top-mv-slider {
  opacity: 1;
}

.top-mv.is-main-hide .top-mv-main .tagline {
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  opacity: 0;
}

.top-mv.is-main-hide .top-mv-main .logo {
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  opacity: 0;
}

.top-mv.is-main-hide .top-mv-main .shop-info {
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  opacity: 0;
}

.top-description {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-description h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-description h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .top-description p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}

.top-treatmentmenu h2{
    margin-bottom: 30px;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
.top-treatmentmenu {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 768px) {
.top-treatmentmenu h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2.0rem;
	}
}

.top-service-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1060px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-service-examples {
    overflow: hidden;
    min-width: 100px;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	width: 90vw;
	margin: 0 auto;
  }
}

.top-service-examples .examples {
  position: relative;
  width: 50%;
}

.top-service-examples .examples a {
  display: block;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples {
    position: relative;
    width: 100%;
	margin-bottom: 20px;
}
  .top-service-examples .examples a {
    display: relative;
  }
}

.top-service-examples .examples a .pic {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .pic {
    position: static;
  }
}

.top-service-examples .examples a .pic img {
  display: block;
}

.top-service-examples .examples a .tit {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 30px;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .tit {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.top-service-examples .examples a .tit span {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 32px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
  color: #44392c;
  text-shadow: rgb(255 255 255 / 30%) 1px 1px 5px, rgb(255 255 255 / 30%) -1px 1px 5px, rgb(255 255 255 / 30%) 1px -1px 5px, rgb(255 255 255 / 30%) -1px -1px 5px;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .tit span {
    position: absolute;
	bottom:0;
    left: 0;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 14px;
    font-size: 1.4rem;
	color: #fff;
    line-height: 40px;
    letter-spacing: 0;
	background: #986d34c4;
	text-shadow: none;
  }
  .top-service-examples .examples a .tit span.t1 {
    bottom: 0;
  }
  .top-service-examples .examples a .tit span.t2 {
    bottom: 30%;
  }
}

@media screen and (max-width: 340px) {
  .top-service-examples .examples a .tit span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top-service-examples .examples a .description {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
  background-color: rgba(68, 57, 44, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .description {
    display: none;
  }
}

.top-service-examples .examples a .description p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .description p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
  }
}

.top-service-examples .examples a .description .link {
  width: 390px;
  height: 50px;
  margin-top: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #44392c;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a .description .link {
    width: 90%;
    height: 25px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 25px;
  }
}

.top-service-examples .examples a:hover .tit {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .top-service-examples .examples a:hover .tit {
    opacity: 1;
  }
}

.top-service-examples .examples a:hover .description {
  opacity: 1;
}

.top-greetings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34.3vw;
  min-height: 550px;
  background-color: #eff2f6;
  background-image: url(../images/top-greetings-bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-greetings {
    display: block;
    height: auto;
    min-height: initial;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
  }
}

.top-greetings h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-greetings h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-greetings p {
  width: 75%;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: rgba(239, 242, 246, 0.8) 1px 1px 4px, rgba(239, 242, 246, 0.8) -1px 1px 4px, rgba(239, 242, 246, 0.8) 1px -1px 4px, rgba(239, 242, 246, 0.8) -1px -1px 4px;
}

@media screen and (max-width: 768px) {
  .top-greetings p {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top-greetings .links {
  margin-top: 30px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .top-greetings .links {
    margin-top: 15px;
  }
}

.top-greetings .links li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-greetings .links li {
    display: block;
  }
}

.top-greetings .links li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .top-greetings .links li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}

.top-greetings .links li a {
  display: block;
  width: 320px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ae8146;
}

@media screen and (max-width: 768px) {
  .top-greetings .links li a {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
  }
}

.top-greetings .links li a:hover {
  background-color: #44392c;
}

.top-service {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top-service .container h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-service .container h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-service .container .service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  }
}

.top-service .container .service-wrap .service {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
  }
}

.top-service .container .service-wrap .service .pic {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap .service .pic {
	width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap .service .text {
    width: 48%;
  }
}

.top-service .container .service-wrap .service .pic img {
  display: block;
  width: 100%;
}

.top-service .container .service-wrap .service .name {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap .service .name {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top-service .container .service-wrap .service p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .top-service .container .service-wrap .service p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top-insta {
	width: 100%;	
}

.top-insta {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #44392C;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding-top: 30px;
	padding-bottom: 30px;
  }
}

.top-insta .container h2{
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-insta .container h2{
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-access {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e7e7e7;
  }
}

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

@media screen and (max-width: 768px) {
  .top-access .container {
    display: block;
  }
}

.top-access .container .top-access-data {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .top-access .container .top-access-data {
    width: 100%;
  }
}

.top-access .container .top-access-data h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-access .container .top-access-data h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-access .container .top-access-data p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .top-access .container .top-access-data p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top-access .container .top-access-data p + p {
  margin-top: 1em;
}

.top-access .container .top-access-map {
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  .top-access .container .top-access-map {
    width: 100%;
    margin-top: 20px;
  }
}

.top-access .container .top-access-map iframe {
  width: 100%;
  height: 360px;
}

.top-information {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top-information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

@media screen and (max-width: 768px) {
  .top-information .container {
    display: block;
  }
}

.top-information .container .top-news {
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-news {
    width: 100%;
  }
}

.top-information .container .top-news h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-news h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-information .container .top-news .top-news-wrap .news {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-news .top-news-wrap .news {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.top-information .container .top-news .top-news-wrap .news + .news {
  border-top: solid 1px #e7e7e7;
}

.top-information .container .top-news .top-news-wrap .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  color: #44392c;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-news .top-news-wrap .news a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top-information .container .top-news .top-news-wrap .news a:hover {
  color: #ad8145;
}

.top-information .container .top-news .top-news-wrap .news a .date {
  width: 17.6%;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-news .top-news-wrap .news a .date {
    width: 100%;
  }
}

.top-information .container .top-sticker {
  width: 15.7%;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-sticker {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.top-information .container .top-sticker img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-information .container .top-sticker img {
    width: 40%;
  }
}

.top-information .container .bottom-reservation-links {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links {
    width: 100%;
    margin-top: 30px;
  }
}

.top-information .container .bottom-reservation-links .line-area {
  padding-bottom: 20px;
  border-bottom: solid 1px #ae8146;
}

.top-information .container .bottom-reservation-links .line-area .line-area-tit {
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links .line-area .line-area-tit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top-information .container .bottom-reservation-links .line-area .line-area-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #f0c54c 0%, #a57a44 100%);
}

.top-information .container .bottom-reservation-links .line-area .line-area-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, #a57a44 0%, #f0c54c 100%);
}

.top-information .container .bottom-reservation-links .line-area .line-wrap {
  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;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links .line-area .line-wrap {
    display: block;
  }
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap {
    width: 100%;
  }
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-code {
  text-align: center;
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-code img {
  width: 130px;
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-link {
  text-align: center;
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-code-wrap .line-link img {
  width: 110px;
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap {
    width: 100%;
  }
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc {
  margin-top: 10px;
  padding-left: 1em;
  font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .top-information .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc {
    font-size: 10px;
    font-size: 1rem;
  }
}

.top-information .container .bottom-reservation-links .line-area .line-wrap .line-desc-wrap .line-desc + .line-desc {
  margin-top: 5px;
}

.top-information .container .bottom-reservation-links .banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-information .container .bottom-reservation-links .banner-area .links {
  width: 48.5%;
}

.top-information .container .bottom-reservation-links .banner-area .links a {
  display: block;
  margin-top: 7px;
}

.top-information .container .bottom-reservation-links .banner-area .links a:first-child {
  margin-top: 0;
}

.top-information .container .bottom-reservation-links .banner-area .links a img {
  width: 100%;
}

.top-information .container .bottom-reservation-links .banner-area .sticker {
  width: 48.5%;
  text-align: right;
}

.top-information .container .bottom-reservation-links .banner-area .sticker img {
  width: 100%;
}

.top-mv-banner-area {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-mv-banner-area {
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv-banner-area .container {
    width: 92vw;
  }
}

.top-mv-banner-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 0;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-mv-banner-area ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* .top-mv-banner-area ul li + li {
  margin-left: 10px;
} */

@media screen and (max-width: 768px) {
  .top-mv-banner-area ul li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-mv-banner-area.top ul li {
    margin-left: 0;
    /* margin-bottom: 10px; */
  }
  .top-mv-banner-area.top ul li.b3,
  .top-mv-banner-area.top ul li.b4 {
    height: 80px;
  }
  .top-mv-banner-area.top ul li.b3 img,
  .top-mv-banner-area.top ul li.b4 img {
    height: 80px;
    object-fit: contain;
  }
}
.sp_flex {
    display: flex;
    gap: 10px;
}


/* .top-mv-banner-area ul li.b1 {
  width: 48%;
} */

/* @media screen and (max-width: 768px) {
  .top-mv-banner-area ul li.b1 {
    width: 100%;
  }
} */

/* .top-mv-banner-area ul li.b2 {
  width: 16%;
} */

/* @media screen and (max-width: 768px) {
  .top-mv-banner-area ul li.b2 {
    width: 33.7%;
  }
} */

/* .top-mv-banner-area ul li.b3 {
  width: 32%;
} */

/* @media screen and (max-width: 768px) {
  .top-mv-banner-area ul li.b3 {
    width: 66%;
  }
} */

.top-mv-banner-area ul li a {
  display: block;
}

.top-mv-banner-area ul li a img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  /* border: solid 1px #c9c9c9; */
}

.top-mv-banner-area ul li a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.top-reservation {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .top-reservation {
    margin-top: 30px;
  }
}

.top-reservation .container h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-reservation .container h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top-reservation .container .reservation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap {
    flex-direction: column;
  }
}

.top-reservation .container .reservation-wrap .reservation {
  width: 31.3%;
  background: #eff2f6;
  text-align: center;
  padding: 30px 10px;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation {
    width: 100%;
    padding: 20px 10px;
  }
  .top-reservation .container .reservation-wrap .reservation:not(:first-of-type) {
    margin-top: 20px;
  }
}

.top-reservation .container .reservation-wrap .reservation .title {
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top-reservation .container .reservation-wrap .reservation .title-1 {
    margin-bottom: 10px;
}
}


.top-reservation .container .reservation-wrap .reservation .number {
  font-size: 37px;
  color: #44392c;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 6px;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation .number {
    font-size: 22px;
    margin-top: -10px;
  }
}

.top-reservation .container .reservation-wrap .reservation .number:hover {
  opacity: 0.7;
}

.top-reservation .container .reservation-wrap .reservation .icon {
  width: 33px;
  vertical-align: sub;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation .icon {
    width: 20px;
    margin-bottom: 3px;
  }
}

.top-reservation .container .reservation-wrap .reservation .pic img {
  vertical-align: middle;
  max-width: 260px;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation .pic img {
    max-width: 70%;
  }
}

.top-reservation .container .reservation-wrap .reservation .pic img:hover {
  opacity: 0.7;
}

.top-reservation .container .reservation-wrap .reservation .txt {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-reservation .container .reservation-wrap .reservation .txt {
    font-size: 12px;
    margin-top: 20px;
  }
}

/*------------------------------
		2021.06.09 追加
------------------------------*/
.menu-renew2021 {
  /*.low-mv.menu {
		background-image: url(../images/low-mv-menu2.jpg);
	}*/
}

.menu-renew2021 .pc_br, .menu-renew2021 .sp_none {
  display: block;
}

.menu-renew2021 .sp_br, .menu-renew2021 .pc_none {
  display: none;
}

.menu-renew2021 .page-description .bnr-list {
  margin-top: 40px;
}

.menu-renew2021 .page-description .bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-renew2021 .page-description .bnr-list ul li {
  width: 31.5%;
}

.menu-renew2021 .page-description .bnr-list ul li:nth-child(1) {
  margin-right: 40px;
}

.menu-renew2021 .page-description .bnr-list ul li a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-renew2021 .page-description .bnr-list ul li a:hover {
  opacity: 0.5;
}

.menu-renew2021 .page-description .bnr-list ul li a img {
  width: 100%;
}

.menu-renew2021 .lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.menu-renew2021 .lead-box figure {
  width: 33%;
}

.menu-renew2021 .lead-box figure img {
  width: 100%;
}

.menu-renew2021 .lead-box p {
  width: 67%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  line-height: 2;
}

.menu-renew2021 .lead-box p strong {
  display: block;
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.menu-renew2021 .anchor {
  text-align: center;
  margin-bottom: 60px;
}

.menu-renew2021 .anchor p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.menu-renew2021 .anchor ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

.menu-renew2021 .anchor ul li {
  width: 32%;
}

.menu-renew2021 .anchor ul li a {
  display: block;
  background-color: #e4e9f9;
  color: #363f77;
  padding: 15px 0 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}

.menu-renew2021 .anchor ul li a:after {
  content: '';
  background: url(/_assets/images/menu/arrow.png) no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.menu-renew2021 .anchor ul li a:before {
  content: '';
  background: url(/_assets/images/menu/num1.png) no-repeat;
  width: 33px;
  height: 80px;
  position: absolute;
  bottom: -2px;
  left: -3px;
  z-index: -1;
}

.menu-renew2021 .anchor ul li a:hover {
  opacity: 0.7;
}

.menu-renew2021 .anchor ul li a:hover:after {
  bottom: 17px;
}

.menu-renew2021 .anchor ul li a small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.menu-renew2021 .anchor ul li a small:after {
  content: '';
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #bfc6e4;
}

.menu-renew2021 .anchor ul li:nth-child(2) a:before {
  content: '';
  background: url(/_assets/images/menu/num2.png) no-repeat;
  width: 56px;
  height: 79px;
}

.menu-renew2021 .anchor ul li:nth-child(3) a:before {
  content: '';
  background: url(/_assets/images/menu/num3.png) no-repeat;
  width: 52px;
  height: 81px;
}

.menu-renew2021 .sub-title1 small {
  font-size: 14px;
  margin-left: 1em;
}

.menu-renew2021 .area {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 60px;
}

.menu-renew2021 .area .sub-title2 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
.menu-renew2021 .area .sub-title2.blue{
  background-color: #e4e9f9;
  border-top: 1px solid #b6bfdd;
  border-bottom: 1px solid #b6bfdd;
}
.menu-renew2021 .area .sub-title2.blue:before,.menu-renew2021 .area .sub-title2.blue:after{ display: none;} 

.menu-renew2021 .area .lead {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-renew2021 .area .lead strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.menu-renew2021 .area .lead span {
  display: inline-block;
  position: relative;
}

.menu-renew2021 .area .lead span:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #44392c;
}

.menu-renew2021 .area .box-list {
  margin-bottom: 40px;
}

.menu-renew2021 .area .box-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.3%;
  margin-bottom: -1.5%;
}

.menu-renew2021 .area .box-list ul li {
  width: 32%;
  margin-left: 1.3%;
  margin-bottom: 1.5%;
  background-color: #f8f8f8;
  position: relative;
  padding-bottom: 80px;
}

.menu-renew2021 .area .box-list ul li h5 img {
  width: 100%;
}

.menu-renew2021 .area .box-list ul li article {
  padding: 35px 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-renew2021 .area .box-list ul li article small {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.menu-renew2021 .area .box-list ul li article strong {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  white-space: nowrap;
}

.menu-renew2021 .area .box-list ul li article strong i {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  margin-left: 0.5em;
}

.menu-renew2021 .area .box-list ul li article .note {
  display: block;
  margin: 15px 0 0;
}

.menu-renew2021 .area .box-list ul li article .note li {
  width: 100%;
  padding: 0px;
  padding-left: 1.2em;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.4;
}

.menu-renew2021 .area .box-list ul li article .note li span {
  position: absolute;
  top: 0;
  left: 0;
}

.menu-renew2021 .area .box-list ul li .data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
}

.menu-renew2021 .area .box-list ul li .data:before {
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #c3c3c3;
}

.menu-renew2021 .area .box-list ul li .data dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-size: 2.4rem;
}

.menu-renew2021 .area .box-list ul li .data dl dt {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}

.menu-renew2021 .area .box-list ul li .data dl dt:before {
  content: '';
  background: url(/_assets/images/menu/time.png) no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.menu-renew2021 .area .box-list ul li .data dl dt:after {
  content: '分';
  font-size: 18px;
  font-size: 1.8rem;
}

.menu-renew2021 .area .box-list ul li .data dl dd:before {
  content: '￥';
  font-size: 18px;
  font-size: 1.8rem;
}

.menu-renew2021 .area .box-list.col4 ul li {
  width: 23.7%;
}

.menu-renew2021 .area .box-list.col4 ul li article {
  padding: 25px 20px;
}

.menu-renew2021 .area .box-list.col4 ul li .data {
  padding: 15px 20px;
}

.menu-renew2021 .area .box-list.col4 ul li .data:before {
  content: '';
  width: calc(100% - 40px);
  left: 20px;
}

.menu-renew2021 .area .step {
  margin-bottom: 40px;
}

.menu-renew2021 .area .step img {
  width: 100%;
}

.menu-renew2021 .area .step .note {
  line-height: 1.4;
  margin-top: 15px;
  position: relative;
  padding-left: 1.5em;
}

.menu-renew2021 .area .step .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.menu-renew2021 .price {
  margin-bottom: 40px;
}

.menu-renew2021 .price h5 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.menu-renew2021 .price h5:before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #44392c;
}

.menu-renew2021 .price table {
  width: 100%;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
}

.menu-renew2021 .price table th, .menu-renew2021 .price table td {
  border-right: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  padding: 20px 5px;
  vertical-align: middle;
}

.menu-renew2021 .price table th {
  background-color: #f5f5f4;
  width: 14.65%;
  white-space: nowrap;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  /*&.empty{
					background-color: #e7e7e7;
				}*/
}

.menu-renew2021 .price table th.head {
  width: 200px;
  padding: 10px 5px;
}

.menu-renew2021 .price table td {
  text-align: right;
  padding: 10px 20px 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-renew2021 .price small {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.menu-renew2021 #area1-2 .price table th {
  width: 22%;
}

.menu-renew2021 #area1-2 .price table th.head {
  width: 200px;
  padding: 10px 5px;
}

.menu-renew2021 #area1-2 .price table td {
  text-align: right;
  padding: 10px 20px 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-renew2021 #area1-3 .price table th {
  width: 22%;
}

.menu-renew2021 #area1-3 .price table th.head {
  width: 200px;
  padding: 10px 5px;
}

.menu-renew2021 #area1-3 .price table td {
  text-align: right;
  padding: 10px 20px 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-renew2021 .button-s {
  text-align: center;
}
.menu-renew2021 .button-s.nowrap a{
  white-space: nowrap;
}

.menu-renew2021 .menu-menu2-renew .indiba-mv {
  margin-bottom: 60px;
}

.menu-renew2021 .menu-menu2-renew .area .box-list {
  margin-bottom: 10px;
}

.menu-renew2021 .menu-menu2-renew .area .box-list + small {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.menu-renew2021 .menu-menu2-renew .area .box-list ul li {
  padding-bottom: 0px;
}

.menu-renew2021 .menu-menu2-renew .area .box-list ul li article {
  padding: 15px 0px;
}

.menu-renew2021 .menu-menu2-renew .area .box-list ul li article .data {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  text-align: center;
}

.menu-renew2021 .menu-menu2-renew .area .box-list ul li article .data:before {
  display: none;
}

.menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul li {
  position: relative;
}

.menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul li small {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.menu-renew2021 .menu-menu2-renew .button-s {
  text-align: center;
  margin-top: 80px;
}

.menu-renew2021 .menu-menu2-renew .button-s a {
  width: 420px;
  text-align: center;
}

.menu-renew2021 #area2-2{
  margin-bottom: 100px;
}
.menu-renew2021 .kinki .sub-title2{
  /*text-align: center;*/
}
.menu-renew2021 .kinki .kinki-wrap{
  /*text-align: left;
  display: inline-block;*/
}

.menu-renew2021 #price2{
  margin-top: -100px;
  padding-top: 100px;
}
.menu-renew2021 #shucyu-course{
  padding: 60px;
  background-image: linear-gradient(45deg, #a57a44 0%, #f0c54c 100%);
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.menu-renew2021 #shucyu-course:after{
  content: '';
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
}
.menu-renew2021 #shucyu-course h4{
  text-align: center;
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
.menu-renew2021 #shucyu-course h4 span{
  font-weight: 700;
}
.menu-renew2021 #shucyu-course .lead{
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.menu-renew2021 #shucyu-course .txt-center-wrap{
  text-align: center;
}
.menu-renew2021 #shucyu-course .price2{
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 20px 60px;
  background-color: #f8f8f8;
  display: inline-block;
}
.menu-renew2021 #shucyu-course .price2 span{
  font-weight: 700;
  color: #d72236;
}
.menu-renew2021 #shucyu-course .price2 small{
  font-size: 70%;
  font-weight: 700;
}
.menu-renew2021 #shucyu-course .txt-list{
  text-align: center;
}
.menu-renew2021 #shucyu-course .txt-list ul{
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.menu-renew2021 #shucyu-course .txt-list ul li{
  position: relative;
  padding-left: 1.5em;
}
.menu-renew2021 #shucyu-course .txt-list ul li:before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.menu-renew2021 #shucyu-course .box{
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0px;
  text-align: center;
}
.menu-renew2021 #shucyu-course .box span{
  display: inline-block;
  background: rgba(255, 206, 206, 0.5);
  text-align: center;
  font-weight: 700;
  color: #d72236;
  box-sizing: border-box;
  padding: 15px 50px;
  margin-bottom: 40px;
  border-radius: 100px;
}
.menu-renew2021 #shucyu-course .pic-list{
  position: relative;
  padding-top: 40px;
}
.menu-renew2021 #shucyu-course .pic-list ul{
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-renew2021 #shucyu-course .pic-list li{
  width: 23.5%;
  margin-left: 2%;
  text-align: center;
}
.menu-renew2021 #shucyu-course .pic-list li:first-child{
  margin-left: 0px;
}
.menu-renew2021 #shucyu-course .pic-list li img{
  width: 100%;
}
.menu-renew2021 #shucyu-course .pic-list li p{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .menu-renew2021 .pc_br, .menu-renew2021 .sp_none {
    display: none;
  }
  .menu-renew2021 .sp_br, .menu-renew2021 .pc_none {
    display: block;
  }
  /*.menu-renew2021 .low-mv.menu {
    background-image: url(../images/low-mv-menu2.jpg);
  }*/
  .menu-renew2021 .page-description .bnr-list {
    margin-top: 20px;
  }
  .menu-renew2021 .page-description .bnr-list ul li {
    width: 49%;
  }
  .menu-renew2021 .page-description .bnr-list ul li:nth-child(1) {
    margin-right: 2%;
  }
  .menu-renew2021 .lead-box {
    display: block;
    margin-bottom: 40px;
  }
  .menu-renew2021 .lead-box figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-renew2021 .lead-box figure img {
    width: 100%;
  }
  .menu-renew2021 .lead-box p {
    width: 100%;
    padding-left: 0px;
    line-height: 2.2;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menu-renew2021 .lead-box p strong {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu-renew2021 .anchor {
    margin-bottom: 50px;
  }
  .menu-renew2021 .anchor p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .menu-renew2021 .anchor ul {
    width: 100%;
  }
  .menu-renew2021 .anchor ul li a {
    padding: 15px 0 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menu-renew2021 .anchor ul li a:after {
    bottom: 10px;
  }
  .menu-renew2021 .anchor ul li a:hover {
    opacity: 1;
  }
  .menu-renew2021 .anchor ul li a:hover:after {
    bottom: 10px;
  }
  .menu-renew2021 .anchor ul li a small {
    font-size: 10px;
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .menu-renew2021 .anchor ul li a:before {
    background: url(/_assets/images/menu/num1.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 42px;
  }
  .menu-renew2021 .anchor ul li:nth-child(2) a:before {
    background: url(/_assets/images/menu/num2.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 40px;
  }
  
  .menu-renew2021 .anchor ul li:nth-child(3) a:before {
    background: url(/_assets/images/menu/num3.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 40px;
  }
  .menu-renew2021 .sub-title1 small {
    font-size: 12px;
    margin-left: 0em;
    display: block;
    margin-top: -0.5em;
  }
  .menu-renew2021 .area {
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .menu-renew2021 .area .sub-title2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .menu-renew2021 .area .lead {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .menu-renew2021 .area .lead strong {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .menu-renew2021 .area .lead span {
    display: inline-block;
    position: relative;
  }
  .menu-renew2021 .area .lead span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #44392c;
  }
  .menu-renew2021 .area .box-list {
    margin-bottom: 20px;
  }
  .menu-renew2021 .area .box-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0%;
    margin-bottom: -1.5%;
  }
  .menu-renew2021 .area .box-list ul li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1.5%;
    background-color: #f8f8f8;
    position: relative;
    padding-bottom: 0px;
  }
  .menu-renew2021 .area .box-list ul li h5 img {
    width: 100%;
  }
  .menu-renew2021 .area .box-list ul li article {
    padding: 15px 5% 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 .area .box-list ul li article small {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .menu-renew2021 .area .box-list ul li article strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .menu-renew2021 .area .box-list ul li article strong i {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    margin-left: 0.5em;
  }
  .menu-renew2021 .area .box-list ul li article .note {
    margin: 10px 0 0;
  }
  .menu-renew2021 .area .box-list ul li article .note li {
    font-size: 10px;
    font-size: 1rem;
  }
  .menu-renew2021 .area .box-list ul li .data {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5%;
    text-align: center;
    margin-top: 25px;
  }
  .menu-renew2021 .area .box-list ul li .data:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c3c3c3;
  }
  .menu-renew2021 .area .box-list ul li .data dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-size: 2rem;
  }
  .menu-renew2021 .area .box-list ul li .data dl dt {
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
  }
  .menu-renew2021 .area .box-list ul li .data dl dt:before {
    background: url(/_assets/images/menu/time.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .menu-renew2021 .area .box-list ul li .data dl dt:after {
    content: '分';
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 .area .box-list ul li .data dl dd:before {
    content: '￥';
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 .area .box-list.col4 ul li {
    width: 100%;
  }
  .menu-renew2021 .area .box-list.col4 ul li article {
    padding: 15px 5% 0;
  }
  .menu-renew2021 .area .box-list.col4 ul li .data {
    padding: 15px 0px;
  }
  .menu-renew2021 .area .box-list.col4 ul li .data:before {
    content: '';
    width: 100%;
    left: 0px;
  }
  .menu-renew2021 .area .step {
    margin-bottom: 20px;
  }
  .menu-renew2021 .area .step img {
    width: 100%;
  }
  .menu-renew2021 .price {
    margin-bottom: 40px;
  }
  .menu-renew2021 .price h5 {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .menu-renew2021 .price h5:before {
    width: 20px;
  }
  .menu-renew2021 .price table th, .menu-renew2021 .price table td {
    padding: 10px 2px;
  }
  .menu-renew2021 .price table th {
    width: 50%;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menu-renew2021 .price table th.head {
    width: 200px;
    padding: 10px 5px;
  }
  .menu-renew2021 .price table td {
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 25%;
  }
  .menu-renew2021 .price small {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 5px;
  }
  .menu-renew2021 #area1-2 .price table th {
    width: 50%;
  }
  .menu-renew2021 #area1-2 .price table th.head {
    width: 200px;
    padding: 10px 5px;
  }
  .menu-renew2021 #area1-2 .price table td {
    text-align: right;
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 #area1-3 .price table th {
    width: 50%;
  }
  .menu-renew2021 #area1-3 .price table th.head {
    width: 200px;
    padding: 10px 5px;
  }
  .menu-renew2021 #area1-3 .price table td {
    text-align: right;
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 .button-s {
    text-align: center;
  }
  .menu-renew2021 .button-s.line2 a {
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    padding-top: 5px;
  }
  .menu-renew2021 .menu-menu2-renew .indiba-mv {
    margin-bottom: 40px;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list {
    margin-bottom: 10px;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list + small {
    display: block;
    text-align: right;
    font-size: 10px;
    font-size: 1rem;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list ul li {
    padding-bottom: 0px;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list ul li article {
    padding: 15px 0px 15px;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list ul li article .data {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin-top: 0px;
    text-align: center;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list ul li article .data:before {
    display: none;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul li {
    position: relative;
  }
  .menu-renew2021 .menu-menu2-renew .area .box-list.col2 ul li small {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .menu-renew2021 .menu-menu2-renew .button-s {
    text-align: center;
    margin-top: 80px;
  }
  .menu-renew2021 .menu-menu2-renew .button-s a {
    width: 100%;
    text-align: center;
  }
  .menu-renew2021 #area2-2{
    margin-bottom: 80px;
  }
  .menu-renew2021 #price2{
    margin-top: -20px;
    padding-top: 20px;
  }
  .menu-renew2021 #shucyu-course{
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .menu-renew2021 #shucyu-course h4{
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .menu-renew2021 #shucyu-course .lead{
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .menu-renew2021 #shucyu-course .txt-center-wrap{
    text-align: center;
  }
  .menu-renew2021 #shucyu-course .price2{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    display: inline-block;
  }
  .menu-renew2021 #shucyu-course .price2 small{
    font-size: 60%;
  }
  .menu-renew2021 #shucyu-course .txt-list ul{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-renew2021 #shucyu-course .txt-list ul li{
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .menu-renew2021 #shucyu-course .box{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu-renew2021 #shucyu-course .box span{
    padding: 10px 30px;
    margin-bottom: 30px;
  }
  .menu-renew2021 #shucyu-course .pic-list{
    position: relative;
    padding-top: 20px;
  }
  .menu-renew2021 #shucyu-course .pic-list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .menu-renew2021 #shucyu-course .pic-list li{
    width: 47%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .menu-renew2021 #shucyu-course .pic-list li:first-child{
    margin-left: 0px;
  }
  .menu-renew2021 #shucyu-course .pic-list li img{
    width: 100%;
  }
  .menu-renew2021 #shucyu-course .pic-list li p{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .menu-renew2021 #shucyu-course .pic-list li:last-child{
    margin-bottom: 0px;
  }
}

/*------------------------
	facial
-------------------------*/
.pic-article.list {
  padding: 50px 60px 30px;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.pic-article.list .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.pic-article.list .article.mb0 {
  margin-bottom: 0px;
  border-bottom: 0px solid #ddd;
}

.pic-article.list .article .txt {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
}

.pic-article.list .article.no-img {
  display: block;
  width: 100%;
  padding-bottom: 25px;
}

.pic-article.list .article.no-img .txt {
  width: 100%;
  padding-right: 0px;
}

.pic-article.list .article.no-line {
  border-bottom: 0px solid #ddd;
  position: relative;
}

.pic-article.list .article.no-line:after {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  border-bottom: 1px dotted #ddd;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.pic-article.list .article .pic {
  width: 35%;
}

.pic-article.list .article .desc {
  margin-left: 40px;
}

.pic-article.list .article .tit {
  position: relative;
  padding-left: 40px;
}

.pic-article.list .article .tit small {
  display: block;
  font-size: 80%;
}

.pic-article.list .article .tit span {
  position: absolute;
  top: 0;
  left: 0;
}

.pic-article.g3.col4 .article.line .txt-area {
  position: relative;
}

.pic-article.g3.col4 .article.line .txt-area:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3%;
  border-left: 1px dashed #ccc;
}
.menu-facial .menu-top{
  margin: 40px auto 0;
  text-align: center;
}
.menu-facial .menu-top a{
  text-align: center;
  width: 420px;
} 
/*.pic-article.g3.col4 .article.pic-article-box{
	@include flexbox();
	justify-content: space-between;
	width: 49%;
	box-sizing: border-box;
	/*padding: 1.5%;
	background-color: #fafafa;
}
.pic-article.g3.col4 .article.pic-article-box .article{
	width: 49%;
}*/
@media screen and (max-width: 768px) {
  .pic-article.list {
    padding: 15px 3% 0;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .pic-article.list .article {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .pic-article.list .article.mb0 {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
  }
  .pic-article.list .article .txt {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0px;
  }
  .pic-article.list .article.no-img {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  .pic-article.list .article.no-line:after {
    width: calc(100% - 35px);
    left: 35px;
  }
  .pic-article.list .article .pic {
    width: calc(100% - 35px);
    margin-top: 10px;
    margin-left: 35px;
  }
  .pic-article.list .article .desc {
    margin-left: 35px;
  }
  .pic-article.list .article .tit {
    position: relative;
    padding-left: 35px;
  }
  .menu-facial .kinki{
    margin-top: 40px;
  }
  .menu-facial .menu-top{
    margin: 40px auto 0;
    text-align: center;
    width: 90%;
  }
  .menu-facial .menu-top a{
    text-align: center;
    width: 100%;
  } 
}
/*------------------------
	rebelle
-------------------------*/
.rebelle {
	position: relative
}
.rebelle .container .rebelle-logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100px;
	opacity: 0.7;
}
.rebelle-pic {
	width: 35%;
}
.rebbele-mechanism {
	margin-top: 20px;
}
.rebbele-mechanism .contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.rebbele-mechanism .contents div {
	width: 23.7%;
}
.menu-renew2021 .area .box-list ul li .data dl dt:before,
.menu-rebelle .area .box-list ul li .data dl dt:after {
  display: none;
}
.menu-renew2021 .menu-rebelle .area .box-list ul li .data dl {
	width: 100%;
	justify-content: center;
}
.menu-rebelle .sp-pic {
	display: none;
}
@media screen and (max-width: 768px) {
   .rebelle .container .rebelle-logo {
	top: 10px;
	right: 10px;
	width: 40px;
}
   .rebbele-mechanism .contents {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
   .rebbele-mechanism .contents div {
	width: 48%;
}
   .menu-rebelle .pc-pic {
	display: none;
}
	.menu-rebelle .sp-pic {
	display: block;
}
}
/*------------------------
	chiffon
-------------------------*/
.chiffon {
	position: relative
}
.chiffon .container .chiffon-logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100px;
	opacity: 0.7;
}
.chiffon-pic {
	width: 35%;
}
.chiffon-mechanism {
	margin-top: 20px;
}
.chiffon-mechanism .contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.chiffon-mechanism .contents div {
	width: 23.7%;
}
.menu-renew2021 .area .box-list ul li .data dl dt:before,
.menu-chiffon .area .box-list ul li .data dl dt:after {
  display: none;
}
.menu-renew2021 .menu-chiffon .area .box-list ul li .data dl {
	width: 100%;
	justify-content: center;
}
.menu-chiffon .sp-pic {
	display: none;
}
.chiffon-desc {
	margin-top: 20px;
}
.chiffon-desc p {
	position: relative;
	padding-left: 2rem;
}
.chiffon-desc span {
	position: absolute;
	top: 0;
	left: 0;
}
.chiffon-area small,
.reblle-area small {
  bottom: -48px!important;
}
@media screen and (max-width: 768px) {
   .chiffon .container .chiffon-logo {
	top: 10px;
	right: 10px;
	width: 40px;
}
   .chiffon-mechanism .contents {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
   .chiffon-mechanism .contents div {
	width: 48%;
}
   .menu-chiffon .pc-pic {
	display: none;
}
	.menu-chiffon .sp-pic {
	display: block;
}
	.menu-chiffon .pic-article p {
		font-size: 12px;
	}
	.chiffon-desc {
	margin-top: 0;
}
}

/*------------------------
	2023.05.20追加
-------------------------*/
.treat-menu .att {
  margin-top: -7px;
}

.treat-menu span.red {
  font-weight: 700;
  color: #d72236;
}

.treat-menu h3 {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  font-size: 28px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #ae8146;
}

@media screen and (max-width: 768px) {
  .treat-menu h3 {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.treat-menu h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(45deg, #ae8146 20%, #ceae84 80%);
}

@media screen and (max-width: 768px) {
  .treat-menu h3::before {
    width: 3px;
  }
}

.treat-menu h3 small {
  font-size: 70%;
}

@media screen and (max-width: 768px) {
  .treat-menu h3 small {
    font-size: 80%;
  }
}

.treat-menu .items {
  margin-top: 40px;
  margin-bottom: 60px;
}

.treat-menu .item {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .treat-menu .item {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.treat-menu .item .img {
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .treat-menu .item .img {
    max-width: 100%;
    margin-top: 15px;
    margin-right: 0px;
  }
}

.treat-menu .data dt{
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  width: 100px;
}

.treat-menu .data dt.time {
  background: rgb(64 80 112);
}

.treat-menu .data dt.price {
  background: #d72236;
}

.treat-menu .data dd,
.treat-menu .data dd {
  width: calc(99% - 100px);
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .treat-menu .data dd,
.treat-menu .data dd {
  width: 55%;
}
}

.treat-menu .item .step {
  margin:16px 0 20px;
}

.treat-menu .price-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  margin-top: 50px;
  margin-bottom: 60px;
}

.treat-menu .price-table tr {
  border: 1px solid #D9D9D9;
}

.treat-menu .price-table tbody tr th {
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  background-color: #fff8f0;
  border-right: 1px solid #D9D9D9;
  padding: 12px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .treat-menu .price-table tbody tr th {
    display: block;
    width: 100%;
    text-align: justify;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 10px;
  }
}
.treat-menu .price-table tbody tr td {
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
  background-color: #fff;
  padding: 12px 20px;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
}
.treat-menu .price-table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .treat-menu .price-table tbody tr td {
    display: block;
    border-right: none;
    border-bottom: 1px dotted #D9D9D9;
    padding: 8px 10px;
  }
  .treat-menu .price-table tbody tr td:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .price-items {
    font-size: 12px;
  }
}

.price-items .has-text-align-center {
  text-align: center;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .price-items .has-text-align-center {
    width: 21%;
  }
}

.price-items .list {
  width: 100%;
}

.price-items .list:last-of-type {
  margin-bottom: 50px;
}

.price-items .list tr:nth-child(2n+1) {
  background: #f0f0f0;
}

.price-items thead tr {
  background: #cecece!important;
}

.price-items .list td,
.price-items .list th {
  border: 1px solid #e4e4e4;
  vertical-align: middle;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .price-items .list td,
.price-items .list th {
  padding: 2px;
}
}

.price-items .sub-title2 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .price-items .sub-title2 {
    margin-top: 40px;
    margin-bottom: 14px;
  }
}

.price-items .sub-title3 {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  font-size: 28px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin-top: 40px;
  color: #ae8146;
}

@media screen and (max-width: 768px) {
  .price-items .sub-title3 {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.price-items .sub-title3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(45deg, #ae8146 20%, #ceae84 80%);
}

@media screen and (max-width: 768px) {
  .price-items .sub-title3::before {
    width: 3px;
  }
}

.price-items .sub-title3 small {
  font-size: 70%;
}

.price-items .sub-title4 {
  margin-top: 20px;
  font-size: 18px;
}

.price-items  .button-s {
  margin-top: 40px!important;
}

@media screen and (max-width: 768px) {
  .price-items  .button-s {
    margin-top: 14px!important;
  }
}

@media screen and (max-width: 768px) {
  .price-items  .button-s a {
    padding-top: 15px!important;
  }
}
/*# sourceMappingURL=style.css.map */

/* 20250404 */
.fixed_btn ul {
  position: fixed;
  right: 0;
  top: 50%;
}
.fixed_btn ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  background-color: #e2f7e1;
  padding: 15px;
  width: 110px;
  height: 110px;
  border-radius: 10px 0 0 10px;
}
.fixed_btn ul li.insta {
  background-color: #ffeed8;
}
.fixed_btn ul li img {
  width: 40px;
}
.fixed_btn ul li:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.fixed_btn span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    display: none;
  }
}

.top-mv-main2 p.s_txt {
  max-width: 490px;
  text-align: left;
  margin-top: 20px;
}
.nav_flex {
    display: flex;
    gap: 30px;
    justify-content: right;
}
@media screen and (max-width: 768px) {
  .top-mv-main2 p.s_txt {
  display: block;
  width: 85%;
  margin: 10px auto 0;
  white-space: pre-wrap;
  }
}
