@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* reset.css */
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: 0;
  font-size: 100%;
  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;
}

small {
  font-size: 80%;
}

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

html.small {
  font-size: 50%;
}

html.big {
  font-size: 87.5%;
}

body {
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .08em;
  color: #333;
}

.jp {
  letter-spacing: 0.14em;
  padding-bottom: 15px;
}

.en {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 80%;
  font-weight: 600;
  color: #bf904e;
  margin-bottom: 5px;
}

.com {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 60%;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  color: #53585B;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

table {
  border-collapse: collapse;
  width: 100%;
}

dl,
dt,
dd {
  margin: 0;
}

iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

/* <br class="sp_br"> */
.sp_br {
  display: none;
}

.pc_br {
  display: inline;
  /* <br class="pc_br"> */
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }
}

/* <span class="highlight"></span> */
.highlight {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 5px;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/* -----------------------------------
  header
 ----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 99;
}

/*　下に下がる動き　*/
/* #header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.header_img {
  width: 550px;
  height: auto;
  padding: 5px;
}

.header_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

header a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 30px;
  z-index: 99;
  color: #333;
}

header .h-txt {
  display: block;
  padding-bottom: 10px;
}

header .h-txt span {
  display: block;
  line-height: 1.5;
  letter-spacing: .025em;
  font-weight: normal;
}

header .h-txt span {
  font-size: 1.4rem;
  color: #bf904e;
  font-weight: 700;
  letter-spacing: 0.01em;
  width: 100%;
}

header .h-txt span:nth-child(2) {
  font-size: 3.5rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.01em;
  width: 100%;
}

.nav-tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.nav-tel .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 3.0rem;
  font-weight: bold;
}

.nav-tel .mail {
  padding: 10px 20px;
  background-color: #bf904e;
}

.nav-tel .mail a {
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 2.0rem;
}

.nav-tel img {
  width: 30px;
  height: auto;
  object-fit: cover;
}

.pc-nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.pc-nav li {
  position: relative;
  width: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-nav li a {
  display: block;
  font-size: 1.45rem;
  color: #333;
  font-weight: bold;
  letter-spacing: .155em;
}

.pc-nav span {
  display: block;
  font-size: 1.0rem;
  letter-spacing: .08em;
  font-weight: normal;
  text-align: center;
  color: #bf904e;
  text-transform: uppercase;

}

/* contact-nav */
.contact-nav {
  background-color: #bf904e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.contact-nav .font1 {
  color: #333;
}

.contact-nav:last-child {
  background-color: #bf904e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-nav .contact-nav a {
  color: #fff;
  font-size: 1.65rem;
}

.sp-nav {
  display: none;
}

.sp-header {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    z-index: 99;
  }

  .div-nav {
    display: none;
  }

  .sp-header {
    position: fixed;
    top: 10px;
    right: 10px;
    box-shadow: none;
    display: inline-block;
    z-index: 99;
  }

  .header_img {
    width: 280px;
    height: auto;
    padding: 5px;
  }

  header .h-txt {
    display: block;
    padding-bottom: 5px;
  }

  header .h-txt span {
    font-size: 1.0rem;
    color: #bf904e;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 2.0;
    width: 100%;
  }

  header .h-txt span:nth-child(2) {
    font-size: 2.0rem;
    /* color: #333; */
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 100%;
  }

  .nav-tel {
    display: block;
  }

  .nav-tel .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .nav-tel .mail {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #bf904e;
  }

  .nav-tel .mail a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 2.0rem;
  }

  .nav-tel li a{
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .nav-tel img {
    width: 30px;
    height: auto;
    object-fit: cover;
    padding-right: 10px;
  }

  .sp-header ul {
    display: flex;
  }

  /* contact-nav */
  .contact-nav {
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .sp-header .contact-nav a {
    color: #333;
    font-size: 20px;
    text-align: center;
  }

  #hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    color: #333;
    /* background-color: #bf904e; */
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hamburger span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    height: 2.5px;
    border-radius: 5px;
    width: 50%;
    background-color: #333;
  }

  #hamburger span:nth-of-type(1) {
    top: 18px;
  }

  #hamburger span:nth-of-type(2) {
    top: 28px;
  }

  #hamburger span:nth-of-type(3) {
    top: 38px;
  }

  #hamburger.active span:nth-of-type(1) {
    top: 20px;
    transform: translateY(10px) rotate(-45deg);
    background-color: #333;
  }

  #hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  #hamburger.active span:nth-of-type(3) {
    top: 40px;
    transform: translateY(-10px) rotate(45deg);
    background-color: #333;
  }

  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .2s ease-in-out;
    z-index: 100;
  }

  .sp-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgb(250, 250, 250, 0.9);
  }

  .sp-nav li {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-bottom: solid 1px #bf904e;
  }

  .sp-nav li:last-child {
    border-bottom: none;
  }

  .sp-nav .frsit .header_img {
    padding: 10px;
  }

  .sp-nav li span {
    font-size: 15px;
    color: #fff;
  }

  .sp-nav li a,
  .sp-nav li span {
    display: block;
    color: #333;
    font-weight: bold;
  }

  .sp-nav .last a {
    color: #bf904e;
  }

  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }

  .sp-nav .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }

  .sp-nav .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }

  .toggle {
    transform: translateY(0);
    opacity: 1;
    z-index: 99;
  }

  .pc-nav {
    display: none;
  }

}

/* -----------------------------------
  footer
 ----------------------------------- */
footer {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffff;
}

footer a {
  color: #ffff;
}

footer a:hover {
  opacity: 0.5;
}

footer .container {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-item {
  width: auto;
}

.l-item .img img {
  width: 350px;
  height: 100px;
  object-fit: cover;
  padding: 5px;
}

.l-item .txt h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.l-item .txt h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.8;
  text-align: left;
}

.l-item .txt h4 {
  font-style: italic;
  font-size: 1.2rem;
  padding: 10px 0;
}

.l-item .txt .address {
  padding-top: 15px;
}

.l-item .txt .address,
.l-item .txt .tel {
  font-size: 1.4rem;
  font-weight: normal;
}

.l-item .txt h5 {
  display: inline-block;
  font-size: 1.6rem;
  padding-top: 20px;
  font-weight: bold;
  border-bottom: solid 3px #bf904e;
  margin-bottom: 10px;
}

.l-item .txt .access {
  font-size: 1.4rem;
  font-weight: normal;
}

.r-item {
  width: 60%;
}

.r-item ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.8em;
  padding-bottom: 20px;
}

.r-item li a {
  font-size: 1.25rem;
  font-weight: bold;
}

.r-item .link {
  border-top: solid 1px #a5a7a8;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  opacity: 0.8;
}

.r-item .link a {
  height: auto;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.r-item .link img {
  width: 20px;
  height: auto;
  object-fit: cover;
}

.r-item .link .youtube img {
  width: auto;
  height: 15px;
  object-fit: cover;
}

footer .footer-copyright {
  text-align: center;
  font-size: 1.0rem;
  letter-spacing: 0.01em;
  height: auto;
}

@media screen and (max-width: 767px) {

  footer .container {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .l-item .img img {
    width: 280px;
    height: 100px;
    object-fit: cover;
    padding: 10px;
  }

  .r-item,
  .l-item {
    width: 100%;
  }

  .l-item .txt h3 span {
    text-align: center;
  }

  .l-item {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #a5a7a8;
  }

  .l-item .txt p {
    text-align: center;
    font-size: 14px;
  }

  .l-item .txt p span {
    display: block;
  }

  .r-item ul {
    column-count: 1;
    width: fit-content;
    flex-wrap: wrap;
    display: block;
  }

  .r-item li a {
    font-size: 1.25rem;
    font-weight: normal;
  }

  .r-item .link {
    display: block;
    text-align: center;
  }

  .r-item .link a {
    justify-content: center;
  }

  .r-item .link .youtube img {
    width: auto;
    height: 25px;
    object-fit: cover;
  }

  footer .footer-copyright {
    padding-top: 15px;
  }

  .l-item .txt .access {
    text-align: l;
  }
}

.btn {
  display: block;
  width: 100%;
  max-width: 328px;
  height: 55px;
  line-height: 55px;
  z-index: 0;
  margin-top: 40px;
  transition: 0.3s;
  text-align: center;
  position: relative;
  font-size: 15px;
  display: inline-block;
  background: #bf904e;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn img {
  width: 15px;
  height: 15px;
}


@media screen and (max-width: 767px) {
  .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.btn:hover:after {
  opacity: 1;
}

.btn:before {
  position: absolute;
  content: "▶";
  color: #fff;
  font-family: "origin-icon" !important;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 10px;
  font-size: 15px;
  right: 0;
}

.btn:hover {
  background: #ffffff;
  color: #bf904e;
  transition: 0.6s;
  border: 1px solid #bf904e;
}

.btn.btn_center {
  margin-right: auto;
  margin-left: auto;
}

.btn.top_bu_btn {
  border: 1px solid #ffffff;
  background: transparent;
}

.btn.top_bu_btn:hover {
  background: #ffffff;
}

.btn-center {
  display: flex;
  justify-content: center;
}

/*　上に上がる動き　*/
/* #header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
} */




/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight {
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}


/* -----------------------------------
   section
 ----------------------------------- */
section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.page_map {
  padding: 0;
  margin: 0;
}

.page_map .sec_ineer {
  width: 100%;
  margin: 0 auto;
}

.sec_ineer h2 {
  font-size: 4.0rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.sec_ineer h2 span {
  display: block;
}

.sec_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.sec_flex02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.sec_img,
.sec_txt {
  width: 50%;
  position: relative;
  z-index: 1;
}

.sec_txt .btn {
  margin: 30px auto;
  text-align: center;
}


@media screen and (max-width: 767px) {
  section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec_ineer {
    width: 100%;
    margin: 0 auto;
  }

  .sec_flex {
    display: block;
    text-align: center;
  }

  .sec_flex02 {
    display: block;
    text-align: center;
  }

  .sec_img,
  .sec_txt {
    width: 100%;
  }

  .sec_txt h2 {
    text-align: center;
  }

  .sec_ineer h2 {
    font-size: 2.5rem;
    text-align: left;
    margin-left: 0;
    font-weight: bold;
  }
}