html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
  letter-spacing: 0.05rem;
}

.ls0 {
  letter-spacing: 0;
}

.ls {
  letter-spacing: 0.1rem;
}

.ls2 {
  letter-spacing: 0.2rem;
}

.ls3 {
  letter-spacing: 0.3rem;
}

.os4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.os5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.os6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.os7 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.os8 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

span {
  display: inline-block;
}

.tab,
.sp {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.lineround1w {
  border: 1px solid #fff;
}

.lineround2w {
  border: 2px solid #fff;
}

.line_bottom1 {
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.line_bottom2 {
  border-bottom: 2px solid #fff;
}

.linkg {
  color: #fff;
  background: #C08C3A;
  background: linear-gradient(180deg, rgb(192, 140, 58) 0%, rgb(152, 94, 44) 100%);
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  line-height: 1;
}

.linkg:hover {
  color: #000;
  background: #CCA260;
  background: linear-gradient(180deg, rgb(204, 162, 96) 0%, rgb(172, 126, 85) 100%);
  line-height: 1;
}

.br10 {
  border-radius: 10px;
}

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

  .tab {
    display: inline-block;
  }

  .pc {
    display: none;
  }
}

@media (max-width: 480px) {
  .pc2 {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 480px) {
  body {
    font-size: 0.9rem;
  }
}

@media (min-width: 1240px) {
  body {
    font-size: 1.1rem;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 1.2rem;
  }
}

small {
  display: inline-block;
  font-weight: 500;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(3, 3, 3, 0) 94%);
  top: 0;
  left: 0;
}

header h1 a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 20px;
  left: 20px;
}

@media (min-width: 1440px) {
  header h1 a {
    top: 30px;
    left: 30px;
  }
}

header h1 img {
  width: 200px;
  transition: all 0.3s ease;
}

@media (max-width: 1000px) {
  header h1 img {
    display: none;
  }
}

@media (min-width: 1440px) {
  header h1 img {
    width: 250px;
  }
}

header h1 span {
  font-size: 22px;
  color: #fff;
  margin-top: 0.1rem;
}

@media (min-width: 1000px) {
  header h1 span {
    display: none;
  }
}

@media (min-width: 1440px) {
  header h1 span {
    font-size: 28px;
    margin-top: -0.5rem;
  }
}

header h1 small {
  padding: 0.5rem 0.25rem;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 1000px) {
  header h1 small {
    display: none;
  }
}

@media (min-width: 1440px) {
  header h1 small {
    font-size: 15px;
  }
}

header div nav ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75rem;
}

header div nav ul li a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 90%;
}

@media (max-width: 768px) {
  header div nav ul li a {
    pointer-events: none;
  }
}

@media (max-width: 1000px) {
  header div nav ul li a {
    font-size: 80%;
    padding: 1.5rem 0.3rem;
  }
}

header div nav ul li a span {
  position: relative;
}

header div nav ul li a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}

header div nav ul li a:hover span::after {
  width: 100%;
}

header button {
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  z-index: 999;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 0px;
  top: 30px;
  transition: all 0.3s ease;
}

header button span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

header .up {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition-duration: 0.5s;
}

header .up nav.inq {
  transition-duration: 0.5s;
}

header .up nav.inq ul {
  display: flex;
}

header .up nav.inq ul li a {
  display: inline-block;
  padding: 1rem 0.75rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  header .up nav.inq ul li a {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
}

header .up nav.inq ul li:nth-of-type(1) a {
  background: #3E58BD;
  margin-bottom: 10px;
}
header .up nav.inq ul li:nth-of-type(1) a i.fa-hand-point-up {
  padding-top: 0.5rem;
  display: inline-block;
}

header .up nav.inq ul li:nth-of-type(1) a:hover {
  background: #1b3ab1;
}

header .up nav.inq ul li:nth-of-type(2) a {
  background: #C08C3A;
  background: linear-gradient(180deg, rgb(192, 140, 58) 0%, rgb(152, 94, 44) 100%);
  padding: 1rem 0.75rem 0.75rem;
}

header .up nav.inq ul li:nth-of-type(2) a:hover {
  background: #CCA260;
  background: linear-gradient(180deg, rgb(204, 162, 96) 0%, rgb(172, 126, 85) 100%);
  color: #000;
}

header .up nav.inq ul li:nth-of-type(2) a:hover span {
  color: #444;
}

header .up nav.inq ul li span {
  writing-mode: horizontal-tb;
  margin-top: -0.5rem;
  font-size: 90%;
}

header .up nav.inq.hide {
  visibility: hidden;
  opacity: 0;
}

header .up.is-hidden {
  visibility: hidden;
  opacity: 0;
}

header.active {
  background: #fff;
}

header.active h1 img {
  display: none;
}

header.active h1 span {
  display: inline-block;
  color: #333;
}

header.active h1 small {
  display: none;
}

header.active div nav ul li a {
  color: #333;
  font-size: 80%;
}

header.active div nav ul li a:hover {
  color: #3E58BD;
}

header.active div nav ul li a span::after {
  background-color: #3E58BD;
}

header.active div button span {
  background: #333;
}

@media (max-width: 768px) {
  header {
    height: 63px;
  }

  header .up nav.inq ul li a {
    font-size: 0.9rem;
  }

  header .up nav.inq ul li a i {
    padding-bottom: 0.25rem;
  }

  header button {
    display: flex;
  }

  header div li a span {
    display: none;
  }
}

@media (max-width: 480px) {
  header .up {
    display: none;
  }

  header .up nav.inq ul {
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0.5rem 0;
  }

  header .up nav.inq ul li a {
    padding: 0.75rem 1.5rem;
  }

  header .up nav.inq ul li:nth-of-type(1) a {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }

  header .up nav.inq ul li:nth-of-type(1) a i {
    padding-right: 0.5rem;
  }

  header .up nav.inq ul li:nth-of-type(2) a {
    background: #c5955e;
    padding: 0.5rem 1rem 0.75rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  header .up nav.inq ul li:nth-of-type(2) a i {
    padding-top: 0.5rem;
  }

  header .up nav.inq ul li span {
    display: none;
  }
}

header.is_active button {
  justify-content: center;
  transition: all 0.3s ease;
}

header.is_active button span {
  transition: all 0.3s ease;
}

header.is_active button span:nth-of-type(2) {
  display: none;
}

header.is_active button span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -2px;
}

header.is_active button span:nth-of-type(3) {
  transform: rotate(-45deg);
}

header.is_active div {
  background: #3E58BD;
  width: 100%;
  height: 100vh;
}

header.is_active div nav ul {
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-right: 0;
}

header.is_active div nav ul li a {
  padding: 1rem 0.5rem;
  font-size: 120%;
  color: #fff;
  pointer-events: auto;
}

header.is_active div nav ul li a span {
  display: inline-block;
}

header.is_active div nav ul li a:hover {
  color: #fff;
}

header.is_active section {
  display: none;
}

header.is_active.active h1 span {
  color: #fff;
}

header.is_active.active div button span {
  background: #fff;
}

footer {
  background-image: url(image/footer3s.jpg);
  background-image: image-set(url(image/footer3s.jpg) 1x, url(image/footer3.jpg) 2x);
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  footer {
    background-image: url(image/footer4.jpg);
    background-size: cover;
    background-position: 60% top;
  }
}

footer section {
  margin: 0 auto;
  padding: 120px 30px 150px;
  color: #fff;
  max-width: 1060px;
  font-weight: 500;
}

@media (max-width: 768px) {
  footer section {
    padding: 70px 30px 100px;
  }
}

@media (max-width: 480px) {
  footer section {
    padding: 40px 20px 50px;
  }
}

footer section h2 {
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  footer section h2 {
    font-size: 180%;
  }
}

@media (max-width: 480px) {
  footer section h2 {
    font-size: 160%;
  }
}

footer section figure {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  footer section figure {
    margin-bottom: 20px;
  }
}

footer section figure img {
  width: 200px;
}

@media (max-width: 480px) {
  footer section figure img {
    width: 150px;
  }
}

footer section p {
  text-align: center;
  font-size: 80%;
  line-height: 2;
  margin-bottom: 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 480px) {
  footer section p {
    margin-bottom: 20px;
    padding: 0 0 20px;
    font-size: 70%;
  }
}

footer section>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}

@media (max-width: 1000px) {
  footer section>ul {
    font-size: 90%;
  }
}

@media (max-width: 768px) {
  footer section>ul {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  footer section>ul {
    padding: 0;
  }

  footer section>ul>li {
    width: 45%;
  }
}

footer section>ul ul>li {
  margin-bottom: 1.5rem;
}

footer section>ul ul>li a {
  display: inline-block;
  position: relative;
  font-size: 90%;
}

@media (max-width: 480px) {
  footer section>ul ul>li a {
    font-size: 80%;
  }
}

footer section>ul ul>li a:hover {
  color: #ccc;
}

footer section>ul ul>li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #ccc;
  transition: all 0.3s ease;
}

footer section>ul ul>li a:hover::after {
  width: 100%;
}

footer section>ul ul>li ul {
  margin-top: 1.5rem;
  margin-left: 1rem;
}

footer section>ul ul>li ul li {
  margin-bottom: 0.75rem;
}

footer section h3 {
  flex-direction: column;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 300%;
  line-height: 1.4;
  margin: 300px 0 0 10%;
}

@media (max-width: 768px) {
  footer section h3 {
    font-size: 250%;
    margin: 150px 0 0 10%;
  }
}

@media (max-width: 480px) {
  footer section h3 {
    font-size: 150%;
    margin: 100px 0 0 5%;
  }
}

footer div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1rem 1.5rem;
}

footer div p {
  padding: 0.25rem 0;
}

footer div p:nth-of-type(1) {
  font-size: 100%;
}

footer div p:nth-of-type(2) {
  font-size: 50%;
}

#mail {
  color: #fff;
  background: #000;
  width: 100%;
  padding-top: 150px;
}

@media (max-width: 768px) {
  #mail {
    padding-top: 70px;
  }
}

@media (max-width: 480px) {
  #mail {
    padding-top: 30px;
  }
}

#mail h5 {
  font-size: 250%;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #mail h5 {
    font-size: 200%;
  }
}

@media (max-width: 480px) {
  #mail h5 {
    font-size: 130%;
  }
}

#mail dl {
  padding: 1rem 0 10rem;
}

@media (max-width: 768px) {
  #mail dl {
    padding: 1rem 0 5rem;
  }
}

@media (max-width: 480px) {
  #mail dl {
    padding: 0 0 3rem;
  }
}

#mail dt {
  margin-bottom: 1rem;
  font-size: 110%;
  line-height: 1.7;
}

@media (max-width: 480px) {
  #mail dt {
    font-size: 90%;
  }
}

#mail picture {
  display: block;
  margin-bottom: 1rem;
}

#mail picture img {
  width: 80%;
  max-width: 800px;
}

@media (max-width: 480px) {
  #mail picture img {
    width: 90%;
  }
}

#mail ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media (max-width: 480px) {
  #mail ul {
    display: block;
  }
}

#mail ul li {
  margin: 0 1rem 0 0;
}

@media (max-width: 480px) {
  #mail ul li {
    margin: 0;
  }
}

#mail ul li img {
  width: 300px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #mail ul li img {
    width: 250px;
  }
}

@media (max-width: 480px) {
  #mail ul li img {
    width: 230px;
  }
}

@media (min-width: 1440px) {
  #mail ul li img {
    width: 350px;
  }
}

#mail ul li>a {
  padding: 0;
  background: none;
}

#mail ul li>a:hover img {
  opacity: 0.8;
}

#mail ul li:nth-of-type(2) {
  margin: 0;
}

@media (max-width: 480px) {
  #mail ul li:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}

header {
  background: #fff;
}

header div nav ul li:nth-of-type(2) a span {
  position: relative;
  font-weight: 600;
}

header div nav ul li:nth-of-type(2) a span::after {
  content: "";
  width: 100%;
}

header div nav ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75rem;
}

header div nav ul li a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 90%;
}

@media (max-width: 1000px) {
  header div nav ul li a {
    font-size: 80%;
    padding: 1.5rem 0.3rem;
  }
}

header div nav ul li a span {
  position: relative;
}

header div nav ul li a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}

header div nav ul li a:hover span::after {
  width: 100%;
}

header div nav ul li a {
  color: #333;
}

header h1 span {
  color: #333;
}

header h1 small {
  color: #333;
}

header button span {
  background: #333;
}

header.is_active h1 span {
  color: #fff;
}

header.is_active button span {
  background: #fff;
}

header.is_active div nav ul li:nth-of-type(2) a span::after {
  background: #fff;
}

header.is_active div nav ul li a:hover span::after {
  background: #fff;
}

#content .box_1100 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 200px 50px 50px;
}

@media (max-width: 768px) {
  #content .box_1100 {
    padding: 150px 50px 50px;
  }
}

@media (max-width: 480px) {
  #content .box_1100 {
    padding: 110px 20px 30px;
  }
}

#content .box_1100 h2 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #content .box_1100 h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #content .box_1100 h2 {
    margin-bottom: 30px;
  }
}

#content .box_1100 h2 span {
  font-size: 200%;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.15rem;
}

@media (max-width: 480px) {
  #content .box_1100 h2 span {
    font-size: 200%;
  }
}

#content .box_1100 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #content .box_1100 ul {
    margin-bottom: 10px;
  }
}

#content .box_1100 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #content .box_1100 ul li {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;

  }
}

#content .box_1100 ul li a {
  width: 100%;
}

#content .box_1100 ul li a p.photo {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #content .box_1100 ul li a p.photo {
    height: 130px;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li a p.photo {
    height: 110px;
    margin-bottom: 0.4rem;
  }
}

#content .box_1100 ul li a img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 200px;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #content .box_1100 ul li a img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li a img {
    height: 120px;
  }
}

#content .box_1100 ul li a:hover {
  opacity: 0.85;
}

#content .box_1100 ul li a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

#content .box_1100 ul li .day {
  color: #888;
  font-weight: 400;
  font-size: 70%;
  margin-bottom: 0.75rem;
}

#content .box_1100 ul li .day span{
  display: inline;
  margin-right:0.5rem;
  padding:0.2rem 0.4rem;
  background: #3e58bd;
  color:#fff;
  border-radius: 3px;
  font-size:60%;
  pointer-events: none
}

@media (max-width: 768px) {
  #content .box_1100 ul li .day {
    font-size: 60%;
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li .day {
    margin-bottom: 0.4rem;
  }
}

#content .box_1100 ul li .title {
  line-height: 1.5;
  font-size: 90%;
  font-weight: 500;
}

@media (max-width: 768px) {
  #content .box_1100 ul li .title {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li .title {
    font-size: 70%;
  }
}

#content .box_1100 ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 480px) {
  #content .box_1100 ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media (max-width: 480px) {
  #content .box_1100 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.box_900 {
  margin: 0 auto;
  max-width: 900px;
  padding: 200px 50px 50px;
}

@media (max-width: 768px) {
  .box_900 {
    padding: 150px 50px 20px;
  }
}

@media (max-width: 480px) {
  .box_900 {
    padding: 110px 20px 0;
  }
}

.box_900>h2 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .box_900>h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .box_900>h2 {
    margin-bottom: 30px;
  }
}

.box_900>h2 span {
  font-size: 200%;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.15rem;
}

@media (max-width: 480px) {
  .box_900>h2 span {
    font-size: 200%;
  }
}

.box_900 article {
  margin-bottom: 50px;
}

.box_900>h3 {
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.box_900 article h1 {
  font-size: 150%;
  margin-bottom: 0.5rem;
}

.box_900 article h2 {
  font-size: 140%;
  margin-bottom: 0.5rem;
}

.box_900 article h3 {
  font-size: 130%;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .box_900>h3 {
    font-size: 140%;
  }

  .box_900 article h1 {
    font-size: 130%;
  }

  .box_900 article h2 {
    font-size: 120%;
  }

  .box_900 article h3 {
    font-size: 110%;
  }
}

@media (max-width: 480px) {
  .box_900 article>h3 {
    font-size: 110%;
  }

    .box_900 article h1 {
    font-size: 110%;
  }

  .box_900 article h2 {
    font-size: 100%;
  }

  .box_900 article h3 {
    font-size: 90%;
  }
}

.box_900 article p.day {
  color: #888;
  font-weight: 400;
  font-size: 70%;
  margin-bottom: 1rem;
}

.box_900 article p.day span{
  display: inline-block;
  margin-right:1rem;
  padding:0.1rem 0.5rem;
  background: #3e58bd;
  color:#fff;
  border-radius: 3px;
  font-size:60%;
}

.box_900 article p {
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 90%;
}

@media (max-width: 768px) {
  .box_900 article p {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  .box_900 article p {
    font-size: 70%;
  }
}

p.link {
  margin: 2rem auto 0;
  text-align: center;
  display: block;
  width: fit-content;
}

p.link a:hover {
  color: #888;
}

p.link a {
  color: #3E58BD;
  border-bottom: 1px dotted #3E58BD;
  font-weight: 700;
}

@media (max-width: 480px) {
  p.link a {
    font-size: 120%;
  }
}

.box_900 article img {
  width: 100%;
  object-fit: contain;
  max-height: 550px;
}


/* ページャー */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
}
/* 数字のリンク */
.pagination .nav-links .page-numbers {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #aaa;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: #333;
  transition: background-color 0.3s, color .3s;
}
/* 現在のページ */
.pagination .nav-links .current {
  background-color: #333;
  color: #fff;
}
/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
  background-color: #333;
  color: #fff;
}

/*# sourceMappingURL=common.css.map */