@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #646464
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none
}

a:focus,
a:hover {
  text-decoration: none
}

i,
span,
a {
  display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: quattrocento, serif;*/
  font-weight: 700;
  color: #121619;
  margin: 0
}

h1 {
  font-size: 60px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #333;
    margin: 0;
}

@media(max-width:767px) {
  p {
    font-size: 16px
  }
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #eb3656;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background: -o-linear-gradient(135deg, #EF7B4E, #EB3656);
  background: linear-gradient(-45deg, #EF7B4E, #EB3656);
  -webkit-box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
  -moz-box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
  box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
  font-family: barlow, sans-serif;
  text-transform: uppercase
}

.main-btn i {
  margin-right: 5px
}

.main-btn:hover {
  background-color: #fff;
  color: #eb3656;
  border-color: #eb3656
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #eb3656;
  border-color: #eb3656
}

.main-btn.main-btn-2:hover {
  background-color: #eb3656;
  border-color: #eb3656;
  color: #fff
}

.section-title .sub-title {
  font-size: 18px;
  color: #eb3656
}

@media(max-width:767px) {
  .section-title .sub-title {
    font-size: 16px
  }
}

.section-title .title {
  font-size: 35px;
  text-transform: uppercase
}

@media(max-width:767px) {
  .section-title .title {
    font-size: 24px
  }
}

.animation-one {
  -webkit-animation: rotate 15s linear infinite;
  -moz-animation: rotate 15s linear infinite;
  -o-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999
}

.preloader .loader_34 {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.preloader .loader_34 .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%
}

.preloader .loader_34 .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #eb3656 #eb3656 #ededed;
  border-radius: 50%;
  border-width: 6px
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ededed;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ededed;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

.header-area {
  position: relative
}

.header-area .shape {
  position: absolute
}

.header-area .header-shape-one {
  top: 0;
  left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .header-shape-one {
    width: 230px
  }
}

@media(max-width:767px) {
  .header-area .header-shape-one {
    width: 180px
  }
}

.header-area .header-shape-tow {
  top: 25px;
  left: 31%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .header-shape-tow {
    left: 40%
  }
}

@media(max-width:767px) {
  .header-area .header-shape-tow {
    left: 60%;
    width: 60px
  }
}

.header-area .header-shape-three {
  left: 70px;
  bottom: 130px
}

@media(max-width:767px) {
  .header-area .header-shape-three {
    width: 90px;
    bottom: 200px
  }
}

.header-area .header-shape-fore {
  left: 48%;
  bottom: -90px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .header-shape-fore {
    width: 260px
  }
}

@media(max-width:767px) {
  .header-area .header-shape-fore {
    bottom: -60px;
    width: 210px
  }
}

.navigation-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.navigation-bar.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
  -moz-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
  box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .2);
  z-index: 99;
  padding: 15px 0
}

.navbar-btn .main-btn{
  line-height: 24px;
  color: yellow;
}

.navbar-btn .main-btn span{
  color: #fff;
}

/*
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media(max-width:767px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
*/

.navbar {
  padding: 0;
  position: relative
}

.navbar-brand{
  padding: 0
}

.navbar .navbar-brand img {
  max-width: 202px
}

.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #646464;
  margin: 5px 0
}


@media(max-width:767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
    z-index: 9;
    -webkit-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
    -moz-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
    box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3)
  }
}

.navbar .navbar-nav .nav-item {
  margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 25px
  }
}


@media(max-width:767px) {
  .navbar .navbar-nav .nav-item {
    margin: 5px 0
  }
}

.navbar .navbar-nav .nav-item a {
  color: #646464;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .navbar .navbar-nav .nav-item a {
    font-size: 13px
  }
}

.navbar .navbar-nav .nav-item.active a,
.navbar .navbar-nav .nav-item:hover a {
  color: #eb3656
}

/*
@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 0
  }
}
*/

.header-banner {
  height: 700px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-banner {
    height: 500px
  }
}

@media(max-width:767px) {
  .header-banner {
    height: 500px
  }
}

.header-banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%
}

.header-banner .banner-content {
  position: relative;
  z-index: 9
}

.header-banner .banner-content .sub-title {
  font-size: 24px;
  color: #eb3656;
  text-transform: uppercase
}

@media(max-width:767px) {
  .header-banner .banner-content .sub-title {
    font-size: 18px
  }
}

.header-banner .banner-content .banner-title {
  font-size: 60px
}

.header-banner .banner-content .banner-title span {
  color: #eb3656
}

@media(max-width:767px) {
  .header-banner .banner-content .banner-title {
    font-size: 38px
  }
}

.header-banner .banner-content .banner-contact {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  font-family: barlow, sans-serif;
  color: #eb3656;
  text-transform: uppercase;
  margin-left: 70px
}

.header-banner .banner-content .banner-contact::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #eb3656;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:767px) {
  .about-area {
    padding-top: 30px;
    padding-bottom: 80px
  }
}

.about-image {
  position: relative
}

.about-image::before {
  position: absolute;
  content: '';
  background-image: url(../images/about/dots.jpg);
  background-position: center center;
  background-size: 100%;
  width: 375px;
  height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

@media(max-width:767px) {
  .about-image::before {
    display: none
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about-image::before {
    display: block
  }
}

.about-image .single-image {
  width: 360px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-image .single-image {
    width: 280px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-image .single-image {
    width: 400px
  }
}

@media(max-width:767px) {
  .about-image .single-image {
    width: 100%
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about-image .single-image {
    width: 360px
  }
}

.about-image .single-image img {
  width: 100%
}

.about-image .single-image.image-tow {
  margin-top: -200px;
  position: relative;
  z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-image .single-image.image-tow {
    margin-top: -150px
  }
}

@media(max-width:767px) {
  .about-image .single-image.image-tow {
    margin-top: 30px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about-image .single-image.image-tow {
    margin-top: -200px
  }
}

.about-image .about-btn {
  position: relative;
  margin-left: 80px;
  margin-top: -40px;
  display: inline-block;
  z-index: 9
}

@media(max-width:767px) {
  .about-image .about-btn {
    margin: 0 auto;
    display: block;
    text-align: center
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about-image .about-btn {
    margin-left: 80px;
    display: inline-block;
    text-align: left;
    margin-top: -50px
  }
}

.about-image .about-btn .main-btn {
  line-height: 58px;
  padding: 0 40px;
  border: 8px solid #fff;
  font-weight: 700;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.about-image .about-btn .main-btn span {
  font-size: 35px
}

@media(max-width:767px) {
  .about-image .about-btn .main-btn span {
    font-size: 28px
  }
}

.about-image .about-btn .main-btn:hover {
  border-color: #eb3656
}

@media(max-width:767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px
  }
}

.about-content .about-welcome {
  font-size: 24px;
  color: #eb3656;
  text-transform: uppercase
}

@media(max-width:767px) {
  .about-content .about-welcome {
    font-size: 18px
  }
}

.about-content .about-title {
  font-size: 35px;
  text-transform: uppercase
}

@media(max-width:767px) {
  .about-content .about-title {
    font-size: 26px
  }
}

@media(max-width:767px) {
  .services-area {
    padding-top: 75px;
    padding-bottom: 80px
  }
}

.single-services {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .single-services {
    padding: 30px 10px
  }
}

@media(max-width:767px) {
  .single-services {
    padding: 30px 10px
  }
}

.single-services .services-icon i {
  font-size: 52px;
  color: #eb3656;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-services .services-content .services-title {
  font-size: 22px;
  font-weight: 600;
  font-family: barlow, sans-serif;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-services:hover {
  background-color: #eb3656
}

.single-services:hover .services-icon i {
  color: #fff
}

.single-services:hover .services-content .services-title,
.single-services:hover .services-content p {
  color: #fff
}

@media(max-width:767px) {
  .project-area {
    padding-top: 75px;
    padding-bottom: 80px
  }
}

.single-project {
  position: relative
}

.single-project .project-image {
  position: relative
}

.single-project .project-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 60%;
  bottom: 0;
  background: #fff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-project .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 5px 20px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  opacity: 0
}

.single-project .project-content .project-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #fff;
  padding-left: 30px
}

.single-project .project-content .project-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 5px;
}

.single-project .project-image::before {
  opacity: 1
}

.single-project .project-content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%)
}

.project-active .slick-dots {
  text-align: center;
  margin-top: 50px
}

.project-active .slick-dots li {
  display: inline-block;
  margin: 0 7px
}

.project-active .slick-dots li button {
  width: 25px;
  height: 15px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(235, 54, 86, .7);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  font-size: 0;
  cursor: pointer
}

.project-active .slick-dots li.slick-active button {
  width: 35px;
  background-color: #eb3656
}

@media(max-width:767px) {
  .team-area {
    padding-top: 75px;
    padding-bottom: 80px
  }
}

.single-team .team-image img {
  width: 100%
}

.single-team .team-content {
  width: 80%;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .single-team .team-content {
    padding: 30px 0
  }
}

.single-team .team-content .team-name a {
  font-size: 18px;
  font-weight: 600;
  color: #121619;
  font-family: hind, sans-serif;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-team .team-content .team-name a:hover {
  color: #eb3656
}

.single-team .team-content .sub-title {
  font-size: 14px;
  color: #646464
}

.single-team .team-content .social {
  margin-top: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-team .team-content .social li {
  display: inline-block;
  margin: 0 7px
}

.single-team .team-content .social li a {
  font-size: 16px;
  color: #646464;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #ededed;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.single-team .team-content .social li a:hover {
  background-color: #eb3656;
  color: #fff
}

.single-team:hover .team-content {
  background-color: #fff;
  margin-top: -60px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34);
  -moz-box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34);
  box-shadow: 0 6px 16px 0 rgba(235, 54, 86, .34)
}

.single-team:hover .team-content .social {
  margin-top: 25px;
  opacity: 1;
  visibility: visible
}

.testimonial-area {
  position: relative
}

@media(max-width:767px) {
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.testimonial-area .shape {
  position: absolute
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
  .testimonial-area .shape img {
    width: 325px
  }
}

.testimonial-area .shape-one {
  top: 25px;
  left: 50px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
  .testimonial-area .shape-one {
    left: 20px
  }
}

.testimonial-area .shape-tow {
  left: 150px;
  bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
  .testimonial-area .shape-tow {
    left: 70px
  }
}

.testimonial-area .shape-three {
  right: 85px;
  bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
  .testimonial-area .shape-three {
    right: 35px
  }
}

.testimonial-bg {
  position: relative;
  z-index: 9
}

.testimonial-active {
  background-color: #eb3656;
  padding: 60px 30px
}

@media(max-width:767px) {
  .testimonial-active {
    padding: 30px 15px
  }
}

.single-testimonial .testimonial-image {
  position: relative;
  display: inline-block
}

.single-testimonial .testimonial-image img {
  border-radius: 50%
}

.single-testimonial .testimonial-image .quota {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block
}

.single-testimonial .testimonial-image .quota i {
  font-size: 18px;
  color: #eb3656;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #eb3656;
  border-radius: 50%
}

.single-testimonial .testimonial-content p {
  font-size: 18px;
  color: #fff;
  font-family: hind, sans-serif
}

.single-testimonial .testimonial-content .testimonial-name {
  font-family: barlow, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600
}

.single-testimonial .testimonial-content .sub-title {
  font-family: hind, sans-serif;
  font-size: 14px;
  color: #fff
}

.testimonial-active .slick-dots {
  text-align: center;
  margin-top: 10px
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 5px
}

.testimonial-active .slick-dots li button {
  width: 18px;
  height: 15px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(255, 255, 255, .5);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  font-size: 0;
  cursor: pointer
}

.testimonial-active .slick-dots li.slick-active button {
  background-color: #fff;
  width: 25px
}

@media(max-width:767px) {
  .contact-area {
    padding-top: 75px;
    padding-bottom: 80px
  }
}

.form-group {
  margin: 0
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px
}

p.form-message.error {
  color: red
}

.contact-form .single-form {
  margin-top: 30px
}

.contact-form .single-form textarea,
.contact-form .single-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 30px;
  background-color: #fff;
  font-family: hind, sans-serif;
  font-size: 16px
}

.contact-form .single-form textarea {
  height: 160px;
  padding-top: 20px;
  resize: none
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
  opacity: 1;
  color: #999
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: red
}

.map-area {
  position: relative;
  height: 600px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-area {
    height: 450px
  }
}

@media(max-width:767px) {
  .map-area {
    height: 450px
  }
}

.mapouter {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .mapouter {
    width: 100%
  }
}

@media(max-width:767px) {
  .mapouter {
    width: 100%
  }
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 600px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .mapouter .gmap_canvas iframe {
    height: 450px
  }
}

@media(max-width:767px) {
  .mapouter .gmap_canvas iframe {
    height: 450px
  }
}

.map-bg {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 65px 50px;
}

@media(max-width:767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 80px
  }
}

/*
.footer-logo a img {
  width: 140px
}
*/

.footer-logo p,
.footer-logo a {
    /* line-height: 26px; */
    /* font-size: 16px; */
    color: #fff;
}
.footer-logo .footer-info li {
  margin-top: 20px
}

.footer-logo .footer-info li .single-info {
  position: relative
}

.footer-logo .footer-info li .single-info .info-icon {
  position: absolute;
  top: 3px;
  left: 0
}

.footer-logo .footer-info li .single-info .info-icon i {
  font-size: 18px;
  color: .footer-logo .footer-info li .single-info .info-icon i theme-color
}

.footer-logo .footer-info li .single-info .info-content {
  padding-left: 30px
}

.footer-logo .footer-social li {
  display: inline-block;
  margin-left: 15px
}

.footer-logo .footer-social li:first-child {
  margin-left: 0
}

.footer-logo .footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff5f1;
  color: #646464;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
  -moz-box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
  box-shadow: 0 5px 21px 0 rgba(254, 119, 101, .4);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.footer-logo .footer-social li a:hover {
  background-color: #eb3656;
  color: #fff
}

.f-title .title {
  font-size: 22px;
  font-family: barlow, sans-serif;
  font-weight: 600
}

.footer-link ul li {
  padding-top: 5px
}

.footer-link ul li a {
  font-size: 16px;
  color: #646464;
  font-family: hind, sans-serif;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.footer-link ul li a:hover {
  color: #eb3656
}

.footer-newsleter p {
  line-height: 26px;
  font-size: 16px
}

.footer-newsleter .newsleter {
  position: relative
}

.footer-newsleter .newsleter input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #eb3656;
  background-color: #ffeae1
}

.footer-newsleter .newsleter button {
  border: 0;
  width: 66px;
  text-align: center;
  padding: 0;
  height: 50px;
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #eb3656;
  font-size: 20px;
  line-height: 57px;
  cursor: pointer
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-newsleter .newsleter button {
    width: 45px
  }
}

.footer-newsleter .newsleter button::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  background-color: #eb3656;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.copyright-area {
  border-top: 1px solid #eceff8;
  padding: 13px 0
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
  -moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
  box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  color: #fff;
  background-color: #eb3656
}

.back-to-top:hover {
  color: #eb3656;
  background-color: #fff
}

.main-title {
    position: relative;
}
.main-img-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.main-title h1 {
    line-height: 1;
    font-size: 37px;
    display: inline-block;
}

.main-title h1 span {
    background: #ffffffbd;
    color: #EB3656;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.main-right {
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(
-45deg
, #EE6F4F, #EB3656);
    text-align: center;
    padding: 25px 40px;
    min-width: 340px;
}
.main-right-inner {
    background: #fff;
    padding: 20px 30px 5px;
    line-height: 1.2;
    color: #EB3656;
      min-width: 260px;
}
.main-right-inner span {
    font-size: 67px;
    font-weight: 900;
  position: relative;
}
.main-right-inner span:after {
    content: "部屋";
    position: absolute;
    bottom: 9px;
    right: -45px;
    font-size: 20px;
}
.main-right-inner p {
    font-size: 16px;
    color: #EB3656;
}
.main-right-inner p:before{
  content: "[ ";
}
.main-right-inner p:after{
  content: " ]";
}
.main-right-inner h2 {
    font-size: 20px;
    color: #EB3656;
    font-weight: 800;
}
.main-right h3 {
    color: #EFFF00;
    position: relative;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.main-right h3:before,
.main-right h3:after{
    content: "";
    position: absolute;
    background: #EFFF00;
    height: 2px;
    width: 13px;
    left: 0;
    top: 22px;
}
.d-lg-none.main-right h3:before,
.d-lg-none.main-right h3:after {
    width: 15vw;
}
.main-right h3:after {
  left: auto;
  right: 0;
}
.main-right-link{
  display: flex;
  justify-content: space-between;
}
a.outerlink {
    color: #FFF;
    display: block;
    text-align: center;
    border: 1px solid;
    padding: 5px;
}
a.outerlink img {
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.d-lg-none a.outerlink {
    width: 48%;
}
.be-active {
    position: relative;
    margin-top: -142px;
    left: 15px;
    width: 900px;
    height: 126px;
}
.gradient-ttl {
    color: #EB3656;
    background: -o-linear-gradient(135deg, #fff97f, #EB3656);
    background: linear-gradient(-45deg, #fff97f, #EB3656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 48px;
  margin-bottom: 20px;
}
.gradient-dl dt {
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(-45deg, #EE6F4F, #EB3656);
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #fff;
}
.gradient-ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.5em;
}
.gradient-ol li {
    position: relative;
    padding-left: 70px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 75px;
    margin-bottom: 30px;
}

.gradient-ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: #EB3656;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 86px;
    left: 0;
    width: 56px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(-45deg, #EE6F4F, #EB3656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-ol li:after {
    content: "";
    position: absolute;
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(-45deg, #EE6F4F, #EB3656);
    height: 3px;
    width: calc(100% - 95px);
    left: 75px;
    bottom: 0;
}

.back-pink {
    background: #fff5f7;
    padding: 1px 20px;
    margin-top: 20px;
    font-size: 18px;
}
.about-img-container {
    position: absolute;
    height: 500px;
    width: 48%;
    right: 0;
}

.about-img {
    position: absolute;
    right: 0;
    margin-top: 45px;
    background-repeat: no-repeat;
    background-position: center;
    height: 205px;
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.about-img:nth-child(1) {
    background-image: url(../images/about-1.jpg);
    top: 0;
}
.about-img:nth-child(2) {
    background-image: url(../images/about-2.jpg);
    top: 250px;
}
.about-img:nth-child(3) {
    background-image: url(../images/about-3.jpg);
    top: 500px;
}
.gray-bg {
    background: -o-linear-gradient(135deg, #fddde4, #FEF9FA);
    background: linear-gradient(-45deg, #fddde4, #FEF9FA);
}
.border-btn {
    color: #eb3656;
    text-align: center;
    border: 1px solid;
    padding: 5px 15px;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}
.border-btn:hover {
    color: #fff;
    background: #eb3656;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}
.single-services:hover span,
.single-services:hover .sub-title,
.single-services:hover .title{
  color: #fff;
}

.project-image img{
    width: 100%;
    max-width: none;
}

.p-small{
  font-size: 93%;
    line-height: 1.5;
}
.p-small span{
  color: #eb3656;
      font-weight: bold;
}
.p-small span > span{
  font-size: 150%;
}

.footer-area {
    background: #eb3656;
}

.main-title h1.subpage-ttl {
    right: 0;
    color: #fff;
    text-align: center;
    height: 140px;
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main-title h1.subpage-ttl span {
    font-size: 50%;
    padding: 5px 20px;
    color: #FFF;
    font-weight: 100;
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(-45deg, #EE6F4F, #EB3656);
}

h2.subpage-ttl {
    color: #EB3656;
    /* background: linear-gradient(-45deg, #fff97f, #EB3656); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

h2.subpage-ttl:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 90%;
    background: -o-linear-gradient(135deg, #fff97f, #EB3656);
    background: linear-gradient(-45deg, #fff97f, #EB3656);
    left: 0;
    bottom: 0;
}
h3.subpage-ttl {
    color: #EB3656;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 20px;
}
.madori {
    padding: 40px 30px 25px;
    border: 1px solid #AAA;
    margin-bottom: 30px;
    position: relative;
}
.madori span {
    position: absolute;
    left: -1px;
    top: -1px;
    background: #EB3656;
    color: #fff;
    padding: 3px 15px 5px;
    font-size: 92%;
}
.madori h3 {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.madori h3:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
}

.madori.a1 h3:after,
.price-table th.a1{
    background: #DFF2FC;
}

.madori.a2 h3:after,
.price-table th.a2 {
    background: #FADCE9;
}

.madori.b h3:after,
.price-table th.b {
    background: #DDD1E7;
}

.madori.c1 h3:after,
.price-table th.c1 {
    background: #AFC0E3;
}

.madori.c2 h3:after,
.price-table th.c2 {
    background: #D6E9C4;
}

.madori.d h3:after,
.price-table th.d {
    background: #B4D898;
}

.madori a {
    display: block;
}
.madori img {
    height: 256px;
    margin-top: 20px;
}
.madori table {
    text-align: left;
    margin-top: 20px;
}
.madori table td {
    padding: 3px 10px;
}

.price {
    border: 1px solid #EB3656;
    padding: 30px;
}
.price+img {
    margin: 15px;
}
.price dt {
    text-align: center;
    color: #EB3656;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.table thead th,
.table td, .table th{
    vertical-align: middle;
}
.price-table {
    white-space: nowrap;
    text-align: right;
}

.price-table th{
    text-align: center;
}

.price-area strong {
    color: #EB3656;
    font-size: 32px;
    letter-spacing: 1px;
}
.price-area strong span {
    font-size: 65%;
}

.price-area .gradient-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.price-area .gradient-dl dd {
    margin-left: 40px;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  opacity: 1
}

.news-border {
    border: 1px solid #EB3656;
    padding: 20px 10px;
}

.news-border h2 {
    background: #fff;
    position: relative;
    top: -45px;
    padding: 0 30px;
}

.news-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 10px;
}
.news-flex li {
    width: 25%;
    margin: 0 10px;
    position: relative;
}
.news-flex a {
    color: #000;
    text-decoration: none;
}
.news-flex a:hover {
    text-decoration: underline;
}
.news-flex span {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 132px;
    background: #EB3656;
    width: fit-content;
    padding: 2px 10px;
    font-size: 80%;
    display: inline-block;
    color: #fff;
    position: relative;
    top: -15px;
    display: block;
}

.news-flex time {
    margin-top: -10px;
    display: block;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 5px;
      font-weight: 100;
}

.news-flex h3 {
    margin: 5px 0;
    font-weight: normal;
    font-size: 18px;
}
.news-flex img {
    width: 100%
}

.entry-page{
    padding: 50px;
}

.fix-contact {
    position: fixed;
    width: 100vw;
    padding: 20px;
    bottom: 0;
    text-align: center;
    background: -o-linear-gradient(135deg, #EE6F4F, #EB3656);
    background: linear-gradient(-45deg, #EE6F4F, #EB3656);
    z-index: 9999;
}
.acms-entry h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.acms-entry h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.acms-entry p{
    margin-bottom: 20px;
}

@media(max-width:991px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
    -moz-box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
    box-shadow: 0 5px 25px 0 rgba(244, 128, 74, .3);
}
  .navigation-bar .navbar-btn {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
  .navbar .navbar-nav .nav-item a {
    display: block;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid;
    font-size: 110%;
    letter-spacing: 2px;
}
  .navbar .navbar-nav .nav-item {
    margin-right: 0;
}
  
.be-active {
    display: none
}
  .about-area {
    padding-bottom: 0;
}
  .about-img-container {
    position: relative;
    height: 450px;
    width: 100%;
    right: 0;
}
  .about-img {
    position: static;
    height: 150px;
        margin-top: 0;
}
  .main-title h1.subpage-ttl {
    top: 4vw;
    font-size: 4vw;
    height: auto;
}
  h2.subpage-ttl {
    font-size: 32px;
}
  h3 {
    font-size: 24px;
}
  .price-area strong {
    font-size: 30px;
}
  .service-area {
    padding: 0;
}
  iframe#kihon {
    height: 320px;
}
  iframe#seikatsu {
    height: 400px;
}
  .news-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        height: 360px;
    overflow-y: auto;
}
  .news-flex li {
        width: 94%;
    margin: 3%;
    position: relative;
    font-size: 90%;
}
  .news-border h2 {
    top: -38px;
    font-size: 24px;
}
  .news-border {
    margin-top: 60px;
}
}

@media(max-width:650px) {
  .main-title h1 {
    font-size: 30px;
}
  .main-title h1 span {
    padding: 10px 20px;
    margin-bottom: 5px;
}
    .main-right-inner {
    font-size: 30px;
      padding: 10px 0;
}
}
@media(max-width:575px) {
  .price-area .gradient-dl{
    display: block;
  }
.price-area .gradient-dl dd {
    margin-left: 0;
}
}
@media(max-width:450px) {
  .main-title h1 span {
    padding: 5px 20px;
    
}
  .main-title h1 {
       font-size: 21px;
}
}
@media (max-height: 600px){
.navbar .navbar-nav .nav-item {
    margin: 0;
}
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .gradient-ttl, .gradient-ol li:before {
    background: none;
}
  *::-ms-backdrop,   .main-title h1 span {
    background: #ffffff;
}
}


/* ------------------------------
　　お問い合わせ
------------------------------ */
.contactBox p.message {
  margin: 0 0 35px 0;
  padding: 0 10px;
  font-weight: bold;
  color: #c41134;
}
.contactBox p.contactNo {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.contactBox p.contactNo a {
  color: inherit;
}
.contactBox p.errorText {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}
.contactBox table.contactForm {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  width: 100%;
  margin: 15px 0;
}

.contactBox th,
.contactBox td {
  padding: 5px;
}

.contactBox table.contactForm tr {
  background: #f5f4f4;
}
@media screen and (min-width: 480px) {
  .contactBox th,
  .contactBox td {
    display: table-cell;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contactBox th {
    width: 260px;
  }
}
/* ステップ */
.contactBox .mailStep {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  background: #e5e5e5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contactBox .mailStepItem {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.contactBox .mailStepItem:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contactBox .mailStepItemCurrent {
  color: #333;
  border-bottom: 4px solid #333333;
}
@media screen and (min-width: 768px) {
  .contactBox .mailStep {
    height: 60px;
  }
}
/* 送信ボタン */
.formBtnBox {
  margin: 0 10px 50px 10px;
  text-align: center;
}
.formBtn {
  display: inline-block;
}

  .formBtncheck {
    float: none;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
  }

  .formBtnReturn {
    float: none;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .formBtnSend {
    float: none;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
  }

/* デスクトップ：最大360pxボタン 色付き */
.btnAttentionBlockLarge {
  width: 100%;
  background: #EB3656;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btnAttentionBlockLarge-back {
  width: 80%;
  background: #722049;
}

.btnAttentionBlockLarge:hover,
.btnAttentionBlockLarge:visited {
  color: #FFF;
  text-decoration: none;
}
.btnAttentionBlockLarge:focus,
.btnAttentionBlockLarge:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btnAttentionBlockLarge:hover {
    background: #EB3656;
}
/*
.btnAttentionBlockLarge:active,
.btnAttentionBlockLarge:focus {
  background: #eda800;
}
*/
@media (min-width: 768px) {
  .btnBlockLarge {
    max-width: 360px;
  }
  .btnAttentionBlockLarge {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .btnSearchBlock {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px;
  }
}
  
/* ラベル */
.labelRequired {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  background: #EB3656;
}
@media screen and (min-width: 768px) {
  .labelRequired {
    float: right;
  }
}