@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../font/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../font/NotoSansJP-Medium.otf");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../font/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../font/Poppins-SemiBold.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP-Regular", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow-x: clip;
  position: relative;
  box-sizing: border-box;
}

footer {
  width: 100%;
}

main {
  overflow: clip;
}

#switch,
.sp_logo,
.display_sp {
  display: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:visited {
  color: unset;
}

a:hover,
a:focus,
a:active {
  color: unset;
}

@media (hover: hover) {
  a:hover {
    opacity: 1;
  }
}
p {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.null {
  position: relative;
  top: -200px;
}

.display_pc {
  display: block;
}

.display_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
}
section {
  position: relative;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  color: #333333;
  font-size: 1.6rem;
}

.form-group label {
  display: block;
  margin-bottom: 22px;
  font-size: 1.6rem;
}

.form-group .input_box,
.form-group .select_box {
  height: 50px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  border-radius: 10px;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #cccccc;
  background: #ffffff;
  border-radius: 10px;
  line-height: 1.8;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 30px 0;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  font-family: "NotoSansJP-Bold";
  display: inline-block;
  color: #fff;
  background: #9f0000;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
  padding-top: 49px;
}

.form-group.submit_btn input {
  width: 208px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #9f0000;
  transition: 0.3s;
}

.form-group.submit_btn input:hover {
  background: #9f0000;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .form-group label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .form-group .text_box {
    width: 100%;
    font-size: 1.4rem;
  }
  .form-group .input_box {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }
  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  .form-group.check_wrap label {
    margin-bottom: 0;
  }
  .form-group .input_box input,
  .form-group .select_box {
    height: 40px;
  }
  .form-group .required {
    padding: 2px 6px;
  }
  .form-group.submit_btn {
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/*ページナビゲーション--------------------------------------*/
.navigation {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .navigation {
    margin-top: 50px;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navigation .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "NotoSansJP-Bold";
  font-size: 1.6rem;
  color: #fff;
  background-color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  border-radius: 10px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #9f0000;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #9f0000;
}

/*ローディング画面--------------------------------------*/
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
.loading-wrapper.is_show {
  opacity: 1;
  pointer-events: auto;
}

.loading-img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .loading-img {
    width: 280px;
  }
}/*# sourceMappingURL=common.css.map */