@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #1F1F1F;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

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

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

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Lora", serif;
}

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

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

.section__title {
  font-size: 80px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #0D2741;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 11.2vw;
  }
}

.section__subTitle {
  display: block;
  color: #0D2741;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 4vw;
  }
}

.header {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #EBE9E3;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4vw 6.6666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: 100%;
  }
}
.header__logo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 46.4vw;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 20px;
  }
}
.header__nav ul li {
  white-space: nowrap;
}
.header__nav ul li a {
  font-size: 18px;
  color: #000;
  font-family: "Lora", serif;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 15px;
  }
}
.header__nav ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  background: #000;
  transition: all 0.7s ease;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.header__nav ul li a:hover {
  opacity: 1;
}
.header__nav ul li a:hover::after {
  width: 100%;
}
.header__tel {
  padding: 6px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: #0E2640;
  text-align: center;
  margin-left: 30px;
}
.header__tel .number {
  font-size: 20px;
  font-weight: 500;
  display: block;
  font-family: "Lora", serif;
  line-height: 1.2;
  white-space: nowrap;
}
.header__tel .time {
  display: block;
  font-size: 10px;
}
.header__contact {
  color: #fff;
  background: #0E2640;
  text-align: center;
  font-size: 23px;
  font-family: "Lora", serif;
  padding: 20px 52px;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    white-space: nowrap;
    padding: 20px 30px;
    font-size: 20px;
  }
}
.header__contact:hover {
  opacity: 1;
  background: #014895;
}
.header.is_active {
  position: fixed;
  animation: fadeIn 0.2s ease;
  padding: 0;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .header.is_active {
    padding: 15px 20px;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translate(0);
  }
}

.header__btns {
  position: absolute;
  right: 0;
  top: 0;
  background: #0E2640;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    padding: 0 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}

.header__btn {
  background-color: #fff;
  width: 36px;
  height: 1px;
  transition: 0.3s ease;
}

.header__btns.active .header__btn:nth-child(1) {
  transform: translate(-1px, 5px) rotate(45deg);
}

.header__btns.active .header__btn:nth-child(2) {
  transform: translate(-1px, -4px) rotate(-45deg);
}

.hamburger__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger__nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    background: #0E2640;
    padding: 26.6666666667vw 9.3333333333vw 13.3333333333vw;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .hamburger__nav.active {
    transform: translateX(0);
    z-index: 900;
    opacity: 1;
  }
}
.hamburger__nav--main {
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.hamburger__nav--main li {
  text-align: center;
}
.hamburger__nav--main li a {
  color: #fff;
  font-size: 24px;
  gap: 16px;
  font-family: "Lora", serif;
}
.hamburger__nav--main li ul {
  padding-left: 34px;
  padding-bottom: 20px;
}
.hamburger__nav--main li ul li {
  border-bottom: 0;
}
.hamburger__nav--main li ul li a {
  padding: 20px 0;
}
.hamburger__nav--contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10.6666666667vw;
  }
}
.hamburger__nav--contact > a {
  opacity: 1 !important;
  transition: 0.3s ease;
}
.hamburger__nav--contact > a:hover {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.hamburger__nav--contact .tel {
  width: 49%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1320px) {
  .hamburger__nav--contact .tel {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact .tel {
    width: 100%;
    padding: 6.6666666667vw 5.3333333333vw;
    justify-content: space-between;
  }
}
.hamburger__nav--contact .tel h3 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Lora", serif;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .hamburger__nav--contact .tel h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact .tel h3 {
    font-size: 6.1333333333vw;
  }
}
.hamburger__nav--contact .tel .time {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact .tel .time {
    text-align: left;
    margin-top: 5px;
    font-size: 3.7333333333vw;
  }
}
.hamburger__nav--contact .mail {
  width: 49%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact .mail {
    padding: 6.6666666667vw 5.3333333333vw;
    justify-content: space-between;
    width: 100%;
  }
}
.hamburger__nav--contact .mail h3 {
  color: #fff;
  font-size: 42px;
  font-family: "Lora", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--contact .mail h3 {
    font-size: 7.4666666667vw;
  }
}

.footer {
  padding: 80px 40px 95px;
  background: #0D2741;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw 5.3333333333vw 12vw;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer__contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__contact > a {
  opacity: 1 !important;
  transition: 0.7s ease;
}
.footer__contact > a:hover {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.footer__contact .tel {
  width: 49%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1320px) {
  .footer__contact .tel {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact .tel {
    width: 100%;
    padding: 8vw 6.6666666667vw;
    justify-content: space-between;
  }
}
.footer__contact .tel h3 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Lora", serif;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .footer__contact .tel h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact .tel h3 {
    font-size: 7.4666666667vw;
  }
}
.footer__contact .tel .time {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__contact .tel .time {
    text-align: left;
    margin-top: 5px;
    font-size: 3.7333333333vw;
  }
}
.footer__contact .mail {
  width: 49%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .footer__contact .mail {
    padding: 8vw 6.6666666667vw;
    justify-content: space-between;
    width: 100%;
  }
}
.footer__contact .mail h3 {
  color: #fff;
  font-size: 42px;
  font-family: "Lora", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer__contact .mail h3 {
    font-size: 9.0666666667vw;
  }
}
.footer__box {
  margin-bottom: 80px;
}
.footer__logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto 8vw;
    width: 52.2666666667vw;
  }
}
.footer__address {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    justify-content: center;
    gap: 20px;
  }
}
.footer__nav ul li a {
  font-size: 18px;
  transition: all 0.7s ease;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 4vw;
  }
}
.footer__nav ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.7s ease;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__nav ul li a:hover {
  opacity: 1;
}
.footer__nav ul li a:hover::after {
  width: 100%;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 1s 0.4s ease, transform 1s 0.4s ease;
  /* アニメーションの設定 */
}

.fade-in02 {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 1s 0.9s ease, transform 1s 0.9s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */