html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #0B0A08;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

.header {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 6.2%;
}

.header__menu-btn {
  display: block;
}

.header__menu-btn span {
  display: block;
  width: 50px;
  height: 1.5px;
  background-color: #0B0A08;
}

.header__menu-btn span:not(:first-child) {
  margin-top: 10px;
}

.openbtn span {
  background-color: #0B0A08;
  display: block;
  height: 1px;
  width: 100%;
  margin: 6px auto;
  transition: all 0.3s;
}

.hamburger_logo {
  width: 110px;
  height: 110px;
  margin-left: 90px;
}

.nav {
  display: flex;
}

.g-navi.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-item a {
  color: #0B0A08;
  text-decoration: none;
  font-size: 48px;
}

.menu__link {
  margin-left: 270px;
  margin-top: 300px;
}

.hamburger_link {
  width: 280px;
  border-bottom: 1px solid #99A9B0;
}

.hamburger_link p {
  font-size: 48px;
}

.hamburger_link a img {
  width: 26px;
  height: 40px;
}

.service {
  margin-top: 70px;
  width: 280px;
  height: 85px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.openbtn.active span:nth-child(1) {
  transform: rotate(45deg) translate(2.5px, 2.5px);
}

.openbtn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(2.5px, -2.5px);
}

.section-title {
  font-size: 130px;
  color: #B54C55;
  font-family: "Shippori Mincho", serif;
  margin-top: 180px;
  margin-left: 90px;
}

.news-inner {
  max-width: 670px;
  margin-top: 100px;
  margin-inline: 590px auto;
  padding-bottom: 180px;
}

.list-item1 {
  padding: 35px 70px;
  border-bottom: 1px solid #99A9B0;
  border-top: 1px solid #99A9B0;
}

.list-item {
  padding: 35px 70px;
  border-bottom: 1px solid #99A9B0;
}

.list-item1 a:hover,
.list-item a:hover {
  color: #99A9B0;
  transition: all 0.3s ease;
}

.item-content {
  justify-content: space-between;
  align-items: center;
}

.list-item__date {
  font-size: 16px;
  font-family: "EB Garamond", serif;
  color: #9C9898;
}

.list-item__text {
  margin-top: 15px;
}

.news-box::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 12vw;
  height: 100%;
  z-index: -1;
  border-radius: 0px 270px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.news-box::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 60vw;
  height: 100%;
  z-index: -1;
  border-radius: 270px 0px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.news_item-link {
  width: 5px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .header__menu-btn span {
    display: block;
    width: 25px;
    height: 1.5px;
    background-color: #0B0A08;
  }
  .openbtn {
    width: 25px;
    height: 10px;
  }
  .hamburger_logo {
    width: 50px;
    height: 50px;
    margin-left: 23px;
  }
  .g-navi {
    overflow-y: auto;
  }
  .nav {
    flex-direction: column;
  }
  .menu-item a {
    font-size: 32px;
  }
  .menu-item {
    margin-bottom: 20px;
  }
  .menu__link {
    margin-left: 25px;
    margin-top: 50px;
  }
  .hamburger_link {
    width: 170px;
  }
  .hamburger_link p {
    font-size: 32px;
    line-height: 0.8;
  }
  .hamburger_link a img {
    width: 13px;
    height: 20px;
  }
  .section-title {
    font-size: 48px;
    margin-top: 100px;
    margin-left: 25px;
  }
  .news-inner {
    width: 83%;
    margin-top: 50px;
    margin-inline: auto;
  }
  .spnone {
    display: none;
  }
  .list-item1 {
    padding: 20px 25px;
  }
  .list-item {
    padding: 20px 25px;
  }
  .news-box::before {
    top: -50px;
    width: 15vw;
  }
  .news-box::after {
    top: -50px;
    width: 15vw;
  }
}