@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}

header {
  /* ヘッダーロゴと問い合わせの設定 */
}

header .header-wrapper {
  width: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-wrapper .logo-box {
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
}

header .header-wrapper .logo-box img {
  width: 100%;
}

@media (max-width: 991.98px) {
  header .header-wrapper .logo-box {
    max-width: 500px;
    width: 100%;
  }
}

header .header-wrapper .contact-box {
  max-width: 260px;
  width: 100%;
  padding: 5px 0;
}

header .header-wrapper .contact-box .header-tel {
  width: 100%;
  padding: 5px 0;
}

header .header-wrapper .contact-box .header-tel img {
  width: 100%;
}

header .header-wrapper .contact-box .header-mail {
  width: 100%;
  padding: 5px 0;
}

header .header-wrapper .contact-box .header-mail img {
  width: 100%;
}

header .header-wrapper .open-box{
  display:flex;
  align-items:center;
}

header .header-wrapper .open-box .open{
  margin-right:30px;
  font-weight:bold;
}

header .header-wrapper .open-box .text-wrap{
  color:#505050;
}

header .header-wrapper .open-box .text-wrap p{margin-bottom: 0.5rem;}

@media (max-width: 1199.98px) {
  header .header-wrapper .open-box {
    display: none;
  }
  header .header-wrapper .contact-box img {
    display: none;
  }
}

header .header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-nav-wrapper .header-nav {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

header .header-nav-wrapper .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

header .header-nav-wrapper .header-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 200px;
  max-width: 200px;
  max-height: 50px;
  width: calc(100vw * 200/ 1200);
  height: calc(100vw * 50/ 1200);
  text-align: center;
}

header .header-nav-wrapper .header-nav ul li.menu-item-blank {
  background-image: url(../img/nav-bg.svg);
  max-width: 200px;
  max-height: 50px;
  width: calc(100vw * 200/ 1200);
  height: calc(100vw * 50/ 1200);
}

header .header-nav-wrapper .header-nav ul li.menu-item {
  max-width: 200px;
  max-height: 50px;
  width: calc(100vw * 200/ 1200);
  height: calc(100vw * 50/ 1200);
}

header .header-nav-wrapper .header-nav ul li.menu-item a {
  background-image: url(../img/nav-bg.svg);
  width: 100%;
  height: 50px;
  color: white;
  padding-top: 13px;
}

header .header-nav-wrapper .header-nav ul li.menu-item a:hover {
  opacity: 0.6;
  color: white;
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent {
  position: relative;
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent ul {
  font-size: 14px;
  display: none;
  width: 300px;
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active {
  position: absolute;
  display: block;
  top: 50px;
  margin: 0;
  padding: 0;
  border: 2px solid #0089d0;
  z-index: 20;
}

@media (max-width: 1199.98px) {
  header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active {
    top: calc(100vw * 50/ 1200);
  }
}

@media (max-width: 767.98px) {
  header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active {
    position: relative;
  }
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active li {
  max-width: none;
  max-height: none;
  height: auto;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #0089d0;
  background-color: white;
  z-index: 30;
  display: block;
  max-width: none;
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active li:last-child {
  border-bottom: none;
}

header .header-nav-wrapper .header-nav ul li.menu-item.parent ul.active li a {
  background-image: none;
  color: #0089d0;
  padding-top: 10px;
  z-index: 30;
  display: block;
  max-width: none;
  max-height: none;
  width: 100%;
}

@media (max-width: 1199.98px) {
  header .header-nav-wrapper .header-nav ul li.menu-item {
    max-width: 200px;
    width: calc(100vw * 200/ 1200);
    font-size: calc(100vw * 16/ 1200);
  }
  header .header-nav-wrapper .header-nav ul li.menu-item.menu-item-blank {
    max-width: 200px;
    width: calc(100vw * 200/ 1200);
    height: calc(100vw * 50/ 1200);
  }
  header .header-nav-wrapper .header-nav ul li.menu-item a {
    width: calc(100vw * 200/ 1200);
    height: calc(100vw * 50/ 1200);
  }
  header .header-nav-wrapper .header-nav ul li.menu-item ul li {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  header .header-nav-wrapper .header-nav {
    display: none;
  }
  header .header-nav-wrapper .header-nav ul li.menu-item ul li {
    height: auto;
    padding: 5px 0;
  }
  header .header-nav-wrapper .header-nav.clicked {
    display: block;
    width: 100%;
    margin: 5px 15px;
  }
  header .header-nav-wrapper .header-nav.clicked ul {
    display: block;
  }
  header .header-nav-wrapper .header-nav.clicked ul li {
    max-width: none;
    max-height: none;
    width: 100%;
    position: relative;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item-blank {
    display: none;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item {
    max-width: none;
    max-height: none;
    font-size: 20px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item a {
    max-width: none;
    max-height: none;
    padding: 10px;
    color: #0089d0;
    background-image: none;
    width: 100%;
    text-align: left;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item a::after {
    position: absolute;
    content: '';
    top: 23px;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent a::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent.active a::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent.active ul {
    display: block;
    padding-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
    border: none;
    top: 0;
    position: relative;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent.active ul li {
    border: none;
    max-height: none;
    padding: 10px;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent ul {
    display: none;
  }
  header .header-nav-wrapper .header-nav.clicked ul li.menu-item.parent ul li a::after {
    border: none;
    max-height: none;
    padding: 10px;
  }
}

header .header-hamburger {
  display: none;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  float: right;
  background-color: #0089d0;
}

@media (max-width: 767.98px) {
  header .header-hamburger {
    display: block;
  }
}

header .header-hamburger span {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 60px;
  height: 4px;
  background: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

header .header-hamburger span:nth-child(1) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

header .header-hamburger span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

header .header-hamburger span:nth-child(3) {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

header .header-hamburger.clicked span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 40px;
}

header .header-hamburger.clicked span:nth-child(2) {
  background-color: transparent;
}

header .header-hamburger.clicked span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40px;
}

@media (max-width: 767.98px) {
  header.clicked {
    display: block;
    background-color: white;
    opacity: 1;
    z-index: 100;
    height: 100vh;
    overflow-y: auto;
  }
}

main #slide {
  position: relative;
}

main #slide .index-mv-list {
  height: calc((100vw /3) + 9vw);
  width: 100vw;
}

main #slide .index-mv-message {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  font-size: 2.8vw;
}

main #slide .index-mv-message p {
  text-align: center;
  text-shadow: 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0, 0 0 15px #0089d0;
}

main .news-sec {
  margin-top: 40px;
  margin-bottom: 30px;
}

main .news-sec h2.header-news {
  width: 100%;
  color: #0089d0;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

main .news-sec h2.header-news::before {
  content: "";
  display: inline-block;
  background-image: url(../img/header-news-symbol.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  background-position: top 2px;
  width: 22px;
  height: 22px;
}

main .news-sec .bx-news {
  margin-top: 20px;
}

main .news-sec .bx-news ul {
  width: 100%;
  padding-left: 0;
}

main .news-sec .bx-news ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: dotted 3px #0089d0;
}

main .news-sec .bx-news ul li:last-child {
  border-bottom: dotted 3px #0089d0;
}

main .news-sec .bx-news ul li .date {
  padding: 0 20px;
}

main .news-sec .bx-news ul li .txt {
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  main .news-sec .bx-news ul li {
    display: block;
  }
  main .news-sec .bx-news ul li .date {
    padding: 0 10px 10px;
  }
  main .news-sec .bx-news ul li .txt {
    padding: 0 10px;
  }
}

main .sec-recommend {
  margin: 10px 0 0 0;
}

main .sec-recommend .index-recommend-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}

main .sec-recommend .index-recommend-tab .index-recommend-tab-chintai,
main .sec-recommend .index-recommend-tab .index-recommend-tab-baibai {
  font-family: #d9edf8;
  font-size: 25px;
  font-weight: bold;
  padding: 7px 10px;
  width: 100%;
  background-color: #5ea57b;
  color: white;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

main .sec-recommend .index-recommend-tab .index-recommend-tab-chintai.select,
main .sec-recommend .index-recommend-tab .index-recommend-tab-baibai.select {
  background-color: #d9edf8;
  color: #0089d0;
}

@media (max-width: 767.98px) {
  main .sec-recommend .index-recommend-tab .index-recommend-tab-chintai,
  main .sec-recommend .index-recommend-tab .index-recommend-tab-baibai {
    font-size: 18px;
  }
}

main .index-recommend-chintai,
main .index-recommend-baibai {
  padding: 60px;
  background-color: #d9edf8;
}

main .index-recommend-chintai table,
main .index-recommend-baibai table {
  width: 100%;
}

main .index-recommend-chintai table tr td,
main .index-recommend-baibai table tr td {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 0 40px;
}

main .index-recommend-chintai table tr td.none,
main .index-recommend-baibai table tr td.none {
  margin: 0;
}

@media (min-width: 768px) {
  main .index-recommend-chintai table tr td,
  main .index-recommend-baibai table tr td {
    display: table-cell;
    width: 33.33%;
    padding: 0 20px 20px;
  }
}

main .index-recommend-chintai table tr td .photo,
main .index-recommend-baibai table tr td .photo {
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: #f2efed;
  vertical-align: middle;
  position: relative;
  display: table;
}

main .index-recommend-chintai table tr td .photo a,
main .index-recommend-baibai table tr td .photo a {
  width: 100%;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

main .index-recommend-chintai table tr td .photo a:hover,
main .index-recommend-baibai table tr td .photo a:hover {
  opacity: .8;
}

main .index-recommend-chintai table tr td .photo img,
main .index-recommend-baibai table tr td .photo img {
  max-width: 100%;
  max-height: 210px;
  width: auto;
  height: auto;
  position: relative;
  vertical-align: middle;
}

main .index-recommend-chintai table tr td .icn,
main .index-recommend-baibai table tr td .icn {
  display: block;
  padding: 5px 8px;
  font-weight: 700;
  background-color: #0089d0;
  color: white;
  text-align: center;
}

main .index-recommend-chintai table tr td .madori,
main .index-recommend-baibai table tr td .madori {
  margin: 8px 0 0;
}

main .index-recommend-chintai table tr td .price,
main .index-recommend-baibai table tr td .price {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  padding: 0 0 8px;
}

main .index-recommend-chintai table tr td .price strong,
main .index-recommend-baibai table tr td .price strong {
  color: #FF6600;
  font-size: 1.4em;
}

@media (min-width: 768px) {
  main .index-recommend-chintai table tr td .price strong,
  main .index-recommend-baibai table tr td .price strong {
    font-size: 1.6em;
  }
}

main .index-recommend-chintai table tr td .price::after {
  content: "万円";
}

main .index-recommend-baibai table tr td .price::after {
  content: "円";
}

main .sec-consultation {
  margin-top: 40px;
}

main .sec-consultation h2.header-consultation {
  width: 100%;
  color: #0089d0;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

main .sec-consultation h2.header-consultation::before {
  content: "";
  display: inline-block;
  background-image: url(../img/header-consultation-symbol.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 3px;
  margin-right: 8px;
  background-position: 0 3px;
  width: 33px;
  height: 33px;
}

main .sec-consultation .content-consultation {
  background-image: url(../img/bg-consultation.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  width: 100%;
}

main .sec-consultation .content-consultation .question {
  width: 100%;
}

main .sec-consultation .content-consultation .question img {
  width: 100%;
}

main .sec-consultation .content-consultation .content-information {
  font-size: 45px;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0, 0 0 10px #0089d0;
}

@media (max-width: 991.98px) {
  main .sec-consultation .content-consultation .content-information {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  main .sec-consultation .content-consultation .content-information {
    font-size: 26px;
  }
}

main .sec-consultation .content-consultation .consultation-box {
  padding: 20px 10px;
  width: 100%;
}

main .sec-consultation .content-consultation .consultation-box .img-box {
  width: 80%;
  margin: auto;
}

main .sec-consultation .content-consultation .consultation-box .img-box img {
  width: 100%;
}

main .sec-consultation .content-consultation .consultation-box .title-box {
  width: 100%;
  color: #0089d0;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 10px;
}

main .sec-about {
  margin-top: 60px;
}

main .sec-about h2.header-about {
  width: 100%;
  color: #0089d0;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

main .sec-about h2.header-about::after {
  content: "";
  display: inline-block;
  background-image: url(../img/header-about-symbol.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 3px;
  margin-left: 8px;
  background-position: 0 3px;
  width: 33px;
  height: 33px;
}

main .sec-about .about-description {
  margin: 5px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

main .sec-about .company-info table {
  width: 100%;
}

main .sec-about .company-info table tr {
  border-top: 2px solid #0089d0;
}

main .sec-about .company-info table tr:last-child {
  border-bottom: 2px solid #0089d0;
}

main .sec-about .company-info table tr td {
  padding: 15px 0;
}

main .sec-about .company-info table tr td.title {
  width: 150px;
  text-align: center;
}

@media (max-width: 991.98px) {
  main .sec-about .company-info {
    margin: 20px 0;
  }
}

@media (max-width: 767.98px) {
  main .sec-about .company-info table tr td.title {
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #d9edf8;
  }
  main .sec-about .company-info table tr td.txt {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

main .sec-about .gmap iframe {
  width: 100%;
}

@media (max-width: 991.98px) {
  main .sec-about .gmap {
    margin: 20px 0;
  }
}

footer {
  margin-top: 100px;
  /* ナビゲーションメニューの設定 */
}

footer .logo-box {
  width: 100%;
}

footer .logo-box img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  footer .logo-box {
    max-width: 300px;
    width: 80%;
  }
}

footer .company-address {
  padding: 5px;
}

footer .company-address .row .row {
  padding: 0;
  margin: 0;
}

footer .company-address::after {
  content: "";
  float: right;
  display: inline;
  background-image: url(../img/map-pin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -70px;
  background-position: 0 3px;
  width: 120px;
  height: 120px;
}

@media (max-width: 1199.98px) {
  footer .company-address::after {
    display: none;
  }
}

footer .footer-nav-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-nav-wrapper .footer-nav {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: auto;
}

footer .footer-nav-wrapper .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

footer .footer-nav-wrapper .footer-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 200px;
  height: 50px;
  text-align: center;
}

footer .footer-nav-wrapper .footer-nav ul li:first-child {
  margin-left: 0;
}

footer .footer-nav-wrapper .footer-nav ul li.menu-item-blank {
  background-image: url(../img/nav-bg.svg);
  width: 200px;
  height: 50px;
}

footer .footer-nav-wrapper .footer-nav ul li.menu-item a {
  background-image: url(../img/nav-bg.svg);
  width: 100%;
  height: 50px;
  color: white;
  padding-top: 13px;
}

footer .footer-nav-wrapper .footer-nav ul li.menu-item a:hover {
  opacity: 0.6;
  color: white;
}

@media (max-width: 1199.98px) {
  footer .footer-nav-wrapper .footer-nav ul li {
    max-width: 200px;
    width: calc(100vw * 200/ 1200);
    font-size: 16px;
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item-blank {
    max-width: 200px;
    width: calc(100vw * 200/ 1200);
    height: calc(100vw * 50/ 1200);
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item a {
    max-width: 200px;
    width: calc(100vw * 200/ 1200);
    height: calc(100vw * 50/ 1200);
  }
}

@media (max-width: 991.98px) {
  footer .footer-nav-wrapper .footer-nav ul li {
    font-size: calc(100vw * 20/ 1200);
    height: calc(100vw * 50/ 1200);
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item-blank {
    height: calc(100vw * 50/ 1200);
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item a {
    height: calc(100vw * 50/ 1200);
    padding-top: calc(100vw * 16/ 1200);
  }
}

@media (max-width: 767.98px) {
  footer .footer-nav-wrapper .footer-nav ul {
    display: inline-block;
    width: 450px;
    padding-left: 0;
    margin-bottom: 50px;
  }
  footer .footer-nav-wrapper .footer-nav ul li {
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    text-align: center;
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item-blank {
    display: none;
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item {
    width: 200px;
    padding: 20px;
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item a {
    width: 200px;
    text-align: center;
    background-image: none;
    color: #0089d0;
    font-size: 18px;
  }
  footer .footer-nav-wrapper .footer-nav ul li.menu-item a:hover {
    color: #0089d0;
    opacity: 0.8;
  }
}

footer .footer-copy {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.slick-slide img {
  height: calc((100vw /3) + 9vw);
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */