body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  background-image: url(../img/common/bg-base-01.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

body.no-scroll {
  overflow: hidden;
}

::selection {
  color: #001700;
  background-color: #6ab5b2;
}

::-moz-selection {
  color: #001700;
  background: #6ab5b2;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", serif;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

@keyframes animationBottom {
  from {
    transform: translateY(32px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animationRight {
  from {
    transform: translateX(32px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animationLeft {
  from {
    transform: translateX(-32px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.js-scroll-animation {
  opacity: 0;
}

.js-scroll-animation.is-animated {
  animation: animationBottom 0.3s linear forwards;
  animation-delay: 0.6s;
}

.js-scroll-animation.animation-right.is-animated {
  animation: animationRight 0.3s linear forwards;
  animation-delay: 0.6s;
}

.js-scroll-animation.animation-left.is-animated {
  animation: animationLeft 0.3s linear forwards;
  animation-delay: 0.6s;
}

.in-page-link {
  position: relative;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

svg {
  display: block;
  fill: #333;
}

.icon svg {
  fill: #0098ac;
}

.invert .icon svg {
  fill: #fff;
}

.txt-red {
  color: #cc1414;
}

.txt-gold {
  color: #b8884d;
}

.txt-ci-color {
  color: #0098ac;
}

.medium {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.title {
  margin-bottom: 0;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
  color: #fff;
}

a,
a.block-area {
  transition: 0.5s ease all;
}

a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

a.block-area {
  color: #333;
  display: block;
  text-decoration: none;
}

a.block-area:hover {
  text-decoration: none;
}

a svg path {
  transition: 0.5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.container-fluid.inner {
  max-width: 1040px;
}

.no-pointer {
  pointer-events: none;
}

.img-fluid.full {
  width: 100%;
  max-width: inherit;
}

.btn-area {
  display: grid;
  place-content: center;
}

.btn-area .btn {
  margin-bottom: 15px;
}

.btn-area .btn:last-child {
  margin-bottom: 0;
}

.btn {
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease all;
  border-radius: 3px;
  position: relative;
  border: none;
}

.btn:hover {
  opacity: 0.5;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn::before,
.btn::after {
  content: "";
  transition: 0.5s ease all;
}

.btn svg {
  display: block;
  transition: 0.5s ease all;
}

.btn.standard {
  display: grid;
  place-content: center;
  min-width: 300px;
  height: 45px;
}

.btn.standard .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.btn.big {
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  display: grid;
  place-content: center;
  min-width: 250px;
  height: 60px;
}

.btn.back {
  display: grid;
  place-content: center;
  min-width: 300px;
  height: 45px;
}

.btn.back .icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.btn.primary {
  color: #fff;
  background: #39aec0;
}

.btn.primary svg path {
  stroke: #fff;
}

.btn.danger {
  color: #fff;
  background: #e13735;
}

.btn.danger svg path {
  stroke: #fff;
}

.btn.light {
  color: #39aec0;
  background: #fff;
  border: 1px solid #39aec0;
}

.btn.light svg path {
  stroke: #39aec0;
}

.btn.gray {
  color: #333;
  background: #d1d1d1;
}

.btn.gray svg path {
  stroke: #333;
}

.btn.warning {
  color: #fff;
  background: #b8884d;
}

.btn.warning svg path {
  stroke: #fff;
}

.btn.round {
  border-radius: 45px;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  transition: 0.5s ease all;
}

button:hover {
  opacity: 0.5;
}

button:focus {
  outline: none;
}

.ttl,
.block-area .ttl {
  font-size: 24px;
  line-height: 40px;
  display: block;
  position: relative;
  transition: 0.5s ease all;
}

@media screen and (min-width: 992px) {
  .ttl,
  .block-area .ttl {
    font-size: 40px;
    line-height: 64px;
  }
}

.ttl.center {
  text-align: center;
}

@media (max-width: 991px) {
  .ttl.center-sp {
    text-align: center;
  }
}

.ttl.normal {
  font-weight: 400;
}

.ttl.bold,
.bold {
  font-weight: 700;
}

.ttl.black,
.black {
  font-weight: 900;
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  position: relative;
  z-index: 1;
}

.bg-common.cover {
  background-size: cover;
}

.bg-base-01 {
  background-image: url(../img/common/bg-base-01.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.bg-base-02 {
  background-image: url(../img/common/bg-base-02.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.bg-base-03 {
  background-image: url(../img/common/bg-base-03.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.cont .metabox {
  margin-bottom: 25px;
}

.cont .metabox.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .cont .metabox.center-sp {
    text-align: center;
  }
}

.cont .metabox.justify {
  text-align: justify;
}

.cont .metabox:last-child,
.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .metabox p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.64px;
  margin-bottom: 15px;
}

.cont .metabox .image,
.cont .metabox figure {
  margin-bottom: 15px;
}

.cont .metabox .image:last-child,
.cont .metabox figure:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .cont .metabox.center {
    text-align: center;
  }
}

.btn-link {
  color: #6ab5b2;
  color: #3198ac;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
  text-decoration: underline;
  opacity: 1;
}

.btn-link:hover {
  color: #6ab5b2;
}

.btn-link .icon {
  padding-left: 4px;
}

.btn .icon.blank,
.btn-link .icon.blank {
  width: 14px;
  padding-left: 4px;
}

.invert .btn-link {
  color: #fff;
}

.btn-link:hover,
.invert .btn-link:hover {
  opacity: 0.7;
}

.btn-link .icon svg path {
  fill: #6ab5b2;
}

.invert .btn-link .icon svg path {
  fill: #fff;
}

.outbox {
  padding-top: 70px;
  padding-bottom: 70px;
}

.outbox .cont-main {
  position: relative;
}

@media screen and (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row [class^="col-"] {
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
  }
}

@media screen and (min-width: 768px) {
  .row [class^="col-"] {
    padding-bottom: 30px;
  }
}

.row-stretch [class^="col-"],
.row-stretch [class^="col-"] .cont,
.row-stretch [class^="col-"] .cont-box {
  display: flex;
}

.row-stretch [class^="col-"] .cont,
.row-stretch [class^="col-"] .cont .cont-box,
.row-stretch [class^="col-"] .cont .box {
  width: 100%;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/* header */
header {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-header {
  display: block;
  width: 100%;
}

header .navbar .navbar-header .navbar-top {
  display: block;
}

header .navbar .navbar-header .navbar-bottom {
  display: block;
}

header .navbar-brand,
header .navbar-brand .title,
header .navbar-brand .logo-image,
header .navbar-brand img {
  display: block;
  margin: 0;
}

header .navbar-brand {
  padding: 0;
  z-index: 3;
}

header .head-text {
  font-size: 14px;
  line-height: 20px;
  color: #2a8582;
  padding-right: 16px;
  position: relative;
  z-index: 3;
}

header .sp-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

header .sp-menu .sp-menu-item {
  display: block;
  flex: 0 0 calc(33.333333% - 75px / 3);
  max-width: calc(33.333333% - 75px / 3);
}

header .sp-menu .sp-menu-item.toggler {
  flex: 0 0 75px;
  max-width: 75px;
}

header .sp-menu .sp-menu-item .sp-menu-nav-item {
  font-size: 14px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  background: #35b1c5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 70px;
  border-left: 1px solid #fff;
}

header .sp-menu .sp-menu-item:first-child .sp-menu-nav-item {
  border-left: none;
}

header .sp-menu .sp-menu-item.haste .sp-menu-nav-item {
  background: #a34e94;
}

header .sp-menu .sp-menu-item .sp-menu-nav-item .icon,
header .sp-menu .sp-menu-item .sp-menu-nav-item .text {
  display: block;
}

header .sp-menu .sp-menu-item .sp-menu-nav-item .icon {
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
}

header .sp-menu .sp-menu-item .sp-menu-nav-item .text {
  padding-top: 4px;
}

header .navbar .header-menu {
  width: 100%;
}

header .navbar .navbar-nav {
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

header .navbar .navbar-nav .nav-item {
  display: block;
  width: 100%;
}

header .navbar .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
}

header .navbar .header-menu .nav-link {
  text-align: center;
}

header .navbar-collapse .close-area button {
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
}

header .navbar-collapse .close-area button .icon {
  width: 32px;
  height: 32px;
  position: relative;
}

header .navbar-collapse .close-area button .icon::before,
header .navbar-collapse .close-area button .icon::after {
  content: "";
  background: #35b1c5;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 1;
  transition: 0.5s ease all;
  transform: rotate(45deg);
}

header .navbar-collapse .close-area button .icon::before {
  width: 35px;
  height: 4px;
  top: 14px;
  left: -1px;
}

header .navbar-collapse .close-area button .icon::after {
  width: 4px;
  height: 35px;
  left: 14px;
  top: -1px;
}

header .navbar-collapse .close-area button .text {
  font-size: 20px;
  color: #35b1c5;
  line-height: 20px;
  font-weight: 700;
  padding: 0;
  padding-left: 8px;
}

.navbar-toggler {
  width: 75px;
  height: 70px;
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
  border-top: 1px solid #35b1c5;
  border-radius: 0;
  position: relative;
  z-index: 11;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  transition: 0.5s ease all;
  background-color: #35b1c5;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 12px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -12px;
}

.navbar-toggler.collapsed .icon-bar {
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
  transition: 0.5s ease all;
}

.navbar-toggler .text {
  color: #35b1c5;
}

.navbar-toggler .text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #35b1c5;
  padding-top: 4px;
  text-align: center;
  float: none;
  display: block;
  opacity: 1;
}

.navbar-toggler[aria-expanded="false"] .open {
  display: block;
}

.navbar-toggler[aria-expanded="true"] .open {
  display: none;
}

.navbar-toggler[aria-expanded="false"] .close {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .close {
  display: block;
}

@media screen and (max-width: 991px) {
  header .logo-area {
    display: flex;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 13px;
  }

  header .navbar-brand {
    flex: 0 0 148px;
    max-width: 148px;
    height: 53px;
  }

  header {
    transform: translateY(0);
    transition: 0.2s ease all;
  }

  header.scroll {
    transform: translateY(-80px);
  }

  header .navbar .navbar-header .navbar-top .sub-menu {
    display: none;
  }

  header .navbar .navbar-nav .nav-link {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar .navbar-header .navbar-top {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-collapse {
    background-image: url(../img/common/bg-base-01.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
  }

  header .navbar-collapse .menu-area {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  header #header-menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #0098ac;
  }

  header #header-menu > .nav-item:last-child {
    border-bottom: 1px solid #0098ac;
  }

  header #header-menu .nav-item.funeral,
  header #header-menu .nav-item.flower {
    display: none;
  }

  header #header-menu > .nav-item .nav-link {
    font-size: 18px;
    line-height: 34px;
    color: #0098ac;
    padding-top: 5px;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 35px;
  }

  header #header-menu > .nav-item > .nav-link {
    font-size: 20px;
    line-height: 34px;
  }

  header #header-menu > .nav-item > .nav-link .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header #header-menu > .nav-item.parent > .nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0098ac;
    width: 22px;
    height: 22px;
    right: 35px;
    border-radius: 22px;
  }

  header #header-menu > .nav-item.parent > .nav-link .icon::before,
  header #header-menu > .nav-item.parent > .nav-link .icon::after {
    content: "";
    background: #fff;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 1;
    transition: 0.5s ease all;
  }

  header #header-menu > .nav-item.parent > .nav-link .icon::before {
    width: 12px;
    height: 2px;
  }

  header
    #header-menu
    > .nav-item.parent
    > .nav-link[aria-expanded="false"]
    .icon::before {
    transform: rotate(0deg);
  }

  header
    #header-menu
    > .nav-item.parent
    > .nav-link[aria-expanded="true"]
    .icon::before {
    transform: rotate(180deg);
  }

  header #header-menu > .nav-item.parent > .nav-link .icon::after {
    width: 2px;
    height: 12px;
  }

  header
    #header-menu
    > .nav-item.parent
    > .nav-link[aria-expanded="false"]
    .icon::after {
    transform: rotate(0deg);
  }

  header
    #header-menu
    > .nav-item.parent
    > .nav-link[aria-expanded="true"]
    .icon::after {
    transform: rotate(270deg);
  }

  header
    #header-menu
    > .nav-item
    .header-multi-collapse
    .header-multi-collapse-in {
    padding-bottom: 5px;
    padding-left: 35px;
  }

  header #header-menu > .nav-item .header-multi-collapse .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  header
    #header-menu
    > .nav-item
    .header-multi-collapse
    .nav-item
    .nav-link::before {
    content: "";
    background: #0098ac;
    width: 6px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  header .navbar-collapse.open {
    overflow-y: scroll;
    height: calc(100vh - 150px);
    height: calc(100lvh - 150px);
  }

  header.scroll .navbar-collapse.open {
    height: calc(100vh - 70px);
    height: calc(100lvh - 70px);
  }

  header .navbar-toggler.collapsed + .bg-menu {
    height: 0vh;
    transition: 0.5s ease all;
  }

  header .navbar-toggler + .bg-menu {
    background: #fff;
    height: 100vh;
    height: 100lvh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease all;
  }

  _::-webkit-full-page-media,
  _:future,
  :root header .navbar-collapse {
    padding-bottom: 141px;
  }

  header #header-sub-menu {
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
  }

  header #header-sub-menu > .nav-item > .nav-link {
    font-size: 18px;
    color: #0098ac;
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  header #header-sub-menu > .nav-item > .nav-link .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0098ac;
    width: 22px;
    height: 22px;
    border-radius: 22px;
  }

  header #header-sub-menu > .nav-item > .nav-link .icon svg {
    width: 10px;
    height: 10px;
  }

  header #header-sub-menu > .nav-item > .nav-link .icon svg path {
    stroke: #fff;
  }

  header #header-sub-menu > .nav-item > .nav-link .text {
    padding-right: 8px;
    padding: 0;
  }

  header #header-sub-menu > .nav-item > .nav-link .icon + .text {
    padding-right: 0;
    padding-left: 8px;
  }

  header #header-sub-menu > .nav-item.flower {
    padding-top: 15px;
  }

	header #header-sub-menu>.nav-item.funeral {
    padding-top: 30px;
  }

  header #header-sub-menu > .nav-item.vip {
    padding-top: 15px;
  }

	header #header-sub-menu>.nav-item.flower>.nav-link,
	header #header-sub-menu>.nav-item.funeral>.nav-link {
    color: #fff;
    justify-content: center;
    background: #0098ac;
    padding: 18px;
    border-radius: 3px;
  }

  header #header-sub-menu > .nav-item.vip > .nav-link {
    color: #fff;
    justify-content: center;
    background: #b8884d;
    padding: 18px;
    border-radius: 3px;
  }

	header #header-sub-menu>.nav-item.flower>.nav-link .icon,
  header #header-sub-menu > .nav-item.funeral > .nav-link .icon,
  header #header-sub-menu > .nav-item.vip > .nav-link .icon {
    background: none;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }

	header #header-sub-menu>.nav-item.flower>.nav-link .icon svg,
  header #header-sub-menu > .nav-item.funeral > .nav-link .icon svg,
  header #header-sub-menu > .nav-item.vip > .nav-link .icon svg {
    width: 14px;
    height: 14px;
  }

  .contact-block.sp {
    background: #e66265;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 12px;
    margin: 0;
  }

  .contact-block.sp .contact-block-item {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }

  .contact-block.sp .contact-block-item .btn {
    color: #e66265;
    background: #fff;
    min-width: inherit;
    height: 40px;
    padding: 2px 8px;
    border-radius: 2px;
  }

  .contact-block.sp .contact-block-item .btn span {
    display: block;
  }

  .contact-block.sp .contact-block-item .btn .icon {
    flex: 0 0 20px;
    max-width: 20px;
  }

  .contact-block.sp .contact-block-item .btn .icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-block.sp .contact-block-item .btn .icon svg,
  .contact-block.sp .contact-block-item .btn .icon svg path {
    fill: #e66265;
  }

  .contact-block.sp .contact-block-item .btn .icon + .text {
    font-weight: 700;
    padding-left: 4px;
  }

  .contact-block.sp .contact-block-item.tel .btn .text .num {
    font-size: 18px;
    line-height: 24px;
    margin-top: -4px;
  }

  .contact-block.sp .contact-block-item.tel .btn .text .text-in {
    font-size: 8px;
    line-height: 9.6px;
    font-weight: 500;
  }

  .contact-block.sp .contact-block-item.mail .btn .text {
    font-size: 14px;
    line-height: 16.8px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar {
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 100px;
  }

  header .navbar .container-fluid {
    position: relative;
  }

  header .navbar .navbar-header {
    justify-content: flex-start;
  }

  header .navbar .navbar-header .navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1090px;
  }

  header .navbar .navbar-header .navbar-top .logo-area {
    flex: 0 0 172px;
    max-width: 172px;
  }

  header .navbar .navbar-header .navbar-top .sub-menu {
    flex: 0 0 calc(100% - 172px);
    max-width: calc(100% - 172px);
    padding-left: 32px;
  }

  header .navbar .navbar-header .navbar-top .sub-menu .navbar-nav {
    justify-content: flex-end;
  }

  header .navbar .navbar-header .navbar-top .sub-menu .navbar-nav .nav-item {
    width: auto;
  }

  header .navbar .navbar-header .navbar-top .sp-menu {
    display: none;
  }

  header .navbar .navbar-header .navbar-bottom {
    padding-top: 12px;
  }

  header .navbar .navbar-header .navbar-bottom #gnav {
    background: #26aec0;
  }

  header .navbar .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
  }

  header .navbar .menu-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
  }

  header .navbar .header-menu {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    order: 2;
  }

  header .navbar .header-menu .navbar-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  header .navbar #header-menu > .nav-item {
    border-left: 1px solid #fff;
  }

  header .navbar #header-menu > .nav-item:last-child {
    border-right: 1px solid #fff;
  }

  header .navbar .header-menu .navbar-nav .nav-link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
  }

  header .navbar .header-menu .navbar-nav .nav-link svg {
    display: none;
  }

  header .navbar .sub-menu .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 500;
    padding: 6px 12px;
  }

  header .navbar .sub-menu .navbar-nav .nav-link .icon {
    display: none;
  }

  header .navbar .sub-menu .navbar-nav .vip {
    padding-left: 12px;
  }

  header .navbar .sub-menu .navbar-nav .vip .nav-link {
    color: #fff;
    background: #b8884d;
    border-radius: 3px;
  }

  header .navbar-brand {
    flex: 0 0 172px;
    max-width: 172px;
    padding-right: 24px;
  }

  header #header-menu > .nav-item {
    position: relative;
  }

  header #header-menu > .nav-item .header-multi-collapse {
    display: flex;
    padding-top: 9px;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease all;
  }

  header #header-menu > .nav-item.parent:hover .header-multi-collapse,
  header
    #header-menu
    > .nav-item.parent
    .header-multi-collapse:hover
    .nav-link.active
    + .header-multi-collapse {
    opacity: 1;
    pointer-events: all;
  }

  header
    #header-menu
    > .nav-item
    .header-multi-collapse
    .header-multi-collapse-in {
    min-width: 200px;
    padding: 0;
    margin: 0;
  }

  header #header-menu > .nav-item .header-multi-collapse .nav-item {
    background: #fff;
    padding-bottom: 1px;
  }

  header #header-menu > .nav-item .header-multi-collapse .nav-item .nav-link {
    background: #26aec0;
    display: block;
    text-align: left;
    padding: 12px;
    height: auto;
  }

  header
    #header-menu
    > .nav-item
    .header-multi-collapse
    .nav-item
    .nav-link
    .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header
    #header-menu
    > .nav-item
    .header-multi-collapse
    .nav-item
    .nav-link
    .icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}

/* main */
main {
  padding-top: 150px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  main {
    padding-top: 127px;
    padding-bottom: 80px;
  }
}

/* page common */
.breadcrumb-area {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.breadcrumb-area::-webkit-scrollbar-thumb {
  background: #c6c6c6;
}

.breadcrumb-cont {
  background: none;
  -webkit-overflow-scrolling: touch;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  display: inline-block;
  background: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.breadcrumb li {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  display: inline;
  position: relative;
}

.breadcrumb li:nth-of-type(1) {
  text-transform: uppercase;
}

.breadcrumb > li + li {
  padding-left: 16px;
}

.breadcrumb > li + li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  transform: rotate(-45deg);
  top: 10px;
  left: 2px;
}

.breadcrumb li a {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  position: relative;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.fv-area.common {
  background-image: url(../img/common/bg-base-03.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-top: 34px;
  padding-right: 20px;
  padding-bottom: 34px;
  padding-left: 20px;
}

.fv-area.common .ttl {
  color: #0098ac;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.fv-area.common .ttl {
  font-size: 30px;
  line-height: 36px;
}

@media screen and (min-width: 992px) {
  .fv-area.common {
    background-size: cover;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fv-area.common {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .fv-area.common {
    padding-right: 40px;
    padding-left: 40px;
  }
}

h2 .ttl {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: #26aec0;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 3px;
}

h3 .ttl {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

h3 .ttl .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #333;
  padding-left: 24px;
  position: relative;
}

h3 .ttl.no-mark .text {
  padding-left: 0;
}

h3 .ttl .text::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  max-width: 16px;
  border: 3px solid #39aec0;
  border-radius: 16px;
  position: absolute;
  top: 9px;
  left: 0;
  top: 8px;
  left: 0;
}

h3 .ttl.no-mark .text::before {
  display: none;
}

h4 .ttl {
  font-size: 20px;
  line-height: 25px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: #eee;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

h4 .ttl .text {
  padding-left: 16px;
  position: relative;
}

h4 .ttl .text::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #26aec0;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 992px) {
  h2 .ttl,
  h3 .ttl {
    margin-bottom: 30px;
  }

  h2 .ttl {
    padding-right: 20px;
    padding-left: 20px;
  }

  h3 .ttl .text {
    font-size: 22px;
    line-height: 30px;
  }
}

ul,
ol {
  list-style: none;
  margin-bottom: 0;
}

ul.ls-basic li {
  padding-left: 12px;
  position: relative;
}

ul.ls-basic li::before {
  content: "";
  background: #333;
  width: 4px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
}

ul.ls-point li {
  padding-left: 20px;
  position: relative;
}

ul.ls-point li::before {
  content: "";
  background: #b8884d;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  top: 9px;
  left: 0;
}

ul.ls-check li {
  display: flex;
  align-items: baseline;
  position: relative;
}

ul.ls-check li .icon {
  display: block;
  flex: 0 0 18px;
  max-width: 18px;
  padding-top: 8px;
}

ul.ls-check li .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  padding-left: 4px;
}

ol.ls-number {
  counter-reset: number 0;
}

ol.ls-number li {
  display: grid;
  grid-template-columns: 18px auto;
  align-items: baseline;
  position: relative;
}

ol.ls-number.medium li {
  font-weight: 500;
}

ol.ls-number li .num {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  display: grid;
  place-content: center;
  background: #26aec0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

ol.ls-number li .num::before {
  counter-increment: number 1;
  content: counter(number) " ";
}

ol.ls-number li .text {
  padding-left: 4px;
}

/* testimonial */
.testimonial-area {
  margin-bottom: 25px;
}

.testimonial-area .testimonial-item {
  background: #d5edf1;
  padding-top: 23px;
  padding-right: 30px;
  padding-bottom: 23px;
  padding-left: 30px;
  margin-bottom: 25px;
  border: 1px solid #39aec0;
}

.testimonial-area .testimonial-item .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.testimonial-area .testimonial-item .end {
  text-align: right;
}

.testimonial-area .testimonial-item p:last-child {
  margin-bottom: 0;
}

.nav-btn-area.standard {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 0;
  row-gap: 15px;
}

.nav-btn-area.standard .nav-btn-item .btn {
  font-size: 16px;
  line-height: 25px;
  color: #39aec0;
  font-weight: 500;
  display: grid;
  place-content: center;
  justify-content: flex-start;
  background: #fff;
  min-height: 50px;
  padding: 12px 15px;
  padding-right: 44px;
  border: 1px solid #39aec0;
  border-radius: 3px;
}

.nav-btn-area.standard .nav-btn-item .btn span {
  display: block;
}

.nav-btn-area.standard .nav-btn-item .btn span svg {
  margin-right: auto;
  margin-left: auto;
}

.nav-btn-area.standard .nav-btn-item .btn .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .nav-btn-area.standard {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 15px;
  }

  .nav-btn-area.standard .nav-btn-item .btn {
    text-align: left;
  }
}

/* post-area */
.post-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.post-area .post-item {
  color: #333;
  text-decoration: none;
  display: grid;
  grid-template-columns: 120px auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.post-area .post-item img {
  width: 120px;
  height: 100px;
  object-fit: cover;
}

.post-area .post-item .icon {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

.post-area .post-item .text-area {
  padding-right: 30px;
  padding-left: 20px;
}

.post-area .post-item .text-area .info {
  margin-bottom: 5px;
}

.post-area .post-item .text-area .info .date {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #777;
  padding-right: 5px;
}

.post-area .post-item .text-area .info .category {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  background: #39aec0;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 2px;
}

.post-area .post-item .text-area .info .category.notice {
  background: #a34e94;
}

.post-area .post-item .text-area .info .category.events {
  background: #42ac8b;
}

.post-area .post-item .text-area .info .new {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  background: #b8884d;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 2px;
}

/* frame */
.full-width,
.column-1,
.column-2 {
  display: block;
}

.column-main {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .column-main {
    padding-top: 66px;
  }
}

.column-main .cont-main .cont-item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.column-main .cont-main .cont-item:first-child {
  padding-top: 0;
}

.column-main .cont-main .cont-item:last-child {
  padding-bottom: 0;
}

.column-main .cont-main-lv2 .cont-item-lv2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.column-main .cont-main-lv3 .cont-item-lv3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-main [class^="cont-main-lv"] [class^="cont-item-lv"]:first-child {
  padding-top: 0;
}

.column-main [class^="cont-main-lv"] [class^="cont-item-lv"]:last-child {
  padding-bottom: 0;
}

.column-2 .column-side {
  display: none;
}

@media screen and (min-width: 992px) {
  .column-1 {
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-2 .column-main {
    flex: 0 0 calc(100% - 230px);
    max-width: calc(100% - 230px);
    padding-top: 66px;
    padding-right: 30px;
  }

  .column-2 .column-side {
    display: block;
    flex: 0 0 230px;
    max-width: 230px;
  }
}

@media screen and (min-width: 1201px) {
  .column-2 .column-main {
    padding-right: 80px;
  }
}

.grid-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}

.grid-area.contents .grid-item {
  color: #333;
  text-decoration: none;
  display: grid;
  background: #fff;
  padding: 10px;
}

.grid-area.contents .grid-item .btn {
  min-width: 200px;
}

@media screen and (min-width: 992px) {
  .grid-area {
    gap: 30px;
  }

  .grid-area.separate-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-area.separate-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-area.contents .grid-item {
    padding: 20px;
  }

  .grid-area .grid-item {
    color: #333;
  }

  .grid-area.span-3 .grid-item {
    grid-row: span 3;
  }

  .grid-area.span-4 .grid-item {
    grid-row: span 4;
  }

  .grid-area.subgrid .grid-item {
    grid-template-rows: subgrid;
    gap: 0;
  }
}

.map iframe {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .table-outbox {
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    overflow-x: scroll;
    position: relative;
  }

  .table-outbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .table-outbox::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .table-outbox .table-inbox {
    min-width: 900px;
    padding-right: 20px;
  }
}

.modal-dialog {
  display: grid;
  place-content: center;
  max-width: inherit;
  height: 100%;
  margin: 0;
}

.table {
  background-color: #fff;
  border: 1px solid #ccc;
}

.table.mb0 {
  margin-bottom: 0;
}

.table thead th {
  color: #fff;
  background: #26aec0;
  vertical-align: middle;
  text-align: center;
}

.table tbody th {
  color: #26aec0;
  background: #d5edf1;
}

.table th {
  font-weight: 500;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.table td,
.table th {
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table td,
  .table th {
    display: table-cell;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }

  .table td,
  .table th {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 992px) {
  .table td,
  .table th {
    padding: 15px 10px;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-dl dl {
  display: table;
  max-width: 100%;
}

.table-dl dl dt {
  display: table-cell;
  vertical-align: top;
}

.table-dl dl dd {
  display: table-cell;
  vertical-align: middle;
}

.table-base dl {
  text-align: left;
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table-base.v-middle-dt dl dt {
  vertical-align: middle;
}

.table-base dl dt,
.table-base dl dd {
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 5px 15px;
}

.table-base dl dt h1,
.table-base dl dt h2,
.table-base dl dt h3,
.table-base dl dt h4,
.table-base dl dt h5,
.table-base dl dt h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.table-base dl dt {
  font-weight: 500;
  color: #0098ac;
  background-color: #d5edf1;
}

.table-base dl dd {
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .table-base dl dt {
    width: 160px;
  }

  .table-base dl dd {
    display: table-cell;
  }

  .table-base > dl:first-child > dt,
  .table-base > dl:first-child > dd {
    border-top: 1px solid #ccc;
  }

  .table-base dl dt,
  .table-base dl dd {
    display: table-cell;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
}

.alert-area {
  margin-bottom: 20px;
}

.alert-area:last-child {
  margin-bottom: 0;
}

.alert-area .alert {
  color: #333;
  font-weight: 500;
  padding: 15px;
  border-radius: 0;
}

.alert-area .alert-info {
  background: #d5edf1;
  border-color: #39aec0;
}

.alert-area .alert-warning {
  background: #fbf5ec;
  border-color: transparent;
}

.alert-area .alert:last-child,
.alert-area .alert p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .alert-area .alert {
    padding: 23px 30px;
  }
}

.contact-cont {
  background: #e66265;
  padding: 25px;
  border-radius: 3px;
}

.contact-cont .ttl-area {
  display: block;
  background: #fff;
  padding: 6px 24px;
  margin-bottom: 22px;
  border-radius: 60px;
  position: relative;
}

.contact-cont .ttl-area::after {
  content: "";
  background: #fff;
  height: calc(tan(60deg) * 15px / 2);
  width: 20px;
  margin-left: -10px;
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  position: absolute;
  bottom: -12px;
  left: 50%;
}

.contact-cont .ttl-area p {
  font-size: 16px;
  line-height: 21.6px;
  color: #e66265;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.contact-cont .contact {
  display: block;
  margin: 0;
}

.contact-cont .contact .contact-item {
  display: block;
  margin-bottom: 15px;
}

.contact-cont .contact .contact-item:last-child {
  margin-bottom: 0;
}

.contact-cont .contact .contact-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border-radius: 3px;
}

.contact-area.interval .contact-cont .contact .contact-item .btn {
  height: 96px;
}

.contact-area.plans .contact-cont .contact .contact-item.tel .btn {
  height: 96px;
}

.contact-area.plans .contact-cont .contact .contact-item.mail .btn {
  height: 43px;
  margin-bottom: 10px;
}

.contact-area.plans .contact-cont .contact .contact-item.mail .btn:last-child {
  margin-bottom: 0;
}

.contact-cont .contact .contact-item.tel .btn {
  color: #fff;
  background: #e13735;
  border: 1px solid #fff;
}

.contact-cont .contact .contact-item.tel .btn span {
  display: block;
}

.contact-cont .contact .contact-item.tel .btn .icon {
  flex: 0 0 60px;
  max-width: 60px;
}

.contact-cont .contact .contact-item.tel .btn .text {
  text-align: left;
  padding-left: 14px;
}

.contact-cont .contact .contact-item.tel .btn .text .head {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
}

.contact-cont .contact .contact-item.tel .btn .text .body {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.contact-cont .contact .contact-item.mail .btn {
  font-size: 18px;
  line-height: 21px;
  color: #e13735;
  font-weight: 700;
  background: #fadad6;
  border: 1px solid #fff;
}

.contact-cont .contact .contact-item.mail .btn .icon {
  flex: 0 0 32px;
  max-width: 32px;
}

.contact-cont .contact .contact-item.mail .btn .icon svg {
  fill: #e66265;
  width: 32px;
  height: 26px;
}

.contact-cont .contact .contact-item.mail .btn .icon + .text {
  padding-left: 16px;
}

@media screen and (min-width: 992px) {
  .contact-cont {
    padding: 25px 30px;
  }

  .contact-cont .ttl-area p {
    font-size: 18px;
  }

  .contact-cont .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px;
  }

  .contact-cont .contact .contact-item {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }

  .contact-cont .contact .contact-item .btn {
    padding: 14px;
  }
}

.line-stamp {
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .line-stamp {
    padding-bottom: 80px;
  }
}

.column-side .navbar-nav.common > .nav-item > .nav-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #0098ac;
  background: #fff;
  padding: 18px 20px;
  border-bottom: 1px solid #39aec0;
}

.column-side .navbar-nav.common > .nav-item.current > .nav-link {
  color: #fff;
  background: #39aec0;
}

.column-side .navbar-nav.common > .nav-item:last-child > .nav-link {
  border-bottom: none;
}

.column-side .navbar-nav.common .nav-item .navbar-nav-in {
  background-image: url(../img/common/bg-base-03.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center top;
  padding: 20px 25px;
  border-bottom: 1px solid #39aec0;
}

.column-side .navbar-nav.common .navbar-nav-in > .nav-item {
  display: block;
}

.column-side .navbar-nav.common .navbar-nav-in > .nav-item > .nav-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #0098ac;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  position: relative;
}

.column-side .navbar-nav.common .navbar-nav-in > .nav-item > .nav-link::before {
  content: "";
  background: #0098ac;
  height: calc(tan(60deg) * 9px / 2);
  width: 6px;
  clip-path: polygon(0% 0%, 100% 50%, 0 100%);
  position: absolute;
  top: 9px;
  left: 0;
}

/* freedial */
.freedial-area {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #e13735;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #fadad6;
  padding: 25px;
  border: 1px solid #e13735;
  border-radius: 3px;
  overflow: hidden;
}

.freedial-area:hover {
  color: #e13735;
  text-decoration: none;
}

.freedial-area:hover p.caption {
  color: #e13735;
}

.freedial-area .title {
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  background: #e13735;
  display: block;
  padding: 8px 16px;
  margin-top: -25px;
  margin-right: -25px;
  margin-bottom: 8px;
  margin-left: -25px;
}

.freedial-area p:last-child {
  margin-bottom: 0;
}

.freedial-area .freedial-cont {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.freedial-area .freedial-cont .icon svg {
  fill: #e13735;
}

.freedial-area .freedial-cont .phone {
  font-size: 40px;
  line-height: 56px;
  font-weight: 900;
  color: #e13735;
  padding-left: 8px;
}

@media screen and (min-width: 992px) {
  .freedial-area {
    font-size: 18px;
  }

  .freedial-area .title {
    font-size: 16px;
    line-height: 19.2px;
  }

  .freedial-area .freedial-cont .phone {
    font-size: 48px;
    line-height: 64px;
  }
}

/* scroll contact */
#scroll-contact {
  display: block;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

#scroll-contact .container-fluid.inner {
  max-width: 1100px;
}

#scroll-contact .scroll-contact-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-contact .scroll-contact-cont .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  background: #e13735;
  height: 70px;
  margin: 0;
  position: relative;
}

#scroll-contact .scroll-contact-cont .title::after {
  content: "";
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #e13735;
  width: 32px;
  height: 70px;
  position: absolute;
  right: -32px;
}

#scroll-contact .scroll-contact-area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e66265;
  height: 70px;
  padding-left: 57px;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel {
  display: flex;
  align-items: center;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel .block-area {
  font-size: 31px;
  line-height: 37.2px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel .icon {
  flex: 0 0 20px;
  max-width: 20px;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel .icon svg {
  fill: #fff;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel .text {
  padding-left: 8px;
  margin-top: -4px;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.tel .caption {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 0;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.mail {
  padding-left: 24px;
}

#scroll-contact .scroll-contact-area .scroll-contact-item.mail .btn {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  color: #e13735;
  background: #fff;
  display: grid;
  place-content: center;
  min-width: 226px;
  height: 30px;
  padding: 5px;
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  #scroll-contact {
    background: linear-gradient(90deg, #e13735 50%, #e66265 50%);
  }
}

/* page_top */
#page_top {
  position: fixed;
  right: 15px;
  bottom: 85px;
  z-index: 5;
}

#page_top a {
  display: grid;
  place-content: center;
  background: #b8884d;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

@media screen and (min-width: 992px) {
  #page_top {
    right: 30px;
  }
}

/* footer */
footer {
  background: #fff;
  padding-bottom: 70px;
}

.footer-top-area {
  background: #39aec0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-area {
  background: #fff;
  padding-top: 10px;
  padding-right: 53px;
  padding-bottom: 25px;
}

.footer-top-head .footer-menu ul {
  list-style: none;
}

.footer-top-head .footer-menu .nav-item .menu .nav-item .nav-link {
  position: relative;
}

.footer-top-head .footer-menu.menu-01 ul .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 20px;
}

.footer-top-head .footer-menu.menu-02 {
  width: 100%;
  max-width: 310px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-head .footer-menu.menu-02 ul .nav-item .nav-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  position: relative;
}

.footer-top-head .footer-menu.menu-02 ul .nav-item .nav-link::before {
  content: "";
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 16px;
  left: 0;
}

.footer-top-foot .footer-top-foot-left {
  width: 100%;
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-foot .footer-top-foot-left-item {
  display: block;
  margin-bottom: 24px;
}

.footer-top-foot .footer-top-foot-left-item .before {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #0098ac;
  text-align: center;
  display: grid;
  place-content: center;
  background: #fff;
  height: 20px;
  border-radius: 2px;
}

.footer-top-foot .footer-top-foot-left-item .after {
  padding-top: 8px;
}

.footer-top-foot .footer-top-foot-left-item .btn-link {
  text-decoration: none;
  margin-right: 8px;
}

.footer-top-foot .btn-link,
.footer-top-foot p {
  font-size: 14px;
  line-height: 16.8px;
}

.footer-top-foot .footer-top-foot-right {
  display: block;
  padding-top: 25px;
  padding-bottom: 30px;
}

.footer-top-foot .footer-top-foot-right-item:last-child {
  padding-top: 15px;
}

.footer-top-foot .footer-top-foot-right .footer-top-foot-right-item .btn {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  background: #e66265;
  width: 200px;
  height: 40px;
  padding: 8px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

footer .footer-bottom p {
  margin-bottom: 0;
}

footer .footer-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

footer .footer-copy {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .footer-top-head .footer-menu.menu-01 {
    border-bottom: 1px solid #fff;
  }

  .footer-top-head .footer-menu.menu-01 ul.navbar-nav > li {
    border-top: 1px solid #fff;
  }

  .footer-top-head .footer-menu.menu-01 ul.navbar-nav > li .nav-link {
    position: relative;
  }

  .footer-top-head .footer-menu.menu-01 .footer-multi-collapse {
    padding-bottom: 8px;
    padding-left: 24px;
    margin-top: -4px;
  }

  .footer-top-head
    .footer-menu.menu-01
    .footer-multi-collapse
    .nav-item
    .nav-link {
    padding: 4px 16px;
    position: relative;
  }

  .footer-top-head
    .footer-menu.menu-01
    .footer-multi-collapse
    .nav-link::before {
    content: "";
    background: #fff;
    width: 6px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  footer [id^="footer-menu-"] > .nav-item > .nav-link .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer [id^="footer-menu-"] > .nav-item.parent > .nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 20px;
    height: 20px;
    right: 20px;
    border-radius: 20px;
  }

  footer [id^="footer-menu-"] > .nav-item.parent > .nav-link .icon::before,
  footer [id^="footer-menu-"] > .nav-item.parent > .nav-link .icon::after {
    content: "";
    background: #0098ac;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 1;
    transition: 0.5s ease all;
  }

  footer [id^="footer-menu-"] > .nav-item.parent > .nav-link .icon::before {
    width: 10px;
    height: 2px;
  }

  footer
    [id^="footer-menu-"]
    > .nav-item.parent
    > .nav-link[aria-expanded="false"]
    .icon::before {
    transform: rotate(0deg);
  }

  footer
    [id^="footer-menu-"]
    > .nav-item.parent
    > .nav-link[aria-expanded="true"]
    .icon::before {
    transform: rotate(180deg);
  }

  footer [id^="footer-menu-"] > .nav-item.parent > .nav-link .icon::after {
    width: 2px;
    height: 10px;
  }

  footer
    [id^="footer-menu-"]
    > .nav-item.parent
    > .nav-link[aria-expanded="false"]
    .icon::after {
    transform: rotate(0deg);
  }

  footer
    [id^="footer-menu-"]
    > .nav-item.parent
    > .nav-link[aria-expanded="true"]
    .icon::after {
    transform: rotate(270deg);
  }
}

@media screen and (min-width: 992px) {
  .footer-top-head {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 38px;
    border-bottom: 1px solid rgb(255 255 255 / 38%);
  }

  .footer-top-head .footer-menu ul .nav-item .menu .nav-item .nav-link {
    padding-left: 12px;
  }

  .footer-top-head .footer-menu .nav-item .menu .nav-item .nav-link::before {
    content: "";
    background: #fff;
    width: 4px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .footer-top-head .footer-menu.menu-01 {
    flex: 0 0 623px;
    max-width: 623px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .footer-top-head .footer-menu.menu-01 ul .nav-item .nav-link {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
  }

  .footer-top-head .footer-menu.menu-01 .nav-item.parent > .nav-link {
    font-weight: 700;
  }

  .footer-top-head .footer-menu.menu-02 {
    flex: 0 0 calc(100% - 623px);
    max-width: calc(100% - 623px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-top: 0;
  }

  .footer-top-head .footer-menu.menu-02 ul .nav-item .nav-link {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-top-head .footer-menu.menu-02 ul .nav-item .nav-link::before {
    top: 14px;
  }

  .footer-top-foot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 38px;
    flex-direction: row-reverse;
  }

  .footer-top-foot .footer-top-foot-left {
    max-width: inherit;
    margin: 0;
    padding-right: 24px;
    order: 1;
  }

  .footer-top-foot .footer-top-foot-right {
    order: 2;
  }

  .footer-top-foot .footer-top-foot-left-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-top-foot .footer-top-foot-left-item .before {
    flex: 0 0 105px;
    max-width: 105px;
  }

  .footer-top-foot .footer-top-foot-left-item .after {
    padding-top: 0;
    padding-left: 16px;
  }

  .footer-top-foot p {
    margin-bottom: 0;
  }

  .footer-top-foot .footer-top-foot-right {
    justify-content: flex-end;
    padding-top: 0;
  }

  .footer-top-foot-right .footer-top-foot-right-item:last-child {
    padding-top: 0;
    margin-left: 20px;
  }

  .footer-bottom-area {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer-top-foot .footer-top-foot-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 200px;
  }
}
