@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

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

.all_container {
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
video,
iframe,
picture {
  display: block;
  max-width: 100%;
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0;
}

html {
  font-size: 1.4134275618vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1132px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
}

.u_sp,
.u_sp_b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp,
.u_sp_b {
    display: block !important;
  }
}

.u_sp_i {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_i {
    display: inline !important;
  }
}

.u_sp_ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_ib {
    display: inline-block !important;
  }
}

.u_sp_f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_f {
    display: flex !important;
  }
}

.u_sp_t {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_sp_t {
    display: table-row !important;
  }
}

/* インナーボックス */
.innerbox_1180 {
  max-width: calc(1180px + 2.5rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* その他頻出パーツ */
.flexbox {
  display: flex;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a,
button,
.btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover,
button:hover,
.btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover,
button:hover,
.btn:hover {
    opacity: 1;
  }
}

ol {
  list-style: decimal;
  padding-left: 1em;
}
ol > li > ul {
  list-style: lower-alpha;
  padding-left: 1em;
}
ol > li > ul > li > ul {
  list-style: lower-roman;
  padding-left: 1em;
}

ul.dot_list > li {
  display: block;
  position: relative;
  padding-left: 1em;
}
ul.dot_list > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* WordPress用パーツ */
.index_php {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 12.5rem 1rem;
  text-align: center;
}

.not_open {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 2.5rem;
}

.page_contents_wrapper {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .page_contents_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.archive_contents_wrapper {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .archive_contents_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.single_contents_wrapper {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .single_contents_wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

nav#breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav#breadcrumb .breadcrumb_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item {
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  nav#breadcrumb .breadcrumb_inner .breadcrumb_item {
    font-size: 0.875rem;
  }
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item a,
nav#breadcrumb .breadcrumb_inner .breadcrumb_item span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n+2) {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n+2) {
    margin-left: 0.75rem;
  }
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n+2)::before {
  content: ">";
  font-size: inherit;
  line-height: inherit;
  color: #333;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n+2)::before {
    margin-right: 0.75rem;
  }
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) {
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-height: 2em;
}
nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) a,
nav#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) span {
  opacity: 0.4;
  pointer-events: none;
}

.post-password-form > p:nth-last-child(1) {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  padding: 2rem;
  background-color: rgba(135, 206, 235, 0.2);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .post-password-form > p:nth-last-child(1) {
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.post-password-form > p:nth-last-child(1) * {
  margin: 0;
}
.post-password-form > p:nth-last-child(1) > label {
  display: flex;
  align-items: center;
  gap: 0.5rem 1.5rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .post-password-form > p:nth-last-child(1) > label {
    font-size: 1rem;
    flex-wrap: wrap;
  }
}
.post-password-form > p:nth-last-child(1) > label > input {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(135, 206, 235, 0.1);
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .post-password-form > p:nth-last-child(1) > label > input {
    font-size: 0.875rem;
  }
}
.post-password-form > p:nth-last-child(1) > input {
  font-size: 1.125rem;
  color: #fff;
  background: skyblue;
  padding: 0.5rem 1.5rem;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(135, 206, 235, 0.1);
  border-radius: 0.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .post-password-form > p:nth-last-child(1) > input {
    font-size: 1rem;
    margin: 0 auto;
  }
}
.post-password-form #error-pwbox-1127 {
  color: #ff0000;
  font-weight: 700;
}

.wpcf7-response-output {
  padding: 1.5rem !important;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
}

body:not(#page__contact) .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  z-index: 9999;
}

.single_contents__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
/* body(全体) */
main#main {
  padding-top: 5rem;
}

/* ヘッダー */
header#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
}
header#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
header#header .header_logo {
  display: block;
}
header#header .header_logo .logo {
  width: 10rem;
}
/* フッター */
/* その他パーツ */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.btn:hover {
  opacity: 1;
}
.btn.maincolor_btn {
  width: fit-content;
  height: 4rem;
  color: #fff;
  background-color: skyblue;
  border: 1px solid skyblue;
  border-radius: 2rem;
  padding: 0 3rem;
}
.btn.maincolor_btn:hover {
  color: skyblue;
  background-color: #fff;
}

/* トップページ */ /* 下層ページ */

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