@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;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

strong {
  color: #000;
  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: 40%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%);
}
#side li + li {
  margin-top: 15px;
}
#side li.line a {
  text-align: center;
  width: 136px;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #06c755;
  border-radius: 26px 0 0 26px;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.2em;
}
#side li.line img {
  width: 56px;
  display: block;
  margin-bottom: 5px;
}
#side a {
  transition: all 0.5s ease-out;
}
#side a:hover {
  opacity: 0.6;
}
#side a img {
  width: 100%;
}
@media (max-width: 1399px) {
  #side {
    width: 110px;
    top: 35%;
  }
  #side li.line a {
    width: 100%;
    height: 117px;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
  }
  #side li.line img {
    width: 48px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}
#header .top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 40px;
}
#header .logo img {
  min-width: 160px;
}
#header .right {
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#header .links {
  grid-column: 2/3;
  grid-row: 1/2;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 30px;
}
#header .links ul {
  display: flex;
  gap: 25px;
}
#header .links .tel a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 46px;
  color: #ef7e00;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#header .links .tel a img {
  margin-right: 0.2em;
}
#header .links .access a {
  transition: all 0.5s ease-out;
}
#header .links .access a:hover {
  opacity: 0.6;
}
#header .links .access a {
  height: 73px;
  font-size: 24px;
  background-color: #88c23f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 25px;
  border-radius: 0 0 20px 20px;
}
#header .links a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header .links a:hover {
  opacity: 0.6;
}
#header .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#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;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #header .links {
    margin-bottom: 20px;
  }
  #header .links ul .tel a {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 32px;
    color: #ef7e00;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  #header .links ul .tel a img {
    margin-right: 0.2em;
    width: 40px;
  }
  #header .links ul .access a {
    height: 50px;
    font-size: 17px;
  }
  #header .top {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .logo {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  #header .links {
    display: none;
  }
  #header .top {
    height: 75px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    padding-bottom: unset;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #fff;
  }
  #header.m_fixed .top {
    padding: 0 10px 10px 20px;
  }
  #header.m_fixed .links {
    margin-bottom: 10px;
  }
  #header.m_fixed .links .access a {
    height: 40px;
    font-size: 20px;
  }
  #header.m_fixed .links .tel a {
    font-size: 30px;
    line-height: 1.2;
  }
  #header.m_fixed .links .tel a img {
    width: 36px;
  }
}
#gnav > ul {
  display: flex;
  width: 100%;
  gap: 10px 30px;
  padding-right: 15px;
}
#gnav > ul > li {
  position: relative;
  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;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #736357;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.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: 1199px) {
  #gnav > ul {
    flex-wrap: wrap;
    justify-content: end;
  }
  #gnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
    padding-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;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

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

#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 {

    }
  }
}

*/
#pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1500px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer .inner {
  position: relative;
}
#footer .logo {
  margin-bottom: 10px;
}
#footer .logo a {
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1320px;
  margin-bottom: 40px;
}
#footer .head .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37%;
}
#footer .head .right {
  width: 52%;
}
#footer .address {
  font-size: 19px;
  margin-bottom: 20px;
}
#footer .orange {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#footer .orange ul {
  display: flex;
  justify-content: space-between;
}
#footer .orange ul li {
  width: 49.5%;
  min-height: 165px;
  background-color: #f7ac3b;
  color: #fff;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6666666667;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px 0 0 25px;
}
#footer .orange ul li:nth-child(2) {
  border-radius: 0 25px 25px 0;
}
#footer .calendar {
  width: 100%;
  background-color: unset;
  border-radius: unset;
  margin-top: unset;
  padding: unset;
}
#footer .calendar .strong {
  color: #f7ac3b;
}
#footer .calendar table {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#footer .calendar table th,
#footer .calendar table td {
  border-bottom: #f7ac3b 1px solid;
  font-size: 17px;
  text-align: center;
  padding: 10px 10px;
}
#footer .calendar table thead th {
  letter-spacing: 0.5em;
  padding-left: 0.7em;
}
#footer .calendar table tbody td {
  font-size: 22px;
}
#footer .contents {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
#footer .contents .strong {
  font-size: 17px;
  color: #f7ac3b;
  letter-spacing: 0.05em;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 15px;
}
#footer .contents .kyusin {
  color: #736357;
  font-size: 16px;
  grid-column: 2/3;
  grid-row: 1/2;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#footer .contents .text {
  grid-column: 1/3;
  grid-row: 2/3;
}
#footer .facebook {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#footer .facebook .btn {
  max-width: 335px;
  height: 50px;
  flex: 1;
}
#footer .facebook .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
#footer .facebook .btn a:hover {
  opacity: 0.6;
}
#footer .facebook .btn a {
  color: #fff;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 55px;
  padding-right: 65px;
  text-decoration: none;
  background-color: #0168b6;
  border-radius: 50px;
}
#footer #copyright {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}
#footer .bottom {
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 50px;
}
#footer .sitemap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1320px;
}
#footer .sitemap .title {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  color: #9e8b86;
  margin-bottom: 20px;
}
#footer .sitemap .title small {
  font-size: 24px;
  margin-left: 20px;
}
#footer #fnav {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-bottom: 50px;
}
#footer #fnav > ul {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
#footer #fnav > ul:nth-child(3) {
  flex: 1;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  color: #736357;
}
#footer #fnav > ul > li > a::before {
  content: "〇";
  font-size: 1em;
  padding-right: 0.2em;
}
#footer #fnav > ul > li ul {
  background-color: #fff;
  max-height: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 20px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin-top: 15px;
}
#footer #fnav > ul > li ul li::before {
  content: "・";
  padding: 0 2px;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li a {
  text-decoration: none;
  color: #736357;
  font-size: 20px;
}
#footer .sports-bnrs {
  background-color: #f3fef7;
  padding: 20px 0 40px 0;
}
#footer .sports-bnrs .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
}
#footer .sports-bnrs .title {
  margin-bottom: 10px;
  color: #88c23f;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#footer .sports-bnrs ul {
  display: flex;
  justify-content: center;
  gap: 10px 0.7%;
  overflow-x: auto;
}
#footer .sports-bnrs li {
  width: 13.6231884058%;
  min-width: 13.6231884058%;
}
#footer .sports-bnrs li a {
  transition: all 0.5s ease-out;
}
#footer .sports-bnrs li a:hover {
  opacity: 0.6;
}
#footer .sports-bnrs li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 184/62;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  #footer .head .left {
    width: 43%;
  }
  #footer .address {
    font-size: 16px;
  }
  #footer .orange {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #footer .orange ul {
    display: flex;
    justify-content: space-between;
  }
  #footer .orange ul li {
    width: 49%;
    min-height: 140px;
    font-size: 20px;
    line-height: 1.6666666667;
  }
  #footer .calendar {
    margin-top: 40px;
    padding-top: unset;
  }
  #footer .calendar table {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .calendar table th,
  #footer .calendar table td {
    border-bottom: #f7ac3b 1px solid;
    font-size: 14px;
    text-align: center;
    padding: 5px 2px;
  }
  #footer .calendar table thead th {
    letter-spacing: 0.5em;
    padding-left: 0.7em;
  }
  #footer .calendar table tbody td {
    font-size: 14px;
  }
  #footer .contents .strong {
    font-size: 14px;
  }
  #footer .contents .kyusin {
    font-size: 14px;
  }
  #footer .facebook {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  #footer .facebook .btn {
    max-width: 335px;
    width: 100%;
    height: 50px;
    flex: 1;
    margin-top: 7px;
  }
  #footer .facebook .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
  }
  #footer .facebook .btn a:hover {
    opacity: 0.6;
  }
  #footer .facebook .btn a {
    color: #fff;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 55px;
    padding-right: 65px;
    text-decoration: none;
    background-color: #0168b6;
    border-radius: 50px;
  }
  #footer #fnav {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  #footer #fnav > ul {
    width: 50%;
  }
  #footer #fnav > ul > li ul {
    min-width: 700px;
  }
}
@media (max-width: 767px) {
  #footer .head {
    display: block;
  }
  #footer .head .left {
    width: 100%;
  }
  #footer .head .right {
    width: 100%;
  }
  #footer .calendar table {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .calendar table th,
  #footer .calendar table td {
    border-bottom: #f7ac3b 1px solid;
    font-size: 12px;
    text-align: center;
    padding: 5px 2px;
  }
  #footer .calendar table thead th {
    letter-spacing: 0.5em;
    padding-left: 0.7em;
  }
  #footer .calendar table tbody td {
    font-size: 14px;
  }
  #footer .contents .strong {
    font-size: 13px;
    color: #f7ac3b;
    letter-spacing: 0.05em;
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 5px;
  }
  #footer .contents .kyusin {
    color: #736357;
    font-size: 13px;
    grid-column: 1/3;
    grid-row: 2/3;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
  }
  #footer .contents .text {
    grid-row: 3/4;
  }
  #footer .logo {
    max-width: 280px;
  }
  #footer .address {
    font-size: 15px;
  }
  #footer .orange {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
  #footer .orange ul {
    display: flex;
    justify-content: space-between;
  }
  #footer .orange ul li {
    width: 49.5%;
    min-height: 90px;
    background-color: #f7ac3b;
    color: #fff;
    font-family: "a-otf-jun-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6176470588;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
  }
  #footer .orange ul li:nth-child(2) {
    border-radius: 0 20px 20px 0;
    margin-top: unset;
  }
  #footer .facebook {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  #footer .facebook .logo {
    width: 210px;
  }
  #footer .facebook .btn {
    max-width: 270px;
    width: 100%;
    margin-top: 10px;
  }
  #footer .facebook .btn a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
  }
  #footer .facebook .btn a:hover {
    opacity: 0.6;
  }
  #footer .facebook .btn a {
    color: #fff;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 30px;
    text-decoration: none;
    background-color: #0168b6;
    border-radius: 50px;
  }
  #footer .sitemap .title {
    font-size: 23px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    color: #9e8b86;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #footer .sitemap .title small {
    font-size: 16px;
    margin-left: 20px;
  }
  #footer .bottom {
    padding-bottom: 30px;
  }
  #footer #fnav {
    margin-bottom: 40px;
  }
  #footer #fnav > ul > li > a {
    font-size: 15px;
  }
  #footer #fnav > ul > li ul {
    min-width: unset;
    padding: 10px 10px;
    padding-bottom: 15px;
    max-height: unset;
  }
  #footer #fnav > ul > li ul li a {
    font-size: 15px;
  }
  #footer #copyright {
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
  }
  #footer .sports-bnrs {
    padding: 15px 0 20px 0;
  }
  #footer .sports-bnrs .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #footer .sports-bnrs ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 2%;
  }
  #footer .sports-bnrs li {
    width: 32%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
  background-color: #512708;
  padding: 20px 0;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1320px;
}
.contactbnr h2 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 38px;
  letter-spacing: 0.2em;
}
.contactbnr .contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .tel a,
.contactbnr .contact a {
  text-decoration: none;
}
.contactbnr .tel a {
  font-size: 57px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
}
.contactbnr .tel a img {
  margin-right: 15px;
}
.contactbnr .contact {
  max-width: 335px;
  height: 50px;
  flex: 1;
}
.contactbnr .contact a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .contact a {
  color: #fff;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 55px;
  padding-right: 65px;
  background-color: #88c23f;
  border-radius: 50px;
}
@media (max-width: 1300px) {
  .contactbnr h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .contactbnr {
    margin-bottom: 40px;
  }
  .contactbnr .contents {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .contactbnr h2 {
    grid-column: 1/2;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
  }
  .contactbnr .tel {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 15px;
  }
  .contactbnr .tel a {
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .contactbnr .tel a img {
    margin-right: 15px;
    width: 47px;
  }
  .contactbnr .contact {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactbnr h2 {
    font-size: 20px;
  }
  .contactbnr .contents {
    display: block;
  }
  .contactbnr .tel {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contactbnr .tel a {
    font-size: 30px;
  }
  .contactbnr .tel a img {
    width: 39px;
  }
  .contactbnr .contact {
    max-width: 270px;
  }
  .contactbnr .contact a {
    background-position: center right 20px;
    padding-right: 30px;
  }
}

/* ----------------------------------------------
map
------------------------------------------------- */
.map {
  margin-bottom: 25px;
}
.map iframe {
  width: 100%;
  height: 515px;
  display: block;
}
@media (max-width: 767px) {
  .map iframe {
    height: 250px;
  }
}/*# sourceMappingURL=style.css.map */