@charset "UTF-8";
* {
  min-height: 0vw;
}

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 {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

/*=============================================================
共通設定
=============================================================*/
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  color: #333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Verdana, Meiryo, sans-serif;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 520px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
}

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

.sp_only {
  display: none;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media screen and (max-width: 520px) {
  .tb_only {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .tb_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 520px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.inner {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}

.inner_narrow {
  max-width: calc(1000px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}

/*=============================================================
header
=============================================================*/
header {
  position: relative;
  z-index: 10;
}
header .outer {
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0 0 5%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .outer {
    height: 6rem;
  }
}
@media screen and (max-width: 520px) {
  header .outer {
    height: 4rem;
  }
}
header .outer h1 {
  width: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .outer h1 {
    width: 13rem;
  }
}
@media screen and (max-width: 520px) {
  header .outer h1 {
    width: 11rem;
  }
}
header .outer .btn_contact {
  width: 14.25rem;
  height: 100%;
}
header .outer .btn_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(175, 83, 16, 0.8);
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #fff;
  transition: 0.3s ease;
}
header .outer .btn_contact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .outer .btn_contact {
    width: 9rem;
  }
  header .outer .btn_contact a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  header .outer .btn_contact {
    width: 7rem;
  }
  header .outer .btn_contact a {
    font-size: 0.75rem;
  }
}

/*=============================================================
footer
=============================================================*/
#sp_footer_menu {
  display: none;
}
@media screen and (max-width: 520px) {
  #sp_footer_menu {
    display: block;
    width: 100%;
    height: 19vw;
    background-color: #203233;
    font-size: 0.875rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  #sp_footer_menu ul {
    width: 100%;
    height: 13vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.75em 0;
  }
  #sp_footer_menu ul li {
    width: 44%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  #sp_footer_menu ul li:not(:last-child) {
    border-right: 2px solid #fff;
  }
  #sp_footer_menu ul li:last-child {
    width: 12%;
  }
  #sp_footer_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.075em;
    font-size: clamp(0.75rem, 0.047rem + 3.13vw, 1.063rem);
    font-weight: 700;
    flex-direction: column;
    letter-spacing: 0.025em;
  }
  #sp_footer_menu ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
#sp_footer_menu .annotation {
  width: 100%;
  font-size: clamp(0.625rem, 0.063rem + 2.5vw, 0.875rem);
  color: #203233;
  font-weight: bold;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #cdcfd0;
}

@media screen and (max-width: 520px) {
  footer {
    margin-bottom: 19vw;
  }
}
footer .outer {
  background-color: #203233;
}
footer .inner {
  box-sizing: border-box;
  padding: min(8vw, 96px) 0;
}
@media screen and (max-width: 520px) {
  footer .inner {
    padding: 15vw 0;
  }
}
footer .inner .footer_nav {
  max-width: calc(800px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
}
footer .inner .footer_nav li {
  width: 50%;
  text-align: center;
}
footer .inner .footer_nav li a {
  display: inline-block;
  transition: 0.2s ease;
}
footer .inner .footer_nav li:nth-child(1) a {
  width: 80%;
}
footer .inner .footer_nav li:nth-child(2) a {
  width: 42.5%;
}
footer .inner .footer_nav li a:hover {
  opacity: 0.75;
}
footer .copyright {
  width: 100%;
  text-align: center;
  color: #203233;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  font-weight: bold;
  padding: 1em 0;
  background-color: #cdcfd0;
}
@media screen and (max-width: 520px) {
  footer .copyright {
    font-size: clamp(0.75rem, 0.047rem + 3.13vw, 1.063rem);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13vw;
    padding: 0 0;
  }
}