@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
figure {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
}

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

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

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 440px) {
  body {
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 440px) {
  main, footer {
    width: 100%;
  }
}

.link_arrow_type01 {
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 200px;
}
@media screen and (max-width: 1180px) {
  .link_arrow_type01 {
    padding: 20px 30px 30px 30px;
  }
}
.link_arrow_type01 strong {
  position: relative;
  background: #000;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: block;
  transition: all 0.3s ease;
}
.link_arrow_type01 strong span {
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
}
.link_arrow_type01 strong span::before, .link_arrow_type01 strong span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.link_arrow_type01 strong span::before {
  transform: rotate(45deg);
}
.link_arrow_type01 strong span::after {
  transform: rotate(-45deg);
}
.link_arrow_type01:hover strong {
  transform: scale(1.15);
}
.link_arrow_type01:hover strong span {
  transform: scale(1);
}

.link_arrow_type02 {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px auto 0 auto;
  width: 200px;
  background: #000;
  border: #000 solid 1px;
  border-radius: 3em;
  font-size: 1.0625rem;
  padding: 1em;
  transition: all 0.3s ease;
}
.link_arrow_type02 strong {
  position: relative;
  display: block;
}
.link_arrow_type02 strong span {
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
}
.link_arrow_type02 strong span::before, .link_arrow_type02 strong span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.link_arrow_type02 strong span::before {
  transform: rotate(45deg);
}
.link_arrow_type02 strong span::after {
  transform: rotate(-45deg);
}
.link_arrow_type02:hover {
  background: #fff;
  color: #000;
}
.link_arrow_type02:hover strong span {
  background-color: #000;
}
.link_arrow_type02:hover strong span::before, .link_arrow_type02:hover strong span::after {
  background-color: #000;
}

/* -------------------------------- */
/* header
/* -------------------------------- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  gap: 20px;
  z-index: 998;
}
@media screen and (max-width: 440px) {
  header {
    padding: 50px 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
header h1 a {
  display: block;
  height: 50px;
  width: auto;
}
header h1 a img {
  height: 100%;
  width: auto;
}

#header {
  transition: all 0.3s ease;
}

#header.header_ascroll {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 50px;
}
@media screen and (max-width: 1180px) {
  #header.header_ascroll {
    padding: 20px;
  }
}
#header.header_ascroll h1 a {
  height: 40px;
}
#header.header_ascroll nav .wrap_burger {
  top: 15px;
}
#header.header_ascroll .wrap_burger_type01 {
  top: 15px;
}

/* -------------------------------- */
/* footer
/* -------------------------------- */
footer#footer_type01 {
  background: #fff;
  position: relative;
  z-index: 1;
}
footer#footer_type01 ul {
  text-align: center;
  font-size: 0.9rem;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
}
footer#footer_type01 ul li a {
  text-decoration: none;
  color: #000;
}
footer#footer_type01 small {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5em 0;
}

/* -------------------------------- */
/* PCメニュー
/* -------------------------------- */
#wrap_pc_menu_type01 ul {
  list-style: none;
  display: flex;
}
#wrap_pc_menu_type01 ul li {
  margin-left: 1rem;
}
#wrap_pc_menu_type01 ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1em;
}
@media screen and (max-width: 1180px) {
  #wrap_pc_menu_type01 {
    display: none;
  }
}

.home #wrap_pc_menu_type01 ul li a {
  color: #fff;
  mix-blend-mode: difference;
}

#wrap_pc_menu_type02 ul {
  list-style: none;
  display: flex;
}
#wrap_pc_menu_type02 ul li {
  margin-left: 1rem;
}
#wrap_pc_menu_type02 ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1em;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1180px) {
  #wrap_pc_menu_type02 {
    display: none;
  }
}

/* -------------------------------- */
/* ハンバーガーメニューのスタイル
/* -------------------------------- */
.wrap_burger_type01 {
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s;
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 50px;
  background: #fff;
  border: 1px #000 solid;
  border-radius: 15px;
}
@media screen and (max-width: 1180px) {
  .wrap_burger_type01 {
    right: 20px;
  }
}
.wrap_burger_type01 .burger_line,
.wrap_burger_type01 .burger_line::before,
.wrap_burger_type01 .burger_line::after {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 15px;
  content: "";
  background: #000;
  transition: 0.3s;
}
.wrap_burger_type01 .burger_line {
  top: 50%;
}
.wrap_burger_type01 .burger_line::before {
  top: -8px;
  left: 0;
}
.wrap_burger_type01 .burger_line::after {
  bottom: -8px;
  left: 0;
}

.active .burger_line {
  background: transparent;
}
.active .burger_line::before {
  transform: translateY(8px) rotate(45deg);
}
.active .burger_line::after {
  transform: translateY(-8px) rotate(-45deg);
}

/* メニュー */
#wrap_sp_menu_type01 {
  position: fixed;
  background-color: rgba(246, 248, 247, 0.9);
  padding: 20px;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
  z-index: 998;
}
@media screen and (max-width: 1180px) {
  #wrap_sp_menu_type01 {
    width: 440px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 440px) {
  #wrap_sp_menu_type01 {
    width: 100vw;
  }
}
#wrap_sp_menu_type01 ul {
  list-style: none;
  margin: 110px auto 0 auto;
  width: 500px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1180px) {
  #wrap_sp_menu_type01 ul {
    width: 100%;
  }
}
#wrap_sp_menu_type01 ul li {
  border-bottom: 1px solid #000;
}
#wrap_sp_menu_type01 ul li a {
  padding: 15px 15px 15px 30px;
  display: block;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
#wrap_sp_menu_type01 ul li a strong {
  position: relative;
  background: #fff;
  border-radius: 15px;
  height: 40px;
  width: 40px;
  display: block;
}
#wrap_sp_menu_type01 ul li a strong span {
  position: absolute;
  top: calc(50% - 0px);
  left: 14px;
  display: inline-block;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(24, 165, 35);
}
#wrap_sp_menu_type01 ul li a strong span::before, #wrap_sp_menu_type01 ul li a strong span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgb(24, 165, 35);
  transform-origin: calc(100% - 1px) 50%;
}
#wrap_sp_menu_type01 ul li a strong span::before {
  transform: rotate(45deg);
}
#wrap_sp_menu_type01 ul li a strong span::after {
  transform: rotate(-45deg);
}

.active + #wrap_sp_menu_type01 {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* -------------------------------- */
/* kv
/* -------------------------------- */
#wrap_kv_type01 {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: url(../images/kv.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  inset: 0;
  z-index: 0;
}
#wrap_kv_type01 h1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  #wrap_kv_type01 h1 {
    font-size: 2.5rem;
    right: inherit;
    left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv_type01 h1 {
    font-size: 2.3rem;
  }
}
#wrap_kv_type01 h1 strong {
  display: block;
  font-size: 1.0625rem;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

main#main_type01 {
  background: #fff;
  margin-top: 100vh;
  position: relative;
  z-index: 1;
}

#wrap_kv_type02 {
  margin: 150px 30px 0 30px;
  position: relative;
  height: 80vh;
  background: url(../images/kv.jpg) no-repeat center center;
  background-size: cover;
  inset: 0;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  #wrap_kv_type02 {
    margin: 150px 20px 0 20px;
  }
}
#wrap_kv_type02 h1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  #wrap_kv_type02 h1 {
    font-size: 2.5rem;
    right: inherit;
    left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv_type02 h1 {
    font-size: 2rem;
  }
}
#wrap_kv_type02 h1 strong {
  display: block;
  font-size: 1.0625rem;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 440px) {
  #wrap_kv_type02 h1 strong {
    font-size: 0.9rem;
  }
}

/* -------------------------------- */
/* #wrap_news
/* -------------------------------- */
#wrap_news_type01 {
  padding: 100px 0 100px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  #wrap_news_type01 {
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
  }
}
#wrap_news_type01 h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

#news_type01 #list ul,
#wrap_news_type01 ul {
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  #news_type01 #list ul,
  #wrap_news_type01 ul {
    flex-wrap: wrap;
  }
}
#news_type01 #list ul li,
#wrap_news_type01 ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 860px) {
  #news_type01 #list ul li,
  #wrap_news_type01 ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 440px) {
  #news_type01 #list ul li,
  #wrap_news_type01 ul li {
    width: 100%;
  }
}
#news_type01 #list ul li a,
#wrap_news_type01 ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
#news_type01 #list ul li a p,
#wrap_news_type01 ul li a p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
#news_type01 #list ul li a p span,
#wrap_news_type01 ul li a p span {
  display: block;
  font-size: 0.9rem;
}
#news_type01 #list ul li a div,
#wrap_news_type01 ul li a div {
  border-radius: 15px;
  overflow: hidden;
  border: rgb(211, 211, 211) solid 1px;
}
#news_type01 #list ul li a div picture img,
#wrap_news_type01 ul li a div picture img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#news_type01 #list ul li a div h3,
#wrap_news_type01 ul li a div h3 {
  font-weight: 400;
  font-size: 1rem;
  padding: 1em;
}
#news_type01 #list ul li a:hover img,
#wrap_news_type01 ul li a:hover img {
  transform: scale(1.05);
}

#wrap_news_type02 {
  padding: 100px 0 100px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  #wrap_news_type02 {
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
  }
}
#wrap_news_type02 h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}
#wrap_news_type02 ul {
  list-style: none;
  border-top: rgb(211, 211, 211) solid 1px;
}
@media screen and (max-width: 860px) {
  #wrap_news_type02 ul {
    flex-wrap: wrap;
  }
}
#wrap_news_type02 ul li {
  width: 100%;
  border-bottom: rgb(211, 211, 211) solid 1px;
}
#wrap_news_type02 ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  gap: 30px;
}
#wrap_news_type02 ul li a p {
  font-size: 1.0625rem;
  line-height: 1.3;
}
#wrap_news_type02 ul li a p span {
  display: none;
}
#wrap_news_type02 ul li a div picture {
  display: none;
}
#wrap_news_type02 ul li a div picture img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#wrap_news_type02 ul li a div h3 {
  font-weight: 400;
  font-size: 1.0625rem;
  padding: 1em;
}
#wrap_news_type02 ul li a:hover img {
  transform: scale(1.05);
}

/* -------------------------------- */
/* #wrap_shop
/* -------------------------------- */
#wrap_shop_type01 {
  padding: 0 0 100px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  #wrap_shop_type01 {
    width: 100%;
    padding: 0 20px 100px 20px;
    box-sizing: border-box;
  }
}
#wrap_shop_type01 h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}
#wrap_shop_type01 > div {
  display: flex;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type01 > div {
    flex-direction: column;
  }
}
#wrap_shop_type01 > div:nth-child(n+2) {
  margin-top: 100px;
}
#wrap_shop_type01 > div picture {
  width: calc(50% - 40px);
  margin-right: 40px;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type01 > div picture {
    width: 100%;
  }
}
#wrap_shop_type01 > div picture img {
  width: 100%;
  transition: transform 0.3s ease;
}
#wrap_shop_type01 > div div {
  width: 50%;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type01 > div div {
    width: 100%;
    margin-top: 40px;
  }
}
#wrap_shop_type01 > div div h3 {
  font-weight: 400;
  font-size: 1.5rem;
  padding-bottom: 1em;
}
#wrap_shop_type01 > div div dl {
  border-top: rgb(211, 211, 211) solid 1px;
  display: flex;
  margin: 0;
}
#wrap_shop_type01 > div div dl:nth-last-of-type(1) {
  border-bottom: rgb(211, 211, 211) solid 1px;
}
#wrap_shop_type01 > div div dl dt {
  margin: 0;
  width: 5em;
  padding: 1em 0;
}
#wrap_shop_type01 > div div dl dd {
  margin: 0;
  padding: 1em 0;
}
#wrap_shop_type01 > div div dl dd a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 2em;
  background: #000;
  border: 1px solid #000;
  font-size: 0.8rem;
  padding: 0.3em 1.5em;
  margin-top: 10px;
  transition: all 0.3s ease;
}
#wrap_shop_type01 > div div dl dd a span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9rem;
}
#wrap_shop_type01 > div div dl dd a:hover {
  background: #fff;
  color: #000;
}

#wrap_shop_type02 {
  padding: 0 0 100px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  #wrap_shop_type02 {
    width: 100%;
    padding: 0 20px 100px 20px;
    box-sizing: border-box;
  }
}
#wrap_shop_type02 h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}
#wrap_shop_type02 > div {
  display: flex;
  border: rgb(211, 211, 211) solid 1px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type02 > div {
    flex-direction: column;
  }
}
#wrap_shop_type02 > div picture {
  width: calc(50% - 40px);
  margin-right: 40px;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type02 > div picture {
    width: 100%;
    margin-right: 0px;
  }
}
#wrap_shop_type02 > div picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#wrap_shop_type02 > div div {
  width: 50%;
}
@media screen and (max-width: 440px) {
  #wrap_shop_type02 > div div {
    width: 100%;
    margin-top: 0px;
    margin-left: 20px;
  }
}
#wrap_shop_type02 > div div h3 {
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1em 0;
}
#wrap_shop_type02 > div div dl {
  border-top: rgb(211, 211, 211) dotted 1px;
  display: flex;
  margin: 0 40px 0 0;
  font-size: 1rem;
}
#wrap_shop_type02 > div div dl:nth-last-of-type(1) {
  margin-bottom: 0.5em;
}
#wrap_shop_type02 > div div dl dt {
  margin: 0;
  width: 5em;
  padding: 1em 0;
}
#wrap_shop_type02 > div div dl dd {
  margin: 0;
  padding: 1em 0;
}
#wrap_shop_type02 > div div dl dd a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 2em;
  background: #000;
  border: 1px solid #000;
  font-size: 0.8rem;
  padding: 0.3em 1.5em;
  margin-top: 10px;
  transition: all 0.3s ease;
}
#wrap_shop_type02 > div div dl dd a span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9rem;
}
#wrap_shop_type02 > div div dl dd a:hover {
  background: #fff;
  color: #000;
}

/* -------------------------------- */
/* #footer_navi
/* -------------------------------- */
#footer_navi_type01 {
  width: 100%;
}
#footer_navi_type01 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 440px) {
  #footer_navi_type01 ul {
    flex-direction: column;
  }
}
#footer_navi_type01 ul li {
  width: 33.3333333333%;
  height: 250px;
}
#footer_navi_type01 ul li:nth-of-type(1) {
  background: url(../images/footer_navi_01.jpg) center center;
  background-size: cover;
}
#footer_navi_type01 ul li:nth-of-type(2) {
  background: url(../images/footer_navi_02.jpg) center center;
  background-size: cover;
}
#footer_navi_type01 ul li:nth-of-type(3) {
  background: url(../images/footer_navi_03.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 440px) {
  #footer_navi_type01 ul li {
    width: 100%;
  }
}
#footer_navi_type01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
#footer_navi_type01 ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.navigation p a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

/* -------------------------------- */
/* お知らせ
/* -------------------------------- */
#news_type01 {
  margin-top: 200px;
}
#news_type01 h2 {
  text-align: center;
  margin-bottom: 100px;
  font-size: 2rem;
  font-weight: 400;
}
#news_type01 div.post {
  width: 700px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 440px) {
  #news_type01 div.post {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#news_type01 div.post h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
#news_type01 div.post time {
  display: block;
  margin: 10px 0 20px 0;
}
#news_type01 div.post img {
  width: 100%;
  margin: 0 auto 20px auto;
}
#news_type01 div.post p {
  margin-top: 20px;
}
#news_type01 #list {
  width: 1200px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 440px) {
  #news_type01 #list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#wrap_pager {
  width: 1200px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 440px) {
  #wrap_pager {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#wrap_pager .page-numbers {
  color: #000;
  position: relative;
  text-decoration: none;
}
#wrap_pager .page-numbers.current::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #000;
  height: 2px;
  width: 100%;
}

/* -------------------------------- */
/* お問い合わせ
/* -------------------------------- */
#contact_type01 {
  margin-top: 200px;
}
#contact_type01 h2 {
  text-align: center;
  margin-bottom: 100px;
  font-size: 2rem;
  font-weight: 400;
}
#contact_type01 div.post {
  width: 700px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 440px) {
  #contact_type01 div.post {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */