@charset "UTF-8";
/* CSS Document */
/* ==================================================
	reset
================================================== */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ==================================================
	common
================================================== */
* {
  margin: 0;
  padding: 0;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  color: #000;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
  }
  .sp_none {
    display: none !important;
  }
  .en {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .main_wrapper {
    max-width: 100%;
    margin: 0;
  }
  header {
    width: 100%;
    padding: 4vw 0 4vw 5%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header h1 {
    width: 20%;
    margin: 0;
    display: block;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .common_heading {
    width: 100%;
    margin: 0;
  }
  .common_heading img {
    width: 100%;
    height: auto;
  }
  .common_txt {
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
  }
  #slider01, #slider02 {
    width: 100%;
  }
  #slider01 img, #slider02 img {
    width: 100%;
    height: auto;
  }
  .swipe_wrapper {
    width: 14%;
    margin: 5vw auto 0;
    padding-bottom: 10vw;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .swipe_wrapper img {
    width: 100%;
    height: auto;
  }
  @keyframes swipe {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle-bg {
    position: fixed;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #DAE0E3;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    width: fit-content;
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
    padding: 4.5vw 0;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g-nav li:first-of-type a {
    padding-top: 0;
  }
  #g-nav li:last-of-type a {
    padding-bottom: 0;
  }
  #g-nav li a:hover {
    opacity: 0.5;
  }
  #g-nav li a span {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5em;
    display: block;
  }
  .openbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 5%;
    margin-top: 2vw;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #C1965B;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  #fv {}
  .fv_wrapper {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .fv {
    width: 100%;
    height: auto;
  }
  #about {
    background: #DAE0E3;
    padding: 20vw 0 10vw;
  }
  .about_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  #plan {
    margin-top: 10vw;
  }
  .plan_wrapper {
    width: 90%;
    border-bottom: 2px dashed #000;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .detail_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .detail_inner {
    width: 80%;
    margin: 0 auto;
  }
  .detail_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: left;
    margin-top: 5vw;
  }
  .detail_wrapper img {
    width: 100%;
    height: auto;
  }
  #gallery {
    background: #DAE0E3;
    margin-top: 10vw;
    padding-top: 10vw;
  }
  .gallery_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .gallery_wrapper h2 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
  }
  .gallery_inner {
    width: 100%;
    margin: 5vw auto 0;
  }
  #price {
    background: #F2EEE9;
    margin: 0;
    padding: 10vw 0;
  }
  .price_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .price_inner {
    width: 90%;
    border-top: 2px dashed #000;
    margin: 7vw auto 0;
  }
  .price_inner:first-of-type {
    border: none;
    margin-top: 0;
  }
  .price_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    text-align: left;
    margin-top: 7vw;
  }
  .price {
    font-size: 1.0rem;
    font-weight: 600;
    text-align: right;
    margin-top: 4vw;
  }
  .price span {
    font-size: 1.4rem;
    padding-right: 1%;
  }
  .price_inner h4 {
    width: fit-content;
    font-weight: 600;
    font-size: 1.0rem;
    color: #FFF;
    text-align: left;
    background: #C1965B;
    margin-top: 7vw;
    padding: 3vw 5%;
  }
  .price_note {
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
  }
  #retouch {
    background: #DAE0E3;
    margin: 0;
    padding-top: 10vw;
  }
  .retouch_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .retouch_wrapper h2 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
  }
  .retouch_inner {
    width: 100%;
    margin: 5vw auto 0;
  }
  .ba {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 2.5vw;
  }
  #access {
    margin-top: 10vw;
  }
  .access_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .access_inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .access_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .access_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 2px dashed #000;
  }
  .access_wrapper ul:first-of-type {
    margin-top: 5vw;
  }
  .access_inner li {
    width: 100%;
  }
  .access_inner h4 {
    font-size: 1.0rem;
    font-weight: 600;
    display: block;
    margin-top: 5vw;
  }
  .access_inner li p {
    padding-bottom: 5vw;
  }
  .access_inner li p a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .access_inner li p a:hover {
    opacity: 0.5;
  }
  .access_inner ul:first-of-type h4 {
    margin-top: 0;
  }
  .access_inner ul:first-of-type li:last-of-type p {
    margin-top: 0;
  }
  #map {
    margin-top: 10vw;
  }
  .map_wrapper {
    width: 100%;
    margin: 0;
  }
  .map_wrapper:last-of-type {
    margin-top: 10vw;
  }
  .map_wrapper p {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
  }
  .map_wrapper iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    margin-top: 2.5vw;
  }
  #contact {
    margin-top: 20vw;
  }
  .contact_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .contact_wrapper h2 {
    margin: 0 auto;
  }
  .campaign_wrapper {
    width: 90%;
    border: 3px dashed #000;
    margin: 10vw auto 0;
    padding-bottom: 10vw;
  }
  .campaign_wrapper h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    margin-top: 10vw;
  }
  .campaign_wrapper p {
    text-align: center;
  }
  .campaign_single_price {
    font-size: 1.0rem;
    font-weight: 600;
    margin-top: 5vw;
  }
  .campaign_single_price span {
    font-size: 1.6rem;
    text-decoration: line-through;
    padding-right: 1%;
  }
  .arrow {
    font-size: 1.0rem;
    font-weight: 600;
    margin-top: 5vw;
  }
  .campaign_double_price {
    font-size: 1.0rem;
    font-weight: 600;
    color: #C1965B;
    margin-top: 5vw;
  }
  .campaign_double_price span {
    font-size: 2.2rem;
    color: #C1965B;
    padding-right: 1%;
  }
  .campaign_code_heading {
    font-size: 1.0rem;
    font-weight: 600;
    margin-top: 10vw;
  }
  .campaign_code {
    font-size: 2.6rem;
    margin-top: 5vw;
  }
  .tel_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .tel {}
  .tel a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tel a:hover {
    opacity: 0.5;
  }
  .tel a span {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.0em;
    color: #000;
  }
  .tel_txt {
    line-height: 2.0em;
    margin-top: 2.5vw;
  }
  .add_btn_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .add_btn_inner {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 10px 10px -5px rgba(97, 81, 65, 0.2);
    animation: add 5s linear infinite;
  }
  @keyframes add {
    0% {
      transform: translate(0px, 2px);
    }
    5% {
      transform: translate(0px, -2px);
    }
    10% {
      transform: translate(0px, 2px);
    }
    15% {
      transform: translate(0px, -2px);
    }
    20% {
      transform: translate(0px, 2px);
    }
  }
  .add_btn_inner a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.0em;
    color: #FFF;
    background: #000;
    border-radius: 5pt;
    display: block;
    padding: 4vw 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .add_btn_inner a:hover {
    opacity: 0.5;
  }
  .add_btn_inner a img {
    width: 16%;
    height: auto;
    vertical-align: middle;
    padding-right: 5%;
  }
  .add_btn_inner a span {
    font-size: 1.4rem;
    color: #FFF;
    padding-right: 1%;
  }
  .loa_note_wrapper {
    width: 90%;
    border: 3px dashed #000;
    margin: 20vw auto 0;
  }
  .loa_note_wrapper h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    display: inline-block;
    margin: 10vw 0;
  }
  .loa_note_inner {
    width: 90%;
    margin: 0 auto;
  }
  .loa_note_inner img {
    width: 100%;
    height: auto;
  }
  .loa_note_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 5vw;
    padding-bottom: 5vw;
  }
  footer {
    width: 100%;
    margin: 20vw 0 14.3vw;
    padding-bottom: 2.0vw;
  }
  .footer_img_wrapper {
    width: 100%;
  }
  .footer_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .footer_wrapper {
    width: 100%;
  }
  .footer_logo {
    width: 20%;
    margin: 20vw auto 0;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .footer_wrapper ul {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 10vw auto 0;
  }
  .footer_wrapper li {
    width: calc(calc(100% - 30%) / 2);
    margin-right: 30%;
  }
  .footer_wrapper li:last-of-type {
    margin-right: 0;
  }
  .footer_wrapper li a {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .footer_wrapper li a:hover {
    opacity: 0.5;
  }
  .footer_wrapper li a img {
    width: 100%;
    height: auto;
  }
  .copyright {
    font-size: 1.0rem;
    line-height: 2.0em;
    margin-top: 20vw;
  }
  .float {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .float ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .float_txt {
    width: 56%;
    font-weight: 600;
    line-height: 1.5em;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 238, 233, .9);
    padding: 2vw 0;
  }
  .float_txt span {
    font-size: 0.8rem;
    display: contents;
    padding-right: 0.5%;
  }
  .float_line {
    width: 44%;
    background: rgba(193, 150, 91, .9);
    display: flex;
    align-items: center;
  }
  .float_line a {
    height: 10vw;
    font-weight: 600;
    line-height: 1.5em;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .float_line a:hover {
    opacity: 0.5;
  }
  .float_line a span {
    width: 17%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .float_line a span img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    text-align: center;
    font-size: 1.0rem;
    position: relative;
    background: #DAE0E3;
  }
  .pc_none {
    display: none !important;
  }
  .en {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .main_wrapper {
    max-width: 40%;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0px 20px rgba(51, 51, 51, 0.2);
  }
  header {
    width: 100%;
    margin: 2vw 0 2vw 5%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header h1 {
    width: 20%;
    margin: 0;
    display: block;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .common_heading {
    width: 100%;
    margin: 0;
  }
  .common_heading img {
    width: 100%;
    height: auto;
  }
  .common_txt {
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
  }
  #slider01, #slider02 {
    width: 100%;
  }
  #slider01 img, #slider02 img {
    width: 100%;
    height: auto;
  }
  .swipe_wrapper {
    width: 10%;
    margin: 2.5vw auto 0;
    padding-bottom: 5vw;
    animation: swipe 1.5s ease-in-out infinite;
  }
  .swipe_wrapper img {
    width: 100%;
    height: auto;
  }
  @keyframes swipe {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -30%;
  }
  .circle-bg {
    position: fixed;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #DAE0E3;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    width: fit-content;
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    font-variation-settings: 'wght'600;
    font-size: 0.9rem;
    line-height: 1.5em;
    text-decoration: none;
    padding: 1.5vw;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g-nav li:first-of-type a {
    padding-top: 0;
  }
  #g-nav li:last-of-type a {
    padding-bottom: 0;
  }
  #g-nav li a:hover {
    opacity: 0.5;
  }
  #g-nav li a span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5em;
    display: block;
  }
  .openbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: 2.0vw;
    margin-right: 32%;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #C1965B;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    display: none;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  #fv {}
  .fv_wrapper {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .fv {
    width: 100%;
    height: auto;
  }
  #about {
    background: #DAE0E3;
    padding: 10vw 0 5vw;
  }
  .about_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  #plan {
    margin-top: 5vw;
  }
  .plan_wrapper {
    width: 90%;
    border-bottom: 2px dashed #000;
    margin: 0 auto;
    padding-bottom: 2.5vw;
  }
  .detail_wrapper {
    width: 100%;
    margin: 2.5vw 0 0;
  }
  .detail_inner {
    width: 80%;
    margin: 0 auto;
  }
  .detail_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2.5vw;
  }
  .detail_wrapper img {
    width: 100%;
    height: auto;
  }
  #gallery {
    background: #DAE0E3;
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .gallery_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .gallery_wrapper h2 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
  }
  .gallery_inner {
    width: 100%;
    margin: 2.5vw auto 0;
  }
  #price {
    background: #F2EEE9;
    margin: 0;
    padding: 5vw 0;
  }
  .price_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .price_inner {
    width: 90%;
    border-top: 2px dashed #000;
    margin: 2.5vw auto 0;
  }
  .price_inner:first-of-type {
    border: none;
    margin-top: 0;
  }
  .price_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2.5vw;
  }
  .price {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    margin-top: 1.25vw;
  }
  .price span {
    font-size: 2rem;
    padding-right: 1%;
  }
  .price_inner h4 {
    width: fit-content;
    font-weight: 600;
    font-size: 1.2rem;
    color: #FFF;
    text-align: left;
    background: #C1965B;
    margin-top: 2.5vw;
    padding: 0.75vw 5%;
  }
  .price_note {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 1.25vw;
  }
  #retouch {
    background: #DAE0E3;
    margin: 0;
    padding-top: 5vw;
  }
  .retouch_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .retouch_wrapper h2 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
  }
  .retouch_inner {
    width: 100%;
    margin: 2.5vw auto 0;
  }
  .ba {
    font-size: 2rem;
    text-align: left;
    margin-top: 1.25vw;
  }
  #access {
    margin-top: 5vw;
  }
  .access_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .access_inner {
    width: 90%;
    margin: 2.5vw auto 0;
  }
  .access_inner h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .access_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 2px dashed #000;
  }
  .access_wrapper ul:first-of-type {
    margin-top: 2.5vw;
  }
  .access_inner li {
    width: 100%;
  }
  .access_inner h4 {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-top: 2.5vw;
  }
  .access_inner li p {
    padding-bottom: 2.5vw;
  }
  .access_inner li p a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .access_inner li p a:hover {
    opacity: 0.5;
  }
  .access_inner ul:first-of-type h4 {
    margin-top: 0;
  }
  .access_inner ul:first-of-type li:last-of-type p {
    margin-top: 0;
  }
  #map {
    margin-top: 5vw;
  }
  .map_wrapper {
    width: 100%;
    margin: 0;
  }
  .map_wrapper:last-of-type {
    margin-top: 5vw;
  }
  .map_wrapper p {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
  }
  .map_wrapper iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    margin-top: 1.25vw;
  }
  #contact {
    margin-top: 10vw;
  }
  .contact_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .contact_wrapper h2 {
    margin: 0 auto;
  }
  .campaign_wrapper {
    width: 80%;
    border: 4px dashed #000;
    margin: 5vw auto 0;
    padding-bottom: 5vw;
  }
  .campaign_wrapper h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    margin-top: 5vw;
  }
  .campaign_wrapper p {
    text-align: center;
  }
  .campaign_single_price {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2.5vw;
  }
  .campaign_single_price span {
    font-size: 2rem;
    text-decoration: line-through;
    padding-right: 1%;
  }
  .arrow {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2.5vw;
  }
  .campaign_double_price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #C1965B;
    margin-top: 2.5vw;
  }
  .campaign_double_price span {
    font-size: 3rem;
    color: #C1965B;
    padding-right: 1%;
  }
  .campaign_code_heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 5vw;
  }
  .campaign_code {
    font-size: 4rem;
    margin-top: 2.5vw;
  }
  .tel_wrapper {
    width: 70%;
    margin: 5vw auto 0;
  }
  .tel {}
  .tel a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .tel a:hover {
    opacity: 0.5;
  }
  .tel a span {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 2.0em;
    color: #000;
  }
  .tel_txt {
    line-height: 2.0em;
    margin-top: 1.25vw;
  }
  .add_btn_wrapper {
    width: 70%;
    margin: 5vw auto 0;
  }
  .add_btn_inner {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 10px 10px -5px rgba(97, 81, 65, 0.2);
    animation: add 5s linear infinite;
  }
  @keyframes add {
    0% {
      transform: translate(0px, 2px);
    }
    5% {
      transform: translate(0px, -2px);
    }
    10% {
      transform: translate(0px, 2px);
    }
    15% {
      transform: translate(0px, -2px);
    }
    20% {
      transform: translate(0px, 2px);
    }
  }
  .add_btn_inner a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.0em;
    color: #FFF;
    background: #000;
    border-radius: 5pt;
    display: block;
    padding: 2vw 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .add_btn_inner a:hover {
    opacity: 0.5;
  }
  .add_btn_inner a img {
    width: 16%;
    height: auto;
    vertical-align: middle;
    padding-right: 5%;
  }
  .add_btn_inner a span {
    font-size: 1.8rem;
    color: #FFF;
    padding-right: 1%;
  }
  .loa_note_wrapper {
    width: 90%;
    border: 2px dashed #000;
    margin: 10vw auto 0;
  }
  .loa_note_wrapper h3 {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    display: inline-block;
    margin: 5vw 0;
  }
  .loa_note_inner {
    width: 90%;
    margin: 0 auto;
  }
  .loa_note_inner img {
    width: 100%;
    height: auto;
  }
  .loa_note_inner p {
    line-height: 2.0em;
    text-align: left;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  footer {
    width: 100%;
    background: #DAE0E3;
    margin: 5vw 0 4vw;
    padding: 5vw 0 1.0vw;
  }
  .footer_img_wrapper {
    width: 100%;
  }
  .footer_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .footer_wrapper {
    width: 100%;
  }
  .footer_logo {
    width: 20%;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .footer_wrapper ul {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 5vw auto 0;
  }
  .footer_wrapper li {
    width: calc(calc(100% - 30%) / 2);
    margin-right: 30%;
  }
  .footer_wrapper li:last-of-type {
    margin-right: 0;
  }
  .footer_wrapper li a {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .footer_wrapper li a:hover {
    opacity: 0.5;
  }
  .footer_wrapper li a img {
    width: 100%;
    height: auto;
  }
  .copyright {
    font-size: 1.2rem;
    line-height: 2.0em;
    margin-top: 10vw;
  }
  .float {
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 30%;
    z-index: 1;
  }
  .float ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .float_txt {
    width: 60%;
    font-weight: 600;
    line-height: 2.0em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2EEE9;
  }
  .float_txt span {
    font-size: 1.1rem;
    padding-right: 0.5%;
  }
  .float_line {
    width: 40%;
    background: #C1965B;
  }
  .float_line a {
    height: 4vw;
    font-weight: 600;
    line-height: 2.0em;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .float_line a:hover {
    opacity: 0.5;
  }
  .float_line a span {
    width: 18%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .float_line a span img {
    width: 100%;
    height: auto;
  }
}