@charset "UTF-8";

/*~~~~~~~~~
common
~~~~~~~~~~~*/
p {
  margin-bottom: 15px;
  font-size: 16px;
}

span.br {
  display: block;
}

span.inline-br {
  display: inline-block;
}

.pc-hidden {
  display: none;
}

span.blue {
  color: #2d8d92;
}

span.pink {
  color: #F05078;
}

.Item {
  margin-top: 20px;
  /*なくてもOK*/
  width: 100%;
  /*お好みで*/
}

.Item-Box {
  overflow: hidden;
}

.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #FDF5D9;
}

.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #FDF5D9;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;
  /*画像比率指定*/
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 4px;
  background: #8EC31F;
  z-index: -1;
  -webkit-transition: all 1s ease-in-out .75s;
  transition: all 1s ease-in-out .75s;
}

.Text-Span.isActive:after {
  width: 100%;
}

/*~~~~~~~~~
nav
~~~~~~~~~~~*/
.globalMenuSp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*~~~~~~~~~
header tajima1
~~~~~~~~~~~*/
.header-block4 .globalMenuSp a {
  color: #614C3F;
}

.header-navigation-wrap .globalMenuSp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

.header-block4 .site-title {
  margin: 0;
  padding-left: 30px;
}

.header-wrap .row {
  max-width: 1350px;
  margin: 0 auto;
}

.header-block4 .globalMenuSp a:hover {
  color: #f39800;
}

.header-block4 .globalMenuSp a {
  font-weight: 600;
}

.sub-ttl {
  margin-bottom: 20px;
}

.sub-ttl::after,
.sub-ttl::before {
  content: '';
  display: inline-block;
  margin: 0 15px;
  width: 2px;
  height: 25px;
  background-color: #f39800;
  vertical-align: bottom;
}

.sub-ttl::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.sub-ttl::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.fv-catch-wrap {
  position: absolute;
  top: 20%;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fv-wrap-pic1 .fv-catch1,
.fv-wrap-pic1 .fv-catch2 {
  /* background-color: #67B26F; */
  color: #fff;
}

.fv-wrap-pic1 .pic-wrap {
  background-position: inherit;
}

.fv-table .fv-table-price p {
  margin-bottom: 0;
}

.fv-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fv-table-inner {
  background-color: #fff;
  padding: 3%;
  margin: 15px 7.5px 0;
  width: 50%;
  -webkit-box-shadow: rgba(33, 118, 20, 0.23) 0px 8px 24px;
  box-shadow: rgba(33, 118, 20, 0.23) 0px 8px 24px;
  border-radius: 5px;
}

.fv-table .Text-Span {
  display: block;
}

.fv-table .Text-Span::after {
  background-color: #f39800;
  bottom: 0px;
  height: 6px;
}

.fv-table .name {
  display: block;
  font-size: 16px;
}

.fv-table h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.fv-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fv-table dd {
  margin: 0;
}

.fv-table .fv-table-price p {
  font-weight: bold;
  text-align: center;
  font-size: 46px;
  background: -webkit-gradient(linear, left top, right bottom, from(#67B26F), to(#4CA2CD));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv-wrap-pic1 ul {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: inherit;
}

.fv-wrap-pic1 ul li {
  margin-left: 20px;
  background: #FDF5D9;
  color: #E60113;
  text-align: center;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: rgba(230, 1, 19, 0.23) 0px 8px 24px;

  box-shadow: rgba(230, 1, 19, 0.23) 0px 8px 24px;
}

.fv-wrap-pic1 ul li span {
  display: inline-block;
  letter-spacing: -2px;

}

.fv-wrap-pic1 ul li p {
  font-size: 22px;
  color: #E60113;
  font-weight: bold;
  margin-bottom: 0;
}

/*~~~~~~~~~
tajima1
~~~~~~~~~~~*/
.tajima1 {
  padding-top: 0;
}

.tajima1 .Item {
  margin-top: 0;
}

.tajima1::after {
  z-index: 2;
  bottom: -30px;
}

.tajima1 h2,
.reason h2 {
  padding-top: 80px;
  margin-bottom: 30px;
  color: #E60113;
  border-bottom: 3px dotted #ffd48b;
}

.tajima10 h2,
.tajima12 h2 {
  color: #E60113;
}

.tajima1 h2 .sub-ttl,
.reason h2 .sub-ttl,
.tajima10 h2 .sub-ttl,
.tajima12 h2 .sub-ttl {
  color: #8EC31F
}

.tajima1 h2 .sub-ttl::before,
.tajima1 h2 .sub-ttl::after,
.reason h2 .sub-ttl::before,
.reason h2 .sub-ttl::after {
  background-color: #ffd48b;
}

.tajima1-content {
  margin-top: -100px;
}

.tajima1-content-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 5%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tajima1-content-flex .left,
.tajima1-content-flex .right {
  width: 50%;
}

.tajima1-content-flex .right {
  padding-left: 5%;
}

.tajima1-content-flex .right img:first-child {
  margin-bottom: 25px;
}

.tajima1-content-flex p {
  text-align: left;
  margin-bottom: 5px;
  ;
}

.tajima1 {
  background: none;
}

.tajima1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tajima1::before {
  content: none;
}

.tajima1 .Item-Box-ImgBox {
  padding-bottom: 100px;
}

.tajima1-content h3 {
  font-weight: 600;
  margin-bottom: 45px;
  text-align: left;
  line-height: 1.6;
}

.tajima1-content h4 span {
  font-size: 15px;
}

.tajima1-content h4 span .Text-Span {
  font-size: 24px;
}

.tajima1-content h4 span .Text-Span::after {
  background: #fff;
}

.tajima1-content li {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #DEF1DB;
  margin: 15px;
}

.tajima1-content li h4 {
  color: #67B26F;
}

.tajima1-content li h4 .strong {
  font-weight: 600;
  font-size: 24px;
}

h3 {
  margin-bottom: 30px;
}

.nayami ul {
  width: 65%;
  text-align: initial;
  margin: auto;
}

.nayami h3 {
  font-weight: 600;
}

.header-block4 .header-navigation-wrap {
  padding: 0;
}

.header-block4 .globalMenuSp a {
  padding: 0 15px;
}

/*~~~~~~~~~
kaiketu
~~~~~~~~~~~*/
.kaiketu .Text-Span::after {
  background: #ffc107;
  height: 6px;
}

.kaiketu .sub-ttl {
  color: #ffd48b;
}

.kaiketu .sub-ttl::after,
.kaiketu .sub-ttl::before {
  background-color: #ffd48b;
}

.kaiketu .btn-list .btn {
  margin: 15px;
  padding: 0;
  background: none;
  border-radius: 20px;
}

.kaiketu .btn-list .btn a {
  font-weight: 600;
  display: block;
  padding: 15px;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  background-color: #fff;
  border-radius: 15px;
}

.kaiketu .btn-list .btn a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px;
}

.kaiketu .btn-list .btn a:hover i {
  -webkit-transition: ease .4s;
  transition: ease .4s;
  color: #4CA2CD;
}

.kaiketu .btn-list .btn img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.kaiketu .btn-list .btn i {
  color: #614C3F;
  display: block;
  margin-left: 0;
}

.kaiketu h2 {
  line-height: 1.5;
}

/*~~~~~~~~~
tajima2
~~~~~~~~~~~*/
.tajima2::after {
  bottom: -30px;
}

.tajima2 h2 {
  margin-bottom: 60px;
}

.tajima2-img {
  position: relative;
}

.tajima2-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#67B26F), to(#4CA2CD));
  opacity: .25;
  display: block;
  top: 0;
  left: 0;
}

.tajima2 p.txt-center {
  font-weight: 600;
}

.tajima2 .itero-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.tajima2 .tajima02-bg .tajima02-txt h3 {
  color: #fff;
}

.tajim02-left .example1 {
  color: #2d8d92;
  text-shadow: 0px 1px 8px #fff;
}

.tajim02-right .example1 {
  color: #F05078;
  text-shadow: 0px 1px 8px rgba(255, 255, 255, .5);
}

.example1:before,
.example1:after {
  background-color: #fff;
}

.tajima2 .Text-Span:after {
  bottom: 0px;
  height: 6px;
  background: #8EC31F;
}

.tajima2 .tajima02-bg .tajima02-txt {
  background: none;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tajima2 .tajima02-txt-bg {
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  padding: 5%;
}

.tajima2-content {
  margin-top: 45px;
  margin-right: 0;
  margin-left: 0;
}

.itero-block h3 {
  text-align: center;
}

.tajima2 .itero-content {
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 5%;
}

.itero-block .sub-ttl {
  text-align: center;
}

.itero-point {
  margin-top: 45px;
}

/*~~~~~~~~~
tajima4
~~~~~~~~~~~*/
.tajima4 li {
  margin-bottom: 30px;
}

/*~~~~~~~~~
reason
~~~~~~~~~~~*/
section#reason {
  padding-top: 0;
}

section#reason h2 {
  border: none;
}

section#reason .Item-Box .Item-Box-ImgBox {
  padding-bottom: 100px;
}

.reason-content .container {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.reason-img {
  margin: 0;
}

.reason h3::before {
  font-size: 15rem;
}

.reason h3 {
  border-left: 2px solid;
  font-weight: 600;
}

.reason-block:nth-child(2) h3::before {
  content: "02";
}

.reason-block:nth-child(3) h3::before {
  content: "03";
}

.reason-block:nth-child(4) h3::before {
  content: "04";
}

.reason-block:nth-child(5) h3::before {
  content: "05";
}

.reason-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.reason-block.row {
  margin-left: 0;
  margin-right: 0;
}

/*~~~~~~~~~
tajima4
~~~~~~~~~~~*/
.tajima4 .tajima4-img6::before {
  background-image: url(../../img/dental/SVG/reason6.svg);
}

.tajima8 {
  position: relative;
  padding-top: 350px;
  background-color: rgba(255, 255, 255, 0.7);
  top: -350px;
  margin-bottom: -350px;
}

.tajima8 .tajima8-content h4 {
  border-left: 2px solid;
  font-weight: 600;
}

/*~~~~~~~~~
tajima2
~~~~~~~~~~~*/
.itero-block h3 {
  text-align: left;
}

.main-ttl {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*~~~~~~~~~
tajima4
~~~~~~~~~~~*/
.tajima4 figure::before {
  width: 60px;
  height: 67px;
  top: 3%;
}

/*~~~~~~~~~
doctor
~~~~~~~~~~~*/
.tajima8 .doctor-name {
  position: absolute;
  left: 10%;
  text-align: left;
  bottom: 5%;
}

.tajima8-content {
  margin-top: 45px;
}

.doctor__img {
  margin: 0;
}

.tajima8 th {
  padding: 20px 8px;
}

/*~~~~~~~~~
tajima10
~~~~~~~~~~~*/
.tajima10 .border-line::after {
  bottom: -50px;
  left: -50%;
  width: 100px;
}

.tajima10 {
  background: none;
  position: relative;
}

.tajima10::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: #FDF5D9;
  width: 100%;
  height: 125%;
  z-index: -1;
}

.tajima11 .container {
  background-color: #fff;
  padding: 5%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tajima11 th {
  width: 40%;
}

.cash li {
  border-width: 2px;
  border-left: none;
}

.cash li:first-child {
  border-left: 2px solid #67b26f;
}

.tajima11 th img {
  display: none;
}

.tajima12 dl:last-child {
  border-bottom: none;
}

section#garrery {
  overflow: hidden;
}

.full-screen-o.slider {
  max-width: 420px;
}

/*~~~~~~~~~
contact
~~~~~~~~~~~*/
.contact-block .txt-center:first-child {
  margin-bottom: 45px;
}

.tajima-contact .contact-block {
  border-radius: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tajima-contact .btn-block input {
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#67b26f), to(#4CA2CD));
  -webkit-transition: ease .4s;
  transition: ease .4s;
  padding: 20px;
  border-radius: 50px;
  font-weight: 600;
}

.tajima-contact .btn-block input:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#4CA2CD), to(#67b26f));
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.15);
  box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.15);
}

input#check-privacy-1 {
  margin-top: 30px;
  margin-bottom: 45px;
  width: auto;
}

.tajima11 th {
  width: 50%;
}

.tajima11 th small {
  margin-left: 0px;
}

.tajima11 th {
  font-weight: 600;
}

/*~~~~~~~~~
footer-info
~~~~~~~~~~~*/

.footer-info>h3 {
  color: #E60113;
}

.site-footer {
  background: #FDF5D9;
  padding-top: 80px;
}

.site-footer .container {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 5%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.site-footer .footer-info {
  padding-top: 0;
  padding-bottom: 0;
}

.site-info {
  background: #2f2f2f;
}

.site-info p,
.site-info a {
  color: #fff;
}

.ft-info1 .store-info-wrap {
  margin-bottom: 15px;
}

.ft-info1 .store-info-wrap p {
  margin-bottom: 0px;
}

.ft-info1 .footer-text-block {
  margin-bottom: 0;
}

.ft-info1 .section-title {
  margin-bottom: 30px;
}

.ft-info1 .footer-menu-wrap a:hover {
  color: #f39800;
}

.site-info a:hover {
  color: #000;
}

.site-info {
  padding: 15px 0;
}

.ft-info1 .footer-contact-block a {
  background: -webkit-gradient(linear, left top, right bottom, from(#67B26F), to(#4CA2CD));
  font-size: 20px;
  border: none;
  color: #fff;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  border-radius: 50px;
}

.ft-info1 .footer-contact-block a:hover {
  border: none;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  background: -webkit-gradient(linear, left top, right bottom, from(#4CA2CD), to(#67B26F));
  -webkit-box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}

.footer-info h3:first-child {
  text-align: center;
}

@media (max-width: 1200px) {
  .nayami ul {
    width: 70%;
  }
}

@media (max-width: 1000px) {
  .nayami ul {
    width: 100%;
  }

  .kaiketu h2 {
    white-space: nowrap;
  }

  .tajima2 img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .itero-img img {
    height: 280px;
  }

  .reason .reason-txt {
    padding: 5%;
  }

  .tajima10 .List-Item-Content-Description {
    margin-left: 90px;
  }
}

@media (max-width: 768px) {

  /*~~~~~~~~~
common
~~~~~~~~~~~*/
  span.sp-br {
    display: block;
  }

  h2 {
    font-size: 24px;
  }

  .Item {
    width: 100%;
  }

  .header-block4 .site-title {
    padding-left: 0;
  }

  .header-block4 .col-10 {
    padding-left: 0;
  }

  .sub-ttl::after,
  .sub-ttl::before {
    margin: 0 10px;
  }

  .title-sec h2 {
    font-size: 24px;
  }

  /*~~~~~~~~~
fv
~~~~~~~~~~~*/
  .scroll {
    width: 30%;
    height: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
  }

  .scroll a,
  .scroll .line {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .fv-wrap-pic1 ul li {
    width: 125px;
    height: 125px;
    font-size: 16px;
  }

  .fv-wrap-pic1 .pic-wrap {
    width: 100%;
    background-position: 33%;
  }

  .fv-wrap-pic1 .fv-catch-wrap {
    /* top: 0; */
    width: 100%;
    left: 50%;
    height: 100%;
  }

  /* .fv-wrap-pic1 .fv-catch1 {
    width: auto;
    margin-bottom: 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin-left: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 24px;
    margin-top: 8vh;
  } */

  /*
  .fv-wrap-pic1 .fv-catch2 {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 25%;
    height: auto;
    width: auto;
    margin-bottom: 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin-left: auto;
    display: inline-block;
    margin-top: 11vh;
  } */

  .fv-wrap-pic1 ul {
    margin-top: 5vh;
    /* display: block; */
    padding-left: 5%;
  }

  .fv-wrap-pic1 ul li {
    margin-bottom: 30px;
  }

  .fv-wrap-pic1 {
    height: 750px;
  }

  .fv-table h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fv-table-inner {
    margin: 45px 3.5px 0;
  }

  .fv-table .name {
    font-size: 14px;
    white-space: nowrap;
  }

  .scroll {
    display: none;
  }

  .fv-table .fv-table-price p {
    font-size: 26px;
  }

  .custom-logo-link {
    max-width: 190px;
  }

  .header-block4 .site-title {
    width: 100px;
  }

  .header-navigation-wrap .globalMenuSp {
    padding-right: 0;
  }

  /*~~~~~~~~~
tajima1
~~~~~~~~~~~*/
  .tajima1-content-flex {
    display: block;
  }

  .tajima1-content-flex .left,
  .tajima1-content-flex .right {
    width: 100%;
  }

  .tajima1-content ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tajima1-content ul h4 span {
    font-size: 13px;
  }

  .tajima1-content li {
    height: 150px;
    width: 150px;
    margin: 5px;
  }

  .tajima1-content.txt-center>p {
    text-align: left;
  }

  .tajima1::after {
    z-index: 2;
    bottom: -30px;
  }

  .nayami .inner h2 {
    margin-bottom: 30px;
  }

  .inner {
    padding: 0px 4%;
  }

  .nayami ul {
    width: 100%;
  }

  .nayami ul li {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .nayami {
    background-color: rgba(255, 255, 255, 0.75);
  }

  .nayami h3 {
    margin-bottom: 0;
  }

  .nayami::before {
    background-position: 65%;
  }

  .tajima2 h2::after {
    margin-top: 12px;
  }

  .tajima2-img img {
    height: 380px;
  }

  .tajima2 .tajima02-bg .tajima02-txt {
    min-height: auto;
  }

  .tajima2 figure::before {
    display: none;
  }

  .kaiketu .btn-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kaiketu .btn-list .btn {
    width: 100%;
  }

  .tajima2 .tajima02-bg .tajima02-txt {
    padding: 0;
  }

  .tajima2 .tajima2-content img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .itero-img img {
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-ttl {
    text-align: center;
  }

  .itero-block {
    padding: 0;
  }

  .itero-point h4 {
    font-size: 16px;
  }

  .reason .reason-block:nth-child(odd) {
    overflow: hidden;
  }

  .reason .reason-txt {
    padding: 90px 35px;
  }

  .reason h3::before {
    right: -5px;
  }

  .w-50 {
    width: 100% !important;
  }

  .cash .row {
    margin-left: 0;
    margin-right: 0;
  }

  .cash li figure {
    margin-bottom: 8px;
  }

  .tajima8-block h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .tajima8 table {
    font-size: 14px;
  }

  .tajima8 th {
    padding: 15px 0px;
  }

  .tajima10 .border-line::after {
    bottom: -90px;
    left: -110%;
    width: 160px;
  }

  .tajima10 .List-Item-Content-Number {
    margin-right: 0;
  }

  .tajima10 .List-Item-Content-Title {
    margin-top: 5px;
    margin-left: 5px;
  }

  .tajima11 th,
  .tajima11 td {
    padding: 15px;
  }

  .tajima11 .container {
    padding-top: 60px;
  }

  .tajima11-block {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .tajima12 dt img {
    display: none;
  }

  .tajima12 dd {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  input#check-privacy-1 {
    margin: 0;
  }

  input#check-privacy-1 {
    width: auto;
  }

  .tajima2-content,
  .reason .reason-block {
    margin: 0;
  }

  section#garrery {
    overflow: hidden;
  }

  .tajima-contact input {
    width: 100%;
  }

  .footer-schedule-wrap.footer-text-block {
    margin-top: 30px;
  }

  .footer-schedule-wrap.footer-text-block h3 {
    margin-bottom: 15px;
  }

  .ft-info1 th {
    font-size: 14px;
  }

  .site-footer .container {
    padding: 4%;
    padding-top: 60px;
  }

  /* ハンバーガーボタン */
  .hamburger {
    display: block;
    position: relative;
    z-index: 3;
    right: 0;
    top: 0px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-left: auto;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-child(3) {
    opacity: 0;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    background-color: #FDF5D9;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #614C3F;
    padding: 1em 0;
    text-decoration: none;
  }

  .header-block4 {
    height: 70px;
  }

  .header-block4 nav.globalMenuSp {
    display: block !important;
    height: 100%;
  }

  .header-block4 nav.globalMenuSp ul {
    display: block;
  }

  .header-block4 nav.globalMenuSp li {
    border: none;
  }

  .header-block4 nav.globalMenuSp a {
    display: block;
    padding: 20px;
    font-size: 16px;
    border-bottom: 0;
  }

  .header-block4 .globalMenuSp a {
    color: #614C3F;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .header-block4 nav.globalMenuSp .custom-logo-link {
    width: 25%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
  }

  .header-block4 nav.globalMenuSp .custom-logo-link img {
    width: 100%;
  }

  .sp-menu-wrapper {
    width: 100%;
    height: 50vh;
    padding-top: 50px;
  }

  .sp-menu-wrapper p {
    margin-top: 30px;
  }

  nav.globalMenuSp.active .footer-tel-wrap {
    background: #30A8E1;
    font-size: 20px;
    border: none;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    border-radius: 50px;
  }

  nav.globalMenuSp.active .footer-tel-wrap a {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding: 8px;
  }

  .pc-hidden {
    display: block;
  }

  .ft-info1 .section-title {
    color: #E60113;
  }
}

@media (max-width: 1000px) {
  .header-block4 .globalMenuSp a {
    font-size: 14px;
    padding: 0 5px;
  }
  
    .fv-wrap-pic1 ul {
    margin-left: -2px;
  }

  .fv-wrap-pic1 ul li {
    width: 115px;
    height: 115px;
    font-size: 9px;
    margin-left: 2px;
  }
  
  
  .cv-area-block .block-content p,
  .fv-wrap-pic1 ul li p {
    font-size: 18px;
  }

  .tajima10 .List-Item-Content-Description {
    margin-left: 0;
  }
  
  span.inline-br {
  margin-left: 0;
}

}

@media (max-width: 767px) {
  .cash li:first-child {
    border-top: 2px solid #67b26f;
  }

  .cash li {
    border-left: 2px solid #67b26f;
    border-top: none;
  }



}

/*# sourceMappingURL=style.css.map */
