@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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;
          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;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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;
}

* {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.page {
  margin: 0;
}

body {
  background: #fff;
}

h1, h2, h3, h4, h5, nav, ul, li, span, a, table, th, td {
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
}

p {
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
}

.defo_inner {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.f_container {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
}

.page_main {
  overflow: hidden;
}

.defo_title {
  text-align: center;
  margin-bottom: 3rem;
}
.defo_title .title_main {
  font-size: 2.4rem;
  letter-spacing: 3px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.defo_title .title_sub {
  font-size: 1rem;
  color: #A38E56;
}

.btn_defo {
  text-align: center;
}
.btn_defo a {
  text-align: center;
  color: #000;
  background-color: #fff;
  display: inline-block;
  min-width: 220px;
  height: 45px;
  line-height: 43px;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  transition: 0.4s;
  letter-spacing: 1px;
  border: 1px solid #000;
}
.btn_defo a span {
  font-size: 0.8rem;
  font-weight: 400;
  transition: none;
}
.btn_defo a:hover {
  color: #fff;
  background-color: #A38E56;
  border: 1px solid #fff;
}

.desc {
  line-height: 1.8;
  font-size: 0.9rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.br_sp {
  display: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .tel_sp {
    display: none;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  width: calc(100% - 4rem);
  margin: 0 auto 1rem;
}
.breadcrumb li {
  margin: 0 0.5rem;
  font-size: 0.8rem;
  position: relative;
  line-height: 1;
  color: rgb(180, 180, 180);
}
.breadcrumb li::before {
  content: ">";
  position: absolute;
  right: -0.75rem;
  top: 45%;
  transform: translateY(-50%);
  color: rgb(180, 180, 180);
}
.breadcrumb li:last-child::before {
  display: none;
}
.breadcrumb li a {
  color: rgb(180, 180, 180);
  transition: 0.4s;
}
.breadcrumb li a:hover {
  color: #A38E56;
}
.breadcrumb .first_bread {
  font-size: 1rem;
  line-height: 0.8;
}
.breadcrumb .first_bread::after {
  content: "";
  background-image: url(../img/first_bread.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -21px;
  top: -3px;
}

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fixed-footer {
  display: none;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .defo_title {
    margin-bottom: 2rem;
  }
  .defo_title .title_main {
    font-size: 2.1rem;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .tel_sp {
    display: block;
  }
  .defo_title {
    margin-bottom: 2rem;
  }
  .defo_title .title_main {
    font-size: 1.9rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .defo_title {
    margin-bottom: 1.8rem;
  }
  .defo_title .title_main {
    font-size: 1.8rem;
  }
  .fixed-footer {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .fixed-footer .fixed-footer_container {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .fixed-footer .fixed-footer_container .ff_menu {
    width: 50%;
    height: 55px;
    text-align: center;
  }
  .fixed-footer .fixed-footer_container .ff_menu a {
    background-color: #C3C1BE;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 10px;
    padding-top: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: 0.4s;
  }
  .fixed-footer .fixed-footer_container .ff_menu a .fas {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    font-size: 18px;
  }
  .fixed-footer .fixed-footer_container .ff_menu a:hover {
    background-color: #A38E56;
  }
  .fixed-footer .fixed-footer_container .ff_menu:first-child {
    border-left: none;
  }
  /*-- ここまで --*/
}
.site-header {
  width: 100%;
  height: 80px;
}
.site-header .header_inner {
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  z-index: 11;
  background: none;
}
.site-header .header_inner .site_logo {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  height: 90px;
  padding-top: 18px;
  z-index: 1;
}
.site-header .header_inner .site_logo img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.site-header .header_inner .site_logo img:hover {
  opacity: 0.8;
}
.site-header .header_inner .header_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 300px;
}
.site-header .header_inner .header_right .main-navigation_f {
  width: 100%;
  justify-content: right;
  height: 100%;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container {
  margin-right: 25px;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 32px;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li {
  font-size: 1.1rem;
  margin: 0 1.8rem;
  text-align: center;
  line-height: 1;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a {
  color: #000;
  line-height: 0.9;
  transition: 0.3s;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a span {
  font-size: 0.7rem;
  transition: none;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents {
  background: #000;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  padding: 2rem 0;
  z-index: 10;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container {
  justify-content: center;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item {
  width: 25%;
  padding: 0 20px;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img .menu_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  z-index: 3;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img:hover img {
  transform: scale(1.2);
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_mega .mega_menu_contents .f_container .item a .mega_img:hover .menu_title {
  color: #C3C1BE;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container {
  padding: 16px 40px 0 0;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper {
  text-align: center;
  margin: 0 10px;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a {
  text-align: center;
  color: #000;
  background-color: #fff;
  display: inline-block;
  min-width: 170px;
  height: 45px;
  line-height: 1.4;
  padding: 4px 20px 0;
  font-size: 12px;
  box-sizing: border-box;
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  transition: 0.4s;
  letter-spacing: 1px;
  border: 1px solid #000;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a span {
  font-size: 14px;
  transition: 0.4s;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a:hover {
  background-color: #A38E56;
  color: #fff;
  border: 1px solid #fff;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a:hover span {
  color: #fff;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel {
  margin: 0 10px;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a {
  text-align: center;
  background-color: #fff;
  display: inline-block;
  width: 47px;
  height: 45px;
  box-sizing: border-box;
  transition: 0.4s;
  border: 1px solid #000;
  position: relative;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  transition: 0.4s;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a:hover {
  background-color: #A38E56;
  border: 1px solid #A38E56;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a:hover svg {
  fill: #fff;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon {
  margin: 0 8px;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a {
  display: inline-block;
  width: 47px;
  height: 45px;
  position: relative;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  fill: #A38E56;
  transition: 0.4s;
}
.site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a svg:hover {
  fill: #C3C1BE;
}

#header_slider {
  background: #f5f5f5;
  width: 100%;
  height: calc(85vh - 70px);
  min-height: 430px;
  max-height: 900px;
}
#header_slider .header_top_slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#header_slider .header_top_slide .slick-list {
  width: 100%;
  height: 100%;
}
#header_slider .header_top_slide .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div {
  width: 100%;
  height: 100%;
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item.item_1 {
  background-image: url(../img/bliss_top_1.jpg);
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item.item_2 {
  background-image: url(../img/bliss_top_2.jpg);
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item.item_3 {
  background-image: url(../img/bliss_top_3.jpg);
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  height: auto;
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_main {
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #fff;
  letter-spacing: 36px;
  padding-left: 36px;
  text-shadow: 1px 2px 3px #808080;
}
#header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_sub {
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.3rem;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}
#header_slider .header_top_slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  z-index: 3;
  cursor: pointer;
}
#header_slider .header_top_slide .slick-arrow:before {
  content: "" !important;
}
#header_slider .header_top_slide .slick-arrow.prev-arrow {
  left: 30px;
}
#header_slider .header_top_slide .slick-arrow.prev-arrow::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 17px);
  transform: translateY(-50%) rotate(-45deg);
  left: -8px;
}
#header_slider .header_top_slide .slick-arrow.prev-arrow::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 17px);
  transform: translateY(-50%) rotate(45deg);
  left: -8px;
}
#header_slider .header_top_slide .slick-arrow.next-arrow {
  right: 30px;
}
#header_slider .header_top_slide .slick-arrow.next-arrow::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 17px);
  transform: translateY(-50%) rotate(45deg);
  right: -8px;
}
#header_slider .header_top_slide .slick-arrow.next-arrow::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 17px);
  transform: translateY(-50%) rotate(-45deg);
  right: -8px;
}
#header_slider .header_top_slide .slick-dots {
  bottom: 20px;
}
#header_slider .header_top_slide .slick-dots li {
  width: 30px;
  height: 30px;
}
#header_slider .header_top_slide .slick-dots li button::before {
  color: #fff;
  font-size: 20px;
}

.header_inner .nav-wrapper {
  height: 100vh;
  right: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s;
  width: 50vw;
  z-index: 3;
  /* メニューオープン時 */
}
.header_inner .nav-wrapper .header-nav {
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.header_inner .nav-wrapper .header-nav .nav-list {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0%;
  transform: translate(-50%, 0%);
  margin: 0;
  padding: 0;
  width: 80%;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item {
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a {
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a:hover {
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a span {
  color: #000;
}
.header_inner .nav-wrapper .header-nav .nav-list li .hotpapper {
  margin-top: 30px;
}
.header_inner .nav-wrapper .header-nav .nav-list li .hotpapper a {
  line-height: 1.4;
  padding: 4px 20px 0;
  font-size: 12px;
  font-weight: 600;
}
.header_inner .nav-wrapper .header-nav .nav-list li .hotpapper a span {
  font-size: 14px;
  font-weight: 600;
}
.header_inner .nav-wrapper .header-nav .nav-list li .line {
  width: 220px;
  margin: 15px auto 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container {
  width: 80%;
  margin: 70px auto 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title {
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title span {
  color: #000;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover {
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover:before {
  background: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover:after {
  background: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:active {
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open {
  color: #A38E56;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open::after {
  opacity: 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #A38E56;
  transition: all 0.2s ease-in-out;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #A38E56;
  transition: all 0.2s ease-in-out;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content {
  background-color: #fff;
  margin-bottom: 1.2rem;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu {
  margin: 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 0.9rem;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li a {
  color: #000;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li a:hover {
  color: #A38E56;
}
.header_inner .nav-wrapper.slide-in {
  transform: translateX(0);
}
.header_inner .buger-btn-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 4;
  display: none;
}
.header_inner .buger-btn-con .burger-btn {
  height: 50px;
  position: relative;
  width: 58px;
  z-index: 4;
  background-color: transparent;
  border: 2px solid #A38E56;
  border-radius: 4px;
  outline: none;
}
.header_inner .buger-btn-con .burger-btn .bar {
  background-color: #A38E56;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.header_inner .buger-btn-con .burger-btn .bar_top {
  top: 13px;
}
.header_inner .buger-btn-con .burger-btn .bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_inner .buger-btn-con .burger-btn .bar_bottom {
  bottom: 13px;
}
.header_inner .buger-btn-con .burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.3s;
}
.header_inner .buger-btn-con .burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
.header_inner .buger-btn-con .burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform 0.3s;
}
.header_inner button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

#pagehead.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 0;
  animation: nyuru 0.5s;
}
#pagehead.fix .header_inner {
  border-bottom: 1px solid #ddd;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu li a {
  color: #000;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a {
  border: 1px solid #000;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a:hover {
  border: 1px solid #A38E56;
  background: #A38E56;
  color: #fff !important;
}

@keyframes nyuru {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}
#pagehead.type_normal .header_inner .site_logo .top_logo_img img {
  transition: 0.4s;
}
#pagehead.type_normal .header_inner .site_logo .top_logo_img img:hover {
  opacity: 0.7;
}
#pagehead.type_normal .header_inner .header_right .main-navigation_f .menu-global-container .menu li a:hover {
  color: #A38E56;
}
#pagehead.type_normal .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a:hover {
  background: #A38E56;
  border-color: #A38E56;
  color: #fff;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .site-header .header_inner .header_right {
    left: unset;
    width: auto;
    padding-left: 0px;
    right: 120px;
  }
  .site-header .header_inner .header_right .main-navigation_f .menu-global-container {
    display: none;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container {
    padding: 16px 0px 0 0;
  }
  .site-header .header_inner .buger-btn-con {
    display: block;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_main {
    font-size: 7rem;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_sub {
    font-size: 2.1rem;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .site-header .header_inner .site_logo {
    left: 30px;
  }
  .site-header .header_inner .header_right {
    right: 100px;
  }
  .site-header .header_inner .buger-btn-con {
    right: 30px;
  }
  #header_slider {
    height: calc(85vh - 80px);
    min-height: 380px;
    max-height: 460px;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_main {
    font-size: 6rem;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_sub {
    font-size: 1.9rem;
  }
  #header_slider .header_top_slide .slick-arrow.prev-arrow::before {
    width: 30px;
    top: calc(50% - 10px);
  }
  #header_slider .header_top_slide .slick-arrow.prev-arrow::after {
    width: 30px;
    top: calc(50% + 10px);
  }
  #header_slider .header_top_slide .slick-arrow.next-arrow::before {
    width: 30px;
    top: calc(50% - 10px);
  }
  #header_slider .header_top_slide .slick-arrow.next-arrow::after {
    width: 30px;
    top: calc(50% + 10px);
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .site-header {
    height: 60px;
  }
  .site-header .header_inner {
    height: 60px;
  }
  .site-header .header_inner .site_logo {
    left: 20px;
    width: 130px;
    height: 60px;
    padding-top: 9px;
  }
  .site-header .header_inner .header_right {
    right: 80px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container {
    padding: 11px 0px 0 0;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper {
    margin: 0 7px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a {
    min-width: 140px;
    height: 38px;
    line-height: 1.3;
    padding: 4px 10px 0;
    font-size: 11px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a span {
    font-size: 12px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel {
    margin: 0 7px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a {
    width: 41px;
    height: 38px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a svg {
    width: 20px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon {
    margin: 0 5px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a {
    width: 41px;
    height: 38px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a svg {
    width: 39px;
  }
  .site-header .header_inner .buger-btn-con {
    right: 20px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn {
    height: 40px;
    width: 45px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar {
    width: 26px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar_top {
    top: 8px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar_bottom {
    bottom: 8px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn.close .bar_top {
    transform: translate(-50%, 11px) rotate(45deg);
  }
  #header_slider {
    height: calc(60vw - 60px);
    min-height: 300px;
    max-height: 360px;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_main {
    font-size: 4.8rem;
    letter-spacing: 30px;
    padding-left: 30px;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_sub {
    font-size: 1.6rem;
  }
  #header_slider .header_top_slide .slick-arrow {
    width: 30px;
    height: 50px;
  }
  #header_slider .header_top_slide .slick-arrow.prev-arrow {
    left: 10px;
  }
  #header_slider .header_top_slide .slick-arrow.prev-arrow::before {
    width: 25px;
    height: 1px;
    top: calc(50% - 8px);
    left: 0;
  }
  #header_slider .header_top_slide .slick-arrow.prev-arrow::after {
    width: 25px;
    height: 1px;
    top: calc(50% + 9px);
    left: 0;
  }
  #header_slider .header_top_slide .slick-arrow.next-arrow {
    right: 10px;
  }
  #header_slider .header_top_slide .slick-arrow.next-arrow::before {
    width: 25px;
    height: 1px;
    top: calc(50% - 8px);
    right: 0;
  }
  #header_slider .header_top_slide .slick-arrow.next-arrow::after {
    width: 25px;
    height: 1px;
    top: calc(50% + 9px);
    right: 0;
  }
  #header_slider .header_top_slide .slick-dots li button::before {
    font-size: 14px;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .site-header .header_inner .site_logo {
    left: 10px;
    width: 120px;
    padding-top: 11px;
  }
  .site-header .header_inner .header_right {
    right: 70px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container {
    padding: 11px 0px 0 0;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper {
    display: none;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a {
    min-width: 140px;
    height: 38px;
    line-height: 1.3;
    padding: 4px 10px 0;
    font-size: 11px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .hotpapper a span {
    font-size: 12px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel {
    margin: 0 7px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a {
    width: 41px;
    height: 38px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .tel a svg {
    width: 20px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon {
    margin: 0 5px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a {
    width: 41px;
    height: 38px;
  }
  .site-header .header_inner .header_right .main-navigation_f .icon-global-container .f_container li .menu_icon a svg {
    width: 39px;
  }
  .site-header .header_inner .nav-wrapper {
    width: 80vw;
  }
  .site-header .header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::before {
    right: 5px;
  }
  .site-header .header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::after {
    right: 5px;
  }
  .site-header .header_inner .nav-wrapper .header-nav .accordion-container li .btn_defo a {
    min-width: 180px;
  }
  .site-header .header_inner .nav-wrapper .header-nav .accordion-container li .line {
    width: 180px;
  }
  .site-header .header_inner .buger-btn-con {
    right: 15px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn {
    height: 38px;
    width: 42px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar {
    width: 26px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar_top {
    top: 8px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn .bar_bottom {
    bottom: 8px;
  }
  .site-header .header_inner .buger-btn-con .burger-btn.close .bar_top {
    transform: translate(-50%, 9px) rotate(45deg);
  }
  #header_slider {
    height: calc(60vw - 60px);
    min-height: 300px;
    max-height: 360px;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_main {
    font-size: 3.8rem;
    letter-spacing: 20px;
    padding-left: 20px;
  }
  #header_slider .header_top_slide .slick-list .slick-track .slick-slide div .item .catch .catch_sub {
    font-size: 1.2rem;
  }
  #header_slider .header_top_slide .slick-dots li button::before {
    font-size: 14px;
  }
  /*-- ここまで --*/
}
#colophon {
  overflow: hidden;
}
#colophon .gift {
  padding: 3rem 0 4rem;
  background-image: url(../img/footer_gift_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#colophon .gift .defo_title {
  margin-bottom: 3.5rem;
}
#colophon .gift .giftcard {
  justify-content: center;
  margin-bottom: 4.5rem;
}
#colophon .gift .giftcard .item {
  width: 40%;
  height: 140px;
  margin: 0 20px;
  position: relative;
  opacity: 0.75;
}
#colophon .gift .giftcard .item.thankyou {
  background-color: #C3C1BE;
}
#colophon .gift .giftcard .item.birth {
  background-color: #D6CDBF;
}
#colophon .gift .giftcard .item p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  width: 100%;
  font-weight: 300;
  opacity: 1;
}
#colophon .yobou {
  background-color: #A38E56;
  padding: 3rem 0;
}
#colophon .yobou .t1 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#colophon .yobou .f_container {
  width: 60%;
}
#colophon .yobou .f_container .item .yobou_img {
  background-color: #fff;
  border-radius: 100%;
  width: 12vw;
  height: 11.5vw;
  position: relative;
  margin-bottom: 0.6rem;
}
#colophon .yobou .f_container .item .yobou_img img {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#colophon .yobou .f_container .item p {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}
#colophon .footer_menu {
  padding: 5rem 0;
  position: relative;
}
#colophon .footer_menu .container .row .fm_l .footer_logo {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
#colophon .footer_menu .container .row .fm_l .footer_logo img {
  width: 240px;
  height: auto;
}
#colophon .footer_menu .container .row .fm_l p {
  padding-right: 3rem;
  margin-bottom: 8px;
  padding-left: 1rem;
  font-size: 0.9rem;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li {
  line-height: 2;
  font-size: 0.9rem;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li a {
  color: #000;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li a:hover {
  color: #A38E56;
}
#colophon .copy_r {
  background-color: #000;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 0;
  height: 50px;
  font-size: 0.8rem;
  font-weight: 200;
}

/*========= ページトップのためのCSS ===============*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

.scroll-top a {
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: block;
}
.scroll-top a:hover {
  color: #C3C1BE;
}
.scroll-top a:hover::before {
  background: #C3C1BE;
}
.scroll-top a:hover::after {
  background: #C3C1BE;
}

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #707070;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #707070;
  transform: skewX(-31deg);
}

_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #707070;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #707070;
  transform: skewX(31deg);
}

_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #colophon .gift {
    padding: 2.5rem 0 3rem;
  }
  #colophon .gift .defo_title {
    margin-bottom: 2rem;
  }
  #colophon .gift .giftcard {
    margin-bottom: 2.5rem;
  }
  #colophon .gift .giftcard .item {
    height: 120px;
    margin: 0 10px;
  }
  #colophon .gift .giftcard .item p {
    font-size: 2rem;
  }
  #colophon .yobou .f_container {
    width: 80%;
  }
  #colophon .yobou .f_container .item .yobou_img {
    width: 18vw;
    height: 18.5vw;
  }
  #colophon .footer_menu {
    padding: 3rem 0 6rem;
  }
  #colophon .footer_menu .container .row .fm_l {
    width: 80%;
    margin: 0 auto 2rem;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo {
    text-align: center;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #colophon .gift .giftcard .item {
    width: 45%;
  }
  #colophon .gift .giftcard .item p {
    font-size: 1.9rem;
  }
  #colophon .yobou .f_container {
    width: 90%;
  }
  #colophon .yobou .f_container .item {
    width: 25%;
  }
  #colophon .yobou .f_container .item .yobou_img {
    width: 20vw;
    height: 20.5vw;
    margin: 0 auto 0.6rem;
  }
  #colophon .footer_menu {
    padding: 2.5rem 0 5rem;
  }
  #colophon .footer_menu .container .row .fm_l {
    width: 85%;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo {
    margin-bottom: 1rem;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo img {
    width: 230px;
    height: auto;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  #colophon .gift {
    background-image: url(../img/footer_gift_bg_sp2.jpg);
  }
  #colophon .gift .giftcard {
    flex-direction: column;
  }
  #colophon .gift .giftcard .item {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    max-width: 360px;
    min-width: 290px;
  }
  #colophon .gift .giftcard .item.thankyou {
    margin-bottom: 1rem;
  }
  #colophon .gift .giftcard .item p {
    font-size: 1.8rem;
  }
  #colophon .yobou {
    padding: 2.5rem 0;
  }
  #colophon .yobou .t1 {
    font-size: 1.2rem;
  }
  #colophon .yobou .f_container .item p {
    font-size: 0.8rem;
  }
  #colophon .footer_menu {
    padding: 2rem 0 4rem;
  }
  #colophon .footer_menu .container .row .fm_l {
    margin: 0 auto 1rem;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo img {
    width: 210px;
  }
  #colophon .footer_menu .container .row .fm_l p {
    padding-right: 0rem;
    margin-bottom: 8px;
    padding-left: 0rem;
    font-size: 0.9rem;
  }
  #colophon .footer_menu .container .row .fm_l a {
    text-align: center;
  }
  #colophon .footer_menu .container .row .fm_r .f_container {
    flex-direction: column;
    justify-content: center;
  }
  #colophon .footer_menu .container .row .fm_r .f_container ul {
    display: inline-block;
    width: 50%;
    margin: 0 auto 2rem;
    max-width: 240px;
    min-width: 195px;
  }
  #colophon .scroll-top {
    bottom: 60px !important;
    animation: arrowmove 1s ease-in-out infinite !important;
  }
  #colophon .scroll-top a {
    font-size: 0.9rem !important;
  }
  @keyframes arrowmove {
    0% {
      bottom: 55px;
    }
    50% {
      bottom: 60px;
    }
    100% {
      bottom: 55px;
    }
  }
  #colophon .copy_r {
    font-size: 0.7rem;
  }
  /*-- ここまで --*/
}
#hs_1 {
  padding: 6rem 0 9rem;
}
#hs_1 .defo_inner {
  text-align: center;
}
#hs_1 .defo_inner .defo_title {
  margin-bottom: 2.5rem;
}
#hs_1 .defo_inner .desc {
  display: inline-block;
  text-align: left;
  width: 80%;
  line-height: 1.8;
  max-width: 660px;
}

#hs_2 {
  position: relative;
  padding: 4rem 0 5rem;
}
#hs_2 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/menu_bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#hs_2::before {
  content: "";
  background: linear-gradient(to bottom, #A38E56 30%, #BCAB80, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 2;
}
#hs_2 .defo_inner {
  position: relative;
  z-index: 3;
}
#hs_2 .defo_inner .defo_title .title_main, #hs_2 .defo_inner .defo_title .title_sub {
  color: #fff;
}
#hs_2 .defo_inner .menu_content .f_container {
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center;
}
#hs_2 .defo_inner .menu_content .f_container .item {
  width: 30%;
  margin: 0 1.5% 2.5rem;
}
#hs_2 .defo_inner .menu_content .f_container .item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#hs_2 .defo_inner .menu_content .f_container .item .title {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
#hs_2 .defo_inner .menu_content .f_container .item .title span {
  font-size: 1rem;
  padding-left: 5px;
}
#hs_2 .defo_inner .menu_content .f_container .item .sub_title {
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 20px;
  font-size: 12px;
  margin-bottom: 8px;
  display: inline-block;
}
#hs_2 .defo_inner .menu_content .f_container .item .desc {
  color: #fff;
  font-size: 0.9rem;
}
#hs_2 .defo_inner .menu_content.datsumou {
  padding-top: 5rem;
}
#hs_2 .defo_inner .menu_content.datsumou .f_container .item .sub_title {
  margin-bottom: 3px;
}
#hs_2 .defo_inner .menu_content.datsumou .f_container .item .desc {
  margin-bottom: 10px;
}

#news_con {
  background: #A38E56;
  padding: 3.5rem 0;
}
#news_con .defo_inner {
  width: 60%;
}
#news_con .defo_inner .defo_title .title_main {
  color: #fff;
}
#news_con .defo_inner .defo_title .title_sub {
  color: #fff;
}
#news_con .defo_inner .news_container {
  background: #fff;
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
}
#news_con .defo_inner .news_container .type-news {
  border-bottom: 2px dashed #ddd;
}
#news_con .defo_inner .news_container .type-news .news_content {
  padding: 16px 0;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .in_container {
  display: flex;
  justify-content: space-around;
  margin: auto;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_left {
  width: 35%;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item {
  width: 50%;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item .news_cate {
  text-align: center;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item .news_cate a {
  display: inline-block;
  min-width: 120px;
  border: 1px solid #000;
  padding: 2px 10px;
  font-size: 12px;
  color: #000;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item .news_date {
  font-size: 14px;
  padding-top: 3px;
  text-align: center;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_right {
  width: 65%;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_right a {
  color: #000;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_right a .desc {
  padding-top: 2px;
}
#news_con .defo_inner .news_container .type-news .news_content .f_container .item_right a .desc:hover {
  color: #A38E56;
}

#blogs_con {
  background-color: #fff;
  padding: 6rem 0 8rem;
  overflow: hidden;
}
#blogs_con .defo_title {
  margin-bottom: 3rem;
}
#blogs_con .blogs_container {
  margin-bottom: 4rem;
  position: relative;
}
#blogs_con .blogs_container .type-blogs .blogs_content {
  padding: 0 7px;
}
#blogs_con .blogs_container .type-blogs .blogs_content .top_con a img {
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.4s;
}
#blogs_con .blogs_container .type-blogs .blogs_content .top_con a img:hover {
  opacity: 0.8;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con {
  background: #fff;
  padding: 1rem 0.6rem 1.5rem;
  border: 1px solid #707070;
  border-top: none;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .cate_date {
  margin-bottom: 0.7rem;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .cate_date .cate {
  border: 1px solid #000;
  padding: 2px 15px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .cate_date .date {
  padding-left: 1rem;
  font-size: 13px;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .title {
  color: #000;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .title:hover {
  color: #A38E56;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .disc {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  min-height: 80px;
}
#blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .btn_blogs a {
  min-width: 170px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
#blogs_con .blogs_container .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  z-index: 3;
  background: #A38E56;
  cursor: pointer;
}
#blogs_con .blogs_container .slick-arrow:before {
  content: "" !important;
}
#blogs_con .blogs_container .slick-arrow:hover {
  background: #C3C1BE;
}
#blogs_con .blogs_container .slick-arrow.prev-arrow {
  left: 20px;
}
#blogs_con .blogs_container .slick-arrow.prev-arrow::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%) rotate(-45deg);
  left: 11px;
}
#blogs_con .blogs_container .slick-arrow.prev-arrow::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%) rotate(45deg);
  left: 11px;
}
#blogs_con .blogs_container .slick-arrow.next-arrow {
  right: 20px;
}
#blogs_con .blogs_container .slick-arrow.next-arrow::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%) rotate(45deg);
  right: 11px;
}
#blogs_con .blogs_container .slick-arrow.next-arrow::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%) rotate(-45deg);
  right: 11px;
}
#blogs_con .blogs_container .slick-dots {
  bottom: -35px;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  #hs_1 {
    padding: 4rem 0 6rem;
  }
  #hs_2 .defo_inner {
    width: 90%;
  }
  #hs_2 .defo_inner .menu_content .f_container .item .sub_title {
    padding: 2px 14px;
  }
  #news_con .defo_inner {
    width: 70%;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .top_con a img {
    height: 21vw;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #hs_1 .defo_inner .defo_title {
    margin-bottom: 2rem;
  }
  #hs_1 .defo_inner .desc {
    width: 100%;
  }
  #hs_2 .defo_inner {
    width: 80%;
  }
  #hs_2 .defo_inner .menu_content .f_container .item {
    width: 47%;
    margin: 0 1.5% 2.5rem;
  }
  #news_con .defo_inner {
    width: 90%;
  }
  #blogs_con {
    padding: 4rem 0 6rem;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .title {
    font-size: 0.8rem;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .disc {
    min-height: 92px;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #hs_1 {
    padding: 4rem 0 5rem;
  }
  #hs_1 .defo_inner {
    width: 90%;
  }
  #hs_1 .defo_inner .desc {
    font-size: 0.8rem;
  }
  #hs_2 .defo_inner {
    width: 90%;
  }
  #hs_2 .defo_inner .menu_content .f_container .item .title {
    font-size: 1.2rem;
  }
  #hs_2 .defo_inner .menu_content .f_container .item .title span {
    font-size: 0.9rem;
    padding-left: 5px;
  }
  #hs_2 .defo_inner .menu_content .f_container .item .sub_title {
    padding: 2px 10px;
    font-size: 11px;
  }
  #hs_2 .defo_inner .menu_content .f_container .item .desc {
    font-size: 0.8rem;
  }
  #news_con .defo_inner .news_container .type-news .news_content {
    padding: 16px 0 8px;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container {
    flex-direction: column;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container .item_left {
    width: 100%;
    justify-content: left;
    margin-bottom: 5px;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item {
    width: auto;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container .item_left .in_item .news_date {
    padding-left: 10px;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container .item_right {
    width: 100%;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .top_con a img {
    height: 40vw;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .title {
    font-size: 1rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  #hs_2::before {
    background: linear-gradient(to bottom, #A38E56 70%, #BCAB80, transparent);
    height: 100%;
  }
  #hs_2 .bg {
    height: 20%;
  }
  #hs_2 .defo_inner {
    width: 80%;
  }
  #hs_2 .defo_inner .menu_content .f_container .item {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  #news_con .defo_inner .news_container {
    padding: 2rem 1.5rem;
  }
  #news_con .defo_inner .news_container .type-news .news_content .f_container .item_right a .desc {
    font-size: 0.8rem;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .top_con a img {
    height: 48vw;
    max-height: 250px;
  }
  #blogs_con .blogs_container .type-blogs .blogs_content .bottom_con .title {
    font-size: 0.9rem;
  }
  #blogs_con .blogs_container .slick-arrow.prev-arrow {
    left: 10px;
  }
  #blogs_con .blogs_container .slick-arrow.next-arrow {
    right: 10px;
  }
  /*-- ここまで --*/
}
.page_main {
  padding: 5rem 0 6rem;
}
.page_main.page_bg {
  background-image: url(../img/page_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page_main.page_bg .page_bg_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.page_main.page_bg .page_section {
  position: relative;
  z-index: 3;
}
.page_main.page_bg .page_section .defo_inner {
  width: 60%;
}
.page_main .menu_contents {
  margin-bottom: 4rem;
}
.page_main .menu_contents .menu_title {
  margin-bottom: 28px;
}
.page_main .menu_contents .menu_title h3 {
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 1rem;
}
.page_main .menu_contents .menu_title h3 span {
  font-size: 1.2rem;
  font-family: montserrat, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 8px;
}
.page_main .menu_contents .menu_title h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.page_main .menu_contents .menu_title h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.page_main .menu_contents .sub_title {
  border: 1px solid #000;
  padding: 2px 20px;
  font-size: 14px;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.7rem;
}
.page_main .menu_contents .desc {
  padding: 0 1rem;
}
.page_main .menu_contents table tr th {
  padding: 16px 1rem;
  vertical-align: middle;
  text-align: left;
  font-size: 1.1rem;
  font-family: source-han-sans-japanese, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dashed #000;
}
.page_main .menu_contents table tr td {
  padding: 16px 1rem;
  vertical-align: middle;
  text-align: right;
  font-size: 1.1rem;
  border-bottom: 1px dashed #000;
  min-width: 160px;
}
.page_main .menu_contents table tr td p {
  font-family: source-han-sans-japanese, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #646464;
}
.page_main .menu_contents table tr td span {
  font-family: source-han-sans-japanese, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #A38E56;
  padding-left: 1rem;
  font-size: 1.1rem;
  display: block;
}
.page_main .menu_contents table tr td span span {
  font-size: 0.9rem;
  display: inline-block;
}
.page_main .menu_contents.type2 table tr th {
  border-bottom: none;
}
.page_main .menu_contents.type2 table tr td {
  border-bottom: none;
}
.page_main .menu_contents.type2 .desc_con {
  border-bottom: 1px dashed #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.2rem;
}
.page_main .chui {
  text-align: center;
  color: #D90606;
  margin-bottom: 3.5rem;
}
.page_main .pr {
  border: 2.5px solid #A38E56;
  padding: 2rem 1rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.page_main .pr h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #A38E56;
  margin-bottom: 1rem;
}
.page_main .pr .desc {
  color: #A38E56;
  font-size: 1.2rem;
  font-weight: 400;
}
.page_main .pr .desc span {
  color: #D90606;
  font-size: 1.3rem;
}
.page_main .pr .desc.pay_list {
  margin: 1rem auto;
}
.page_main .pr .btn-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.page_main .pr .hotpapper a {
  line-height: 1.4;
  padding: 4px 20px 0;
  font-size: 12px;
  font-weight: 600;
}
.page_main .pr .hotpapper a span {
  font-size: 14px;
  font-weight: 600;
}
.page_main .pr.kinshi {
  border: 2.5px solid #D90606;
}
.page_main .pr.kinshi h4 {
  color: #D90606;
}
.page_main .pr.kinshi .desc {
  color: #D90606;
}

#type_hairremoval_page .page_section .defo_inner .menu_contents .sub_title {
  margin-top: 1rem;
  margin-bottom: 0;
}
#type_hairremoval_page .page_section .defo_inner .menu_contents .table_chousei {
  margin-bottom: 3rem;
}
#type_hairremoval_page .page_section .defo_inner .menu_contents table tr th span {
  font-size: 0.9rem;
  padding-left: 10px;
}

#type_gift_page.page_bg {
  background-image: url(../img/giftpage_bg.jpg);
}
#type_gift_page #gift_sec1 .defo_inner {
  width: 80%;
}
#type_gift_page #gift_sec1 .defo_inner .title_mid {
  text-align: center;
  font-size: 1.6rem;
  color: #A38E56;
  margin-bottom: 3rem;
}
#type_gift_page #gift_sec1 .defo_inner .desc {
  width: 70%;
  margin: 0 auto 2rem;
}
#type_gift_page #gift_sec1 .defo_inner .center {
  text-align: center;
}
#type_gift_page #gift_sec1 .defo_inner .giftcard {
  justify-content: center;
  margin-bottom: 5.5rem;
  padding-top: 2rem;
}
#type_gift_page #gift_sec1 .defo_inner .giftcard .item {
  width: 40%;
  height: 140px;
  margin: 0 20px;
  position: relative;
  opacity: 0.75;
}
#type_gift_page #gift_sec1 .defo_inner .giftcard .item.thankyou {
  background-color: #C3C1BE;
}
#type_gift_page #gift_sec1 .defo_inner .giftcard .item.birth {
  background-color: #D6CDBF;
}
#type_gift_page #gift_sec1 .defo_inner .giftcard .item p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  width: 100%;
  font-weight: 300;
  opacity: 1;
}
#type_gift_page #gift_sec2 .defo_inner .menu_contents table tr th {
  border-bottom: none;
  text-align: center;
  line-height: 2;
}
#type_gift_page #gift_sec2 .defo_inner .menu_contents table tr td {
  border-bottom: none;
}
#type_gift_page #gift_sec2 .defo_inner .menu_contents table tr td p {
  font-size: 0.9rem;
}
#type_gift_page #gift_sec2 .defo_inner .menu_contents .gift_plan {
  border-bottom: 1px dashed #000;
  padding: 28px 1rem;
}

#type_access_page {
  padding: 5rem 0 10rem;
  background-image: none;
}
#type_access_page #access_sec1 .store_info {
  margin-bottom: 2.5rem;
}
#type_access_page #access_sec1 .store_info tr th {
  width: 20%;
  font-size: 1rem;
}
#type_access_page #access_sec1 .store_info tr td {
  width: 80%;
  text-align: left;
  font-size: 0.9rem;
}
#type_access_page #access_sec1 .map {
  margin-bottom: 6rem;
}
#type_access_page #access_sec1 .map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
#type_access_page #access_sec1 .toho {
  margin-bottom: 3rem;
}
#type_access_page #access_sec1 .toho img {
  display: block;
  width: 70%;
  margin: 2rem auto 0.8rem;
}
#type_access_page #access_sec1 .toho p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#type_access_page #access_sec1 .f_container {
  margin-top: 3rem;
  justify-content: space-between;
}
#type_access_page #access_sec1 .f_container .item {
  width: 31%;
}

#type_faq_page {
  background-image: none;
}
#type_faq_page .menu_contents {
  margin-bottom: 2rem;
}
#type_faq_page .menu_contents .menu_title h3 {
  font-size: 1.3rem;
}
#type_faq_page .accordion-container {
  width: 100%;
  margin-bottom: 4.5rem;
}
#type_faq_page .accordion-container .accordion-title {
  position: relative;
  margin: 1.8rem 0;
  padding: 1.2em 2.725em 1.2em 2em;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.5;
  border-bottom: 1px dashed #000;
  text-indent: -1.6rem;
}
#type_faq_page .accordion-container .accordion-title span {
  color: #A38E56;
  font-size: 1.3em;
  margin-right: 5px;
}
#type_faq_page .accordion-container .accordion-title:hover {
  color: #A38E56;
}
#type_faq_page .accordion-container .accordion-title:hover::before {
  background: #A38E56;
}
#type_faq_page .accordion-container .accordion-title:hover::after {
  background: #A38E56;
}
#type_faq_page .accordion-container .accordion-title:active {
  color: #A38E56;
}
#type_faq_page .accordion-container .accordion-title.open {
  color: #A38E56;
}
#type_faq_page .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
#type_faq_page .accordion-container .accordion-title.open::after {
  opacity: 0;
}
#type_faq_page .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #000;
  transition: all 0.2s ease-in-out;
}
#type_faq_page .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
#type_faq_page .accordion-container .accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #fff;
  background-color: #fff;
  margin-top: 1rem;
  border-radius: 20px;
  padding: 1rem 2.3rem;
}
#type_faq_page .accordion-container .accordion-content p {
  line-height: 1.5;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 0.9rem;
}
#type_faq_page .accordion-container .accordion-content p span {
  color: #A38E56;
  font-size: 1.2rem;
}

#privacy_sec1 {
  padding: 0 0 4rem;
}
#privacy_sec1 .defo_inner .privacy_content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#privacy_sec1 .defo_inner .privacy_content .desc {
  margin-bottom: 2rem;
}

.archive_main {
  padding: 0 0 6rem;
}
.archive_main .container {
  padding: 0 0 5rem;
  width: 80%;
  max-width: 1000px;
}
.archive_main .container .row .type3col {
  margin-bottom: 2rem;
  padding: 0;
}
.archive_main .container .row .type3col .archive_post {
  height: 100%;
}
.archive_main .container .row .type3col .archive_post .blogs_content {
  padding: 0 8px;
}
.archive_main .container .row .type3col .archive_post .blogs_content .top_con a img {
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.4s;
}
.archive_main .container .row .type3col .archive_post .blogs_content .top_con a img:hover {
  opacity: 0.8;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con {
  background: #fff;
  padding: 1rem 0.6rem 1.5rem;
  border: 1px solid #707070;
  border-top: none;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .cate_date {
  margin-bottom: 0.7rem;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .cate_date .cate {
  border: 1px solid #000;
  padding: 2px 15px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .cate_date .date {
  padding-left: 1rem;
  font-size: 13px;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .title {
  color: #000;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .title:hover {
  color: #A38E56;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .disc {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  min-height: 80px;
}
.archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .btn_blogs a {
  min-width: 170px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
.archive_main .container .pagination .nav-links {
  margin: auto;
}

.pagination {
  margin: 40px 0 0;
  padding-left: 15px;
}

.nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
  color: #A38E56;
  border-radius: 3px;
  box-shadow: 0 3px 6px #ddd;
  background: #fff;
}

.pagination .current {
  padding: 15px 20px;
  background: #A38E56;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #A38E56;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

#single_main {
  padding: 0 0 4rem;
}
#single_main .defo_inner {
  width: 60%;
}
#single_main .defo_inner .site-main .hentry {
  margin-bottom: 2rem;
}
#single_main .defo_inner .site-main .hentry .entry-header .entry-title {
  font-size: 1.4rem;
  border-bottom: 3px solid #A38E56;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#single_main .defo_inner .site-main .hentry .post-thumbnail {
  margin-bottom: 3rem;
}
#single_main .defo_inner .site-main .hentry .post-thumbnail img {
  width: 100%;
}
#single_main .defo_inner .site-main .hentry .entry-content h2 {
  margin-bottom: 1rem;
}
#single_main .defo_inner .site-main .hentry .entry-content p {
  margin-bottom: 1rem;
}
#single_main .defo_inner .site-main .hentry .entry-content .wp-block-buttons {
  margin-bottom: 1.5rem;
}
#single_main .defo_inner .site-main .hentry .entry-content figure {
  margin-bottom: 1.5rem;
}
#single_main .defo_inner .widget-area {
  padding-top: 2.5rem;
}
#single_main .post__pagination {
  margin-bottom: 50px;
}
#single_main .post__pagination .row .post__pagination__left {
  border: 1px solid #ddd;
  height: 90px;
  padding: 0;
}
#single_main .post__pagination .row .post__pagination__left a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 0.9rem;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__mark {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: 100;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__mark span {
  font-size: 0.8rem;
  font-weight: 300;
}
#single_main .post__pagination .row .post__pagination__right {
  border: 1px solid #ddd;
  height: 90px;
  padding: 0;
}
#single_main .post__pagination .row .post__pagination__right a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 0.9rem;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__mark {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: 100;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__mark span {
  font-size: 0.8rem;
  font-weight: 300;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .page_main.page_bg .page_section .defo_inner {
    width: 70%;
  }
  .archive_main .container {
    width: 90%;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .top_con a img {
    height: 18vw;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .page_main.page_bg .page_section .defo_inner {
    width: 80%;
  }
  #type_gift_page #gift_sec1 .defo_inner {
    width: 90%;
  }
  #type_gift_page #gift_sec1 .defo_inner .title_mid {
    font-size: 1.4rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .desc {
    width: 80%;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item {
    height: 120px;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item p {
    font-size: 2rem;
  }
  #type_gift_page #gift_sec2 .defo_inner .menu_contents table tr th {
    font-size: 1rem;
  }
  .archive_main .container {
    width: 90%;
  }
  .archive_main .container .row {
    max-width: 750px;
    margin: auto;
  }
  .archive_main .container .row .type3col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .top_con a img {
    height: 26vw;
    max-height: 240px;
  }
  #single_main .defo_inner {
    width: 75%;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .page_main.page_bg {
    background-image: url(../img/page_bg_tb.jpg);
  }
  .page_main.page_bg .page_section .defo_inner {
    width: 85%;
  }
  .page_main .menu_contents .menu_title h3 {
    font-size: 1.3rem;
  }
  .page_main .menu_contents .sub_title {
    font-size: 12px;
  }
  .page_main .menu_contents .desc {
    font-size: 0.8rem;
  }
  .page_main .chui {
    font-size: 0.8rem;
  }
  .page_main .pr .desc {
    font-size: 1rem;
  }
  .page_main .pr .desc span {
    font-size: 1.1rem;
  }
  .page_main .pr h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #type_hairremoval_page .menu_contents .menu_title h3 {
    font-size: 1.2rem;
  }
  #type_hairremoval_page .menu_contents .menu_title h3 span {
    font-size: 1.1rem;
  }
  #type_hairremoval_page .menu_contents table tr th p {
    font-size: 1rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .title_mid {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .desc {
    width: 90%;
    margin: 0 auto 1rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item {
    height: 120px;
    margin: 0 15px;
    width: 45%;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item p {
    font-size: 1.7rem;
  }
  #type_access_page #access_sec1 .toho img {
    width: 100%;
  }
  #type_access_page #access_sec1 .toho p {
    width: 100%;
  }
  #type_faq_page .menu_contents .menu_title h3 {
    font-size: 1.2rem;
  }
  #type_faq_page .accordion-container .accordion-title {
    margin: 1.4rem 0;
    padding: 1em 2.725em 1em 2em;
    font-size: 0.9rem;
  }
  #type_faq_page .accordion-container .accordion-content {
    padding: 1rem 1rem;
  }
  #type_faq_page .accordion-container .accordion-content p {
    padding-left: 1.45em;
    text-indent: -1.45em;
    font-size: 0.8rem;
  }
  .archive_main .container {
    width: 90%;
  }
  .archive_main .container .row {
    max-width: 750px;
    margin: auto;
  }
  .archive_main .container .row .type3col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .top_con a img {
    height: 26vw;
    max-height: 240px;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .cate_date .cate {
    font-size: 12px;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .cate_date .date {
    padding-left: 0.5rem;
    font-size: 12px;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .title {
    font-size: 0.8rem;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .disc {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  #privacy_sec1 .defo_inner .privacy_content h3 {
    font-size: 1.2rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .page_main.page_bg {
    background-image: url(../img/page_bg_sp.jpg);
  }
  .page_main.page_bg .page_section .defo_inner {
    width: 90%;
  }
  .page_main .menu_contents .menu_title h3 {
    font-size: 1.2rem;
  }
  .page_main .menu_contents .menu_title h3 span {
    font-size: 1.1rem;
  }
  .page_main .menu_contents .sub_title {
    font-size: 12px;
  }
  .page_main .menu_contents .desc {
    font-size: 0.8rem;
  }
  .page_main .menu_contents table tr th {
    font-size: 1rem;
    padding: 10px 0 10px 1rem;
  }
  .page_main .menu_contents table tr th span {
    font-size: 0.9rem;
  }
  .page_main .menu_contents table tr td {
    min-width: 120px;
  }
  .page_main .menu_contents table tr td p {
    font-size: 0.9rem;
  }
  .page_main .menu_contents table tr td span {
    font-size: 0.9rem;
    padding-left: 0;
  }
  .page_main .chui {
    font-size: 0.8rem;
  }
  .page_main .pr {
    padding: 1.5rem 0.7rem;
  }
  .page_main .pr .desc {
    font-size: 0.9rem;
  }
  .page_main .pr .desc span {
    font-size: 1rem;
  }
  .page_main .pr h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  #type_hairremoval_page .menu_contents .menu_title h3 {
    font-size: 1.1rem;
  }
  #type_hairremoval_page .menu_contents .menu_title h3 span {
    font-size: 1rem;
  }
  #type_hairremoval_page .menu_contents table tr th p {
    font-size: 0.8rem;
  }
  #type_hairremoval_page .page_section .defo_inner .menu_contents table tr th span {
    font-size: 0.8rem;
    padding-left: 0px;
  }
  #type_gift_page.page_bg {
    background-image: url(../img/page_bg.jpg);
  }
  #type_gift_page #gift_sec1 .defo_inner .title_mid {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #type_gift_page #gift_sec1 .defo_inner .desc {
    width: 100%;
    font-size: 0.8rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .desc.center {
    text-align: left;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard {
    margin-bottom: 3.5rem;
    padding-top: 1rem;
    flex-direction: column;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item {
    height: 90px;
    margin: 0 auto;
    width: 90%;
    max-width: 350px;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item.thankyou {
    margin-bottom: 1rem;
  }
  #type_gift_page #gift_sec1 .defo_inner .giftcard .item p {
    font-size: 1.7rem;
  }
  #type_gift_page #gift_sec2 .defo_inner .menu_contents table tr th {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 4px;
    text-align: left;
  }
  #type_gift_page #gift_sec2 .defo_inner .menu_contents table tr td {
    display: block;
    width: 100%;
    padding: 8px;
  }
  #type_gift_page #gift_sec2 .defo_inner .menu_contents .gift_plan {
    padding: 22px 0;
    font-size: 0.9rem;
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
  #type_access_page #access_sec1 .store_info tr th {
    font-size: 0.9rem;
  }
  #type_access_page #access_sec1 .store_info tr td {
    font-size: 0.8rem;
  }
  #type_access_page #access_sec1 .map {
    margin-bottom: 4rem;
  }
  #type_access_page #access_sec1 .map iframe {
    height: 240px;
  }
  #type_access_page #access_sec1 .toho p {
    font-size: 0.8rem;
  }
  #type_access_page #access_sec1 .f_container {
    flex-direction: column;
  }
  #type_access_page #access_sec1 .f_container .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  #type_faq_page .menu_contents .menu_title h3 {
    font-size: 1.1rem;
  }
  #type_faq_page .accordion-container .accordion-title {
    margin: 0.6rem 0;
    padding: 1em 2.725em 1em 2em;
    font-size: 0.8rem;
    text-indent: -1.4rem;
  }
  .archive_main .container .row {
    max-width: 450px;
  }
  .archive_main .container .row .type3col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .top_con a img {
    height: 52vw;
    max-height: 260px;
  }
  .archive_main .container .row .type3col .archive_post .blogs_content .bottom_con .disc {
    min-height: auto;
  }
  .breadcrumb {
    width: 100%;
  }
  #single_main .defo_inner {
    width: 90%;
  }
  #single_main .defo_inner .site-main .hentry .entry-header .entry-title {
    font-size: 1rem;
  }
  #single_main .defo_inner .site-main .hentry .entry-content p {
    font-size: 0.8rem;
  }
  #privacy_sec1 .defo_inner {
    width: 90%;
  }
  #privacy_sec1 .defo_inner .privacy_content h3 {
    font-size: 1rem;
  }
  #privacy_sec1 .defo_inner .privacy_content .desc {
    font-size: 0.8rem;
  }
  /*-- ここまで --*/
}
#type_contact_page #contact_sec1 {
  padding: 0 0 4rem;
}
#type_contact_page #contact_sec1 .defo_inner {
  width: 60%;
}
#type_contact_page #contact_sec1 .defo_inner input[type=text],
#type_contact_page #contact_sec1 .defo_inner input[type=password],
#type_contact_page #contact_sec1 .defo_inner input[type=datetime],
#type_contact_page #contact_sec1 .defo_inner input[type=date],
#type_contact_page #contact_sec1 .defo_inner input[type=month],
#type_contact_page #contact_sec1 .defo_inner input[type=time],
#type_contact_page #contact_sec1 .defo_inner input[type=week],
#type_contact_page #contact_sec1 .defo_inner input[type=number],
#type_contact_page #contact_sec1 .defo_inner input[type=email],
#type_contact_page #contact_sec1 .defo_inner input[type=url],
#type_contact_page #contact_sec1 .defo_inner input[type=search],
#type_contact_page #contact_sec1 .defo_inner input[type=tel],
#type_contact_page #contact_sec1 .defo_inner input[type=color],
#type_contact_page #contact_sec1 .defo_inner select,
#type_contact_page #contact_sec1 .defo_inner textarea,
#type_contact_page #contact_sec1 .defo_inner .field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
#type_contact_page #contact_sec1 .defo_inner textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media (max-width: 615px) {
  #type_contact_page #contact_sec1 .defo_inner .inquiry td,
  #type_contact_page #contact_sec1 .defo_inner .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  #type_contact_page #contact_sec1 .defo_inner .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  #type_contact_page #contact_sec1 .defo_inner .inquiry .any,
  #type_contact_page #contact_sec1 .defo_inner .inquiry .haveto {
    font-size: 10px;
  }
}
#type_contact_page #contact_sec1 .defo_inner .inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
#type_contact_page #contact_sec1 .defo_inner .inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
#type_contact_page #contact_sec1 .defo_inner .entry-content .inquiry tr,
#type_contact_page #contact_sec1 .defo_inner .entry-content table {
  border: solid 1px #d7d7d7;
}
#type_contact_page #contact_sec1 .defo_inner .haveto {
  font-size: 7px;
  padding: 5px;
  background: #A38E56;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
#type_contact_page #contact_sec1 .defo_inner .any {
  font-size: 7px;
  padding: 5px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
#type_contact_page #contact_sec1 .defo_inner .verticallist .wpcf7-list-item {
  display: block;
}
#type_contact_page #contact_sec1 .defo_inner #formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #A38E56;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
  line-height: 1;
  transition: 0.4s;
  border: none;
}
#type_contact_page #contact_sec1 .defo_inner #formbtn:hover {
  background: #000;
  color: #fff;
}
#type_contact_page #contact_sec1 .defo_inner th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
#type_contact_page #contact_sec1 .defo_inner td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
#type_contact_page #contact_sec1 .defo_inner input,
#type_contact_page #contact_sec1 .defo_inner select,
#type_contact_page #contact_sec1 .defo_inner textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
#type_contact_page #contact_sec1 .defo_inner .taisaku {
  margin: 1rem 0;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  #type_contact_page #contact_sec1 .defo_inner {
    width: 70%;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #type_contact_page #contact_sec1 .defo_inner {
    width: 80%;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #type_contact_page #contact_sec1 .defo_inner {
    width: 90%;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  /*-- ここまで --*/
}
/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  /*-- ここまで --*/
}/*# sourceMappingURL=style.css.map */