@charset "UTF-8";
/* _Initialize */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
article.page header > div.inner {
  width: min(100% - 3rem, 720px);
  margin-inline: auto;
}
article.page header > div.inner h1 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #333333;
}
article.page header > div.inner h1::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1.2rem;
  border: 2px solid #333333;
  border-radius: 3rem;
  margin-left: -1rem;
}
article.page h2 {
  font-size: 1.8rem;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 4rem;
  color: #1c496d;
}
article.page h3 {
  font-size: 1.4rem;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 4rem;
  color: #1c496d;
}
article.page p {
  text-align: justify;
}
article.page ul.wp-block-list {
  list-style: disc;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 600px;
  margin-inline: auto;
  font-size: 1.8rem;
  color: #1c496d;
}
article.page ul.wp-block-list li {
  margin-bottom: 1rem;
}

article.post header > div.inner {
  width: min(100% - 3rem, 720px);
  margin-inline: auto;
}
article.post header > div.inner h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #333333;
}
article.post header > div.inner h1 a {
  text-decoration: none;
}
article.post header > div.inner .entry-meta {
  font-size: 1.4rem;
}
article.post h2 {
  font-size: 1.8rem;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 4rem;
  color: #1c496d;
}
article.post h3 {
  font-size: 1.4rem;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 4rem;
  color: #1c496d;
}
article.post p {
  text-align: justify;
}
article.post ul.wp-block-list {
  list-style: disc;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 600px;
  margin-inline: auto;
  font-size: 1.8rem;
  color: #1c496d;
}
article.post ul.wp-block-list li {
  margin-bottom: 1rem;
}
article.post figure.post-thumb, article.post figure.wp-block-image {
  display: block;
  overflow: hidden;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 7rem;
}
article.post .entry-content > div.inner {
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
  padding-top: 4rem;
}
article.post footer.entry-footer {
  background: transparent;
  padding-top: 4rem;
  padding-bottom: 10rem;
}
article.post footer.entry-footer > div.inner {
  width: min(100% - 3rem, 720px);
  margin-inline: auto;
}
article.post footer.entry-footer .cat-links a {
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px 12px;
  border: 1px solid;
  border-radius: 100px;
  text-decoration: none;
}

.wpcf7 {
  background: transparent;
}
.wpcf7 label {
  font-size: 1.4rem;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #ededed;
  padding: 1rem;
  border-radius: 1rem;
}
.wpcf7 input.wpcf7-submit {
  background: gray;
}
.wpcf7 input.wpcf7-submit:hover {
  background: rgb(0, 100, 164);
}

:root {
  --studio-notice-height: 0px;
}

/* 管理バーがあるときだけヘッダーを32px下にずらす */
body:has(#wpadminbar) #header {
  top: 32px;
}

body:has(#studio-companion-notice) #header {
  top: var(--studio-notice-height);
}

/* モバイル（782px以下）は管理バーの高さ46px分ずらす */
@media screen and (max-width: 782px) {
  body:has(#wpadminbar) #header {
    top: 46px;
  }
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #ececec;
}

.bgnoise {
  background-image: url(../img/noise.svg);
  background-repeat: repeat;
  background-size: 250px;
}

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

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1rem;
}

p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #1c496d;
  max-width: 600px;
  margin-inline: auto;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.menu li a {
  text-decoration: none;
}

a:link, a:visited {
  color: #333333;
}

#wrapper {
  position: relative;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.wp-block-group .wp-block-group__inner-container {
  width: min(100% - 4.8rem, 1200px);
  margin-inline: auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
#header div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#header nav {
  display: none;
}
@media (min-width: 768px) {
  #header nav {
    display: block;
  }
}
#header nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#header nav .menu a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 8px 3px 8px;
  border: 1px solid transparent;
  border-radius: 32px;
  font-size: 1.6rem;
  color: black;
}
#header nav .menu a:link, #header nav .menu a:visited {
  color: black;
}
#header nav .menu a:hover, #header nav .menu a:active {
  color: black;
  border: 1px solid black;
  border-radius: 32px;
}

#sitelogo {
  width: 150px;
}
#sitelogo a {
  display: inline-block;
  width: inherit;
}
#sitelogo a img {
  width: 100%;
}

#menuBtn {
  display: -ms-grid;
  display: grid;
}
#menuBtn ul {
  position: relative;
  width: 28px;
  height: 23px;
  cursor: pointer;
  margin: 0.6rem;
}
#menuBtn ul li {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#menuBtn ul li:first-child {
  top: 0px;
}
#menuBtn ul li:nth-of-type(2) {
  top: 10px;
}
#menuBtn ul li:last-child {
  bottom: 0px;
}
@media (min-width: 992px) {
  #menuBtn {
    display: none;
  }
}

.menuon #menuBtn li:first-child {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: rgb(0, 0, 0);
}
.menuon #menuBtn li:nth-of-type(2) {
  opacity: 0;
}
.menuon #menuBtn li:last-child {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: rgb(0, 0, 0);
}

main#content {
  padding-top: 90px;
  position: relative;
  z-index: 500;
}

.coverimg {
  height: 90vh;
}
.coverimg .wp-block-site-tagline {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
}
.coverimg .catch {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  font-size: 3rem;
  line-height: 1.4;
}

section h2.title {
  font-size: 2.8rem;
  font-weight: normal;
  color: #333333;
}
section h2.title::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1.2rem;
  border: 2px solid #333333;
  border-radius: 3rem;
  margin-left: -1rem;
}

section.lead {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
}
section.lead p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

section.fields .title {
  color: #333333;
}
section.fields .title::before {
  border-color: #333333;
}

section.news > .wp-block-group__inner-container {
  width: unset;
  margin-inline: unset;
}
@media (min-width: 768px) {
  section.news > .wp-block-group__inner-container {
    width: min(100% - 4.8rem, 1200px);
    margin-inline: auto;
  }
}
section.news .title {
  padding-left: 2.4rem;
  color: #333333;
}
section.news .title::before {
  border-color: #333333;
}
@media (min-width: 768px) {
  section.news .title {
    padding-left: unset;
  }
}

ul.postcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  ul.postcard {
    width: min(100% - 4.8rem, 960px);
    margin-inline: auto;
    -ms-scroll-snap-type: unset;
        scroll-snap-type: unset;
    scrollbar-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
ul.postcard li {
  min-width: 70vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgb(243, 244, 246);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  ul.postcard li {
    min-width: unset;
    max-width: 320px;
  }
}
ul.postcard li .wp-block-post-featured-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.4rem;
  height: 1rem;
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
}
ul.postcard li .wp-block-post-featured-image > a {
  overflow: hidden;
  height: 19rem;
}
ul.postcard li .wp-block-post-title {
  width: calc(100% - 4rem);
  height: 4.2rem;
  margin-inline: auto;
  margin-top: unset;
  font-size: 1.6rem;
}
ul.postcard li .wp-block-post-title a {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: inherit;
  overflow: hidden;
}
ul.postcard li .wp-block-post-excerpt {
  width: calc(100% - 4rem);
  margin-inline: auto;
  margin-bottom: 2rem;
}
ul.postcard li p {
  font-size: 1.4rem;
}
ul.postcard p.wp-block-post-excerpt__more-text {
  text-align: end;
}
ul.postcard p.wp-block-post-excerpt__more-text a {
  text-decoration: none;
  text-align: center;
  border: 1px solid black;
  padding: 1px 9px 1px 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  border-radius: 40px;
  text-align: center;
}
ul.postcard p.wp-block-post-excerpt__more-text a::after {
  content: "→";
}
ul.postcard div.wp-block-post-date {
  font-size: 1.4rem;
  margin-left: 2rem;
}

#tamap {
  position: fixed;
  top: 180px;
  z-index: 100;
  width: 600px;
}
@media (min-width: 992px) {
  #tamap {
    left: 20vw;
    width: 1200px;
    opacity: 0.4;
  }
}

.entry-content > div.inner {
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
  padding-top: 4rem;
}

footer {
  color: #e3eef7;
  background: #00365f;
  position: relative;
  z-index: 500;
}
footer div.inner {
  width: min(100% - 3rem, 1200px);
  margin-inline: auto;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .info .organization .logo {
  display: block;
  width: 108px;
}
footer .info .organization .logo img {
  -webkit-filter: invert(100%) sepia(0%) saturate(1240%) hue-rotate(32deg) brightness(108%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(1240%) hue-rotate(32deg) brightness(108%) contrast(101%);
}
footer .info .organization h4 {
  font-size: 1.55rem;
  margin-bottom: 0;
}
footer .info .organization span {
  font-size: 1.2rem;
}
footer .info .detail {
  font-size: 1.4rem;
  padding-top: 2rem;
}
footer .menu a {
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
  height: 3rem;
}
footer .menu a:link, footer .menu a:visited {
  color: white;
}
footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  line-height: 6rem;
  height: 6rem;
}

#global-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12vw;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#global-menu {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  #global-menu {
    display: none;
  }
}
#global-menu ul.menu {
  font-size: 2rem;
  font-weight: bold;
}
#global-menu .wrapper {
  width: min(100% - 4rem, 600px);
  margin-inline: auto;
}
#global-menu a {
  text-decoration: none;
  display: inline-block;
  line-height: 5rem;
  color: #333333;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#global-menu a:link, #global-menu a:visited {
  opacity: 1;
}
#global-menu a:hover, #global-menu a:active {
  opacity: 0.6;
}
#global-menu nav {
  margin-top: 16vh;
  margin-bottom: 3vh;
  color: rgb(0, 0, 0);
}
#global-menu .widgets h4 {
  color: #cecece;
}
#global-menu .widgets ul {
  margin-bottom: 24px;
}
#global-menu .widgets ul li {
  color: #cecece;
}
#global-menu .widgets input.tnp-email {
  border-radius: 6px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0px auto 9px auto;
  color: white;
  font-size: 1.4rem;
}
#global-menu .widgets input.tnp-submit {
  border-radius: 6px;
  border: 1px solid #cecece;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 9px auto;
  font-size: 1.4rem;
}
#global-menu .sns a {
  display: block;
  min-width: 28px;
  width: 3rem;
}
#global-menu .menu-item-1391::before {
  content: "tour 01";
  font-size: 0.8rem;
  display: block;
}
#global-menu .menu-item-1285::before {
  content: "tour 02";
  font-size: 0.8rem;
  display: block;
}
#global-menu .menu-item-1391, #global-menu .menu-item-1285, #global-menu .menu-item-611, #global-menu .menu-item-1484 {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 14px 0px;
}
#global-menu .menu-item-618 a, #global-menu .menu-item-608 a {
  font-size: 1rem;
}

.menuon #global-menu {
  display: block;
  top: 0px;
  left: 0%;
  opacity: 1;
  visibility: visible;
}