@charset "UTF-8";
a:link {
  text-decoration: none;
  color: #1a1a1a;
}

a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover img {
  transition: 0.5s;
  opacity: 0.8;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
}
#header .header_inner {
  padding: 0 20px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  #header .header_inner {
    padding: 0 13px 0 20px;
    padding-right: 13px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .header_inner {
    padding: 0 13px 0 13px;
  }
}
@media only screen and (max-width: 1115px) {
  #header .header_inner {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
    height: 60px;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_inner {
    height: 58px;
  }
}
@media only screen and (max-width: 350px) {
  #header .header_inner {
    padding-right: 0;
    padding-left: 2.34738%;
  }
}

#hd_logo .logo_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
#hd_logo .logo_inner .logo_en {
  font-family: "Lato", "arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#hd_logo .logo_inner .logo_en span {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.035em;
}
#hd_logo .logo_inner h1,
#hd_logo .logo_inner p {
  margin-top: 0.1em;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1600px) {
  #hd_logo .logo_inner .logo_en {
    max-width: 150px;
  }
  #hd_logo .logo_inner h1,
  #hd_logo .logo_inner p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  #hd_logo .logo_inner .logo_en {
    font-size: 14px;
  }
  #hd_logo .logo_inner h1,
  #hd_logo .logo_inner p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #hd_logo .logo_inner .logo_en {
    font-size: 13px;
  }
  #hd_logo .logo_inner h1,
  #hd_logo .logo_inner p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #hd_logo .logo_inner .logo_en {
    font-size: 12px;
  }
  #hd_logo .logo_inner .logo_en span + span {
    margin-left: 0.75em;
  }
  #hd_logo .logo_inner h1,
  #hd_logo .logo_inner p {
    margin-top: 0.05em;
    font-size: 16px;
    letter-spacing: 0.001em;
    font-weight: 700;
  }
}
@media only screen and (max-width: 350px) {
  #hd_logo .logo_inner .logo_en {
    font-size: 11px;
  }
  #hd_logo .logo_inner .logo_en span + span {
    margin-left: 0.75em;
  }
  #hd_logo .logo_inner h1,
  #hd_logo .logo_inner p {
    margin-top: 0.05em;
    font-size: 15px;
    letter-spacing: -0.01em;
  }
}

#sp_menu_btn {
  display: none;
  width: auto;
  height: 100%;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  #sp_menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 80px;
  }
}
#sp_menu_btn .sp_btn_cont {
  position: relative;
  width: 40px;
  height: 24px;
}
#sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #4d7c2d;
  transition: all 0.5s;
  border-radius: 8px;
}
#sp_menu_btn .sp_btn_cont span.border01 {
  top: 0;
}
#sp_menu_btn .sp_btn_cont span.border02 {
  top: 12px;
}
#sp_menu_btn .sp_btn_cont span.border03 {
  top: 24px;
}

@media only screen and (min-width: 1116px) {
  .gnavi {
    display: flex;
  }
  .gnavi > ul {
    display: flex;
    align-items: center;
  }
  .gnavi > ul + ul {
    padding-left: 2.25em;
  }
  .gnavi > ul > li + li {
    padding-left: 2.25em;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1500px) {
  .gnavi > ul + ul,
  .gnavi > ul > li + li {
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1300px) {
  .gnavi > ul + ul,
  .gnavi > ul > li + li {
    padding-left: 0.7em;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .gnavi > ul + ul,
  .gnavi > ul > li + li {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1116px) {
  .gnavi > ul > li > a,
  .gnavi > ul > li > span {
    display: block;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .gnavi > ul > li > a,
  .gnavi > ul > li > span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1116px) and (min-width: 1025px) {
  .gnavi > ul > li > a:hover {
    color: #74b708;
  }
}
@media only screen and (min-width: 1116px) {
  .gnavi > ul > li.menu_contact > a {
    background: #74b708;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 7px;
    width: 160px;
    height: 46px;
  }
  .gnavi > ul > li.menu_contact > a > span {
    font-size: 15px;
    line-height: 1.1;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .gnavi > ul > li.menu_contact > a .contact_sub {
    padding: 0.2em 0.8em 0.15em;
    margin-bottom: 0.25em;
    color: #74b708;
    background: #fff;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1116px) and (min-width: 769px) {
  .gnavi > ul > li.menu_contact > a {
    overflow: hidden;
  }
  .gnavi > ul > li.menu_contact > a:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: 0.3;
    transition: all 0.25s;
  }
}
@media only screen and (min-width: 1116px) {
  .gnavi > ul > li.menu_contact > a:hover:before {
    left: 0%;
    transition: all 0.25s;
  }
  .gnavi > ul > li.menu_phone {
    text-align: right;
  }
  .gnavi > ul > li.menu_phone a {
    position: relative;
    padding-left: 36px;
  }
  .gnavi > ul > li.menu_phone a:hover {
    color: #1a1a1a;
  }
  .gnavi > ul > li.menu_phone a::before {
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    content: "";
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAzCAQAAABydOPYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfmAhAPMQ97rgveAAACRUlEQVRYw7WYzZmbQAyGX9zAcvYcTCowqWDZCuJUYLYD0gHpYFNB2A5wBWE7YCsIPugOFZCD8f8Ag1E+Ln4eybwjITQavJZLmYiEmkwKtNWermW4LJZtd6Utupd3jMiEFDxdrOBVMs2AOtAdBhoiKZVBxqdkdWf7JJJaC7QA4M2CgTWpakQm4G+v/UWr/hZAMmDPjK8HigbsK630eS2mHfFRSd/ChKM+mUZEC/xRn5XDYhxALoo0QNX8mziBxAVUaEQEHyM+e42etxhdb8NmPma8Ban18AVI1Zs8xa3iUN7Z/8Z0IMnYW2y1ZukfX9jEYlsN9vWJOs8MBc8W+1fdZwT0bAeZVkQnkBTsLPa1Sd1vNiTvvBmZgPJmEjpIZz86/5SqJ325CVQjgt6SUBi8bvejmMbitZ7fv29AUhFb/dYm040Iyfll9dzOQ3m2EcjkfLN674gffVZ2kE/B2ur/cFl49qFuALVnY2tLJmaDT0kh+QQQGJ/K+vpCQ3J9drpZ1p19EGQ9M531TnJMoTX6D+LrsWdgrpOSyPpWAWwpTTSQ5GdKEztGNBoV7EjJep7lwX6qUm9swjchufWY5qaGzaElj47EUhLy+TDoiT+HFDrM3lITzUDBb5M4pO4ok7GdAfvidpoAJObHDFDgDAJ546W33Ec1AQRSEFgnizE1lJNAILVs+G4dN4eUSD0RBCA5IT8n/OFVsglVdysTkDrVYffx6mGQE+yij88CdbCE2NoP30nPHXw2qMNFRISnTwkVBfn1TvwPKIv17dsk+0gAAAAASUVORK5CYII=");
  }
  .gnavi > ul > li.menu_phone .phone_number {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.005em;
  }
  .gnavi > ul > li.menu_phone .phone_hours {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1500px) {
  .gnavi > ul > li.menu_contact > a {
    font-size: 12px;
    border-radius: 5px;
  }
  .gnavi > ul > li.menu_contact > a .contact_sub {
    padding: 0.1em 0.8em 0.25em;
    border-radius: 3px;
  }
  .gnavi > ul > li.menu_phone a {
    padding-left: 24px;
  }
  .gnavi > ul > li.menu_phone a::before {
    top: 7px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .gnavi > ul > li.menu_contact > a .contact_sub {
    padding: 0.1em 0.5em 0.25em;
  }
}
@media only screen and (min-width: 1116px) {
  .gnavi > ul.main-menu > li > a > span {
    position: relative;
  }
  .gnavi > ul.main-menu > li > a > span:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -0.2em;
    width: 0%;
    height: 1px;
    background: #1a1a1a;
    transition: all 0.5s;
  }
  .gnavi > ul.main-menu > li > a:hover > span:before {
    width: 100%;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1115px) {
  .gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    flex: 1;
    z-index: 60000;
    padding: 5px 4.6875% 0;
    font-size: 16px;
  }
  .gnavi.-active {
    background-color: #fff;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
  .gnavi > ul.main-menu > li {
    border-bottom: 1px solid #dcdfe0;
    white-space: nowrap;
  }
  .gnavi > ul.main-menu > li a {
    display: block;
  }
  .gnavi > ul.main-menu > li a > span {
    display: inline-block;
    padding: 14px 20px 14px 0;
  }
  .gnavi ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1115px) and (max-width: 768px) {
  .gnavi {
    font-size: 18px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1115px) {
  .gnavi > ul.cta-menu {
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    align-items: center;
  }
  .gnavi > ul.cta-menu > li {
    max-width: 50%;
    padding: 0 10px;
  }
  .gnavi > ul.cta-menu > li.menu_contact {
    order: 2;
  }
  .gnavi > ul.cta-menu > li.menu_contact > a {
    background: #74b708;
    color: #fff;
    border-radius: 6px;
    display: flex;
    padding: 4px 7px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1115px) and (max-width: 768px) {
  .gnavi > ul.cta-menu > li.menu_contact > a {
    justify-content: center;
    flex-direction: row;
    padding: 10px;
  }
}
@media only screen and (max-width: 1115px) {
  .gnavi > ul.cta-menu > li.menu_contact > a > span {
    line-height: 1.1;
    display: block;
    text-align: center;
    margin-left: 8px;
  }
  .gnavi > ul.cta-menu > li.menu_contact > a .contact_sub {
    padding: 0.2em 0.8em 0.15em;
    margin-bottom: 0.25em;
    color: #74b708;
    background: #fff;
    border-radius: 4px;
  }
  .gnavi > ul.cta-menu > li.menu_phone {
    order: 1;
    text-align: center;
  }
  .gnavi > ul.cta-menu > li.menu_phone a {
    position: relative;
    display: block;
  }
  .gnavi > ul.cta-menu > li.menu_phone .phone_number {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.005em;
    padding-left: 20px;
    display: block;
  }
  .gnavi > ul.cta-menu > li.menu_phone .phone_number::before {
    position: absolute;
    display: block;
    left: -3px;
    top: 3px;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAzCAQAAABydOPYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfmAhAPMQ97rgveAAACRUlEQVRYw7WYzZmbQAyGX9zAcvYcTCowqWDZCuJUYLYD0gHpYFNB2A5wBWE7YCsIPugOFZCD8f8Ag1E+Ln4eybwjITQavJZLmYiEmkwKtNWermW4LJZtd6Utupd3jMiEFDxdrOBVMs2AOtAdBhoiKZVBxqdkdWf7JJJaC7QA4M2CgTWpakQm4G+v/UWr/hZAMmDPjK8HigbsK630eS2mHfFRSd/ChKM+mUZEC/xRn5XDYhxALoo0QNX8mziBxAVUaEQEHyM+e42etxhdb8NmPma8Ban18AVI1Zs8xa3iUN7Z/8Z0IMnYW2y1ZukfX9jEYlsN9vWJOs8MBc8W+1fdZwT0bAeZVkQnkBTsLPa1Sd1vNiTvvBmZgPJmEjpIZz86/5SqJ325CVQjgt6SUBi8bvejmMbitZ7fv29AUhFb/dYm040Iyfll9dzOQ3m2EcjkfLN674gffVZ2kE/B2ur/cFl49qFuALVnY2tLJmaDT0kh+QQQGJ/K+vpCQ3J9drpZ1p19EGQ9M531TnJMoTX6D+LrsWdgrpOSyPpWAWwpTTSQ5GdKEztGNBoV7EjJep7lwX6qUm9swjchufWY5qaGzaElj47EUhLy+TDoiT+HFDrM3lITzUDBb5M4pO4ok7GdAfvidpoAJObHDFDgDAJ546W33Ec1AQRSEFgnizE1lJNAILVs+G4dN4eUSD0RBCA5IT8n/OFVsglVdysTkDrVYffx6mGQE+yij88CdbCE2NoP30nPHXw2qMNFRISnTwkVBfn1TvwPKIv17dsk+0gAAAAASUVORK5CYII=");
  }
  .gnavi > ul.cta-menu > li.menu_phone .phone_hours {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 1115px) and (max-width: 768px) {
  .gnavi > ul.cta-menu {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gnavi > ul.cta-menu > li {
    max-width: 100%;
    padding: 10px 0;
  }
  .gnavi > ul.cta-menu > li.menu_contact {
    width: 200px;
    padding: 0 0 0 5px;
    font-size: 18px;
    margin-top: 10px;
  }
  .gnavi > ul.cta-menu > li.menu_contact > a {
    font-size: 16px;
    border-radius: 5px;
  }
  .gnavi > ul.cta-menu > li.menu_contact > a .contact_sub {
    width: 100%;
    padding: 0.15em 0.8em 0.2em;
    border-radius: 3px;
  }
  .gnavi > ul.cta-menu > li.menu_phone {
    margin-bottom: 10px;
    width: 220px;
    padding: 0 5px 0 0;
  }
  .gnavi > ul.cta-menu > li.menu_phone a .phone_number {
    padding-left: 30px;
    font-size: 26px;
  }
  .gnavi > ul.cta-menu > li.menu_phone a .phone_number::before {
    left: -5px;
    top: 6px;
    width: 34px;
    height: 34px;
  }
  .gnavi > ul.cta-menu > li.menu_phone a .phone_hours {
    font-size: 11px;
    text-align: right;
    transform: translate(0.25em, -0.2em);
  }
}
.gnavi .main-menu.pc_none {
  display: none;
}
.gnavi.-active .main-menu.pc_none {
  display: block;
}
.gnavi.-active .main-menu.sp_none {
  display: none;
}

/*                sp_menu_btn
======================================================= */
@media only screen and (min-width: 769px) {
  #sp_menu_btn {
    display: none;
  }
}

.sp_menu_btn {
  position: fixed;
  right: 20px;
  top: 26px;
  cursor: pointer;
  z-index: 1000;
}
.sp_menu_btn .sp_btn_cont {
  position: relative;
  display: block;
  height: 28px;
  width: 40px;
  top: 3px;
}
.sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  right: 0;
  transition: all 0.4s;
  background-color: #000;
}
.sp_menu_btn .sp_btn_cont span.border01 {
  top: 0px;
}
.sp_menu_btn .sp_btn_cont span.border02 {
  top: 13px;
}
.sp_menu_btn .sp_btn_cont span.border03 {
  top: 26px;
}
.sp_menu_btn.active .sp_btn_cont span.border01 {
  top: 6px;
  transform: translateY(7px) rotate(45deg);
}
.sp_menu_btn.active .sp_btn_cont span.border02 {
  opacity: 0;
}
.sp_menu_btn.active .sp_btn_cont span.border03 {
  top: 17px;
  transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .sp_menu_btn {
    right: 20px;
    top: 14px;
  }
  .sp_menu_btn .sp_btn_cont {
    height: 22px;
    width: 22px;
    top: 3px;
  }
  .sp_menu_btn .sp_btn_cont span {
    width: 22px;
    height: 1px;
    right: 0;
  }
  .sp_menu_btn .sp_btn_cont span.border01 {
    top: 0px;
  }
  .sp_menu_btn .sp_btn_cont span.border02 {
    top: 8px;
  }
  .sp_menu_btn .sp_btn_cont span.border03 {
    top: 16px;
  }
  .sp_menu_btn.active .sp_btn_cont span.border01 {
    top: 0;
    transform: translateY(7px) rotate(45deg);
  }
  .sp_menu_btn.active .sp_btn_cont span.border02 {
    opacity: 0;
  }
  .sp_menu_btn.active .sp_btn_cont span.border03 {
    top: 11px;
    transform: translateY(-4px) rotate(-45deg);
  }
}

/*                sp_menu
======================================================= */
/* SP・TB時に表示するメニューの開閉ボタン
----------------------------------------------------------------- */
.p-main-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  box-sizing: border-box;
  background-color: #1a1a1a;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 60000;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 10px 0 rgba(61, 99, 120, 0.15);
}
.p-main-menu-button:focus {
  outline: none;
}
@media only screen and (min-width: 1116px) {
  .p-main-menu-button {
    display: none;
  }
}
.p-main-menu-button .p-main-menu-button__text::before {
  font-size: 0.625rem;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "メニュー";
}
@media only screen and (max-width: 768px) {
  .p-main-menu-button .p-main-menu-button__text::before {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (min-width: 769px) {
  .p-main-menu-button .p-main-menu-button__text::before {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
.p-main-menu-button .p-main-menu-button__text.-en::before {
  content: "MENU";
}
.p-main-menu-button.-active .p-main-menu-button__text:before {
  content: "閉じる";
}
.p-main-menu-button.-active .p-main-menu-button__text.-en::before {
  content: "CLOSE";
}

.p-main-menu-button__icon {
  margin-right: auto;
  margin-left: auto;
}

.p-hamburger {
  display: block;
  border: none;
  z-index: 10000;
  position: relative;
  width: 20px;
  height: 12px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.p-hamburger span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: ease all 0.2s;
}
@media only screen and (min-width: 769px) {
  .p-hamburger span {
    display: none;
  }
}
.p-hamburger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: ease transform 0.2s;
}
.p-hamburger:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: ease transform 0.2s;
}

.p-main-menu-button.-active .p-hamburger span {
  transform: rotate(-45deg);
}
.p-main-menu-button.-active .p-hamburger:before {
  transform: translateY(5px) rotate(-45deg);
}
.p-main-menu-button.-active .p-hamburger:after {
  transform: translateY(-5px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .p-main-menu-button.-active .p-hamburger span .p-hamburger span {
    opacity: 0;
    background-color: #fff;
  }
  .p-main-menu-button.-active .p-hamburger span .p-hamburger:before {
    background-color: #fff;
  }
  .p-main-menu-button.-active .p-hamburger span .p-hamburger:after {
    background-color: #fff;
  }
}
/*                footer
======================================================= */
.ft_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-color: #74b708;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  max-width: 260px;
  height: 50px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ft_btn > a > span {
  position: relative;
  transform: translateY(-0.1em);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .ft_btn > a:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: 0.3;
    transition: all 0.25s;
  }
}
.ft_btn > a:hover:before {
  left: 0%;
  transition: all 0.25s;
}
@media only screen and (max-width: 1115px) {
  .ft_btn > a {
    height: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .ft_btn > a {
    margin: auto;
  }
}
.ft_btn.arr > a > span {
  padding: 0 1.75em;
}
.ft_btn.arr > a > span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.7em;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 1024px) {
  .ft_btn {
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 15px;
  }
  .ft_btn > span {
    font-size: 1rem;
    color: #fff;
  }
}
@media only screen and (min-width: 1401px) {
  .ft_btn {
    box-sizing: border-box;
    margin-left: 26px;
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .ft_btn {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .ft_btn {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
  }
  .ft_btn a {
    max-width: 100%;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #212121;
}

.l-footer__inner {
  max-width: 1400px;
  gap: 0 30px;
  margin-inline: auto;
  padding-top: 76px;
  padding-bottom: 76px;
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .l-footer__inner {
    padding-top: 28px;
    padding-right: 4.6875%;
    padding-bottom: 28px;
    padding-left: 4.6875%;
  }
}

.l-footer__copyright {
  margin-top: 26px;
}
.l-footer__copyright span {
  font-size: 0.75rem;
  color: #fff;
}

.p-footer__pdf-link-wrap {
  margin-top: 16px;
}

a:link.p-footer__pdf-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
}
a:link.p-footer__pdf-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/oimachitracks/asset/media/images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*::before,
*::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

body {
  color: #1a1a1a;
  background-color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.home {
    margin-top: 58px;
  }
}

body.lower {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  body.lower {
    margin-top: 58px;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 1500px) {
  .main_width {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1115px) {
  .main_width {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
}
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
}
.cont_width .cont_in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.text_center,
.aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.text_block {
  display: block;
}

@media only screen and (min-width: 1116px) {
  .tab_display {
    display: none;
  }
}
@media only screen and (max-width: 1115px) {
  .tab_none {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .pc_block {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .sp_none {
    display: none;
  }
}
.sitecolor {
  color: #74b708;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

#pagetop {
  z-index: 999;
}

#main_area {
  position: relative;
}
#main_area .main_btn_top {
  position: fixed;
  bottom: 20px;
  right: 0;
}
#main_area .main_btn_top .btn_top {
  background: #4d7c2d;
  display: block;
  width: 50px;
  height: 80px;
}
#main_area .main_btn_top .btn_top .arrow_top,
#main_area .main_btn_top .btn_top .arrow_right {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 20px;
  height: 20px;
}
#main_area .main_btn_top .btn_top .arrow_top {
  border-top: 1px solid #fff;
  transform: translate(-43%, -50%) rotate(-50deg);
}
#main_area .main_btn_top .btn_top .arrow_right {
  border-right: 1px solid #fff;
  transform: translate(-57%, -50%) rotate(-40deg);
}

/*                frame
======================================================= */
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ページトップリンク
----------------------------------------------------------------- */
.p-page-top {
  padding-right: 4.6875%;
  padding-bottom: 16px;
  padding-left: 4.6875%;
}
.p-page-top > a {
  display: flex;
  align-items: center;
}
.p-page-top > a::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transform: translate(0, 100%);
  transition: all 0.2s 0s ease, transform 0.2s ease, visibility 0.2s 0s ease;
  content: "";
}
.p-page-top > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 50%;
  top: 20px;
  transform: translate(-50%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 30;
}

@media print, screen and (max-width: 63.9375em) {
  .p-page-top {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .p-page-top {
    background-color: #74b708;
    display: block;
    padding: 0;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 10;
    visibility: hidden;
    transition: all 0.2s 0s ease, transform 0.2s ease, visibility 0.2s 0s ease;
    transform: translateY(10px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    right: 40px;
    bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 64em) {
  .p-page-top > a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    background-color: #74b708;
    border-radius: 4px;
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .p-page-top > a:hover:before {
    transform: translate(0, 0);
    z-index: 20;
  }
}
@media print, screen and (min-width: 64em) {
  .p-page-top.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}/*# sourceMappingURL=common.css.map */