@charset "UTF-8";
/* GLOBAL - - */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

.sideMenu .linkList.-text .linkList_link {
  border-color: #ccc;
  border-width: 1px;
}

@media (min-width: 768px) {
  .gnavContainer {
    margin: 16px auto 14px;
    line-height: 1;
  }
}
.gnavContainer ul.gnavList li:not(.hasChild li) a {
  font-weight: 400;
  color: #3E3A39;
}
@media (min-width: 768px) {
  .gnavContainer ul.gnavList li:not(.hasChild li) a {
    padding: 1.2rem 0;
    font-weight: 500;
  }
}
@media (min-width: 1080px) {
  .gnavContainer ul.gnavList li:not(.hasChild li) a {
    padding: 0 12px;
  }
}
@media (min-width: 1080px) {
  .gnavContainer ul.gnavList li:not(.hasChild li):not(:first-child) a:not(.btn) {
    position: relative;
  }
  .gnavContainer ul.gnavList li:not(.hasChild li):not(:first-child) a:not(.btn):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background-color: #3E3A39;
  }
}
@media (min-width: 768px) {
  .gnavContainer ul.gnavList {
    grid-column-gap: 0;
  }
}
.gnavContainer ul.gnavList .hasChild .menuList li a:before {
  content: none !important;
}
.gnavContainer ul.gnavList .hasChild .btnArea.menuBtnArea .btn {
  color: #fff;
}
.gnavContainer ul.gnavList .childrenArea {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .gnavContainer ul.gnavList .childrenArea {
    overflow-y: hidden;
    top: 0;
    z-index: 100;
    padding-top: 160px;
    height: 100vh;
  }
}
.gnavContainer .menuList_pic {
  aspect-ratio: 421/297;
}
@media (min-width: 768px) {
  .gnavContainer .menuList_name {
    letter-spacing: 0;
  }
}
@media (width < 767px) {
  .gnavContainer .gnavTtl {
    margin-top: 22px;
  }
}
@media (width > 1080px) {
  .gnavContainer .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #595757;
  }
  .gnavContainer .closeBtn span {
    display: block;
    height: 100%;
    position: relative;
  }
  .gnavContainer .closeBtn span:before, .gnavContainer .closeBtn span:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #595757;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gnavContainer .closeBtn span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .gnavContainer .closeBtn p {
    font-size: 12px;
    text-align: center;
    margin-top: 0.5em;
  }
}

.sideMenu .linkList_list li:last-child a {
  border-bottom: none !important;
}

#header {
  border-color: #C9C9C9;
  height: 4.8rem;
}
@media (min-width: 768px) {
  #header {
    height: 9rem;
  }
}
@media (min-width: 1080px) {
  #header {
    height: 14rem;
  }
}
@media (max-width: 768px) {
  #header {
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  #header .header_contents {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #header .headerTtl {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  #header .headerTtl {
    font-size: 0.8rem;
  }
}
#header .header_logo {
  max-width: 222px;
  width: 100%;
}
#header .header_logo img {
  max-width: 222px;
}
@media (min-width: 768px) {
  #header .header_logo {
    max-width: 240px;
    margin-left: 0;
    margin-right: inherit;
  }
  #header .header_logo img {
    max-width: 233px;
  }
}
@media (max-width: 767px) {
  #header .header_logo img {
    width: 57%;
    max-width: 12.2rem;
    margin-top: 5px;
  }
  #header .header_logo a {
    display: block;
    line-height: 0;
  }
}
#header .header_upperline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header_upperline .header_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
#header .header_upperline .header_contacts .number {
  display: block;
  max-width: 478px;
}
#header .header_upperline .header_contacts .sns {
  display: block;
  aspect-ratio: 80/80;
  max-width: 80px;
}
@media (max-width: 767px) {
  #header .header_upperline .header_contacts .sns {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header .header_upperline .header_contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header_upperline .header_contacts li {
    width: 40px;
  }
  #header .header_upperline .header_contacts li:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header_upperline {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header_upperline .header_tel.spOnly {
  background-color: inherit;
}
#header .header_upperline .header_tel.spOnly a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
#header .header_upperline .header_tel.spOnly a:before {
  content: "";
  position: absolute;
  background-image: url("/wp/wp-content/themes/restaplan/_assets/images/header_tel@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 40/40;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  #header .header_upperline .header_tel.spOnly {
    display: none;
  }
}

.secTopMv {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .secTopMv {
    margin-top: 14rem;
  }
}

/* END GLOBAL */
/* INDEX */
body.home {
  /* INIT - - */
  /* END INIT */
  /* サポんちゅ3つの強み */
  /* お問い合わせ */
  /* メニュー */
  /* お客さまの声 */
  /* 事例紹介 - - */
  /* END 事例紹介 */
  /* 対応エリア - - */
  /* END 対応エリア */
  /* ご相談の流れ - - */
  /* END ご相談の流れ */
  /* よくある質問 - - */
  /* END よくある質問 */
  /* FROM STAFF - - */
  /* END FROM STAFF */
}
@media (min-width: 768px) {
  body.home .mainContainer {
    margin-top: 1.3rem;
  }
}
body.home #about_restaplan .about_restaplan {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.home #about_restaplan .about_restaplan {
    border-radius: 8px;
  }
}
body.home #about_restaplan .about_restaplan img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #secTopStrengths {
  padding-top: 2.8rem;
}
@media (min-width: 768px) {
  body.home #secTopStrengths {
    padding-top: 3.4rem;
  }
}
@media (min-width: 768px) {
  body.home .proposal .proposalList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.home .proposal .proposalList .proposalItem {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #9FA0A0;
  padding: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem {
    padding-bottom: 18px;
  }
}
body.home .proposal .proposalList .proposalItem_face {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
body.home .proposal .proposalList .proposalItem_ttl_wrap {
  width: 80%;
}
body.home .proposal .proposalList .proposalItem_head {
  padding: 2.2rem;
  border-bottom: none;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem_head {
    padding: 3.3rem 2.5rem 1.8rem;
  }
}
body.home .proposal .proposalList .proposalItem_head .roundedTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
}
body.home .proposal .proposalList .proposalItem_head .roundedTag li {
  font-size: 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  color: #3E3A39;
  height: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 9px;
  background-color: #fff;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem_head .roundedTag li {
    font-size: 1.4rem;
  }
}
body.home .proposal .proposalList .proposalItem_ttl {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.45;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem_ttl {
    font-size: 2.2rem;
  }
}
body.home .proposal .proposalList .proposalItem_ttl_voice {
  font-size: 1.6rem;
}
body.home .proposal .proposalList .proposalItem_text {
  margin-top: 0.8em;
}
body.home .proposal .proposalList .proposalItem_text .textHeader {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem_text .textHeader {
    font-size: 2.4rem;
  }
}
body.home .proposal .proposalList .proposalItem_text .textHeader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc;
}
body.home .proposal .proposalList .proposalItem_text .txtStrong {
  font-size: 2.8rem;
  font-weight: 900;
  margin-top: 0.22em;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem_text .txtStrong {
    font-size: 4rem;
  }
}
body.home .proposal .proposalList .proposalItem:nth-of-type(1) .proposalItem_head {
  background-color: #28A34A;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(1) .textHeader:before {
  background-color: #28A34A;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(2) .proposalItem_head {
  background-color: #F19075;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(2) .textHeader:before {
  background-color: #F19075;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(2) .txtStrong {
  color: #F19075;
}
@media (min-width: 768px) {
  body.home .proposal .proposalList .proposalItem:nth-of-type(2) .txtStrong {
    font-size: 3.6rem;
  }
}
body.home .proposal .proposalList .proposalItem:nth-of-type(3) .proposalItem_head {
  background-color: #227DB5;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(3) .textHeader:before {
  background-color: #227DB5;
}
body.home .proposal .proposalList .proposalItem:nth-of-type(3) .txtStrong {
  color: #227DB5;
}
body.home .strengthList_pic:before {
  content: none;
}
body.home .strengthList_txt {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  body.home .strengthList_txt {
    font-size: 2.2rem;
  }
}
body.home .strengthList_sentence {
  font-size: 1.6rem;
  line-height: 1.42;
}
@media (min-width: 768px) {
  body.home .strengthList_sentence {
    font-size: 1.8rem;
  }
}
body.home .secTopContact {
  padding-top: 5.8rem;
}
@media (min-width: 768px) {
  body.home .secTopContact {
    padding-top: 7rem;
  }
}
body.home .secTopContact .secTtl {
  border-bottom: 1px solid #7C7B6F;
}
body.home .secTopMenu {
  padding-top: 3.3rem;
}
@media (min-width: 768px) {
  body.home .secTopMenu {
    padding-top: 5rem;
  }
}
body.home .secTopMenu .menuList {
  margin-top: 0;
  grid-row-gap: 20px;
}
@media (min-width: 768px) {
  body.home .secTopMenu .menuList {
    margin-top: 1rem;
    grid-row-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body.home .secTopMenu .menuList_pic {
  aspect-ratio: 421/297;
}
@media (max-width: "768px"-1) {
  body.home .secTopMenu .menuList_name {
    padding: 0 0.5em;
  }
}
body.home .secTopVoice {
  padding-top: 75px;
}
@media (min-width: 768px) {
  body.home .secTopVoice {
    padding-top: 90px;
  }
}
body.home .secTopVoice .userVoice_Ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 8px;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice_Ttl {
    grid-column-gap: 12px;
  }
}
body.home .secTopVoice .userVoice_Ttl figure {
  aspect-ratio: 66/66;
  width: 66px;
}
body.home .secTopVoice .userVoice_Ttl p {
  font-size: 2rem;
  font-weight: 900;
  color: #4A2D23;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice_Ttl p {
    font-size: 2.6rem;
  }
}
body.home .secTopVoice .userVoice_Title {
  margin-top: 10px;
}
body.home .secTopVoice .userVoice_Title .is_head {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4A2D23;
  border-bottom: 1px solid #595757;
  padding-bottom: 6px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice_Title .is_head {
    font-size: 2.1rem;
    padding-bottom: 8px;
  }
}
body.home .secTopVoice .userVoice_Title .is_sentence {
  color: #595757;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 6px;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice_Title .is_sentence {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
body.home .secTopVoice .userVoice li {
  background-color: #efefef;
  padding: 20px 25px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice li {
    padding: 25px 32px;
    border-radius: 8px;
    min-height: 292px;
  }
}
body.home .secTopVoice .userVoice li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.home .secTopVoice .userVoice li:not(:first-child) {
    margin-top: 15px;
  }
}
body.home .secTopVoice .userVoice li.yellow {
  background-color: #f8f9d1;
}
body.home .secTopVoice .userVoice li.orange {
  background-color: #fcf1c6;
}
body.home .secTopWorks {
  padding-top: 56px;
}
@media (min-width: 768px) {
  body.home .secTopWorks {
    padding-top: 84px;
  }
}
body.home .secTopWorks .topWorksSwiperContainer .topWorksSwiper {
  margin-top: -25px;
}
@media (min-width: 768px) {
  body.home .secTopWorks .topWorksSwiperContainer .topWorksSwiper {
    margin-top: -14px;
  }
}
body.home .secTopArea {
  padding-top: 56px;
}
@media (min-width: 768px) {
  body.home .secTopArea {
    padding-top: 84px;
  }
}
body.home .secTopArea .areaList_name {
  color: #595757;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.home .secTopArea .areaList_name {
    font-size: 2.1rem;
  }
}
body.home .secTopArea .areaList_pic {
  margin-top: 15px;
  border-radius: 0;
  width: 100%;
}
body.home .secTopArea .areaList_info {
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.6;
  color: #595757;
}
body.home .secTopArea .areaList_addr {
  line-height: 1.61;
}
body.home .secTopArea .areaList_zone {
  border-color: #595757;
}
body.home .secTopArea .areaList_note {
  color: #E6002D;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
body.home .secTopFlow {
  padding-top: 56px;
}
@media (min-width: 768px) {
  body.home .secTopFlow {
    padding-top: 84px;
  }
}
body.home .secTopFlow .flowList .flow .flow_pic {
  aspect-ratio: 349/376;
  height: auto;
}
body.home .secTopFlow .flowList .flow .flow_pic:after {
  content: none;
}
body.home .secTopFlow .flowList .flow .flow_pic img {
  overflow: inherit;
  border-radius: 0;
}
body.home .secTopFaq {
  padding-top: 60px;
}
@media (min-width: 768px) {
  body.home .secTopFaq {
    padding-top: 91px;
  }
}
body.home .secTopStaff {
  padding-top: 54px;
}
@media (min-width: 768px) {
  body.home .secTopStaff {
    padding-top: 82px;
  }
}

/* PAGE COMMON - - */
.secTtl {
  border-bottom: none;
}
.secTtl_ja {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .secTtl_ja {
    font-size: 2.8rem;
  }
}
.secTtl.large .secTtl_ja {
  font-size: 2.75rem;
}
@media (min-width: 768px) {
  .secTtl.large .secTtl_ja {
    font-size: 3.3rem;
  }
}
.secTtl.underLine {
  position: relative;
  padding-bottom: 0.5em;
}
.secTtl.underLine:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #DADF04;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .secTtl.underLine:before {
    width: 22px;
    height: 3px;
  }
}

@media (min-width: 768px) {
  .pageHeader {
    margin-top: 158px;
  }
}

.sideMenu_ancLinks.is_archive {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sideMenu_ancLinks.is_archive {
    margin-bottom: 16px;
  }
}
.sideMenu_ancLinks.is_archive .labels {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  padding: 0.3em 1em 0.4em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #333;
}
.sideMenu_ancLinks.is_archive .labels.archive {
  border-radius: 0.5em 0.5em 0 0;
  margin-top: 5px;
}
.sideMenu_ancLinks.is_archive .catList li {
  margin-top: 0.3em;
}
.sideMenu_ancLinks.is_archive .catList li:first-child {
  margin-top: 0.5em;
}
.sideMenu_ancLinks.is_archive .catList a {
  overflow: hidden;
  border-radius: none;
  position: relative;
  display: block;
  padding: 0em 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
  background: none;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sideMenu_ancLinks.is_archive .catList a {
    font-size: 1.8rem;
  }
}
.sideMenu_ancLinks.is_archive .catList a:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .sideMenu_ancLinks.is_archive .catList a:before {
    height: 3px;
  }
}
.sideMenu_ancLinks.is_archive .catList a.current:before {
  background: #DADF00;
}
.sideMenu_ancLinks.is_archive .selectArchive {
  border-radius: 0 0 0.5em 0.5em;
  border: 1px solid #333;
  position: relative;
}
.sideMenu_ancLinks.is_archive .selectArchive::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #DADF00;
  border-right: 2px solid #DADF00;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sideMenu_ancLinks.is_archive .selectArchive select[name=selectArchive] {
  width: 100%;
  background: transparent;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .sideMenu_ancLinks.is_archive .selectArchive select[name=selectArchive] {
    padding: 0 1em;
    font-size: 1.8rem;
  }
}
.sideMenu_ancLinks.is_archive .selectArchive select[name=selectArchive]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* END PAGE COMMON */
.post-type-archive-menu .menuArea_ttl {
  color: #57372c;
}

.faq_wrapper li .answers .queryContents {
  border-color: #595757;
  border-width: 1px;
}

/* メニュー詳細 */
.single-menu .articleData_name,
.single-menu .articleSubData_name {
  color: #57372c;
}
.single-menu .articleData_dtl .pricing {
  font-size: 25pt;
  font-weight: 900;
  line-height: 1;
  color: #4A2D23;
}
@media (width > 1080px) {
  .single-menu .articleData_dtl .pricing {
    font-size: 30pt;
  }
}
.single-menu .articleData_dtl .note {
  color: #E50012;
}

@media (min-width: 768px) {
  .rounded_15 {
    border-radius: 15px;
    overflow: hidden;
  }
}

.page-price {
  color: #3E3A39;
  /* 各メニューの最低料金 - - */
  /* END 各メニューの最低料金 */
  /* 基本料金 - - - - */
  /* END 基本料金 - - */
  /* 基本料金の組み合わせ例 - - - - - */
  /* END 基本料金の組み合わせ例 - - - */
}
.page-price .mt-5 {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .page-price .mt-5 {
    margin-top: 6px;
  }
}
.page-price .hide-pc {
  display: block;
}
@media (min-width: 1080px) {
  .page-price .hide-pc {
    display: none;
  }
}
@media (min-width: 1080px) {
  .page-price .pricingList_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1080px) {
  .page-price .pricingList {
    width: 50%;
  }
}
.page-price .pricingList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2px 0;
}
@media (min-width: 768px) {
  .page-price .pricingList li {
    font-size: 2.2rem;
  }
}
.page-price .pricingList li:not(:first-child) {
  border-top: 1px solid #9FA0A0;
}
.page-price .pricingList li p:nth-of-type(1) {
  position: relative;
  padding-left: 1em;
}
.page-price .pricingList li p:nth-of-type(1):before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: #3E3A39;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.page-price .pricingList li p:nth-of-type(2) {
  margin-left: auto;
  color: #E50012;
}
@media (max-width: 1079px) {
  .page-price .pricingList.smrt_firstLine li:first-child {
    border-top: 1px solid #9FA0A0;
  }
}
.page-price .note {
  color: #E50012;
  font-size: 1.5rem;
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .page-price .note {
    font-size: 1.8rem;
  }
}
.page-price .DIN2017 {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.page-price .secTopPricing .BasicPricingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1080px) {
  .page-price .secTopPricing .BasicPricingList {
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.page-price .secTopPricing .BasicPricingList li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 6px;
  /* IMAGES */
  /* COLORS */
}
@media (min-width: 1080px) {
  .page-price .secTopPricing .BasicPricingList li {
    width: 48%;
    border-width: 2px;
    border-radius: 10px;
  }
}
.page-price .secTopPricing .BasicPricingList li .figure {
  aspect-ratio: 130/147;
  background-color: #ddd;
  width: 130px;
  min-height: 147px;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  border-radius: 6px 0 0 6px;
}
@media (min-width: 768px) {
  .page-price .secTopPricing .BasicPricingList li .figure {
    border-radius: 8px 0 0 8px;
  }
}
.page-price .secTopPricing .BasicPricingList li .description {
  padding: 12px 20px;
  width: 100%;
}
.page-price .secTopPricing .BasicPricingList li .description .desc_title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: 3.5px dotted #93817b;
  margin-bottom: 0.3em;
  padding-bottom: 0.4em;
}
@media (min-width: 768px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_title {
    font-size: 3rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM {
  color: #E5002D;
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .time {
  font-size: 1.5em;
  font-weight: 900;
  color: #E5002D;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .time {
    margin-bottom: 0.5em;
    font-size: 2.2rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .unit {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .unit {
    font-size: 1.8rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .price {
  font-size: 4.8rem;
  line-height: 1;
}
@media (min-width: 1080px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .price {
    font-size: 6.2rem;
    line-height: 44px;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .yen p {
  line-height: 1;
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .yen p:first-child {
  font-size: 1rem;
}
@media (min-width: 1080px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .yen p:first-child {
    font-size: 1.2rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .yen p:not(:first-child) {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1080px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_TTM .priceLine .yen p:not(:first-child) {
    font-size: 3rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_option {
  font-size: 1.8rem;
  font-weight: 900;
  color: #E5002D;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_option {
    font-size: 2.4rem;
  }
}
.page-price .secTopPricing .BasicPricingList li .description .desc_sentence {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .page-price .secTopPricing .BasicPricingList li .description .desc_sentence {
    font-size: 1.8rem;
  }
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(3) .figure, .page-price .secTopPricing .BasicPricingList li:nth-of-type(4) .figure, .page-price .secTopPricing .BasicPricingList li:nth-of-type(5) .figure, .page-price .secTopPricing .BasicPricingList li:nth-of-type(6) .figure {
  background-size: 75%;
}
@media (max-width: 767px) {
  .page-price .secTopPricing .BasicPricingList li:nth-of-type(1) .figure, .page-price .secTopPricing .BasicPricingList li:nth-of-type(2) .figure {
    background-size: 55%;
  }
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(1) {
  border-color: #3DB270;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(1) .figure {
  background-color: #3DB270;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(1) .desc_title {
  color: #3DB270;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(2) {
  border-color: #F29600;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(2) .figure {
  background-color: #F29600;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(2) .desc_title {
  color: #F29600;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(3) {
  border-color: #6C9BD2;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(3) .figure {
  background-color: #6C9BD2;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(3) .desc_title {
  color: #6C9BD2;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(4) {
  border-color: #ED8599;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(4) .figure {
  background-color: #ED8599;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(4) .desc_title {
  color: #ED8599;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(5) {
  border-color: #8F70AE;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(5) .figure {
  background-color: #8F70AE;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(5) .desc_title {
  color: #8F70AE;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(6) {
  border-color: #36BDEF;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(6) .figure {
  background-color: #36BDEF;
}
.page-price .secTopPricing .BasicPricingList li:nth-of-type(6) .desc_title {
  color: #36BDEF;
}
@media (min-width: 768px) {
  .page-price .exampleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column-gap: 18px;
    margin-top: 26px;
  }
}
.page-price .exampleList li {
  border-radius: 5px;
  background-color: #F8F9CC;
  padding: 22px 15px;
}
@media (min-width: 768px) {
  .page-price .exampleList li {
    border-radius: 8px;
    padding: 28px 15px;
    width: 48%;
    min-height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-price .exampleList li:not(:first-child) {
    margin-top: 1em;
  }
}
.page-price .exampleList li .title_header {
  color: #3E3A39;
  line-height: 1.21;
  font-size: 16pt;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .page-price .exampleList li .title_header {
    font-size: 18pt;
  }
}
.page-price .exampleList li .title_header .image {
  width: 64px;
}
@media (min-width: 768px) {
  .page-price .exampleList li .title_header .image {
    width: 64px;
  }
}
.page-price .exampleList li .title_header span {
  color: #E50012;
}
.page-price .exampleList li .exampleImage {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-price .exampleList li .exampleImage {
    margin-top: 10px;
    padding: 0 10px;
  }
}
.page-price .exampleList li .totalLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 15px;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine {
    grid-column-gap: 18px;
    margin-top: auto;
  }
}
.page-price .exampleList li .totalLine .equal {
  aspect-ratio: 27/12;
  width: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .equal {
    aspect-ratio: 27/16;
  }
}
.page-price .exampleList li .totalLine .equal:before, .page-price .exampleList li .totalLine .equal:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3E3A39;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .equal:before, .page-price .exampleList li .totalLine .equal:after {
    height: 5px;
  }
}
.page-price .exampleList li .totalLine .equal:before {
  top: 0;
}
.page-price .exampleList li .totalLine .equal:after {
  bottom: 0;
}
.page-price .exampleList li .totalLine .priceLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #E5002D;
}
.page-price .exampleList li .totalLine .priceLine .unit {
  font-size: 18pt;
  font-weight: 900;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .priceLine .unit {
    font-size: 24pt;
  }
}
.page-price .exampleList li .totalLine .priceLine .price {
  font-size: 40pt;
  line-height: 40px;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .priceLine .price {
    font-size: 49pt;
    line-height: 49px;
  }
}
.page-price .exampleList li .totalLine .priceLine .yen p {
  line-height: 1;
}
.page-price .exampleList li .totalLine .priceLine .yen p:first-child {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .priceLine .yen p:first-child {
    font-size: 1.2rem;
  }
}
.page-price .exampleList li .totalLine .priceLine .yen p:not(:first-child) {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-price .exampleList li .totalLine .priceLine .yen p:not(:first-child) {
    font-size: 3rem;
  }
}
.page-price .TxtNote {
  background-color: #E50012;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.15;
  font-size: 10pt;
  margin-top: 25px;
  padding: 5px 0.5em;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .page-price .TxtNote {
    font-size: 13pt;
    border-radius: 4px;
    margin-top: 38px;
    padding: 6px 0;
  }
}

.page-about .aboutUs_informations dt {
  color: #57372c !important;
}
.page-about .aboutUs_informations .store {
  color: #57372c !important;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-about .aboutUs_informations .store {
    font-size: 1.8rem;
  }
}
.page-about .certificate .secTitle {
  font-size: 1.6rem;
  color: #57372c;
  line-height: 1.3;
  text-align: left;
}
@media (min-width: 768px) {
  .page-about .certificate .secTitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .page-about .certificate .directions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-about .certificate .directions .sentence {
  max-width: 480px;
  width: 100% !important;
}
.page-about .certificate .directions .sentence p {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page-about .certificate .directions figure {
    width: 220px !important;
  }
}
.page-about .certificate .directions figure.w100per {
  width: 100% !important;
}
.page-about .access .access_maps {
  display: block !important;
}
@media (min-width: 768px) {
  .page-about .access .access_maps {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .page-about .access .access_maps #map_awase {
    max-width: inherit !important;
  }
}
@media (min-width: 1080px) {
  .page-about .access .access_maps #map_awase {
    max-width: 425px !important;
    aspect-ratio: 425/300 !important;
  }
}
@media (min-width: 1080px) {
  .page-about .access .access_maps li {
    width: 100% !important;
    max-width: inherit !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    gap: 2em !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1080px) {
  .page-about .access .access_maps li .info {
    max-width: 470px;
  }
}
.page-about .access .access_maps li .info .store {
  color: #595757 !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-about .access .access_maps li .info .store {
    font-size: 2rem;
  }
}
.page-about .access .access_maps li .info .areas .title {
  color: #595757 !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-about .access .access_maps li .info .areas .title {
    font-size: 1.8rem;
  }
}
.page-about .access .access_maps li .info .note {
  color: #E6002D;
  font-size: 1.5rem;
  margin-top: 1em;
}
.page-about .access .access_maps li .info a {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.page-about .access .google_links {
  position: relative;
}
.page-about .access .google_links:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("/wp/wp-content/themes/restaplan/_assets/images/about/googlemaps.svg");
  aspect-ratio: 11.75/9.2;
  width: 14px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  .page-about .access .google_links:before {
    width: 16px;
    height: 14px;
    right: -20px;
  }
}

.page-flow .flowStep li.step .flowStep_sentence h2 {
  border-bottom: 1px solid #595757 !important;
}
.page-flow .secTopStrengths .content_header.strengthList_txtStrong {
  color: #4A2D23 !important;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .page-contact .secContact_contactList {
    padding-top: 4rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-contact .contact_txts .contact_txt {
  text-align: left !important;
}
.page-contact .contact_txts .contact_txt.red {
  color: #E50012;
}
.page-contact .number {
  max-width: 540px;
}
.page-contact .number figure {
  aspect-ratio: 407/82;
}
.page-contact .contact_line figure {
  aspect-ratio: 185.85/82.2;
}
@media (max-width: 767px) {
  .page-contact .contact_line {
    margin-top: 1em;
    display: block;
  }
}
@media (min-width: 768px) {
  .page-contact .contact_line {
    max-width: 205px;
  }
}
@media (min-width: 1080px) {
  .page-contact .contact_line {
    max-width: 250px;
  }
}
.page-contact .contact_line .text {
  font-size: 1.4rem;
  line-height: 1.3;
  display: inline-block;
  margin-top: 1em;
}
.page-contact.mainContainer .secContact .tbl_contact th {
  color: #4A2D23;
}
.page-contact.mainContainer .secContact .tbl_contact th .required {
  background-color: #E50012;
  border-radius: 3px;
}
.page-contact.mainContainer .secContact .tbl_contact td .remarks.-color01 {
  color: #E50012;
}
.page-contact .formBox .link.underline {
  color: #E50012 !important;
}
.page-contact .agreeBox .agree_txt.agree_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .agreeBox .mwform-checkbox-field.horizontal-item input[type=checkbox] {
  display: none;
}
.page-contact .agreeBox .mwform-checkbox-field.horizontal-item input[type=checkbox] + span {
  position: relative;
  padding-left: 1.35em;
}
.page-contact .agreeBox .mwform-checkbox-field.horizontal-item input[type=checkbox] + span:before {
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #E50012;
  background-color: #FBDAC8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-contact .agreeBox .mwform-checkbox-field.horizontal-item input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 15px;
  border-right: 2px solid #4A2D23;
  border-bottom: 2px solid #4A2D23;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page-contact .agreeBox .mwform-checkbox-field.horizontal-item input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.mainContainer.page-contact .secTtl.-thanks {
  color: #4A2D23 !important;
}

.formBox .required {
  background-color: #E50012;
  border-radius: 3px;
}

.page-template-page-strengths .pageTtl_en {
  text-transform: none;
}

.page-strengths {
  /* サポんちゅ3つの強み */
  /* ReOK - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* END ReOK - - - - - - - - - - - - - - - - - - - - - - - */
  /* Private_lodging- - - - - - - - - - - - - - - - - - - - */
  /* END Private_lodging- - - - - - - - - - - - - - - - - - */
}
.page-strengths #about_restaplan .about_restaplan {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-strengths #about_restaplan .about_restaplan {
    border-radius: 8px;
  }
}
.page-strengths #about_restaplan .about_restaplan img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-strengths #secTopStrengths {
  padding-top: 2.8rem;
}
@media (min-width: 768px) {
  .page-strengths #secTopStrengths {
    padding-top: 3.4rem;
  }
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-strengths .proposal .proposalList .proposalItem {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #9FA0A0;
  padding: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem {
    padding-bottom: 18px;
  }
}
.page-strengths .proposal .proposalList .proposalItem_face {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.page-strengths .proposal .proposalList .proposalItem_ttl_wrap {
  width: 80%;
}
.page-strengths .proposal .proposalList .proposalItem_head {
  padding: 2.2rem;
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem_head {
    padding: 3.3rem 2.5rem 1.8rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem_head .roundedTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
}
.page-strengths .proposal .proposalList .proposalItem_head .roundedTag li {
  font-size: 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  color: #3E3A39;
  height: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 9px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem_head .roundedTag li {
    font-size: 1.4rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem_ttl {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem_ttl {
    font-size: 2.2rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem_ttl_voice {
  font-size: 1.6rem;
}
.page-strengths .proposal .proposalList .proposalItem_text {
  margin-top: 0.8em;
}
.page-strengths .proposal .proposalList .proposalItem_text .textHeader {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem_text .textHeader {
    font-size: 2.4rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem_text .textHeader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc;
}
.page-strengths .proposal .proposalList .proposalItem_text .txtStrong {
  font-size: 2.8rem;
  font-weight: 900;
  margin-top: 0.22em;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem_text .txtStrong {
    font-size: 4rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(1) .proposalItem_head {
  background-color: #28A34A;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(1) .textHeader:before {
  background-color: #28A34A;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(2) .proposalItem_head {
  background-color: #F19075;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(2) .textHeader:before {
  background-color: #F19075;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(2) .txtStrong {
  color: #F19075;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .page-strengths .proposal .proposalList .proposalItem:nth-of-type(2) .txtStrong {
    font-size: 3.6rem;
  }
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(3) .proposalItem_head {
  background-color: #227DB5;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(3) .textHeader:before {
  background-color: #227DB5;
}
.page-strengths .proposal .proposalList .proposalItem:nth-of-type(3) .txtStrong {
  color: #227DB5;
}
.page-strengths .strengthList_pic:before {
  content: none;
}
.page-strengths .strengthList_txt {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .page-strengths .strengthList_txt {
    font-size: 2.2rem;
  }
}
.page-strengths .strengthList_sentence {
  font-size: 1.6rem;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .page-strengths .strengthList_sentence {
    font-size: 1.8rem;
  }
}
.page-strengths .content_ReOK_SKTK {
  margin-top: 50px;
  background-color: #F5F1D5;
  padding: 50px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK {
    padding: 40px;
    border-radius: 10px;
  }
}
.page-strengths .content_ReOK_SKTK .rounded_whiteBox {
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .rounded_whiteBox {
    border-radius: 10px;
    padding: 35px 0;
  }
}
.page-strengths .content_ReOK_SKTK .rounded_whiteBox .subTitle {
  font-size: 15pt;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .rounded_whiteBox .subTitle {
    font-size: 20pt;
  }
}
.page-strengths .content_ReOK_SKTK .rounded_whiteBox .content_title {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .rounded_whiteBox .content_title {
    font-size: 24pt;
    margin-top: 6px;
  }
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .rounded_whiteBox .content_title {
    font-size: 30pt;
  }
}
.page-strengths .content_ReOK_SKTK .secTtl {
  text-align: center;
  font-size: 20pt;
  margin-top: 43px;
  border-bottom: 2px solid #000;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .secTtl {
    font-size: 30pt;
    margin-top: 33px;
  }
}
.page-strengths .content_ReOK_SKTK .secTtl .secTtl_en {
  color: #57372C;
}
.page-strengths .content_ReOK_SKTK .secSubTtl {
  font-size: 15pt;
  line-height: 1.5;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .secSubTtl {
    font-size: 16pt;
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li {
    width: 33%;
  }
}
.page-strengths .content_ReOK_SKTK .list_PointColmns li .title {
  color: #fff;
  font-size: 25pt;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  background-color: #DADF04;
  border-radius: 5px;
  padding: 16.5px 0;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li .title {
    font-size: 18pt;
    border-radius: 10px;
    padding: 17px;
  }
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li .title {
    font-size: 24pt;
  }
}
.page-strengths .content_ReOK_SKTK .list_PointColmns li .line_title {
  font-size: 18pt;
  line-height: 1.375;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DADF04;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li .line_title {
    font-size: 16pt;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li .line_title {
    font-size: 18pt;
  }
}
.page-strengths .content_ReOK_SKTK .list_PointColmns li .sentence {
  font-size: 15pt;
  line-height: 1.5;
  color: #333;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li .sentence {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .list_PointColmns li.directionCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-strengths .content_ReOK_SKTK .roundedLine {
  color: #fff;
  font-size: 15pt;
  text-align: center;
  background-color: #DADF04;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  border-radius: 20px;
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .roundedLine {
    font-size: 18pt;
  }
}
.page-strengths .content_ReOK_SKTK .flex_PriceReduction {
  color: #333;
}
.page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox .title {
  font-size: 18pt;
  margin-top: 15px;
  line-height: 1.375;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox .title {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
.page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox .description {
  font-size: 15pt;
  line-height: 1.5;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox .description {
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox {
    min-width: 340px;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .flex_PriceReduction .sentenceBox {
    min-width: 420px;
  }
}
.page-strengths .content_ReOK_SKTK .flex_PriceReduction .graph_flow {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .flex_PriceReduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
    margin-top: 14px;
  }
}
.page-strengths .content_ReOK_SKTK.content_ReOK .content_title {
  color: #28A34A;
}
.page-strengths .content_ReOK_SKTK.content_SKTK .content_title {
  color: #FF7D7D;
}
.page-strengths .content_ReOK_SKTK .hrLine {
  display: block;
  height: 2px;
  background-color: #DADF04;
  width: 100%;
  margin: 1em auto;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .mH150 {
    min-height: 210px;
  }
}
@media (min-width: 1080px) {
  .page-strengths .content_ReOK_SKTK .mH150 {
    min-height: 150px;
  }
}
.page-strengths .content_ReOK_SKTK .hrTitle {
  color: #57372C;
  font-size: 18pt;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .hrTitle {
    font-size: 18pt;
  }
}
.page-strengths .content_ReOK_SKTK .htLists li {
  width: 100%;
  font-size: 15pt;
  text-indent: -1em;
  padding-left: 1em;
}
.page-strengths .content_ReOK_SKTK .htLists li:not(:first-child) {
  margin-top: 0;
}
.page-strengths .content_ReOK_SKTK .htLists li:before {
  content: "・";
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .htLists li {
    font-size: 13pt;
  }
}
.page-strengths .content_ReOK_SKTK .mt-1em {
  margin-top: 1em;
}
.page-strengths .content_ReOK_SKTK .mt-auto {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .page-strengths .content_ReOK_SKTK .mt-auto {
    margin-top: auto;
  }
}
.page-strengths .Private_lodging {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .page-strengths .Private_lodging .secTtl .secTtl_ja {
    font-size: 1.8rem;
  }
}
.page-strengths .Private_lodging .graph {
  padding-left: 95px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-size: 16pt;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .graph {
    padding-left: 108px;
    font-size: 27pt;
  }
}
.page-strengths .Private_lodging .graph:before {
  content: "";
  position: absolute;
  background-image: url("/wp/wp-content/themes/restaplan/_assets/images/strengths/private_lodging_header@1.5x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 220/200;
  width: 110px;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .graph:before {
    aspect-ratio: 126/114;
    width: 126px;
    height: 114px;
  }
}
.page-strengths .Private_lodging .PrivateLodging_header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #227DB5;
  line-height: 1.375;
  text-align: center;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .PrivateLodging_header {
    font-size: 3.8rem;
    line-height: 1.45;
  }
}
@media (width > 1080px) {
  .page-strengths .Private_lodging .PrivateLodging_header {
    font-size: 4.2rem;
  }
}
.page-strengths .Private_lodging .PrivateLodging_how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .PrivateLodging_how {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin-top: 26px;
  }
}
.page-strengths .Private_lodging .PrivateLodging_how li {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.375;
  background-color: #227DB5;
  border-radius: 4px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .PrivateLodging_how li {
    width: 33%;
    font-size: 2.3rem;
    line-height: 1.45;
    border-radius: 8px;
    height: 157px;
  }
}
.page-strengths .Private_lodging .PrivateLodging_how li .yellow {
  color: #FFF200;
}
.page-strengths .Private_lodging .PrivateLodging_triangle {
  position: relative;
  margin-top: 40px;
  padding-top: 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #3E3A39;
  line-height: 1.375;
  text-align: center;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .PrivateLodging_triangle {
    margin-top: 30px;
    padding-top: 55px;
    font-size: 2.7rem;
    line-height: 1.48;
  }
}
.page-strengths .Private_lodging .PrivateLodging_triangle:before {
  content: "";
  background: rgba(34, 125, 181, 0.5);
  height: 20px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .page-strengths .Private_lodging .PrivateLodging_triangle:before {
    height: 40px;
    width: 70px;
  }
}
.page-strengths .roundedBox {
  background-color: #eef4f8;
  border-radius: 4px;
  margin-top: 45px;
  padding: 45px 19px 50px;
}
@media (min-width: 768px) {
  .page-strengths .roundedBox {
    border-radius: 8px;
    margin-top: 25px;
    padding: 50px;
  }
}
.page-strengths .roundedBox .box_header {
  color: #227DB5;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
@media (min-width: 768px) {
  .page-strengths .roundedBox .box_header {
    font-size: 3.6rem;
    line-height: 1.44;
  }
}
@media (min-width: 1080px) {
  .page-strengths .roundedBox .box_meritList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 25px;
  }
}
.page-strengths .roundedBox .box_meritList li:not(:first-child) {
  margin-top: 45px;
}
@media (min-width: 1080px) {
  .page-strengths .roundedBox .box_meritList li:not(:first-child) {
    margin-top: 50px;
  }
}
.page-strengths .roundedBox .box_meritList li .sentence .sentence_body {
  font-size: 1.5rem;
  color-scheme: #333;
  line-height: 1.5;
  margin-top: 15px;
}
@media (min-width: 1080px) {
  .page-strengths .roundedBox .box_meritList li .sentence .sentence_body {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.page-strengths .roundedBox .box_meritList li .sentence .header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #227DB5;
  line-height: 1.75;
}
@media (min-width: 1080px) {
  .page-strengths .roundedBox .box_meritList li .sentence .header {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 1079px) {
  .page-strengths .roundedBox .box_meritList li .sentence .header {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .page-strengths .roundedBox .box_meritList li.rowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-strengths .roundedBox .box_meritList figure.circle {
  aspect-ratio: 232/232;
  width: 116px;
}
@media (max-width: 1079px) {
  .page-strengths .roundedBox .box_meritList figure.circle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
  }
}
@media (min-width: 768px) {
  .page-strengths .roundedBox .box_meritList figure.circle {
    width: 232px;
    min-width: 232px;
  }
}
@media (max-width: 1079px) {
  .page-strengths .roundedBox .box_meritList figure.circle.hide-sp {
    display: none;
  }
}
@media (max-width: 1080px) {
  .page-strengths .roundedBox .box_meritList figure.circle.hide-pc {
    display: block;
  }
}
.page-strengths .roundedBox .secTtl {
  font-size: 2rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-strengths .roundedBox .secTtl {
    font-size: 2.6rem;
  }
}
.page-strengths .roundedBox .secTtl .secTtl_en {
  color: #227DB5;
}
.page-strengths .about_us {
  margin-top: 45px;
  color: #3E3A39;
}
.page-strengths .about_us .about_text {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .page-strengths .about_us .about_text {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .page-strengths .about_us .about_text {
    text-align: left;
  }
}
.page-strengths .about_us .about_company {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.25em;
}
@media (min-width: 768px) {
  .page-strengths .about_us .about_company {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .page-strengths .about_us .about_company {
    margin-top: 1.25em;
    text-align: left;
  }
}
.page-strengths .about_us .about_description {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-strengths .about_us .about_description {
    font-size: 1.6rem;
  }
}
.page-strengths .about_us .about_description a {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #3E3A39;
  position: relative;
}
@media (max-width: 1080px) {
  .page-strengths .about_us .about_description a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-strengths .about_us .about_description a:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("/wp/wp-content/themes/restaplan/_assets/images/about/googlemaps.svg");
  aspect-ratio: 11.75/9.2;
  width: 14px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  .page-strengths .about_us .about_description a:before {
    width: 16px;
    height: 14px;
    right: -20px;
  }
}
.page-strengths .about_us .about_ryudan {
  width: 100px;
  height: 56px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  .page-strengths .about_us .about_ryudan {
    aspect-ratio: 122/68;
    width: 144px;
    height: 81px;
    margin-right: inherit;
    margin-left: inherit;
  }
}
.page-strengths .about_us .about_subtitle {
  font-size: 1.5rem;
  margin-top: 2em;
}
@media (max-width: 1080px) {
  .page-strengths .about_us .about_subtitle {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-strengths .about_us .about_image.hide-sp {
    display: block;
    margin-top: 1em;
  }
}
@media (min-width: 1080px) {
  .page-strengths .about_us .about_image {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .page-strengths .about_us .about_image {
    margin: 1em 0;
  }
}
@media (min-width: 1080px) {
  .page-strengths .about_us .flex_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-strengths .about_us .flex_about .sentence {
    max-width: 410px;
  }
}
@media (min-width: 1080px) and (min-width: 768px) {
  .page-strengths .about_us .flex_about .hide-sp {
    display: block;
  }
}
.page-strengths .contact_us {
  margin-top: 45px;
}
@media (min-width: 1080px) {
  .page-strengths .contact_us {
    margin-top: 95px;
  }
}
.page-strengths .contact_us .contact_usTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
  color: #227DB5;
}
@media (min-width: 1080px) {
  .page-strengths .contact_us .contact_usTitle {
    font-size: 4.1rem;
    line-height: 1.43;
  }
}
.page-strengths .contact_us .contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-strengths .contact_us .contactList {
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 60px;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-strengths .contact_us .contactList a {
  width: auto;
  height: auto;
  display: block;
  max-height: 96px;
}
.page-strengths .contact_us .contactList a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .page-strengths .contact_us .contactList a:nth-of-type(2), .page-strengths .contact_us .contactList a:nth-of-type(3) {
    width: 70px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}/*# sourceMappingURL=include_style.css.map */