@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #8dc21f;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #000000;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%);
}
#side li + li {
  margin-top: 20px;
}
#side a {
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  width: 178px;
  height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 500;
}
#side a:hover {
  opacity: 0.6;
}
#side a img {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  #side a {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

body.m_fixed {
  padding-top: 90px;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-out;
}
#header.m_fixed {
  position: fixed;
  margin-top: 0;
  width: 100%;
  background-color: #ffffff;
  top: 0;
}
#header.m_fixed .top {
  width: 100%;
  height: 90px;
}
#header.m_fixed .logo {
  width: 300px;
  top: 10px;
  left: 20px;
}
#header.m_fixed .logo a:nth-child(1) {
  display: none;
}
#header.m_fixed .logo a:nth-child(2) {
  display: block;
}
#header.m_fixed .logo a img {
  width: 300px;
  max-width: unset;
}
#header.m_fixed #gnav ul {
  padding: unset;
}
#header.m_fixed #gnav ul li a {
  color: #0c0c0c;
  text-shadow: 0.01em 0.01em 0.5em rgba(255, 255, 255, 0.5), -0.01em -0.01em 0.5em rgba(255, 255, 255, 0.5), 0.01em -0.01em 0.5em rgba(255, 255, 255, 0.5), -0.01em 0.01em 0.5em rgba(255, 255, 255, 0.5);
}
#header .top {
  position: relative;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 20px;
  text-align: center;
  display: flex;
}
#header .logo {
  position: absolute;
  left: 0;
  top: 0;
}
#header .logo a:nth-child(2) {
  display: none;
}
#header .links {
  width: -moz-fit-content;
  width: fit-content;
}
#header .links a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  color: #000000;
}
#header .links a:hover {
  opacity: 0.6;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #header .links ul li a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 50px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 105px;
    min-width: 0px;
    width: auto;
  }
}

#gnav {
  display: flex;
  justify-content: end;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
#gnav > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  margin-right: 60px;
}
#gnav > ul > li {
  position: relative;
  transition: all 0.5s ease-out;
}
#gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
  z-index: 0;
  width: 0;
  transition: all 0.5s ease-out;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
s #gnav > ul > li.current {
  border-top: solid 5px #e99100;
}
#gnav > ul > li > a {
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1350px) {
  #gnav {
    flex-direction: column-reverse;
    justify-content: end;
  }
  #gnav .links {
    margin-left: auto;
  }
  #gnav .links ul li a {
    line-height: 1.4;
  }
  #gnav > ul {
    gap: 20px;
    margin-right: unset;
  }
  #gnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #gnav {
    flex-direction: column-reverse;
    justify-content: end;
  }
  #gnav > ul {
    gap: 20px;
  }
  #gnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #gnav .links {
    display: none;
  }
  #gnav > ul {
    flex-direction: column;
    margin-right: unset;
  }
  #gnav > ul > li {
    flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
  #gnav > ul > li.tel a {
    color: #fff !important;
  }
  #gnav > ul > li.tel a::before {
    content: "";
    width: 30px;
    height: 28px;
    margin-right: 9px;
    background-image: url(../images/tel-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #gnav > ul > li.contact {
    margin-left: 0 !important;
  }
  #gnav > ul > li.contact a {
    color: #fff !important;
  }
  #gnav > ul > li.contact a img {
    width: 30px;
    margin-right: 9px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #8dc21f;
  border-radius: 50%;
}
#pagetop a img {
  width: 13.3333333333%;
}
@media (max-width: 1199px) {
  #pagetop {
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 60px;
  }
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f3ebe3;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
#footer .inner {
  position: relative;
  margin-left: calc((100% - 1450px) / 2);
  display: flex;
}
#footer .contents {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
}
#footer .left {
  width: 62%;
  padding-top: 70px;
  padding-bottom: 20px;
}
#footer .logo {
  margin-bottom: 20px;
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 400px;
  display: flex;
  gap: 40px;
}
#footer .logo a {
  transition: all 0.5s ease-out;
  display: flex;
  width: 100%;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer a {
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .text {
  line-height: 1.75;
  grid-column: 1/2;
  grid-row: 2/3;
}
#footer .brand-links {
  width: 38%;
  margin-left: 15px;
}
#footer .brand-links ul {
  display: block;
  height: 100%;
}
#footer .brand-links ul li {
  height: 33.3333333333%;
}
#footer .brand-links ul li:nth-child(1) a {
  background-color: #8dc21f;
  padding-left: unset;
}
#footer .brand-links ul li:nth-child(1) a .icon {
  width: 14.9%;
  margin-right: 20px;
  aspect-ratio: 10/10;
}
#footer .brand-links ul li:nth-child(1) a .icon img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .brand-links ul li:nth-child(2) a {
  background-color: #c2986d;
  flex-direction: column-reverse;
  padding-left: unset;
}
#footer .brand-links ul li:nth-child(2) a .icon {
  margin-left: unset;
  margin-right: unset;
  width: 68%;
  margin-top: 15px;
}
#footer .brand-links ul li:nth-child(3) a {
  background-color: #f38f1e;
  padding-left: unset;
}
#footer .brand-links ul li:nth-child(3) a .icon {
  width: 14.9%;
  margin-right: 20px;
  aspect-ratio: 10/10;
}
#footer .brand-links ul li:nth-child(3) a .icon img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .brand-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  height: 100%;
  text-align: center;
  padding-left: 23%;
  position: relative;
}
#footer .brand-links ul li a:hover {
  opacity: 0.6;
}
#footer .brand-links ul li a .icon:has(img:nth-of-type(2)) img:nth-child(1) {
  display: block;
}
#footer .brand-links ul li a .icon:has(img:nth-of-type(2)) img:nth-child(2) {
  display: none;
}
#footer .brand-links ul li a .sp {
  display: none;
}
#footer .brand-links ul li a .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#footer .brand-links ul li a .title small {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#footer .bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
#footer #copyright {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 25px;
}
#footer .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .btn-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .link-icon {
  grid-column: 1/2;
  grid-row: 3/4;
}
#footer .btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
}
#footer .btn a {
  width: 250px;
  height: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #c2986d;
  font-size: 23px;
  text-decoration: none;
  line-height: 1.6;
  padding-top: 0.1em;
  transition: all 0.5s ease-out;
}
#footer .btn a:hover {
  opacity: 0.6;
}
#footer .btn a small {
  display: block;
  font-size: 12px;
}
#footer #fnav {
  margin-left: 60px;
  grid-column: 2/3;
  grid-row: 1/4;
}
#footer #fnav > ul > li:not(:first-child) {
  margin-top: 6px;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #42210b;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li::before {
  content: "―";
  padding: 0 10px;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1470px) {
  #footer .inner {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  #footer .brand-links ul li a .icon {
    width: 30%;
  }
  #footer .brand-links ul li a .title {
    font-size: 25px;
  }
  #footer .brand-links ul li a .title small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    flex-direction: column-reverse;
    margin-left: unset;
  }
  #footer .logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
  #footer .logo img {
    max-width: 110px;
  }
  #footer .brand-links {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #footer .brand-links ul {
    display: flex;
  }
  #footer .brand-links ul li {
    height: auto;
    min-height: 140px;
    width: 33.3333333333%;
  }
  #footer .brand-links ul li:nth-child(1) a {
    flex-direction: column-reverse;
    padding: 10px;
  }
  #footer .brand-links ul li:nth-child(1) a .icon {
    width: 55%;
    margin-right: auto;
    margin-top: 10px;
  }
  #footer .brand-links ul li:nth-child(2) a {
    padding: 10px;
  }
  #footer .brand-links ul li:nth-child(2) a .icon {
    width: 102%;
    margin-top: 10px;
  }
  #footer .brand-links ul li:nth-child(3) a {
    flex-direction: column-reverse;
    padding: 10px;
  }
  #footer .brand-links ul li:nth-child(3) a .icon {
    width: 55%;
    margin-right: auto;
    margin-top: 10px;
  }
  #footer .brand-links ul li a {
    display: flex;
    flex-direction: column;
  }
  #footer .brand-links ul li a br {
    display: none;
  }
  #footer .brand-links ul li a .sp {
    display: block;
  }
  #footer .brand-links ul li a .icon {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    margin-bottom: 5px;
  }
  #footer .brand-links ul li a .icon:has(img:nth-of-type(2)) img:nth-child(1) {
    display: none;
  }
  #footer .brand-links ul li a .icon:has(img:nth-of-type(2)) img:nth-child(2) {
    display: block;
  }
  #footer .brand-links ul li a .title {
    font-size: 14px;
  }
  #footer .brand-links ul li a .title small {
    font-size: 13px;
  }
  #footer .left {
    width: 100%;
    padding: 0 10px;
  }
  #footer .contents {
    display: block;
  }
  #footer .text {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .link-icon {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  #footer #fnav {
    margin-left: unset;
    margin-top: 30px;
  }
  #footer #fnav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
  }
  #footer #fnav > ul > li:not(:first-child) {
    margin-top: unset;
  }
  #footer .bottom {
    width: 100%;
    margin-top: 40px;
  }
  #footer .btn-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    max-width: 270px;
  }
  #footer .btn-box .btn a {
    width: 165px;
    height: 55px;
    font-size: 16px;
    padding-top: 0.1em;
  }
  #footer .btn-box .btn a small {
    font-size: 12px;
  }
  #footer #copyright {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

/* ----------------------------------------------
company-bnr
------------------------------------------------- */
.company-bnr {
  margin-top: 70px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
.company-bnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1470px;
  height: 545px;
  display: flex;
}
.company-bnr .left {
  width: 37%;
  background-color: #8dc21f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.company-bnr .text {
  margin-top: 40px;
}
.company-bnr .map {
  width: 63%;
}
.company-bnr .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .company-bnr {
    margin-top: 10px;
  }
  .company-bnr .inner {
    display: block;
    height: unset;
  }
  .company-bnr .logo {
    max-width: 150px;
  }
  .company-bnr .text {
    margin-top: 20px;
  }
  .company-bnr .left {
    width: 100%;
    padding: 20px 10px;
  }
  .company-bnr .map {
    width: 100%;
  }
  .company-bnr .map iframe {
    height: 200px;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-top: 50px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #754c24;
  padding: 0 10px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1470px;
  padding: unset;
}
.contactbnr .text-box {
  text-align: center;
  margin-bottom: 40px;
}
.contactbnr .text-box .title {
  font-size: 38px;
  font-weight: 700;
  color: #8dc21f;
}
.contactbnr h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  font-weight: 700;
  font-size: 63px;
  color: #000000;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.contactbnr h2 small {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .contactbnr h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .contactbnr h2 {
    font-size: 25px;
  }
  .contactbnr h2 small {
    font-size: 15px;
  }
}
.contactbnr .text {
  font-weight: 500;
  line-height: 1.6;
}
.contactbnr .contents {
  display: flex;
}
.contactbnr .tel,
.contactbnr .contact,
.contactbnr .reservation {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 330px;
  padding: 50px 10px;
}
.contactbnr .tel .icon,
.contactbnr .contact .icon,
.contactbnr .reservation .icon {
  margin-bottom: 20px;
}
.contactbnr .tel .title,
.contactbnr .contact .title,
.contactbnr .reservation .title {
  font-size: 26px;
  font-weight: 700;
}
.contactbnr .tel a,
.contactbnr .contact a,
.contactbnr .reservation a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  color: #754c24;
  line-height: 1.3;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover,
.contactbnr .reservation a:hover {
  opacity: 0.6;
}
.contactbnr .tel .btn,
.contactbnr .contact .btn,
.contactbnr .reservation .btn {
  background: #886239;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
  min-width: 240px;
}
.contactbnr .tel .btn:hover,
.contactbnr .contact .btn:hover,
.contactbnr .reservation .btn:hover {
  opacity: 0.6;
}
.contactbnr .tel .btn a,
.contactbnr .contact .btn a,
.contactbnr .reservation .btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding-right: 100px;
  padding-left: 20px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.webp);
  background-position: center right 35px;
  background-repeat: no-repeat;
  font-size: 18px;
}
.contactbnr .qrcode {
  width: 70px;
  margin-bottom: 10px;
}
.contactbnr .qrcode img {
  width: 100%;
}
.contactbnr .tel {
  background-color: #e8d5c8;
}
.contactbnr .tel .icon {
  margin-bottom: 10px;
}
.contactbnr .contact {
  background-color: #dac1a8;
}
.contactbnr .reservation {
  background-color: #c2986d;
}
.contactbnr .reservation .title {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .contactbnr .tel a,
  .contactbnr .contact a,
  .contactbnr .reservation a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .contactbnr .contents {
    flex-wrap: wrap;
  }
  .contactbnr .text-box {
    margin-bottom: 25px;
  }
  .contactbnr .text-box .title {
    font-size: 21px;
  }
  .contactbnr .tel,
  .contactbnr .contact,
  .contactbnr .reservation {
    width: 100%;
    height: unset;
    padding: 15px 10px;
  }
  .contactbnr .tel a,
  .contactbnr .contact a,
  .contactbnr .reservation a {
    font-size: 25px;
  }
  .contactbnr .tel .title,
  .contactbnr .contact .title,
  .contactbnr .reservation .title {
    font-size: 18px;
  }
  .contactbnr .tel .btn,
  .contactbnr .contact .btn,
  .contactbnr .reservation .btn {
    min-width: 200px;
  }
  .contactbnr .tel .btn a,
  .contactbnr .contact .btn a,
  .contactbnr .reservation .btn a {
    height: 60px;
    font-size: 14px;
  }
  .contactbnr .qrcode {
    width: 50px;
    margin-bottom: 10px;
  }
  .contactbnr .tel img {
    width: 40px;
  }
  .contactbnr .contact img {
    width: 42px;
  }
  .contactbnr .contact .icon {
    margin-bottom: 7px;
  }
}/*# sourceMappingURL=style.css.map */