@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------------------------------------------------------

    コンテンツ：共通パーツ

---------------------------------------------------------------*/
.free_dial a {
  font-family: "GenJyuuGothicP";
  color: #EB8896 !important;
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .free_dial a {
    font-size: 3.7rem;
  }
}
.free_dial a span.icon_f_tel {
  display: flex;
  align-items: center;
}
.free_dial a span.icon_f_tel::before {
  content: "";
  background: url(../img/common/icon_freedial.png) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .free_dial a span.icon_f_tel::before {
    width: 48px;
    height: 27px;
  }
}

.free_dial02 a {
  font-family: "GenJyuuGothicP";
  color: #5FBDD5 !important;
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .free_dial02 a {
    font-size: 5.6rem;
    pointer-events: none;
  }
}
.free_dial02 a span.icon_f_tel {
  display: flex;
  align-items: center;
}
.free_dial02 a span.icon_f_tel::before {
  content: "";
  background: url(../img/common/icon_freedial_b.png) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .free_dial02 a span.icon_f_tel::before {
    width: 72px;
    height: 40px;
  }
}

.free_dial03 a {
  font-family: "GenJyuuGothicP";
  color: #EB8896 !important;
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .free_dial03 a {
    font-size: 5.6rem;
  }
}
.free_dial03 a span.icon_f_tel {
  display: flex;
  align-items: center;
}
.free_dial03 a span.icon_f_tel::before {
  content: "";
  background: url(../img/common/icon_freedial.png) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .free_dial03 a span.icon_f_tel::before {
    width: 72px;
    height: 40px;
  }
}

/*---------------------------------------------------------------

    コンテンツ：共通見出し

---------------------------------------------------------------*/
.title_set01 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5FBDD5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #5FBDD5;
}
@media only screen and (min-width: 768px) {
  .title_set01 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set01 {
    font-size: 2.4rem;
    margin: 0 0 30px 0;
  }
}
.title_set01::before {
  content: "";
  background: url(../img/common/icon_dog_cat.png) no-repeat center;
  background-size: 80px 58px;
  width: 80px;
  height: 58px;
  display: block;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .title_set01::before {
    background-size: 90px 66px;
    width: 103px;
    height: 66px;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set01::before {
    background-size: 103px 75px;
    height: 75px;
    margin-bottom: 20px;
  }
}
.title_set02 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5FBDD5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .title_set02 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set02 {
    font-size: 4rem;
    padding: 0 0 50px 0;
  }
}
.title_set02::before {
  content: "";
  background: url(../img/common/icon_dog.png) no-repeat center bottom;
  background-size: auto 55px;
  width: 120px;
  height: 57px;
  display: block;
  border-bottom: 2px solid #5FBDD5;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .title_set02::before {
    background-size: auto 82px;
    width: 240px;
    height: 84px;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set02::before {
    background-size: auto 110px;
    height: 112px;
    border-bottom: 3px solid #5FBDD5;
    margin-bottom: 35px;
  }
}

.title_set03 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5FBDD5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .title_set03 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set03 {
    font-size: 4rem;
    padding: 0 0 50px 0;
  }
}
.title_set03::before {
  content: "";
  background: url(../img/common/icon_cat.png) no-repeat center bottom;
  background-size: auto 42px;
  width: 120px;
  height: 44px;
  display: block;
  border-bottom: 2px solid #5FBDD5;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .title_set03::before {
    background-size: auto 63px;
    width: 240px;
    height: 65px;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set03::before {
    background-size: auto 84px;
    height: 86px;
    border-bottom: 3px solid #5FBDD5;
    margin-bottom: 35px;
  }
}

.title_set04 {
  font-size: 2rem;
  font-weight: 700;
  background: #5FBDD5;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .title_set04 {
    font-size: 2.6rem;
    line-height: 56px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set04 {
    font-size: 3.2rem;
  }
}
.title_set04 span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .title_set04 span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set04 span {
    font-size: 2.4rem;
  }
}
.title_set05 {
  font-size: 2rem;
  font-weight: 700;
  background: #EB8896;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .title_set05 {
    font-size: 2.6rem;
    line-height: 56px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set05 {
    font-size: 3.2rem;
  }
}

.title_set06 {
  font-size: 2rem;
  font-weight: 700;
  color: #5FBDD5;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5FBDD5;
  padding: 0 0 12px 0;
}
@media only screen and (min-width: 768px) {
  .title_set06 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set06 {
    border-bottom: none;
    border-right: 1px solid #5FBDD5;
    font-size: 3.2rem;
    width: 220px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.title_set06::before {
  content: "1";
  color: #5FBDD5;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  padding: 0 18px 5px;
}
@media only screen and (min-width: 1040px) {
  .title_set06::before {
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  .title_set06::before {
    font-size: 7.2rem;
    padding: 0;
    margin-bottom: 50px;
  }
}

/*---------------------------------------------------------------------

    共通Link

---------------------------------------------------------------------*/
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

/*a:link p, a:visited p{color:$link_color; text-decoration:underline;}
a:hover p, a:active p{color:$link_color; text-decoration:none;}*/
.link_line a {
  text-decoration: underline;
}

.link_line a:hover {
  text-decoration: none;
}

/*　リンクのベース
---------------------------------*/
.link_set_gmap01 {
  text-align: center;
}
.link_set_gmap01 a {
  background: #EB8896;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1040px) {
  .link_set_gmap01 a {
    font-size: 1.6rem;
    transition: 0.3s;
  }
}
.link_set_gmap01 a:hover {
  opacity: 0.6;
}
.link_set_gmap01 a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_set_gmap01 a span::before {
  content: "";
  background: url(../img/common/icon_gmap.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 27px;
  display: block;
  margin-right: 15px;
}
@media only screen and (min-width: 1040px) {
  .link_set_gmap01 a span::before {
    width: 17px;
    height: 22px;
    margin-right: 10px;
  }
}
.link_set_gmap01 a span::after {
  content: "";
  background: url(../img/common/allow_w_r.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 15px;
}
@media only screen and (min-width: 1040px) {
  .link_set_gmap01 a span::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}

.link_set_gmap02 {
  text-align: center;
}
.link_set_gmap02 a {
  background: #EB8896;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .link_set_gmap02 a {
    font-size: 1.4rem;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1040px) {
  .link_set_gmap02 a:hover {
    opacity: 0.6;
  }
}
.link_set_gmap02 a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_set_gmap02 a span::before {
  content: "";
  background: url(../img/common/icon_gmap.png) no-repeat center;
  background-size: contain;
  width: 9px;
  height: 12px;
  display: block;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .link_set_gmap02 a span::before {
    width: 12px;
    height: 16px;
  }
}
.link_set_gmap02 a span::after {
  content: "";
  background: url(../img/common/allow_w_r.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .link_set_gmap02 a span::after {
    width: 16px;
    height: 16px;
  }
}

/*　リンクにつけるパーツ
---------------------------------*/
/*　　右　＞　*/
.link_parts_arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -1em;
  top: 50%;
  margin-top: -3px;
  z-index: 10;
  transition: 0.3s;
}

/*　　右　▶　*/
.link_parts_triangle::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
  z-index: 10;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .link_parts_triangle::after {
    border-width: 10px 0 10px 15px;
    right: 20px;
    margin-top: -10px;
  }
}

/*　　四角　一覧はこちら　＞　上からドスン　*/
.link_parts_dsn {
  box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.6);
  transform: translate(0, -10px);
}

.link_parts_dsn:hover {
  transform: translate(0, 0);
  box-shadow: none;
}

/*---------------------------------------------------------------------

SP　⇔　PC　切替

---------------------------------------------------------------------*/
.mode_sp {
  display: block;
}
@media only screen and (min-width: 1040px) {
  .mode_sp {
    display: none;
  }
}

.mode_pc {
  display: none;
}
@media only screen and (min-width: 1040px) {
  .mode_pc {
    display: block;
  }
}

/*---------------------------------------------------------------------

Image Set

---------------------------------------------------------------------*/
.scale a img {
  transition: transform 0.3s linear;
}

.scale a:hover img {
  transform: scale(1.1);
}

/*---------------------------------------------------------------------

アニメーション用　※参考までに

スクロールすると　「.scroll-trigger」部分に「.scroll-trigger-on」が追加されるので、
アニメーションの動作開始に使えます。

---------------------------------------------------------------------*/
/*　フェードイン　+　下から上にスライド
---------------------------------------------*/
/*　下から上　*/
.scroll-trigger.fade-in-B {
  opacity: 0;
  transition: all 0.8s;
  transform: translate(0, 50px);
}

/*　右から左　*/
.scroll-trigger.fade-in-R {
  opacity: 0;
  transform: translatex(100px);
  transition-duration: 0.6s;
}

/*　左から右　*/
.scroll-trigger.fade-in-L {
  opacity: 0;
  transform: translatex(-100px);
  transition-duration: 0.6s;
}

/*　元の位置に戻る　*/
.scroll-trigger-on.fade-in-B,
.scroll-trigger-on.fade-in-R,
.scroll-trigger-on.fade-in-L,
.scroll-trigger-on .anm_l_slide {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*　フェードイン　+　左から右に順番にスライド
---------------------------------------------*/
.scroll-trigger .anm_l_slide {
  opacity: 0;
  transform: translate(-50px, 0);
  transition-duration: 1s;
}

.scroll-trigger-on .anm_l_slide:nth-child(1) {
  transition-delay: 0.5s;
}

.scroll-trigger-on .anm_l_slide:nth-child(2) {
  transition-delay: 0.7s;
}

.scroll-trigger-on .anm_l_slide:nth-child(3) {
  transition-delay: 0.9s;
}

.scroll-trigger-on .anm_l_slide:nth-child(4) {
  transition-delay: 1.1s;
}

@keyframes fadeIn-lslide {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) !important;
  }
}
/*---------------------------------------------------------------

    基本設定

---------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  color: #666;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 180%;
  height: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 180%;
    font-size: 1.6rem;
  }
}

body.open_nv {
  overflow: hidden;
  touch-action: none;
}
@media only screen and (min-width: 1040px) {
  body.open_nv {
    overflow: visible;
  }
}

* img {
  width: 100%;
  height: auto;
}

/*源柔ゴシック 設定*/
@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../font/GenJyuuGothic-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  font-style: bold;
  font-weight: 700;
  src: url("../font/GenJyuuGothic-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothicP";
  font-style: bold;
  font-weight: 700;
  src: url("../font/GenJyuuGothic-P-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothicP";
  font-style: bold;
  font-weight: 400;
  src: url("../font/GenJyuuGothic-P-Regular.woff") format("woff");
  font-display: swap;
}
/*---------------------------------------------------------------

    ヘッダー

---------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 110;
}
header .inner {
  width: 100%;
  background: #FFF;
  height: 66px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1040px) {
  header .inner {
    height: 100px;
  }
}
header .inner h1 {
  width: calc(100% - 88px);
  height: 50px;
  padding: 8px 0 0 20px;
}
@media only screen and (min-width: 1040px) {
  header .inner h1 {
    width: 394px;
    height: 80px;
    padding: 10px 0 0 40px;
    padding: 10px 0 0 40px;
  }
}
header .inner h1 a {
  display: block;
}
header .inner h1 img {
  width: auto;
  height: 50px;
}
@media only screen and (min-width: 1040px) {
  header .inner h1 img {
    height: 80px;
  }
}

/*メニュー部分*/
header nav {
  display: none;
  /*display: block;*/
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1040px) {
  header nav {
    display: block !important;
    top: 0;
    left: auto;
    right: 0;
    height: 100px;
    width: calc(100% - 460px);
    overflow: visible;
  }
}
header nav > div {
  display: block;
  margin: 0 0 0 auto;
  width: 75%;
  height: 100%;
  background: #FFF;
  box-sizing: border-box;
  overflow: auto;
  padding: 66px 20px 80px;
}
@media only screen and (min-width: 1040px) {
  header nav > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 40px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1040px) and (min-width: 1040px) {
  header nav > div ul {
    order: 2;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
}
header nav::-webkit-scrollbar {
  width: 0 !important;
}
header nav #h_tel {
  margin-top: 15px;
  border: 1px solid #EB8896;
  border-radius: 5px;
  padding: 15px 10px;
}
@media only screen and (min-width: 1040px) {
  header nav #h_tel {
    order: 1;
    margin-top: 0;
    border: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
}
header nav #h_tel a {
  font-family: "GenJyuuGothicP";
  color: #EB8896 !important;
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (min-width: 1040px) {
  header nav #h_tel a {
    font-size: 3.2rem;
    pointer-events: none;
  }
}
header nav #h_tel a span.icon_f_tel {
  display: flex;
  align-items: center;
}
header nav #h_tel a span.icon_f_tel::before {
  content: "";
  background: url(../img/common/icon_freedial.png) no-repeat center;
  background-size: contain;
  width: 33px;
  height: 19px;
  display: block;
}
@media only screen and (min-width: 1040px) {
  header nav #h_tel a span.icon_f_tel::before {
    width: 40px;
    height: 23px;
  }
}
header nav #h_tel a + p {
  margin: 0 0 0 33px;
  font-size: 1.1rem;
  color: #EB8896;
}
@media only screen and (min-width: 1040px) {
  header nav #h_tel a + p {
    margin: 0;
    font-size: 1.2rem;
  }
}
header + * {
  padding-top: 66px !important;
}
@media only screen and (min-width: 1040px) {
  header + * {
    padding-top: 100px !important;
  }
}

/* メインナビ */
header nav ul li > a {
  font-size: 1.6rem;
  font-weight: 700;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 30px;
}
@media only screen and (min-width: 1040px) {
  header nav ul li > a {
    font-size: 1.4rem;
    justify-content: center;
    padding: 0;
    transition: 0.3s;
  }
}
header nav ul li > a:hover {
  color: #EB8896 !important;
}
header nav ul li > a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #EB8896;
  border-right: 1px solid #EB8896;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 4px;
  top: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 1040px) {
  header nav ul li > a::before {
    display: none;
  }
}
@media only screen and (min-width: 1040px) {
  header nav ul li + li {
    margin-left: 30px;
  }
}

/*開閉ボタン*/
#nav_toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 100;
  background: #FFF;
  right: 20px;
  top: 9px;
  border-radius: 5px;
  border: 1px solid #EB8896;
  box-sizing: border-box;
  transition: background 0.3s;
}
@media only screen and (min-width: 1040px) {
  #nav_toggle {
    display: none;
  }
}
#nav_toggle::after {
  content: "MENU";
  color: #EB8896;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
  margin-top: 5px;
}
#nav_toggle div {
  position: relative;
  width: 16px;
  height: 8px;
}
#nav_toggle div span {
  display: block;
  height: 1px;
  background: #EB8896;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}
#nav_toggle div span:nth-child(1) {
  top: 0px;
}
#nav_toggle div span:nth-child(2) {
  top: 4px;
}
#nav_toggle div span:nth-child(3) {
  top: 8px;
}
.open #nav_toggle span:nth-child(1) {
  top: 5px;
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 5px;
  transform: rotate(-135deg);
}

/*---------------------------------------------------------------

    footer

---------------------------------------------------------------*/
footer > div {
  padding: 10px 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  footer > div {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 1040px) {
  footer > div {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1280px) {
  footer > div {
    padding: 0;
  }
}
footer #f_add {
  text-align: center;
}
@media only screen and (min-width: 1040px) {
  footer #f_add {
    padding: 30px 0 0 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1040px) {
  footer #f_add h1 {
    width: 100%;
  }
}
footer #f_add h1 img {
  width: 80%;
  max-width: 430px;
  height: auto;
}
@media only screen and (min-width: 1040px) {
  footer #f_add h1 img {
    width: 430px;
  }
}
footer #f_add h1 + p {
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  color: #111;
}
@media only screen and (min-width: 768px) {
  footer #f_add h1 + p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  footer #f_add h1 + p {
    font-size: 1.8rem;
  }
}
footer #f_add .link_set_gmap02 {
  margin: 10px 0 15px;
}
@media only screen and (min-width: 1040px) {
  footer #f_add .link_set_gmap02 {
    margin: 10px 0 10px 30px;
  }
}
footer #f_tel {
  text-align: center;
}
@media only screen and (min-width: 1040px) {
  footer #f_tel {
    padding: 50px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
footer #f_tel p {
  color: #EB8896;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  footer #f_tel p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  footer #f_tel p {
    font-size: 1.4rem;
    padding: 0.4em 0 0 0;
  }
}

footer #copy {
  font-size: 1.6rem;
  padding: 15px 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 1040px) {
  footer #copy {
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.2rem;
    padding: 0 20px 30px 20px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  footer #copy {
    padding: 0 0 30px 0;
  }
}

/*---------------------------------------------------------------

    アンカーリンク

---------------------------------------------------------------*/
#anchor {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1040px) {
  #anchor {
    bottom: 100px;
    animation: fuwafuwa 2s infinite ease-in-out;
  }
}
#anchor a {
  background: #FFF;
  height: 35px;
  width: 40%;
  min-width: 140px;
  max-width: 210px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #111;
  font-weight: 700;
  position: relative;
  box-shadow: 0px 0px 5px -1px #666666;
}
@media only screen and (min-width: 1040px) {
  #anchor a {
    height: 52px;
    font-size: 2rem;
    width: 210px;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1040px) {
  #anchor a:hover {
    color: #EB8896;
  }
}
#anchor a::before {
  content: "";
  background: url(../img/common/allow_p_t.png) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1040px) {
  #anchor a::before {
    width: 24px;
    height: 24px;
    top: -12px;
  }
}
#anchor a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  filter: drop-shadow(0px 2px 1px #999999);
}

@keyframes fuwafuwa {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/*---------------------------------------------------------------

    トップコンテンツ

---------------------------------------------------------------*/
.top_contents {
  overflow: hidden;
}
.top_contents > div {
  background: url(../img/slider/back_sp.jpg) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1040px) {
  .top_contents > div {
    background: url(../img/slider/back_pc.jpg) no-repeat center top;
    background-size: cover;
  }
}
.top_contents > div::after {
  content: "";
  background: url(../img/slider/mask_sp.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1040px) {
  .top_contents > div::after {
    /*width: 980px;
    height: 830px;*/
    background: url(../img/slider/mask.png) no-repeat center top;
    background-size: 980px 830px;
  }
}
.top_contents #back_flower01 {
  position: absolute; /*描画固定*/
  z-index: 1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
}
.top_contents #wrapper_slider {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 2; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1040px) {
  .top_contents #wrapper_slider {
    width: 980px;
    height: 830px;
    margin: 0 auto;
  }
}
.top_contents #wrapper_slider .slick-prev,
.top_contents #wrapper_slider .slick-next {
  height: 0 !important;
}
.top_contents #wrapper_slider .slick-prev::before,
.top_contents #wrapper_slider .slick-next::before {
  display: none;
}
.top_contents #comment {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .top_contents #comment {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1040px) {
  .top_contents #comment {
    width: 960px;
    margin: 50px auto 0;
    padding: 0;
  }
}
.top_contents #comment h1 {
  color: #5FBDD5;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .top_contents #comment h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1040px) {
  .top_contents #comment h1 {
    font-size: 4rem;
  }
}
.top_contents #comment p {
  margin-top: 24px;
  color: #5FBDD5;
  line-height: 180%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .top_contents #comment p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  .top_contents #comment p {
    margin-top: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 220%;
  }
}

/*---------------------------------------------------------------

    ペットがお亡くなりになったら

---------------------------------------------------------------*/
#pet {
  background: url(../img/common/back_img01_sp.png) repeat-x center bottom #FFF;
  background-size: auto 55px;
}
@media only screen and (min-width: 1040px) {
  #pet {
    background: url(../img/common/back_img01_pc.png) repeat-x center bottom #FFF;
    background-size: auto 221px;
  }
}
#pet > div {
  padding: 36px 20px 90px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #pet > div {
    padding: 36px 30px 90px 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet > div {
    padding: 60px 0 220px 0;
    width: 960px;
    margin: 0 auto;
  }
}
#pet h1 {
  padding-right: 24px;
  padding-left: 24px;
}
#pet h1 + span {
  position: absolute;
  right: 20px;
  top: 108px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #pet h1 + span {
    right: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet h1 + span {
    right: 40px;
    top: 150px;
    width: 32px;
    height: 32px;
  }
}
#pet h1 + span::before {
  content: "";
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.4s;
  border-bottom: 2px solid #5FBDD5;
}
@media only screen and (min-width: 1040px) {
  #pet h1 + span::before {
    width: 32px;
  }
}
#pet h1 + span::after {
  content: "";
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
  transition: 0.4s;
  border-bottom: 2px solid #5FBDD5;
}
@media only screen and (min-width: 1040px) {
  #pet h1 + span::after {
    width: 32px;
  }
}
#pet h1 + span.active::before {
  transform: rotate(90deg);
  opacity: 0;
}
#pet h1 + span.active::after {
  transform: rotate(0deg);
}
#pet .pet_layout {
  border: 1px solid #5FBDD5;
  border-radius: 10px;
  background: #F2FAFC;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #pet .pet_layout {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet .pet_layout {
    padding: 40px 0;
    min-height: 230px;
  }
}
#pet .pet_layout.arrow_set {
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  #pet .pet_layout.arrow_set {
    margin-top: 55px;
  }
}
#pet .pet_layout.arrow_set::before {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #pet .pet_layout.arrow_set::before {
    width: 40px;
    height: 24px;
    top: -41px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet .pet_layout > div {
    width: calc(100% - 270px);
  }
}
#pet .pet_layout h2 + p {
  margin-top: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #pet .pet_layout h2 + p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet .pet_layout h2 + p {
    font-size: 1.8rem;
    margin-top: 0;
    padding: 0 60px 0 0;
    line-height: 200%;
    width: calc(100% - 270px);
    box-sizing: border-box;
  }
}
#pet #pet_detail {
  display: none;
}
#pet #pet_detail > p:first-child {
  text-align: center;
  font-weight: 700;
  line-height: 220%;
}
@media only screen and (min-width: 768px) {
  #pet #pet_detail > p:first-child {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet_detail > p:first-child {
    font-size: 1.8rem;
    line-height: 180%;
  }
}
#pet #pet_detail > p:last-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5FBDD5;
  text-align: center;
  line-height: 180%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #pet #pet_detail > p:last-child {
    font-size: 2rem;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet_detail > p:last-child {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
#pet #prepare {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  #pet #prepare {
    padding: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #prepare {
    margin-top: 30px;
  }
}
#pet #prepare ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #pet #prepare ul {
    justify-content: center;
  }
}
#pet #prepare ul li {
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #pet #prepare ul li {
    width: 148px;
    padding: 0;
    margin-top: 30px;
  }
}
#pet #prepare ul li img {
  max-width: 148px;
  margin: 0 auto;
  display: block;
}
#pet #prepare ul li p {
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  #pet #prepare ul li p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #prepare ul li p {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #prepare ul li + li {
    margin-left: 15px;
  }
}
#pet #pet01 {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  #pet #pet01 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet01 {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet02 {
    display: flex;
    justify-content: space-between;
  }
}
#pet #pet02 h2::before {
  content: "2";
}
@media only screen and (min-width: 1040px) {
  #pet #pet03 {
    display: flex;
    justify-content: space-between;
  }
}
#pet #pet03 h2::before {
  content: "3";
}
#pet #pet03 p {
  margin-top: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #pet #pet03 p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet03 p {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 200%;
  }
}
#pet #pet03 .free_dial02 {
  margin-top: 15px;
}
#pet #pet03 .free_dial02 a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#pet #pet03 .free_dial02 .time24 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  #pet #pet03 .free_dial02 .time24 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet03 .free_dial02 .time24 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet04 {
    display: flex;
    justify-content: space-between;
  }
}
#pet #pet04 h2::before {
  content: "4";
}
#pet #pet04 > div > p {
  margin-top: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #pet #pet04 > div > p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet04 > div > p {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 200%;
  }
}
#pet #pet04 section {
  margin-top: 16px;
}
#pet #pet04 section h3 {
  color: #5FBDD5;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 6px solid #5FBDD5;
  padding: 0 0 0 6px;
}
@media only screen and (min-width: 1040px) {
  #pet #pet04 section h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet04 section h3 {
    border-left: 13px solid #5FBDD5;
    padding: 0 0 0 16px;
    font-size: 2.4rem;
  }
}
#pet #pet04 section h3 + p {
  margin-top: 10px;
  border-top: 1px solid #5FBDD5;
  padding: 10px 0 0 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #pet #pet04 section h3 + p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #pet #pet04 section h3 + p {
    margin-top: 15px;
    padding: 15px 0 0 0;
    font-size: 1.8rem;
  }
}
#pet #pet04 section h3 + p + p {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #pet #pet04 section h3 + p + p {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------------------------

    ご葬儀の流れ

---------------------------------------------------------------*/
#flow {
  height: 100%;
  position: relative;
}
#flow #back_flower02 {
  position: absolute; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
#flow #wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  #flow #wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #wrapper {
    padding: 130px 0;
  }
}
#flow .flow_layout01 {
  border: 1px solid #EB8896;
  padding: 20px;
  border-radius: 10px;
  background: #FFFBDA;
}
@media only screen and (min-width: 768px) {
  #flow .flow_layout01 {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1040px) {
  #flow .flow_layout01 {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 35px 20px;
  }
}
#flow .flow_layout01 p {
  font-weight: 700;
}
#flow .flow_layout02 {
  border: 1px solid #5FBDD5;
  padding: 20px;
  border-radius: 10px;
  background: #FFFBDA;
}
@media only screen and (min-width: 768px) {
  #flow .flow_layout02 {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1040px) {
  #flow .flow_layout02 {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 35px 20px;
    border-radius: 20px;
  }
}
#flow .flow_layout02 p {
  font-weight: 700;
}
#flow .flow_layout_2column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1040px) {
  #flow .flow_layout_2column {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1040px) {
  #flow .flow_layout_2column > .flow_layout02 {
    width: 470px !important;
  }
}
#flow .flow_layout_2column p {
  font-weight: 700;
}
#flow .flow_title {
  color: #5FBDD5;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 6px solid #5FBDD5;
  padding: 0 0 0 6px;
}
@media only screen and (min-width: 768px) {
  #flow .flow_title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow .flow_title {
    border-left: 13px solid #5FBDD5;
    padding: 0 0 0 16px;
    font-size: 2.4rem;
  }
}
#flow .flow_text {
  margin-top: 10px;
  border-top: 1px solid #5FBDD5;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #flow .flow_text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow .flow_text {
    margin-top: 15px;
    padding: 15px 0 0 0;
    font-size: 1.8rem;
  }
}
#flow .flow_text span {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #flow .flow_text span {
    font-size: 1.4rem;
  }
}
#flow #flow01 .free_dial03 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #flow #flow01 .free_dial03 {
    margin-top: 40px;
  }
}
#flow #flow01 .free_dial03 a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  #flow #flow01 .free_dial03 a {
    justify-content: center;
    pointer-events: none;
  }
}
#flow #flow01 .free_dial03 .time24 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  #flow #flow01 .free_dial03 .time24 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow01 .free_dial03 .time24 {
    font-size: 2rem;
  }
}
#flow #flow02 {
  position: relative;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  #flow #flow02 {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #flow #flow02 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
}
#flow #flow02::before {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #flow #flow02::before {
    width: 40px;
    height: 24px;
    top: -41px;
  }
}
#flow #flow02 img {
  max-width: 125px;
  margin: 12px auto 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #flow #flow02 img {
    margin: 0;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  #flow #flow02 p {
    font-size: 1.6rem;
    margin-right: 2em;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow02 p {
    font-size: 1.8rem;
  }
}
#flow #flow03 {
  width: calc(50% - 6px);
  position: relative;
  margin: 38px 0;
}
@media only screen and (min-width: 768px) {
  #flow #flow03 {
    width: calc(50% - 10px);
    margin: 55px 0;
  }
}
#flow #flow03::before {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #flow #flow03::before {
    width: 40px;
    height: 24px;
    top: -41px;
    transform: translateX(40px);
  }
}
#flow #flow03::after {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #flow #flow03::after {
    width: 40px;
    height: 24px;
    bottom: -41px;
    transform: translateX(40px);
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow03 h2 {
    width: 230px;
  }
}
#flow #flow03 p {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  #flow #flow03 p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow03 p {
    margin-top: 20px;
    text-align: center;
    font-size: 1.8rem;
  }
}
#flow #flow04 {
  width: calc(50% - 6px);
  margin: 38px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #flow #flow04 {
    width: calc(50% - 10px);
    margin: 55px 0;
  }
}
#flow #flow04::before {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #flow #flow04::before {
    width: 40px;
    height: 24px;
    top: -41px;
    transform: translateX(-80px);
  }
}
#flow #flow04::after {
  content: "";
  background: url(../img/common/triangle_p_b.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #flow #flow04::after {
    width: 40px;
    height: 24px;
    bottom: -41px;
    transform: translateX(-80px);
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow04 h2 {
    width: 230px;
  }
}
#flow #flow04 p {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  #flow #flow04 p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow04 p {
    margin-top: 20px;
    text-align: center;
    font-size: 1.8rem;
  }
}
#flow #flow05 ul {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  #flow #flow05 ul {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow05 ul {
    width: 830px;
    margin: 45px auto 0;
  }
}
#flow #flow05 ul li {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #flow #flow05 ul li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow05 ul li {
    font-size: 1.8rem;
  }
}
#flow #flow05 ul li .img {
  width: 96px;
}
@media only screen and (min-width: 768px) {
  #flow #flow05 ul li .img {
    width: 128px;
    height: auto;
  }
}
#flow #flow05 ul li .flow_detail {
  width: calc(100% - 116px);
}
@media only screen and (min-width: 768px) {
  #flow #flow05 ul li .flow_detail {
    width: calc(100% - 170px);
  }
}
#flow #flow05 ul li + li {
  margin-top: 25px;
}
@media only screen and (min-width: 1040px) {
  #flow #flow05 ul li + li {
    margin-top: 40px;
  }
}
#flow #flow_info {
  margin-top: 20px;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info {
    width: 960px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#flow #flow_info section + section {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section + section {
    margin: 30px 0 0 0;
  }
}
#flow #flow_info .layout_half {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info .layout_half {
    width: 480px;
    padding: 0 0 70px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column01 {
    width: calc(50% - 40px);
    padding: 0 0 70px 0;
  }
}
#flow #flow_info section.column01 .info_img img {
  max-width: 440px;
  margin: 0 auto;
  display: block;
}
#flow #flow_info section.column01 .info_detail {
  margin-top: 18px;
  color: #111;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column01 .info_detail {
    margin-top: 24px;
  }
}
#flow #flow_info section.column02 {
  display: flex;
  justify-content: space-between;
}
#flow #flow_info section.column02 .info_img {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column02 .info_img {
    width: calc(50% - 12px);
  }
}
#flow #flow_info section.column02 .info_detail {
  width: calc(50% - 8px);
  color: #111;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column02 .info_detail {
    width: calc(50% - 12px);
  }
}
#flow #flow_info section.column_full .info_img img {
  border-radius: 10px;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column_full .info_img img {
    border-radius: 20px;
  }
}
#flow #flow_info section.column_full .info_detail {
  margin-top: 18px;
  color: #111;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info section.column_full .info_detail {
    margin-top: 24px;
  }
}
#flow #flow_info .slider02 {
  margin: 20px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 1040px) {
  #flow #flow_info .slider02 {
    margin-top: 0;
  }
}
#flow #flow_info .slider02 section + section {
  margin-top: 0;
}

/*---------------------------------------------------------------

    費用について

---------------------------------------------------------------*/
#cost {
  background: #F2FAFC;
}
#cost > div {
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  #cost > div {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #cost > div {
    padding: 130px 0;
  }
}
#cost h1 + p + img {
  max-width: 700px;
  margin: 25px auto 0;
  display: block;
}
@media only screen and (min-width: 1040px) {
  #cost h1 + p + img {
    margin-top: 30px;
  }
}
#cost h1 + p + img + p {
  max-width: 700px;
  margin: 16px auto 0;
  color: #111;
}
@media only screen and (min-width: 768px) {
  #cost h1 + p + img + p {
    text-align: center;
  }
}
@media only screen and (min-width: 1040px) {
  #cost h1 + p + img + p {
    margin-top: 25px;
  }
}
#cost #detail {
  margin-top: 20px;
}
@media only screen and (min-width: 1040px) {
  #cost #detail {
    margin: 70px auto 0;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  #cost #detail {
    padding: 0;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #detail #detail_left,
  #cost #detail #detail_right {
    width: calc(50% - 25px);
    max-width: 576px;
  }
}
#cost #detail > div:last-child {
  margin-top: 10px;
}
@media only screen and (min-width: 1040px) {
  #cost #detail > div:last-child {
    margin-top: 0;
  }
}
#cost #detail table {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #5FBDD5;
  border-top: 1px solid #5FBDD5;
  border-collapse: separate;
  font-family: "GenJyuuGothicP";
}
@media only screen and (min-width: 768px) {
  #cost #detail table {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #detail table {
    font-size: 2.4rem;
  }
}
#cost #detail table + table {
  margin-top: 10px;
}
@media only screen and (min-width: 1040px) {
  #cost #detail table + table {
    margin-top: 15px;
  }
}
#cost #detail table th {
  background: rgba(95, 189, 213, 0.24);
  padding: 12px;
  width: 34%;
  box-sizing: border-box;
  border-bottom: 1px solid #5FBDD5;
  border-right: 1px solid #5FBDD5;
}
#cost #detail table td {
  padding: 12px;
  width: 33%;
  box-sizing: border-box;
  border-bottom: 1px solid #5FBDD5;
  border-right: 1px solid #5FBDD5;
  font-weight: 700;
  background: #FFF;
  vertical-align: middle;
}
#cost #detail table td.fs_20 {
  font-weight: 400 !important;
}
@media only screen and (min-width: 768px) {
  #cost #detail table td.fs_20 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #detail table td.fs_20 {
    font-size: 2rem;
  }
}
#cost #detail table td span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #cost #detail table td span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #detail table td span {
    font-size: 1.6rem;
  }
}
#cost #detail table td span.size {
  display: inline;
}
@media only screen and (min-width: 768px) {
  #cost #detail table td span.fs_18 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #detail table td span.fs_18 {
    font-size: 1.8rem;
  }
}
#cost #detail table td.t_right {
  text-align: right;
}
#cost #detail table td.no_value {
  background-image: linear-gradient(to left top, transparent 50%, #5FBDD5 50%, #5FBDD5 calc(50% + 1px), transparent calc(50% + 1px));
}
#cost #detail table tr:first-child > *:first-child {
  border-top-left-radius: 10px;
}
#cost #detail table tr:first-child > *:last-child {
  border-top-right-radius: 10px;
}
#cost #detail table tr:last-child > *:first-child {
  border-bottom-left-radius: 10px;
}
#cost #detail table tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}
#cost #detail table.table_set01 tr:first-child > th {
  border-radius: 10px 0 0 10px;
}
#cost #detail table.table_set01 tr:last-child > td:first-child {
  border-radius: 0;
}
#cost #detail table.table_set02 tr:first-child > th {
  border-radius: 10px 0 0 10px;
}
#cost #detail table.table_set03 tr:nth-child(3) > th {
  border-radius: 0 0 0 10px;
}
#cost #detail table.table_set03 tr:last-child > td:first-child {
  border-radius: 0;
}
#cost #detail table + p {
  margin-top: 15px;
  color: #111;
}
@media only screen and (min-width: 1040px) {
  #cost #detail table + p {
    margin-top: 25px;
  }
}
#cost #other_detail {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #cost #other_detail {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail {
    margin: 65px auto 0;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1280px) {
  #cost #other_detail {
    padding: 0;
  }
}
#cost #other_detail h2 {
  color: #5FBDD5;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 1px solid #5FBDD5;
  border-bottom: 1px solid #5FBDD5;
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  #cost #other_detail h2 {
    font-size: 2.6rem;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail h2 {
    font-size: 3.2rem;
    padding: 20px 0;
    border-top: 2px solid #5FBDD5;
    border-bottom: 2px solid #5FBDD5;
  }
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
#cost #other_detail ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul li {
    margin-top: 0;
    display: block;
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail ul li {
    width: calc(25% - 24px);
  }
}
#cost #other_detail ul li .item {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul li .item {
    width: 100%;
  }
}
#cost #other_detail ul li .item_detail {
  width: calc(50% - 8px);
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul li .item_detail {
    width: 100%;
    margin-top: 30px;
  }
}
#cost #other_detail ul li .item_detail h3 {
  color: #5FBDD5;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-left: 6px solid #5FBDD5;
  padding: 0 0 0 6px;
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail ul li .item_detail h3 {
    border-left: 13px solid #5FBDD5;
    padding: 0 0 0 16px;
  }
}
#cost #other_detail ul li .item_detail h3 span:first-child {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul li .item_detail h3 span:first-child {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail ul li .item_detail h3 span:first-child {
    font-size: 2.4rem;
  }
}
#cost #other_detail ul li .item_detail h3 span:last-child {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #cost #other_detail ul li .item_detail h3 span:last-child {
    font-size: 1.4rem;
  }
}
#cost #other_detail ul li .item_detail h3 + p {
  margin-top: 10px;
  border-top: 1px solid #5FBDD5;
  padding: 12px 0 0 0;
  color: #111;
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail ul li .item_detail h3 + p {
    margin-top: 15px;
    padding: 15px 0 0 0;
    font-size: 1.8rem;
  }
}
#cost #other_detail ul li .item_detail h3 + p + p {
  color: #111;
}
#cost #other_detail ul li:nth-child(4) h3 {
  flex-direction: column;
}
@media only screen and (min-width: 1040px) {
  #cost #other_detail ul li:nth-child(4) h3 {
    flex-direction: row;
  }
}

/*---------------------------------------------------------------

    よくあるご質問

---------------------------------------------------------------*/
#qa > div {
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  #qa > div {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #qa > div {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl {
    max-width: 960px;
    margin: 0 auto;
  }
}
#qa dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5FBDD5;
  border-bottom: 1px solid #5FBDD5;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #qa dl dt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl dt {
    font-size: 2.4rem;
  }
}
#qa dl dt::before {
  content: "";
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.4s;
  border-bottom: 2px solid #5FBDD5;
}
@media only screen and (min-width: 1040px) {
  #qa dl dt::before {
    right: 30px;
    width: 32px;
  }
}
#qa dl dt::after {
  content: "";
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
  transition: 0.4s;
  border-bottom: 2px solid #5FBDD5;
}
@media only screen and (min-width: 1040px) {
  #qa dl dt::after {
    right: 30px;
    width: 32px;
  }
}
#qa dl dt.active::before {
  transform: rotate(90deg);
  opacity: 0;
}
#qa dl dt.active::after {
  transform: rotate(0deg);
}
#qa dl dt span {
  padding: 15px 60px 20px 46px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #qa dl dt span {
    padding: 20px 60px 20px 46px;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl dt span {
    padding: 35px 90px 30px 65px;
  }
}
#qa dl dt span::before {
  content: "Q";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #5FBDD5;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #qa dl dt span::before {
    top: 1em;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl dt span::before {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
    top: 1.1em;
  }
}
#qa dl dd {
  background: #FFFBDA;
  padding: 13px 24px 16px 95px;
  font-weight: 700;
  color: #666;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #qa dl dd {
    padding: 16px 24px 20px 95px;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl dd {
    padding: 16px 30px 20px 110px;
    font-size: 1.8rem;
  }
}
#qa dl dd::before {
  content: "A";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EB8896;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.4em;
  left: 50px;
}
@media only screen and (min-width: 768px) {
  #qa dl dd::before {
    top: 0.6em;
  }
}
@media only screen and (min-width: 1040px) {
  #qa dl dd::before {
    left: 60px;
  }
}

/*---------------------------------------------------------------

    アクセス

---------------------------------------------------------------*/
#access {
  background: url(../img/common/back_img01_sp.png) repeat-x center bottom #F2FAFC;
  background-size: auto 55px;
}
@media only screen and (min-width: 1040px) {
  #access {
    background: url(../img/common/back_img01_pc.png) repeat-x center bottom #F2FAFC;
    background-size: auto 221px;
  }
}
#access > div {
  padding: 60px 20px 100px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #access > div {
    padding: 60px 30px 100px 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #access > div {
    padding: 130px 20px 260px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #access > div {
    padding: 130px 0 260px 0;
  }
}
#access > div > article,
#access > div > section {
  background: #FFF;
  border: 1px solid #5FBDD5;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #access > div > article,
  #access > div > section {
    border-radius: 20px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  #access > div > article,
  #access > div > section {
    border: none;
    padding: 30px 30px 50px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car > div {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
}
#access #car .map_img {
  margin-top: 12px;
  margin: 12px auto 0;
  max-width: 750px;
  display: block;
  height: auto;
}
@media only screen and (min-width: 1040px) {
  #access #car .map_img {
    margin: 0;
    width: calc(100% - 390px);
  }
}
@media only screen and (min-width: 1040px) {
  #access #car .map_img + div {
    width: 342px;
  }
}
#access #car #access_detail {
  margin-top: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #access #car #access_detail {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car #access_detail {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 180%;
  }
}
#access #car #access_tel {
  margin-top: 16px;
  border-radius: 5px;
  border: 1px solid #EB8896;
  color: #EB8896;
  padding: 12px 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #access #car #access_tel {
    border-radius: 10px;
    padding: 16px 24px;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car #access_tel {
    text-align: left;
    padding: 16px 10px 16px 24px;
  }
}
#access #car #access_tel a {
  margin-top: 8px;
}
@media only screen and (min-width: 1040px) {
  #access #car #access_tel a {
    pointer-events: none;
  }
}
#access #car #access_tel a + p {
  margin-top: 5px;
}
@media only screen and (min-width: 1040px) {
  #access #car #access_tel a + p {
    margin-left: 40px;
  }
}
#access #car #access_tel p {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1040px) {
  #access #car #access_tel p {
    text-align: left;
  }
}
#access #car section {
  margin-top: 22px;
}
@media only screen and (min-width: 1040px) {
  #access #car section {
    margin-top: 25px;
  }
}
#access #car section h3 {
  color: #5FBDD5;
  border-bottom: 1px solid #5FBDD5;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 7px 0;
}
@media only screen and (min-width: 768px) {
  #access #car section h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car section h3 {
    font-size: 2.4rem;
    padding: 0 0 16px 0;
  }
}
#access #car section h3 span {
  border-left: 6px solid #5FBDD5;
  padding: 0 0 0 6px;
}
@media only screen and (min-width: 1040px) {
  #access #car section h3 span {
    border-left: 13px solid #5FBDD5;
    padding: 0 0 0 10px;
  }
}
#access #car section h3 + p {
  margin-top: 15px;
  color: #111;
}
@media only screen and (min-width: 768px) {
  #access #car section h3 + p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1040px) {
  #access #car section h3 + p {
    font-size: 1.8rem;
  }
}
#access #car section .link_set_gmap01 {
  margin-top: 16px;
}
@media only screen and (min-width: 1040px) {
  #access #car section .link_set_gmap01 {
    width: 245px;
  }
}
#access #transportation {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  #access #transportation {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1040px) {
  #access #transportation {
    margin-top: 35px;
  }
}
#access #transportation img {
  margin-top: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  #access #transportation img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1040px) {
  #access #transportation img {
    margin-top: 30px;
  }
}
#access #transportation p {
  margin-top: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #111;
}/*# sourceMappingURL=style.css.map */