@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700,800&display=swap");
/** Reset CSS **/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
}
*::before, *::after {
  box-sizing: border-box;
}

section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  color: #222222;
  background: #FFFFFF;
}
body.ovh {
  overflow: hidden;
}
@media (width <= 640px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #222222;
  outline: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.hover {
  cursor: pointer;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

li {
  list-style-type: none;
}

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

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  clear: both;
}
@media screen and (max-width: 1279px) {
  .wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 32px;
  }
}
@media (width <= 1025px) {
  .wrapper {
    margin: 0 32px;
  }
}
@media (width <= 640px) {
  .wrapper {
    margin: 0 20px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* contents */
#contents {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

main {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding-top: 180px;
  min-height: calc(100vh - 180px);
}
@media (width <= 1025px) {
  main {
    padding-top: 140px;
    min-height: calc(100vh - 140px);
  }
}
@media (width <= 640px) {
  main {
    padding-top: 100px;
    min-height: calc(100vh - 220px);
  }
}

.title_main {
  position: relative;
  text-align: left;
  margin-bottom: 48px;
}
@media (width <= 1025px) {
  .title_main {
    margin-bottom: 40px;
  }
}
@media (width <= 640px) {
  .title_main {
    margin-bottom: 24px;
    text-align: center;
  }
}
.title_main h2, .title_main h1 {
  color: #425A6A;
  font-size: 16px;
  font-weight: bold;
}
@media (width <= 1025px) {
  .title_main h2, .title_main h1 {
    font-size: 14px;
  }
}
@media (width <= 640px) {
  .title_main h2, .title_main h1 {
    font-size: 3vw;
  }
}
.title_main .eng {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media (width <= 1025px) {
  .title_main .eng {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  .title_main .eng {
    font-size: 7vw;
    margin-bottom: 4px;
  }
}
.title_main.center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title_main.center h2, .title_main.center h1 {
  line-height: 1;
  margin-top: 8px;
}
.title_main.center .eng {
  line-height: 1;
}
.title_main.subpage {
  margin-bottom: 48px;
}
@media (width <= 1025px) {
  .title_main.subpage {
    margin-bottom: 40px;
  }
}
@media (width <= 640px) {
  .title_main.subpage {
    margin-bottom: 32px;
  }
}

.btn {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media (width <= 640px) {
  .btn {
    margin-top: 32px;
  }
}
.btn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 80%;
  max-width: 400px;
  padding: 24px 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #425A6A;
  border: 2px solid #425A6A;
  transition: 0.2s;
}
.btn a:hover {
  opacity: 0.8;
  border-radius: 8px;
}
.btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #425A6A;
  border-right: solid 2px #425A6A;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 12px;
  transition: 0.1s;
}
@media (width <= 1025px) {
  .btn a {
    font-size: 20px;
    max-width: 340px;
  }
}
@media (width <= 640px) {
  .btn a {
    padding: 18px 20px;
    font-size: 4vw;
  }
}

.sns {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  text-align: center;
}
@media (width <= 640px) {
  .sns {
    display: block;
    margin-top: 24px;
  }
}
.sns li {
  width: 48.5%;
}
@media (width <= 1025px) {
  .sns li {
    width: 49%;
  }
}
@media (width <= 640px) {
  .sns li {
    width: 100%;
    margin-top: 10px;
  }
}
.sns li.line a {
  background: url(../img/line_bg.jpg) center center;
  background-size: cover;
}
.sns li.tel p {
  font-size: 30px;
}
@media (width <= 1025px) {
  .sns li.tel p {
    font-size: 26px;
  }
}
@media (width <= 640px) {
  .sns li.tel p {
    font-size: 5.5vw;
  }
}
.sns li.tel a {
  background: url(../img/tel_bg.jpg) center center;
  background-size: cover;
}
.sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  color: #FFFFFF;
  transition: 0.2s;
}
.sns a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  .sns a {
    padding: 20px 16px;
  }
}
.sns p {
  font-size: 24px;
  font-weight: bold;
  margin-left: 16px;
  line-height: 1;
}
@media (width <= 1025px) {
  .sns p {
    font-size: 20px;
    margin-left: 14px;
  }
}
@media (width <= 640px) {
  .sns p {
    font-size: 4.5vw;
  }
}
.sns img {
  width: 50px;
  height: 50px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (width <= 1025px) {
  .sns img {
    width: 44px;
    height: 44px;
  }
}
@media (width <= 640px) {
  .sns img {
    width: 34px;
    height: 34px;
  }
}

.contact {
  width: 95%;
  max-width: 960px;
  margin: 72px auto 0;
}
@media (width <= 1025px) {
  .contact {
    width: auto;
    max-width: 100%;
    margin: 64px 32px 0;
  }
}
@media (width <= 640px) {
  .contact {
    margin: 40px 20px 0;
  }
}

header {
  width: 100%;
  position: absolute;
  text-align: left;
  z-index: 10;
}
header h1, header .logo {
  width: 220px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media (width <= 1025px) {
  header h1, header .logo {
    width: 180px;
    top: 32px;
    left: 32px;
  }
}
@media (width <= 640px) {
  header h1, header .logo {
    width: 148px;
    top: 20px;
    left: 20px;
  }
}

.header_link {
  display: flex;
  position: absolute;
  right: 92px;
  top: 36px;
}
@media (width <= 1025px) {
  .header_link {
    display: none;
  }
}
@media (width <= 640px) {
  .header_link {
    right: 20px;
    top: 20px;
  }
}
.header_link a {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header_link a p {
  color: #222222;
  font-size: 28px;
  margin-left: 12px;
}
#top .header_link a p {
  color: #FFFFFF;
}
.header_link a img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(33%) sepia(18%) saturate(705%) hue-rotate(161deg) brightness(95%) contrast(92%);
  transition: 0.2s ease-in-out;
}
.header_link a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#top .header_link a img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.menu_btn, .hamburger_btn {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 32px;
  top: 32px;
}
@media (width <= 1025px) {
  .menu_btn, .hamburger_btn {
    right: 32px;
    top: 32px;
  }
}
@media (width <= 640px) {
  .menu_btn, .hamburger_btn {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.menu_btn {
  opacity: 0;
  z-index: 100;
  display: block;
}
.menu_btn:checked ~ .hamburger_btn::before {
  content: "";
  border-radius: 100px;
  left: -5px;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn::before {
    left: -3px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
  transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(3) {
  transform: rotate(45deg) translate(0px, -1px);
}
.menu_btn:checked ~ #nav_container {
  transform: translateX(0%);
}

.hamburger_btn {
  flex-flow: row wrap;
  align-items: center;
  padding: 12px;
  z-index: 95;
  display: flex;
}
.hamburger_btn::before {
  content: "";
  background: #425A6A;
  transition: all 0.2s;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 640px) {
  .hamburger_btn::before {
    width: 40px;
    height: 40px;
  }
}
.hamburger_btn span {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
@media (width <= 640px) {
  .hamburger_btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

#nav_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  min-height: inherit;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.92);
  transform: translateX(-100%);
  transition: all 200ms ease-out;
  text-align: center;
  overflow-y: auto;
  padding-top: 40px;
  color: #FFFFFF;
}
#nav_container::-webkit-scrollbar {
  display: none;
}
#nav_container .wrap {
  width: 96%;
  max-width: 320px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nav_container #menu {
  width: 100%;
  padding-bottom: 40px;
}
#nav_container #menu .title {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}
#nav_container #menu .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (width <= 640px) {
  #nav_container #menu .title {
    font-size: 24px;
  }
}
#nav_container #menu .menu {
  position: relative;
}
#nav_container #menu .menu ul {
  display: inline-block;
  text-align: left;
  position: relative;
}
#nav_container #menu .menu li {
  margin-top: 24px;
  line-height: 1.2;
}
@media (width <= 640px) {
  #nav_container #menu .menu li {
    margin-top: 20px;
  }
}
#nav_container #menu .menu a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-optical-sizing: auto;
  position: relative;
}
#nav_container #menu .menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #FFFFFF;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
#nav_container #menu .menu a:hover::before {
  content: "";
  width: 100%;
}
@media (width <= 1025px) {
  #nav_container #menu .menu a {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  #nav_container #menu .menu a {
    font-size: 4vw;
    font-weight: bold;
  }
}
#nav_container #menu .information {
  position: relative;
  margin-top: 40px;
}
@media (width <= 640px) {
  #nav_container #menu .information {
    margin-top: 28px;
  }
}
#nav_container #menu .information .txt {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  width: auto;
}
#nav_container #menu .information .txt p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
#nav_container #menu .information .txt p a {
  color: #FFFFFF;
}
#nav_container #menu .information .txt p.address {
  margin-top: 8px;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.7;
}
@media (width <= 640px) {
  #nav_container #menu .information .txt {
    margin-top: 16px;
  }
  #nav_container #menu .information .txt p {
    font-size: 5vw;
    color: #FFFFFF;
    margin-top: 0px;
  }
  #nav_container #menu .information .txt p a {
    color: #FFFFFF;
  }
  #nav_container #menu .information .txt p.address {
    margin-top: 4px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.6;
  }
}
#nav_container #menu .information .sns_menu {
  margin-top: 32px;
  text-align: center;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu {
    margin-top: 28px;
  }
}
#nav_container #menu .information .sns_menu li {
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu li {
    margin: 16px auto 0;
    width: 90%;
    max-width: 360px;
  }
}
#nav_container #menu .information .sns_menu li.tel p {
  font-size: clamp(15px, 5vw, 17px);
}
#nav_container #menu .information .sns_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  color: #FFFFFF;
  transition: 0.2s;
  border: 2px solid #FFFFFF;
}
#nav_container #menu .information .sns_menu a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu a {
    padding: 20px 16px;
  }
}
#nav_container #menu .information .sns_menu p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 12px;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu p {
    font-size: clamp(13px, 4vw, 15px);
  }
}
#nav_container #menu .information .sns_menu img {
  width: 32px;
  height: 32px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu img {
    width: 30px;
    height: 30px;
  }
}

footer {
  margin-top: 112px;
}
@media (width <= 1025px) {
  footer {
    margin-top: 88px;
  }
}
@media (width <= 640px) {
  footer {
    margin-top: 64px;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (width <= 1025px) {
  footer .wrapper {
    display: block;
  }
}
footer .access {
  background-color: #425A6A;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (width <= 1025px) {
  footer .access {
    padding-top: 48px;
    padding-bottom: 52px;
  }
}
@media (width <= 640px) {
  footer .access {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
footer .info_box {
  width: 48%;
  max-width: 610px;
  color: #FFFFFF;
  text-align: left;
}
@media (width <= 1025px) {
  footer .info_box {
    width: 100%;
    max-width: 100%;
  }
}
footer h3 {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 800;
}
@media (width <= 1025px) {
  footer h3 {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  footer h3 {
    font-size: 6.5vw;
  }
}
footer .att {
  font-size: 14px;
  margin-top: 24px;
}
@media (width <= 1025px) {
  footer .att {
    font-size: 15px;
  }
}
@media (width <= 640px) {
  footer .att {
    font-size: 14px;
  }
}
footer dl {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (width <= 640px) {
  footer dl {
    flex-wrap: wrap;
    margin-top: 18px;
  }
  footer dl:first-of-type {
    margin-top: 24px;
  }
}
footer dt {
  font-weight: bold;
  width: 100px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
@media (width <= 1025px) {
  footer dt {
    width: 100px;
  }
}
@media (width <= 640px) {
  footer dt {
    width: 100%;
    font-size: 15px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
footer dd {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
@media (width <= 1025px) {
  footer dd {
    margin-left: 20px;
  }
}
@media (width <= 640px) {
  footer dd {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
    margin-left: 0;
    padding-bottom: 8px;
  }
  footer dd .br {
    display: block;
  }
}
footer .map {
  width: 48%;
  max-width: 610px;
  aspect-ratio: 4/2.5;
}
footer .map iframe {
  width: 100%;
  height: 100%;
}
@media (width <= 1025px) {
  footer .map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/2;
    margin-top: 40px;
  }
}
@media (width <= 640px) {
  footer .map {
    aspect-ratio: 4/3;
    margin-top: 32px;
  }
}
footer .info {
  text-align: left;
  margin-top: 64px;
}
@media (width <= 1025px) {
  footer .info {
    margin-top: 56px;
  }
}
@media (width <= 640px) {
  footer .info {
    margin-top: 44px;
  }
}
footer .info .info_box {
  width: 48%;
  max-width: 610px;
  color: #222222;
}
@media (width <= 1025px) {
  footer .info .info_box {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
footer .txt {
  width: 48%;
  max-width: 610px;
  color: #222222;
}
@media (width <= 1025px) {
  footer .txt {
    width: 100%;
    max-width: 100%;
  }
}
@media (width <= 1025px) {
  footer .logo {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .logo {
    width: 180px;
    margin: 0 auto;
  }
}
footer .time {
  margin-top: 8px;
}
@media (width <= 1025px) {
  footer .time {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .time {
    font-size: 14px;
  }
}
footer .sns_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: center;
}
@media (width <= 640px) {
  footer .sns_btn {
    display: block;
    margin-top: 24px;
  }
}
footer .sns_btn li {
  width: 48.5%;
}
@media (width <= 640px) {
  footer .sns_btn li {
    width: 100%;
    margin-top: 8px;
  }
}
footer .sns_btn li.tel p {
  font-size: 120%;
}
@media (width <= 640px) {
  footer .sns_btn li.tel p {
    font-size: 5.5vw;
  }
}
footer .sns_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  color: #425A6A;
  transition: 0.2s;
  border: 2px solid #425A6A;
}
footer .sns_btn a:hover {
  opacity: 0.8;
  border-radius: 6px;
}
@media (width <= 640px) {
  footer .sns_btn a {
    padding: 18px 20px;
  }
}
footer .sns_btn p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 12px;
  line-height: 1;
}
@media (width <= 1025px) {
  footer .sns_btn p {
    font-size: 4vw;
  }
}
@media (width <= 640px) {
  footer .sns_btn p {
    font-size: 4.5vw;
  }
}
footer .sns_btn img {
  width: 34px;
  height: 34px;
  filter: invert(33%) sepia(18%) saturate(705%) hue-rotate(161deg) brightness(95%) contrast(92%);
}
@media (width <= 640px) {
  footer .sns_btn img {
    width: 34px;
    height: 34px;
  }
}
footer .att_text {
  background-color: #F1F1F1;
  padding: 24px 28px;
  margin-top: 32px;
}
@media (width <= 1025px) {
  footer .att_text {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .att_text {
    padding: 20px 24px;
    margin-top: 24px;
  }
}
footer .att_text .bold {
  font-size: 18px;
  font-weight: bold;
}
@media (width <= 640px) {
  footer .att_text .bold {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
footer .att_text ul {
  margin-top: 8px;
  text-align: left;
}
@media (width <= 640px) {
  footer .att_text ul {
    margin-top: 12px;
  }
}
footer .att_text li {
  display: inline-block;
  margin-right: 12px;
}
footer .att_text li::before {
  content: "・";
}
@media (width <= 640px) {
  footer .att_text li {
    font-size: 15px;
    margin-right: 8px;
  }
}
footer .copyright {
  color: #222222;
  font-size: 14px;
  line-height: 1;
  margin-top: 48px;
  border-top: 1px solid #425A6A;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (width <= 640px) {
  footer .copyright {
    margin-top: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
  }
}

.index #content {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 96px;
}
@media (width <= 640px) {
  .index #content {
    margin-bottom: 64px;
  }
}
.index #content .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.index #content .selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #425A6A;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.index #content .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #425A6A;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #222222;
  font-size: 1em;
  cursor: pointer;
}
.index #content ul {
  margin-top: 56px;
}
@media (width <= 1025px) {
  .index #content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
  }
}
@media (width <= 640px) {
  .index #content ul {
    display: block;
    margin-top: -8px;
  }
}
@media (width <= 1025px) {
  .index #content li {
    width: 48%;
    margin-top: 40px;
  }
}
@media (width <= 640px) {
  .index #content li {
    width: 100%;
    margin-top: 52px;
  }
}
.index #content li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
@media (width <= 1025px) {
  .index #content li a {
    display: block;
    margin-top: 0px;
  }
}
.index #content figure {
  width: 35%;
  height: 240px;
  position: relative;
}
@media (width <= 1025px) {
  .index #content figure {
    width: 100%;
    height: 240px;
  }
}
.index #content figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #425A6A;
}
.index #content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.index #content .box {
  flex: 1;
  text-align: left;
  margin-left: 48px;
}
@media (width <= 1025px) {
  .index #content .box {
    margin-top: 24px;
    margin-left: 0px;
  }
}
@media (width <= 640px) {
  .index #content .box {
    margin-top: 16px;
  }
}
.index #content .title {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #425A6A;
}
@media (width <= 1025px) {
  .index #content .title {
    margin-bottom: 20px;
  }
}
@media (width <= 640px) {
  .index #content .title {
    margin-bottom: 18px;
  }
}
.index #content .title .sub {
  font-size: 14px;
  font-weight: bold;
  color: #425A6A;
  line-height: 1.6;
}
.index #content .title .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 4px;
  overflow-wrap: anywhere;
  transition: 0.2s;
}
@media (width <= 1025px) {
  .index #content .title .name {
    font-size: 20px;
  }
}
@media (width <= 640px) {
  .index #content .title .name {
    font-size: 5vw;
  }
}
.index #content .information {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
@media (width <= 1025px) {
  .index #content .information {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-end;
  }
}
.index #content .price {
  flex-shrink: 0;
  font-weight: bold;
  text-align: left;
}
@media (width <= 1025px) {
  .index #content .price {
    margin-right: 20px;
  }
}
.index #content .price .heading {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.index #content .price .number {
  font-size: 16px;
  line-height: 1.2;
  transform: translateY(-2px);
}
.index #content .price .number span {
  font-size: 32px;
  color: #425A6A;
  transform: translateY(0px);
}
@media (width <= 640px) {
  .index #content .price .number span {
    font-size: 8vw;
  }
}
@media (width <= 1025px) {
  .index #content .price.total {
    margin-right: 0px;
  }
}
.index #content .price.total .number span {
  color: #222222;
}
.index #content dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 14px;
}
@media (width <= 1025px) {
  .index #content dl {
    width: 100%;
    margin-top: 12px;
  }
}
@media (width <= 640px) {
  .index #content dl {
    font-size: 14px;
  }
}
.index #content dt {
  width: 82px;
  font-weight: bold;
  border-right: 1px solid #425A6A;
  padding: 1px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.index #content dt:last-of-type {
  margin-bottom: 0;
}
@media (width <= 1025px) {
  .index #content dt {
    width: 25%;
    padding: 6px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.index #content dd {
  flex-grow: 1;
  width: calc(100% - 82px);
  padding: 1px 0px 1px 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.index #content dd:last-of-type {
  margin-bottom: 0;
}
@media (width <= 1025px) {
  .index #content dd {
    flex-grow: 0;
    width: 68%;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media (width <= 1025px) {
  .index #content dd {
    width: 70%;
  }
}
.index #content dd span {
  display: inline-block;
  line-height: 1.4;
}
.index #content a:hover figure img {
  opacity: 0.7;
}
.index #content a:hover .title .name {
  color: #425A6A;
}

.detail main .wrapper {
  max-width: 960px;
}
.detail main .title_Horizon {
  display: flex;
  align-items: baseline;
}
.detail main .title_Horizon .eng {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 800;
}
@media (width <= 640px) {
  .detail main .title_Horizon .eng {
    font-size: 6vw;
  }
}
.detail main .title_Horizon h2 {
  font-size: 18px;
  font-weight: bold;
  color: #425A6A;
  margin-left: 16px;
  transform: translateY(-2px);
}
@media (width <= 640px) {
  .detail main .title_Horizon h2 {
    font-size: 13px;
    margin-left: 10px;
    transform: translateY(-1.5px);
  }
}
.detail main #title {
  text-align: left;
}
.detail main #title .title {
  margin-bottom: 32px;
}
@media (width <= 640px) {
  .detail main #title .title {
    margin-bottom: 24px;
  }
}
.detail main #title .cat {
  color: #425A6A;
  font-size: 16px;
  font-weight: bold;
}
@media (width <= 640px) {
  .detail main #title .cat {
    font-size: 14px;
  }
}
.detail main #title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (width <= 640px) {
  .detail main #title h1 {
    font-size: 6vw;
    margin-top: 2px;
    line-height: 1.4;
  }
}
.detail main .fotorama__stage {
  background-color: #F1F1F1;
}
.detail main .fotorama__thumb-border {
  border-color: #425A6A;
}
.detail main #information {
  margin-top: 72px;
}
@media (width <= 640px) {
  .detail main #information {
    margin-top: 32px;
  }
}
.detail main #information .wrapper {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media (width <= 640px) {
  .detail main #information .wrapper {
    display: block;
  }
}
.detail main #information .contact {
  width: 44%;
  margin: 0;
}
@media (width <= 640px) {
  .detail main #information .contact {
    width: 100%;
  }
}
.detail main #information .sns_btn {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (width <= 640px) {
  .detail main #information .sns_btn {
    display: block;
    margin-top: 24px;
  }
}
.detail main #information .sns_btn li {
  width: 100%;
  margin-top: 16px;
}
.detail main #information .sns_btn li:first-child {
  margin-top: 0;
}
@media (width <= 640px) {
  .detail main #information .sns_btn li {
    width: 100%;
    margin-top: 8px;
  }
}
.detail main #information .sns_btn li.tel p {
  font-size: 125%;
}
@media (width <= 640px) {
  .detail main #information .sns_btn li.tel p {
    font-size: 5.5vw;
  }
}
.detail main #information .sns_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 16px;
  color: #425A6A;
  transition: 0.2s;
  border: 2px solid #425A6A;
}
.detail main #information .sns_btn a:hover {
  opacity: 0.8;
  border-radius: 6px;
}
@media (width <= 640px) {
  .detail main #information .sns_btn a {
    height: 64px;
    padding: 18px 20px;
  }
}
.detail main #information .sns_btn p {
  font-size: 17px;
  font-weight: bold;
  margin-left: 12px;
  line-height: 1;
}
@media (width <= 1025px) {
  .detail main #information .sns_btn p {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  .detail main #information .sns_btn p {
    font-size: 4.5vw;
  }
}
.detail main #information .sns_btn img {
  width: 34px;
  height: 34px;
  filter: invert(33%) sepia(18%) saturate(705%) hue-rotate(161deg) brightness(95%) contrast(92%);
}
@media (width <= 640px) {
  .detail main #information .sns_btn img {
    width: 32px;
    height: 32px;
  }
}
.detail main #information .info_box {
  width: 50%;
}
@media (width <= 640px) {
  .detail main #information .info_box {
    width: 100%;
  }
}
.detail main #information .price_box {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
}
@media (width <= 1025px) {
  .detail main #information .price_box {
    gap: 16px;
  }
}
@media (width <= 640px) {
  .detail main #information .price_box {
    justify-content: center;
    gap: 20px;
  }
}
.detail main #information .price {
  font-weight: bold;
  text-align: left;
}
@media (width <= 640px) {
  .detail main #information .price {
    margin-top: 40px;
  }
}
.detail main #information .price .heading {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (width <= 640px) {
  .detail main #information .price .heading {
    font-size: 14px;
  }
}
.detail main #information .price .number {
  font-size: 18px;
  line-height: 1.2;
  transform: translateY(-2px);
}
@media (width <= 1025px) {
  .detail main #information .price .number {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  .detail main #information .price .number {
    font-size: 15px;
  }
}
.detail main #information .price .number span {
  font-size: 48px;
  color: #425A6A;
  margin-right: 2px;
  transform: translateY(0px);
}
@media (width <= 1025px) {
  .detail main #information .price .number span {
    font-size: 34px;
  }
}
@media (width <= 640px) {
  .detail main #information .price .number span {
    font-size: 8.5vw;
  }
}
.detail main #information .price.total .number span {
  color: #222222;
}
.detail main #information .box {
  max-width: 500px;
  margin-top: 14px;
}
@media (width <= 1025px) {
  .detail main #information .box {
    margin-top: 8px;
  }
}
.detail main #information dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 14px;
}
@media (width <= 1025px) {
  .detail main #information dl {
    width: 100%;
  }
}
@media (width <= 640px) {
  .detail main #information dl {
    font-size: 15px;
  }
}
.detail main #information dt {
  width: 16.5%;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 2px 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
@media (width <= 1025px) {
  .detail main #information dt {
    width: 25%;
    padding: 6px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
@media (width <= 640px) {
  .detail main #information dt {
    width: 25%;
    margin-top: 10px;
  }
}
.detail main #information dd {
  width: 33.5%;
  padding: 2px 0px 2px 20px;
  line-height: 1.4;
  margin-top: 8px;
}
@media (width <= 1025px) {
  .detail main #information dd {
    width: 68%;
    padding: 6px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
@media (width <= 640px) {
  .detail main #information dd {
    width: 70%;
    margin-top: 10px;
  }
}
.detail main #information dd span {
  display: inline-block;
  line-height: 1.4;
}
.detail main #spec {
  margin-top: 64px;
}
@media (width <= 1025px) {
  .detail main #spec {
    margin-top: 48px;
  }
}
.detail main #spec dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  margin-top: 20px;
}
@media (width <= 640px) {
  .detail main #spec dl {
    margin-top: 14px;
  }
}
.detail main #spec dt {
  padding: 14px 16px;
  width: 17%;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #222222;
  background-color: #222222;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5;
}
.detail main #spec dt:nth-last-of-type(-n+2) {
  border-bottom: 1px solid #222222;
}
@media (width <= 1025px) {
  .detail main #spec dt {
    font-size: 15px;
  }
}
@media (width <= 640px) {
  .detail main #spec dt {
    padding: 14px 14px;
    width: 32%;
    font-size: 14px;
    border-bottom: 1px solid #FFFFFF;
  }
  .detail main #spec dt:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #FFFFFF;
  }
  .detail main #spec dt:last-of-type {
    border-bottom: 1px solid #425A6A;
  }
}
.detail main #spec dd {
  padding: 14px 16px;
  width: 33%;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  line-height: 1.5;
}
@media (width <= 1025px) {
  .detail main #spec dd {
    font-size: 15px;
  }
}
@media (width <= 640px) {
  .detail main #spec dd {
    padding: 14px 14px;
    width: 68%;
    font-size: 14px;
  }
}
.detail main #equipment {
  margin-top: 64px;
}
@media (width <= 640px) {
  .detail main #equipment {
    margin-top: 40px;
  }
}
.detail main #equipment ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.detail main #equipment li {
  background-color: #222222;
  padding: 4px 12px;
  border-radius: 4px;
  color: #FFFFFF;
  margin-top: 8px;
  margin-right: 8px;
}
@media (width <= 640px) {
  .detail main #equipment li {
    font-size: 14px;
  }
}/*# sourceMappingURL=stock.css.map */