@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: #333;
  font-size: 16px;
  font-size: 1.333vw;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

figure {
  margin: 0;
}

img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

p, ul, dl, table {
  line-height: 2;
}

.font-bold {
  font-weight: 700;
}

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

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

.font-normal {
  font-weight: 400;
}

.u-color-pink {
  color: #f6769c;
}

.u-color-green {
  color: #306F32;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-mint {
  background-color: #E0E9E0;
}

.pc-none {
  display: none;
}

.for-mobile {
  display: none;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .for-mobile {
    display: block;
  }
  .for-tab {
    display: none;
  }
}
/*------------------------
  Layout
------------------------*/
.wrapper {
  max-width: calc(1300px + 5vw);
  width: 100%;
  padding: 0 2.5vw;
  margin: 0 auto;
}

.wrapper.narrow {
  max-width: calc(1000px + 5vw);
}

.container {
  padding: 10vw 0;
}

.container.top {
  padding-top: 0;
}

.container.bottom {
  padding-bottom: 0;
}

.container.first {
  padding-top: 5vw;
}

.row-default {
  display: flex;
  flex-wrap: wrap;
}

.row-default .col2 {
  width: 50%;
}

.row-default .col3 {
  width: 33.3333%;
}

.row-default .col4 {
  width: 25%;
}

@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1360px;
    padding: 0 30px;
  }
  .wrapper.narrow {
    max-width: 1060px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
  }
  .container {
    padding: 35px 0 50px;
  }
  .container.first {
    padding-top: 30px;
  }
  .row-default {
    display: flex;
    flex-wrap: wrap;
  }
  .row-default .col2 {
    width: 100%;
  }
  .row-default .col3 {
    width: 50%;
  }
  .row-default .col4 {
    width: 50%;
  }
}
/*------------------------
  Heading
------------------------*/
.content-title {
  font-size: 35px;
  font-size: 2.917vw;
  font-weight: 700;
  color: #306F32;
  margin-bottom: 2.5vw;
  position: relative;
}

.heading-medium {
  font-size: 28px;
  font-size: 2.333vw;
  font-weight: 700;
  margin-bottom: 1.667vw;
}

@media screen and (min-width: 1200px) {
  .content-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .heading-medium {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .heading-medium {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.tag-ttl {
  text-align: center;
  background-color: #306F32;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(18px, 1.833vw, 22px);
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 20px;
}
.tag-ttl.pink {
  background-color: #f6769c;
}
.tag-ttl.yg {
  background-color: #b2c759;
}
.tag-ttl.wb {
  background-color: #4dadeb;
}
.tag-ttl.wh {
  background-color: #fff;
  color: #306F32;
}

.heading-small {
  font-size: clamp(16px, 1.667vw, 20px);
  margin-bottom: 10px;
}

.tag-ttl {
  text-align: center;
  background-color: #306F32;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(18px, 1.833vw, 22px);
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 20px;
}
.tag-ttl.pink {
  background-color: #f6769c;
}
.tag-ttl.yg {
  background-color: #b2c759;
}
.tag-ttl.wb {
  background-color: #4dadeb;
}

.heading-small {
  font-size: clamp(16px, 1.667vw, 20px);
  margin-bottom: 10px;
}

/*------------------------
  Partial
------------------------*/
.link-btn {
  width: 420px;
  width: 35vw;
}

.link-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFF;
  text-align: center;
  font-weight: 500;
  color: #6c996d;
  font-size: 28px;
  font-size: 2.333vw;
  border-radius: 43px;
  border-radius: 3.583vw;
  border: 1px solid #6c996d;
  line-height: 86px;
  line-height: 7.167vw;
}

.link-btn a svg {
  width: 1vw;
  height: auto;
  fill: #6c996d;
  margin-left: 20px;
  margin-left: 1.667vw;
}

.link-btn a:hover {
  background-color: #6c996d;
  color: #FFF;
}

.link-btn a:hover svg {
  fill: #FFF;
}

@media screen and (min-width: 1200px) {
  .link-btn {
    width: 420px;
  }
  .link-btn a {
    font-size: 28px;
    border-radius: 43px;
    line-height: 86px;
  }
  .link-btn a svg {
    width: 12px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .link-btn {
    width: 250px;
  }
  .link-btn a {
    font-size: 14px;
    border-radius: 20px;
    line-height: 40px;
  }
  .link-btn a svg {
    width: 8px;
    margin-left: 20px;
  }
}
/*------------------------
  Header
------------------------*/
.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}

.site-header .header-wrap {
  padding: 0 15px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.site-header .logo {
  width: 370px;
  width: 30.833vw;
}

.site-header .header-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.site-header ul.menu {
  display: flex;
  flex-wrap: nowrap;
}

.site-header ul.menu li {
  margin: 0 15px;
  margin: 0 1.25vw;
}

.site-header ul.menu a {
  color: #155C17;
  font-weight: 500;
  white-space: nowrap;
}

.site-header ul.menu a:hover {
  opacity: 0.8;
}

.site-header .header-info {
  color: #155C17;
  margin: 0 15px;
  margin: 0 1.25vw;
}

.site-header .header-info .tel {
  font-size: 23px;
  font-size: 1.917vw;
  font-weight: 700;
  white-space: nowrap;
}

.site-header .header-info .tel small {
  font-size: 18px;
  font-size: 1.5vw;
  font-weight: 400;
}

.site-header .header-info .time {
  font-size: 17px;
  font-size: 1.417vw;
  text-align: right;
}

.site-header .btn-apo a {
  display: block;
  background-color: #306F32;
  color: #FFF;
  font-size: 17px;
  font-size: 1.417vw;
  font-weight: 700;
  text-align: center;
  width: 150px;
  width: 12.5vw;
  line-height: 50px;
  line-height: 4.167vw;
  border-radius: 25px;
  border-radius: 2.083vw;
}

.site-header .btn-apo a:hover {
  background-color: #155C17;
}

.site-header .btn-apo a .icon {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-right: 1.667vw;
}

.site-header .btn-apo a .icon::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 15px;
  width: 1.25vw;
  height: 100%;
  background: url(../images/common/icon_blank.svg) no-repeat center/100% auto;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .site-header .header-wrap {
    padding: 0 15px;
    height: 100px;
  }
  .site-header .logo {
    width: 370px;
  }
  .site-header ul.menu li {
    margin: 0 15px;
  }
  .site-header .header-info {
    margin: 0 15px;
  }
  .site-header .header-info .tel {
    font-size: 23px;
  }
  .site-header .header-info .tel small {
    font-size: 18px;
  }
  .site-header .header-info .time {
    font-size: 17px;
  }
  .site-header .btn-apo a {
    font-size: 17px;
    width: 150px;
    line-height: 50px;
    border-radius: 25px;
  }
  .site-header .btn-apo a .icon {
    padding-right: 20px;
  }
  .site-header .btn-apo a .icon::before {
    width: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .site-header {
    background-color: #FFF;
  }
  .site-header .header-wrap {
    padding-right: 7.25vw;
  }
  .site-header ul.menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-header .header-wrap {
    padding: 0 15px;
    height: 60px;
  }
  .site-header .logo {
    width: 250px;
  }
  .site-header .header-right {
    display: none;
  }
  .site-header .btn-apo a {
    display: block;
    background-color: #306F32;
    color: #FFF;
    font-size: 17px;
    font-size: 1.417vw;
    font-weight: 700;
    text-align: center;
    width: 150px;
    width: 12.5vw;
    line-height: 50px;
    line-height: 4.167vw;
    border-radius: 25px;
    border-radius: 2.083vw;
  }
  .site-header .btn-apo a:hover {
    background-color: #155C17;
  }
  .site-header .btn-apo a .icon {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-right: 1.667vw;
  }
  .site-header .btn-apo a .icon::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 15px;
    width: 1.25vw;
    height: 100%;
    background: url(../images/common/icon_blank.svg) no-repeat center/100% auto;
    right: 0;
    top: 0;
  }
}
/*------------------------
  Burger Menu
------------------------*/
.header-menu {
  position: fixed;
  z-index: 100;
  right: 0.417vw;
  top: 2.083vw;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

.header-menu .line {
  width: 75px;
  width: 6.25vw;
  height: 75px;
  height: 6.25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 1.25vw 1vw 2.083vw;
  text-align: center;
}

.header-menu .line .top, .header-menu .line .bottom, .header-menu .line .middle {
  width: 100%;
  height: 2px;
  background-color: #155C17;
}

.header-menu .line::after {
  content: "MENU";
  position: absolute;
  font-size: 11px;
  font-size: 0.917vw;
  color: #155C17;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  left: 0;
  bottom: -0.2em;
  width: 100%;
}

.header-menu.close-btn {
  z-index: 110;
  display: block;
}

.header-menu.close-btn .line::after {
  content: none;
}

.header-menu.close-btn .line .top, .header-menu.close-btn .line .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
}

.header-menu.close-btn .line .top {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-menu.close-btn .line .bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.open {
  display: none;
  min-width: 420px;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  z-index: 100;
  overflow: scroll;
  right: 0;
  top: 0;
}

.open .header-wrap {
  padding: 0 15px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.open .logo {
  width: 370px;
  width: 30.833vw;
}

.open .menu-wrap {
  margin: 0 auto;
}

.open ul.menu {
  padding: 0 15px;
}

.open ul.menu li {
  border-bottom: 1px solid #707070;
}

.open ul.menu a {
  font-size: 20px;
  font-size: 1.667vw;
  color: #707070;
  display: block;
  padding: 1.25vw 0;
  position: relative;
}

.open ul.menu a::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0.833vw;
  height: 0.833vw;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  right: 0.833vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.open .btn-wrap {
  width: 50%;
  margin: 3.333vw auto;
}

.open .btn-wrap .link-btn, .open .btn-wrap .btn-apo {
  width: 100%;
}

.open .btn-wrap .link-btn a {
  color: #155C17;
  border-color: #155C17;
  font-weight: 700;
  font-size: 23px;
  font-size: 1.917vw;
}

.open .btn-wrap .link-btn a span {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.5vw;
}

.open .btn-wrap .link-btn a:hover {
  background-color: #155C17;
  color: #FFF;
}

.open .btn-wrap p {
  text-align: center;
  color: #155C17;
  margin: 1.25vw 0;
}

.open .btn-wrap .btn-apo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #306F32;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  font-size: 23px;
  font-size: 1.917vw;
  border-radius: 43px;
  border-radius: 3.583vw;
  border: 1px solid #306F32;
}

.open .btn-wrap .btn-apo a .icon {
  display: inline-block;
  line-height: 86px;
  line-height: 7.167vw;
  padding-right: 2.5vw;
  background: url(../images/common/icon_blank.svg) no-repeat right center/1.667vw auto;
}

.open .hour {
  width: 80%;
  margin: 0 auto 3.333vw;
}

.open .hour table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #707070;
  color: #707070;
  font-size: 20px;
  font-size: 1.667vw;
}

.open .hour table th, .open .hour table td {
  border-bottom: 1px solid #707070;
  font-weight: 400;
}

.open .hour table th {
  padding: 5px 0;
  padding: 0.417vw 0;
}

.open .hour table td {
  padding: 5px;
  padding: 0.417vw;
}

.open .hour ul.note {
  margin: 1.25vw 0 0;
}

.open .hour ul.note li {
  color: #707070;
  font-size: 20px;
  font-size: 1.667vw;
  position: relative;
  padding-left: 1.2em;
}

.open .hour ul.note li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.open .map-wrap {
  background-color: #FCC360;
  color: #FFF;
  text-align: center;
  padding: 1.667vw 15px 5vw;
}

.open .map-wrap h3 {
  font-size: 15px;
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}

.open .map-wrap img {
  display: block;
  margin: 1.25vw auto;
  max-width: 300px;
  width: 100%;
}

.open .map-wrap .or-btn {
  max-width: 300px;
  width: 100%;
  margin: 1.667vw auto 0;
}

.open .map-wrap .or-btn a {
  display: block;
  color: #FCC360;
  text-align: center;
  background-color: #FFF;
  line-height: 44px;
  line-height: 3.667vw;
  border-radius: 22px;
  border-radius: 1.833vw;
}

.open .map-wrap .or-btn a:hover {
  opacity: 0.8;
}

.open .map-wrap .or-btn a span {
  padding-right: 1.667vw;
  position: relative;
  display: inline-block;
}

.open .map-wrap .or-btn a span::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5vw 0 0.5vw 0.5vw;
  border-color: transparent transparent transparent #fcc360;
}

@media screen and (max-width: 1080px) {
  .header-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    right: 0;
    top: 0;
  }
  .header-menu .line {
    height: 60px;
    width: 60px;
    position: relative;
    padding: 12px 17px 30px;
    text-align: center;
  }
  .header-menu .line .top, .header-menu .line .bottom, .header-menu .line .middle {
    width: 100%;
    height: 2px;
    background-color: #155C17;
  }
  .header-menu .line::after {
    font-size: 11px;
    bottom: 12px;
  }
  .header-menu.close-btn .line .top, .header-menu.close-btn .line .bottom {
    width: 50%;
  }
  .rsv-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 110;
    top: 0;
    right: 60px;
  }
  .rsv-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #155C17;
  }
  .rsv-btn a::after {
    content: "WEB予約";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 12px;
  }
  .rsv-btn a svg {
    width: 17px;
    height: auto;
    margin: 0 auto;
    fill: #155C17;
  }
  .open .header-wrap {
    height: 60px;
  }
  .open .logo {
    width: 250px;
  }
  .open .menu-wrap {
    margin: 0 auto;
  }
  .open ul.menu {
    padding: 0 25px;
  }
  .open ul.menu a {
    font-size: 15px;
    padding: 15px 0;
  }
  .open ul.menu a::before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .open .btn-wrap {
    width: 100%;
    padding: 0 25px;
    margin: 20px auto;
  }
  .open .btn-wrap .link-btn a {
    font-size: 23px;
    line-height: 44px;
    border-radius: 22px;
  }
  .open .btn-wrap .link-btn a span {
    font-size: 18px;
  }
  .open .btn-wrap p {
    margin: 15px 0;
  }
  .open .btn-wrap .btn-apo a {
    font-size: 14px;
    border-radius: 22px;
  }
  .open .btn-wrap .btn-apo a .icon {
    padding-right: 20px;
    background-size: 12px auto;
    line-height: 44px;
  }
  .open .hour {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto 30px;
  }
  .open .hour table {
    width: 100%;
    font-size: 12px;
    border-top: none;
  }
  .open .hour table th {
    padding: 10px 0;
  }
  .open .hour table td {
    padding: 10px 5px;
  }
  .open .hour ul.note {
    margin: 10px 0 0;
  }
  .open .hour ul.note li {
    font-size: 12px;
  }
  .open .map-wrap {
    padding: 20px 25px 60px;
  }
  .open .map-wrap h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .open .map-wrap img {
    display: block;
    margin: 10px auto;
    max-width: 400px;
  }
  .open .map-wrap p {
    text-align: left;
    font-size: 13px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .open .map-wrap .or-btn {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
  }
  .open .map-wrap .or-btn a {
    line-height: 44px;
    border-radius: 22px;
  }
  .open .map-wrap .or-btn a span {
    padding-right: 15px;
  }
  .open .map-wrap .or-btn a span::before {
    border-width: 6px 0 6px 6px;
  }
}
/*------------------------
  Breadcrumbs
------------------------*/
.breadcrumbs {
  padding: 10px 0 0;
  padding: 0.833vw 0 0;
  font-size: 13px;
  font-size: 1.083vw;
  color: #707070;
}

.breadcrumbs a {
  color: #707070;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .breadcrumbs {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 0;
    font-size: 12px;
  }
}
/*------------------------
  Footer
------------------------*/
.site-footer {
  border-top: 6px solid #E0E9E0;
  border-top: 0.5vw solid #E0E9E0;
  background-color: #FFF;
}

.site-footer .row-default {
  padding: 50px 0;
  padding: 4.167vw 0;
}

.site-footer .row-default .col2:first-child {
  padding-right: 90px;
  padding-right: 7.25vw;
}

.site-footer .ft-logo img {
  display: block;
  margin: 0 auto;
}

.site-footer .ft-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.667vw 0 0;
}

.site-footer .ft-info .tel {
  color: #155C17;
  font-weight: 700;
  font-size: 32px;
  font-size: 2.667vw;
}

.site-footer .ft-info .tel small {
  font-size: 25px;
  font-size: 2.083vw;
}

.site-footer .ft-info p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.5vw;
}

.site-footer .ft-info .btn-apo {
  margin: 2.5vw auto 3.333vw;
}

.site-footer .ft-info .btn-apo a {
  display: block;
  background-color: #306F32;
  color: #FFF;
  font-size: 17px;
  font-size: 1.417vw;
  font-weight: 700;
  text-align: center;
  width: 310px;
  width: 25.833vw;
  border-radius: 25px;
  border-radius: 2.083vw;
}

.site-footer .ft-info .btn-apo a:hover {
  background-color: #155C17;
}

.site-footer .ft-info .btn-apo a .icon {
  position: relative;
  padding-right: 25px;
  padding-right: 2.083vw;
  line-height: 50px;
  line-height: 4.167vw;
}

.site-footer .ft-info .btn-apo a .icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 0;
  width: 1.25vw;
  height: 100%;
  background: url(../images/common/icon_blank.svg) no-repeat center center/100% auto;
}

.site-footer .hour table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #707070;
  color: #707070;
  font-size: 20px;
  font-size: 1.667vw;
}

.site-footer .hour table th, .site-footer .hour table td {
  border-bottom: 1px solid #707070;
  font-weight: 400;
}

.site-footer .hour table th {
  padding: 5px 0;
  padding: 0.417vw 0;
}

.site-footer .hour table td {
  padding: 5px;
  padding: 0.417vw;
}

.site-footer ul.note {
  margin: 1.25vw 0 0;
}

.site-footer ul.note li {
  color: #707070;
  font-size: 20px;
  font-size: 1.667vw;
  position: relative;
  padding-left: 1.2em;
}

.site-footer ul.note li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.site-footer .ft-copy {
  background-color: #306F32;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 5vw;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 4:3 */
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .site-footer {
    border-top: 6px solid #E0E9E0;
  }
  .site-footer .row-default {
    padding: 50px 0;
  }
  .site-footer .row-default .col2:first-child {
    padding-right: 90px;
  }
  .site-footer .ft-info {
    margin: 20px 0 0;
  }
  .site-footer .ft-info .tel {
    font-size: 32px;
  }
  .site-footer .ft-info .tel small {
    font-size: 25px;
  }
  .site-footer .ft-info p {
    font-size: 18px;
  }
  .site-footer .ft-info .btn-apo {
    margin: 30px auto 40px;
  }
  .site-footer .ft-info .btn-apo a {
    font-size: 17px;
    width: 310px;
    border-radius: 25px;
  }
  .site-footer .ft-info .btn-apo a .icon {
    padding-right: 25px;
    line-height: 50px;
  }
  .site-footer .ft-info .btn-apo a .icon::after {
    width: 15px;
  }
  .site-footer .hour table {
    font-size: 18px;
  }
  .site-footer .hour table th {
    padding: 5px 0;
  }
  .site-footer .hour table td {
    padding: 5px;
  }
  .site-footer ul.note {
    margin: 15px 0 0;
  }
  .site-footer ul.note li {
    font-size: 18px;
  }
  .site-footer .ft-copy {
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    border: none;
  }
  .site-footer .row-default {
    padding: 40px 0 50px;
  }
  .site-footer .row-default .col2:first-child {
    padding: 0 0 30px;
  }
  .site-footer .ft-logo img {
    width: 190px;
  }
  .site-footer .ft-info {
    margin: 15px 0 0;
  }
  .site-footer .ft-info .tel {
    font-size: 22px;
  }
  .site-footer .ft-info .tel small {
    font-size: 18px;
  }
  .site-footer .ft-info p {
    font-size: 13px;
  }
  .site-footer .ft-info .btn-apo {
    margin: 15px auto 20px;
  }
  .site-footer .ft-info .btn-apo a {
    font-size: 16px;
    width: 250px;
    border-radius: 20px;
  }
  .site-footer .ft-info .btn-apo a .icon {
    padding-right: 20px;
    line-height: 40px;
  }
  .site-footer .ft-info .btn-apo a .icon::after {
    width: 15px;
  }
  .site-footer .hour table {
    border-top: none;
    font-size: 12px;
  }
  .site-footer .hour table th {
    padding: 10px 0;
  }
  .site-footer .hour table td {
    padding: 10px;
  }
  .site-footer ul.note {
    margin: 15px 0 0;
  }
  .site-footer ul.note li {
    font-size: 12px;
  }
  .site-footer .ft-copy {
    font-size: 11px;
    line-height: 50px;
  }
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 4:3 */
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*------------------------

------------------------*/
/*------------------------

------------------------*/
/*------------------------

------------------------*/