@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=email], input[type=tel], textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset], input[type=submit], select, button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  height: 100%;
  scroll-margin-top: 190px;
}
@media (width <= 900px) {
  html {
    scroll-margin-top: 110px;
  }
}
@media (width <= 480px) {
  html {
    scroll-margin-top: 22.9166666667vw;
  }
}
html[lang=ja] {
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6a3906;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
body::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/common/base_bg_pc_2600_4034.png) center top/2600px 4034px no-repeat;
}
@media (width <= 640px) {
  body::before {
    background: url(../img/common/base_bg_mobile_640_5761.png) center top/640px 5716px no-repeat;
  }
}
@media (width <= 480px) {
  body::before {
    background-size: 133.3333333333vw 1190.8333333333vw;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #00b9e7;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  visibility: hidden;
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  visibility: hidden;
}

@media (width <= 480px) {
  .hide_xs {
    display: none;
  }
}

.active_xs {
  display: none;
}
@media (width <= 480px) {
  .active_xs {
    display: inline-block;
  }
}

@media (width <= 640px) {
  .hide_s {
    display: none;
  }
}

.active_s {
  display: none;
}
@media (width <= 640px) {
  .active_s {
    display: inline-block;
  }
}

@media (width <= 768px) {
  .hide_m {
    display: none;
  }
}

.active_m {
  display: none;
}
@media (width <= 768px) {
  .active_m {
    display: inline-block;
  }
}

@media (width <= 960px) {
  .hide_l {
    display: none;
  }
}

.active_l {
  display: none;
}
@media (width <= 960px) {
  .active_l {
    display: inline-block;
  }
}

@media (width <= 1024px) {
  .hide_xl {
    display: none;
  }
}

.active_xl {
  display: none;
}
@media (width <= 1024px) {
  .active_xl {
    display: inline-block;
  }
}

@media (width <= 1280px) {
  .hide_xxl {
    display: none;
  }
}

.active_xxl {
  display: none;
}
@media (width <= 1280px) {
  .active_xxl {
    display: inline-block;
  }
}

@media (width <= 1400px) {
  .hide_full {
    display: none;
  }
}

.active_full {
  display: none;
}
@media (width <= 1400px) {
  .active_full {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
:root {
  --nav-color: #6a3906;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#header .header_border {
  width: 100%;
  height: 20px;
  background: url(../img/common/header_line_bg.png);
}
@media (width <= 900px) {
  #header .header_border {
    height: 15px;
  }
}
@media (width <= 900px) and (width <= 480px) {
  #header .header_border {
    height: 3.125vw;
  }
}
#header .header {
  width: 100%;
  height: 170px;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  align-content: center;
}
@media (width <= 900px) {
  #header .header {
    height: 95px;
  }
}
@media (width <= 480px) {
  #header .header {
    height: 19.7916666667vw;
  }
}
#header .header #drawer_toggle {
  display: none;
}
@media (width <= 900px) {
  #header .header #drawer_toggle {
    display: block;
    position: fixed;
    right: 27px;
    top: 49px;
    width: 34px;
    height: 27px;
    z-index: 20000;
    transition: all 0.4s;
  }
  #header .header #drawer_toggle span {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: var(--nav-color);
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  #header .header #drawer_toggle span:nth-child(1) {
    top: 0;
  }
  #header .header #drawer_toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header #drawer_toggle span:nth-child(3) {
    bottom: 0;
  }
  #header .header #drawer_toggle.open {
    right: 413px;
    top: 26px;
  }
  #header .header #drawer_toggle.open span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  #header .header #drawer_toggle.open span:nth-child(2) {
    display: none;
  }
  #header .header #drawer_toggle.open span:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
  }
}
@media (width <= 480px) {
  #header .header #drawer_toggle {
    right: 5.625vw;
    top: 10.2083333333vw;
    width: 7.0833333333vw;
    height: 5.625vw;
  }
  #header .header #drawer_toggle span {
    height: 0.8333333333vw;
    border-radius: 0.4166666667vw;
  }
  #header .header #drawer_toggle.open {
    right: 86.0416666667vw;
    top: 5.4166666667vw;
  }
}
#header .header_inner {
  width: min(95%, 960px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
@media (width <= 480px) {
  #header .header_inner {
    width: 88.75vw;
  }
}
#header .header_inner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 900px) {
  #header .header_inner_top {
    display: block;
    position: relative;
  }
}
#header .header_inner_top .h1 {
  width: 374px;
  transition: all 0.4s;
}
#header .header_inner_top .h1:hover {
  opacity: 0.8;
}
@media (width <= 900px) {
  #header .header_inner_top .h1 {
    width: 297px;
  }
}
@media (width <= 480px) {
  #header .header_inner_top .h1 {
    width: 61.875vw;
  }
}
#header .header_inner_top_tel .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 14px;
       column-gap: 14px;
  transition: all 0.4s;
}
#header .header_inner_top_tel .tel:hover {
  opacity: 0.8;
}
@media (width <= 900px) {
  #header .header_inner_top_tel .tel {
    display: block;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }
}
@media (width <= 480px) {
  #header .header_inner_top_tel .tel {
    right: 10.4166666667vw;
    width: 7.5vw;
  }
}
#header .header_inner_top_tel .tel .mark {
  width: 48px;
  height: 48px;
}
@media (width <= 900px) {
  #header .header_inner_top_tel .tel .mark {
    width: 100%;
    height: 100%;
  }
}
#header .header_inner_top_tel .tel .telnum {
  font-size: 40px;
  font-weight: 700;
  color: var(--nav-color);
  padding-bottom: 5px;
}
@media (width <= 900px) {
  #header .header_inner_top_tel .tel .telnum {
    display: none;
  }
}
@media (width <= 900px) {
  #header .header_inner #global_nav {
    position: fixed;
    right: -480px;
    top: 0;
    width: 480px;
    height: 100vh;
    background: #fff;
    padding: 26px 30px;
    transition: all 0.4s;
  }
  #header .header_inner #global_nav.open {
    right: 0;
  }
}
@media (width <= 480px) {
  #header .header_inner #global_nav {
    width: 100%;
    padding: 5.4166666667vw 6.25vw;
    right: -100vw;
  }
}
#header .header_inner #global_nav nav ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
}
@media (width <= 900px) {
  #header .header_inner #global_nav nav ul {
    grid-template-columns: 1fr;
  }
}
#header .header_inner #global_nav nav ul li {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 0.875em;
  border-right: 1px solid var(--nav-color);
  transition: all 0.4s;
}
#header .header_inner #global_nav nav ul li.mobile_active {
  display: none;
}
@media (width <= 900px) {
  #header .header_inner #global_nav nav ul li.mobile_active {
    display: block;
  }
}
@media (width <= 960px) {
  #header .header_inner #global_nav nav ul li {
    font-size: 16px;
  }
}
@media (width <= 900px) {
  #header .header_inner #global_nav nav ul li {
    font-size: 22px;
    line-height: inherit;
    padding: inherit;
    border: none;
    height: 68px;
    text-align: center;
    align-content: center;
  }
  #header .header_inner #global_nav nav ul li:not(:last-of-type) {
    border-bottom: 2px dotted var(--nav-color);
  }
}
@media (width <= 480px) {
  #header .header_inner #global_nav nav ul li {
    font-size: 4.5833333333vw;
    height: 14.1666666667vw;
  }
}
#header .header_inner #global_nav nav ul li:hover {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
}
@media (width <= 900px) {
  #header .header_inner #global_nav nav ul li:hover {
    text-shadow: none;
  }
}
#header .header_inner #global_nav nav ul li:nth-child(2) {
  border-left: 1px solid var(--nav-color);
}
@media (width <= 900px) {
  #header .header_inner #global_nav nav ul li:nth-child(2) {
    border-left: none;
  }
}
#header .header_inner #global_nav nav ul li a {
  color: var(--nav-color);
}

.footer {
  width: 100%;
}
.footer_bottom {
  width: 100%;
  height: 100px;
  background: url(../img/common/footer_bg.png);
}
@media (width <= 900px) {
  .footer_bottom {
    height: 75px;
  }
}
@media (width <= 480px) {
  .footer_bottom {
    height: 15.625vw;
  }
}
.footer_top {
  width: 100%;
  padding: 150px 0 20px;
  background: url(../img/common/reef_2560_146.png) center bottom/2560px 146px no-repeat;
}
@media (width <= 900px) {
  .footer_top {
    padding: 80px 0 20px;
  }
}
@media (width <= 640px) {
  .footer_top {
    padding: 80px 0 130px;
    background: url(../img/common/reef_640_110.png) center bottom/640px 110px no-repeat;
  }
}
@media (width <= 480px) {
  .footer_top {
    padding: 16.6666666667vw 0 27.0833333333vw;
    background-size: 133.3333333333vw 22.9166666667vw;
  }
}
.footer_top_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (width <= 640px) {
  .footer_top_inner {
    grid-template-columns: auto;
  }
}
.footer_top_inner .item1 {
  grid-area: 1/2/2/3;
  width: 84px;
  cursor: pointer;
  transition: all 0.4s;
}
.footer_top_inner .item1:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  .footer_top_inner .item1 {
    grid-area: 1/1/2/2;
    margin: 0 auto;
  }
}
@media (width <= 480px) {
  .footer_top_inner .item1 {
    width: 15.8333333333vw;
  }
}
.footer_top_inner .item2 {
  width: 436px;
}
@media (width <= 640px) {
  .footer_top_inner .item2 {
    margin-top: 45px;
  }
}
@media (width <= 480px) {
  .footer_top_inner .item2 {
    margin-top: 9.375vw;
    width: 83.3333333333vw;
  }
}
.footer_top_inner .item2 .footer_logo {
  width: 100%;
  height: auto;
}
.footer_top_inner .item2 .contacts {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts {
    margin-top: 5.625vw;
  }
}
.footer_top_inner .item2 .contacts .contact {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.footer_top_inner .item2 .contacts .contact a {
  color: var(--nav-color);
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts .contact {
    gap: 1.6666666667vw;
  }
}
.footer_top_inner .item2 .contacts .mark {
  width: 33px;
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts .mark {
    width: 6.25vw;
  }
}
.footer_top_inner .item2 .contacts .telnum {
  font-size: 28px;
  font-weight: 700;
  color: var(--nav-color);
  padding-bottom: 5px;
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts .telnum {
    font-size: 5.4166666667vw;
  }
}
.footer_top_inner .item2 .contacts .zipcode {
  font-size: 18px;
  font-weight: 700;
  color: var(--nav-color);
  padding-bottom: 3px;
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts .zipcode {
    font-size: 3.5416666667vw;
  }
}
.footer_top_inner .item2 .contacts .mail {
  font-size: 19px;
  font-weight: 700;
  color: var(--nav-color);
  padding-bottom: 3px;
}
@media (width <= 480px) {
  .footer_top_inner .item2 .contacts .mail {
    font-size: 3.75vw;
  }
}
.footer_top_inner .item3 {
  display: none;
}
.footer_top .copyright {
  margin-top: 80px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (width <= 640px) {
  .footer_top .copyright {
    margin-top: 55px;
  }
}
@media (width <= 480px) {
  .footer_top .copyright {
    margin-top: 11.4583333333vw;
    font-size: 3.125vw;
  }
}

main {
  padding-top: 190px;
}
@media (width <= 900px) {
  main {
    padding-top: 110px;
  }
}
@media (width <= 480px) {
  main {
    padding-top: 22.9166666667vw;
  }
}

.column_title {
  text-align: center;
}
.column_title .ja {
  font-size: 45px;
  line-height: 1.25;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width <= 480px) {
  .column_title .ja {
    font-size: 7.0833333333vw;
  }
}
.column_title .en {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 900;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: end;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media (width <= 480px) {
  .column_title .en {
    margin-top: 1.4583333333vw;
    font-size: 4.7916666667vw;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
.column_title .en span {
  display: block;
  width: 11px;
  height: 3px;
  background: currentColor;
  border-radius: 1.5px;
  margin-bottom: 7px;
}
@media (width <= 480px) {
  .column_title .en span {
    width: 1.6666666667vw;
    height: 0.625vw;
    border-radius: 0.3125vw;
    margin-bottom: 1.0416666667vw;
  }
}/*# sourceMappingURL=common.css.map */