@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600&display=swap");
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/*--------------------------
 変数
----------------------------*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
body img {
  width: 100%;
  height: auto;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
    filter: brightness(110%);
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (max-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/*--------------------------
 ヘッダー
----------------------------*/
header {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px 50px;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 767px) {
  header {
    padding: 0px 0px 10px 5px;
  }
}
header h1 {
  font-size: 36px;
  color: #124074;
  font-weight: 700;
  margin: 10px auto 0px 0px;
}
@media (max-width: 767px) {
  header h1 {
    font-size: 24px;
  }
}
header h1 img {
  width: 250px;
  height: auto;
}
header .telBox {
  background: #000;
  padding: 20px 35px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  header .telBox {
    display: none;
  }
}
header .telBox::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/icon_tel.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
header .telBox__inner {
  text-align: center;
}
header .telBox__telNo {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}
header .telBox__note {
  display: block;
  font-size: 14px;
  line-height: 1;
}

/* スマホ用電話番号 */
.telBox_sp {
  display: none;
}
@media (max-width: 767px) {
  .telBox_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #666;
    padding: 15px 5px;
    color: #fff;
    z-index: 1000;
  }
  .telBox_sp::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
  }
  .telBox_sp__inner {
    text-align: center;
  }
  .telBox_sp__telNo {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
  }
  .telBox_sp__telNo a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .telBox_sp__note {
    display: block;
    font-size: 14px;
    line-height: 1;
  }
}

/*--------------------------
 メイン
----------------------------*/
main {
  padding-top: 100px;
}
@media (max-width: 767px) {
  main {
    padding-top: 90px;
    width: 100%;
  }
}

.headCatch {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .headCatch {
    font-size: 18px;
  }
}

/*--------------------------
 メインビジュアル
----------------------------*/
.mv {
  width: 90%;
  background: url(../img/top/mv.jpg) no-repeat center center;
  background-size: cover;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.45;
  height: 700px;
  border-radius: 5px;
  position: relative;
  margin: 0px auto 100px auto !important;
}
@media (max-width: 767px) {
  .mv {
    width: 95%;
    background: url(../img/top/mv.jpg) no-repeat left 25% center;
    background-size: cover;
    height: 420px;
    font-size: 28px;
    text-shadow: 0px 0px 10px rgb(221, 215, 206), 0px 0px 10px rgb(221, 215, 206), 0px 0px 10px rgb(221, 215, 206), 0px 0px 10px rgb(221, 215, 206), 0px 0px 10px rgb(221, 215, 206);
    margin: 0px auto 35px auto !important;
  }
}
.mv p {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 75px;
}
@media (max-width: 767px) {
  .mv p {
    right: 25px;
  }
}
.mv .ancLink {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media (max-width: 767px) {
  .mv .ancLink {
    bottom: 10px;
  }
}
.mv .ancLink ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.mv .ancLink ul li {
  display: flex;
  justify-content: center;
  list-style: none;
  text-shadow: none;
  font-size: 18px;
  margin: 5px 15px;
}
@media (max-width: 767px) {
  .mv .ancLink ul li {
    font-size: 16px;
    margin: 5px 5px;
  }
}
.mv .ancLink ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding: 20px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mv .ancLink ul li a {
    width: 135px;
    padding: 15px;
  }
}
.mv .ancLink ul li a:hover {
  background: #000;
  color: #fff;
}
.mv .ancLink ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow2.svg) no-repeat center center;
  background-size: cover;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .mv .ancLink ul li a::after {
    margin-left: 5px;
  }
}

/*--------------------------
 コンテンツ共通
----------------------------*/
.contsBlock h2 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #007998;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #000;
}
.contsBlock h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background: #ccc;
  margin-top: 15px;
  border-left: 35px solid #e60012;
}
@media (max-width: 767px) {
  .contsBlock h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.contsBlock h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contsBlock h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.contsBlock h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contsBlock h3::after {
    width: 65px;
  }
}
.contsBlock h4 {
  border-left: 5px solid #e60012;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .contsBlock h4 {
    font-size: 18px;
  }
}
.contsBlock p {
  line-height: 2;
}
@media (max-width: 767px) {
  .contsBlock p {
    font-size: 14px;
  }
}
.contsBlock p.catch {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contsBlock p.catch {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.contsBlock.about {
  background: url(../img/top/bg_about.jpg) no-repeat right bottom;
  background-size: contain;
  padding-bottom: 250px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contsBlock.about {
    background: url(../img/top/bg_about_sp.jpg) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 200px;
    margin-bottom: 75px;
  }
}
.contsBlock.about .about__inner {
  width: 75%;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.about .about__inner {
    padding-left: 0px;
    width: 100%;
  }
}
.contsBlock.concept {
  margin-bottom: 125px;
  position: relative;
  padding-bottom: 100px;
}
.contsBlock.concept::before {
  content: "";
  display: block;
  background: #E3FAFE;
  width: 90%;
  max-width: 1200px;
  height: 300px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  z-index: -1;
}
.contsBlock.concept .concept__inner {
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contsBlock.concept .concept__inner__img {
  width: 40%;
}
.contsBlock.concept .concept__inner__img img {
  border-radius: 15px;
}
.contsBlock.concept .concept__inner__note {
  width: 50%;
}
.contsBlock.target {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contsBlock.target {
    margin-bottom: 50px;
  }
}
.contsBlock.target ul li {
  margin-bottom: 7px;
  font-size: 14px;
}
.contsBlock.target .target__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.target .target__inner {
    padding-left: 0px;
  }
}
.contsBlock.target .target__inner ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contsBlock.target .target__inner ul li {
  width: 270px;
  height: 270px;
  margin: 0px 25px 25px 15px;
  border: 1px solid #999;
  color: #000;
  border-radius: 50%;
  list-style: none;
  position: relative;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contsBlock.target .target__inner ul li {
    width: 150px;
    height: 150px;
    font-size: 16px;
    margin: 0px 10px 10px 10px;
  }
}
.contsBlock.target .target__inner ul li span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contsBlock.work {
  background: #f5f5f5;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .contsBlock.work {
    padding: 50px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
.contsBlock.work .work__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.work .work__inner {
    padding-left: 0px;
  }
}
.contsBlock.work .work__list {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .contsBlock.work .work__list {
    padding-top: 25px;
  }
}
.contsBlock.work .work__list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contsBlock.work .work__list__inner .work__Data {
  width: 45%;
  margin: 25px 0px 0px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .contsBlock.work .work__list__inner .work__Data {
    margin: 0px 0px 10px 0px;
  }
}
.contsBlock.work .work__list__inner .work__Data p {
  margin: 0px auto 10px auto;
}
@media (max-width: 767px) {
  .contsBlock.work .work__list__inner .work__Data p {
    margin: 0px auto 5px auto;
  }
}
.contsBlock.work .work__list__inner .work__Data p strong {
  font-size: 110%;
}
.contsBlock.work .work__list__inner .work__Data img {
  border-radius: 5px;
}
.contsBlock.routine {
  background: #f5f5f5;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .contsBlock.routine {
    padding: 35px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
.contsBlock.routine .routine__head {
  padding-left: 50px;
  box-sizing: border-box;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__head {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.contsBlock.routine .routine__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner {
    padding-left: 0px;
    flex-wrap: wrap;
  }
}
.contsBlock.routine .routine__inner__timeline {
  width: 50%;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline {
    width: 100%;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline {
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline {
    padding-left: 10px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contsBlock.routine .routine__inner__timeline .timeline li p {
  margin: 0px;
}
.contsBlock.routine .routine__inner__timeline .timeline li p.timeline-date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 120px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li p.timeline-date {
    font-size: 20px;
    width: 70px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-content {
  border-left: 2px solid #D9D9D9;
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-content::before {
  content: "●";
  display: inline-block;
  color: #D9D9D9;
  margin-right: 30px;
  font-size: 14px;
  margin-left: -0.5rem;
  line-height: 1;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li .timeline-content::before {
    margin-right: 5px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-content p {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  width: 300px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 20px 0px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li .timeline-content p {
    font-size: 16px;
    width: 210px;
    padding: 15px 15px;
    margin: 5px 0px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList {
  border-left: 2px solid #D9D9D9;
  width: 300px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList {
    margin-left: 70px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList ul {
  padding-left: 100px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList ul {
    padding-left: 65px;
  }
}
.contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList ul li {
  display: list-item;
  font-size: 18px;
  margin: 15px 0px;
  list-style: circle !important;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__timeline .timeline li .timeline-workList ul li {
    font-size: 16px;
    margin: 10px 0px;
  }
}
.contsBlock.routine .routine__inner__pht {
  width: 45%;
}
@media (max-width: 767px) {
  .contsBlock.routine .routine__inner__pht {
    width: 70%;
    margin: 0px auto;
  }
}
.contsBlock.routine .routine__inner__pht img {
  border-radius: 5px;
}
.contsBlock.flow {
  background: #f5f5f5;
  padding: 125px 0px 125px 0px;
}
@media (max-width: 767px) {
  .contsBlock.flow {
    padding: 50px 0px 50px 0px;
  }
}
.contsBlock.flow .flow__inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .contsBlock.flow .flow__inner {
    padding-left: 0px !important;
  }
}
.contsBlock.flow .flow__inner .stepBox {
  width: calc(33% - 50px);
  background: #fff;
  padding: 0px 25px 25px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .contsBlock.flow .flow__inner .stepBox {
    width: 90%;
    margin: 0px auto 10px auto;
  }
}
.contsBlock.flow .flow__inner .stepBox__head {
  text-align: center;
}
.contsBlock.flow .flow__inner .stepBox__head__No {
  background: #e60012;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding: 15px 10px;
  border-radius: 0px 0px 3px 3px;
  margin-bottom: 25px;
}
.contsBlock.flow .flow__inner .stepBox__head__No span {
  display: block;
  font-size: 42px;
}
.contsBlock.flow .flow__inner .stepBox__head h3 {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  border: none;
  font-size: 21px;
  text-align: center;
}
.contsBlock.flow .flow__inner .stepBox__head h3::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #ccc;
  margin: 20px auto;
}
.contsBlock.flow .flow__inner .stepBox__body {
  text-align: center;
}
.contsBlock.flow .flow__inner .stepBox__body p {
  text-align: left;
  line-height: 1.5;
}
.contsBlock.flow .flow__inner .stepBox__body p.telNo {
  display: inline-block;
  margin: 0px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
.contsBlock.flow .flow__inner .stepBox__body p.telNo span {
  display: flex;
  align-items: center;
}
.contsBlock.flow .flow__inner .stepBox__body p.telNo span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(../img/top/flow_icon_tel.svg) no-repeat center center;
  background-size: cover;
}
.contsBlock.flow .flow__inner .stepBox__body p.icon {
  text-align: center;
}
.contsBlock.flow .flow__inner .stepBox__body p.icon img {
  height: 100px;
  width: auto;
}
.contsBlock.flow .flow__inner .stepArrow {
  width: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .contsBlock.flow .flow__inner .stepArrow {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contsBlock.flow .flow__inner .stepArrow img {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .contsBlock.flow .flow__inner .stepArrow img {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: initial;
    transform: rotate(90deg);
  }
}
.contsBlock.price {
  background: #f5f5f5;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .contsBlock.price {
    padding: 35px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
.contsBlock.price .price__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.price .price__inner {
    padding-left: 0px;
  }
}
.contsBlock.price .price__inner .priceList {
  margin-top: 75px;
  display: flex;
}
@media (max-width: 767px) {
  .contsBlock.price .price__inner .priceList {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.contsBlock.price .price__inner .priceList__data {
  width: 33%;
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 20px 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.price .price__inner .priceList__data {
    width: 80%;
    border-left: none;
    border-top: 1px solid #ccc;
    margin: 0px auto;
  }
}
.contsBlock.price .price__inner .priceList__data:last-child {
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .contsBlock.price .price__inner .priceList__data:last-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.contsBlock.price .price__inner .priceList__data p {
  margin: 0px auto;
  font-size: 18px;
}
.contsBlock.price .price__inner .priceList__data p::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #D9D9D9;
  margin: 15px auto;
}
.contsBlock.price .price__inner .priceList__data dl {
  margin: 0px;
  padding: 0px;
}
.contsBlock.price .price__inner .priceList__data dl dt {
  font-size: 16px;
  color: #000;
}
.contsBlock.price .price__inner .priceList__data dl dd {
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #e60012;
}
@media (max-width: 767px) {
  .contsBlock.price .price__inner .priceList__data dl dd {
    font-size: 30px;
  }
}
.contsBlock.price .price__inner .priceList__data dl dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.contsBlock.lunch {
  background: #f5f5f5;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .contsBlock.lunch {
    padding: 50px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
.contsBlock.lunch .lunch__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.lunch .lunch__inner {
    padding-left: 0px;
  }
}
.contsBlock.lunch .lunch__inner__pht {
  display: flex;
  justify-content: space-between;
}
.contsBlock.lunch .lunch__inner__pht div {
  width: 45%;
}
.contsBlock.lunch .lunch__inner__pht div img {
  border-radius: 15px;
}
.contsBlock.transfer {
  background: #f5f5f5;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .contsBlock.transfer {
    padding: 50px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
.contsBlock.transfer .transfer__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.transfer .transfer__inner {
    padding-left: 0px;
  }
}
.contsBlock.faq {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contsBlock.faq {
    margin-bottom: 5px;
  }
}
.contsBlock.faq .faq__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.faq .faq__inner {
    padding-left: 10px;
  }
}
.contsBlock.faq .faq__inner dl dt {
  display: flex;
  align-items: center;
}
.contsBlock.faq .faq__inner dl dt::before {
  content: "Q";
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: #E0186C;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contsBlock.faq .faq__inner dl dt::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    flex-shrink: 0;
  }
}
.contsBlock.faq .faq__inner dl dd {
  display: flex;
  align-items: center;
  padding: 15px 0px 50px 35px;
}
@media (max-width: 767px) {
  .contsBlock.faq .faq__inner dl dd {
    padding: 10px 0px 30px 25px;
    font-size: 14px;
  }
}
.contsBlock.faq .faq__inner dl dd::before {
  content: "A";
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: #B5A834;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contsBlock.faq .faq__inner dl dd::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    flex-shrink: 0;
  }
}
.contsBlock.access {
  margin-bottom: 100px;
}
.contsBlock.access .uk-container {
  position: relative;
}
@media (max-width: 767px) {
  .contsBlock.access {
    margin-bottom: 50px;
  }
}
.contsBlock.access .access_ribbon {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  .contsBlock.access .access_ribbon {
    position: inherit;
    margin-bottom: 25px;
  }
}
.contsBlock.access .access__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.access .access__inner {
    padding-left: 10px;
  }
}
.contsBlock.access .access__inner .gMap {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .contsBlock.access .access__inner .gMap {
    height: 350px;
  }
}
.contsBlock.access .access__inner .gMap iframe {
  width: 100%;
  height: 100%;
}
.contsBlock.access .access__inner dl {
  margin: 0px;
  padding: 0px;
}
.contsBlock.access .access__inner dl dt {
  margin-bottom: 10px;
  border-left: 3px solid #e60012;
  padding: 0px 0px 0px 10px;
  line-height: 1;
}
.contsBlock.access .access__inner dl dd {
  margin: 0px auto 35px 15px;
}
.contsBlock.company {
  margin-bottom: 100px;
}
.contsBlock.company .uk-container {
  position: relative;
}
@media (max-width: 767px) {
  .contsBlock.company {
    margin-bottom: 50px;
  }
}
.contsBlock.company .company__inner {
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contsBlock.company .company__inner {
    padding-left: 10px;
  }
}
.contsBlock.company .company__inner table {
  width: 100%;
  margin: 0px auto;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}
.contsBlock.company .company__inner table th,
.contsBlock.company .company__inner table td {
  padding: 20px;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .contsBlock.company .company__inner table th,
  .contsBlock.company .company__inner table td {
    padding: 15px;
  }
}
.contsBlock.company .company__inner table th {
  white-space: nowrap;
  background: #f5f5f5;
}

/*--------------------------
 問い合わせ
----------------------------*/
.contact {
  background: #e60012;
  position: relative;
  padding: 75px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact {
    padding: 50px 0px 50px 0px;
  }
}
.contact__bg {
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.contact h2 {
  display: inline-block;
  padding: 10px 35px;
  background: #fff;
  color: #e60012;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .contact h2 {
    margin: 0px auto;
  }
}
.contact p {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact p {
    font-size: 20px;
  }
}
.contact .contact__tel {
  position: relative;
  z-index: 10;
}
.contact .contact__tel p {
  margin: 0px auto;
  padding: 0px;
}
.contact .contact__tel p.contact__tel__no {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
.contact .contact__tel p.contact__tel__no a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact .contact__tel p.contact__tel__no {
    font-size: 40px;
  }
}
.contact .contact__tel p.contact__tel__no::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_tel.svg) no-repeat center center;
  background-size: cover;
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact .contact__tel p.contact__tel__no::before {
    width: 50px;
    height: 50px;
  }
}
.contact .contact__tel p.contact__tel__note {
  font-size: 16px;
  line-height: 1;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    flex-wrap: wrap;
    padding: 20px 0px 100px 0px;
  }
}
@media (max-width: 767px) {
  footer .footer__note {
    width: 100%;
  }
}
footer .footer__note h5 {
  color: #000;
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
footer .footer__note p {
  color: #000;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
footer .footer__copy {
  font-size: 12px;
  color: #777777;
}
@media (max-width: 767px) {
  footer .footer__copy {
    width: 100%;
    padding-top: 20px;
  }
}

/*--------------------------
 グループホーム　ご挨拶
----------------------------*/
.gpGreeting {
  background: #efefef;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .gpGreeting {
    padding: 50px 0px 0px 0px;
  }
}
.gpGreeting__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .gpGreeting__inner {
    padding-left: 0px;
    flex-wrap: wrap;
  }
}
.gpGreeting__inner_cnts {
  width: 100%;
}
@media (max-width: 767px) {
  .gpGreeting__inner_cnts {
    width: 100%;
  }
}

.gpGallery {
  background: #efefef;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .gpGallery {
    padding: 0px 0px 0px 0px;
  }
}
.gpGallery__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-left: 50px;
  gap: 50px;
}
@media (max-width: 767px) {
  .gpGallery__inner {
    padding-left: 0px;
    gap: 10px;
  }
}
.gpGallery__inner_pht {
  width: 30%;
}
@media (max-width: 767px) {
  .gpGallery__inner_pht {
    width: 47%;
  }
}

.gpFlyer {
  background: #efefef;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .gpFlyer {
    padding: 50px 0px 0px 0px;
  }
}
.gpFlyer__inner {
  text-align: center;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .gpFlyer__inner {
    padding: 0px 0px 50px 0px;
  }
}

.gpPrice {
  background: #efefef;
  padding: 125px 0px 0px 0px;
}
@media (max-width: 767px) {
  .gpPrice {
    padding: 50px 0px 0px 0px;
  }
}
.gpPrice__inner {
  text-align: center;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .gpPrice__inner {
    padding: 50px 0px 50px 0px;
  }
}

.gpFlow {
  background: #efefef;
  padding: 125px 0px 125px 0px;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .gpFlow {
    padding: 50px 0px 50px 0px;
    margin-bottom: 50px;
  }
}
.gpFlow .gpFlow__inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .gpFlow .gpFlow__inner {
    padding-left: 0px;
  }
}
.gpFlow .gpFlow__inner .stepBox {
  width: calc(33% - 50px);
  background: #fff;
  padding: 0px 25px 25px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .gpFlow .gpFlow__inner .stepBox {
    width: 90%;
    margin: 0px auto 10px auto;
  }
}
.gpFlow .gpFlow__inner .stepBox__head {
  text-align: center;
}
.gpFlow .gpFlow__inner .stepBox__head__No {
  background: #e60012;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding: 15px 10px;
  border-radius: 0px 0px 3px 3px;
  margin-bottom: 25px;
}
.gpFlow .gpFlow__inner .stepBox__head__No span {
  display: block;
  font-size: 42px;
}
.gpFlow .gpFlow__inner .stepBox__head h4 {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  border: none;
  font-size: 21px;
  text-align: center;
}
.gpFlow .gpFlow__inner .stepBox__head h4::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #D9D9D9;
  margin: 20px auto;
}
.gpFlow .gpFlow__inner .stepBox__body {
  text-align: center;
}
.gpFlow .gpFlow__inner .stepBox__body p {
  text-align: left;
  line-height: 1.5;
  text-align: center;
}
.gpFlow .gpFlow__inner .stepBox__body p.telNo {
  display: inline-block;
  margin: 0px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
.gpFlow .gpFlow__inner .stepBox__body p.telNo span {
  display: flex;
  align-items: center;
}
.gpFlow .gpFlow__inner .stepBox__body p.telNo span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(../img/top/flow_icon_tel.svg) no-repeat center center;
  background-size: cover;
}
.gpFlow .gpFlow__inner .stepBox__body p.icon {
  text-align: center;
}
.gpFlow .gpFlow__inner .stepBox__body p.icon img {
  height: 100px;
  width: auto;
}
.gpFlow .gpFlow__inner .stepArrow {
  width: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .gpFlow .gpFlow__inner .stepArrow {
    width: 100%;
    margin-bottom: 10px;
  }
}
.gpFlow .gpFlow__inner .stepArrow img {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .gpFlow .gpFlow__inner .stepArrow img {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: initial;
    transform: rotate(90deg);
  }
}/*# sourceMappingURL=style.css.map */