@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*, ::before, ::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.7;
  background-color: #eeeeee;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

ul {
  list-style: none;
}

a {
  color: #004098;
  text-decoration: underline;
}

@media (hover: hover) {
  a {
    transition: all ease-in-out 0.2s;
    will-change: opacity;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: underline;
  opacity: 0.6;
}

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

img.ofi {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .wrap-inner {
    padding: 0 2%;
    overflow: hidden;
  }
}

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

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

h1 {
  font-size: calc(2.4rem + (1vw - 0.64rem) * 2.1429); /* 24px~36pxで可変*/
  line-height: 1.3;
}

h2 {
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143); /* 20px~24pxで可変*/
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
}
a.btn {
  display: inline-block;
  border-radius: 5px;
  background-color: #323232;
  border: 1px solid #323232;
  color: white;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0.6em;
  font-size: 1.6rem;
  cursor: pointer;
}
a.btn.btn-white {
  border: 1px solid #004098;
  background-color: white;
  font-weight: normal;
  color: #323232;
}
a.btn.btn-blue {
  border: 1px solid #004098;
  background-color: #004098;
  font-weight: normal;
  color: white;
}
a.btn:hover {
  text-decoration: none;
}

.snsbtn {
  width: 120px;
  text-align: center;
  border-radius: 5px;
  padding: 6px;
  color: #fff !important;
  font-size: 1.4rem;
}
.snsbtn.twitter {
  background-color: #448dc4;
}
.snsbtn.facebook {
  background-color: #385593;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-2 {
  width: calc(50% - 10px);
}

.col-3 {
  width: calc(33.33% - 10px);
}

.col-4 {
  width: calc(25% - 10px);
}

.col-5 {
  width: calc(20% - 10px);
}

.archive-link {
  text-align: center;
  margin-top: 1em;
}
.archive-link a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.4em 5em;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  color: red;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}
.section-title a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
}
.section-title a::after {
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.header {
  width: 100%;
  z-index: 50;
  margin-bottom: 1em;
}
.header .navbar {
  padding: 2em 0 1.2em;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s;
}
.header .navbar .wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .navbar .open-mobile-menu {
  border-radius: 5px;
  border: 1px solid #004098;
  background-color: white;
  color: #004098;
  font-size: 1.1rem;
  padding: 0 0.3em;
  line-height: 38px;
}
.header .navbar h1.logo {
  width: 186px;
  margin: 0 auto;
  transform: translateX(86px);
}
@media screen and (max-width: 1023px) {
  .header .navbar h1.logo {
    transform: translateX(-28px);
  }
}
.header .navbar h1.logo img {
  aspect-ratio: inherit;
}
.header .navbar .h-btn {
  margin-left: 12px;
}
.header .navbar #calendar {
  padding: 0.3em;
}
@media screen and (max-width: 768px) {
  .header .navbar #calendar {
    padding: 0 !important;
  }
}
.header .navbar .btn {
  margin-left: 16px;
}
.header .navbar .top-menu-wrapper {
  color: #221f1f;
}
.header .navbar .top-menu-wrapper::before {
  content: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.header .navbar .top-menu-wrapper.show-offcanvas::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .navbar .top-menu-wrapper.show-offcanvas .panel, .header .navbar .top-menu-wrapper.show-offcanvas .top-menu, .header .navbar .top-menu-wrapper.show-offcanvas .sns {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.2s;
}
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu .sns-icon {
  width: 45px;
  height: 45px;
  fill: #000;
}
.header .navbar .open-mobile-menu i {
  color: #221f1f;
}
.header .navbar .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 50;
}
.header .navbar .login-signup {
  padding: 3.5rem 3.5rem 2em;
  display: block;
  width: 100%;
}
.header .navbar .login-signup a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.header .navbar .top-menu .leftNav_single {
  display: block;
  width: 100%;
  padding: 25px 15px;
  text-align: center;
}
.header .navbar .top-menu .leftNav_single > img {
  display: block;
  margin: 0 auto;
}
.header .navbar .top-menu ul {
  display: block;
  width: 100%;
}
.header .navbar .top-menu ul > li {
  position: relative;
  width: 100%;
  text-align: right;
  list-style: none;
}
.header .navbar .top-menu ul > li.active > .label::after {
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  transform: rotate(135deg);
}
.header .navbar .top-menu ul > li > .label {
  display: block;
  font-size: clamp(18px, 3.4vw, 22px);
  color: #323232;
  text-align: right;
  padding: 1em 2.5em 1em 1em;
  position: relative;
  cursor: pointer;
}
.header .navbar .top-menu ul > li > .label::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.header .navbar .top-menu ul > li > .label + ul {
  background: #eeeeee;
  height: 0;
  max-height: 0;
  visibility: hidden;
  transition: height 0.3s;
}
.header .navbar .top-menu ul > li > .label + ul a {
  padding: 15px 15px;
  display: none;
  color: #000;
}
.header .navbar .top-menu ul > li > .label + ul.open {
  visibility: visible;
  height: auto;
  max-height: 100em;
}
.header .navbar .top-menu ul > li > .label + ul.open a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .navbar .h-btn {
    margin-left: 14px;
    margin-right: 14px;
    width: 30px;
  }
  .header .navbar .h-btn img {
    width: 100%;
  }
}
.header .main-nav {
  background-color: white;
  padding-bottom: 1px;
}
.header .main-nav a {
  padding: 1em 0;
  text-align: center;
  color: #323232;
  display: block;
}
.header .main-nav a > img {
  margin: 0 auto;
}
.header .main-nav .wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .main-nav .menu-item {
  flex: 1;
}
.header .main-nav .menu-item span {
  font-size: 14px;
  font-weight: 600;
  color: #595959;
}
.header .main-nav .dropdown-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .main-nav .dropdown-wrap .dropdown-content {
  display: none;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
}
.header .main-nav .dropdown-wrap a {
  width: 25%;
  display: block;
  font-size: 14px;
  padding: 16px 32px;
}
.header .main-nav .dropdown-wrap .dropdown-close {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.header .main-nav .dropdown-wrap .dropdown-close:before {
  content: "×";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 4rem;
}
@media all and (max-width: 1024px) {
  .header {
    /* スクロールバーCSS */
  }
  .header .btn,
  .header .search-btn {
    display: none;
  }
  .header .wrap-inner {
    overflow: visible;
  }
  .header .scroll-areaーyoko {
    width: 250px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header .simplebar-scrollbar::before {
    background: #cfcfcf;
  }
  .header .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .header .simplebar-track {
    background: #fff;
  }
  .header .main-nav {
    display: none;
  }
}

/*========= カレンダーのためのCSS ===============*/
#calendar_wrap {
  position: absolute;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  z-index: 5;
  font-size: 1.2em;
  left: 1.7em;
  top: 0;
  display: none;
}

#calendar_wrap caption {
  background: #004098;
  padding: 5px;
  color: #fff;
}

#wp-calendar,
#wp-calendar_2 {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0;
  border-collapse: collapse;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid;
  text-align: center;
}

nav.wp-calendar-nav {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  z-index: 100;
}
nav.wp-calendar-nav a:hover,
nav.wp-calendar-nav a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

#calendar:hover ~ #calendar_wrap,
#calendar_wrap:hover {
  display: block;
  position: absolute;
  top: 34px;
}
@media screen and (max-width: 768px) {
  #calendar:hover ~ #calendar_wrap,
  #calendar_wrap:hover {
    left: 2vw;
  }
}

span.pad {
  display: inline-block;
  width: 130px;
}

#wp-calendar td,
#wp-calendar_2 td {
  color: #666;
  font-weight: 100;
}

#wp-calendar td a,
#wp-calendar_2 td a {
  color: #004098;
  font-weight: 700;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar_2 td,
#wp-calendar_2 th {
  padding: 0.3em 0.2em;
}

#wp-calendar th {
  padding: 0.3em;
  color: black;
}

/*========= 検索窓のためのCSS ===============*/
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.search-btn {
  position: absolute;
  top: 6px;
  left: 129px;
  background: url("../img/common/search_icon.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .search-btn {
    top: 14px;
    left: 186px;
  }
}
@media screen and (max-width: 768px) {
  .search-btn {
    top: 9px;
    left: 143px;
  }
}

.search-btn.btnactive {
  background: url("../img/common/search_close.svg") no-repeat center center;
  background-size: 20px;
}

/*========= 検索窓の設定 ===============*/
/*==検索窓背景のエリア*/
#search-wrap {
  position: absolute; /*絶対配置にして*/
  top: 70px;
  left: 120px;
  z-index: -1; /*最背面に設定*/
  opacity: 0; /*透過を0に*/
  width: 0; /*横幅は0に*/
  transition: all 0.4s; /*transitionを使ってスムースに現れる*/
  border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
  opacity: 1; /*不透明に変更*/
  z-index: 3; /*全面に出現*/
  width: auto;
  top: 2px;
}

/*==検索窓*/
#search-wrap #searchform {
  display: none; /*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform {
  display: block; /*検索窓を表示*/
}

#searchsubmit {
  display: none;
  background: url("../img/common/search_icon.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  z-index: 20;
  right: 10px;
  top: 6px;
  position: absolute;
}

#search-wrap.panelactive #searchsubmit {
  display: block;
}

input#search-text {
  padding: 6px 6px 6px 35px;
  border: 3px solid #eee;
  outline: none;
  max-width: 220px;
}
@media screen and (max-width: 1023px) {
  input#search-text {
    padding: 6px 6px 6px 5px;
  }
}
@media screen and (max-width: 768px) {
  input#search-text {
    padding: 6px 6px 6px 5px;
  }
}

.drawer-search {
  margin-bottom: 1.5em;
  width: 100%;
  padding: 0 2em 2em;
  display: block;
}

#form {
  position: relative;
}

#drawer-search-text {
  outline: 0;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 170px;
  border-radius: 2px;
  background: #eee;
}

#drawer-searchsubmit {
  width: 70px;
  height: 40px;
  position: absolute;
  left: 170px;
  top: 0;
  border-radius: 2px;
  background: #004098;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

.footer {
  background-color: #fff;
  padding: 1em 0 0;
}
.footer a {
  color: inherit;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
}
.footer h4 {
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-content {
  margin-bottom: 1em;
  text-align: center;
}
.footer .footer-content .footer-banner {
  display: flex;
  justify-content: center;
}
.footer .sns {
  display: flex;
  justify-content: center;
}
.footer .sns a {
  width: 40px;
  margin: 0 5px;
}
.footer .sns a > img {
  width: 100%;
}
.footer .footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer .footer-nav a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
.footer .footer-nav a:not(:last-of-type) {
  border-right: 1px solid #000;
}
.footer .copyright {
  background-color: #58beea;
  color: #fff;
  padding: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer .copyright .f-logo {
  width: 100px;
}
.footer .copyright .f-logo > img {
  width: 100%;
}
.footer .copyright p.copy {
  font-size: 1.1rem;
  font-weight: 600;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .footer a {
    font-size: 1.3rem;
  }
  .footer .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer-nav a {
    white-space: nowrap;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer .footer-content .footer-banner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .footer-content .footer-banner a {
    width: 48%;
    margin: 0 0 10px;
  }
  .footer .footer-content .footer-banner a img {
    width: 100%;
  }
  .footer .footer-nav {
    flex-wrap: wrap;
  }
}

.single-takumi .post-sub-title {
  margin-bottom: 1em;
}
.single-takumi .post-number {
  margin-bottom: 1em;
}
.single-takumi .takumi-photo {
  width: 100%;
  margin-bottom: 2em;
}
.single-takumi .bg-pink {
  background-color: #eddccf;
  padding: 1em 2em;
  text-align: center;
  margin-bottom: 3em;
}
.single-takumi .bg-pink p {
  margin-bottom: 1em;
  line-height: 1.7;
}
.single-takumi .bold {
  font-weight: 600;
}
.single-takumi .name {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.single-takumi .c-purple {
  color: rgb(84, 30, 172);
}
.single-takumi .c-red {
  color: rgb(172, 30, 30);
}
.single-takumi .c-green {
  color: rgb(33, 143, 36);
}
.single-takumi .center {
  text-align: center;
}
.single-takumi .block {
  margin-bottom: 3em;
}
.single-takumi .block p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  letter-spacing: 0.06em;
}
.single-takumi .block .headline {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2em;
  line-height: 1.6;
}
.single-takumi .column {
  display: flex;
}
.single-takumi .column .txt {
  width: 60%;
}
.single-takumi .column .photo {
  width: 40%;
  padding-left: 60px;
}
.single-takumi .column.reverse {
  flex-direction: row-reverse;
}
.single-takumi .column.reverse .photo {
  width: 40%;
  padding-left: 0px;
  padding-right: 40px;
}
.single-takumi .column figure {
  margin-bottom: 10px !important;
}
.single-takumi .column figure + p {
  font-weight: 600;
  line-height: 1.4;
}
.single-takumi .column figure + p small {
  padding-top: 16px;
  display: block;
}
.single-takumi .column02 {
  display: flex;
}
.single-takumi .column02 .txt {
  width: 40%;
}
.single-takumi .column02 .photo {
  width: 60%;
  padding-left: 50px;
}
.single-takumi .column02 figure {
  margin-bottom: 10px !important;
}
.single-takumi .column02 figure + p {
  font-weight: normal;
  line-height: 1.4;
  background-color: rgb(255, 245, 232);
  padding: 1em;
  text-align: center;
}
.single-takumi .bgOrange {
  background-color: rgb(255, 245, 232);
  padding: 2em 1em 1em 1em !important;
  text-align: center;
}
.single-takumi .pink-caption {
  background-color: rgb(255, 245, 232);
  padding: 2em 1em 1em 1em !important;
  text-align: left;
  font-weight: normal !important;
}/*# sourceMappingURL=takumi.css.map */