@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Yuji+Syuku&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/*color*/
/*font*/
/*$Mincho: 'Zen Old Mincho', serif;*/
/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

/*
	general style
===================================================*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  line-height: 1.6;
  background: url("../img/body_bg.jpg") repeat-y;
  background-size: 100%; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }

a {
  background-color: transparent;
  transition: .2s; }
  a:hover {
    color: #fff;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

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

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

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

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

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

#wraper {
  overflow: hidden; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px; }
  @media screen and (max-width: 640px) {
    .inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: red; }

/*text_blur*/
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
.blurTrigger {
  opacity: 0; }

/*
	Parts style
===================================================*/
/*グラデーションバー*/
.border {
  position: relative; }

.border:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: .5em;
  border-radius: 100vw;
  background: #f9edaf;
  background: -moz-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: radial-gradient(ellipse at center, #f9edaf 0%, #cca467 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9edaf', endColorstr='#cca467',GradientType=1 );
  opacity: 0.7; }

/*グラデーション背景*/
.dark_gold {
  background: #b3a97e;
  background: -moz-radial-gradient(center, ellipse cover, #b3a97e 0%, #95794f 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #b3a97e 0%, #95794f 100%);
  background: radial-gradient(ellipse at center, #b3a97e 0%, #95794f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a97e', endColorstr='#95794f',GradientType=1 ); }

.bright_gold {
  background: #f9edaf;
  background: -moz-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: radial-gradient(ellipse at center, #f9edaf 0%, #cca467 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9edaf', endColorstr='#cca467',GradientType=1 );
  font-size: 1.4rem;
  box-shadow: 0 0 3px #aaa; }

/*ポイントリスト*/
.point_list strong {
  color: #000;
  text-align: center;
  display: block;
  background: #f9edaf;
  background: -moz-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
  background: radial-gradient(ellipse at center, #f9edaf 0%, #cca467 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9edaf', endColorstr='#cca467',GradientType=1 );
  padding: .5em;
  font-size: 2.2rem;
  border-radius: 12px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
  letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .point_list strong {
      font-size: 1.5rem; } }

/*お申し込み*/
.entry_banner {
  background: #937e87;
  background: url("../img/banner_bg.png") no-repeat #937e87;
  background-position: center top;
  background-size: 100% 100%;
  color: #d0b8a9;
  text-align: center;
  margin: 5% auto;
  padding: 5% 0; }
  @media screen and (max-width: 768px) {
    .entry_banner {
      background-size: 100% auto;
      background-position: center bottom;
      padding: 10% 0; } }
  .entry_banner .txt01 {
    font-size: 3.6rem;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .entry_banner .txt01 {
        font-size: 2.2rem; } }
    .entry_banner .txt01 span {
      color: #8c4567; }
    .entry_banner .txt01 .icon::before, .entry_banner .txt01 .icon::after {
      content: '';
      display: inline-block;
      width: 100px;
      height: 60px;
      background-image: url("../img/bnr_item01.svg");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: 0 1em; }
      @media screen and (max-width: 768px) {
        .entry_banner .txt01 .icon::before, .entry_banner .txt01 .icon::after {
          width: 50px;
          height: 30px;
          margin: 0 5px; } }
  .entry_banner .txt02 {
    font-size: 3.6rem;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .entry_banner .txt02 {
        font-size: 2.4rem; } }
    .entry_banner .txt02 span {
      display: inline-block;
      color: #fff;
      font-size: 6rem;
      margin-left: .5em; }
      @media screen and (max-width: 768px) {
        .entry_banner .txt02 span {
          font-size: 3.6rem; } }
  .entry_banner .txt03 {
    color: #fff; }
  .entry_banner .entry_btn {
    text-align: center;
    margin-top: 2em; }
    .entry_banner .entry_btn a {
      display: inline-block;
      color: #000;
      padding: .5em 4em;
      border-radius: 12px;
      box-shadow: 3px 3px 3px #333;
      font-size: 2.4rem;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 768px) {
        .entry_banner .entry_btn a {
          width: 80%;
          margin: auto;
          font-size: 1.8rem;
          padding: .5em 0; } }
      .entry_banner .entry_btn a span {
        content: '';
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        background-image: url("../img/rt_arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 1em; }

/*ご相談*/
.consul {
  padding: 5% 0; }
  .consul .consul__box {
    position: relative;
    border-radius: 12px;
    padding: 5%;
    /*padding-left: 22%;*/
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .consul .consul__box {
        padding: 30px 5px; } }
    .consul .consul__box h2 {
      font-size: 4.6rem;
      letter-spacing: .2em; }
      @media screen and (max-width: 1024px) {
        .consul .consul__box h2 {
          font-size: 3.2rem; } }
      @media screen and (max-width: 768px) {
        .consul .consul__box h2 {
          font-size: 2.4rem; } }
      .consul .consul__box h2 p {
        margin-top: .2em;
        font-size: 2rem; }
        @media screen and (max-width: 1024px) {
          .consul .consul__box h2 p {
            font-size: 1.3rem;
            margin-top: 1em; } }
    .consul .consul__box .consul__menu {
      margin-top: 5%; }
      .consul .consul__box .consul__menu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch; }
        .consul .consul__box .consul__menu ul li {
          width: calc(100% / 3);
          padding: 0 10px;
          list-style-type: none; }
          @media screen and (max-width: 768px) {
            .consul .consul__box .consul__menu ul li {
              width: calc(100%);
              margin-bottom: 20px; } }
      .consul .consul__box .consul__menu a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #cca467;
        font-weight: bold;
        background: #fff;
        font-size: 1.6rem;
        letter-spacing: .1em;
        padding: 15px 5px; }
        .consul .consul__box .consul__menu a i {
          display: inline-block;
          margin-right: .5em; }
        @media screen and (max-width: 1024px) {
          .consul .consul__box .consul__menu a {
            font-size: 1.3rem; } }
        @media screen and (max-width: 768px) {
          .consul .consul__box .consul__menu a {
            font-size: 1.5rem; } }

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

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from, to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/*********************************

HEADER

*********************************/
header .header__ttl {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 100px;
  z-index: 99; }
  @media screen and (max-width: 640px) {
    header .header__ttl {
      left: 10px;
      top: 10px;
      width: 50px; } }
  header .header__ttl img {
    width: 100%;
    height: auto; }
header .header__cta {
  position: fixed;
  right: 0;
  top: 15%;
  width: 60px;
  z-index: 99; }
  @media screen and (max-width: 640px) {
    header .header__cta {
      position: fixed;
      right: 0;
      top: auto;
      bottom: 2%;
      width: 100%;
      z-index: 99;
      height: 50px; } }
  header .header__cta a {
    display: block;
    color: #fff;
    background: #E45138;
    text-decoration: none;
    font-size: 2rem;
    padding: 2.2vw 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }
    @media screen and (max-width: 640px) {
      header .header__cta a {
        font-size: 1.5rem;
        padding: 0;
        line-height: 60px;
        border-radius: 12px;
        width: 90%;
        margin: auto; } }
  header .header__cta p {
    -ms-writing-mode: tb-rl;
    /*IE*/
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: .5em;
    margin: auto; }
    @media screen and (max-width: 640px) {
      header .header__cta p {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        text-align: center; } }

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

top_page

*********************************/
.fv {
  width: 100%;
  height: 100vh;
  position: relative; }
  .fv .fv_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .fv h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 2.4vw;
    letter-spacing: .2em;
    line-height: 2;
    width: 100%;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 768px) {
      .fv h2 {
        font-size: 1.5rem;
        top: 35%; } }
    .fv h2 span {
      font-size: 5.6vw;
      display: block; }
      @media screen and (max-width: 768px) {
        .fv h2 span {
          font-size: 3.6rem;
          margin-top: .5em; } }
  .fv .fv_item01 {
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 1;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .fv .fv_item01 {
        right: 5%; } }
    .fv .fv_item01 img {
      width: 100%;
      height: auto; }
  .fv .fv_item02 {
    position: absolute;
    top: 55%;
    left: 20%;
    z-index: 2;
    width: 35%; }
    @media screen and (max-width: 768px) {
      .fv .fv_item02 {
        left: 10%; } }
    .fv .fv_item02 img {
      width: 100%;
      height: auto; }

.top-cta_link {
  position: absolute;
  bottom: -5vw;
  right: 70px;
  z-index: 2;
  width: 15%; }
  @media screen and (max-width: 640px) {
    .top-cta_link {
      width: 40%;
      right: 30px; } }
  .top-cta_link a {
    display: block; }
    .top-cta_link a img {
      width: 100%;
      height: auto; }

.intro {
  text-align: center; }
  .intro h2 {
    font-size: 4.6rem;
    letter-spacing: .2em;
    line-height: 2;
    font-weight: 400;
    padding: 7vw 0; }
    @media screen and (max-width: 768px) {
      .intro h2 {
        font-size: 2.4rem; } }
  .intro h3 {
    line-height: 2;
    padding: 7vw 0; }

.feature img {
  width: 100%;
  height: auto; }
.feature .feature__list .sec01 {
  background-image: url("../img/f01_bg_item01.png"), url("../img/f01_bg_item02.jpg");
  background-position: center top,center top;
  background-repeat: no-repeat,repeat-y;
  background-size: 100%, 100%; }
  @media screen and (max-width: 768px) {
    .feature .feature__list .sec01 {
      padding-top: 20%; } }
.feature .feature__list .sec02 {
  background: url("../img/f01_bg_item02.jpg") center top repeat-y;
  background-size: 100%; }
.feature .feature__list .sec03 {
  background: url("../img/f03_bg.jpg") center top no-repeat;
  background-size: 100%;
  padding-top: 20%; }
.feature .feature__list .sec04 {
  color: #fff; }
  .feature .feature__list .sec04 a {
    text-decoration: none;
    color: #fff; }
  .feature .feature__list .sec04 h4 {
    font-size: 2.4rem;
    line-height: 2em;
    letter-spacing: .2em; }
    @media screen and (max-width: 768px) {
      .feature .feature__list .sec04 h4 {
        font-size: 1.8rem; } }
.feature .feature__list .feature__list__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 10%; }
  .feature .feature__list .feature__list__box .feature__list__ttl {
    width: 200px;
    padding-right: 50px; }
    @media screen and (max-width: 768px) {
      .feature .feature__list .feature__list__box .feature__list__ttl {
        width: 100%;
        padding-right: 0; } }
    .feature .feature__list .feature__list__box .feature__list__ttl.wht {
      color: #fff;
      border-right: 1px solid #fff; }
      @media screen and (max-width: 768px) {
        .feature .feature__list .feature__list__box .feature__list__ttl.wht {
          border-right: none; } }
    .feature .feature__list .feature__list__box .feature__list__ttl.bk {
      color: #000;
      border-right: 1px solid #000; }
      @media screen and (max-width: 768px) {
        .feature .feature__list .feature__list__box .feature__list__ttl.bk {
          border-right: none; } }
    .feature .feature__list .feature__list__box .feature__list__ttl h2 {
      font-size: 4rem; }
      @media screen and (max-width: 768px) {
        .feature .feature__list .feature__list__box .feature__list__ttl h2 {
          font-size: 2.4rem; } }
      .feature .feature__list .feature__list__box .feature__list__ttl h2 .vertical {
        -ms-writing-mode: tb-rl;
        /*IE*/
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
        letter-spacing: .5em;
        margin: 50px auto; }
        @media screen and (max-width: 768px) {
          .feature .feature__list .feature__list__box .feature__list__ttl h2 .vertical {
            -ms-writing-mode: lr-tb;
            -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
            margin: 20px auto; } }
    @media screen and (max-width: 768px) {
      .feature .feature__list .feature__list__box .feature__list__ttl .index_num {
        width: 80px; } }
    .feature .feature__list .feature__list__box .feature__list__ttl .index_num img {
      width: 100%;
      height: auto; }
  .feature .feature__list .feature__list__box .feature__list__dtl {
    width: calc(100% - 200px);
    padding-left: 50px; }
    @media screen and (max-width: 768px) {
      .feature .feature__list .feature__list__box .feature__list__dtl {
        width: calc(100%);
        padding-left: 0; } }
    .feature .feature__list .feature__list__box .feature__list__dtl.flexend {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .feature .feature__list .feature__list__box .feature__list__dtl h3 {
      font-size: 3.6rem;
      line-height: 2em;
      margin-bottom: 5%;
      letter-spacing: .2em; }
      @media screen and (max-width: 768px) {
        .feature .feature__list .feature__list__box .feature__list__dtl h3 {
          font-size: 1.6rem; }
          .feature .feature__list .feature__list__box .feature__list__dtl h3.bk_sp {
            color: #000; } }
      .feature .feature__list .feature__list__box .feature__list__dtl h3.bk {
        color: #000; }
    .feature .feature__list .feature__list__box .feature__list__dtl .txt {
      color: #000;
      line-height: 2em;
      margin: 5% 0; }
      .feature .feature__list .feature__list__box .feature__list__dtl .txt.wht {
        color: #fff; }
      .feature .feature__list .feature__list__box .feature__list__dtl .txt.bk {
        color: #000; }
      .feature .feature__list .feature__list__box .feature__list__dtl .txt strong {
        display: block;
        padding: .5em 2em;
        font-size: 2.4rem;
        border-radius: 12px;
        box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
        margin: 20px 0;
        letter-spacing: .1em; }
        @media screen and (max-width: 768px) {
          .feature .feature__list .feature__list__box .feature__list__dtl .txt strong {
            font-size: 1.8rem; } }
      .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        margin-bottom: 15%; }
        .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li {
          list-style-type: none;
          width: calc(100% / 3);
          padding: 0 10px; }
          @media screen and (max-width: 768px) {
            .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li {
              width: calc(100%);
              margin-bottom: 120px; } }
          .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li a {
            color: #000;
            text-decoration: none; }
          .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li h4 {
            background: #fff;
            text-align: center;
            padding: 5px;
            margin-bottom: 10px;
            letter-spacing: .2em;
            border-radius: 12px;
            box-shadow: 0 0 3px #aaa; }
            @media screen and (max-width: 768px) {
              .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li h4 {
                padding: 15px 0;
                font-size: 2.4rem; } }
          .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box {
            height: 100%;
            padding: 5%;
            position: relative;
            border-radius: 12px;
            line-height: 1.75em;
            background: #f9edaf;
            background: -moz-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
            background: -webkit-radial-gradient(center, ellipse cover, #f9edaf 0%, #cca467 100%);
            background: radial-gradient(ellipse at center, #f9edaf 0%, #cca467 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9edaf', endColorstr='#cca467',GradientType=1 );
            font-size: 1.4rem;
            box-shadow: 0 0 3px #aaa; }
            .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box .type_list__img {
              margin-bottom: 10px; }
              .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box .type_list__img img {
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 3;
                object-fit: cover;
                border-radius: 6px; }
                @media screen and (max-width: 768px) {
                  .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box .type_list__img img {
                    aspect-ratio: 4 / 2; } }
            .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box .arrow {
              position: absolute;
              bottom: -50px;
              width: 40px;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%); }
              .feature .feature__list .feature__list__box .feature__list__dtl .txt ul.type_list li .type_list__box .arrow img {
                width: 100%;
                height: auto;
                border-radius: 12px; }
      .feature .feature__list .feature__list__box .feature__list__dtl .txt .dtl_bar {
        color: #fff;
        text-align: center;
        padding: 5px 1em;
        background: -moz-radial-gradient(center, ellipse cover, rgba(49, 87, 144, 0.7) 0%, rgba(23, 35, 69, 0.7) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(49, 87, 144, 0.7) 0%, rgba(23, 35, 69, 0.7) 100%);
        background: radial-gradient(ellipse at center, rgba(49, 87, 144, 0.7) 0%, rgba(23, 35, 69, 0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80315790', endColorstr='#80172345',GradientType=1 ); }
        @media screen and (max-width: 768px) {
          .feature .feature__list .feature__list__box .feature__list__dtl .txt .dtl_bar {
            font-size: 2.4rem;
            line-height: 2em; } }

.menu_list {
  /*共通パーツ*/ }
  .menu_list img {
    width: 100%;
    height: auto; }
  .menu_list .menu_list__box {
    position: relative; }
    .menu_list .menu_list__box .menu_list__index {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu_list .menu_list__box .menu_list__index figure {
        width: 100px;
        margin-top: -100px; }
        @media screen and (max-width: 768px) {
          .menu_list .menu_list__box .menu_list__index figure {
            width: 70px;
            margin-top: -70px; } }
      .menu_list .menu_list__box .menu_list__index div.txt {
        width: calc(100% - 100px);
        margin: 5% 0;
        padding-left: 5%; }
        @media screen and (max-width: 768px) {
          .menu_list .menu_list__box .menu_list__index div.txt {
            width: calc(100% - 70px); } }
        .menu_list .menu_list__box .menu_list__index div.txt h3 {
          font-size: 3.6rem;
          line-height: 2em;
          letter-spacing: .2em; }
          @media screen and (max-width: 768px) {
            .menu_list .menu_list__box .menu_list__index div.txt h3 {
              font-size: 2.4rem; } }
    .menu_list .menu_list__box .menu_list__dtl {
      margin: 5% auto 0; }
  .menu_list table.price_list {
    width: 100%;
    background: #f9f9f9;
    text-align: center; }
    .menu_list table.price_list.bk {
      color: #000; }
    .menu_list table.price_list td {
      border: 1px solid #000;
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .menu_list table.price_list td {
          padding: 5px; } }
      .menu_list table.price_list td.nuri {
        background: #E45138;
        color: #fff;
        font-weight: 700; }
      .menu_list table.price_list td.nuri2 {
        background: #ddd;
        font-weight: 700; }

/*永代供養塔*/
.menu01 {
  background: url(../img/f01_bg_item02.jpg) center top repeat-y;
  background-size: 100%;
  color: #000;
  padding-bottom: 5%; }
  .menu01 .col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5% auto; }
    .menu01 .col2 .lt, .menu01 .col2 .rt {
      width: calc(100% / 2 - 2.5%); }
      @media screen and (max-width: 768px) {
        .menu01 .col2 .lt, .menu01 .col2 .rt {
          width: calc(100%); } }

/*一代墓*/
.menu02 .col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5% auto; }
  .menu02 .col2 .lt, .menu02 .col2 .rt {
    width: calc(100% / 2 - 2.5%); }
    @media screen and (max-width: 768px) {
      .menu02 .col2 .lt, .menu02 .col2 .rt {
        width: calc(100%); } }
.menu02 .menu02__linenup {
  text-align: center; }
  .menu02 .menu02__linenup h4 {
    font-size: 3.6rem;
    line-height: 2em;
    letter-spacing: .2em; }
    @media screen and (max-width: 768px) {
      .menu02 .menu02__linenup h4 {
        font-size: 2.4rem; } }
    .menu02 .menu02__linenup h4 span {
      font-size: 4.6rem;
      display: block; }
      @media screen and (max-width: 768px) {
        .menu02 .menu02__linenup h4 span {
          font-size: 3.6rem; } }
  .menu02 .menu02__linenup .price .price__ttl {
    border: 1px solid #fff;
    padding: 10px;
    margin: 1em 0; }
  .menu02 .menu02__linenup .price .price__num {
    color: #cca467;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 2em;
    letter-spacing: .2em; }
  .menu02 .menu02__linenup .circle {
    max-width: 500px;
    border-radius: 100%; }
    .menu02 .menu02__linenup .circle::before {
      display: block;
      content: '';
      padding-top: 100%; }
    .menu02 .menu02__linenup .circle.item01_img {
      background: url("../img/menu02_menu01.jpg") no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .menu02 .menu02__linenup .circle.item01_img {
          width: 50%;
          margin: 5% auto; } }
    .menu02 .menu02__linenup .circle.item02_img {
      background: url("../img/menu02_menu02.jpg") no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .menu02 .menu02__linenup .circle.item02_img {
          width: 50%;
          margin: 5% auto; } }

/**/
.about .about__index {
  padding: 5% 0;
  background: url("../img/about_index_img.jpg") no-repeat center;
  background-size: cover; }
  .about .about__index .about_logo {
    width: 15%;
    text-align: center;
    margin: auto; }
    .about .about__index .about_logo img {
      width: 100%;
      height: auto; }
.about h2 {
  font-size: 3.6rem;
  line-height: 2em;
  letter-spacing: .2em;
  text-align: center;
  margin: 5% auto; }
  @media screen and (max-width: 640px) {
    .about h2 {
      font-size: 2.4rem; } }
.about .about__prof {
  padding: 5% 0; }
  .about .about__prof img {
    width: 100%;
    height: auto; }
  .about .about__prof .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about .about__prof .flex .flex__lt {
      width: calc(100% / 2 - 30px);
      position: relative; }
      @media screen and (max-width: 640px) {
        .about .about__prof .flex .flex__lt {
          width: 100%;
          overflow: hidden; } }
      .about .about__prof .flex .flex__lt h3 {
        width: 25%;
        position: absolute;
        left: 0;
        z-index: 1; }
        @media screen and (max-width: 640px) {
          .about .about__prof .flex .flex__lt h3 {
            width: 20%;
            position: relative;
            float: left; } }
      .about .about__prof .flex .flex__lt .prof_photo {
        width: 88%;
        position: absolute;
        right: 0; }
        @media screen and (max-width: 640px) {
          .about .about__prof .flex .flex__lt .prof_photo {
            width: 70%;
            position: relative;
            float: right; } }
    .about .about__prof .flex .flex__rt {
      width: calc(100% / 2); }
      @media screen and (max-width: 640px) {
        .about .about__prof .flex .flex__rt {
          width: 100%;
          padding: 5% 0; } }

/*交通案内*/
.about__access .access__dtl .access__table {
  width: 100%;
  background: #272021;
  margin: 5% auto; }
  .about__access .access__dtl .access__table th, .about__access .access__dtl .access__table td {
    padding: .5em 1em;
    border: 1px solid #2F3A41;
    text-align: left;
    vertical-align: top;
    line-height: 2em;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .about__access .access__dtl .access__table th, .about__access .access__dtl .access__table td {
        display: block;
        width: 100%; } }
  .about__access .access__dtl .access__table th {
    max-width: 30%;
    min-width: 12em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .about__access .access__dtl .access__table th {
        max-width: 100%;
        min-width: 100%; } }
    .about__access .access__dtl .access__table th i {
      display: inline-block;
      margin-right: .5em; }
  .about__access .access__dtl .access__table td {
    color: #c4c4c4;
    font-size: .9em; }
    .about__access .access__dtl .access__table td strong {
      display: block;
      color: #fff;
      font-size: 1.1em; }

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  margin: 5% auto; }
  @media screen and (max-width: 640px) {
    .gmap {
      padding-bottom: 56.25%; } }

.gmap iframe {
  /*filter: grayscale(1);*/
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

/*流れ*/
.flow {
  padding: 5% 0; }
  .flow img {
    width: 100%;
    height: auto; }
  .flow .h2__ttl {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 3.6rem;
    letter-spacing: .4em;
    font-family: "Yuji Syuku", serif !important;
    font-weight: normal !important; }
    @media screen and (max-width: 640px) {
      .flow .h2__ttl {
        font-size: 2.4rem; } }
    .flow .h2__ttl span {
      display: block;
      font-size: .5em;
      margin-top: 1em; }
  .flow .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flow .flex .flex__lt {
      width: 160px; }
      @media screen and (max-width: 640px) {
        .flow .flex .flex__lt {
          width: 100%; } }
      .flow .flex .flex__lt .h2__ttl {
        margin-right: 50px; }
        @media screen and (max-width: 640px) {
          .flow .flex .flex__lt .h2__ttl {
            writing-mode: inherit;
            -webkit-writing-mode: inherit;
            margin-right: 0; }
            .flow .flex .flex__lt .h2__ttl span {
              margin-top: 0; } }
    .flow .flex .flex__rt {
      width: calc(100% - 160px); }
      @media screen and (max-width: 640px) {
        .flow .flex .flex__rt {
          width: 100%; } }
      .flow .flex .flex__rt article {
        border-left: 1px solid #fff;
        padding-left: 50px;
        line-height: 1.75em; }
        @media screen and (max-width: 640px) {
          .flow .flex .flex__rt article {
            border-left: none;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            padding: 5% 0;
            margin: 5% auto; } }
        .flow .flex .flex__rt article ul li {
          list-style-type: none; }
          .flow .flex .flex__rt article ul li h3 {
            font-size: 2.4rem;
            letter-spacing: 0.4em;
            margin: 1em 0;
            line-height: 1.75em; }
            @media screen and (max-width: 768px) {
              .flow .flex .flex__rt article ul li h3 {
                font-size: 1.6rem; } }

/*よくある質問*/
.faq #qa .qabox {
  margin: 5% auto;
  width: 90%; }
  @media screen and (max-width: 640px) {
    .faq #qa .qabox {
      width: 100%; } }
  .faq #qa .qabox h3 {
    font-size: 3.6rem;
    line-height: 2em;
    letter-spacing: .2em;
    text-align: center;
    margin: 20px auto; }
    @media screen and (max-width: 640px) {
      .faq #qa .qabox h3 {
        font-size: 2.4rem; } }
  .faq #qa .qabox .acd-check {
    display: none; }
  .faq #qa .qabox .acd-label {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 15px 30px 15px 20px;
    position: relative;
    border: 1px solid #fff;
    font-size: 1.6rem;
    background-color: transparent;
    transition: .2s; }
    .faq #qa .qabox .acd-label:hover {
      cursor: pointer;
      background-color: #000; }
    @media screen and (max-width: 640px) {
      .faq #qa .qabox .acd-label {
        font-size: 1.4rem;
        margin-bottom: 15px;
        padding: 10px 25px 10px 10px; } }
    .faq #qa .qabox .acd-label div {
      position: relative;
      padding-left: 60px; }
      @media screen and (max-width: 640px) {
        .faq #qa .qabox .acd-label div {
          padding-left: 1.5em; } }
    .faq #qa .qabox .acd-label div::before {
      content: 'Q';
      color: #fff;
      display: inline-block;
      content: "Q.";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #fff;
      padding-right: 15px; }
      @media screen and (max-width: 768px) {
        .faq #qa .qabox .acd-label div::before {
          border-right: none;
          padding-right: 0; } }
  .faq #qa .qabox .acd-label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/plus.svg") no-repeat center right;
    background-size: 25px;
    display: block;
    transition: .5s;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .faq #qa .qabox .acd-label:after {
        background-size: 15px;
        width: 25px;
        height: 25px; } }
  .faq #qa .qabox .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden; }
  .faq #qa .qabox .acd-check:checked + .acd-label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/minus.svg") no-repeat center right;
    background-size: 25px; }
    @media screen and (max-width: 768px) {
      .faq #qa .qabox .acd-check:checked + .acd-label:after {
        background-size: 15px;
        width: 25px;
        height: 25px; } }
  .faq #qa .qabox .acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    height: 100%;
    padding: 0 20px 40px 80px;
    visibility: visible; }
    @media screen and (max-width: 768px) {
      .faq #qa .qabox .acd-check:checked + .acd-label + .acd-content {
        padding: 0 20px 40px 20px; } }
  .faq #qa .qabox ul.list li {
    display: block;
    opacity: 1;
    transition: all 0.4s ease 0s; }
    .faq #qa .qabox ul.list li.is-hidden {
      display: none;
      opacity: 0;
      height: 0;
      margin: 0; }
  .faq #qa .qabox .more {
    text-align: center;
    margin-top: 20px; }
    .faq #qa .qabox .more button {
      color: #000;
      border: 1px solid #000;
      background: #000;
      font-size: 2rem;
      cursor: pointer;
      outline: none;
      padding: 0;
      height: 2em;
      line-height: 32px;
      width: 260px; }

/*container_gallery2_トップバナー*/
.swiper-container_gallery2 {
  background: #fff; }
  .swiper-container_gallery2 .swiper-wrapper {
    transition-timing-function: linear; }
    .swiper-container_gallery2 .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover; }

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

footer

*********************************/
.footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 5% 0; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-bottom: 100px; } }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    #page_top {
      bottom: 80px; } }
  #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #000;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
