@charset "UTF-8";
/* --------------------------------

  reset

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
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;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #7065a3;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #a083b5;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  padding: 0;
  vertical-align: middle;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

img, iframe, object {
  max-width: 100%;
}

hr {
  display: block;
  height: 0;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 1rem;
  padding: 0 0 .5em;
  line-height: 1.3;
  font-size: 1.6em;
  border-bottom: 2px solid #7065a3;
}
@media screen and (min-width: 640px), print {
  .main-heading,
  .news-heading {
    font-size: 2.0em;
  }
}
@media screen and (min-width: 1100px), print {
  .main-heading,
  .news-heading {
    margin-bottom: 1.5rem;
    font-size: 2.5em;
  }
}

/* 共通見出し（h3相当）*/
.main-subheading {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.2;
}
@media screen and (min-width: 640px), print {
  .main-subheading {
    font-size: 1.5em;
  }
}

/* 共通リスト */
.main ul > li {
  position: relative;
  padding-left: 1.1em;
  list-style-type: none;
}
.main ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .2em;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #7065a3;
}

.main ol > li {
  margin-left: 1.5em;
  list-style-type: decimal;
}

/* 共通リスト（リストマーカー非表示用）*/
ul.list-style-none > li {
  padding-left: 0;
  list-style-type: none;
}
ul.list-style-none > li:before {
  display: none;
}

ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

/* 共通リスト（注釈用）*/
ul.list-style-note > li {
  padding-left: 1em;
}
ul.list-style-note > li:before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: .5em 1.5em .5em;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  background-color: #7065a3;
  -webkit-transition: .2s;
  transition: .2s;
}
.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a083b5;
}
@media screen and (min-width: 640px), print {
  .link-button.large {
    padding: .7em 2.5em .7em;
    font-size: 1.2em;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}

/* コンテンツ隙間・間隔用 */
.gutter:not(:last-child) {
  margin-bottom: 5em;
}
.gutter > .inner {
  padding-right: 21px;
  padding-right: 1.5rem;
  padding-left: 21px;
  padding-left: 1.5rem;
  font-size: 1.1em;
  line-height: 1.8;
}
@media screen and (max-width: 1099.98px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .gutter > .inner {
    font-size: 1em;
  }
}
.gutter > .inner .inner {
  overflow: hidden;
}
.gutter .inner:not(:last-child) {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}
.gutter.dmy > .inner {
  padding: 0;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .anchor-point:before {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* サブセクション */
.subsection:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #eee;
}

/* CSS カウンターの利用 | https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Counters */
.css-counter {
  counter-reset: section;
}
.css-counter .counter:before {
  counter-increment: section;
  content: counter(section) ". ";
}

/* --------------------------------

  Webフォント

-------------------------------- */
/*
 * https://icomoon.io/
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?j1tha8");
  src: url("../fonts/icomoon.eot?j1tha8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j1tha8") format("truetype"), url("../fonts/icomoon.woff?j1tha8") format("woff"), url("../fonts/icomoon.svg?j1tha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-note:before {
  content: "\e900";
}

.icon-smile:before {
  content: "\e901";
}

.icon-worry:before {
  content: "\e902";
}

.icon-arrowdown:before {
  content: "\e906";
}

.icon-arrowleft:before {
  content: "\e907";
}

.icon-arrowright:before {
  content: "\e905";
}

.icon-arrowup:before {
  content: "\e904";
}

.icon-tel:before {
  content: "\e903";
}

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSansJP-Thin.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Light.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Black.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSerifJP-ExtraLight.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Light.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Regular.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Medium.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-SemiBold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Bold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Black.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  min-height: 480px;
  color: #151515;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  background-color: #fff;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* --------------------------------

  header

-------------------------------- */
.header .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  z-index: 999;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    right: 0;
    padding: 0;
    z-index: 1001;
  }
}
.header-logo {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 1100px), print {
  #top .header-logo {
    display: none;
  }
}
.header-link {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  color: #151515;
  z-index: 1;
}
#top .header-link {
  top: -60px;
}
@media screen and (min-width: 1100px), print {
  .header-link {
    top: 40px;
    left: 120px;
    width: auto;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  #top .header-link {
    top: 40px;
  }
}
.header-link:hover {
  color: #7065a3;
  text-decoration: none;
}
.header-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: .7em;
}
@media screen and (min-width: 1100px), print {
  .header-link span {
    display: block;
    margin-bottom: .5em;
    font-size: .9em;
  }
}
.header-link img {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
}
@media screen and (min-width: 1100px), print {
  .header-link img {
    display: block;
    width: 140px;
    margin: auto;
  }
}
.header-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -110px;
  width: 100px;
  height: 100px;
  background: url(../img/base/sumire.png) center no-repeat;
  background-size: contain;
}
.header-contact {
  display: none;
}
@media screen and (min-width: 1100px), print {
  #top .header-contact {
    display: block;
    position: fixed;
    top: 35px;
    right: -140px;
    width: 400px;
    z-index: 1001;
  }
}
.header-contact .global-contact-us .tel-link {
  width: 400px;
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .header.fixed .inner .header-contact, #top .header.fixed .inner .header-contact {
    right: -330px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header.fixed .inner .header-contact:hover, #top .header.fixed .inner .header-contact:hover {
    right: -120px;
  }
  .header.fixed .inner .header-contact:hover .global-contact-us .tel-link, #top .header.fixed .inner .header-contact:hover .global-contact-us .tel-link {
    color: #7065a3;
    background-color: #e1d6e9;
  }
  .header.fixed .inner .header-contact .global-contact-us .tel-link, #top .header.fixed .inner .header-contact .global-contact-us .tel-link {
    background-color: #a083b5;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1099.98px) {
  .header.fixed .inner {
    position: fixed;
  }
  .header.fixed .header-logo, #top .header.fixed .header-logo {
    position: fixed;
    top: -60px;
    width: 100%;
    height: 60px;
    margin-top: 60px;
    background-color: #fff;
    -webkit-transition: margin-top .2s;
    transition: margin-top .2s;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-link, #top .header.fixed .header-link {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: -240px;
    width: 250px;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    will-change: transform;
    z-index: 1001;
  }
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 1000;
  }
  #top .nav {
    top: 565px;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 240px;
    height: 100%;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1100px), print {
  .nav .inner {
    padding: 0 15px 0 265px;
    max-width: 1600px;
  }
  #top .nav .inner {
    max-width: 1100px;
    padding: 0;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 70px 10px 10px;
    opacity: 0;
  }
  .nav-open .main-nav, .slideout-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    padding: 0 40px;
    border-radius: 10em;
    background-color: #7065a3;
  }
  .main-nav:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    position: relative;
    float: left;
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: block;
    position: relative;
    padding: 1.4em 0 1.4em 1em;
    color: #151515;
    border-bottom: 1px solid #eee;
  }
  .main-nav .nav-link:hover {
    color: #a083b5;
    text-decoration: none;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 80px;
    font-size: 1.05em;
    text-align: center;
    color: #fff;
  }
  #top .main-nav .nav-link {
    font-size: 1.2em;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a083b5;
  }
  .main-nav .nav-link:hover:before, .main-nav .nav-link:hover:after {
    height: 100%;
  }
  .main-nav .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    height: 50px;
    margin: auto;
    background-color: #a083b5;
  }
}
.main-nav .nav-name {
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-name span {
    display: block;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .sub-nav-button:hover + .nav-link,
  .main-nav .sub-nav-active .nav-link,
  .main-nav .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #a083b5;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .sub-nav-button:hover + .nav-link,
  .main-nav .sub-nav-active .nav-link,
  .main-nav .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #fff;
    background-color: #a083b5;
  }
  .main-nav .sub-nav-button:hover + .nav-link:before,
  .main-nav .sub-nav-active .nav-link:before,
  .main-nav .sub-nav-active .sub-nav-button:hover + .nav-link:before {
    height: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-home {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-about.nav-item {
    width: 20%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-plan.nav-item {
    width: 16%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-option.nav-item {
    width: 18%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-service.nav-item {
    width: 18%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-greeting.nav-item {
    width: 14%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-company.nav-item {
    width: 14%;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-company .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 50px;
    margin: auto;
    background-color: #a083b5;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 130%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
  }
}
.sub-nav-active .sub-nav {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    top: 100%;
  }
}
.sub-nav ul {
  margin-top: -1px;
}
@media screen and (min-width: 1100px), print {
  .sub-nav ul {
    margin-top: 15px;
    border-radius: .8em;
    background-color: #a083b5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .sub-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.sub-nav li:not(:last-child) {
  margin-bottom: 1px;
}
@media screen and (min-width: 1100px), print {
  .sub-nav li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #e1d6e9;
  }
}
.sub-nav a {
  display: block;
  position: relative;
  padding: 1em;
  font-size: .9em;
  color: #fff;
  background-color: #7065a3;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .sub-nav a {
    padding: 1em;
    font-size: 1em;
  }
}
.sub-nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a083b5;
}
@media screen and (min-width: 1100px), print {
  .sub-nav a:hover {
    color: #7065a3;
    font-weight: 800;
    background-color: #e1d6e9;
  }
}
.sub-nav-button {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 4em;
    background-color: #fff;
    z-index: 1;
  }
  .sub-nav-button:after {
    content: "";
    display: block;
    position: absolute;
    top: .2em;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .sub-nav-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button:after {
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #a083b5 transparent;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button {
    height: 2em;
  }
  .sub-nav-active .sub-nav-button:after {
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-button {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    outline: none;
    z-index: 1002;
  }
  .nav-open .nav-button, .slideout-open .nav-button {
    background-color: #a083b5;
  }
  .nav-button-icon {
    display: block;
    position: absolute;
    top: -12px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background-color: #7065a3;
  }
  .nav-open .nav-button-icon, .slideout-open .nav-button-icon {
    background: none;
  }
  .nav-button-icon:before, .nav-button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #7065a3;
  }
  .nav-open .nav-button-icon:before, .slideout-open .nav-button-icon:before, .nav-open .nav-button-icon:after, .slideout-open .nav-button-icon:after {
    margin-top: 0;
    background-color: #fff;
  }
  .nav-button-icon:before {
    margin-top: -8px;
  }
  .nav-open .nav-button-icon:before, .slideout-open .nav-button-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-button-icon:after {
    margin-top: 8px;
  }
  .nav-open .nav-button-icon:after, .slideout-open .nav-button-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-button-name {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
  }
  .nav-button-name:after {
    content: "MENU";
    display: block;
    color: #7065a3;
    font-size: .8em;
    text-align: center;
  }
  .nav-open .nav-button-name:after, .slideout-open .nav-button-name:after {
    content: "CLOSE";
    color: #fff;
  }
}

/* ナビゲーション背景 */
.nav-screen {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-screen {
    display: inline;
  }
  .nav-screen-icon {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: auto;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
  }
  .nav-open .nav-screen-icon, .slideout-open .nav-screen-icon {
    visibility: visible;
    opacity: .4;
    cursor: pointer;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    background-color: #7065a3;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed .inner, #top .nav.fixed .inner {
    padding: 0;
    max-width: 1100px;
    background: none;
  }
  .nav.fixed .main-nav, #top .nav.fixed .main-nav {
    padding: 0 10px;
  }
  .nav.fixed .main-nav .nav-link, #top .nav.fixed .main-nav .nav-link {
    font-size: 1em;
  }
  .nav.fixed .main-nav .nav-item {
    width: 14.2857142857%;
  }
  .nav.fixed .main-nav .nav-home {
    display: block;
  }
  .nav.fixed .main-nav .nav-link {
    height: 68px;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 5em 1em;
  background: #fff;
  z-index: 100;
}
#top .main {
  padding: 5em 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 5em 2em;
  }
  #top .main {
    padding: 5em 2em;
  }
}

#top .main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 0 1em;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 1100px), print {
  .footer {
    margin-top: 50px;
    padding: 0 2em;
  }
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff url(../img/base/wave.png) center no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px), print {
  .footer:before {
    top: -50px;
    height: 50px;
    background-size: contain;
  }
}
.footer .inner {
  max-width: 1280px;
  padding: 3em 0 0;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer .inner {
    padding: 5em 0;
  }
}
.footer-main {
  display: inline-block;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .footer-main {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer-side {
  padding-top: 2em;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 1100px), print {
  .footer-side {
    float: right;
    position: relative;
    padding: .2em 0 .2em 1.2em;
    text-align: left;
    border-top: none;
    border-left: 7px solid #eee;
    z-index: 1;
  }
}

/* ロゴ */
.footer-logo {
  width: 180px;
  margin: 0 auto .5em;
  text-align: center;
}
@media screen and (min-width: 992px), print {
  .footer-logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 160px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px), print {
  .footer-logo {
    width: 190px;
  }
}
.footer-logo span {
  display: block;
  margin-bottom: .5em;
  font-size: 1.1em;
}
@media screen and (min-width: 1100px), print {
  .footer-logo span {
    font-size: 1em;
  }
}

/* 会社情報・店舗情報 */
.footer-info {
  text-align: left;
}
@media screen and (min-width: 992px), print {
  .footer-info {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-info {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1600px), print {
  .footer-info {
    padding-left: 280px;
  }
}
.footer-info dt {
  position: relative;
  margin-bottom: .3em;
  font-size: 1.4em;
  line-height: 1.2;
}
.footer-info dt span {
  display: block;
  width: 60px;
  margin-bottom: .5em;
  padding: .3em 0;
  font-size: .8em;
  line-height: 1.1;
  text-align: center;
  border-radius: 10em;
  border: 1px solid #7065a3;
  background-color: #fff;
}
@media screen and (min-width: 1600px), print {
  .footer-info dt span {
    position: absolute;
    top: 50%;
    left: -70px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1100px), print {
  .footer-info dd {
    font-size: .9em;
  }
}
@media screen and (min-width: 1600px), print {
  .footer-info dd {
    font-size: 1em;
  }
}
.footer-info .add span {
  display: block;
}
@media screen and (min-width: 1200px), print {
  .footer-info .add span {
    display: inline;
  }
}

/* 説明文 */
.footer-description {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", sans-serif;
}

/* けあふる */
.careful {
  position: relative;
}
.careful-logo {
  width: 180px;
  margin: 1.5em auto 1em;
}
@media screen and (min-width: 1100px), print {
  .careful-logo {
    position: relative;
    margin: 0;
    z-index: 1;
  }
}
.careful-logo a {
  display: block;
  padding: 8px 20px;
  border: 3px solid #eee;
  background-color: #fff;
}
.careful-logo a:hover {
  border-color: #b5d589;
}
.careful-nav {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1100px), print {
  .careful-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-left: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.careful-nav a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  color: #6cab13;
  font-size: 1.1em;
}
.careful-nav a:hover {
  color: #b5d589;
}
.careful-nav a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e905";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 12.6px;
  font-size: .9rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ページトップ */
.pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .pagetop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    color: #fff;
    border-radius: .6em;
    background-color: #7065a3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop.fixed {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop:hover {
  color: #a083b5;
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .pagetop:hover {
    color: #fff;
    background-color: #a083b5;
  }
}
.pagetop:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e904";
  display: block;
  font-size: 15.4px;
  font-size: 1.1rem;
  line-height: 60px;
}

/* コピーライト */
.copy {
  display: block;
  margin: 0 -1em;
  padding: 3em 0;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .copy {
    margin: 0 -2em;
    padding: 0 0 3em;
  }
}
.copy small {
  display: block;
  color: #e1d6e9;
  font-weight: 800;
  letter-spacing: .1em;
}
.copy span {
  display: none;
}

/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  background-color: #fff;
}
.mainvisual .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.mainvisual:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #fff url(../img/base/dot.png) center repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px), print {
  .mainvisual:before {
    top: -6px;
    height: 13px;
  }
}
.mainvisual-main {
  padding-top: 3em;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-main {
    position: relative;
    max-width: 1280px;
    height: 565px;
    margin: 0 auto 80px;
    padding-top: 4.5em;
  }
}
.mainvisual-side {
  position: relative;
  margin-bottom: 20px;
  padding: 1.5em 0 3em;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-side {
    margin-bottom: 50px;
    padding: 5em 1em;
  }
}
.mainvisual-side:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff url(../img/base/wave.png) center no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-side:after {
    bottom: -50px;
    height: 50px;
    background-size: contain;
  }
}
.mainvisual-logo {
  position: relative;
  padding: 0 1em;
  text-align: center;
  z-index: 1;
}
.mainvisual-logo:before {
  content: "";
  display: block;
  height: 110px;
  margin-bottom: 1.5em;
  background: url(../img/base/sumire.png) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-logo:before {
    height: 232px;
  }
}
.mainvisual-logo span {
  display: block;
  max-width: 330px;
  margin: 0 auto 1.5em;
  padding-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.3;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #a083b5;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-logo span {
    font-size: 1.5em;
  }
}
.mainvisual-logo img {
  width: 180px;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-logo img {
    width: 250px;
  }
}
.mainvisual-case {
  display: none;
}
@media screen and (min-width: 768px), print {
  .mainvisual-case {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case {
    max-width: none;
  }
}
.mainvisual-case li {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case1 {
    top: 60px;
    left: 80px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case1 {
    top: 40px;
    left: 130px;
  }
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case2 {
    top: 50px;
    right: 70px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case2 {
    top: 40px;
    right: 130px;
  }
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case3 {
    top: 190px;
    left: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case3 {
    top: 210px;
    left: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case4 {
    top: 190px;
    right: 10px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case4 {
    top: 220px;
    right: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case5 {
    top: 320px;
    left: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case5 {
    top: 370px;
    left: 160px;
  }
}
@media screen and (min-width: 768px), print {
  .mainvisual-case li.case6 {
    top: 330px;
    right: 40px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case li.case6 {
    top: 380px;
    right: 120px;
  }
}
.mainvisual-case .case-item {
  display: block;
  width: 180px;
  background: url(../img/top/cloud.png) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case .case-item {
    width: 254px;
  }
}
.mainvisual-case .case-item:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.mainvisual-case .case-name {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 6px rgba(112, 101, 163, 0.8);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px), print {
  .mainvisual-case .case-name {
    font-size: 1.5em;
    font-weight: 800;
  }
}
.mainvisual-caption {
  margin-bottom: 1em;
}
.mainvisual-caption .item {
  display: block;
  font-size: 1.3em;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-caption .item {
    display: inline;
    font-size: 1.8em;
  }
}
.mainvisual-caption .item3 {
  padding-top: .5em;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-caption .item3 {
    padding-top: 0;
  }
}
.mainvisual-caption .word {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  margin: -.3em -.2em 0 0;
  color: #7065a3;
}
@media screen and (min-width: 480px), print {
  .mainvisual-caption .word {
    margin: -.5em -.2em 0 -.6em;
  }
}
.mainvisual-caption .dot {
  display: inline-block;
  position: relative;
}
.mainvisual-caption .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: -.1em;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 6px;
  background-color: #7065a3;
}
.mainvisual-description {
  padding: 0 1em;
}
.mainvisual-description span {
  display: inline-block;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-description span {
    font-size: 1.2em;
  }
}

/* --------------------------------

  上部固定用電話番号ボタン

-------------------------------- */
.tel-button {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    outline: none;
    text-align: center;
    color: #7065a3;
    z-index: 999;
  }
  .tel-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a083b5;
  }
  .tel-button .icon-tel {
    display: block;
    padding: 10px 0 0;
  }
  .tel-button .icon-tel:before {
    font-size: 25.2px;
    font-size: 1.8rem;
  }
  .tel-button .icon-tel:after {
    content: "TEL";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: .8em;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #fff url(../img/base/dot.png) center repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px), print {
  .page-title:before {
    top: -6px;
    height: 13px;
  }
}
.page-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/base/wave.png) center no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px), print {
  .page-title:after {
    top: 170px;
    bottom: auto;
    height: 50px;
    background-size: contain;
  }
}
.page-title-inner {
  display: block;
  padding: 9em 1em 5em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .page-title-inner {
    padding: 17em 2em 0;
  }
}
.page-title-name {
  display: block;
  color: #7065a3;
  font-size: 1.8em;
}
@media screen and (min-width: 768px), print {
  .page-title-name {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title-name {
    font-size: 3.2em;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.anim-item,
.section-anim-item {
  display: block !important;
  opacity: 0;
}
@media print {
  .anim-item,
  .section-anim-item {
    opacity: 1;
  }
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html,
  body {
    width: 1100px;
    background: none;
  }
}
/* --------------------------------

  id01 トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-header {
  position: relative;
  margin-bottom: 2.5em;
  padding: 1.5em 1em;
  border-radius: .5em;
  border: 1px solid #7065a3;
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .section-header {
    padding: 1.5em 100px 1.5em 2em;
    border-radius: 10em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-header {
    padding: 2em 100px 2em 3em;
  }
}
.section-header:before {
  content: "";
  display: block;
  width: 110px;
  height: 70px;
  margin: 0 auto 1em;
  background: url(../img/base/sumire.png) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 640px), print {
  .section-header:before {
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    margin: auto;
  }
}
.section-heading {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2;
  color: #7065a3;
  text-align: center;
}
@media screen and (min-width: 640px), print {
  .section-heading {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading {
    font-size: 2.0em;
  }
}
.section-heading span {
  display: block;
  background-color: #7065a3;
  color: #fff;
  font-size: .9rem;
  width: 7em;
  margin: 0 auto .5rem;
  padding: .2em .5em;
}
@media screen and (min-width: 640px), print {
  .section-heading span {
    display: inline;
    font-size: 1rem;
    margin: 0 1rem 0 0;
    vertical-align: middle;
  }
}
.section-subheading {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 1em 55px;
  border-bottom: 2px solid #7065a3;
}
.section-subheading .icon {
  display: block;
  position: absolute;
  top: -.1em;
  left: .5em;
  color: #ddd;
}
.section-subheading .icon:before {
  font-size: 29.4px;
  font-size: 2.1rem;
}
.section-subheading .heading {
  font-size: 1.8em;
  line-height: 1.1;
}

/* 身元引受人サービスについて */
.sumire-about {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .sumire-about {
    padding: 0 320px 0 330px;
  }
}
.sumire-about-section {
  position: relative;
  margin-bottom: 5em;
  padding: 0 1em;
}
.sumire-about-head {
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .sumire-about-head {
    margin-bottom: 1em;
    text-align: left;
  }
}
.sumire-about-logo {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .sumire-about-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sumire-about-heading {
  font-size: 1.6em;
  font-weight: 800;
  color: #7065a3;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .sumire-about-heading {
    font-size: 2em;
  }
}
.sumire-about-img {
  display: block;
  width: 240px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 480px), print {
  .sumire-about-img {
    float: right;
    width: 40%;
    min-width: 180px;
    max-width: 250px;
    margin: .3em 0 0 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    min-width: none;
    max-width: none;
    margin: 0;
  }
}
.sumire-about-description {
  font-size: 1.1em;
}
@media screen and (min-width: 1100px), print {
  .sumire-about-description {
    font-size: 1.2em;
  }
}

/* 考えたことはありますか？ */
.sumire-case-section {
  margin-bottom: 5em;
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .sumire-case-section {
    margin-bottom: 12em;
  }
}
.sumire-case-section .inner {
  max-width: 1280px;
}
.sumire-case-head {
  margin-bottom: 3em;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .sumire-case-head {
    margin-bottom: 6em;
  }
}
.sumire-case-head .icon {
  color: #ddd;
}
.sumire-case-head .icon:before {
  font-size: 63px;
  font-size: 4.5rem;
}
.sumire-case-caption {
  display: block;
  margin-bottom: .5em;
  font-size: 1.1em;
}
@media screen and (min-width: 768px), print {
  .sumire-case-caption {
    margin-bottom: 0;
    font-size: 1.3em;
  }
}
.sumire-case-heading {
  margin-right: -1rem;
  font-size: 1.7em;
}
@media screen and (min-width: 768px), print {
  .sumire-case-heading {
    font-size: 2.0em;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-case-heading {
    font-size: 2.2em;
  }
}
.sumire-case-heading span {
  display: inline-block;
  font-weight: 800;
}

/* 身元引受人がいないと、困ること（雲背景の横並びコンテンツ）*/
.sumire-casestudy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px -2em 0;
}
@media screen and (min-width: 1100px), print {
  .sumire-casestudy-items {
    margin: 0 -1em -3em 0;
  }
}
.sumire-casestudy-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 10px 2em 0;
}
@media screen and (min-width: 640px), print {
  .sumire-casestudy-item {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-casestudy-item {
    padding: 0 1em 3em 0;
  }
}
.sumire-casestudy-inner {
  position: relative;
  height: 100%;
  text-align: center;
}
.sumire-casestudy-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  background: url(../img/top/balloon.png) center no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px), print {
  .sumire-casestudy-inner:before {
    width: 380px;
    height: 380px;
  }
}
@media screen and (min-width: 1280px), print {
  .sumire-casestudy-inner:before {
    width: 445px;
    height: 445px;
  }
}
.sumire-casestudy-name {
  display: block;
  position: relative;
  max-width: 20em;
  margin: 0 auto .5em;
  color: #fff;
  text-align: center;
}
.sumire-casestudy-name span {
  display: block;
  padding: .3em .2em;
  font-size: 1.2em;
  line-height: 1.1;
  background-color: #7065a3;
}
@media screen and (min-width: 768px), print {
  .sumire-casestudy-name span {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1280px), print {
  .sumire-casestudy-name span {
    font-size: 1.8em;
  }
}
.sumire-casestudy-name:before {
  content: "";
  display: block;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1280px), print {
  .sumire-casestudy-name:before {
    height: 180px;
  }
}
.sumire-casestudy-list {
  display: inline-block;
  position: relative;
  text-align: left;
}
.sumire-casestudy-list li {
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .sumire-casestudy-list li {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1280px), print {
  .sumire-casestudy-list li {
    font-size: 1.3em;
  }
}
.sumire-casestudy .hospital .sumire-casestudy-inner {
  z-index: 1;
}
.sumire-casestudy .hospital .sumire-casestudy-name:before {
  background-image: url(../img/top/img1.png);
}
.sumire-casestudy .care .sumire-casestudy-inner {
  z-index: 2;
}
.sumire-casestudy .care .sumire-casestudy-name:before {
  background-image: url(../img/top/img2.png);
}
.sumire-casestudy .other .sumire-casestudy-inner {
  z-index: 1;
}
.sumire-casestudy .other .sumire-casestudy-name:before {
  background-image: url(../img/top/img3.png);
}

/* 身元引受人サービス すみれ パック内容 */
.sumire-service-section {
  max-width: 1100px;
  margin: 0 auto 5em;
}
.sumire-service-item ul {
  padding-left: 1em;
}
.sumire-service-item li {
  font-size: 1.1em;
}
@media screen and (min-width: 992px), print {
  .sumire-service-item li {
    font-size: 1.2em;
  }
}
.sumire-service-item li:not(:last-child) {
  margin-bottom: .3em;
}
.sumire-service-item.service {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .sumire-service-item.service {
    float: left;
    width: 100%;
    margin: 0 -330px 0 0;
    padding: 0 355px 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-service-item.agreement {
    position: relative;
    float: right;
    width: 330px;
    z-index: 1;
  }
}

/* 利用料金のご案内 */
.sumire-plan-section {
  max-width: 1100px;
  margin: 0 auto 5em;
}
.sumire-plan-description {
  margin-bottom: 2.5em;
  text-align: center;
}
.sumire-plan-description span {
  display: inline-block;
  font-size: 1.2em;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-description span {
    font-size: 1.4em;
  }
}
.sumire-plan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-items {
    margin: 0 -20px -20px 0;
  }
}
.sumire-plan-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
}
@media screen and (min-width: 768px), print {
  .sumire-plan-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-item {
    padding: 0 20px 20px 0;
  }
}
.sumire-plan-inner {
  height: 100%;
  color: #fff;
  background-color: #ccc;
}
.sumire-plan-head {
  padding: 2em 1em 1.5em;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.sumire-plan-body {
  padding: 10px;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-body {
    padding: 20px;
  }
}
.sumire-plan-heading {
  font-size: 2.0em;
  line-height: 1;
}
@media screen and (min-width: 992px), print {
  .sumire-plan-heading {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-heading {
    font-size: 3.4em;
  }
}
.sumire-plan-caption {
  padding-top: 1em;
  font-size: .9em;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-caption {
    font-size: 1.1em;
  }
}
.sumire-plan-fee {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sumire-plan-fee table {
  display: block;
}
.sumire-plan-fee tbody {
  display: block;
}
.sumire-plan-fee tr {
  display: table;
  width: 100%;
  padding: .5em 0 .5em 1em;
}
.sumire-plan-fee tr:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.sumire-plan-fee th {
  font-size: 1.2em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .sumire-plan-fee th {
    font-size: 1.4em;
  }
}
.sumire-plan-fee td {
  font-size: 1.2em;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .sumire-plan-fee td {
    font-size: 1.3em;
  }
}
.sumire-plan-service {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service {
    margin-top: 20px;
  }
}
.sumire-plan-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -5px -5px 0;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service ul {
    margin: 0 -10px -10px 0;
  }
}
.sumire-plan-service li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 5px 5px 0;
}
@media screen and (min-width: 480px), print {
  .sumire-plan-service li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 640px), print {
  .sumire-plan-service li {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px), print {
  .sumire-plan-service li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 10px 10px 0;
  }
}
.sumire-plan-service .item {
  display: block;
  position: relative;
  color: #999;
  background-color: #eee;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service .item {
    height: 100%;
    border-radius: .5em;
  }
}
.sumire-plan-service .item:before {
  content: "";
  display: block;
  padding-top: 4em;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service .item:before {
    padding-top: 80%;
  }
}
@media screen and (min-width: 1200px), print {
  .sumire-plan-service .item:before {
    padding-top: 100%;
  }
}
.sumire-plan-service .name {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sumire-plan-service .name span {
  font-size: 1.15em;
  line-height: 1.3;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service .name span {
    display: block;
    font-size: 1.2em;
    font-weight: 800;
  }
}
@media screen and (min-width: 1280px), print {
  .sumire-plan-service .name span {
    font-size: 1.3em;
  }
}
.sumire-plan-service .name .sub {
  display: block;
  font-size: .9em;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .sumire-plan-service .name .sub {
    padding-top: .5em;
  }
}
.sumire-plan .rakuraku .sumire-plan-head {
  background-color: #ff794d;
}
.sumire-plan .rakuraku .sumire-plan-body {
  background-color: #ff9673;
}
.sumire-plan .rakuraku .included {
  color: #fff;
  background-color: #ff4000;
}
.sumire-plan .members .sumire-plan-head {
  background-color: #b093c8;
}
.sumire-plan .members .sumire-plan-body {
  background-color: #c8b3d9;
}
.sumire-plan .members .included {
  color: #fff;
  background-color: #5700ae;
}
.sumire-plan .members .included.option {
  background-color: #46008c;
}

/* --------------------------------

  id02 オプションサービス

-------------------------------- */
/* 各セクション共通 */
.option-subsection:not(:last-child) {
  margin-bottom: 3em;
}
.option-subsection:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1100px), print {
  .option-main {
    float: left;
    width: 100%;
    margin-right: -297px;
    padding-right: 320px;
  }
}
.option-image {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .option-image {
    float: right;
    width: 297px;
  }
}
.option-image figure {
  display: table;
  margin: 0 auto;
}
.option-image figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: right;
  font-size: .8em;
}
.option-text {
  margin-bottom: 1em;
}
.option-text span {
  color: #7065a3;
  font-weight: bold;
}
.option-area dl {
  font-size: 1em;
  overflow: hidden;
  margin-bottom: .5rem;
}
@media screen and (min-width: 640px), print {
  .option-area dl {
    font-size: 1.4em;
  }
}
.option-area dt {
  float: left;
  clear: left;
  color: #7065a3;
  padding-left: 2.5em;
  position: relative;
}
.option-area dt:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/pages/option/icon-car.png) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  top: 3px;
  left: 3px;
}
@media screen and (min-width: 640px), print {
  .option-area dt:before {
    width: 40px;
    height: 32px;
  }
}
.option-area dd {
  float: left;
}
.option-fee dl {
  border: 2px solid #e1d6e9;
  font-size: 1em;
  max-width: 640px;
  margin: 0 auto 1em;
  overflow: hidden;
}
@media screen and (min-width: 640px), print {
  .option-fee dl {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1100px), print {
  .option-fee dl {
    max-width: none;
  }
}
.option-fee dt {
  float: left;
  clear: left;
  background-color: #e1d6e9;
  padding: .5em 1em;
}
@media screen and (min-width: 640px), print {
  .option-fee dt {
    width: 12em;
  }
}
.option-fee dd {
  text-align: right;
  color: #d80000;
  padding: .5em;
}
.option-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2em -3em 0;
}
.option-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 2em 3em 0;
}
@media screen and (min-width: 1100px), print {
  .option-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.option-item ul {
  padding-left: 1em;
}
.option-item ul li {
  font-size: 1em;
}
@media screen and (min-width: 992px), print {
  .option-item ul li {
    font-size: 1.1em;
  }
}
.option-item ul li:before {
  top: .7em;
}
.option-item-funeral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.option-item-funeral ul {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 480px), print {
  .option-item-funeral ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

/* --------------------------------

  id03　介護福祉施設のご紹介

-------------------------------- */
/* けあふる紹介 */
.service-intro-heading {
  border-bottom: 2px solid #70af1a;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 640px), print {
  .service-intro-heading {
    display: table;
    width: 100%;
    text-align: left;
  }
}
.service-intro-heading-left {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 640px), print {
  .service-intro-heading-left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
.service-intro-heading-right {
  display: block;
}
@media screen and (min-width: 640px), print {
  .service-intro-heading-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
.service-intro-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .service-intro-main {
    float: left;
    width: 100%;
    margin: 0 -362px 0 0;
    padding-right: 390px;
  }
}
.service-intro-side {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .service-intro-side {
    float: right;
    width: 362px;
  }
}
.service-intro-text {
  line-height: 1.8;
  margin-bottom: 1em;
}
.service-intro-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -.5em 0;
}
.service-intro-link ul li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em .5em 0;
}
@media screen and (min-width: 480px), print {
  .service-intro-link ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .service-intro-link ul li {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.service-intro-link a {
  display: block;
  max-width: 220px;
  height: 68px;
  margin: 0 auto;
}
.service-intro-link a.careful {
  border: 1px solid #ff7a4e;
}
.service-intro-link a.nanohana {
  border: 1px solid #e6e498;
}
.service-intro-link a.tanpopo {
  border: 1px solid #fee479;
}
.service-intro-link a.shirakaba {
  border: 1px solid #82e3f9;
}
.service-intro-link a.suzuran {
  border: 1px solid #9cce33;
}
.service-intro-link a.himawari {
  border: 1px solid #ffc48a;
}
.service-intro-link img {
  max-width: 100%;
  height: auto;
  padding: .5em 0;
}

/* 各施設のご案内・空き状況 */
.service-guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2em -4em 0;
}
.service-guide-list > li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 2em 4em 0;
}
@media screen and (min-width: 1100px), print {
  .service-guide-list > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.service-guide-item {
  border: 1px solid #ddd;
  padding: 1em;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.service-guide-item-inner {
  padding: 0 .5em;
}
.service-guide-item .service-link-button {
  position: absolute;
  display: inline;
  bottom: -1em;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}
.service-guide-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: .5em;
  padding-bottom: .5em;
  position: relative;
}
.service-guide-heading .available {
  position: absolute;
  display: block;
  background: #0059B2;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -2em;
  right: -2em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 480px), print {
  .service-guide-heading .available {
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
  }
}
.service-guide-heading .available:before {
  position: absolute;
  display: block;
  content: "空室\Aあり";
  white-space: pre;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 480px), print {
  .service-guide-heading .available:before {
    font-size: 1.4em;
  }
}
.service-guide-heading .not-available {
  position: absolute;
  display: block;
  background: #999;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -2em;
  right: -2em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 480px), print {
  .service-guide-heading .not-available {
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
  }
}
.service-guide-heading .not-available:before {
  position: absolute;
  display: block;
  content: "空室\Aなし";
  white-space: pre;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 480px), print {
  .service-guide-heading .not-available:before {
    font-size: 1.4em;
  }
}
.service-guide-text {
  text-align: center;
  line-height: 1.5;
  margin: 1em 0;
}
.service-guide-text.small {
  text-align: left;
  font-size: .9em;
}
.service-guide-image {
  text-align: center;
  margin-bottom: 1em;
}
.service-guide-contact {
  font-size: .9em;
  margin-bottom: 2em;
}
.service-guide-contact .address {
  text-align: center;
}
.service-guide-contact .tel-link {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: .3em .5em .3em 50px;
  line-height: 1.1;
  background-color: #000;
  color: #fff;
  border-radius: .5em;
}
.service-guide-contact .tel-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e903";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 50px;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-guide-contact .tel-text {
  display: block;
}
.service-guide-contact .tel-num {
  display: block;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", sans-serif;
}
.service-guide-contact .time {
  text-align: center;
}
.service-guide-menu.list-style-none {
  background-color: #eee;
  border-radius: 10px;
  padding: .5em 1em;
  font-size: .9em;
}
.service-guide-menu.list-style-none li {
  position: relative;
  padding-left: 1em;
}
.service-guide-menu.list-style-none li:after {
  position: absolute;
  display: block;
  content: "";
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
}

/* ボタン */
.service-link-button {
  position: relative;
  padding: .4em 1em .4em 2.5em;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  border-radius: 10em;
}
@media screen and (min-width: 640px), print {
  .service-link-button {
    font-size: 1.2em;
  }
}
.service-link-button:hover {
  text-decoration: none;
}
.service-link-button:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  position: absolute;
  content: "\e905";
  top: 51%;
  left: 1em;
  font-size: 12.6px;
  font-size: .9rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-link-button.green {
  color: #70af1a;
  border: 1px solid #70af1a;
}
.service-link-button.green:hover {
  color: #fff;
  background-color: #70af1a;
}
.service-link-button.white {
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
}
.service-link-button.white:hover {
  color: #fff;
  background-color: #a083b5;
  border: 1px solid #a083b5;
}

/* --------------------------------

  id04　運営会社

-------------------------------- */
/* 会社概要 */
.company-name {
  text-align: center;
  margin: 3em 0;
}
@media screen and (min-width: 1100px), print {
  .company-name {
    overflow: hidden;
    text-align: left;
  }
}
.company-name-logo {
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .company-name-logo {
    float: left;
    width: 313px;
    margin-bottom: 0;
  }
}
.company-name-text {
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .company-name-text {
    float: right;
    width: 100%;
    margin-left: -313px;
    padding-left: 360px;
  }
}
.company-name-text .name {
  font-size: 1.4em;
  font-weight: bold;
  color: #008377;
}
@media screen and (min-width: 480px), print {
  .company-name-text .name {
    font-size: 2em;
  }
}
.company-name-text .address {
  font-size: 1em;
}
@media screen and (min-width: 480px), print {
  .company-name-text .address {
    font-size: 1.2em;
  }
}
.company-name-text .contact {
  font-size: 1em;
}
@media screen and (min-width: 480px), print {
  .company-name-text .contact {
    font-size: 1.2em;
  }
}
.company-info-link {
  margin: 1em 0;
  text-align: center;
}
.company-info table.responsive-table {
  border-collapse: separate;
  border-spacing: .5em 0;
}
.company-info table.responsive-table tr {
  height: auto;
}
@media screen and (max-width: 639.98px) {
  .company-info table.responsive-table tr {
    margin-bottom: 1em;
  }
}
.company-info table.responsive-table tr:last-child th {
  border-bottom: 1px solid #008377;
}
@media screen and (max-width: 639.98px) {
  .company-info table.responsive-table tr:last-child th {
    border-bottom: none;
  }
}
.company-info table.responsive-table tr:last-child td {
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 639.98px) {
  .company-info table.responsive-table tr:last-child td {
    border-bottom: none;
  }
}
.company-info table.responsive-table th {
  color: #008377;
  border-top: 1px solid #008377;
  padding: .3em 0 .3em .5em;
  width: 12em;
  vertical-align: baseline;
}
@media screen and (max-width: 639.98px) {
  .company-info table.responsive-table th {
    border-top: none;
    padding: 0;
    width: auto;
  }
}
.company-info table.responsive-table td {
  border-top: 1px solid #666666;
  padding: .3em 0 .3em 1em;
}
@media screen and (max-width: 639.98px) {
  .company-info table.responsive-table td {
    border-top: none;
    padding: 0 0 0 1em;
  }
}
.company-info dl {
  overflow: hidden;
  line-height: 2;
}
@media screen and (max-width: 639.98px) {
  .company-info dl {
    line-height: 1.5;
  }
}
.company-info dt {
  float: left;
  clear: left;
  width: 8em;
}
@media screen and (max-width: 639.98px) {
  .company-info dt {
    float: none;
    width: auto;
  }
}
.company-info dd {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 639.98px) {
  .company-info dd {
    float: none;
    margin: 0 0 .5em 1em;
  }
}

/* --------------------------------

  id05　ごあいさつ

-------------------------------- */
/* ごあいさつ */
.greeting-main {
  overflow: hidden;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #eee;
}
.greeting-bottom {
  text-align: right;
}
.greeting-bottom .date {
  margin-bottom: 1em;
}
.greeting-text {
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .greeting-text {
    float: right;
    width: 100%;
    margin-left: -280px;
    padding-left: 320px;
  }
}
.greeting-text p {
  text-indent: 1em;
}
.greeting-image {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .greeting-image {
    float: left;
    width: 280px;
    margin-bottom: 0;
  }
}
.greeting figure img {
  margin-bottom: 1em;
}
.greeting figure figcaption .flower {
  color: #7065a3;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: .5em;
  line-height: 1.4;
}
.greeting figure figcaption .title {
  font-size: 1.1em;
}
.greeting figure figcaption .word {
  font-size: .9em;
}
.greeting figure figcaption .message {
  font-size: .9em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.4;
}

/* --------------------------------

  お問い合わせ

-------------------------------- */
/* お問い合わせはこちら */
.global-contact-us .tel-text {
  display: block;
  margin-bottom: .1em;
}
.global-contact-us .tel-num {
  display: block;
  font-size: 2em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}
.global-contact-us .tel-time {
  display: block;
  margin-top: .3em;
}
.global-contact-us .tel-link {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: .7em 1.5em .7em 70px;
  line-height: 1.1;
  color: #fff;
  border-radius: 1em 0 0 1em;
  background-color: #7065a3;
}
.global-contact-us .tel-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e903";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 70px;
  font-size: 39.2px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.global-contact-us a.tel-link {
  color: #fff;
}
.global-contact-us a.tel-link:hover {
  color: #fff;
  text-decoration: none;
}

/* お問い合わせはこちら */
.contact-us {
  text-align: center;
}
.contact-us-section {
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .contact-us-section {
    padding: 0 2em;
  }
}
.contact-us .global-contact-us .tel-link {
  padding-top: .9em;
  padding-right: .5em;
  border-radius: .8em;
}
@media screen and (min-width: 1100px), print {
  .contact-us .global-contact-us .tel-link {
    padding: 1.5em 3em 1.5em 120px;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us .global-contact-us .tel-link:before {
    width: 120px;
    font-size: 56px;
    font-size: 4rem;
  }
}
.contact-us .global-contact-us .tel-text {
  font-size: .9em;
}
@media screen and (min-width: 1100px), print {
  .contact-us .global-contact-us .tel-text {
    margin-bottom: .5em;
    font-size: 1.2em;
  }
}
.contact-us .global-contact-us .tel-num {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 640px), print {
  .contact-us .global-contact-us .tel-num {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us .global-contact-us .tel-num {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-us .global-contact-us .tel-time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5em;
    font-size: 1.1em;
  }
}

/* --------------------------------

  修正・追加用

-------------------------------- */
