@charset "UTF-8";
/* Scss Document */
.bg-subcolor {
  background-color: #ECF5F3; }

h1.h1 {
  display: block;
  width: 100%;
  background-color: #009D85;
  color: #fff;
  line-height: 1.8;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 70px 20px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    h1.h1 {
      font-size: 1.5rem;
      padding: 50px 20px;
      line-height: 1.3;
      margin-bottom: 40px; } }

h2.h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  color: #009D85;
  text-align: center;
  font-weight: bold;
  margin: 25px auto; }
  @media screen and (max-width: 767px) {
    h2.h2 {
      font-size: 1.4375rem; } }
  h2.h2 span.text-black {
    display: block;
    padding-bottom: 16px;
    font-size: 1rem;
    font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
    color: #333;
    font-weight: normal; }

h2.h2-02 {
  display: block;
  width: 100%;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  background-color: #009D85;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    h2.h2-02 {
      font-size: 1.25rem; } }

h3.h3 {
  display: block;
  width: 100%;
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  background-color: #009D85;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    h3.h3 {
      font-size: 1.25rem; } }

h3.h3-02 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  color: #009D85;
  text-align: center;
  font-weight: bold;
  margin: 25px auto; }
  @media screen and (max-width: 767px) {
    h3.h3-02 {
      font-size: 1.4375rem; } }

h4.h4 {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #009D85;
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #009D85;
  padding-bottom: 10px;
  margin-bottom: 20px; }

h5.h5 {
  display: block;
  width: 100%;
  background-color: #ECF5F3;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  padding: 20px;
  font-size: 1rem; }

.btn01 {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  border-radius: 5px;
  border: solid 1px #ccc;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  margin: 10px auto;
  padding-right: 30px;
  position: relative; }
  .btn01:hover {
    text-decoration: none;
    color: #333; }
  .btn01:after {
    content: "\f105";
    font-family: "font Awesome 5 free";
    font-weight: bold;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #009D85;
    color: #fff;
    line-height: 22px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 15px; }
  @media screen and (max-width: 767px) {
    .btn01 {
      height: 50px;
      line-height: 50px;
      margin: 10px 20px;
      width: calc(100% - 40px);
      font-size: 0.875rem; }
      .btn01:after {
        top: 15px;
        right: 10px; } }

.btn-request {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #FABE00;
  color: #333;
  text-align: center !important;
  position: relative;
  border-radius: 5px; }
  .btn-request > i {
    color: #fff;
    padding-right: 5px; }
  .btn-request:after {
    content: "\f105";
    font-family: "font Awesome 5 free";
    font-weight: bold;
    color: #FABE00;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 10px;
    text-align: center; }

.btn-hurry {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #E40E77;
  text-align: center;
  margin: 10px auto;
  position: relative;
  border-radius: 5px; }
  .btn-hurry:before {
    content: "!";
    font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 14px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-right: 5px;
    line-height: 16px; }
  .btn-hurry:after {
    content: "\f105";
    font-family: "font Awesome 5 free";
    font-weight: bold;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    color: #E40E77;
    line-height: 22px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px; }
  @media screen and (max-width: 767px) {
    .btn-hurry {
      height: 50px;
      line-height: 50px;
      margin: 10px 20px;
      width: calc(100% - 40px);
      font-size: 0.875rem; }
      .btn-hurry:after {
        top: 15px;
        right: 10px; } }

section {
  display: block;
  width: 100%; }

.range10 {
  display: block;
  width: 100%;
  height: 10px; }

.range20 {
  display: block;
  width: 100%;
  height: 20px; }

.range30 {
  display: block;
  width: 100%;
  height: 30px; }

.range40 {
  display: block;
  width: 100%;
  height: 40px; }

.range50 {
  display: block;
  width: 100%;
  height: 50px; }

.range60 {
  display: block;
  width: 100%;
  height: 60px; }

.range70 {
  display: block;
  width: 100%;
  height: 70px; }

.range80 {
  display: block;
  width: 100%;
  height: 80px; }

.range90 {
  display: block;
  width: 100%;
  height: 90px; }

.range100 {
  display: block;
  width: 100%;
  height: 100px; }

body {
  color: #333;
  font-size: 16px;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.0; }

* {
  z-index: 1; }

p {
  font-size: 1rem;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.8;
  margin-bottom: 0; }

.lead-text {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-text {
      text-align: left; } }

.bold {
  font-weight: bold; }

/*-----------------
header
------------------*/
@media screen and (max-width: 991px) {
  header {
    content: "";
    display: block;
    height: 50px;
    width: 100%; } }
header > * {
  z-index: 5000; }

.header-wrap {
  display: block;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .header-wrap {
      position: fixed; }
      .header-wrap .container {
        max-width: 100%; } }
  .header-wrap .nav-row01 {
    display: block;
    width: 100%;
    border-bottom: solid 1px #ccc;
    background-color: #fff; }
    .header-wrap .nav-row01 .row > div[class^="col"] {
      height: 70px; }
      @media screen and (max-width: 991px) {
        .header-wrap .nav-row01 .row > div[class^="col"] {
          height: 50px; } }
    .header-wrap .nav-row01 .logo-wrap {
      display: table;
      height: 100%; }
      .header-wrap .nav-row01 .logo-wrap .logo01 {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        width: 61%; }
        .header-wrap .nav-row01 .logo-wrap .logo01 > img {
          width: 100%;
          max-width: 238px; }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row01 .logo-wrap .logo01 > img {
              max-width: 148px; } }
      .header-wrap .nav-row01 .logo-wrap .logo02 {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        width: 39%; }
        .header-wrap .nav-row01 .logo-wrap .logo02 > img {
          width: 100%;
          max-width: 238px; }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row01 .logo-wrap .logo02 > img {
              max-width: 148px; } }
    .header-wrap .nav-row01 .header-topnav {
      display: table;
      width: 100%;
      height: 100%;
      margin: 0;
      font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: bold;
      line-height: 1.25;
      padding-left: 0; }
      .header-wrap .nav-row01 .header-topnav-item {
        display: table-cell;
        width: 20%;
        vertical-align: middle;
        text-align: center; }
        .header-wrap .nav-row01 .header-topnav-item p {
          display: inline-block;
          margin: 0;
          font-size: 0.875rem; }
        .header-wrap .nav-row01 .header-topnav-item a {
          color: #333;
          display: inline-block;
          text-align: left;
          text-decoration: none; }
          .header-wrap .nav-row01 .header-topnav-item a span.color {
            font-size: 0.8125rem; }
          .header-wrap .nav-row01 .header-topnav-item a span.small {
            font-size: 0.625rem;
            font-weight: normal; }
        .header-wrap .nav-row01 .header-topnav-item .sp-tellink {
          border-left: solid 1px #ccc;
          padding-left: 20px; }
          @media screen and (max-width: 1199px) {
            .header-wrap .nav-row01 .header-topnav-item .sp-tellink {
              padding-left: 10px; } }
        .header-wrap .nav-row01 .header-topnav-item span.color {
          color: #009D85; }
        .header-wrap .nav-row01 .header-topnav-item span.alert-color {
          color: #E40E77; }
    .header-wrap .nav-row01 .header-menu-btn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      background-color: #444444;
      color: #fff; }
      .header-wrap .nav-row01 .header-menu-btn > p:before {
        content: "メニュー";
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.5rem;
        position: absolute;
        bottom: 0; }
      .header-open .header-wrap .nav-row01 .header-menu-btn > p:before {
        content: "閉じる"; }
      .header-wrap .nav-row01 .header-menu-btn > span {
        display: block;
        width: 25px;
        height: 1px;
        position: absolute;
        background-color: #fff;
        top: 20px;
        left: 12.5px; }
        .header-wrap .nav-row01 .header-menu-btn > span:before {
          content: "";
          display: block;
          width: 25px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          top: -6px;
          transition: 0.3s; }
        .header-wrap .nav-row01 .header-menu-btn > span:after {
          content: "";
          display: block;
          width: 25px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          top: 6px;
          transition: 0.3s; }
      .header-open .header-wrap .nav-row01 .header-menu-btn > span {
        height: 0px; }
        .header-open .header-wrap .nav-row01 .header-menu-btn > span:before {
          top: 0;
          transform: rotate(45deg); }
        .header-open .header-wrap .nav-row01 .header-menu-btn > span:after {
          top: 0;
          transform: rotate(-45deg); }
  .header-wrap .nav-row02 {
    background-color: #F3F3F3;
    width: 100%;
    height: 60px;
    padding: 0;
    position: relative;
    z-index: 1000;
    border-bottom: solid 1px #ccc; }
    @media screen and (max-width: 991px) {
      .header-wrap .nav-row02 {
        height: 0;
        overflow: hidden; }
        .header-open .header-wrap .nav-row02 {
          display: block;
          background-color: rgba(0, 0, 0, 0.4);
          height: calc(100vh - 50px);
          overflow-y: scroll;
          -ms-overflow-style: none; }
        .header-wrap .nav-row02::-webkit-scrollbar {
          display: none; } }
    .header-wrap .nav-row02 .header-nav {
      height: 60px;
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      list-style: none;
      text-align: center;
      font-weight: nomal;
      font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
      padding-left: 0; }
      @media screen and (max-width: 991px) {
        .header-wrap .nav-row02 .header-nav {
          height: auto;
          width: 100%;
          max-width: 375px;
          max-height: 0;
          flex-wrap: wrap;
          background-color: #fff;
          position: absolute;
          right: 0;
          overflow-y: hidden;
          text-align: left;
          transition: 0.3s;
          font-weight: normal; }
          .header-open .header-wrap .nav-row02 .header-nav {
            max-height: calc(100vh - 50px);
            overflow-y: scroll;
            -ms-overflow-style: none; }
            .header-open .header-wrap .nav-row02 .header-nav::-webkit-scrollbar {
              display: none; } }
      .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item {
        flex: 1 1 16.6666666667%;
        height: 100%;
        border-left: solid 1px #ccc; }
        @media screen and (max-width: 991px) {
          .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item {
            flex: 1 1 100%;
            height: auto;
            border-left: none;
            border-bottom: solid 1px #ccc;
            position: relative; }
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item:after {
              content: "\f105";
              display: block;
              font-family: "font Awesome 5 free";
              font-weight: bold;
              width: 18px;
              height: 18px;
              color: #009D85;
              background-color: #fff;
              position: absolute;
              top: 18px;
              right: 22px;
              border-radius: 50%;
              border: solid 1px #009D85;
              font-size: 0.8125rem;
              text-align: center;
              line-height: 18px; }
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.toggle span {
              display: block;
              width: 30px;
              height: 30px;
              background-color: #009D85;
              border-radius: 50%;
              position: absolute;
              top: 10px;
              right: 15px;
              pointer-events: none; }
              .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.toggle span:before {
                content: "";
                display: block;
                background-color: #fff;
                width: 10px;
                height: 1px;
                position: absolute;
                left: 10px;
                top: 15px; }
              .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.toggle span:after {
                content: "";
                display: block;
                background-color: #fff;
                width: 10px;
                height: 1px;
                position: absolute;
                left: 10px;
                top: 15px;
                transform: rotate(90deg);
                transition: 0.3s; }
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.toggle:after {
              display: none; }
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.toggle.toggle-active span:after {
              transform: rotate(0); } }
        .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item > a {
          display: block;
          height: 100%;
          width: 100%;
          line-height: 60px;
          text-decoration: none;
          color: #333;
          position: relative; }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item > a {
              height: 52px;
              padding-left: 20px; } }
          @media screen and (min-width: 992px) {
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item > a:hover {
              color: #009D85;
              border-bottom: solid 2px #009D85; } }
        @media screen and (max-width: 991px) {
          .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.hurry {
            background-color: #eee;
            padding: 10px 20px;
            order: -1; } }
        .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.hurry a.btn-hurry {
          margin: 0;
          color: #fff;
          border-radius: 0; }
          .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.hurry a.btn-hurry:hover {
            border: none; }
          @media screen and (min-width: 992px) {
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.hurry a.btn-hurry:after {
              display: none; } }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item.hurry a.btn-hurry {
              line-height: 52px;
              border-radius: 5px; } }
        .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item .header-nav-child-wrap {
          display: block;
          width: 100%;
          max-height: 0px;
          position: absolute;
          top: 60px;
          left: 0;
          overflow-y: hidden;
          transition: 0.3s;
          background: rgba(0, 0, 0, 0.5); }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item .header-nav-child-wrap {
              position: relative;
              top: 0;
              background: #009D85; } }
          .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item .header-nav-child-wrap .header-nav-child-item {
            display: block;
            width: calc(100% - 20px);
            margin: 10px;
            background-color: #fff;
            color: #333;
            text-decoration: none;
            height: 50px;
            padding: 13px 30px 15px 15px;
            font-size: 1rem;
            position: relative;
            line-height: 1.5; }
            @media screen and (max-width: 991px) {
              .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item .header-nav-child-wrap .header-nav-child-item {
                width: calc(100% - 16px);
                width: 100%;
                margin: 0;
                border-bottom: solid 1px #ccc;
                font-size: 1rem;
                padding: 13px 30px 15px 30px; } }
            .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item .header-nav-child-wrap .header-nav-child-item:not(.hurry):after {
              content: "\f105";
              display: block;
              font-family: "font Awesome 5 free";
              font-weight: bold;
              width: 18px;
              height: 18px;
              color: #fff;
              background-color: #009D85;
              position: absolute;
              top: 18px;
              right: 12px;
              border-radius: 50%;
              font-size: 0.8125rem;
              text-align: center; }
        @media screen and (min-width: 992px) {
          .header-wrap .nav-row02 .header-nav > li.header-menu-nav-item:hover > .header-nav-child-wrap {
            display: block;
            padding: 30px 20px;
            max-height: 500px;
            transition: 0.3s; } }
      @media screen and (max-width: 991px) {
        .header-wrap .nav-row02 .header-nav .header-menu-nav-item.toggle-active .header-nav-child-wrap {
          display: block;
          max-height: 500px;
          padding: 10px;
          transition: 0.3s; }
        .header-wrap .nav-row02 .header-nav .header-bnr {
          width: 100%;
          padding: 10px; }
          .header-wrap .nav-row02 .header-nav .header-bnr > a {
            display: block;
            margin: 10px; }
            .header-wrap .nav-row02 .header-nav .header-bnr > a img {
              width: 100%; } }
      .header-wrap .nav-row02 .header-nav .tel-area {
        background-color: #009D85;
        text-align: center;
        padding: 5px 20px 0 20px; }
        .header-wrap .nav-row02 .header-nav .tel-area h3 {
          font-size: 1.8rem;
          padding-bottom: 10px; }
        .header-wrap .nav-row02 .header-nav .tel-area .tag-wrap .tag02 {
          background-color: #E40E77;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 20px;
          padding: 5px 15px;
          display: inline-block;
          width: auto; }
        .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap {
          display: flex;
          width: 100%;
          max-width: 730px;
          margin: auto;
          padding: 10px 0;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 991px) {
            .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap {
              flex-wrap: wrap; } }
          .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap .text {
            color: #fff; }
          @media screen and (max-width: 767px) {
            .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap {
              flex-direction: column; } }
          .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li {
            flex: 1 1 auto;
            list-style: none;
            border-left: solid 1px #ccc;
            padding: 0 20px;
            line-height: 1.2; }
            @media screen and (max-width: 991px) {
              .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li {
                border: none;
                width: 100%;
                padding: 10px 0; } }
            .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li:first-child {
              border: none; }
            .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li .color {
              color: #009D85;
              font-size: 0.9375rem;
              font-weight: bold; }
              .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li .color span {
                font-size: 0.8125rem;
                font-weight: normal;
                color: #333; }
            .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li a.sp-tellink {
              font-size: 1.625rem;
              font-weight: bold;
              color: #333;
              text-decoration: none; }
              @media screen and (max-width: 991px) {
                .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li a.sp-tellink {
                  font-size: 1.4375rem; } }
              @media screen and (max-width: 991px) {
                .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li a.sp-tellink {
                  display: block;
                  width: 100%;
                  margin: 5px 0;
                  padding: 10px 30px 10px 10px;
                  background-color: #fff;
                  border: solid 1px #ccc;
                  border-radius: 5px;
                  position: relative; }
                  .header-wrap .nav-row02 .header-nav .tel-area .tel-wrap li a.sp-tellink:after {
                    display: block;
                    width: 22px;
                    height: 22px;
                    content: "\f105";
                    font-family: "font Awesome 5 free";
                    background-color: #009D85;
                    color: #fff;
                    font-weight: bold;
                    text-align: center;
                    font-size: 0.8rem;
                    border-radius: 50%;
                    padding: 5px;
                    position: absolute;
                    right: 5px;
                    top: calc(50% - 11px); } }
    .header-wrap .nav-row02 .header-close {
      display: none; }
      .header-open .header-wrap .nav-row02 .header-close {
        display: block;
        width: 100%;
        max-width: 375px;
        height: 50px; }
      .header-wrap .nav-row02 .header-close .header-close-btn {
        display: block;
        width: 100%;
        max-width: 375px;
        height: 50px;
        background-color: #666;
        color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        line-height: 50px;
        text-align: center; }
        .header-wrap .nav-row02 .header-close .header-close-btn > span {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-color: #fff;
          position: relative;
          top: 3px;
          right: 10px; }
          .header-wrap .nav-row02 .header-close .header-close-btn > span:after {
            content: "";
            display: block;
            width: 8px;
            height: 1px;
            background-color: #666;
            transform: rotate(-45deg);
            position: absolute;
            top: 10px;
            left: 6px; }
          .header-wrap .nav-row02 .header-close .header-close-btn > span:before {
            content: "";
            display: block;
            width: 8px;
            height: 1px;
            background-color: #666;
            transform: rotate(45deg);
            position: absolute;
            top: 10px;
            left: 6px; }

.modal-open header * {
  z-index: 1000; }

/*-----------------
footer
------------------*/
footer {
  position: relative; }
  footer #pagetop-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #858585;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 41px;
    position: fixed;
    right: 40px;
    bottom: 130px; }
    footer #pagetop-btn.btn_stop {
      position: absolute;
      bottom: 175px; }
    @media screen and (max-width: 767px) {
      footer #pagetop-btn {
        right: 10px;
        bottom: 70px; } }
    footer #pagetop-btn > .fas {
      vertical-align: middle; }
  footer .footer-nav {
    display: block;
    width: 100%;
    background-color: #f3f3f3;
    border-top: solid 1px #D9D9D9;
    font-size: 0.875rem; }
    footer .footer-nav > .container > .row {
      border-bottom: solid 1px #ccc; }
      footer .footer-nav > .container > .row .footer-link-wrap {
        border-left: solid 1px #ccc; }
        @media screen and (max-width: 991px) {
          footer .footer-nav > .container > .row .footer-link-wrap {
            border: none; } }
        footer .footer-nav > .container > .row .footer-link-wrap a {
          display: inline-block;
          padding-left: 20px;
          color: #333;
          text-decoration: none; }
          footer .footer-nav > .container > .row .footer-link-wrap a:before {
            content: "\f105";
            display: inline-block;
            font-family: "font Awesome 5 free";
            font-weight: bold;
            padding-right: 5px; }
        footer .footer-nav > .container > .row .footer-link-wrap .hurry a.btn-hurry {
          width: calc(100% - 20px);
          margin-left: 20px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          padding-left: 0;
          position: relative; }
          footer .footer-nav > .container > .row .footer-link-wrap .hurry a.btn-hurry:before {
            text-align: center;
            content: "!";
            font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
            padding: 0; }
          footer .footer-nav > .container > .row .footer-link-wrap .hurry a.btn-hurry:after {
            display: block;
            position: absolute;
            width: auto;
            height: auto;
            top: 10px;
            right: 5px;
            background: none;
            color: #fff; }
    footer .footer-nav .footer-logo {
      display: block;
      padding: 10px; }
      footer .footer-nav .footer-logo img {
        width: 100%;
        max-width: 216px; }
  footer .footer-fixed {
    display: block;
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      footer .footer-fixed {
        height: 65px;
        padding: 10px; } }
    footer .footer-fixed .conversion-wrap {
      display: flex;
      align-items: stretch;
      width: 100%;
      justify-content: center; }
      footer .footer-fixed .conversion-wrap .left {
        flex: 1 1 784px;
        margin-right: 10px;
        background-color: #009D85;
        position: relative;
        padding-left: 100px; }
        @media screen and (max-width: 991px) {
          footer .footer-fixed .conversion-wrap .left {
            flex: 0 1 300px;
            padding-left: 0;
            order: 2;
            margin: auto 0px auto 10px;
            background: none; } }
        @media screen and (max-width: 767px) {
          footer .footer-fixed .conversion-wrap .left {
            flex: 0 1 170px; } }
        footer .footer-fixed .conversion-wrap .left .tag {
          display: block;
          width: 80px;
          height: 80px;
          color: #E40E77;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: -10px;
          left: 10px;
          text-align: center;
          font-size: 12px;
          font-weight: bold;
          line-height: 1.5;
          padding: 15px 0; }
          @media screen and (max-width: 991px) {
            footer .footer-fixed .conversion-wrap .left .tag {
              display: none; } }
        footer .footer-fixed .conversion-wrap .left > ul {
          display: flex;
          padding-left: 0;
          width: 100%;
          margin-bottom: 0; }
          footer .footer-fixed .conversion-wrap .left > ul li {
            flex: 1 1 auto;
            list-style: none;
            text-align: center;
            margin: 20px 0 10px;
            border-left: solid 1px #ECF5F3;
            letter-spacing: 0.08rem; }
            @media screen and (max-width: 1199px) {
              footer .footer-fixed .conversion-wrap .left > ul li {
                margin: 15px 0 10px 0; } }
            footer .footer-fixed .conversion-wrap .left > ul li:first-child {
              border: none; }
            footer .footer-fixed .conversion-wrap .left > ul li .color {
              color: #F9FB92;
              font-weight: bold;
              line-height: 1.2; }
              footer .footer-fixed .conversion-wrap .left > ul li .color span {
                font-size: 14px;
                color: #fff;
                font-weight: normal; }
            footer .footer-fixed .conversion-wrap .left > ul li a.sp-tellink {
              color: #fff;
              font-size: 26px;
              line-height: 1;
              text-decoration: none;
              font-weight: bold; }
              @media screen and (max-width: 1199px) {
                footer .footer-fixed .conversion-wrap .left > ul li a.sp-tellink {
                  font-size: 22px; } }
      footer .footer-fixed .conversion-wrap .right {
        flex: 1 1 356px;
        padding-left: 5px; }
        @media screen and (max-width: 991px) {
          footer .footer-fixed .conversion-wrap .right {
            flex: 0 0 300px; } }
        @media screen and (max-width: 767px) {
          footer .footer-fixed .conversion-wrap .right {
            flex: 0 1 170px;
            padding: 0 0 0 5px; } }
  footer:after {
    display: block;
    content: "";
    width: 100%;
    height: 120px; }
    @media screen and (max-width: 767px) {
      footer:after {
        height: 65px; } }
  footer.true:after {
    display: none; }
  footer .copyrights-wrap {
    display: block;
    width: 100%;
    color: #fff;
    height: 45px;
    text-align: center;
    background-color: #707070;
    padding-top: 5px;
    font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif"; }
  footer .logo-group-area div {
    align-self: center; }
  footer .logo-group-area img {
    width: 70%; }
    @media screen and (max-width: 991px) {
      footer .logo-group-area img {
        width: 70%;
        padding: 10px 0; } }
    @media screen and (max-width: 767px) {
      footer .logo-group-area img {
        width: 60%; } }
    @media screen and (max-width: 575px) {
      footer .logo-group-area img {
        width: 80%; } }

.footer-modal .tel-area {
  background-color: #009D85;
  text-align: center;
  padding: 5px 20px 0 20px; }
  .footer-modal .tel-area h3 {
    font-size: 1.8rem;
    padding-bottom: 10px; }
  .footer-modal .tel-area .tag-wrap .tag02 {
    background-color: #E40E77;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    display: inline-block;
    width: auto; }
  .footer-modal .tel-area .tel-wrap {
    display: flex;
    width: 100%;
    max-width: 730px;
    margin: auto;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .footer-modal .tel-area .tel-wrap .text {
      color: #fff; }
    .footer-modal .tel-area .tel-wrap li {
      flex: 1 1 auto;
      list-style: none;
      line-height: 1.2;
      width: 100%;
      padding: 10px 0; }
      .footer-modal .tel-area .tel-wrap li:first-child {
        border: none; }
      .footer-modal .tel-area .tel-wrap li .color {
        color: #009D85;
        font-size: 0.9375rem;
        font-weight: bold; }
        .footer-modal .tel-area .tel-wrap li .color span {
          font-size: 0.8125rem;
          font-weight: normal;
          color: #333; }
      .footer-modal .tel-area .tel-wrap li a.sp-tellink {
        font-weight: bold;
        color: #333;
        text-decoration: none;
        font-size: 1.4375rem;
        display: block;
        width: 100%;
        margin: 5px 0;
        padding: 10px 30px 10px 10px;
        background-color: #fff;
        border: solid 1px #ccc;
        border-radius: 5px;
        position: relative; }
        .footer-modal .tel-area .tel-wrap li a.sp-tellink:after {
          display: block;
          width: 22px;
          height: 22px;
          content: "\f105";
          font-family: "font Awesome 5 free";
          background-color: #009D85;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 0.8rem;
          border-radius: 50%;
          padding: 5px;
          position: absolute;
          right: 5px;
          top: calc(50% - 11px); }
.footer-modal .modal-header {
  opacity: 0.9;
  background-color: #009D85;
  border: none; }
  .footer-modal .modal-header h2 {
    margin-bottom: 0; }
.footer-modal .modal-body {
  padding: 0 !important; }
.footer-modal .modal-footer {
  opacity: 0.9;
  background-color: #009D85;
  text-align: center;
  padding: 10px 0;
  border: none; }
  .footer-modal .modal-footer button {
    background-color: #009D85;
    color: #fff;
    margin: 0 auto;
    border: none; }
.footer-modal .modal, .footer-modal .modal * {
  z-index: 2000; }

/*-----------------
plan
------------------*/
@media screen and (min-width: 576px) {
  #plan-list .plan-list-wrap {
    margin: auto -15px; } }
@media screen and (min-width: 576px) {
  #plan-list .plan-list-wrap > div {
    margin: auto 15px; } }
@media screen and (min-width: 576px) {
  #plan-list .plan-list-wrap > div.col-sm-6 {
    flex: 1 1 calc(50% - 30px); } }
@media screen and (min-width: 992px) {
  #plan-list .plan-list-wrap > div.col-lg-3 {
    flex: 1 1 calc(25% - 30px); } }
#plan-list .plan-list-wrap .plan-list-item {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    #plan-list .plan-list-wrap .plan-list-item {
      margin: 15px auto; } }
  @media screen and (max-width: 575px) {
    #plan-list .plan-list-wrap .plan-list-item {
      margin: 20px;
      width: calc(100% - 40px); } }
  #plan-list .plan-list-wrap .plan-list-item.plan01 {
    background-color: #B183A8; }
    #plan-list .plan-list-wrap .plan-list-item.plan01 .btn-wrap > p:after {
      color: #8E6986; }
  #plan-list .plan-list-wrap .plan-list-item.plan02 {
    background-color: #71A362; }
    #plan-list .plan-list-wrap .plan-list-item.plan02 .btn-wrap > p:after {
      color: #5A824E; }
  #plan-list .plan-list-wrap .plan-list-item.plan03 {
    background-color: #5977A8; }
    #plan-list .plan-list-wrap .plan-list-item.plan03 .btn-wrap > p:after {
      color: #475F86; }
  #plan-list .plan-list-wrap .plan-list-item.plan04 {
    background-color: #BCA056; }
    #plan-list .plan-list-wrap .plan-list-item.plan04 .btn-wrap > p:after {
      color: #968045; }
  #plan-list .plan-list-wrap .plan-list-item.plan05 {
    background-color: #00708D; }
    #plan-list .plan-list-wrap .plan-list-item.plan05 .btn-wrap > p:after {
      color: #004E69; }
  #plan-list .plan-list-wrap .plan-list-item > img {
    width: 100%; }
  #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap {
    display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
    color: #fff; }
    #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .main-text {
      padding: 15px 0; }
    #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .plan-name {
      font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.2; }
    #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .plan-price {
      display: block;
      position: relative;
      font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 3.125rem;
      font-weight: bold;
      line-height: 1.1;
      margin-bottom: 10px; }
      @media screen and (max-width: 1199px) {
        #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .plan-price {
          font-size: 2.5rem; } }
      #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .plan-price .unit {
        display: inline-block;
        font-size: 1.5rem;
        position: relative;
        line-height: 24px;
        height: 24px; }
      #plan-list .plan-list-wrap .plan-list-item .plan-item-text-wrap .plan-price .tax-flg {
        display: block;
        height: 10px;
        font-size: 0.625rem;
        line-height: 10px;
        position: absolute;
        right: 2px;
        top: -10px; }
  #plan-list .plan-list-wrap .plan-list-item .btn-wrap {
    display: block;
    width: 100%;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 16px 20px; }
    #plan-list .plan-list-wrap .plan-list-item .btn-wrap > p {
      display: block;
      width: 100%;
      /*height: 40px;*/
      font-size: 1rem;
      color: #fff;
      border: solid 1px #fff;
      border-radius: 5px;
      line-height: 40px;
      text-align: center;
      /*padding-right: 30px;*/
      font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: bold;
      position: relative; }
      #plan-list .plan-list-wrap .plan-list-item .btn-wrap > p:after {
        content: "\f105";
        font-family: "font Awesome 5 free";
        font-weight: bold;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 10px;
        padding-left: 2px;
        font-size: 0.875rem; }

@media screen and (max-width: 767px) {
  #hall-search > .container {
    padding: 0 20px; } }
#hall-search .keyword-search-input {
  display: block;
  float: left;
  width: calc(100% - 80px);
  height: 60px;
  line-height: 40px;
  padding: 10px;
  margin: 0; }
#hall-search .keyword-search-submit-btn {
  display: block;
  float: right;
  width: 80px;
  margin: 0;
  height: 60px;
  background-color: #333;
  color: #fff;
  border: none; }
#hall-search .select-search-area {
  display: block;
  width: 100%;
  position: relative;
  padding: 40px 20px;
  margin-top: 70px;
  border-top: solid 3px #009D85;
  background-image: url("/themes/www.kazoku-sou.jp_2020/_common/img/bg_hall01.jpg");
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #hall-search .select-search-area {
      margin-top: 50px; } }
  #hall-search .select-search-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55); }
  #hall-search .select-search-area > .container {
    z-index: 2;
    position: relative; }
  #hall-search .select-search-area .tab-palent-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    position: absolute;
    top: -110px; }
    @media screen and (max-width: 767px) {
      #hall-search .select-search-area .tab-palent-wrap {
        top: -90px; } }
    #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn {
      flex: 1 1 33.3333333333%;
      background-color: #EEEEEE;
      text-decoration: none;
      height: 67px;
      text-align: center;
      padding: 20px;
      font-size: 1.25rem;
      line-height: 1.2;
      color: #333;
      font-weight: bold;
      position: relative;
      border: solid 1px #ccc;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn {
          height: 47px;
          padding: 5px;
          font-size: 0.625rem; }
          #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn span {
            display: block;
            font-size: 0.875rem; } }
      #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: solid 8px #333;
        border-right: solid 6px transparent;
        border-left: solid 6px transparent;
        position: absolute;
        left: calc(50% - 3px);
        bottom: 5px; }
        @media screen and (max-width: 767px) {
          #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn:after {
            content: "\f078";
            font-family: "font Awesome 5 free";
            color: #333;
            font-weight: bold;
            border: none;
            bottom: 5px;
            width: 5px;
            height: 5px; } }
    #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn.active {
      color: #fff;
      background-color: #009D85;
      border-bottom-color: #009D85;
      cursor: default; }
      #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn.active:after {
        border-top: solid 20px #009D85;
        border-right: solid 13px transparent;
        border-left: solid 13px transparent;
        bottom: -23px;
        left: calc(50% - 10px); }
        @media screen and (max-width: 767px) {
          #hall-search .select-search-area .tab-palent-wrap .tab-palent-btn.active:after {
            content: "";
            border-top: solid 10px #009D85;
            border-right: solid 7.5px transparent;
            border-left: solid 7.5px transparent;
            bottom: -13px;
            left: calc(50% - 5px); } }
  #hall-search .select-search-area .tab-panel-content {
    display: none; }
    #hall-search .select-search-area .tab-panel-content.panel-open {
      display: block;
      width: 100%; }
    #hall-search .select-search-area .tab-panel-content h4 {
      display: block;
      width: 100%;
      text-align: center;
      font-weight: bold;
      color: #fff;
      font-size: 1.25rem; }
      @media screen and (max-width: 767px) {
        #hall-search .select-search-area .tab-panel-content h4 {
          font-size: 1.125rem; } }
    #hall-search .select-search-area .tab-panel-content .prefecture-wrap {
      display: flex;
      margin: auto -10px;
      flex-wrap: wrap;
      margin-bottom: 30px; }
    #hall-search .select-search-area .tab-panel-content .station-wrap, #hall-search .select-search-area .tab-panel-content .crematorium-wrap {
      display: block;
      width: 100%;
      background-color: #fff;
      border-radius: 5px;
      position: relative;
      margin-bottom: 20px; }
      #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn {
        display: block;
        width: 100%;
        height: 60px;
        padding: 10px;
        position: relative;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
        text-decoration: none;
        font-size: 1.25rem; }
        @media screen and (max-width: 767px) {
          #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn {
            font-size: 1.125rem; } }
        #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn span, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn span {
          display: block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          border: solid 1px #333;
          position: absolute;
          top: 15px;
          right: 15px; }
          #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn span:before, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn span:before {
            content: "";
            display: block;
            width: 12px;
            height: 2px;
            background-color: #333;
            position: absolute;
            left: 8px;
            top: 14px; }
          #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn span:after, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn span:after {
            content: "";
            display: block;
            width: 12px;
            height: 2px;
            background-color: #333;
            position: absolute;
            left: 8px;
            top: 14px;
            transform: rotate(90deg);
            transition: 0.3s; }
        #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-btn.active span:after, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-btn.active span:after {
          transform: rotate(0deg); }
      #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-container, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-container {
        display: flex;
        margin: auto -10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 20px; }
        @media screen and (max-width: 767px) {
          #hall-search .select-search-area .tab-panel-content .station-wrap .toggle-container, #hall-search .select-search-area .tab-panel-content .crematorium-wrap .toggle-container {
            padding: 10px; } }
    #hall-search .select-search-area .tab-panel-content .tab-item {
      flex: 0 0 20%;
      min-width: 200px;
      padding: 10px; }
      #hall-search .select-search-area .tab-panel-content .tab-item .btn01 {
        margin: 0 !important; }
      @media screen and (max-width: 991px) {
        #hall-search .select-search-area .tab-panel-content .tab-item {
          flex: 0 0 25%;
          min-width: 200px; } }
      @media screen and (max-width: 767px) {
        #hall-search .select-search-area .tab-panel-content .tab-item {
          flex: 0 0 50%;
          min-width: 160px; }
          #hall-search .select-search-area .tab-panel-content .tab-item .btn01 {
            width: 100%; } }
    #hall-search .select-search-area .tab-panel-content#search-crematorium .tab-item {
      flex: 0 0 33.3333333333%; }
      @media screen and (max-width: 991px) {
        #hall-search .select-search-area .tab-panel-content#search-crematorium .tab-item {
          flex: 0 0 50%;
          min-width: 200px; } }
      @media screen and (max-width: 767px) {
        #hall-search .select-search-area .tab-panel-content#search-crematorium .tab-item {
          flex: 0 0 100%; } }

#conversion-bnr .bnr-inquiry {
  display: block;
  width: 100%;
  max-width: 720px;
  padding: 0 20px;
  margin: 30px auto; }
  #conversion-bnr .bnr-inquiry img {
    width: 100%; }
#conversion-bnr .bnr-consul {
  display: block;
  width: 100%;
  padding: 0 20px; }
  #conversion-bnr .bnr-consul img {
    width: 100%; }

.plan-additional {
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif"; }
  @media screen and (max-width: 767px) {
    .plan-additional .modal {
      padding: 10px; } }
  .plan-additional .text-link {
    text-align: right;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      .plan-additional .text-link {
        text-align: left; } }
    .plan-additional .text-link .link {
      margin: 20px 0 20px 20px;
      /*display: inline-block;*/
      display: block;
      text-decoration: underline;
      cursor: hand;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .plan-additional .text-link .link {
          margin: 0 0 5px 15px; } }
    .plan-additional .text-link i {
      margin: 10px 5px 0 0; }
  .plan-additional .modal-header {
    border-bottom: none;
    justify-content: flex-end; }
    .plan-additional .modal-header .close {
      color: #fff;
      background-color: #333;
      opacity: 1;
      font-weight: 500; }
      @media screen and (max-width: 575px) {
        .plan-additional .modal-header .close {
          height: 50px;
          width: 50px;
          padding: 10px; }
          .plan-additional .modal-header .close span {
            margin: 0 0 0 -3px; } }
  .plan-additional .modal-body {
    text-align: center; }
    .plan-additional .modal-body .adjust-modal .title-area {
      position: relative; }
      .plan-additional .modal-body .adjust-modal .title-area span {
        display: block;
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        .plan-additional .modal-body .adjust-modal .title-area span:before {
          content: "";
          display: block;
          width: 19px;
          height: 3px;
          margin-top: 1px;
          background-color: #009D85;
          position: absolute;
          top: 50%;
          right: 7px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .plan-additional .modal-body .adjust-modal .title-area span:after {
          content: "";
          display: block;
          width: 19px;
          height: 3px;
          background-color: #009D85;
          position: absolute;
          top: 50%;
          top: 17px;
          right: 7px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: rotate(90deg);
          transition: 0.3s; }
      .plan-additional .modal-body .adjust-modal .title-area.active span:after {
        transform: rotate(0deg); }
    @media screen and (max-width: 767px) {
      .plan-additional .modal-body {
        padding: 0 1rem 1rem 1rem; } }
    .plan-additional .modal-body h2.modal-title {
      font-weight: 700;
      color: #009D85;
      text-align: center;
      font-size: 1.5rem;
      margin: 0 0 20px 0;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .plan-additional .modal-body h2.modal-title {
          font-size: 1.2rem; } }
    .plan-additional .modal-body .text-01 {
      margin: 0 0 50px 0;
      width: 100%; }
      @media screen and (max-width: 575px) {
        .plan-additional .modal-body .text-01 {
          margin: 0 0 20px 0;
          line-height: 150%; } }
    .plan-additional .modal-body .text-02 {
      text-align: right;
      margin: 0 30px 10px 0; }
      @media screen and (max-width: 575px) {
        .plan-additional .modal-body .text-02 {
          text-align: left;
          margin: 0 15px 10px 0; } }
    .plan-additional .modal-body .modal-wrap {
      padding: 15px;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .plan-additional .modal-body .modal-wrap {
          padding: 0; } }
      @media screen and (max-width: 991px) {
        .plan-additional .modal-body .modal-wrap.adjust-modal {
          padding: 0; } }
      .plan-additional .modal-body .modal-wrap .wrap-box {
        border-bottom: #CCCCCC 1px solid;
        padding: 10px; }
        .plan-additional .modal-body .modal-wrap .wrap-box:first-child {
          padding: 0 10px 10px 10px; }
        .plan-additional .modal-body .modal-wrap .wrap-box:last-child {
          border-bottom: none; }
        .plan-additional .modal-body .modal-wrap .wrap-box i {
          margin-right: 0.5rem; }
    .plan-additional .modal-body h3.title-area {
      text-align: left;
      background-color: #009D85;
      color: #fff;
      font-weight: bold;
      font-size: 1.27rem;
      padding: 20px;
      margin-bottom: 10px; }
    .plan-additional .modal-body .text-price {
      padding: 10px; }
    .plan-additional .modal-body .title {
      font-size: 1rem;
      font-weight: 700; }
  .plan-additional .modal-footer {
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .plan-additional .modal-footer {
        display: none; } }
  .plan-additional .btn-secondary {
    color: #333;
    background-color: #fff; }

#topics-module {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #topics-module {
      padding: 0 20px; } }
  #topics-module .topics-wrap .topics-item {
    border-top: solid 1px #ccc;
    padding: 20px 0; }
    #topics-module .topics-wrap .topics-item:last-child {
      border-bottom: solid 1px #ccc; }
    #topics-module .topics-wrap .topics-item .tag-wrap {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      #topics-module .topics-wrap .topics-item .tag-wrap .date {
        display: inline-block;
        font-size: 0.75rem;
        margin-left: 10px; }
      #topics-module .topics-wrap .topics-item .tag-wrap .tag {
        display: inline-block;
        width: 110px;
        font-size: 0.75rem;
        text-align: center;
        background-color: #009D85;
        color: #fff;
        border-radius: 3px; }
    @media screen and (max-width: 767px) {
      #topics-module .topics-wrap .topics-item .topics-content-wrap {
        display: table; } }
    #topics-module .topics-wrap .topics-item .topics-content-wrap .text {
      color: #333;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        #topics-module .topics-wrap .topics-item .topics-content-wrap .text {
          display: table-cell; } }
    #topics-module .topics-wrap .topics-item .topics-content-wrap .img {
      display: block;
      width: 160px;
      float: right;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        #topics-module .topics-wrap .topics-item .topics-content-wrap .img {
          display: table-cell;
          width: 130px;
          float: none;
          height: 100%;
          padding: 10px 10px 10px 0; } }

/*----------------------------------------
 　lpページの為のcss打ち消し用
 ----------------------------------------*/
@media screen and (max-width: 767px) {
  #mv .container {
    padding: inherit; } }

.hurry-icon-01 i.fas.fa-mobile-alt {
  color: #DE293D;
  font-size: 1.7em; }
  @media screen and (max-width: 767px) {
    .hurry-icon-01 i.fas.fa-mobile-alt {
      margin-bottom: 10px;
      font-size: 2.5em; } }

.hurry-icon-01 .free {
  justify-content: left; }
  @media screen and (max-width: 767px) {
    .hurry-icon-01 .free {
      justify-content: center; } }

@media screen and (max-width: 767px) {
  .box-info-02 .text-phone-number i {
    color: #fff !important; } }

.col-4.offset-4 {
  margin-left: inherit; }
  @media screen and (max-width: 991px) {
    .col-4.offset-4 {
      margin-left: auto; } }
  @media screen and (max-width: 767px) {
    .col-4.offset-4 {
      margin-left: inherit; } }

@media screen and (max-width: 767px) {
  .clock {
    margin: 0 auto !important; } }
