@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}
a img {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bg-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.section-ttl {
  color: #e9450a;
  font-family: "Libre Baskerville", serif;
  font-size: 4.2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 820px) {
  .section-ttl {
    font-size: 2.6rem;
    margin-bottom: 24px;
    text-align: center;
  }
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
#header {
  background: #fff;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}
#header #h-inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1400px) {
  #header #h-inner {
    padding: 0 5%;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #header #h-inner {
    height: 80px;
    padding: 0;
  }
}
#header #h-inner .h-logo {
  margin: 0 auto 24px;
  padding-top: 20px;
  position: relative;
  width: 345px;
  z-index: 999;
}
#header #h-inner .h-logo .name {
  color: #0000cc;
  font-size: 1.4rem;
  font-weight: bold;
  left: 76px;
  position: absolute;
  top: 1px;
}
@media screen and (max-width: 820px) {
  #header #h-inner .h-logo .name {
    font-size: 1.3rem;
    left: 60px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  #header #h-inner .h-logo .name {
    left: 56px;
  }
}
@media screen and (max-width: 820px) {
  #header #h-inner .h-logo {
    top: 4px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #header #h-inner .h-logo {
    background: #fff;
    padding-top: 24px;
    top: 0;
    width: 160px;
  }
}
#header #h-inner .h-logo img {
  width: 100%;
}
#header #h-inner .img-list {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: 40px;
  margin-top: 10px;
  width: 40%;
}
@media screen and (max-width: 1400px) {
  #header #h-inner .img-list {
    margin-right: 10%;
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  #header #h-inner .img-list {
    display: none;
    gap: 16px;
  }
}
#header #h-inner .img-list li {
  mix-blend-mode: multiply;
  width: 70px;
}
@media screen and (max-width: 820px) {
  #header #h-inner .img-list li {
    width: 30px;
  }
}
#header #h-inner #gnav {
  margin: 10px auto 0;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  #header #h-inner #gnav {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav {
    display: block;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }
  #header #h-inner #gnav.open {
    opacity: 1;
    position: absolute;
    transition: all 0.5s;
    visibility: visible;
  }
  #header #h-inner #gnav #nav-inner {
    background: #fff;
    background-size: cover;
    height: 100vh;
    opacity: 0.9;
    overflow: auto;
    width: 100%;
    z-index: 9999;
  }
}
#header #h-inner #gnav .nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav .nav-list {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }
}
#header #h-inner #gnav .nav-list li {
  margin: 0 16px;
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav .nav-list li {
    margin: 20px 0;
  }
}
#header #h-inner #gnav .nav-list li:last-child {
  margin-right: 0;
}
#header #h-inner #gnav .nav-list li a {
  background-image: linear-gradient(#d55313, #d55313);
  background-position: bottom right; /* 下線の初期位置 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  color: #333;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  padding: 4px 10px;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  transition: background-size 0.3s;
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav .nav-list li a {
    border: none;
  }
}
#header #h-inner #gnav .nav-list li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav .nav-list li a {
    font-size: 1.8rem;
  }
}

.sns-icon {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 24px auto;
  width: 90%;
}
.sns-icon li {
  width: 30px;
}

#menu-button {
  display: none;
}

@media screen and (max-width: 1400px) {
  #menu-button {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 5%;
    top: 30px;
    width: 50px;
    z-index: 999;
  }
  #menu-button span {
    background: #d55313;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 99;
  }
  #menu-button span::before, #menu-button span::after {
    background: #d55313;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.3s;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close {
    background: transparent;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
  #menu-button .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #d55313;
  }
  #menu-button .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #d55313;
  }
}
@media screen and (max-width: 820px) {
  #menu-button {
    height: 50px;
    right: 5%;
    top: 12px;
    width: 50px;
  }
  #menu-button span {
    height: 2px;
    width: 25px;
  }
  #menu-button span::before, #menu-button span::after {
    height: 2px;
    left: 0;
    right: 0;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
}
/*---------------------------------------------
    main
  ---------------------------------------------*/
#main {
  width: 100%;
}
#main > .img-list {
  display: none;
}
@media screen and (max-width: 820px) {
  #main > .img-list {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
    width: 98%;
  }
}
@media screen and (max-width: 820px) {
  #main > .img-list li {
    width: 40px;
  }
}

#wrapper {
  height: auto;
  position: relative;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
}

.btn a {
  background: #d55313;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  width: 90%;
}
.btn a::after {
  content: "▶";
  display: inline-block;
  font-size: 1rem;
  margin-left: 8px;
  position: relative;
  top: -4px;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  background: #47413e;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 40px;
  width: 100%;
}
footer #f-inner .copy {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
}
footer #f-inner .f-contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  footer #f-inner .f-contents {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
footer #f-inner .f-contents .f-logo {
  width: 380px;
}
@media screen and (max-width: 767px) {
  footer #f-inner .f-contents .f-logo {
    margin-bottom: 16px;
    width: 260px;
  }
}
footer #f-inner .f-contents .address {
  font-size: 1.6rem;
  margin-top: 6px;
}
footer #f-inner .f-contents .f-nav {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  footer #f-inner .f-contents .f-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer #f-inner .f-contents .f-nav li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  footer #f-inner .f-contents .f-nav li {
    font-size: 1.4rem;
  }
}
footer #f-inner .f-contents .f-nav li a {
  color: #fff;
  font-family: "Libre Baskerville", serif;
}

.pagetop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
}

.gotop {
  background: #d55313;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 60px;
  letter-spacing: -1px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
@media screen and (max-width: 820px) {
  .gotop {
    height: 30px;
    width: 30px;
  }
}
.gotop::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 25%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 38%;
  transform: rotate(-45deg);
  width: 25%;
}
@media screen and (max-width: 820px) {
  .gotop::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 20%;
    width: 20%;
  }
}
.gotop:hover {
  opacity: 0.7;
}

.line-contact {
  font-weight: bold;
  position: fixed;
  right: 0;
  top: 40%;
  writing-mode: vertical-rl;
  z-index: 99999;
}
@media screen and (max-width: 820px) {
  .line-contact {
    top: 30%;
  }
}
.line-contact a {
  align-items: center;
  background: #06c755;
  color: #fff;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 2px;
  padding: 30px 0;
  width: 50px;
}
@media screen and (max-width: 820px) {
  .line-contact a {
    font-size: 1.4rem;
    padding: 16px 0;
    width: 40px;
  }
}
.line-contact a img {
  margin-bottom: 4px;
  width: 30px;
}

.bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}