@charset "UTF-8";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a:focus {
  outline: none;
  border: 0;
}

select:focus {
  outline: none;
  border: 0;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  color: #040000;
}

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

h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  h2, h3, h4, h5 {
    font-size: 1.8rem;
  }
}

dd, dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  dd, dt {
    font-size: 1.3rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-size: 1.25rem;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000100;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.8;
  color: #000100;
  text-decoration: none;
}
a:focus {
  outline: inherit;
  outline-offset: inherit;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  span {
    font-size: 1.3rem;
  }
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 1.3rem;
  }
}

input, select {
  vertical-align: middle;
}

textarea {
  width: 100%;
  padding: 5px;
}

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

li {
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

img.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: 1px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}

body {
  width: 100%;
  overflow-x: hidden;
}

main {
  padding-top: 79px;
}
@media screen and (min-width: 980px) {
  main {
    padding-top: 122px;
  }
}

@media screen and (min-width: 980px) {
  .md-hidden {
    display: none !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pa-5 {
  padding: 5px !important;
}

.content-width {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.font-small {
  font-size: 10px !important;
}

.text-center {
  text-align: center !important;
}

.content-width-slick {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

.page-sec {
  padding: 60px 0px;
}

.sec {
  padding: 100vh;
}

.mt-1 {
  margin-top: 10px !important;
}

.com-btn-black {
  width: 100%;
  max-width: 350px;
}
.com-btn-black a {
  display: block;
  padding: 15px 0px;
  padding-right: 30px;
  font-size: 14px;
  text-align: center;
  border: 1.5px solid #000;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.3em;
  position: relative;
}
.com-btn-black a:after {
  position: absolute;
  right: 8%;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url(../img/css/./img/css/arrow-right.png);
  width: 38.5px;
  height: 11px;
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 980px) {
  .com-btn-black a {
    padding: 20px 0px;
    padding-right: 15%;
    font-size: 16px;
  }
}

table th, table td {
  font-size: 16px;
  border: 1px solid #aaa;
  padding: 10px;
}

.relative {
  position: relative !important;
}

@media screen and (max-width: 599px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .hidden-md {
    display: none;
  }
}

.font-en {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
}

.submit-button {
  background-color: #0693e3 !important;
  color: #fff !important;
}

.com-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .com-title {
    margin-bottom: 35px;
  }
}
.com-title h1, .com-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 980px) {
  .com-title h1, .com-title h2 {
    font-size: 35px;
  }
}

.font-20 {
  font-size: 20px !important;
}

.font-bold {
  font-weight: bold !important;
}

.com-btn {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
.com-btn a {
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  text-align: center;
  border: 1.5px solid #000;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.3em;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .com-btn a {
    border-radius: 60px;
    padding: 20px 0px;
    font-size: 16px;
  }
}
.com-btn .target {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.com-btn .target img {
  display: block;
  margin-left: 5px;
}

.com-btn--black {
  width: 100%;
  max-width: 350px;
}
.com-btn--black a {
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  text-align: center;
  border: 1.5px solid #000;
  background-color: #000;
  border-radius: 60px;
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 980px) {
  .com-btn--black a {
    padding: 30px 0px;
    font-size: 16px;
  }
}

.sec-contact {
  margin-bottom: 60px;
  background: inherit !important;
  padding-top: 100px;
}
@media screen and (min-width: 980px) {
  .sec-contact {
    margin-bottom: 100px;
    padding-top: 140px;
  }
}
.sec-contact .sec-contact-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec-contact .sec-contact-title .sec-contact-title-txt {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .sec-contact .sec-contact-title .sec-contact-title-txt {
    margin-bottom: 0px;
  }
}
.sec-contact .sec-contact-title .sec-contact-title-txt .com-title {
  margin-bottom: 20px;
}
.sec-contact .sec-contact-title .sec-contact-title-txt p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .sec-contact .sec-contact-title .sec-contact-title-txt p {
    font-size: 16px;
  }
}

.googlemap {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 980px) {
  .googlemap {
    height: 350px;
  }
}

.breadcrumb {
  background-color: #fff;
  padding: 20px 0px;
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    padding: 50px 0px;
  }
}
.breadcrumb .breadcrumb-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb ul {
  display: flex;
  overflow-x: scroll;
  word-break: keep-all;
  justify-content: flex-end;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul li {
  line-height: 1;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .breadcrumb ul li a, .breadcrumb ul li span {
    font-size: 1.3rem;
  }
}
.breadcrumb ul li a {
  color: #c9c9c9;
}
.breadcrumb ul li a:after {
  color: #c9c9c9;
  content: ">";
  display: inline-block;
  margin: 0px 6px 0px 4px;
  line-height: 1.5;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination span, .pagination a {
  width: 40px;
  font-size: 1.5rem;
  background-color: #f0f0f0;
  color: #000;
  margin-right: 15px;
  padding: 7px 0px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.pagination span:last-child, .pagination a:last-child {
  margin-right: 0px;
}
.pagination .current {
  text-decoration: none;
  color: #010101;
}
.pagination .current::after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #010101;
  margin: 0 auto;
}
.pagination .next {
  display: none;
  /*
  background-image: url('./assets/img/icon/icon-page-next.png');
  background-size: 7px,13px;
  background-position: center;
  background-repeat: no-repeat;
  */
}
.pagination .prev {
  display: none;
  /*
  background-image: url('./assets/img/icon/icon-page-prev.png');
  background-size: 7px,13px;
  background-position: center;
  background-repeat: no-repeat;
  */
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 600px) {
  .d-none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .d-none-md {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .d-none-mobile {
    display: none !important;
  }
}

.input-cancel {
  background-color: #cf0010 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 2px 6px !important;
}

.input-finish {
  background-color: #00b344 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 2px 6px !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.text-decoration {
  text-decoration: underline !important;
}

.orderby-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.active svg {
  color: #cf0010;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.pagenation li {
  margin-right: 15px;
}
.pagenation li:last-child {
  margin-right: 0px;
}
.pagenation li span, .pagenation li a {
  font-size: 14px;
  color: #363636;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .pagenation li span, .pagenation li a {
    font-size: 19px;
  }
}
.pagenation li button {
  border: 1px solid #0693e3 !important;
  padding: 10px 15px;
}
.pagenation li .active {
  color: #0693e3;
  background-color: #fff;
  border: 1px solid #0693e3 !important;
}

.cate_name_1 {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 2px 6px;
}

.cate_name_2 {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 2px 6px;
}

.page-col {
  display: flex;
  flex-wrap: wrap;
}
.page-col .page-col-2-1 {
  width: 49%;
  margin-right: 2%;
}
.page-col .page-col-2-1:nth-child(2n) {
  margin-right: 0px;
}

.page section {
  background-color: #fff;
}
.page .sec01 {
  padding-bottom: 80px;
}
.page .page-desc {
  margin-bottom: 40px;
}
.page .page-desc h2 {
  margin-bottom: 30px;
}
.page .page-desc ul {
  margin-bottom: 60px;
}
.page .page-desc p {
  font-size: 16px;
  text-align: center;
  margin: 0px;
  line-height: 1.8;
}
.page .page-mov {
  width: 100%;
  height: 100vh;
  min-height: 70rem;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .page .page-mov {
    top: 50px;
  }
}
.page .page-mov .page-mov-wrap {
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.page .page-mov .page-mov-wrap .page-mov-wrap-visual {
  position: absolute;
  bottom: 0px;
  right: -5%;
  width: 85vw;
  height: 80%;
}
@media screen and (min-width: 980px) {
  .page .page-mov .page-mov-wrap .page-mov-wrap-visual {
    height: 100%;
    width: 100vw;
  }
}
.page .page-mov .page-mov-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 980px) {
  .page .page-mov .page-mov-wrap video {
    height: auto;
    min-height: 75rem;
  }
}
.page .page-mov .page-mov-wrap .top-mov-wrap-sum {
  position: absolute;
  bottom: 0px;
  display: none;
  right: -5%;
  width: 85vw;
  height: 80%;
}
@media screen and (min-width: 980px) {
  .page .page-mov .page-mov-wrap .top-mov-wrap-sum {
    height: 100%;
    width: 100vw;
  }
}
.page .page-mov .page-mov-wrap .top-mov-wrap-sum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 980px) {
  .page .page-mov .page-mov-wrap .top-mov-wrap-sum img {
    height: auto;
    min-height: 75rem;
  }
}
.page .page-visual-sub .page-visual-title h2 {
  color: #000;
  font-size: 18px !important;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.page .page-visual-sub .page-visual-title h1 {
  color: #000;
  font-size: 20px !important;
}
@media screen and (min-width: 980px) {
  .page .page-visual-sub .page-visual-title h1 {
    font-size: 30px !important;
  }
}
.page .page-visual {
  position: relative;
}
.page .page-visual .page-visual-img {
  width: 100%;
  height: 300px;
  background-color: #eee;
}
.page .page-visual .salon-slick {
  margin-bottom: 0px !important;
}
.page .page-visual .salon-slick div {
  font-size: 0px;
}
.page .page-visual .salon-slick img {
  width: 100%;
  height: auto;
  min-height: 350px;
  object-position: center;
  object-fit: cover;
  max-height: 750px;
}
@media screen and (min-width: 600px) {
  .page .page-visual .salon-slick img {
    min-height: 550px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-visual .salon-slick img {
    min-height: 650px;
    object-position: right;
    height: 700px;
  }
}
.page .page-visual .page-visual-title {
  position: absolute;
  left: 5%;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .page .page-visual .page-visual-title {
    left: 10%;
  }
}
.page .page-visual .page-visual-title h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.page .page-visual .page-visual-title h1 {
  color: #000;
  font-size: 40px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .page .page-visual .page-visual-title h1 {
    font-size: 65px;
  }
}
.page .page-visual .page-visual-txt {
  position: absolute;
  left: 5%;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .page .page-visual .page-visual-txt {
    left: 10%;
  }
}
.page .page-visual .page-visual-txt h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px #000;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.page .page-visual .page-visual-txt h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (min-width: 980px) {
  .page .page-visual .page-visual-txt h2 {
    font-size: 60px;
  }
}
.page .page-visual .page-visual-txt p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (min-width: 980px) {
  .page .page-visual .page-visual-txt p {
    font-size: 20px;
  }
}
.page .page-visual img {
  width: 100%;
  height: auto;
  min-height: 350px;
  object-position: center;
  object-fit: cover;
  max-height: 750px;
}
@media screen and (min-width: 600px) {
  .page .page-visual img {
    min-height: 550px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-visual img {
    min-height: 650px;
    object-position: right;
  }
}
.page .page-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .page .page-title {
    margin-bottom: 50px;
  }
}
.page .page-title h2, .page .page-title h1 {
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 980px) {
  .page .page-title h2, .page .page-title h1 {
    font-size: 4rem;
  }
}
.page .page-faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 980px) {
  .page .page-faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.page .page-faq .page-faq-wrap .face-faq-title {
  margin-bottom: 30px;
}
.page .page-faq .page-faq-wrap .face-faq-title h3 {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 980px) {
  .page .page-faq .page-faq-wrap .face-faq-title h3 {
    font-size: 36px;
  }
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl {
  background-color: #f0f0ed;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl:last-child {
  margin-bottom: 30px;
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t {
  font-size: 18px;
  position: relative;
  padding-right: 23px;
  padding-left: 8%;
  text-align: justify;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t {
    padding-right: 18%;
  }
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t:hover {
  cursor: pointer;
  opacity: 0.85;
}
@media screen and (max-width: 599px) {
  .page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t {
    font-size: 14px;
  }
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t::before {
  content: "Q";
  position: absolute;
  width: 16px;
  left: 3%;
  top: 30px;
  padding-right: 15px;
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t::after {
  content: "";
  display: inline-block;
  background-image: url(../img/css/./img/css/face_icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
}
@media screen and (min-width: 600px) {
  .page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-t::after {
    right: 25px;
  }
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .active::after {
  content: "";
  background-image: url(../img/css/./img/css/face_icon_minus.png);
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-d {
  font-size: 16px;
  letter-spacing: 0.2em;
  width: 100%;
  position: relative;
  margin: 0px 0px 25px 2px;
  padding: 0px 25% 25px 8%;
  display: none;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-d {
    font-size: 13px;
    padding-right: 15px;
  }
}
.page .page-faq .page-faq-wrap .page-faq-wrap-tex dl .faq-d::before {
  content: "A";
  position: absolute;
  left: 3%;
  width: 13px;
  padding-right: 15px;
}
.page .page-line {
  padding-bottom: 60px;
}
@media screen and (min-width: 980px) {
  .page .page-line {
    padding-bottom: 100px;
  }
}
.page .page-line .page-title {
  margin-bottom: 25px;
}
.page .page-line .page-title h2 {
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .page .page-line .page-title h2 {
    font-size: 30px;
  }
}
.page .page-line .line-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page .page-line .line-wrap {
    max-width: 660px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap {
    max-width: 100%;
  }
}
.page .page-line .line-wrap a {
  display: flex;
  flex-wrap: wrap;
}
.page .page-line .line-wrap a .line-wrap-logo {
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 40px 0px;
  display: none;
}
@media screen and (min-width: 600px) {
  .page .page-line .line-wrap a .line-wrap-logo {
    display: flex;
    width: 40%;
    padding: 20px 0px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-logo {
    padding: 0px;
  }
}
.page .page-line .line-wrap a .line-wrap-logo img {
  width: 100px;
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-logo img {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .page .page-line .line-wrap a .line-wrap-logo img {
    width: 200px;
  }
}
.page .page-line .line-wrap a .line-wrap-main {
  width: 100%;
  padding: 20px 20px;
  background-color: #06c755;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .page .page-line .line-wrap a .line-wrap-main {
    width: 60%;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page .page-line .line-wrap a .line-wrap-main {
    padding: 60px 60px;
  }
}
.page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt {
  width: calc(100% - 100px);
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt {
    padding-right: 0px;
    width: calc(100% - 150px);
  }
}
.page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt h3 {
    margin-bottom: 30px;
  }
}
.page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt h3 img {
  width: 95%;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt h3 img {
    width: 86%;
    max-width: 250px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt h3 img {
    width: 75%;
    max-width: 300px;
  }
}
.page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt p {
  margin: 0px;
  font-size: 10px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt p {
    font-size: 12px;
  }
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-txt p {
    font-size: 18px;
  }
}
.page .page-line .line-wrap a .line-wrap-main .line-wrap-main-img .line-wrap-main-img-qr {
  padding: 2px;
  background-color: #fff;
  width: 100px;
}
@media screen and (min-width: 980px) {
  .page .page-line .line-wrap a .line-wrap-main .line-wrap-main-img .line-wrap-main-img-qr {
    padding: 10px;
    width: 150px;
  }
}
.salon .sec-bnr {
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .salon .sec-bnr {
    padding: 30px 0px 0px;
  }
}
.salon .sec-bnr img {
  border: 1px solid #ccc;
}
.salon .sec-bnr ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.salon .sec-bnr ul li {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .salon .sec-bnr ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0px;
  }
  .salon .sec-bnr ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
.salon .salon-menu {
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu {
    margin-bottom: 60px;
  }
}
.salon .salon-menu .salon-menu-col {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding: 40px 0px 30px;
  align-items: flex-end;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col {
    align-items: baseline;
  }
}
.salon .salon-menu .salon-menu-col-title {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-title {
    width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .salon .salon-menu .salon-menu-col-title {
    width: 220px;
  }
}
.salon .salon-menu .salon-menu-col-title h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-title h3 {
    margin-bottom: 0px;
  }
}
.salon .salon-menu .salon-menu-col-name {
  margin-bottom: 10px;
  width: calc(100% - 110px);
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-name {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1200px) {
  .salon .salon-menu .salon-menu-col-name {
    width: calc(100% - 420px);
  }
}
.salon .salon-menu .salon-menu-col-name p {
  margin: 0px;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-name p {
    font-size: 20px;
  }
}
.salon .salon-menu .salon-menu-col-price {
  margin-bottom: 10px;
  width: 110px;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-price {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .salon .salon-menu .salon-menu-col-price {
    width: 200px;
  }
}
.salon .salon-menu .salon-menu-col-price p {
  text-align: right;
  margin: 0px;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .salon .salon-menu .salon-menu-col-price p {
    font-size: 20px;
  }
}
.salon .sec01 {
  padding-bottom: 80px;
  padding-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .salon .sec01 {
    padding-bottom: 190px;
    padding-top: 0px;
  }
}
.salon .sec02 {
  overflow-x: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .salon .sec02 {
    padding-bottom: 120px;
  }
}
.salon .sec02 .sec02-wrap .sec02-wrap-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-main {
    margin: 0 auto 80px;
  }
}
.salon .sec02 .sec02-wrap .sec02-wrap-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-main img {
    height: 450px;
  }
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-main img {
    height: 650px;
  }
}
.salon .sec02 .sec02-wrap .sec02-wrap-sub .sec02-wrap-sub-img {
  padding: 0px 5px;
}
@media screen and (min-width: 600px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-sub .sec02-wrap-sub-img {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-sub .sec02-wrap-sub-img {
    padding: 0px 20px;
  }
}
.salon .sec02 .sec02-wrap .sec02-wrap-sub img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .sec02-wrap-sub img {
    height: 130px;
  }
}
.salon .sec02 .sec02-wrap .slick-next {
  width: 25px;
  height: 25px;
  z-index: 9;
  right: 40px;
  left: inherit;
}
@media screen and (min-width: 1200px) {
  .salon .sec02 .sec02-wrap .slick-next {
    right: -70px;
  }
}
.salon .sec02 .sec02-wrap .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.salon .sec02 .sec02-wrap .slick-prev {
  width: 25px;
  height: 25px;
  z-index: 9;
  left: 40px;
}
@media screen and (min-width: 1200px) {
  .salon .sec02 .sec02-wrap .slick-prev {
    left: -70px;
  }
}
.salon .sec02 .sec02-wrap .slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.salon .sec02 .sec02-wrap .slick-dots {
  bottom: -25px;
  z-index: 8;
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .slick-dots {
    bottom: -50px;
  }
}
.salon .sec02 .sec02-wrap .slick-dots li {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .slick-dots li {
    width: 20px;
    height: 20px;
  }
}
.salon .sec02 .sec02-wrap .slick-dots button {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 0px !important;
  display: block;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 980px) {
  .salon .sec02 .sec02-wrap .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
.salon .sec02 .sec02-wrap .slick-dots button:before {
  display: none;
}
.salon .sec02 .sec02-wrap .slick-dots .slick-active button {
  background-color: #000;
}
.salon .sec03 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (min-width: 980px) {
  .salon .sec03 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.salon .sec03 .sec03-wrap-img {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .salon .sec03 .sec03-wrap-img {
    margin-bottom: 50px;
  }
}
.salon .sec03 .sec03-wrap-img:last-child {
  margin-bottom: 0px;
}
.salon .sec04 {
  padding-bottom: 80px;
}
.salon .sec04 .sec04-wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0px 15px;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .salon .sec04 .sec04-wrap {
    padding: 35px 0px 25px;
  }
}
.salon .sec04 .sec04-wrap li {
  width: 50%;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .salon .sec04 .sec04-wrap li {
    width: 33.333%;
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  .salon .sec04 .sec04-wrap li {
    font-size: 18px;
  }
}

input, textarea {
  background-color: #fff;
  margin-bottom: 0px !important;
  font-size: 16px;
}
input:focus, textarea:focus {
  box-shadow: inherit !important;
  border: 1px solid #0693e3 !important;
}

textarea {
  min-height: 100px;
}

select {
  margin: 0px !important;
  border-radius: 3px;
  padding: 0.5em;
  background-color: #fff;
  box-shadow: inherit;
  border: 1px solid #ccc !important;
}
@media screen and (max-width: 599px) {
  select {
    padding: 0.5em 10px !important;
  }
}

.submit-btn {
  background-color: #00b344 !important;
  margin: 0 auto;
}

.submit-btn--delete {
  background-color: #cf0010 !important;
  margin: 0 auto;
}

.input-small {
  width: 130px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .input-small {
    margin-right: 15px;
    width: 200px;
  }
}

.archive-detail__img__col input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none;
}
.archive-detail__img__col input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.archive-detail__img__col input[type=checkbox]:checked + label {
  border: 2px solid #0693e3;
}
@media screen and (min-width: 600px) {
  .archive-detail__img__col input[type=checkbox]:checked + label {
    border: 4px solid #0693e3;
  }
}
.archive-detail__img__col input[type=checkbox]:checked + label::before {
  display: block !important;
}

input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

.label-check {
  position: relative;
  padding-left: 20px;
}
.label-check .input-check {
  position: absolute;
  bottom: 50%;
  left: 5px;
  margin: 0px;
  transform: translateY(50%);
}

.archive-detail__img__col__label {
  border: 2px solid #fff;
  padding: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .archive-detail__img__col__label {
    padding: 5px;
    border: 4px solid #fff;
  }
}
.archive-detail__img__col__label:hover {
  cursor: pointer;
}
.archive-detail__img__col__label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  background-color: #0693e3;
  display: none;
  width: 25px;
  text-align: center;
}

input[type=submit] {
  background-color: #0693e3;
}

button {
  background-color: #0693e3;
  font-weight: normal;
}

input[type=radio]:focus {
  box-shadow: none;
  outline: none;
}

input:disabled {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  box-shadow: inherit !important;
}

select:disabled {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  box-shadow: inherit !important;
}

#wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
  margin-top: 10px !important;
}

.radio-label {
  margin-left: 0px !important;
  padding-left: 5px !important;
}

.manage select {
  padding: 5px !important;
}

.archive .archive-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive .archive-wrap .archive-wrap-col {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}
.archive .archive-wrap .archive-wrap-col:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 600px) {
  .archive .archive-wrap .archive-wrap-col {
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 4.666%;
  }
  .archive .archive-wrap .archive-wrap-col:nth-child(2n) {
    margin-right: 2.666%;
  }
  .archive .archive-wrap .archive-wrap-col:nth-child(4n) {
    margin-right: 0px;
  }
}
.archive .archive-wrap .archive-wrap-col__img {
  margin-bottom: 10px;
}
.archive .archive-wrap .archive-wrap-col time {
  font-size: 1.1rem;
  color: #aaa;
  display: block;
  margin-bottom: 5px;
}
.archive .archive-wrap .archive-wrap-col h2 {
  font-size: 16px;
}

.single .article {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single .article .article-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .single .article .article-wrap {
    width: calc(100% - 340px);
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .single .article .article-wrap {
    width: calc(100% - 360px);
  }
}
.single .article .article-wrap .article-wrap__img {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single .article .article-wrap .article-wrap__img img {
  width: auto;
  max-height: 500px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.single .article .article-wrap .article-wrap__img .article-wrap__img__bg {
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single .article .article-wrap .article-wrap__txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
}
.single .article .article-wrap .article-wrap__txt time {
  font-size: 1.2rem;
  color: #777;
  display: block;
  margin-bottom: 15px;
}
.single .article .article-wrap .article-wrap__txt h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt {
    font-size: 1.3rem;
  }
}
.single .article .article-wrap .article-wrap__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt p {
    font-size: 1.3rem;
  }
}
.single .article .article-wrap .article-wrap__txt strong {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt strong {
    font-size: 1.3rem;
  }
}
.single .article .article-wrap .article-wrap__txt img {
  width: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single .article .article-wrap .article-wrap__txt h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: none;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.single .article .article-wrap .article-wrap__txt h3,
.single .article .article-wrap .article-wrap__txt h4,
.single .article .article-wrap .article-wrap__txt h5 {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt h3,
  .single .article .article-wrap .article-wrap__txt h4,
  .single .article .article-wrap .article-wrap__txt h5 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.single .article .article-wrap .article-wrap__txt h4 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt h4 {
    font-size: 18px;
  }
}
.single .article .article-wrap .article-wrap__txt h5 {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt h5 {
    font-size: 17px;
  }
}
.single .article .article-wrap .article-wrap__txt figure {
  font-size: 16px;
}
.single .article .article-wrap .article-wrap__txt table {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table {
    margin-bottom: 30px;
  }
}
.single .article .article-wrap .article-wrap__txt table tr {
  display: flex;
}
.single .article .article-wrap .article-wrap__txt table th {
  font-size: 16px;
  width: 200px;
  border-bottom: 1px solid #93b4c5;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table th {
    width: 160px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table th {
    width: 140px;
  }
}
.single .article .article-wrap .article-wrap__txt table td {
  font-size: 16px;
  width: calc(100% - 200px);
  border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table td {
    width: calc(100% - 160px);
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table td {
    width: calc(100% - 140px);
  }
}
.single .article .article-wrap .article-wrap__txt table td a {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table td a {
    font-size: 13px;
  }
}
.single .article .article-wrap .article-wrap__txt table th,
.single .article .article-wrap .article-wrap__txt table td {
  display: block;
  padding: 20px;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap .article-wrap__txt table th,
  .single .article .article-wrap .article-wrap__txt table td {
    padding: 15px 10px;
  }
}
.single .article .article-wrap-side {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .single .article .article-wrap-side {
    width: 300px;
  }
}
.single .article .article-wrap-side .article-wrap-side-bnr {
  width: 100%;
  margin-bottom: 15px;
}
.single .article .article-wrap-side .article-wrap-side-bnr img {
  border: 1px solid #ccc;
}
.single .article .article-wrap-side .article-wrap-side-wrap {
  position: sticky;
  top: 140px;
}
.single .article .article-wrap-side .side-wrap-col {
  margin-bottom: 15px;
}
.single .article .article-wrap-side .side-wrap-col a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single .article .article-wrap-side .side-wrap-col a .side-wrap-col-img {
  width: 80px;
}
@media screen and (min-width: 980px) {
  .single .article .article-wrap-side .side-wrap-col a .side-wrap-col-img {
    width: 100px;
  }
}
.single .article .article-wrap-side .side-wrap-col a .side-wrap-col-txt {
  padding-left: 15px;
  width: calc(100% - 80px);
  padding-left: 8px;
}
@media screen and (min-width: 980px) {
  .single .article .article-wrap-side .side-wrap-col a .side-wrap-col-txt {
    width: calc(100% - 100px);
  }
}
.single .article .article-wrap-side .side-wrap-col a .side-wrap-col-txt time {
  font-size: 1rem;
  color: #777;
  display: block;
  margin-bottom: 5px;
}
.single .article .article-wrap-side .side-wrap-col a .side-wrap-col-txt h3 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .single .article .article-wrap-side .side-wrap-col a .side-wrap-col-txt h3 {
    font-size: 14px;
  }
}

.contact .contact-wrap dl {
  display: flex;
  flex-wrap: wrap;
}
.contact .contact-wrap dl dt {
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .contact .contact-wrap dl dt {
    line-height: 2.6;
    margin-bottom: 10px;
    width: 200px;
    font-size: 15px;
  }
}
.contact .contact-wrap dl dd {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .contact .contact-wrap dl dd {
    font-size: 15px;
    width: calc(100% - 200px);
  }
}
.contact .contact-submit {
  width: 100%;
  margin-top: 30px;
}
.contact .contact-submit p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.contact .wpcf7-submit {
  width: 48%;
  max-width: 202px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 13px 0px;
}
.contact .wpcf7-spinner {
  width: 100% !important;
  background-color: inherit;
}
.contact .wpcf7-spinner:before {
  z-index: 2;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  top: inherit;
  left: inherit;
}
.contact .wpcf7-spinner:after {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  display: block;
  content: "";
  background-color: #454545;
  border-radius: 50%;
}

input[type=checkbox] {
  width: auto;
  display: none;
}

input[type=date] {
  height: 41px;
}

.wpcf7-checkbox .first {
  margin-left: 0px;
}
@media screen and (min-width: 600px) {
  .wpcf7-checkbox .first {
    margin-left: 1em;
  }
}

.wpcf7-list-item {
  margin-left: 4px !important;
}

p {
  margin: 0px;
}

label {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 22px;
  margin-right: 10px;
  line-height: 2.14;
}
@media screen and (min-width: 600px) {
  label {
    line-height: 2.14;
    margin-right: 5px;
  }
}
@media screen and (min-width: 600px) {
  label {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 18px;
  }
}
label .wpcf7-list-item-label {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  label .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
label .wpcf7-list-item-label:before {
  background: #fff;
  border: 1px solid #333333;
  content: "";
  display: block;
  height: 16px;
  left: -22px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 16px;
  border-radius: 3px;
}
@media screen and (min-width: 600px) {
  label .wpcf7-list-item-label:before {
    left: -20px;
  }
}
label .wpcf7-list-item-label:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  left: -14px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
  width: 4px;
}
@media screen and (min-width: 600px) {
  label .wpcf7-list-item-label:after {
    left: -12px;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #333;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}

.wpcf7-spinner {
  display: block;
  margin: 15px auto 0px;
}

input:focus {
  outline: inherit !important;
  outline-offset: inherit !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 15px;
  outline: 0;
  font-size: 1.6rem;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border-radius: 3px;
  margin: 0px;
  cursor: pointer;
  position: relative;
  border: 1px solid #787878;
  color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
}
select option {
  color: #000;
}

.select-label {
  position: relative;
  padding: 0px !important;
  margin: 0px;
  width: 100%;
}
.select-label:before {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #000;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.select-label:after {
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  pointer-events: none;
  z-index: 2;
}

.contact .thnks-desc {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .contact .thnks-desc {
    margin-bottom: 20px;
  }
}
.contact .contact-desc p {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .contact .contact-desc p {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) {
  .contact .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
.contact .div.wpcf7-mail-sent-ok {
  border: 2px solid #707070;
}
.contact .wpcf7-form-control-wrap {
  display: block;
}
.contact .wpcf7-not-valid-tip {
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  margin: 5px 0px;
}
.contact input {
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  box-shadow: inherit;
  margin-bottom: 0px;
}
@media screen and (min-width: 600px) {
  .contact input {
    padding: 10px 10px;
  }
}
.contact input:focus {
  outline: none;
  border: 1px solid #0966ad;
  box-shadow: none;
}
.contact textarea {
  height: 250px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 14px 15px;
  margin-bottom: 0px;
  font-size: 16px;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #0966ad;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  .contact textarea {
    height: 200px;
    font-size: 16px;
    padding: 14px 15px;
  }
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #0966ad;
}
.contact input {
  margin-bottom: 0px;
}
@media screen and (min-width: 600px) {
  .contact input {
    font-size: 16px;
  }
}

.remover .content-width {
  max-width: 750px;
}
.remover img {
  width: 100%;
}
.remover .font-hira {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
}
.remover .remover-content {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .v2_remover-content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .remover-btn {
  margin-top: 8px;
}
.remover .remover-btn a {
  display: block;
  text-align: center;
}
.remover .remover-btn a img {
  width: 234px;
}
@media screen and (min-width: 980px) {
  .remover .remover-btn a img {
    width: 400px;
  }
}
.remover .remover-title-blue {
  background-color: #50aaff;
  padding: 30px 0px 30px;
  position: relative;
  margin-bottom: 0px;
}
.remover .remover-title-blue:after {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-black.png);
  width: 70px;
  height: 48px;
  position: absolute;
  top: -34px;
  right: 50%;
  transform: translateX(50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.remover .remover-title-blue h2 {
  text-align: center;
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .remover .remover-title-blue h2 {
    font-size: 30px;
  }
}
.remover .remover-title-blue h2 span {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  color: #50aaff;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .remover .remover-title-blue h2 span {
    font-size: 30px;
  }
}
.remover .remover-title-blue--none {
  background-color: #50aaff;
  padding: 30px 0px 30px;
  position: relative;
  margin-bottom: 0px;
}
.remover .remover-title-blue--none h2 {
  text-align: center;
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .remover .remover-title-blue--none h2 {
    font-size: 40px;
  }
}
.remover .remover-title-blue--none h2 span {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  color: #50aaff;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .remover .remover-title-blue--none h2 span {
    font-size: 40px;
  }
}
.remover .remover-title {
  background-color: #000;
  padding: 30px 0px 40px;
  position: relative;
  margin-bottom: 50px;
}
.remover .remover-title:after {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-blue.png);
  width: 70px;
  height: 48px;
  position: absolute;
  bottom: -28px;
  right: 50%;
  transform: translateX(50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.remover .remover-title h2 {
  text-align: center;
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .remover .remover-title h2 {
    font-size: 40px;
  }
}
.remover .remover-title h2 span {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  color: #50aaff;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .remover .remover-title h2 span {
    font-size: 40px;
  }
}
.remover .v2_remover-title {
  background-color: #000;
  padding: 30px 0px 40px;
  position: relative;
  margin-bottom: 50px;
}
.remover .v2_remover-title:after {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-blue.png);
  width: 70px;
  height: 48px;
  position: absolute;
  bottom: -28px;
  right: 50%;
  transform: translateX(50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.remover .v2_remover-title h2 {
  text-align: center;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .remover .v2_remover-title h2 {
    font-size: 30px;
  }
}
.remover .v2_remover-title h2 span {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
  color: #50aaff;
  font-weight: normal;
  font-size: 35px;
}
@media screen and (min-width: 980px) {
  .remover .v2_remover-title h2 span {
    font-size: 60px;
  }
}
.remover .header-remover {
  padding: 20px 0px;
}
@media screen and (min-width: 980px) {
  .remover .header-remover .header-remover-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.remover .header-remover .header-remover-wrap p {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .remover .header-remover .header-remover-wrap p {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.remover .header-remover .header-remover-wrap-btn a {
  display: block;
  text-align: center;
}
.remover .header-remover .header-remover-wrap-btn a img {
  width: 234px;
}
@media screen and (min-width: 980px) {
  .remover .header-remover .header-remover-wrap-btn a img {
    width: 250px;
  }
}
.remover .remover-main {
  padding: 0px;
}
.remover .remover-visual {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .remover-attention {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .remover-attention p {
  margin: 0px;
  padding: 10px 40px;
  font-size: 10px;
}
@media screen and (min-width: 980px) {
  .remover .remover-attention p {
    font-size: 13px;
  }
}
.remover .remover-company {
  display: flex;
  border: 1px solid #333;
  width: 90%;
  max-width: 750px;
  margin: 0px auto 0px;
  padding: 15px 10px;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .remover .remover-company {
    padding: 20px 40px;
  }
}
.remover .remover-company .remover-company-logo {
  width: 80px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-logo {
    width: 180px;
  }
}
@media screen and (min-width: 980px) {
  .remover .remover-company .remover-company-logo {
    width: 250px;
  }
}
.remover .remover-company .remover-company-logo img {
  width: 60px;
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-logo img {
    width: 100px;
  }
}
.remover .remover-company .remover-company-txt {
  width: calc(100% - 80px);
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-txt {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 980px) {
  .remover .remover-company .remover-company-txt {
    width: calc(100% - 250px);
  }
}
.remover .remover-company .remover-company-txt h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-txt h2 {
    font-size: 24px;
  }
}
.remover .remover-company .remover-company-txt p {
  font-size: 11px;
  margin: 0px;
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-txt p {
    font-size: 16px;
  }
}
.remover .remover-company .remover-company-txt p a {
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .remover .remover-company .remover-company-txt p a {
    font-size: 16px;
  }
}
.remover .sec01 {
  padding: 25px 0px;
}
.remover .sec01 .sec01-wrap {
  margin-bottom: 20px;
}
.remover .sec01 .sec01-wrap .sec01-wrap-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .sec01-wrap .sec01-wrap-img {
    margin-bottom: 40px;
  }
}
.remover .sec01 .sec01-wrap .sec01-wrap-img:first-child {
  width: 95%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .sec01-wrap .sec01-wrap-img:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
}
.remover .sec01 .v2_sec01-wrap-2 {
  padding: 0px 5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .v2_sec01-wrap-2 {
    padding: 0px 10%;
  }
}
.remover .sec01 .v2_sec01-wrap-3 .v2_sec01-wrap-3-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .v2_sec01-wrap-3 .v2_sec01-wrap-3-title {
    margin-bottom: 60px;
  }
}
.remover .sec01 .v2_sec01-wrap-3 ul {
  padding: 0px 5%;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .v2_sec01-wrap-3 ul {
    padding: 0px 10%;
  }
}
.remover .sec01 .v2_sec01-wrap-3 li {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .remover .sec01 .v2_sec01-wrap-3 li {
    margin-bottom: 60px;
  }
}
.remover .sec02 .v2_sec02-title {
  margin-bottom: 30px;
}
.remover .sec02 .sec02-machine {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-machine {
    margin-bottom: 40px;
  }
}
.remover .sec02 .sec02-machine img {
  width: 267px;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-machine img {
    width: 320px;
  }
}
.remover .sec02 .sec02-feature {
  width: 95%;
  max-width: 750px;
  margin: 0 auto 30px;
  position: relative;
  padding: 15px 0px;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-feature {
    padding: 35px 0px;
  }
}
.remover .sec02 .v2_sec02-feature-2 {
  margin-bottom: 80px;
}
.remover .sec02 .v2_sec02-feature-2 ul li {
  margin-bottom: 40px;
}
.remover .sec02 .v2_sec02-feature-2 ul li:last-child {
  margin-bottom: 0px;
}
.remover .sec02 .v2_sec02-feature-3 {
  margin-bottom: 60px;
}
.remover .sec02 .sec02-featureb-bg {
  height: 100%;
  position: absolute;
  left: 5%;
  margin: 0 auto;
  top: 0px;
  background-color: #e6f0fa;
  z-index: -1;
}
.remover .sec02 .sec02-feature-title {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-feature-title {
    margin-bottom: 35px;
  }
}
.remover .sec02 .sec02-feature-title img {
  width: 220px;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-feature-title img {
    width: 440px;
  }
}
.remover .sec02 .sec02-feature-img img {
  width: 100%;
}
.remover .sec02 .sec02-feature-btn {
  width: 234px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .remover .sec02 .sec02-feature-btn {
    width: 400px;
  }
}
.remover .sec03 {
  margin-bottom: 40px;
}
.remover .sec03 .sec03-visual {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .remover .sec03 .sec03-visual {
    margin-bottom: 60px;
  }
}
.remover .sec03 .sec03-visual .sec03-visual-btn {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 30px;
}
.remover .sec03 .sec03-visual .sec03-visual-btn a {
  display: block;
  width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .remover .sec03 .sec03-visual .sec03-visual-btn a {
    width: 400px;
  }
}
.remover .sec03 .sec03-remover-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0px 5%;
}
@media screen and (min-width: 980px) {
  .remover .sec03 .sec03-remover-wrap {
    padding: 0px 10%;
  }
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-title h2 {
  margin-bottom: 15px;
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-title h2 img {
  width: 90px;
}
@media screen and (min-width: 980px) {
  .remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-title h2 img {
    width: 180px;
  }
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-title span img {
  width: 70px;
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-col {
  width: 100%;
  margin-bottom: 30px;
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-icon {
  text-align: center;
  width: 100%;
}
.remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-icon img {
  width: 230px;
}
@media screen and (min-width: 980px) {
  .remover .sec03 .sec03-remover-wrap .sec03-remover-wrap-icon img {
    width: 300px;
  }
}
.remover .sec03 .sec02-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 20px;
}
.remover .sec03 .sec02-wrap .sec02-wrap-item {
  text-align: left;
  margin-bottom: 15px;
}
.remover .sec03 .sec02-wrap .sec02-wrap-item:nth-child(2n) {
  text-align: right;
}
.remover .sec03 .sec02-wrap .sec02-wrap-item img {
  width: 80%;
}
.remover .sec03 .v2_sec03-2 {
  margin-bottom: 40px;
}
.remover .sec03 .v2_sec03-3 {
  margin-bottom: 40px;
}
.remover .sec04 .sec04-visual {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-visual {
    margin-bottom: 60px;
  }
}
.remover .sec04 .sec04-wrap {
  margin-bottom: 40px;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col {
  margin-bottom: 60px;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-title h3 {
  text-align: center;
  margin-bottom: 20px;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-title h3 img {
  width: 140px;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-title h3 img {
    width: 280px;
  }
}
.remover .sec04 .sec04-wrap .sec04-wrap-col p {
  text-align: center;
  line-height: 1.45;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-wrap .sec04-wrap-col p {
    font-size: 36px;
  }
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-01 {
  text-align: center;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-01 img {
  width: 194px;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-01 img {
    width: 390px;
  }
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-02 {
  text-align: center;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-02 img {
  width: 95%;
  max-width: 500px;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-03 {
  text-align: center;
  margin-bottom: 15px;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .sec04-wrap-col-img-03 img {
  width: 95%;
}
.remover .sec04 .sec04-wrap .sec04-wrap-col .attention {
  font-size: 10px;
  text-align: left;
}
.remover .sec04 .sec04-container {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-container {
    margin-bottom: 50px;
  }
}
.remover .sec04 .sec04-container .sec04-container-txt {
  width: 100%;
  margin-bottom: 15px;
}
.remover .sec04 .sec04-container .sec04-container-txt p {
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-container .sec04-container-txt p {
    font-size: 28px;
  }
}
.remover .sec04 .sec04-container .sec04-container-txt p span {
  font-size: 14px;
  color: #50aaff;
}
@media screen and (min-width: 980px) {
  .remover .sec04 .sec04-container .sec04-container-txt p span {
    font-size: 28px;
  }
}
.remover .sec04 .sec04-container .sec04-container-img {
  width: 100%;
}
.remover .sec04 .sec04-img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .sec04 .sec04-img .sec04-img-item {
  text-align: left;
  margin-bottom: 20px;
}
.remover .sec04 .sec04-img .sec04-img-item img {
  width: 85%;
}
.remover .sec04 .sec04-img .sec04-img-item:nth-child(2n) {
  text-align: right;
}
.remover .sec05 {
  margin-bottom: 60px;
}
.remover .sec05 .sec05-visual {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-visual {
    margin: 50px auto;
  }
}
.remover .sec05 .sec05-wrap .sec05-wrap-col {
  margin-bottom: 40px;
}
.remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-title h3 {
  text-align: center;
  margin-bottom: 20px;
}
.remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-title h3 img {
  width: 140px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-title h3 img {
    width: 280px;
  }
}
.remover .sec05 .sec05-wrap .sec05-wrap-col p {
  text-align: center;
  line-height: 1.45;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-wrap .sec05-wrap-col p {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-col-img-01 {
  text-align: center;
}
.remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-col-img-01 img {
  width: 240px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-wrap .sec05-wrap-col .sec05-wrap-col-img-01 img {
    width: 480px;
  }
}
.remover .sec05 .sec05-wrap .sec05-wrap-col .attention {
  font-size: 10px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-wrap .sec05-wrap-col .attention {
    font-size: 16px;
  }
}
.remover .sec05 .sec05-bnr {
  margin-bottom: 60px;
}
.remover .sec05 .sec05-desc {
  font-size: 14px;
  margin: 15px 0px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-desc {
    margin: 30px 0px;
    font-size: 28px;
  }
}
.remover .sec05 .sec05-desc span {
  font-size: 14px;
  color: #50aaff;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-desc span {
    font-size: 28px;
  }
}
.remover .sec05 .sec05-vio {
  background-color: #e6f0fa;
  padding: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-vio {
    padding: 40px 40px;
  }
}
.remover .sec05 .sec05-vio .sec05-vio-desc {
  margin-bottom: 20px;
}
.remover .sec05 .sec05-vio .sec05-vio-desc h2 {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-vio .sec05-vio-desc h2 {
    font-size: 40px;
  }
}
.remover .sec05 .sec05-vio .sec05-vio-desc h2:after {
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-blue.png);
  width: 70px;
  height: 48px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.remover .sec05 .sec05-vio .sec05-vio-desc p {
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-vio .sec05-vio-desc p {
    font-size: 20px;
  }
}
.remover .sec05 .sec05-vio .sec05-vio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col {
  margin-bottom: 25px;
}
.remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col:last-child {
  margin-bottom: 0px;
}
.remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col img {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col img {
    margin-bottom: 25px;
  }
}
.remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col p {
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .remover .sec05 .sec05-vio .sec05-vio-wrap .sec05-vio-wrap-col p {
    font-size: 20px;
  }
}
.remover .sec06 {
  margin-bottom: 40px;
}
.remover .sec06 .sec06-machine {
  text-align: center;
}
.remover .sec06 .sec06-machine img {
  width: 75%;
  max-width: 500px;
}
.remover .sec06 .sec06-img {
  margin-top: 20px;
}
.remover .sec07 {
  margin-bottom: 0px;
}
.remover .sec07 .sec07-wrap {
  margin-bottom: 55px;
}
.remover .sec07 .sec07-wrap .sec07-wrap-col {
  border-top: 1px solid #000000;
}
.remover .sec07 .sec07-wrap .sec07-wrap-col:last-child {
  border-bottom: 1px solid #000000;
}
.remover .sec07 .sec07-wrap h2 {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec07 .sec07-wrap h2 {
    font-size: 24px;
  }
}
.remover .sec07 .sec07-wrap h2 span {
  font-size: 14px;
  color: #50aaff;
}
@media screen and (min-width: 980px) {
  .remover .sec07 .sec07-wrap h2 span {
    font-size: 24px;
  }
}
.remover .sec07 .sec07-wrap .sec07-wrap-img {
  margin-bottom: 20px;
}
.remover .sec07 .sec07-wrap h3 {
  color: #50aaff;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec07 .sec07-wrap h3 {
    font-size: 24px;
  }
}
.remover .sec07 .sec07-wrap p {
  font-size: 14px;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec07 .sec07-wrap p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.remover .sec08 {
  margin-bottom: 40px;
}
.remover .sec08 .sec08-desc {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.remover .sec08 .sec08-desc p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #50aaff;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .remover .sec08 .sec08-desc p {
    font-size: 24px;
  }
}
.remover .sec08 h2 {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec08 h2 {
    font-size: 28px;
  }
}
.remover .sec08 h2 span {
  font-size: 14px;
  color: #50aaff;
}
@media screen and (min-width: 980px) {
  .remover .sec08 h2 span {
    font-size: 28px;
  }
}
.remover .sec08 .sec08-img {
  margin-bottom: 10px;
}
.remover .sec09 .sec09-visual {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .sec09 .sec09-visual .sec09-visual-title {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-visual .sec09-visual-title {
    width: 70%;
    left: 15%;
  }
}
.remover .sec09 .sec09-desc {
  padding: 50px 0px;
}
.remover .sec09 .sec09-desc p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-desc p {
    font-size: 22px;
    line-height: 1.8;
  }
}
.remover .sec09 .sec09-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 5%;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-wrap {
    padding: 0px 10%;
  }
}
.remover .sec09 .sec09-wrap .sec09-wrap-col {
  width: 100%;
  background-color: #e6f0fa;
  padding: 20px 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-wrap .sec09-wrap-col {
    padding: 40px 60px;
  }
}
.remover .sec09 .sec09-wrap .sec09-wrap-col h3 {
  text-align: center;
  margin-bottom: 30px;
}
.remover .sec09 .sec09-wrap .sec09-wrap-col h3 img {
  width: 225px;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-wrap .sec09-wrap-col h3 img {
    width: 400px;
  }
}
.remover .sec09 .sec09-wrap .sec09-wrap-col .sec09-wrap-col__img {
  text-align: center;
  margin-bottom: 20px;
}
.remover .sec09 .sec09-wrap .sec09-wrap-col .sec09-wrap-col__img img {
  width: 143px;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-wrap .sec09-wrap-col .sec09-wrap-col__img img {
    width: 300px;
  }
}
.remover .sec09 .sec09-wrap .sec09-wrap-col:last-child h3 img {
  width: 180px;
}
@media screen and (min-width: 980px) {
  .remover .sec09 .sec09-wrap .sec09-wrap-col:last-child h3 img {
    width: 340px;
  }
}
.remover .sec09 .sec09-img {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.remover .sec09 .sec09-img .sec09-img-item {
  width: 25%;
}
.remover .sec10 .sec10-wrap {
  background-color: #1eb4c8;
  padding: 10px 0px;
}
@media screen and (min-width: 980px) {
  .remover .sec10 .sec10-wrap {
    padding: 20px 0px;
  }
}
.remover .sec10 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.remover .sec10 h2 img {
  width: 106px;
}
@media screen and (min-width: 980px) {
  .remover .sec10 h2 img {
    width: 196px;
  }
}
.remover .sec10 p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .remover .sec10 p {
    font-size: 20px;
  }
}
.remover .sec10 p a {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .remover .sec10 p a {
    font-size: 20px;
  }
}
.remover .sec11 {
  padding: 20px 0px 0px;
}
.remover .sec11 ul {
  margin-bottom: 20px;
}
.remover .sec11 ul li {
  margin-bottom: 15px;
}
.remover .sec11 ul li:last-child {
  margin-bottom: 0px;
}
.remover .sec11 .sec11-map {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 980px) {
  .remover .sec11 .sec11-map {
    height: 400px;
  }
}
.remover .sec11 .sec11-map iframe {
  width: 100%;
  height: 100%;
}
.remover .fixed-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 50;
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.remover .fixed-link .fixed-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.remover .fixed-link .fixed-link-wrap p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  margin-right: 10px;
}
@media screen and (min-width: 980px) {
  .remover .fixed-link .fixed-link-wrap p {
    font-size: 16px;
  }
}
.remover .fixed-link .fixed-link-wrap-btn a {
  display: block;
  text-align: center;
}
.remover .fixed-link .fixed-link-wrap-btn a img {
  width: 164px;
}
@media screen and (min-width: 980px) {
  .remover .fixed-link .fixed-link-wrap-btn a img {
    width: 240px;
  }
}
.remover .fixed-link--active {
  transform: translateY(0%) !important;
}

.mens-2-1 .mens-2-1-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.mens-2-1 .mens-2-1-wrap:last-child {
  margin-bottom: 0px;
}
.mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-img {
    margin-bottom: 0px;
    width: 50%;
  }
}
.mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-img img {
  width: 100%;
}
.mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt {
    width: 50%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt {
    padding-left: 50px;
  }
}
.mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt h3 {
  font-size: 17px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .mens-2-1 .mens-2-1-wrap .mens-2-1-wrap-txt p {
    font-size: 19px;
  }
}

.mens .sec01 {
  margin-bottom: 0px;
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens .sec01 {
    padding-bottom: 160px;
  }
}
.mens .sec01 .sec01-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mens .sec01 .sec01-wrap .sec01-wrap-title {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mens .sec01 .sec01-wrap .sec01-wrap-title {
    width: 50%;
  }
}
.mens .sec01 .sec01-wrap .sec01-wrap-title h2 {
  font-size: 35px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  line-height: 1.55;
}
@media screen and (min-width: 980px) {
  .mens .sec01 .sec01-wrap .sec01-wrap-title h2 {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 60px;
  }
}
.mens .sec01 .sec01-wrap .sec01-wrap-txt {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens .sec01 .sec01-wrap .sec01-wrap-txt {
    width: 50%;
  }
}
.mens .sec01 .sec01-wrap .sec01-wrap-txt p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .mens .sec01 .sec01-wrap .sec01-wrap-txt p {
    font-size: 20px;
  }
}
.mens .sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens .sec02 {
    padding-bottom: 120px;
  }
}
.mens .sec02 h2 {
  letter-spacing: 0.15em;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens .sec02 h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
.mens .sec03 {
  padding: 80px 0px;
  background-color: #f0f0ed;
}
@media screen and (min-width: 980px) {
  .mens .sec03 {
    padding: 120px 0px;
  }
}
.mens .sec03 .sec03-title {
  position: relative;
  margin-bottom: 20px;
}
.mens .sec03 .sec03-title h2 {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-title h2 {
    font-size: 40px;
  }
}
.mens .sec03 .sec03-title span {
  font-size: 11.5px;
  display: inline-block;
  margin-top: 9px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-title span {
    margin-top: 0px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.mens .sec03 .sec03-desc p {
  font-size: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-desc p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.mens .sec03 .sec03-figure {
  max-width: 400px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 600px) {
  .mens .sec03 .sec03-figure {
    max-width: 100%;
  }
}
.mens .sec03 .sec03-container .sec03-container-title {
  position: relative;
}
.mens .sec03 .sec03-container .sec03-container-title h3 {
  background-color: #b4aa96;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container .sec03-container-title h3 {
    padding: 25px 0px;
    font-size: 24px;
  }
}
.mens .sec03 .sec03-container .sec03-container-title span {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%) scale(0.8);
  right: 0px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container .sec03-container-title span {
    transform: translateY(50%) scale(1);
    right: 15px;
    font-size: 14px;
  }
}
.mens .sec03 .sec03-container .sec03-container-wrap {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container .sec03-container-wrap {
    padding: 40px 40px;
  }
}
.mens .sec03 .sec03-container table tr:first-child td,
.mens .sec03 .sec03-container table tr:first-child th {
  border-top: 1px solid #000;
}
.mens .sec03 .sec03-container table td,
.mens .sec03 .sec03-container table th {
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 0px;
  vertical-align: middle;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container table td,
  .mens .sec03 .sec03-container table th {
    font-size: 16px;
  }
}
.mens .sec03 .sec03-container table th {
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container table th {
    padding-left: 30px;
  }
}
.mens .sec03 .sec03-container table th:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container table th:before {
    left: 10px;
    width: 8px;
    height: 14px;
  }
}
.mens .sec03 .sec03-container-mask {
  margin-top: 80px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask {
    margin-top: 120px;
  }
}
.mens .sec03 .sec03-container-mask:before {
  position: absolute;
  right: 50%;
  background-image: url(../img/css/./img/css/icon-arrow-bottom.png);
  width: 18px;
  height: 10px;
  transform: translateX(50%);
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: -45px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask:before {
    width: 36px;
    height: 20px;
    top: -75px;
  }
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col:last-child {
  margin-bottom: 0px;
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-title {
  width: 100%;
  background-color: #f0f0ed;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-title h4 {
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-title h4 {
    font-size: 28px;
  }
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-title h4 span {
  display: inline-block;
  font-size: 14px;
  margin-left: 40px;
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-img {
    margin-bottom: 0px;
    width: 30%;
  }
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-img img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-img img {
    height: 260px;
    object-fit: cover;
  }
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-img img {
    height: auto;
  }
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-table {
  padding-left: 0%;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-table {
    width: 70%;
    padding-left: 3%;
  }
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-table table th {
  width: 40%;
}
.mens .sec03 .sec03-container-mask .sec03-container-mask-col .sec03-container-mask-col-table table td {
  width: 60%;
}
.mens .sec03 .sec03-container-base .sec03-container-wrap {
  width: 100%;
  overflow-x: scroll;
  padding: 0px;
}
.mens .sec03 .sec03-container-base .sec03-container-wrap .sec03-container-wrap--child {
  padding: 20px;
  min-width: 580px;
  width: 100%;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt {
  width: 32%;
  margin-right: 2%;
  padding: 15px;
  background-color: #f0f0ed;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt {
    width: 28%;
    margin-right: 8%;
    padding: 40px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt:nth-child(3n) {
  margin-right: 0px;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt p {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-txt p {
    line-height: 2;
    font-size: 14px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom {
  position: relative;
  width: 100%;
  height: 35px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom {
    height: 40px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom:before {
  position: absolute;
  right: 50%;
  background-image: url(../img/css/./img/css/arrow-bottom-arrow.png);
  width: 17px;
  height: 8px;
  transform: translate(50%, 50%);
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 50%;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom-large {
  position: relative;
  width: 100%;
  height: 35px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom-large {
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom-large {
    height: 50px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .arrow-bottom-large:before {
  position: absolute;
  right: 50%;
  background-image: url(../img/css/./img/css/arrow-bottom-arrow.png);
  width: 17px;
  height: 8px;
  transform: translate(50%, 50%);
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 50%;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-title {
  background-color: #f0f0ed;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-title {
    padding: 20px 0px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-title span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-title span {
    font-size: 20px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 {
  width: 32%;
  margin-right: 2%;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 {
    width: 28%;
    margin-right: 8%;
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 {
    padding: 15px;
  }
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1:nth-child(3n) {
  margin-right: 0px;
}
.mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 span {
  display: block;
  text-align: center;
  background-color: #f0f0ed;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 span {
    font-size: 16px;
    padding: 15px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .mens .sec03 .sec03-container-base .sec03-container-base-col .sec03-container-base-col-3-1 span {
    font-size: 20px;
    padding: 20px 0px;
  }
}
.mens .sec03 .sec03-container-option {
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-option {
    margin-top: 120px;
  }
}
@media screen and (max-width: 599px) {
  .mens .sec03 .sec03-container-option table tr {
    display: block;
  }
  .mens .sec03 .sec03-container-option table tr th, .mens .sec03 .sec03-container-option table tr td {
    width: 100%;
    display: block;
  }
  .mens .sec03 .sec03-container-option table tr th {
    border-bottom: none;
    border-top: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .mens .sec03 .sec03-container-option table tr td {
    padding: 0px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .mens .sec03 .sec03-container-option table tr:first-child th, .mens .sec03 .sec03-container-option table tr:first-child td {
    border-top: none !important;
  }
}
.mens .sec03 .sec03-container-option:before {
  position: absolute;
  right: 50%;
  background-image: url(../img/css/./img/css/icon-plus-minus.png);
  transform: translateX(50%);
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 14px;
  top: -45px;
}
@media screen and (min-width: 980px) {
  .mens .sec03 .sec03-container-option:before {
    top: -75px;
    width: 82.5px;
    height: 28.5px;
  }
}

.mens-title {
  position: relative;
}
.mens-title h2 {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens-title h2 {
    font-size: 40px;
  }
}
.mens-title span {
  font-size: 13px;
  margin-top: 8px;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .mens-title span {
    font-size: 16px;
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.mens-desc {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .mens-desc {
    font-size: 18px;
  }
}

.esthe-menu-example .esthe-menu-example-col {
  display: flex;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .esthe-menu-example .esthe-menu-example-col {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col {
    margin-top: 60px;
  }
}
.esthe-menu-example .esthe-menu-example-col:before {
  background-image: url(../img/css/./img/css/icon-plus.png);
  width: 13.5px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 600px) {
  .esthe-menu-example .esthe-menu-example-col:before {
    top: -30px;
  }
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col:before {
    top: -39px;
    width: 27px;
    height: 22px;
  }
}
.esthe-menu-example .esthe-menu-example-col:first-child {
  margin-top: 0px;
}
.esthe-menu-example .esthe-menu-example-col:first-child:before {
  display: none;
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-title {
  width: 30%;
  background-color: #999999;
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-title h3 {
  color: #fff;
  font-weight: normal;
  padding: 11px 9px;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-title h3 {
    padding: 20px 0px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-title h3 {
    font-size: 20px;
    padding: 20px 30px;
  }
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-desc {
  width: 50%;
  padding: 10px 0px;
  background-color: #f0f0ed;
  padding-left: 8px;
}
@media screen and (min-width: 600px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-desc {
    padding: 20px 0px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-desc {
    padding-left: 55px;
  }
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-desc p {
  margin: 0px;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-desc p {
    font-size: 18px;
  }
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-price {
  width: 20%;
  padding: 10px 0px;
  background-color: #f0f0ed;
  padding-right: 8px;
}
@media screen and (min-width: 600px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-price {
    padding: 20px 0px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-price {
    padding: 20px 0px;
    padding-right: 55px;
  }
}
.esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-price p {
  margin: 0px;
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col .esthe-menu-example-col-price p {
    font-size: 18px;
  }
}
.esthe-menu-example .esthe-menu-example-col--total:before {
  background-image: url(../img/css/./img/css/icon-equal.png);
  width: 9px;
  height: 11px;
}
@media screen and (min-width: 980px) {
  .esthe-menu-example .esthe-menu-example-col--total:before {
    width: 18px;
    height: 22px;
  }
}
.esthe-menu-example .esthe-menu-example-col--total .esthe-menu-example-col-title {
  background-color: #000 !important;
}

.esthe-menu-example--woman .esthe-menu-example-col-title {
  background-color: #b4aa96 !important;
}

@media screen and (max-width: 599px) {
  .mens-body .mens-body-table table tr {
    display: block;
  }
  .mens-body .mens-body-table table tr th, .mens-body .mens-body-table table tr td {
    width: 100%;
    display: block;
  }
  .mens-body .mens-body-table table tr th {
    border-bottom: none;
    border-top: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .mens-body .mens-body-table table tr td {
    padding: 0px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .mens-body .mens-body-table table tr:first-child th, .mens-body .mens-body-table table tr:first-child td {
    border-top: none !important;
  }
}
.mens-body .mens-body-table table tr:first-child td,
.mens-body .mens-body-table table tr:first-child th {
  border-top: 1px solid #000;
}
.mens-body .mens-body-table table td,
.mens-body .mens-body-table table th {
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 0px;
  vertical-align: middle;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .mens-body .mens-body-table table td,
  .mens-body .mens-body-table table th {
    font-size: 16px;
  }
}
.mens-body .mens-body-table table th {
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 980px) {
  .mens-body .mens-body-table table th {
    padding-left: 30px;
  }
}
.mens-body .mens-body-table table th:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens-body .mens-body-table table th:before {
    left: 10px;
    width: 8px;
    height: 14px;
  }
}
.mens-body .sec01 {
  margin-bottom: 0px;
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec01 {
    padding-bottom: 160px;
  }
}
.mens-body .sec01 .sec01-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mens-body .sec01 .sec01-wrap .sec01-wrap-title {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mens-body .sec01 .sec01-wrap .sec01-wrap-title {
    width: 50%;
  }
}
.mens-body .sec01 .sec01-wrap .sec01-wrap-title h2 {
  font-size: 34px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  line-height: 1.55;
}
@media screen and (min-width: 980px) {
  .mens-body .sec01 .sec01-wrap .sec01-wrap-title h2 {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 60px;
  }
}
.mens-body .sec01 .sec01-wrap .sec01-wrap-txt {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec01 .sec01-wrap .sec01-wrap-txt {
    width: 50%;
  }
}
.mens-body .sec01 .sec01-wrap .sec01-wrap-txt p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .mens-body .sec01 .sec01-wrap .sec01-wrap-txt p {
    font-size: 20px;
  }
}
.mens-body .sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec02 {
    padding-bottom: 120px;
  }
}
.mens-body .sec02 p {
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec02 p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.mens-body .sec02 h2 {
  letter-spacing: 0.15em;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens-body .sec02 h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.mens-body .sec02 .sec02-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec02 .sec02-wrap {
    margin-bottom: 40px;
  }
}
.mens-body .sec02 .sec02-wrap:last-child {
  margin-bottom: 0px;
}
.mens-body .sec02 .sec02-wrap .sec02-wrap-img {
  margin-bottom: 0px;
  width: 48%;
  margin-right: 4%;
}
.mens-body .sec02 .sec02-wrap .sec02-wrap-img:nth-child(2n) {
  margin-right: 0px;
}
.mens-body .sec02 .sec02-wrap .sec02-wrap-img img {
  width: 100%;
}
.mens-body .sec03 {
  padding: 65px 0px;
  background-color: #f0f0ed;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 {
    padding: 120px 0px;
  }
}
.mens-body .sec03 .sec03-title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 .sec03-title {
    margin-bottom: 40px;
  }
}
.mens-body .sec03 .sec03-title h2 {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 .sec03-title h2 {
    font-size: 40px;
  }
}
.mens-body .sec03 .sec03-desc p {
  font-size: 13px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 .sec03-desc p {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.mens-body .sec03 .sec03-figure {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow-x: scroll;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 .sec03-figure {
    width: 90%;
    margin-bottom: 30px;
    overflow-x: inherit;
  }
}
.mens-body .sec03 .sec03-figure .sec03-figure-wrap {
  padding: 0px 5%;
  width: 100%;
  min-width: 700px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec03 .sec03-figure .sec03-figure-wrap {
    padding: 0px;
    margin: 0 auto;
  }
}
.mens-body .sec04 {
  padding: 80px 0px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 {
    padding: 120px 0px;
  }
}
.mens-body .sec04 .sec04-container {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 .sec04-container {
    margin-top: 50px;
  }
}
.mens-body .sec04 .sec04-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #000;
  padding: 15px 0px;
}
.mens-body .sec04 .sec04-wrap:last-child {
  border-bottom: 1px solid #000;
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-img {
    margin-bottom: 0px;
    width: 30%;
  }
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-table {
  padding-left: 0%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-table {
    width: 70%;
    padding-left: 3%;
  }
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-table h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-table h3 {
    font-size: 30px;
  }
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-table span {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-table span {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-table p {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  margin: 0px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-table p {
    font-size: 18px;
  }
}
.mens-body .sec04 .sec04-wrap .sec04-wrap-table p:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens-body .sec04 .sec04-wrap .sec04-wrap-table p:before {
    left: 10px;
    width: 8px;
    height: 14px;
  }
}
.mens-body .sec05 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec05 {
    padding-bottom: 120px;
  }
}
.mens-body .sec05 .mens-body-table {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec05 .mens-body-table {
    margin-top: 50px;
  }
}
.mens-body .sec06 {
  padding-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec06 {
    padding-bottom: 0px;
  }
}
.mens-body .sec06 .esthe-menu-example {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens-body .sec06 .esthe-menu-example {
    margin-top: 50px;
  }
}

.mens-remover .sec01 {
  margin-bottom: 0px;
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec01 {
    padding-bottom: 160px;
  }
}
.mens-remover .sec01 .sec01-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mens-remover .sec01 .sec01-wrap .sec01-wrap-title {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec01 .sec01-wrap .sec01-wrap-title {
    width: 50%;
  }
}
.mens-remover .sec01 .sec01-wrap .sec01-wrap-title h2 {
  font-size: 34px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  line-height: 1.55;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec01 .sec01-wrap .sec01-wrap-title h2 {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 60px;
  }
}
.mens-remover .sec01 .sec01-wrap .sec01-wrap-txt {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec01 .sec01-wrap .sec01-wrap-txt {
    width: 50%;
  }
}
.mens-remover .sec01 .sec01-wrap .sec01-wrap-txt p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec01 .sec01-wrap .sec01-wrap-txt p {
    font-size: 20px;
  }
}
.mens-remover .sec02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec02 {
    padding-bottom: 120px;
  }
}
.mens-remover .sec02 .mens-2-1 {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec02 .mens-2-1 {
    margin-top: 60px;
  }
}
.mens-remover .sec03 {
  padding: 65px 0px;
  background-color: #f0f0ed;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 {
    padding: 120px 0px;
  }
}
.mens-remover .sec03 .sec03-title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 .sec03-title {
    margin-bottom: 40px;
  }
}
.mens-remover .sec03 .sec03-title h2 {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 .sec03-title h2 {
    font-size: 40px;
  }
}
.mens-remover .sec03 .sec03-desc p {
  font-size: 13px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 .sec03-desc p {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.mens-remover .sec03 .sec03-figure {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow-x: scroll;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 .sec03-figure {
    width: 90%;
    margin-bottom: 30px;
    overflow-x: inherit;
  }
}
.mens-remover .sec03 .sec03-figure .sec03-figure-wrap {
  padding: 0px 5%;
  width: 100%;
  min-width: 700px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec03 .sec03-figure .sec03-figure-wrap {
    margin: 0 auto;
    padding: 0px;
  }
}
.mens-remover .sec04 {
  padding: 80px 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec04 {
    padding: 120px 0px;
  }
}
.mens-remover .sec04 .sec04-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec04 .sec04-wrap {
    margin-top: 40px;
  }
}
.mens-remover .sec04 .sec04-wrap .sec04-wrap-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec04 .sec04-wrap .sec04-wrap-img {
    width: 49%;
    margin-right: 2%;
  }
  .mens-remover .sec04 .sec04-wrap .sec04-wrap-img:nth-child(2n) {
    margin-right: 0px;
  }
}
.mens-remover .sec04 .sec04-wrap .sec04-wrap-img span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #808080;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 15px;
}
.mens-remover .sec05 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 {
    padding-bottom: 120px;
  }
}
.mens-remover .sec05 .sec05-img {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f0ed;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.mens-remover .sec05 .sec05-img .sec05-img-item {
  width: 100%;
  padding: 5%;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec05 .sec05-img .sec05-img-item {
    width: 50%;
    padding: 2.5%;
  }
}
.mens-remover .sec05 .sec05-table td,
.mens-remover .sec05 .sec05-table th {
  border: none;
  padding: 14px 0px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-table td,
  .mens-remover .sec05 .sec05-table th {
    padding: 18px 0px;
  }
}
.mens-remover .sec05 .sec05-table th {
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-table th {
    font-size: 16px;
  }
}
.mens-remover .sec05 .sec05-table th span {
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-table th span {
    font-size: 24px;
  }
}
.mens-remover .sec05 .sec05-table td span {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-table td span {
    padding-left: 15px;
    font-size: 16px;
  }
}
.mens-remover .sec05 .sec05-table td span:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right-b.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens-remover .sec05 .sec05-table td span:before {
    left: 0px;
    width: 8px;
    height: 14px;
  }
}
.mens-remover .sec05 .sec05-table .man-b-2 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-b-2.png) !important;
}
.mens-remover .sec05 .sec05-table .man-b-3 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-b-3.png) !important;
}
.mens-remover .sec06 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 {
    padding-bottom: 120px;
  }
}
.mens-remover .sec06 .sec06-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap {
    margin-top: 60px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-img {
  width: 100%;
  background-color: #f0f0ed;
  padding: 20px 5%;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-img {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-img {
    width: 50%;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-img img {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-img img {
    max-width: 100%;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt {
    width: 50%;
    padding-left: 5%;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table tr:last-child td,
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table tr:last-child th {
  padding: 14px 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table tr:last-child td,
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table tr:last-child th {
    padding: 40px 0px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td,
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th {
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  padding: 14px 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td,
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th {
    padding: 20px 0px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th {
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th {
    font-size: 16px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th span {
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table th span {
    font-size: 24px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td span {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td span {
    padding-left: 15px;
    font-size: 16px;
  }
}
.mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td span:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right-g.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens-remover .sec06 .sec06-wrap .sec06-wrap-txt .sec06-table td span:before {
    left: 0px;
    width: 8px;
    height: 14px;
  }
}
.mens-remover .sec07 .sec07-container {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec07 .sec07-container {
    margin-top: 50px;
  }
}
.mens-remover .sec07 .sec07-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #000;
  padding: 15px 0px;
}
.mens-remover .sec07 .sec07-wrap:last-child {
  border-bottom: 1px solid #000;
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-img {
    margin-bottom: 0px;
    width: 30%;
  }
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-table {
  padding-left: 0%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-table {
    width: 70%;
    padding-left: 3%;
  }
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-table h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-table h3 {
    font-size: 30px;
  }
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-table span {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-table span {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-table p {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  margin: 0px;
}
@media screen and (min-width: 980px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-table p {
    font-size: 18px;
  }
}
.mens-remover .sec07 .sec07-wrap .sec07-wrap-table p:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .mens-remover .sec07 .sec07-wrap .sec07-wrap-table p:before {
    left: 10px;
    width: 8px;
    height: 14px;
  }
}

.woman-esthe .sec04 {
  padding: 80px 0px;
}
@media screen and (min-width: 980px) {
  .woman-esthe .sec04 {
    padding: 120px 0px;
  }
}
.woman-esthe .sec04 .esthe-menu-example {
  margin-top: 50px;
}

.woman-bust .sec02 .sec02-figure {
  overflow-x: scroll;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec02 .sec02-figure {
    width: 90%;
    overflow: visible;
    margin-top: 50px;
  }
}
.woman-bust .sec02 .sec02-figure .sec02-figure-wrap {
  min-width: 700px;
  width: 100%;
  padding: 0px 5% 10px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec02 .sec02-figure .sec02-figure-wrap {
    padding: 0px 0% 10px;
  }
}
.woman-bust .sec02 .sec02-figure img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec02 .sec02-figure img {
    width: 100%;
  }
}
.woman-bust .sec25 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec25 {
    padding-bottom: 120px;
  }
}
.woman-bust .sec25 .sec25-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec25 .sec25-wrap {
    margin-top: 50px;
  }
}
.woman-bust .sec25 .sec25-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.woman-bust .sec25 .sec25-wrap ul li {
  width: 100%;
  font-size: 13px;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .woman-bust .sec25 .sec25-wrap ul li {
    padding: 15px 0px 15px 10px;
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 980px) {
  .woman-bust .sec25 .sec25-wrap ul li {
    font-size: 16px;
  }
}
.woman-bust .sec25 .sec25-wrap ul li:nth-child(1) {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .woman-bust .sec25 .sec25-wrap ul li:nth-child(2) {
    border-top: 1px solid #000000;
  }
}
.woman-bust .sec25 .sec25-wrap ul li:before {
  content: "□";
}
.woman-bust .sec25 .sec25-wrap ul li:nth-child(2n) {
  margin-right: 0px;
}
.woman-bust .sec28 {
  padding-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec28 {
    padding-bottom: 120px;
  }
}
.woman-bust .sec28 .sec28-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec28 .sec28-wrap {
    margin-top: 30px;
  }
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 15px 0px;
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col:first-child {
  border-top: 1px solid #000;
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-img {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-img {
    margin-bottom: 0px;
    width: 50%;
    padding-right: 5%;
  }
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt {
    width: 50%;
  }
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt span {
  display: inline-block;
  padding: 4px 20px;
  font-size: 14px;
  background-color: #f0f0ed;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt span {
    padding: 6px 25px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt h3 {
    font-size: 26px;
  }
}
.woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt p {
  font-size: 13px;
  margin: 0px;
  line-height: 1.7;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec28 .sec28-wrap .sec28-wrap-col .sec28-wrap-col-txt p {
    font-size: 18px;
  }
}
.woman-bust .sec07 {
  padding-top: 80px;
}
@media screen and (min-width: 980px) {
  .woman-bust .sec07 {
    padding-top: 120px;
  }
}

.woman-remover .sec05 .woman-p-1 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-p-1.png) !important;
}
.woman-remover .sec05 .woman-p-2 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-p-2.png) !important;
}
.woman-remover .sec05 .woman-p-3 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-p-3.png) !important;
}
.woman-remover .sec05 .kids-y-1 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-y-1.png) !important;
}
.woman-remover .sec05 .kids-y-2 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-y-2.png) !important;
}
.woman-remover .sec05 .kids-y-3 td span:before {
  background-image: url(../img/css/./img/css/icon-arrow-right-y-3.png) !important;
}

.face .sec01 {
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .face .sec01 .face-top-wrap {
    position: relative;
  }
}
.face .sec01 .face-top-wrap .face-top-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .face .sec01 .face-top-wrap .face-top-title {
    width: 50%;
  }
}
.face .sec01 .face-top-wrap .face-top-title h2 {
  font-size: 36px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .face .sec01 .face-top-wrap .face-top-title h2 {
    font-size: 40px;
  }
}
.face .sec01 .face-top-wrap .face-top-title p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 30px;
}
.face .sec01 .face-top-wrap .face-top-img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .face .sec01 .face-top-wrap .face-top-img {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  .face .sec01 .face-top-wrap .face-top-img img {
    width: 100%;
    max-height: 425px;
    object-fit: cover;
  }
}
.face .sec02 .face-sec02 .face-sec02-title h3 {
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .face .sec02 .face-sec02 .face-sec02-title h3 {
    font-size: 36px;
  }
}
.face .sec02 .face-sec02 .face-sec02-img {
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .face .sec02 .face-sec02 .face-sec02-img {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.face .sec02 .face-sec02 .face-sec02-img .face-sec02-item {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .face .sec02 .face-sec02 .face-sec02-img .face-sec02-item {
    width: 40%;
  }
}
.face .sec02 .face-sec02 .face-sec02-img .face-sec02-item img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .face .sec02 .face-sec02 .face-sec02-img .face-sec02-tex {
    margin-top: 100px;
    width: 45%;
  }
}
.face .sec02 .face-sec02 .face-sec02-img .face-sec02-tex .tex01 {
  font-size: 23px;
  letter-spacing: 0.12em;
  line-height: 1.6em;
  margin-bottom: 25px;
}
.face .sec02 .face-sec02 .face-sec02-img .face-sec02-tex .tex02 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 980px) {
  .face .sec02 .face-sec02 .face-sec02-img .face-sec02-tex .tex02 {
    font-size: 16px;
  }
}
.face .sec03 {
  padding: 50px 0px 80px;
}
.face .sec03 .face-sec03 .face-sec03-title {
  margin-bottom: 30px;
}
.face .sec03 .face-sec03 .face-sec03-title h3 {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-title h3 {
    font-size: 36px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content {
  background-color: #f0f0ed;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content {
    margin-bottom: 80px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-face {
  margin-bottom: 50px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow-x: scroll;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-face {
    overflow: visible;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-face .face-face-wrap {
  padding: 0px 0%;
  width: 100%;
  min-width: 700px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-face .face-face-wrap {
    padding: 0;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-tex {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-tex {
    width: 50%;
    padding-right: 5%;
    padding-left: 80px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-tex p {
  font-size: 14px;
  line-height: 2.1em;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-tex p {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2.5em;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-img {
    width: 50%;
    padding-left: 15%;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-graph .face-sec03-graph-img img {
  width: 100%;
  max-width: 440px;
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list {
    padding-bottom: 50px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list {
    width: 22%;
    margin-bottom: 20px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list img {
    margin-bottom: 15px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list span {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  margin: 0px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list span {
    font-size: 18px;
  }
}
.face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list span:before {
  position: absolute;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  width: 4px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list span:before {
    left: 10px;
    width: 8px;
    height: 14px;
  }
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list p {
    font-size: 16px;
    margin-left: 2%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .face .sec03 .face-sec03 .face-sec03-content .face-sec03-list .face-list p br {
    display: none;
  }
}
.face .sec03 .face-sec03-eye .eye-title h3 {
  font-size: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03-eye .eye-title h3 {
    font-size: 36px;
  }
}
.face .sec03 .face-sec03-eye .face-eye-img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow-x: scroll;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03-eye .face-eye-img {
    overflow: visible;
  }
}
.face .sec03 .face-sec03-eye .face-eye-img .eye-img {
  padding: 0px;
  width: 100%;
  min-width: 700px;
  margin-bottom: 20px;
}
.face .sec03 .face-sec03-eye .face-eye-img .eye-img img {
  width: 100%;
}
.face .sec03 .face-sec03-eye p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  margin-left: 1%;
}
@media screen and (min-width: 980px) {
  .face .sec03 .face-sec03-eye p {
    font-size: 16px;
  }
}
.face .sec04 .face-sec04-brand .face-brand-title {
  margin-bottom: 30px;
}
.face .sec04 .face-sec04-brand .face-brand-title h3 {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 980px) {
  .face .sec04 .face-sec04-brand .face-brand-title h3 {
    font-size: 36px;
  }
}
.face .sec04 .face-sec04-brand .face-brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .face .sec04 .face-sec04-brand .face-brand-list {
    justify-content: space-between;
  }
}
.face .sec04 .face-sec04-brand .face-brand-list .face-brand {
  width: 30%;
}
@media screen and (min-width: 980px) {
  .face .sec04 .face-sec04-brand .face-brand-list .face-brand {
    width: 15%;
  }
}
.face .sec04 .face-sec04-brand .face-brand-list .face-brand img {
  width: 100%;
}

.salon_v2 .page-visual-news {
  width: 80%;
  max-width: 550px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #e2ce98;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .salon_v2 .page-visual-news {
    padding: 0px 20px 0px 40px;
    bottom: -30px;
  }
}
.salon_v2 .page-visual-news .page-visual-news-title {
  width: 70px;
  position: relative;
  padding: 10px 0px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .page-visual-news .page-visual-news-title {
    width: 100px;
    padding: 20px 0px;
  }
}
.salon_v2 .page-visual-news .page-visual-news-title:after {
  position: absolute;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #000;
  transform: rotate(20deg);
  content: "";
  display: block;
  right: 0px;
  top: -10px;
}
.salon_v2 .page-visual-news .page-visual-news-title h2 {
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .page-visual-news .page-visual-news-title h2 {
    font-size: 20px;
  }
}
.salon_v2 .page-visual-news .page-visual-news-list {
  width: calc(100% - 70px);
  padding: 10px 0px 10px 15px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .page-visual-news .page-visual-news-list {
    width: calc(100% - 100px);
    padding: 20px 0px 20px 20px;
  }
}
.salon_v2 .page-visual-news .page-visual-news-list a {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 980px) {
  .salon_v2 .page-visual-news .page-visual-news-list a {
    font-size: 16px;
  }
}
.salon_v2 .salon-v2-visual {
  position: relative;
}
.salon_v2 .salon-v2-visual img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  min-height: 400px;
}
@media screen and (max-width: 599px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title--large h2 {
    font-size: 27.5px !important;
    text-align: right;
  }
}
.salon_v2 .salon-v2-visual .salon-v2-visual-title {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: translateY(50%);
  width: 60%;
}
@media screen and (min-width: 600px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title {
    width: 50%;
    left: 50%;
  }
}
.salon_v2 .salon-v2-visual .salon-v2-visual-title h2 {
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (min-width: 980px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title h2 {
    font-size: 50px;
  }
}
.salon_v2 .salon-v2-visual .salon-v2-visual-title p {
  font-size: 1.2rem;
  font-feature-settings: "palt";
  line-height: 2;
  margin: 0px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title p {
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .salon_v2 .salon-v2-visual .salon-v2-visual-title p {
    line-height: 2.4;
    font-size: 1.6rem;
  }
}
.salon_v2 .sec00 {
  margin-bottom: 0px;
  padding-bottom: 80px;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec00 {
    padding-bottom: 160px;
  }
}
.salon_v2 .sec00 .com-btn {
  margin: 0px;
}
.salon_v2 .sec00 .sec00-wrap {
  display: flex;
  flex-wrap: wrap;
}
.salon_v2 .sec00 .sec00-wrap .sec00-wrap-title {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec00 .sec00-wrap .sec00-wrap-title {
    width: 50%;
  }
}
.salon_v2 .sec00 .sec00-wrap .sec00-wrap-title h2 {
  font-size: 35px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  line-height: 1.55;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec00 .sec00-wrap .sec00-wrap-title h2 {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 60px;
  }
}
.salon_v2 .sec00 .sec00-wrap .sec00-wrap-txt {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec00 .sec00-wrap .sec00-wrap-txt {
    width: 50%;
  }
}
.salon_v2 .sec00 .sec00-wrap .sec00-wrap-txt p {
  font-size: 13px;
  line-height: 2.3;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec00 .sec00-wrap .sec00-wrap-txt p {
    font-size: 20px;
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap {
  margin-top: 40px;
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col:first-child .salon-menu-v2-wrap-col-txt {
    border-top: 1px solid #000;
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-img {
    width: 50%;
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt {
  width: 50%;
  border-bottom: 1px solid #000;
  border-top: 0px solid #000;
  position: relative;
  width: 100%;
  padding: 20px 0px;
}
@media screen and (min-width: 600px) {
  .salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt {
    padding: 0px;
    width: 50%;
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul {
  padding-left: 5px;
}
@media screen and (min-width: 600px) {
  .salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul {
    padding-left: 0px;
    position: absolute;
    left: 60px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul li {
  width: 100%;
  margin-bottom: 10px;
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul li:last-child {
  margin-bottom: 0px;
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul li a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul li a {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.salon_v2 .sec01 .salon-menu-v2 .salon-menu-v2-wrap .salon-menu-v2-wrap-col .salon-menu-v2-wrap-col-txt ul li a:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  left: 0%;
  bottom: 50%;
  transform: translateY(50%);
}
.salon_v2 .sec05 {
  padding-bottom: 60px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec05 {
    padding-bottom: 90px;
  }
}
.salon_v2 .sec06 {
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec06 {
    padding-bottom: 120px;
  }
}
.salon_v2 .sec06 .com-btn {
  margin-top: 80px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec06 .com-btn {
    margin-top: 100px;
  }
}
.salon_v2 .sec06 .sec06-wrap .sec06-wrap-col {
  padding: 0px 10px;
}
@media screen and (min-width: 980px) {
  .salon_v2 .sec06 .sec06-wrap .sec06-wrap-col {
    padding: 0px 20px;
  }
}
.salon_v2 .sec06 .slick-next {
  width: 25px;
  height: 25px;
  z-index: 9;
  right: -20px;
  left: inherit;
}
@media screen and (min-width: 1200px) {
  .salon_v2 .sec06 .slick-next {
    right: -40px;
  }
}
.salon_v2 .sec06 .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.salon_v2 .sec06 .slick-prev {
  width: 25px;
  height: 25px;
  z-index: 9;
  left: -20px;
}
@media screen and (min-width: 1200px) {
  .salon_v2 .sec06 .slick-prev {
    left: -40px;
  }
}
.salon_v2 .sec06 .slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.salon_v2 .sec06 .slick-dots {
  bottom: -50px;
}
.salon_v2 .sec06 .slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 0px !important;
  display: block;
  transform: translate(-50%, -50%);
}
.salon_v2 .sec06 .slick-dots button:before {
  display: none;
}
.salon_v2 .sec06 .slick-dots .slick-active button {
  background-color: #000;
}
.salon_v2 .sec07 {
  padding-bottom: 80px;
}

.lumix .sec01 {
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .lumix .sec01 .lumix-top-wrap {
    position: relative;
  }
}
.lumix .sec01 .lumix-top-wrap .lumix-top-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .lumix .sec01 .lumix-top-wrap .lumix-top-title {
    width: 50%;
  }
}
.lumix .sec01 .lumix-top-wrap .lumix-top-title h2 {
  font-size: 36px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .lumix .sec01 .lumix-top-wrap .lumix-top-title h2 {
    font-size: 40px;
  }
}
.lumix .sec01 .lumix-top-wrap .lumix-top-title p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 30px;
}
.lumix .sec01 .lumix-top-wrap .lumix-top-img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .lumix .sec01 .lumix-top-wrap .lumix-top-img {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  .lumix .sec01 .lumix-top-wrap .lumix-top-img img {
    width: 100%;
    max-height: 425px;
    object-fit: cover;
  }
}
.lumix .sec02 {
  padding: 80px 0px;
}
.lumix .sec02 .lumix-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.lumix .sec02 .lumix-img .lumix-img-wrap {
  width: 48%;
  margin-bottom: 2.66%;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-img .lumix-img-wrap {
    width: 23%;
  }
}
.lumix .sec02 .lumix-img .lumix-img-wrap img {
  width: 100%;
}
.lumix .sec02 .lumix-sec02 {
  margin-bottom: 80px;
}
.lumix .sec02 .lumix-sec02 .lumix-sec02-title h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-sec02 .lumix-sec02-title h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-sec02 .lumix-sec02-machine {
    display: flex;
    flex-wrap: wrap;
  }
}
.lumix .sec02 .lumix-sec02 .lumix-sec02-machine .lumix-machine-img {
  width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-sec02 .lumix-sec02-machine .lumix-machine-img {
    width: 38%;
    max-width: 418px;
  }
}
.lumix .sec02 .lumix-sec02 .lumix-sec02-machine .lumix-machine-tex {
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-sec02 .lumix-sec02-machine .lumix-machine-tex {
    width: 62%;
  }
}
.lumix .sec02 .lumix-control {
  margin-bottom: 30px;
}
.lumix .sec02 .lumix-control .control-title {
  margin-bottom: 30px;
}
.lumix .sec02 .lumix-control .control-title h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-control .control-title h3 {
    font-size: 36px;
  }
}
.lumix .sec02 .lumix-control .control-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap {
  width: 48%;
  background-color: #f0f0ed;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-control .control-box .control-box-wrap {
    width: 24%;
  }
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap:last-child {
  background-color: #b4aa96;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap:last-child h3, .lumix .sec02 .lumix-control .control-box .control-box-wrap:last-child p {
  color: #fff;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .box-title {
  text-align: center;
  padding: 7% 0 5%;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .box-title p {
  font-size: 17px;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-control .control-box .control-box-wrap .box-title p {
    font-size: 24px;
  }
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .control-img {
  width: 80%;
  margin: auto;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .control-img img {
  width: 100%;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .box-tex {
  width: 80%;
  margin: auto;
  padding: 7% 0 15%;
}
.lumix .sec02 .lumix-control .control-box .control-box-wrap .box-tex p {
  font-size: 13px;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .lumix-control .control-box .control-box-wrap .box-tex p {
    font-size: 16px;
  }
}
.lumix .sec02 .sec02-table-scroll .sec02-table {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 600px) {
  .lumix .sec02 .sec02-table-scroll .sec02-table {
    overflow-x: inherit;
  }
}
.lumix .sec02 .sec02-table-scroll .sec02-table table {
  min-width: 600px;
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr {
  text-align: center;
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr:last-child th, .lumix .sec02 .sec02-table-scroll .sec02-table table tr:last-child td {
  border-color: #000;
  color: #fff;
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr td,
.lumix .sec02 .sec02-table-scroll .sec02-table table tr th {
  padding: 10px 0px;
  vertical-align: middle;
  border-color: #000000;
  border: none;
  border-right: solid 1px;
  border-bottom: solid 1px;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .sec02-table-scroll .sec02-table table tr td,
  .lumix .sec02 .sec02-table-scroll .sec02-table table tr th {
    padding: 15px 0px;
  }
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr th {
  background-color: #f0f0ed;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .sec02-table-scroll .sec02-table table tr th {
    font-size: 18px;
  }
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr th:first-child {
  width: 14%;
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr td {
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  .lumix .sec02 .sec02-table-scroll .sec02-table table tr td {
    font-size: 24px;
  }
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr .border-right-n {
  border-right: none;
}
.lumix .sec02 .sec02-table-scroll .sec02-table table tr .border-bottom-n {
  border-bottom: none;
  background-color: #b4aa96;
}
.lumix .sec03 {
  margin-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 {
    margin-bottom: 100px;
  }
}
.lumix .sec03 .sec03-visual {
  background-color: #f0f0ed;
  padding-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual {
    padding-bottom: 100px;
  }
}
.lumix .sec03 .sec03-visual .sec03-list {
  padding-top: 50px;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list {
    padding-top: 100px;
  }
}
.lumix .sec03 .sec03-visual .sec03-list .sec03-title {
  margin-bottom: 30px;
}
.lumix .sec03 .sec03-visual .sec03-list .sec03-title h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list .sec03-title h3 {
    font-size: 36px;
  }
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-title {
  text-align: center;
  background-color: #b4aa96;
  padding: 20px 10px;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-title {
    padding: 35px 0;
  }
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-title h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-title h4 {
    font-size: 24px;
  }
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul {
  width: 95%;
  margin: auto;
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul li {
  border-top: solid 1px;
  border-color: #000000;
  padding: 10px 0 10px 25px;
  font-size: 14px;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul li {
    padding-left: 50px;
    font-size: 18px;
  }
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul li:last-child {
  border-bottom: solid 1px;
  border-color: #000000;
}
.lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul li::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/css/./img/css/icon-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  left: 2%;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 980px) {
  .lumix .sec03 .sec03-visual .sec03-list .lumix-list .lumix-list-wrap ul li::before {
    left: 2%;
    width: 18px;
    height: 18px;
  }
}
.lumix .sec04 {
  padding: 80px 0px;
}
.lumix .sec04 .sec04-lumix .sec04-title h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-title h3 {
    font-size: 36px;
  }
}
.lumix .sec04 .sec04-lumix .sec04-img-scroll {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
}
.lumix .sec04 .sec04-lumix .sec04-img-scroll .sec04-title-img {
  width: 100%;
  margin-top: 20px;
}
.lumix .sec04 .sec04-lumix .sec04-img-scroll .sec04-title-img img {
  width: 100%;
}
.lumix .sec04 .sec04-lumix .sec04-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-img {
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-img {
    width: 45%;
  }
}
.lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-img img {
  width: 100%;
}
.lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-tex {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-tex {
    width: 55%;
  }
}
.lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-tex p {
  width: 95%;
  line-height: 2em;
  text-align: justify;
  margin: auto;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-wrap .sec04-wrap-tex p {
    width: 80%;
    font-size: 18px;
    line-height: 2.5em;
  }
}
.lumix .sec04 .sec04-lumix .sec04-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list {
    width: 45%;
  }
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr:first-child > *:first-child {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr:last-child {
  border-bottom: solid 1px;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr:nth-child(3) {
  border-top: none;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr th,
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border: none;
  border-right: solid 1px;
  border-top: solid 1px;
  border-color: #000;
  font-size: 13px;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr th:first-child,
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr td:first-child {
  border-left: none;
  background-color: #f0f0ed;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr th:nth-child(2),
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr td:nth-child(2) {
  background-color: #b4aa96;
  color: #fff;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr th:last-child,
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr td:last-child {
  border-right: none;
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-table .sec04-table-list table tr span {
    font-size: 20px;
  }
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-tex {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-table .sec04-table-tex {
    width: 55%;
  }
}
.lumix .sec04 .sec04-lumix .sec04-table .sec04-table-tex p {
  width: 95%;
  line-height: 2em;
  text-align: justify;
  margin: auto;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .lumix .sec04 .sec04-lumix .sec04-table .sec04-table-tex p {
    width: 80%;
    font-size: 18px;
    line-height: 2.5em;
  }
}

.remover-l .reservation {
  padding: 0px !important;
}
.remover-l .reservation h2 {
  color: #7763d2;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
}
.remover-l .reservation .reservation-container-title h2 {
  background-color: #7864d2;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .remover-l .reservation .reservation-wrap .reserve-day {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation table th, .remover-l .reservation table td {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation table th span, .remover-l .reservation table td span {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-txt span {
    font-size: 12px;
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation .custom-info .custom-info-wrap .custom-info-wrap-title {
    width: 180px;
    font-size: 12px;
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation .custom-info .custom-info-wrap .custom-info-wrap-col {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 980px) {
  .remover-l .reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-3-1 select {
    padding: 10px 5px !important;
  }
}
.remover-l footer {
  position: relative !important;
  z-index: 5 !important;
}
.remover-l span, .remover-l p, .remover-l h2, .remover-l h3, .remover-l h4, .remover-l a {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.remover-l .text-center {
  text-align: center;
}
.remover-l .remover-l-main {
  padding-top: 0px !important;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
}
.remover-l h2 {
  color: #ff50c8;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 0.05em;
  font-size: 26px;
}
.remover-l .com-arrow {
  position: relative;
  z-index: 3;
}
.remover-l .com-arrow:after {
  position: absolute;
  width: 70px;
  height: 48px;
  background-image: url(../img/css/./img/css/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  transform: translateX(50%);
  bottom: -28px;
  content: "";
  display: block;
}
.remover-l .com-arrow-p {
  position: relative;
  z-index: 3;
}
.remover-l .com-arrow-p:after {
  position: absolute;
  width: 70px;
  height: 48px;
  background-image: url(../img/css/./img/css/icon-arrow-p.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  transform: translateX(50%);
  bottom: -28px;
  content: "";
  display: block;
}
.remover-l .sec00 {
  position: relative;
  padding: 20px 0px 50px;
  z-index: 5;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.remover-l .sec00 .sec00-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.remover-l .sec00 .remover-l-btn {
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
}
.remover-l .sec00 .remover-l-btn a {
  display: block;
  text-align: center;
}
.remover-l .sec00 .remover-l-btn a img {
  width: 80%;
  max-width: 320px;
}
.remover-l .visual-menu {
  position: fixed;
  z-index: 1;
  width: calc(50% - 225px);
  height: 100vh;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
  min-height: 800px;
  display: none;
}
@media screen and (min-width: 980px) {
  .remover-l .visual-menu {
    display: block;
  }
}
.remover-l .visual-menu .visual-menu-wrap {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.remover-l .visual-menu .visual-menu-wrap h2 {
  margin-bottom: 30px;
}
.remover-l .visual-menu .visual-menu-wrap h2 img {
  width: 160px;
}
.remover-l .visual-menu .visual-menu-wrap ul li {
  margin-bottom: 5px;
}
.remover-l .visual-menu .visual-menu-wrap ul li:last-child {
  margin-bottom: 20px;
}
.remover-l .visual-menu .visual-menu-wrap ul li a {
  color: #7864d2;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .remover-l .visual-menu .visual-menu-wrap ul li a {
    font-size: 18px;
  }
}
.remover-l .visual-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  right: 0px;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .remover-l .visual-bg {
    width: 50%;
  }
}
.remover-l .visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remover-l .sec01 .sec01-visual {
  position: relative;
}
.remover-l .sec01 .sec01-visual .sec01-visual-title {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 40px;
}
.remover-l .sec01 .sec01-visual .sec01-visual-title img {
  width: 100%;
}
.remover-l .sec01 .sec01-txt {
  background-color: #ff50c8;
  padding: 90px 0px 50px;
  position: relative;
  z-index: 5;
}
.remover-l .sec01 .sec01-txt .sec01-txt-list {
  position: absolute;
  width: 70%;
  left: 15%;
  top: -20px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-list .sec01-txt-list-img {
  position: relative;
}
.remover-l .sec01 .sec01-txt .sec01-txt-list .sec01-txt-list-img .sec01-txt-list-img--item {
  position: absolute;
  right: -50px;
  top: -10px;
  width: 114px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main p {
  margin: 0 auto;
  text-align: center;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-01 {
  width: 90%;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-02 {
  width: 170px;
  margin-bottom: 20px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-03 {
  width: 90%;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-03 span {
  font-size: 10px;
  color: #fff;
  display: block;
  margin: 10px 0px 30px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-04 {
  width: 70%;
  margin-bottom: 10px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-05 {
  width: 90%;
  margin-bottom: 10px;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-06 {
  font-size: 16px;
  color: #fff;
}
.remover-l .sec01 .sec01-txt .sec01-txt-main .sec01-txt-main-06 span {
  font-size: 21px;
  color: #fff;
}
.remover-l .sec02 {
  background-color: #ffd7ff;
  padding-bottom: 40px;
}
.remover-l .sec02 .sec02-title {
  background-color: #7864d2;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.remover-l .sec02 .sec02-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec02 .sec02-img {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.remover-l .sec02 .sec02-img .sec02-img-title {
  position: absolute;
  left: -5px;
  top: -8px;
  width: 146px;
  z-index: 5;
}
.remover-l .sec02 .sec02-img-02 {
  width: 85%;
  margin: 0 auto;
  margin-top: 35px;
}
.remover-l .sec03 .sec03-title {
  background-color: #ff50c8;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.remover-l .sec03 .sec03-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec03 .sec03-img {
  width: 85%;
  margin: 0 auto;
}
.remover-l .sec03 .sec03-img p {
  font-size: 22px;
  color: #7864d2;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.remover-l .sec03 .sec03-btn {
  width: 85%;
  margin: 0 auto 20px;
}
.remover-l .sec03 .sec03-wrap {
  background-color: #ff50c8;
  padding: 30px 0px;
}
.remover-l .sec03 .sec03-wrap .sec03-wrap-img {
  width: 85%;
  margin: 0 auto;
}
.remover-l .sec03 .sec03-wrap .sec03-wrap-btn {
  width: 85%;
  margin: 0 auto 15px;
}
.remover-l .sec03 .sec03-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.remover-l .sec03 .sec03-wrap p span {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}
.remover-l .sec04 {
  padding-bottom: 30px;
  background-color: #ffd7ff;
}
.remover-l .sec04 .sec04-title {
  background-color: #7864d2;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.remover-l .sec04 .sec04-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec04 .sec04-wrap ul {
  margin-bottom: 30px;
}
.remover-l .sec04 .sec04-wrap ul li {
  margin-bottom: 15px;
}
.remover-l .sec04 .sec04-wrap ul li:last-child {
  margin-bottom: 0px;
}
.remover-l .sec04 .sec04-wrap .sec04-wrap-txt img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.remover-l .sec04 .sec04-wrap .sec04-wrap-txt h3 {
  margin-top: 20px;
  font-size: 23px;
  color: #7864d2;
  text-align: center;
  margin-bottom: 20px;
}
.remover-l .sec04 .sec04-wrap .sec04-wrap-txt p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: center;
  color: #7864d2;
  font-weight: bold;
}
.remover-l .sec05 {
  background-color: #f0e6ff;
  padding-bottom: 30px;
}
.remover-l .sec05 .sec05-title {
  background-color: #ff50c8;
  padding: 80px 0px;
  margin-bottom: 40px;
}
.remover-l .sec05 .sec05-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec05 .sec05-wrap ul {
  width: 100%;
  margin: 0 auto;
}
.remover-l .sec05 .sec05-wrap ul li {
  margin-bottom: 30px;
}
.remover-l .sec05 .sec05-wrap ul li:last-child {
  margin-bottom: 0px;
}
.remover-l .sec06 {
  background-color: #ffd7ff;
  padding-bottom: 40px;
}
.remover-l .sec06 .sec06-title {
  width: 100%;
  margin-bottom: 30px;
}
.remover-l .sec06 .sec06-wrap {
  width: 90%;
  margin: 0 auto 30px;
}
.remover-l .sec06 .sec06-wrap:last-child {
  margin-bottom: 0px;
}
.remover-l .sec06 .sec06-wrap .sec06-wrap-title {
  margin-bottom: 15px;
}
.remover-l .sec06 .sec06-wrap p {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #7864d2;
  font-size: 16px;
  line-height: 1.56;
}
.remover-l .sec06 .sec06-wrap h3 {
  font-size: 23px;
  color: #7864d2;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.remover-l .sec07 {
  background-color: #f0e6ff !important;
  margin: 0px !important;
  padding-bottom: 40px;
}
.remover-l .sec07 .sec07-title {
  background-color: #ff50c8;
  padding: 40px 0px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.remover-l .sec07 .sec07-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec07 .sec07-wrap {
  width: 85%;
  margin: 0 auto;
}
.remover-l .sec07 .sec07-wrap .sec07-wrap-desc p {
  color: #ff50c8;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.remover-l .sec07 .sec07-wrap .sec07-wrap-title {
  margin-bottom: 25px;
}
.remover-l .sec07 .sec07-wrap .sec07-wrap-img p {
  margin: 10px 0px;
  color: #ff50c8;
  font-size: 10px;
}
.remover-l .sec08 {
  background-color: #ffd7ff;
  padding-bottom: 45px;
}
.remover-l .sec08 .sec08-title {
  background-color: #7864d2;
  padding: 40px 0px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.remover-l .sec08 .sec08-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec08 ul li {
  margin-bottom: 40px;
}
.remover-l .sec08 ul li:last-child {
  margin-bottom: 0px;
}
.remover-l .sec09 {
  background-color: #f0e6ff;
  padding-bottom: 45px;
}
.remover-l .sec09 .sec09-title {
  background-color: #ff50c8;
  padding: 40px 0px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.remover-l .sec09 .sec09-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-desc {
  width: 90%;
  margin: 0 auto 20px;
  color: #ff50c8;
  font-size: 16px;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-title {
  width: 90%;
  margin: 0 auto 10px;
}
.remover-l .sec09 .sec09-wrap ul li {
  margin-bottom: 20px;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-txt {
  width: 90%;
  margin: 0 auto 25px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-txt h3 {
  margin-bottom: 30px;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-txt p {
  color: #ff50c8;
  line-height: 1.5;
  margin-bottom: 15px;
}
.remover-l .sec09 .sec09-wrap .sec09-wrap-txt .sec09-wrap-txt-img {
  width: 284px;
}
.remover-l .sec09 .sec09-wrap .sec09-list-txt {
  width: 90%;
  margin: 0 auto;
}
.remover-l .sec09 .sec09-wrap .sec09-list-txt li {
  margin-bottom: 10px;
}
.remover-l .sec09 .sec09-wrap .sec09-list-txt li:last-child {
  margin-bottom: 0px;
}
.remover-l .sec10 {
  padding-bottom: 45px;
}
.remover-l .sec10 .sec10-title {
  background-color: #ff50c8;
  padding: 70px 0px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.remover-l .sec10 .sec10-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec10 h3 {
  width: 70%;
  margin: 0 auto 15px;
  color: #fff;
  background-color: #7864d2;
  border-radius: 20px;
  padding: 8px 0px;
  font-size: 18px;
  text-align: center;
}
.remover-l .sec10 .sec10-wrap-col {
  display: flex;
  width: 90%;
  margin: 0 auto 25px;
}
.remover-l .sec10 .sec10-wrap-col .sec10-wrap-col-img {
  width: 45%;
}
.remover-l .sec10 .sec10-wrap-col .sec10-wrap-col-txt {
  width: 55%;
  padding-left: 5%;
}
.remover-l .sec10 .sec10-wrap-col .sec10-wrap-col-txt p {
  color: #7864d2;
  font-size: 16px;
  text-align: left;
}
.remover-l .sec10 h4 {
  font-size: 24px;
  color: #7864d2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 35px;
  line-height: 1.55;
}
.remover-l .sec10 p {
  font-size: 16px;
  text-align: center;
  color: #7864d2;
  font-weight: bold;
}
.remover-l .sec11 {
  background-color: #ffd7ff;
  padding-bottom: 40px;
}
.remover-l .sec11 .sec11-title {
  background-color: #7864d2;
  padding: 40px 0px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.remover-l .sec11 .sec11-title h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
}
.remover-l .sec11 .sec11-wrap {
  width: 90%;
  margin: 0 auto;
}
.remover-l .sec11 .sec11-wrap .sec11-desc {
  font-size: 16px;
  color: #7864d2;
  margin-bottom: 15px;
}
.remover-l .sec11 .sec11-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.remover-l .sec11 .sec11-wrap ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.remover-l .sec11 .sec11-wrap ul li:nth-child(2n) {
  margin-right: 0px;
}

.top {
  position: relative;
  width: 100%;
}
.top .breadcrumb {
  background-color: inherit;
}
.top .top-mov {
  width: 100%;
  height: 100vh;
  min-height: 70rem;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .top .top-mov {
    top: 50px;
  }
}
.top .top-mov .top-mov-wrap {
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.top .top-mov .top-mov-wrap .top-mov-wrap-visual {
  position: absolute;
  bottom: 0px;
  right: -5%;
  width: 85vw;
  height: 80%;
}
@media screen and (min-width: 980px) {
  .top .top-mov .top-mov-wrap .top-mov-wrap-visual {
    height: 100%;
    width: 100vw;
  }
}
.top .top-mov .top-mov-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 980px) {
  .top .top-mov .top-mov-wrap video {
    height: auto;
    min-height: 75rem;
  }
}
.top .top-mov .top-mov-wrap .top-mov-wrap-sum {
  position: absolute;
  bottom: 0px;
  display: none;
  right: -5%;
  width: 85vw;
  height: 80%;
}
@media screen and (min-width: 980px) {
  .top .top-mov .top-mov-wrap .top-mov-wrap-sum {
    height: 100%;
    width: 100vw;
  }
}
.top .top-mov .top-mov-wrap .top-mov-wrap-sum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 980px) {
  .top .top-mov .top-mov-wrap .top-mov-wrap-sum img {
    height: auto;
    min-height: 75rem;
  }
}
.top .top-title {
  height: calc(100vh - 122px);
  min-height: 600px;
  position: relative;
  width: 100%;
}
.top .top-title .top-title-wrap {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.top .top-title .top-title-wrap h2 {
  font-size: 40px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
  text-shadow: 0px 0px 10px #fff;
}
@media screen and (min-width: 980px) {
  .top .top-title .top-title-wrap h2 {
    font-size: 52px;
  }
}
.top .top-title .top-title-wrap p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .top .top-title .top-title-wrap p {
    font-size: 16px;
  }
}
.top .sec01 {
  margin-top: 300px;
  margin-bottom: 200px;
}
.top .sec01 p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  padding-right: 10%;
}
@media screen and (min-width: 980px) {
  .top .sec01 p {
    padding-right: 0%;
    font-size: 15px;
  }
}
.top .sec02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 980px) {
  .top .sec02 {
    margin-bottom: 120px;
  }
}
.top .sec02 .sec02-wrap {
  display: flex;
  flex-wrap: wrap;
}
.top .sec02 .sec02-wrap .sec02-wrap-col {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .top .sec02 .sec02-wrap .sec02-wrap-col {
    width: 48%;
  }
  .top .sec02 .sec02-wrap .sec02-wrap-col:nth-child(1) {
    margin-right: 4%;
  }
  .top .sec02 .sec02-wrap .sec02-wrap-col:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .top .sec02 .sec02-wrap .sec02-wrap-col {
    margin-bottom: 0px;
    width: 30%;
    margin-right: 5%;
  }
  .top .sec02 .sec02-wrap .sec02-wrap-col:nth-child(1) {
    margin-right: 5%;
  }
  .top .sec02 .sec02-wrap .sec02-wrap-col:nth-child(3) {
    width: 30%;
  }
  .top .sec02 .sec02-wrap .sec02-wrap-col:nth-child(3n) {
    margin-right: 0px;
  }
}
.top .sec02 .sec02-wrap .sec02-wrap-col .sec02-wrap-col__img {
  margin-bottom: 15px;
}
.top .sec02 .sec02-wrap .sec02-wrap-col .sec02-wrap-col__img img, .top .sec02 .sec02-wrap .sec02-wrap-col .sec02-wrap-col__img video {
  width: 100%;
}
.top .sec02 .sec02-wrap .sec02-wrap-col .sec02-wrap-col__img img {
  height: 250px;
  object-fit: cover;
}
.top .sec02 .sec02-wrap .sec02-wrap-col .sec02-wrap-col__img video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid #fff;
}
.top .sec02 .sec02-wrap .sec02-wrap-col h3 {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.top .sec03 {
  margin-bottom: 80px;
}
@media screen and (min-width: 980px) {
  .top .sec03 {
    margin-bottom: 160px;
  }
}
.top .sec03 .sec03-bnr {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .top .sec03 .sec03-bnr {
    margin-bottom: 80px;
  }
}
.top .sec03 .sec03-bnr img {
  border: 1px solid #ccc;
}
.top .sec03 .sec03-img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.top .sec04 {
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media screen and (min-width: 980px) {
  .top .sec04 {
    padding-bottom: 180px;
  }
}
.top .sec04 .com-btn {
  margin-top: 80px;
}
.top .sec04 .sec04-wrap .sec04-wrap-col {
  padding: 0px 10px;
}
@media screen and (min-width: 980px) {
  .top .sec04 .sec04-wrap .sec04-wrap-col {
    padding: 0px 20px;
  }
}
.top .sec04 .slick-next {
  width: 25px;
  height: 25px;
  z-index: 9;
  right: -20px;
  left: inherit;
}
@media screen and (min-width: 1200px) {
  .top .sec04 .slick-next {
    right: -40px;
  }
}
.top .sec04 .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top .sec04 .slick-prev {
  width: 25px;
  height: 25px;
  z-index: 9;
  left: -20px;
}
@media screen and (min-width: 1200px) {
  .top .sec04 .slick-prev {
    left: -40px;
  }
}
.top .sec04 .slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/css/./img/css/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top .sec04 .slick-dots {
  bottom: -50px;
}
.top .sec04 .slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 0px !important;
  display: block;
  transform: translate(-50%, -50%);
}
.top .sec04 .slick-dots button:before {
  display: none;
}
.top .sec04 .slick-dots .slick-active button {
  background-color: #000;
}
.top .sec05 .sec03-img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.top .sec06 {
  padding-top: 40px;
  margin-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .top .sec06 {
    padding-top: 80px;
    margin-bottom: 50px;
  }
}
.top .sec06 table tr:first-of-type {
  border-top: 1px solid #040000;
}
.top .sec06 table th, .top .sec06 table td {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding: 20px 10px;
  line-height: 2;
  border: none;
}
@media screen and (min-width: 980px) {
  .top .sec06 table th, .top .sec06 table td {
    padding: 40px 20px;
    font-size: 18px;
  }
}
.top .sec06 table th {
  width: 30%;
  border-bottom: 1px solid #040000;
}
.top .sec06 table td {
  width: 70%;
  border-bottom: 1px solid #040000;
}

.faq .faq-visual {
  width: 100%;
  height: 500px;
  background-image: url(../img/css/./img/css/faq_visual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .faq .faq-visual {
    height: 300px;
    background-image: url(../img/css/./img/css/faq_visual_mobile.jpg);
    background-size: contain;
    margin-bottom: 30px;
  }
}
.faq .faq-visual .faq-title {
  position: absolute;
  top: 40%;
  left: 20%;
}
@media screen and (max-width: 599px) {
  .faq .faq-visual .faq-title {
    top: 30%;
    left: 13%;
  }
}
.faq .faq-visual .faq-title p {
  font-size: 20px;
  margin-bottom: 45px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .faq .faq-visual .faq-title p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.faq .faq-visual .faq-title h2 {
  font-size: 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .faq .faq-visual .faq-title h2 {
    font-size: 35px;
  }
}
.faq .sec02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .faq .sec02 {
    padding-bottom: 30px;
  }
}
.faq .faq-link {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .faq .faq-link {
    margin-bottom: 60px;
  }
}
.faq .faq-link .faq-contents p {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents p {
    font-size: 16px;
  }
}
.faq .faq-link .faq-contents .faq-btn {
  display: flex;
  flex-wrap: wrap;
}
.faq .faq-link .faq-contents .faq-btn .faq-btn-wrap {
  width: 22%;
  max-width: 263px;
  margin-right: 3%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn .faq-btn-wrap {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}
.faq .faq-link .faq-contents .faq-btn .faq-btn-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: -4.5%;
  height: 100%;
  width: 1px;
  background-color: #000000;
}
@media screen and (min-width: 600px) {
  .faq .faq-link .faq-contents .faq-btn .faq-btn-wrap::after {
    right: -7%;
  }
}
.faq .faq-link .faq-contents .faq-btn .faq-btn-wrap:last-child {
  margin-right: 0px;
}
.faq .faq-link .faq-contents .faq-btn .faq-btn-wrap:last-child::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn .faq-btn-wrap:nth-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn .faq-btn-wrap:nth-child(2)::after {
    display: none;
  }
}
.faq .faq-link .faq-contents .faq-btn .faq-btn-wrap a {
  display: block;
  text-align: center;
  background-color: #f0f0ed;
  padding: 15px 0px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 980px) {
  .faq .faq-link .faq-contents .faq-btn .faq-btn-wrap a {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn-man .faq-btn-wrap {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn-man .faq-btn-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    right: -9%;
    height: 100%;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn-man .faq-btn-wrap:nth-child(2) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .faq .faq-link .faq-contents .faq-btn-man .faq-btn-wrap:last-child::before {
    position: absolute;
    content: "";
    top: 0;
    left: -9%;
    height: 100%;
    width: 1px;
    background-color: #000000;
  }
}
.faq .faq-list {
  margin-bottom: 100px;
}
.faq .faq-list .faq-list-title {
  border-bottom: solid 1px;
  border-color: black;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.faq .faq-list .faq-list-title h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 599px) {
  .faq .faq-list .faq-list-title h3 {
    font-size: 18px;
  }
}
.faq .faq-list .faq-tex {
  margin-bottom: 90px;
}
.faq .faq-list .faq-tex dl {
  border-bottom: solid 1px;
  border-color: black;
}
.faq .faq-list .faq-tex dl .faq-t {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  position: relative;
  padding-right: 18%;
  padding-left: 25px;
  text-align: justify;
}
.faq .faq-list .faq-tex dl .faq-t:hover {
  cursor: pointer;
  opacity: 0.85;
}
@media screen and (max-width: 599px) {
  .faq .faq-list .faq-tex dl .faq-t {
    padding-left: 15px;
    font-size: 13px;
    padding-right: 25px;
  }
}
.faq .faq-list .faq-tex dl .faq-t::before {
  content: "Q";
  position: absolute;
  width: 16px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  padding-right: 15px;
}
.faq .faq-list .faq-tex dl .faq-t::after {
  content: "";
  display: inline-block;
  background-image: url(../img/css/./img/css/faq_icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0px;
}
@media screen and (min-width: 980px) {
  .faq .faq-list .faq-tex dl .faq-t::after {
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
.faq .faq-list .faq-tex dl .active::after {
  content: "";
  background-image: url(../img/css/./img/css/faq_icon_minus.png);
}
.faq .faq-list .faq-tex dl .faq-d {
  font-size: 16px;
  letter-spacing: 0.2em;
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 2px;
  padding: 0px 25% 25px 28px;
  display: none;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .faq .faq-list .faq-tex dl .faq-d {
    font-size: 13px;
    padding-right: 10px;
  }
}
.faq .faq-list .faq-tex dl .faq-d::before {
  content: "A";
  position: absolute;
  left: 0;
  width: 13px;
  padding-right: 15px;
  top: 2px;
}

.page-reserve .reservation-wrap-step1 {
  display: none;
}
.page-reserve .reservation-container-title {
  display: none;
}
.page-reserve .reservation {
  padding-top: 140px;
}

.reservation {
  background-color: #e6f0fa;
  padding: 40px 0px 120px;
}
.reservation .reservation-container {
  position: relative;
  max-width: 750px !important;
}
.reservation .reservation-container-title h2 {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.reservation .reservation-container-title h2 span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.reservation .reservation-wrap-step2 {
  display: none;
}
.reservation .content-width {
  width: 100% !important;
}
.reservation .reservation-wrap {
  padding: 60px 20px;
  background-color: #fff;
}
.reservation .reservation-wrap .reserve-step {
  text-align: center;
  margin-bottom: 15px;
}
.reservation .reservation-wrap .reserve-step img {
  width: 100%;
  max-width: 600px;
}
.reservation .reservation-wrap .reserve-day {
  font-size: 10px;
}
@media screen and (min-width: 980px) {
  .reservation .reservation-wrap .reserve-day {
    font-size: 15px;
  }
}
.reservation .reservation-wrap .title {
  font-size: 30px;
  text-align: center;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .reservation .reservation-wrap .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.reservation .reservation-wrap-btn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b2b2b2;
}
.reservation .reservation-wrap-btn div {
  width: 110px;
  background-color: #e5e5e5;
}
.reservation .reservation-wrap-btn div a {
  font-size: 13px;
}
.reservation .reservation-wrap-btn .reservation-wrap-btn__prev a {
  display: block;
  padding: 10px;
  text-align: left;
  padding-left: 22px;
  position: relative;
}
.reservation .reservation-wrap-btn .reservation-wrap-btn__prev a:after {
  width: 6px;
  height: 14px;
  background-image: url(../img/css/./img/css/icon-prev-re.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
  position: absolute;
}
.reservation .reservation-wrap-btn .reservation-wrap-btn__next a {
  display: block;
  padding: 10px;
  text-align: right;
  padding-right: 22px;
  position: relative;
}
.reservation .reservation-wrap-btn .reservation-wrap-btn__next a:after {
  width: 6px;
  height: 14px;
  background-image: url(../img/css/./img/css/icon-next-re.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
.reservation table {
  border-top: 1px solid #b2b2b2;
}
.reservation table th,
.reservation table td {
  font-size: 15px;
  text-align: center;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  height: 34.4px;
  vertical-align: middle;
}
.reservation table th:last-of-type,
.reservation table td:last-of-type {
  border-right: 0px solid #b2b2b2;
}
@media screen and (max-width: 599px) {
  .reservation table th,
  .reservation table td {
    font-size: 10px;
  }
}
.reservation table th {
  background-color: #e5e5e5;
  font-weight: normal;
}
.reservation table td {
  padding: 0px;
  line-height: 1.4;
}
.reservation table td:last-of-type {
  border-right: 1px solid #ccc;
}
.reservation table td span {
  padding: 6px 0px;
  display: block;
}
.reservation table .fin {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 15px;
}
.reservation table .no {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 15px;
}
.reservation table .ok {
  text-align: center;
  font-size: 15px;
  padding: 4px 0px;
  display: block;
  line-height: 2;
}
.reservation table .ok:hover {
  background-color: #50aaff;
  color: #fff;
}
.reservation table .reserve-day {
  font-size: 10px;
}
@media screen and (min-width: 980px) {
  .reservation table .reserve-day {
    font-size: 13px;
  }
}
.reservation .custom-info {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.reservation .custom-info:first-of-type {
  border-top: 1px solid #ccc;
}
.reservation .custom-info .custom-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-title {
  width: 200px;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .reservation .custom-info .custom-info-wrap .custom-info-wrap-title {
    width: 140px;
    font-size: 10px;
  }
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-title span {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  display: inline-block;
  background-color: #666666;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .reservation .custom-info .custom-info-wrap .custom-info-wrap-title span {
    right: 5px;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
  }
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col {
  width: calc(100% - 200px);
  display: flex;
}
@media screen and (max-width: 599px) {
  .reservation .custom-info .custom-info-wrap .custom-info-wrap-col {
    width: calc(100% - 140px);
  }
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-1-1 {
  width: 100%;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-2-1 {
  width: 48%;
  margin-right: 4%;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-2-1:nth-child(2n) {
  margin-right: 0px;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-3-1 {
  width: 32%;
  margin-right: 2%;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col .custom-info-wrap-col-3-1:nth-child(3n) {
  margin-right: 0px;
}
.reservation .custom-info .custom-info-wrap .custom-info-wrap-col span {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .reservation .custom-info .custom-info-wrap .custom-info-wrap-col span {
    font-size: 12px;
  }
}
.reservation .custom-privacy-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.reservation .custom-privacy {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .reservation .custom-privacy {
    height: 150px;
  }
}
.reservation .custom-privacy .custom-privacy-wrap {
  font-size: 14px;
}
.reservation .reserve-btn-1 {
  margin-top: 20px;
}
.reservation .reserve-btn-1 li {
  width: 200px !important;
}
.reservation .reserve-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation .reserve-btn ul li {
  width: 150px;
  margin-right: 10px;
}
.reservation .reserve-btn ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  background-color: #0693e3;
  padding: 4px 0px;
  border-radius: 15px;
  text-align: center;
}
.reservation .reserve-btn ul li:last-child {
  margin-right: 0px;
}
.reservation .reserve-btn ul li:last-child a {
  background-color: #777;
}
.reservation .reservation-wrap-step3 {
  display: none;
}
.reservation .reservation-wrap-step3 h3 {
  font-weight: normal;
  background-color: #000;
  color: #50aaff;
  padding-left: 15px;
  margin: 15px 0px 0px;
  padding: 12px 0px 12px 20px;
  font-size: 15px;
}
.reservation .reservation-wrap-step3 .reserve-menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .reservation .reservation-wrap-step3 .reserve-menu {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-1-1 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-1-1 {
    margin-bottom: 10px;
    padding-top: 0px;
  }
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-2-1 {
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-2-1 {
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
  }
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-2-1:last-child {
  border-right: 0px solid #ccc;
}
@media screen and (max-width: 599px) {
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-2-1 {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-3-1 {
  width: 33.33%;
  border-right: 1px solid #ccc;
  padding: 10px;
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-3-1:last-child {
  border-right: 0px solid #ccc;
}
@media screen and (max-width: 599px) {
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-3-1 {
    width: 100%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-3-1:last-child {
    border-right: 1px solid #ccc;
  }
}
.reservation .reservation-wrap-step3 .reserve-menu h4 {
  margin-bottom: 6px;
}
.reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-txt span {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .reservation .reservation-wrap-step3 .reserve-menu .reserve-menu-txt span {
    font-size: 13px;
  }
}
.reservation .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 0px;
}
.reservation .submit button {
  padding: 15px;
  border-radius: 30px;
  width: 200px;
}

.reserve-finish {
  padding: 200px 0px 100px 0px;
  background-color: #e6f0fa;
}
.reserve-finish .reserve-finish-wrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
}
.reserve-finish .title {
  color: #00b344;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.reserve-finish p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}

.reserve-01 {
  background-color: #f0f0f0 !important;
}
.reserve-01 .reserve-01-container {
  background-color: #f0f0f0;
  padding: 75px 0px 60px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .reserve-01 .reserve-01-container {
    padding: 120px 0px 60px;
  }
}
.reserve-01 .reserve-01-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.reserve-01 .reserve-01-wrap h1 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .reserve-01 .reserve-01-wrap h1 {
    font-size: 50px;
  }
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-title {
  width: 100%;
  background-color: #000;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-title h2 {
  color: #fff;
  text-align: center;
  margin: 0px;
  font-size: 20px;
  padding: 15px 0px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-container {
  padding: 20px 2.5%;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .reserve-01 .reserve-01-wrap .reserve-01-wrap-container {
    padding: 40px;
  }
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #aaa;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item:nth-child(2n) {
  margin-right: 0px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item h3 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item ul li {
  margin-bottom: 15px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item ul li:last-child {
  margin-bottom: 0px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item ul li a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item ul li a {
    font-size: 16px;
    padding: 20px 0px;
  }
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-col .reserve-01-wrap-col-item ul li a:hover {
  background-color: #000;
  color: #fff;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-desc {
  display: flex;
  padding-top: 20px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-desc ul {
  width: 49%;
  margin-right: 2%;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-desc ul:nth-child(2n) {
  margin-right: 0px;
}
.reserve-01 .reserve-01-wrap .reserve-01-wrap-desc ul li a {
  font-size: 13px;
  text-decoration: underline;
}
.reserve-01 .reserve-01-wrap .menu-facial-list {
  margin-bottom: 30px;
}
.reserve-01 .reserve-01-wrap .menu-facial-list li {
  margin-bottom: 15px;
}
.reserve-01 .reserve-01-wrap .menu-facial-list li:last-child {
  margin-bottom: 0px;
}
.reserve-01 .reserve-01-wrap .menu-facial-list li a {
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #aaa;
  font-size: 20px;
  padding: 15px 0px;
  line-height: 1;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.reserve-01 .reserve-01-wrap .menu-facial-list li a span {
  font-size: 12px;
}

.reserve-confirm {
  background-color: #f0f0f0 !important;
}
.reserve-confirm .reserve-confirm-container {
  background-color: #f0f0f0;
  padding: 70px 0px 60px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-container {
    padding: 120px 0px 60px;
  }
}
.reserve-confirm .reserve-step {
  text-align: center;
}
.reserve-confirm .reserve-step img {
  width: 100%;
  max-width: 600px;
}
.reserve-confirm .reservation-wrap {
  padding: 40px 20px 60px;
}
@media screen and (max-width: 599px) {
  .reserve-confirm .reservation-wrap {
    padding: 30px 2.5%;
  }
}
.reserve-confirm .reserve-confirm-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.reserve-confirm .reserve-confirm-wrap h1 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-wrap h1 {
    font-size: 50px;
  }
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col {
  margin-bottom: 40px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col:last-child {
  margin-bottom: 0px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first .reserve-confirm-wrap-col-first-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first span {
  border: 1px solid #333;
  display: block;
  padding: 4px 6px;
  font-size: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first span {
    padding: 4px 12px;
    font-size: 15px;
    margin-right: 15px;
  }
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first a {
  display: block;
  border: 1px solid #cf0010;
  display: block;
  text-decoration: underline;
  padding: 4px 6px;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
  color: #cf0010;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col .reserve-confirm-wrap-col-first a {
    padding: 4px 12px;
    font-size: 15px;
  }
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col table .total {
  background-color: #333;
  color: #fff;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-col table td:last-of-type {
  border-right: 1px solid #ccc;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-total p {
  font-size: 16px;
  text-align: center;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-total p span {
  font-weight: bold;
  font-size: 24px;
  color: #00b344;
  display: inline-block;
  margin: 0px 5px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-addmenu {
  text-align: center;
  margin: 10px 0px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-addmenu a {
  text-decoration: underline;
  font-size: 16px;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-title {
  width: 100%;
  background-color: #000;
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-title h2 {
  color: #fff;
  text-align: center;
  margin: 0px;
  font-size: 16px;
  padding: 10px 0px;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-title h2 {
    font-size: 20px;
    padding: 15px 0px;
  }
}
.reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-container {
  padding: 40px 2.5% 10px;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .reserve-confirm .reserve-confirm-wrap .reserve-confirm-wrap-container {
    padding: 40px 20px;
  }
}

.reserve-back {
  text-align: center;
}
.reserve-back a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}

.facial_step3 .facial_step3-wrap {
  margin-bottom: 30px;
}
.facial_step3 .facial_step3-wrap h3 {
  color: #333;
  text-align: left;
  margin-bottom: 15px;
  padding: 5px 0px;
}
.facial_step3 .facial_step3-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.facial_step3 .facial_step3-wrap ul li {
  width: 49%;
  margin-right: 2%;
}
.facial_step3 .facial_step3-wrap ul li:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 980px) {
  .facial_step3 .facial_step3-wrap ul li {
    width: 32%;
    margin-right: 2%;
  }
  .facial_step3 .facial_step3-wrap ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .facial_step3 .facial_step3-wrap ul li:nth-child(3n) {
    margin-right: 0px;
  }
}
.facial_step3 .facial_step3-wrap ul li input {
  display: none;
}
.facial_step3 .facial_step3-wrap ul li input:checked ~ label {
  background-color: #0693e3 !important;
  border: 1px solid #0693e3 !important;
  color: #fff !important;
}
.facial_step3 .facial_step3-wrap ul li label {
  border: 1px solid #aaa;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  color: #333;
  border-radius: 30px;
  font-size: 13px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (min-width: 980px) {
  .facial_step3 .facial_step3-wrap ul li label {
    font-size: 16px;
    padding: 15px 0px;
  }
}

.facial_step3-option {
  display: none;
  margin-top: 20px;
}
.facial_step3-option .facial_step3-option-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.facial_step3-option .facial_step3-option-wrap li {
  width: 49%;
  margin-right: 2%;
}
.facial_step3-option .facial_step3-option-wrap li:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 980px) {
  .facial_step3-option .facial_step3-option-wrap li {
    width: 48%;
    margin-right: 4%;
  }
  .facial_step3-option .facial_step3-option-wrap li:nth-child(2n) {
    margin-right: 0px;
  }
}
.facial_step3-option .facial_step3-option-wrap li input:checked ~ label {
  background-color: #0693e3 !important;
  border: 1px solid #0693e3 !important;
  color: #fff !important;
}
.facial_step3-option .facial_step3-option-wrap li label {
  border: 1px solid #aaa;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 10px 0px;
  color: #333;
  border-radius: 30px;
  font-size: 13px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (min-width: 980px) {
  .facial_step3-option .facial_step3-option-wrap li label {
    font-size: 16px;
    padding: 15px 0px;
  }
}
.facial_step3-option .facial_step3-option-desc {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #aaa;
}
.facial_step3-option .facial_step3-option-desc li {
  width: 50%;
  padding-right: 5px;
}
.facial_step3-option .facial_step3-option-desc li a {
  font-size: 13px;
  text-decoration: underline;
}

.reserve-list {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.reserve-list li {
  width: 48%;
  margin-right: 4%;
}
.reserve-list li:last-child {
  margin-right: 0px;
}
.reserve-list li a {
  display: block;
  padding: 15px 0px;
  border: 1px solid #000;
  margin: 0px !important;
  text-align: center;
  border-radius: 0px;
}
.reserve-list li .submit {
  background-color: #00b344 !important;
  color: #fff !important;
}

.reserve-menu_name {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 2.5%;
}
@media screen and (min-width: 980px) {
  .reserve-menu_name {
    padding: 20px;
  }
}
.reserve-menu_name .reserve-menu_name-title {
  width: 100px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  margin-right: 6px;
  font-size: 10px;
}
@media screen and (min-width: 980px) {
  .reserve-menu_name .reserve-menu_name-title {
    margin-right: 10px;
    font-size: 11px;
  }
}
.reserve-menu_name span {
  color: #50aaff;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .reserve-menu_name span {
    font-size: 15px;
  }
}

.reserve-step .reservation-flow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 10px 2%;
  color: white;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .reserve-step .reservation-flow {
    align-items: center;
    padding: 10px 20px;
  }
}
.reserve-step .reservation-flow:after {
  position: absolute;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  height: 1px;
  content: "";
  display: none;
  background-color: #50aaff;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .reserve-step .reservation-flow:after {
    display: block;
  }
}
.reserve-step .step {
  display: block;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  flex-wrap: wrap;
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
  padding: 0px 0px;
  margin: 0px;
}
@media screen and (min-width: 980px) {
  .reserve-step .step {
    padding: 0px 10px;
  }
}
.reserve-step .step-number {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #999;
  font-size: 12px;
  margin: 0 auto 4px;
}
@media screen and (min-width: 980px) {
  .reserve-step .step-number {
    margin: 0 auto 6px;
  }
}
.reserve-step .step-label {
  font-size: 10px;
  display: block;
  text-align: center;
  color: #999;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  .reserve-step .step-label {
    letter-spacing: 0em;
    font-size: 13px;
  }
}
.reserve-step .active .step-number {
  background-color: #50aaff !important;
  color: #fff !important;
}
.reserve-step .active .step-label {
  color: #50aaff !important;
}

.manage .reservation {
  padding: 0px;
}
.manage .reserve-table .reserve-day {
  font-size: 11px;
  line-height: 1.4;
}
.manage .reserve-table td {
  text-align: center;
  line-height: 1.1;
}
.manage table td, .manage table th {
  word-break: break-all;
  vertical-align: middle;
}
.manage table th {
  background-color: #0693e3;
  color: #fff;
}
.manage table .w-50 {
  width: 50px !important;
}
.manage table .w-80 {
  width: 80px !important;
}
.manage table .w-100 {
  width: 100px !important;
}
.manage table .w-150 {
  width: 150px !important;
}
.manage table .w-200 {
  width: 200px !important;
}
.manage table .w-250 {
  width: 250px !important;
}
.manage .reserve_status_50 td {
  background-color: rgba(0, 179, 68, 0.2) !important;
}
.manage .reserve_status_99 td {
  background-color: rgba(207, 0, 16, 0.2) !important;
}
.manage .manage-table-overflow {
  overflow-x: scroll;
  width: 100%;
}
.manage .manage-table-overflow .reserve-table {
  width: 5000px;
}
.manage .manage-table-overflow .reserve-table table tr td {
  background-color: #fff;
}
.manage .manage-table-overflow .reserve-table table tr:nth-child(2n) td {
  background-color: #f0f0f0;
}
.manage .manage-table-overflow .reserve-table table .fixed01 {
  position: sticky;
  left: 0;
  z-index: 2;
}
.manage .manage-table-overflow .reserve-list-table {
  width: 100%;
}
.manage .manage-table-overflow .reserve-list-table table tr th {
  font-size: 14px;
}
.manage .manage-table-overflow .reserve-list-table table tr td {
  background-color: #fff;
  font-size: 13px;
}
.manage .manage-table-overflow .reserve-list-table table tr:nth-child(2n) td {
  background-color: #f0f0f0;
}
.manage .manage-wrap {
  display: flex;
}
.manage .manage-wrap .manage-wrap-side {
  width: 220px;
  border-right: 1px solid #eee;
}
.manage .manage-wrap .manage-wrap-side ul li {
  border-bottom: 1px solid #eee;
}
.manage .manage-wrap .manage-wrap-side ul li a {
  padding: 10px;
  display: block;
}
.manage .manage-wrap .manage-wrap-side ul li a:hover {
  background-color: #0693e3;
  color: #fff;
}
.manage .manage-wrap .manage-wrap-main {
  width: calc(100% - 220px);
}
.manage .txt__time__search {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .manage .txt__time__search {
    margin-bottom: 0px;
  }
}
.manage .txt__time__search__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .manage .txt__time__search__wrap {
    width: 850px;
  }
}
@media screen and (max-width: 599px) {
  .manage .txt__time__search__wrap {
    flex-wrap: wrap;
  }
}
.manage .txt__time__search__wrap__input {
  width: 150px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .manage .txt__time__search__wrap__input {
    margin-bottom: 0px;
    width: 200px;
  }
}
.manage .txt__time__search__wrap__input input {
  padding: 8px 10px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .manage .txt__time__search__wrap__input input {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}
.manage .txt__time__search__wrap__input select {
  min-width: 80px;
}
@media screen and (max-width: 599px) {
  .manage .txt__time__search__wrap__input select {
    font-size: 12px;
  }
}
.manage .txt__time__search__wrap__btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .manage .txt__time__search__wrap__btn {
    margin-bottom: 0px;
  }
}
.manage .txt__time__search__wrap__btn input {
  padding: 10px 10px;
  font-size: 13px;
}
@media screen and (min-width: 980px) {
  .manage .txt__time__search__wrap__btn input {
    font-size: 13px;
    padding: 9px 20px !important;
  }
}

.loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.loading-container .loading-container-img {
  width: 80px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.loading-container .loading-container-css {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.loading-container .loading-container-css .sk-cube-grid {
  width: 50px; /* サイズ - 可変 */
  height: 50px; /* サイズ - 可変 */
  margin: 0 auto; /* 上下マージン - 可変 */
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #50aaff; /* ベースの色 - 可変 */
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading-container .loading-container-css .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.login {
  background-color: #f1f6ff;
  padding: 120px 0px 80px;
}
.login .bread-crumb {
  margin-bottom: 60px;
}
.login .wpmem_msg {
  margin: 20px auto;
  width: 90%;
  background-color: #fff;
  padding: 20px;
  color: #777;
  border: 1px solid #777;
}
.login .wpmem_msg strong, .login .wpmem_msg a {
  color: #cf0010;
}
.login #wpmem_login {
  width: 100%;
  padding: 20px 0px;
}
@media screen and (min-width: 980px) {
  .login #wpmem_login {
    padding: 60px 0px;
  }
}
.login fieldset {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0px !important;
  background-color: #fff;
  display: block;
  padding: 40px 15px !important;
}
@media screen and (min-width: 600px) {
  .login fieldset {
    padding: 40px !important;
  }
}
.login fieldset legend {
  color: #0693e3;
}
.login fieldset span {
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .login fieldset span {
    font-size: 15px;
  }
}
.login fieldset span a {
  text-decoration: underline;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .login fieldset span a {
    font-size: 15px;
  }
}
.login fieldset label {
  margin-bottom: 10px;
  display: inline-block;
}
.login input {
  font-size: 16px !important;
}
.login .button_div input {
  display: inline-block !important;
}
.login .button_div label {
  padding-left: 5px;
}

.meta-wrap {
  display: flex;
}
.meta-wrap .meta-wrap-select {
  width: calc(100% - 100px);
}
.meta-wrap .meta-wrap-delete {
  width: 100px;
  padding-left: 10px;
}
.meta-wrap .meta-wrap-delete span {
  display: block;
  background-color: #cf0010;
  padding: 3px 0px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.campaign {
  padding-bottom: 80px;
}
.campaign .campaign-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .campaign .campaign-title {
    margin-bottom: 50px;
  }
}
.campaign .campaign-title h2 {
  text-align: center;
  font-size: 24px;
}
.campaign .campaign-wrap {
  display: flex;
  flex-wrap: wrap;
}
.campaign .campaign-wrap .archive-wrap-col {
  width: 100%;
  margin-bottom: 30px;
}
.campaign .campaign-wrap .archive-wrap-col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .campaign .campaign-wrap .archive-wrap-col {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .campaign .campaign-wrap .archive-wrap-col:nth-child(2n) {
    margin-right: 2%;
  }
  .campaign .campaign-wrap .archive-wrap-col:nth-child(3n) {
    margin-right: 0;
  }
}
.campaign .campaign-wrap .archive-wrap-col .archive-wrap-col-img {
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .campaign .campaign-wrap .archive-wrap-col .archive-wrap-col-img {
    margin-bottom: 20px;
  }
}
.campaign .campaign-wrap .archive-wrap-col .archive-wrap-col-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .campaign .campaign-wrap .archive-wrap-col .archive-wrap-col-img img {
    height: 180px;
  }
}
@media screen and (min-width: 980px) {
  .campaign .campaign-wrap .archive-wrap-col .archive-wrap-col-img img {
    height: 240px;
  }
}
.campaign .campaign-wrap .archive-wrap-col h3 a {
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .campaign .campaign-wrap .archive-wrap-col h3 a {
    font-size: 18px;
  }
}
.campaign .sec10 .sec10-wrap {
  background-color: #A5A8FF;
  padding: 30px 0px 50px;
}
@media screen and (min-width: 980px) {
  .campaign .sec10 .sec10-wrap {
    padding: 40px 0px 60px;
  }
}
.campaign .sec10 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.campaign .sec10 h2 img {
  width: 106px;
}
@media screen and (min-width: 980px) {
  .campaign .sec10 h2 img {
    width: 196px;
  }
}
.campaign .sec10 p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .campaign .sec10 p {
    font-size: 20px;
  }
}
.campaign .sec10 p a {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .campaign .sec10 p a {
    font-size: 20px;
  }
}
.campaign .sec11 {
  padding-bottom: 80px;
  padding-top: 35px;
}
@media screen and (min-width: 980px) {
  .campaign .sec11 {
    padding-top: 70px;
  }
}
.campaign .sec11 .sec11-wrap {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .campaign .sec11 .sec11-wrap {
    margin-bottom: 90px;
  }
}
.campaign .sec11 .sec11-wrap .sec11-wrap-col {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.campaign .sec11 .sec11-wrap .sec11-wrap-col:nth-child(2n) {
  margin-right: 0%;
}
@media screen and (min-width: 980px) {
  .campaign .sec11 .sec11-wrap .sec11-wrap-col {
    width: 22%;
    margin-bottom: 0%;
    margin-right: 4%;
  }
  .campaign .sec11 .sec11-wrap .sec11-wrap-col:nth-child(2n) {
    margin-right: 4%;
  }
  .campaign .sec11 .sec11-wrap .sec11-wrap-col:last-child {
    margin-right: 0px;
  }
}
.campaign .sec11 .sec11-wrap-title h2 {
  width: 65%;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 980px) {
  .campaign .sec11 .sec11-wrap-title h2 {
    margin: 0 auto 50px;
  }
}
.campaign .sec11 .sec11-wrap-desc {
  text-align: center;
}
.campaign .sec11 .sec11-wrap-desc img {
  width: 95%;
  max-width: 1000px;
}
.campaign .sec11 .sec11-wrap-desc .sec11-wrap-desc-col {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.campaign .sec11 .sec11-wrap-desc .sec11-wrap-desc-col .sec11-wrap-desc-col-link {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 980px) {
  .campaign .sec11 .sec11-wrap-desc .sec11-wrap-desc-col .sec11-wrap-desc-col-link {
    margin-bottom: 0px;
    width: 30%;
    margin-right: 3%;
  }
  .campaign .sec11 .sec11-wrap-desc .sec11-wrap-desc-col .sec11-wrap-desc-col-link:nth-child(2) {
    margin-right: 3%;
  }
  .campaign .sec11 .sec11-wrap-desc .sec11-wrap-desc-col .sec11-wrap-desc-col-link:last-child {
    margin-right: 0px;
  }
}

.campaign-single {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.campaign-single .visual-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  right: 0px;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .campaign-single .visual-bg {
    width: 50%;
  }
}
.campaign-single .visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-single .sec10 {
  position: relative;
  z-index: 20;
}
.campaign-single .sec11 {
  background-color: #fff !important;
  position: relative;
  z-index: 20;
}
.campaign-single .sec12 {
  position: relative;
  z-index: 20;
}
.campaign-single section {
  background-color: inherit;
}
.campaign-single .visual-menu {
  position: fixed;
  z-index: 30;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
@media screen and (min-width: 980px) {
  .campaign-single .visual-menu {
    z-index: 1;
    display: block;
    width: calc(50% - 225px);
    height: 100vh;
    left: 0px;
    top: 0px;
    overflow-y: scroll;
    min-height: 800px;
  }
}
.campaign-single .visual-menu .visual-menu-wrap {
  width: 90%;
  max-width: 390px;
  margin: 0 auto;
  padding: 5px 0px;
}

.campaign-single .visual-menu .visual-menu-wrap a{
	display: block;
}
@media screen and (min-width: 980px) {
  .campaign-single .visual-menu .visual-menu-wrap {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
.campaign-single .visual-menu .visual-menu-wrap h2 {
  margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 980px) {
  .campaign-single .visual-menu .visual-menu-wrap h2 {
    display: block;
  }
}
.campaign-single .visual-menu .visual-menu-wrap h2 img {
  width: 160px;
}
.campaign-single .visual-menu .visual-menu-wrap ul li {
  margin-bottom: 5px;
}
.campaign-single .visual-menu .visual-menu-wrap ul li:last-child {
  margin-bottom: 20px;
}
.campaign-single .visual-menu .visual-menu-wrap ul li a {
  color: #7864d2;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .campaign-single .visual-menu .visual-menu-wrap ul li a {
    font-size: 18px;
  }
}
.campaign-single .sec01 {
  padding-bottom: 0px;
}
.campaign-single .campaign-single-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto !important;
  padding-bottom: 80px;
  background-color: #fff;
}
.campaign-single .campaign-single-wrap .cam-01 {
  padding: 35px 0px;
  border-bottom: 1px solid #000;
	padding-top:0 !important;
}
@media screen and (min-width: 980px) {
  .campaign-single .campaign-single-wrap .cam-01 {
    padding: 70px 0px;
  }
}
.campaign-single .campaign-single-wrap .cam-01 .cam-01-wrap {
  text-align: center;
}
.campaign-single .campaign-single-wrap .cam-01 .cam-01-wrap img {
  width: 100%;
}
.campaign-single .campaign-single-wrap .cam-01:last-child {
  border-bottom: 0px solid #000;
  padding-bottom: 0px;
}
.campaign-single .reservation {
  padding-top: 60px !important;
}

.subpage .subpage-sitemap {
  margin: 0px auto 80px;
  width: 100%;
  max-width: 800px;
}
.subpage .subpage-sitemap .subpage-sitemap-list {
  display: flex;
  flex-wrap: wrap;
}
.subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item {
  width: 50%;
  padding: 0px 2.5%;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item {
    width: 33%;
    padding: 0px 2.5%;
    margin-bottom: 30px;
  }
}
.subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item a {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item a {
    font-size: 14px;
  }
}
.subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item span {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item span {
    font-size: 20px;
  }
}
.subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item ul li a {
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  .subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item ul li a:before {
    content: "・";
    margin-right: 5px;
  }
}
.subpage .subpage-sitemap .subpage-sitemap-list .subpage-sitemap-item--large {
  width: 100% !important;
}

.notfound .subpage-sitemap {
  margin-top: 80px !important;
}

.header-scroll {
  box-shadow: inherit !important;
}
.header-scroll:after {
  width: 100% !important;
}
@media screen and (min-width: 980px) {
  .header-scroll .header-wrap {
    padding: 12px 0px !important;
  }
}
@media screen and (min-width: 980px) {
  .header-scroll .header-wrap-logo {
    width: 70px !important;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 801;
  box-shadow: 0px 0px 3px #eee;
  transition: all ease 0.3s;
}
.header:after {
  transition: all ease 0.8s;
  position: absolute;
  width: 0px;
  left: 0px;
  bottom: 0px;
  background: #333;
  height: 1px;
  display: block;
  content: "";
}
.header .header-wrap {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0px;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.3s;
}
@media screen and (min-width: 980px) {
  .header .header-wrap {
    padding: 20px 0px;
  }
}
.header .header-wrap .header-wrap-logo {
  width: 74px;
  transition: all ease 0.3s;
}
@media screen and (min-width: 980px) {
  .header .header-wrap .header-wrap-logo {
    width: 124px;
  }
}
.header .header-wrap .header-wrap-menu {
  display: none;
}
@media screen and (min-width: 980px) {
  .header .header-wrap .header-wrap-menu {
    display: block;
  }
}
.header .header-wrap .header-wrap-menu ul {
  display: flex;
}
.header .header-wrap .header-wrap-menu ul li {
  margin-right: 30px;
}
.header .header-wrap .header-wrap-menu ul li:last-child {
  margin-right: 0px;
}
.header .header-wrap .header-wrap-menu ul li a {
  font-size: 16px;
  font-family: "tbudgothic-std", sans-serif;
  letter-spacing: 0.12em;
}
.header .header-wrap .header-wrap-menu ul li .parent {
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
}
.header .header-wrap .header-wrap-menu ul li .parent:hover {
  opacity: 0.8;
  cursor: pointer;
  overflow: visible !important;
}
.header .header-wrap .header-wrap-menu ul li .parent:hover .child {
  display: block;
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
.header .header-wrap .header-wrap-menu ul li .parent:hover span:after {
  transform: translateY(50%) rotate(180deg);
}
.header .header-wrap .header-wrap-menu ul li span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-family: "tbudgothic-std", sans-serif;
  letter-spacing: 0.12em;
}
.header .header-wrap .header-wrap-menu ul li span:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../img/css/./img/css/icon-header.png);
  content: "";
  display: block;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.header .header-wrap .header-wrap-menu ul li .child {
  transition: all 0.1s ease;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  transform: translateY(1%);
  z-index: -1;
}
.header .header-wrap .header-wrap-menu ul li .child ul {
  padding: 10px 20px;
  border: 1px solid #eee;
  background-color: #fff;
  display: block;
}
.header .header-wrap .header-wrap-menu ul li .child ul li {
  margin: 0px;
  width: 100%;
  margin-bottom: 5px;
}
.header .header-wrap .header-wrap-menu ul li .child ul li:last-child {
  margin-bottom: 0px;
}
.header .header-wrap .header-wrap-menu ul li .child ul li a {
  display: block;
}
.header .header-menu--sp {
  position: absolute;
  right: 5%;
  top: 20px;
  width: 50px;
  transition: all ease 0.3s;
  height: 50px;
}
@media screen and (min-width: 980px) {
  .header .header-menu--sp {
    display: none !important;
  }
}
.header #drawer-checkbox {
  display: none;
}
.header #drawer-icon {
  cursor: pointer;
  display: block;
  right: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
@keyframes movemenu {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .drawer-icon-off span:after, .header .drawer-icon-off span:before {
  opacity: 0;
  animation: movemenu 0.5s ease 0s forwards !important;
}
.header #drawer-icon span {
  display: block;
  width: 50px;
  left: 0px;
  position: absolute;
  transition: all 0s ease;
  height: 2px;
  background: #000;
  z-index: 1000;
  left: 0px;
  top: 20px;
}
.header #drawer-icon span:before {
  -webkit-transform: rotate(0);
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  will-change: transform;
  transform: rotate(0deg);
  margin-top: -6px;
  width: 50px;
  height: 2px;
  top: 0px;
}
.header #drawer-icon span:after {
  -webkit-transform: rotate(0);
  background: #292929;
  content: "";
  display: block;
  height: 4px;
  left: 0%;
  position: absolute;
  top: 50px;
  will-change: transform;
  transform: rotate(0deg);
  margin-top: 6px;
  width: 50px;
  height: 2px;
  top: 0px;
}
@media screen and (max-width: 599px) {
  .header #drawer-checkbox:checked ~ #drawer-content {
    width: 100%;
  }
}
.header #drawer-checkbox:checked ~ #drawer-content li {
  transform: translate(0);
  animation-name: aniopa;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.header #drawer-checkbox:checked ~ #drawer-content .header-mov-wrap-sum {
  display: block !important;
}
.header #drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
  width: 35px;
  height: 35px;
  left: inherit;
  right: 5%;
  position: fixed !important;
  top: 20px;
  opacity: 0;
  animation: movemenu 1s ease 0s forwards;
  will-change: transform;
}
.header #drawer-checkbox:checked ~ #drawer-icon span:before {
  content: "";
  display: block;
  height: 100%;
  left: 17px;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 4px;
  left: 0px;
  width: 35px;
  top: 17px;
  margin: 0px;
  height: 2px;
}
.header #drawer-checkbox:checked ~ #drawer-icon span:after {
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  height: 100%;
  left: 17px;
  margin: -8% 0 0 -42%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 2px;
  left: 0px;
  width: 35px;
  top: 17px;
  margin: 0px;
}
.header #drawer-content {
  overflow: auto;
  position: fixed;
  overflow: hidden;
  top: 79.1px;
  right: 0px;
  width: 100%;
  max-width: 100%;
  height: 0%;
  z-index: 800;
  min-width: 260px;
}
.header #drawer-content .drawer-content-wrap {
  position: relative;
  height: 100vh;
  padding: 15px 5% 150px;
  padding-top: 40px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
}
.header #drawer-content .drawer-content-wrap h2 {
  margin-bottom: 50px;
}
.header #drawer-content .drawer-content-wrap h2 a {
  display: block;
}
.header #drawer-content .drawer-content-wrap h2 img {
  width: 167px;
}
.header #drawer-content .drawer-content-wrap-content {
  min-height: 500px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .header #drawer-content .drawer-content-wrap-content {
    width: 100%;
  }
}
.header #drawer-content .drawer-content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
  padding: 0px 15px;
}
.header #drawer-content .drawer-content-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .header #drawer-content .drawer-content-list ul {
    flex-wrap: nowrap;
  }
}
.header #drawer-content .drawer-content-list ul li {
  width: 50%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.header #drawer-content .drawer-content-list ul li:nth-child(3) {
  width: 100%;
}
.header #drawer-content .drawer-content-list ul li:nth-child(4) {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .header #drawer-content .drawer-content-list ul li {
    margin-right: 33px;
  }
  .header #drawer-content .drawer-content-list ul li:last-child {
    margin-right: 0px;
  }
}
.header #drawer-content .drawer-content-list ul li a, .header #drawer-content .drawer-content-list ul li span {
  font-size: 1.6rem;
  color: #000;
  font-weight: normal;
  font-family: "tbudgothic-std", sans-serif;
}
@media screen and (max-width: 599px) {
  .header #drawer-content .drawer-content-list ul li a, .header #drawer-content .drawer-content-list ul li span {
    font-size: 1.6rem;
  }
}
.header #drawer-content .drawer-content-list ul li span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-family: "tbudgothic-std", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.header #drawer-content .drawer-content-list ul li span:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../img/css/./img/css/icon-header.png);
  content: "";
  display: block;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.header #drawer-content .drawer-content-list ul li ul {
  padding-left: 15px;
}
.header #drawer-content .drawer-content-list ul li ul li {
  margin-bottom: 8px;
  width: 100%;
}
.header #drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.6s ease 0s;
  will-change: transform;
}
.header #drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0;
}
@keyframes aniopa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer {
  background-color: #000;
  padding: 60px 0px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 80px 0px;
  }
}
.footer .content-width {
  position: relative;
}
.footer .footer-bnr {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .footer .footer-bnr {
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    width: 450px;
  }
}
.footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrap .footer-wrap-menu {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu {
    width: calc(100% - 400px);
  }
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item {
  width: 50%;
  padding: 0px 2.5%;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item {
    width: 33%;
    padding: 0px 2.5%;
    margin-bottom: 30px;
  }
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item a {
  display: block;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item a {
    font-size: 14px;
  }
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item span {
    font-size: 20px;
  }
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item ul li a {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item ul li a {
    font-size: 14px;
  }
}
.footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item ul li a:before {
  content: "・";
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-menu .subpage-sitemap-list .subpage-sitemap-item ul li a:before {
    margin-right: 5px;
  }
}
.footer .footer-wrap .footer-wrap-title {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title {
    width: 400px;
    border-bottom: 0px solid #aaa;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.footer .footer-wrap .footer-wrap-title h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title h2 {
    margin-bottom: 60px;
  }
}
.footer .footer-wrap .footer-wrap-title h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title h2 a {
    font-size: 20px;
  }
}
.footer .footer-wrap .footer-wrap-title h2 img {
  width: 80px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title h2 img {
    width: 120px;
  }
}
.footer .footer-wrap .footer-wrap-title dl {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrap .footer-wrap-title dl dt, .footer .footer-wrap .footer-wrap-title dl dd {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title dl dt, .footer .footer-wrap .footer-wrap-title dl dd {
    font-size: 16px;
  }
}
.footer .footer-wrap .footer-wrap-title dl a {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title dl a {
    font-size: 18px;
  }
}
.footer .footer-wrap .footer-wrap-title dl dt {
  width: 130px;
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title dl dt {
    width: 130px;
  }
}
.footer .footer-wrap .footer-wrap-title dl dd {
  width: calc(100% - 130px);
}
@media screen and (min-width: 980px) {
  .footer .footer-wrap .footer-wrap-title dl dd {
    width: calc(100% - 130px);
  }
}
