@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  background-color: #fff;
}

a,
a:link {
  text-decoration: none;
}

a:hover {
  color: #00a0e8;
}

.main {
  padding: 36px 0;
}
@media screen and (max-width: 1250px){
  .main {
    padding: 36px 5%;
  }
}


.list {
  row-gap: 50px;
}

.wrap {
  width: 1160px;
}
@media screen and (max-width: 1255px){
  /*必要ならばここにコードを書く*/
  .wrap {
    width: auto;
  }
}

.a-wrap {
  padding: 0;
  transition: 0.3s;
}

.a-wrap:hover {
  background-color: inherit !important;
  opacity: 0.8;
}

/************************************
** custom-main
************************************/
.custom-main .article,
.custom-main .custom-tag-wrapper{
  width: 100%;
  max-width: 823px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* sp */
@media screen and (max-width: 767px){
  .custom-main {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/************************************
** custom-list
ブログ一覧ページ /blogs
************************************/
.custom-list {
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .custom-list {
    row-gap: 25px;
    padding: 0 4%;
  }

  .custom-list .entry-card-thumb img {
    min-height: 100%;
  }

  .custom-list .custom-entry-card-text,
  .custom-list .custom-entry-card-tags {
    display: none;
  }

  .custom-list .custom-entry-date {
    font-size: 14px;
  }

  .custom-list .entry-card-title {
    font-size: 15px;
  }

  .custom-list .entry-card-content {
    width: 48%;
  }

  .custom-list .entry-card-thumb {
    width: 52%;
    padding-left: 5.5%;
  }

  .custom-list .entry-card-thumb {
    margin-bottom: 0 !important;
  }

  .custom-list .entry-card-thumb figure {
    height: 100%;
    object-fit: contain !important;
  }
}

/************************************
** article
************************************/
.article p,
.article span {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
  font-family: "\6E38\660E\671D\4F53", Yu Mincho, YuMincho, "Noto Serif JP", "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, sans-serif;
  /* リッチエディタのスタイルが当たらなくため color 指定は使用しない */
  /* color: #818181;  */
  font-size: 18px;
  letter-spacing: 1.8px;
}
.article * {
  font-family: "\6E38\660E\671D\4F53", Yu Mincho, YuMincho, "Noto Serif JP", "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, sans-serif !important;
}

@media screen and (max-width: 768px){
  .article p,
  .article span {
    font-size: 15px;
  }
}

/************************************
** entry-content
************************************/
.entry-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
  .entry-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/************************************
** entry-card
************************************/
.entry-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.entry-card-thumb {
  width: 52%;
  margin-right: 0;
  padding-left: 5.5%;
}

.entry-card-content {
  width: 48%;
  margin-left: 0;
}

.entry-card-title {
  margin-top: 5px;
  font-size: 24px;
  color: #272727;
  font-family: "\6E38\660E\671D\4F53","Noto Serif JP",Yu Mincho,YuMincho,"\30D2\30E9\30AE\30CE\660E\671D   Pro",Hiragino Mincho Pro,"MS P\660E\671D",MS PMincho,serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .12em;
}

.entry-card-thumb img {
  border-radius: 5px;
  min-height: 345px;
  object-fit: contain;
  border-radius: 3px;
}

.custom-entry-card-text {
  margin-top: 15px;
  color: #818181;
  font-size: 16px;
  line-height: 2;
  font-family: Hiragino Kaku Gothic ProN,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3",Meiryo,メイリオ,Osaka,MS PGothic,arial,helvetica,sans-serif;
  letter-spacing: 1.6px;
  line-height: 32px;
  font-weight: 400;
}
.custom-entry-card-text:link,
.custom-entry-card-text:hover,
.custom-entry-card-text:visited {
  color: #818181;
}

@media screen and (max-width: 768px){
  .entry-card {
    flex-direction: column-reverse;
  }

  .entry-card-thumb {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .entry-card-content {
    width: 100%;
    margin-left: 0;
  }
}


.custom-entry-card-content-link:hover {
  opacity: 0.8;
}

.custom-entry-date {
  font-size: 24px;
  font-family: "\6E38\660E\671D\4F53", Yu Mincho, YuMincho, "Noto Serif JP", "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, sans-serif;
  line-height: 1.7;
  color: #272727;
  letter-spacing: .12em;
}

/************************************
** custom-list-entry-card
ブログ一覧ページ
************************************/

.custom-list-entry-card .entry-card {
  flex-direction: inherit;
}


/************************************
** custom-entry-card-tags
************************************/
.custom-entry-card-tags {
  margin-top: 15px;
  position: relative;
  letter-spacing: -.2em;
  margin-left: -10px;
  margin-bottom: -10px;
}

.entry-card-tag-item {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  letter-spacing: normal;
}

.entry-card-tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 25px;
  border: 2px solid #00a0e8;
  border-radius: 30px;
  letter-spacing: normal;

  color: #00a0e8;
  line-height: 2;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .entry-card-tag-item {
    margin-left: 8px;
    margin-bottom: 8px;
  }

  .entry-card-tag {
    font-size: 13px;
    padding: 5px 18px 4px;
  }
}

.entry-card-tag:hover {
  opacity: 0.8;
}

/************************************
** header
************************************/
.l-header {
  /* box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.01); */
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .l-header__inner {
    width: 100%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 0 0 8%;
    box-shadow: 0px 3px 5px 0 #eee;
  }
}

.l-header__logo {
  display: block;
  margin-left: 10px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 120px;
    margin-left: 0;
    padding: 12px 0;
  }
}

.l-header__nav {
  position: relative;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav__item {
  position: relative;
}

.l-header__nav__item__menu {
  position: absolute;
  width: 300px;
  top: 100px;
  left: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.l-header__nav__item__menu__item__link {
  position: relative;
  display: block;
  padding: 20px 28px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #00a0e8;
  cursor: pointer;
}

.l-header__nav__item__menu__item__link:hover {
  opacity: 1;
  background: rgba(0, 0,0,0.03);
}

.l-header__nav__item.-fill-box {
  background: #00a0e8;
}

.l-header__nav__item__link {
  position: relative;
  display: block;
  padding: 46.5px 28px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #00A0E8; /* $color-blue */
  cursor: pointer;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .l-header__nav__item__link {
    padding: 49px 19px;
  }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  .l-header__nav__item__link {
    padding: 47px 9px;
    font-size: 14px;
  }
}

.l-header__nav__item.-fill-box .l-header__nav__item__link {
  padding: 49px 67px;
  color: #fff;
}

.l-header__nav__item__link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 0;
  height: 2px;
  background: #00a0e8;
  transition: width .25s ease-in-out;
}

.l-header__nav__item__link:hover:before {
  left: 0;
  width: 100%;
}

.l-header__sp-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__sp-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp-nav__buttons {
    display: flex;
    align-items: center;
  }
}

.l-header__sp-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  width: 72px;
  height: 60px;
}

.l-header__sp-nav__button.-tel {
  background: #8DDBFF; /* $color-sky-blue */
}

.l-header__sp-nav__button__text {
  font-size: 12px;
  color: #fff;
}

.l-header__sp-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 60px;
  transition: all .4s;
}

.l-header__sp-nav__menu__inner {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 768px) {
  .l-header__sp-nav__menu__inner {
    width: 35px;
    height: 35px;
  }
}

.l-header__sp-nav__menu__line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #00a0e8;
  border-radius: 4px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .l-header__sp-nav__menu__line {
    height: 4px;
  }
}

.l-header__sp-nav__menu__line:nth-child(1) {
  transform: translateY(-7px);
}

.l-header__sp-nav__menu__line:nth-child(3) {
  transform: translateY(7px);
}

.l-header__sp-nav__menu.is-active .l-header__menu__line:nth-child(1) {
  transform: rotate(-45deg) translateY(0px);
}

.l-header__sp-nav__menu.is-active .l-header__menu__line:nth-child(2) {
  background: rgba(255, 255, 255, 0);
}

.l-header__sp-nav__menu.is-active .l-header__menu__line:nth-child(3) {
  transform: rotate(45deg) translateY(0px);
}

/************************************
** PC dropdown-menu
************************************/
.dropdown-menu {
  display: none;
  position: absolute;
  top: 85%;
  left: 0;
  background: white;
  min-width: 300px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  z-index: 50;
}

.l-header__nav__item.group:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-menu-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;

  position: relative;
  display: block;
  padding: 20px 28px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #00A0E8;
  cursor: pointer;
  line-height: 22.5px;
}

.dropdown-menu .dropdown-menu-link:hover {
  opacity: 1;
  background: rgba(0, 0,0,0.03);

}

.dropdown-menu .dropdown-menu-link:hover {
  background-color: #f3f4f6;
}

/************************************
** SP header menu
************************************/
.sp-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-menu-overlay.is-open {
  transform: translateX(0);
}

.sp-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.sp-menu-nav {
  padding: 16px;
}

.sp-menu-item {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
}

.sp-menu-contact {
  padding: 16px;
  text-align: center;
}

.phone-number {
  display: block;
  color: #007bff;
  font-size: 24px;
  font-weight: bold;
}

.phone-notice {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.sp-menu-hours {
  margin-top: 32px;
  padding: 16px;
  background-color: #f0f7ff;
}

.hours-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.hours-text {
  margin-bottom: 4px;
}

.hours-notice {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

/************************************
** c-button
SP header
************************************/
.c-button {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 1.3;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  text-decoration: none;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background: #00A0E8;
  padding: 25px 30px;
  transition: color 200ms ease-in;
  transition: background-color 0.5s linear;
}

@media screen and (min-width: 768px) {
  .c-button {
    height: 68px;
  }
}

@media screen and (max-width: 767px) {
  .c-button {
    padding: 18px 10px;
  }
}

.c-button.-full-button {
  width: 100%;
}

.c-button.-border-button {
  background: #FFF;
  border: 2.5px solid #00A0E8;
  padding: 23px 27px 22px;
}

@media screen and (max-width: 767px) {
  .c-button.-border-button {
    border: 1.5px solid #00A0E8;
    padding: 17px 2% 16px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover {
    content: "";
    opacity: 1;
    border: 2.5px solid #00A0E8;
    background: #FFF;
    transition: background-color 0.3s linear;
    padding: 22px 28px 22px 27px;
  }

  .c-button:hover .c-button__text {
    color: #00A0E8;
  }

  .c-button:hover.-border-button {
    background: #00A0E8;
    border: none;
    padding: 25px 30px;
  }

  .c-button:hover.-border-button .c-button__text {
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .c-button:hover.-border-button {
    padding: 15px 3%;
  }
}

.c-button:link,
.c-button:visited {
  text-decoration: none;
}

.c-button.-disabled {
  background: #e1e1e1;
  cursor: not-allowed;
}

.c-button.-disabled input[type="submit"],
.c-button.-disabled input[type="button"] {
  background: #e1e1e1;
  cursor: not-allowed;
}

.c-button a,
.c-button button {
  display: block;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-button a,
  .c-button button {
    font-size: 12px;
  }
}

.c-button button {
  line-height: 1.3;
}

.c-button input[type="submit"],
.c-button input[type="button"] {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  line-height: 1.3;
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
}

.-border-button .c-button input[type="submit"],
.-border-button .c-button input[type="button"] {
  color: #00A0E8;
}

.c-button__text {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-button__text {
    font-weight: bold;
    font-size: 14px;
  }
}

.-border-button .c-button__text {
  color: #00A0E8;
}

.c-button__text:before,
.c-button__text:after {
  content: "";
  display: block;
}

.c-button__text:link,
.c-button__text:visited {
  text-decoration: none;
}

.c-button__text.-large {
  font-size: 18px;
  content: "";
}

.c-button__text.-small {
  font-size: 12px;
}

.c-button__icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-button__icon {
    display: inline-block;
    width: 34px;
    margin-bottom: 5px;
  }
}

.c-button:hover,
.c-button:link,
.c-button:visited {
  color: #fff;
}

.-border-button.c-button:hover,
.-border-button.c-button:link,
.-border-button.c-button:visited {
  color: #00A0E8;
}

/************************************
** bread
************************************/
.c-bread {
  width: 100%;
  background-color: #F7F7F7; /* $color-bgの値は推測値です */
}

@media screen and (max-width: 768px) {
  .c-bread {
    margin-top: 60px;
    /* margin-top: 17px; */
  }
}

.c-bread__inner {
  position: relative;
  padding: 25px 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .c-bread__inner {
    max-width: 100%;
    padding: 10px 2%;
  }
}

.c-bread__inner::-webkit-scrollbar {
  display: none;
}

.c-bread__item {
  position: relative;
  padding-left: 30px;
}

.c-bread__item:before {
  content: '>';
  display: block;
  position: absolute;
  top: -6px;
  left: 12px;
  width: 20px;
  height: 14px;
  color: #00A0E8;
}

.c-bread__item:link {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .c-bread__item:before {
    top: -5px;
  }
}

.c-bread__item:first-child:before {
  display: none;
}

.c-bread__link,
.c-bread__link:link,
.c-bread__link:visited {
  text-decoration: none;
}

.c-bread__text {
  font-size: 14px; /* map-get($fontsize, 2)の値は推測値です */
  font-weight: bold;
  color: #00A0E8;
}

@media screen and (max-width: 768px) {
  .c-bread__text {
    font-size: 12px; /* map-get($fontsize, 1)の値は推測値です */
  }
}

/************************************
** c-pickup-card
************************************/
.c-pickup-card__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  font-family: "\6E38\660E\671D\4F53","Noto Serif JP",Yu Mincho,YuMincho,"\30D2\30E9\30AE\30CE\660E\671D   Pro",Hiragino Mincho Pro,"MS P\660E\671D",MS PMincho,serif;
}


/************************************
** maker
************************************/
.c-yellow-maker {
  background: linear-gradient(transparent 70%, #ffbd41 0);
  padding: 0 1.5% 1px;
}

/************************************
** custom-post-date
** ブログ詳細ページ
************************************/
.article .custom-post-date-wrapper {
  margin-bottom: 20px ;
}

.custom-post-date {
  font-size: 18px !important;
  color: #818181;
  font-family: "\6E38\660E\671D\4F53", Yu Mincho, YuMincho, "Noto Serif JP", "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, sans-serif;
  line-height: 1;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}

/************************************
** custom-entry-title
** ブログ詳細ページ
************************************/
.custom-entry-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "\6E38\660E\671D\4F53", "Noto Serif JP", Yu Mincho, YuMincho, "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, serif;
  font-size: 30px;
  letter-spacing: 1.8px;
  color: rgb(39, 39, 39);
}

/* sp */
@media screen and (max-width: 767px) {
  .custom-entry-title {
    font-size: 18px;
  }
}


/************************************
** custom-eye-catch-wrap
** ブログ詳細ページ
************************************/
.custom-eye-catch-wrap {

}

.custom-eye-catch-wrap .eye-catch {
  height: 423px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .custom-eye-catch-wrap .eye-catch {
    height: auto;
  }
}

.custom-eye-catch-wrap .eye-catch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/************************************
** custom-tag-title
************************************/
.custom-tag-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "\6E38\660E\671D\4F53", "Noto Serif JP", Yu Mincho, YuMincho, "\30D2\30E9\30AE\30CE\660E\671D Pro", Hiragino Mincho Pro, "MS P\660E\671D", MS PMincho, serif;
}

/************************************
** l-main-content-hero
** フッター
************************************/
.l-main-content-hero {
  padding: 75px 5%;
  /* padding: 75px 0; */
}

/* pc */
@media screen and (min-width: 768px) {
  .l-main-content-hero {
    padding: 75px 10%;
    /* padding: 75px 0; */
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .l-main-content-hero {
    padding: 40px 4% 30px;
    /* padding: 40px 0 30px; */
  }
}

.l-main-content-hero.-bg-blue {
  background: #00A0E8;
}

.l-main-content-hero.-medium-hero {
  padding: 60px 5%;
}

/* sp */
@media screen and (max-width: 767px) {
  .l-main-content-hero.-medium-hero {
    padding: 40px 4% 30px;
  }
}

/* pc */
@media screen and (min-width: 768px) {
  .l-main-content-hero__inner {
    width: 100%;
    padding: 0;
  }
}

.l-main-content-hero__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* sp */
@media screen and (max-width: 767px) {
  .l-main-content-hero__inner {
    width: 100%;
    padding: 0 4%;
  }
}

/************************************
** c-h2-title
** フッター
************************************/
.c-h2-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-h2-title {
    padding-bottom: 15px;
  }
}

.c-h2-title.-border-none {
  border: none;
}

.c-h2-title__inner {
  display: flex;
  align-items: center;
}

.c-h2-title.-block .c-h2-title__inner {
  flex-direction: column;
  align-items: flex-start;
}

.c-h2-title__text {
  font-size: 30px;
  font-weight: bold;
  font-family: Montserrat,system-ui;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-h2-title__text {
    font-size: 18px;
  }
}

.c-h2-title__description {
  margin-left: 25px;
  font-size: 18px;
  font-weight: bold;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-h2-title__description {
    font-size: 12px;
    margin-left: 10px;
  }
}

/************************************
** c-info-doc
** フッター
************************************/
.c-info-doc__inner {
  padding: 30px 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__inner {
    padding: 10px 0;
  }
}

.c-info-doc__row {
  display: flex;
  padding: 15px 0;
}

.c-info-doc__row__item:nth-child(odd) {
  width: 150px;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__item:nth-child(odd) {
    width: 25%;
  }
}

.c-info-doc__row__item:nth-child(even) {
  width: calc(100% - 150px);
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__item:nth-child(even) {
    width: 70%;
    margin-left: 5%;
  }
}

.c-info-doc__row__table__item {
  font-weight: bold;
}

.c-info-doc__row__table__item:first-child {
  width: 10%;
  margin-right: 20px;
}

.c-info-doc__row__title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 24px;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__title {
    padding-left: 18px;
    font-size: 12px;
  }
}

.c-info-doc__row__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #272727;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__title:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}

.c-info-doc__row__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__text {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__text {
    font-size: 12px;
  }
}

.c-info-doc__row__text:first-child {
  margin-top: 0;
}

.c-info-doc__row__phone-number {
  font-size: 16px;
  font-weight: bold;
  color: #272727;
}

.c-info-doc__row__phone-number:link,
.c-info-doc__row__phone-number:visited,
.c-info-doc__row__phone-number:hover {
  color: #272727;
}

/* pc */
@media screen and (min-width: 768px) {
  .c-info-doc__row__phone-number {
    pointer-events: none;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__phone-number {
    font-size: 14px;
  }
}

.c-info-doc__row__description {
  margin-top: 10px;
  color: #818181;
  font-size: 15px;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__description {
    margin-top: 5px;
    font-size: 12px;
  }
}

.c-info-doc__row__table {
  letter-spacing: -0.4em;
}

.c-info-doc__row__table__item {
  display: inline-block;
  letter-spacing: normal;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__table__item {
    display: block;
    font-size: 12px;
  }
}

.c-info-doc__row__table__item.-first-cell {
  width: 10%;
  margin-right: 20px;
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-doc__row__table__item.-first-cell {
    width: 100%;
    margin-right: 0;
  }
}

.c-info-full-map {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* pc */
@media screen and (min-width: 768px) {
  .c-info-full-map {
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-full-map {
    width: 100%;
  }
}

.c-info-full-map iframe {
  width: 100%;
  height: 420px;
  border: none;
}

/* pc */
@media screen and (min-width: 768px) {
  .c-info-full-map iframe {
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-full-map iframe {
    height: 280px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .c-info-full-map.-small iframe {
    height: 125px;
  }
}

/* pc */
@media screen and (min-width: 768px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

/************************************
** footer-media
** フッター
************************************/
/* Wrapper styles */
.footer-media-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

/* sp */
@media screen and (max-width: 767px) {
  .footer-media-wrapper {
    margin-bottom: 24px; /* 6 * 4px = 24px */
  }
}

/* Text styles */
.footer-media-text {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

/* sp */
@media screen and (max-width: 767px) {
  .footer-media-text {
    font-size: 10px;
  }
}

.footer-media-text--margin-top {
  margin-top: 20px;
}

/* Link styles */
.footer-media-link {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline !important;
  margin-bottom: 10px;
}

/* sp */
@media screen and (max-width: 767px) {
  .footer-media-link {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.footer-media-link:hover,
.footer-media-link:link,
.footer-media-link:visited {
  color: #333;
}

.footer-media-link:hover {
  text-decoration: none !important;
}

/* Copyright styles */
.copyright-wrapper {
  position: relative;
  text-align: center;
  background-color: #FFF;
  padding-top: 25px;  /* 基本のパディング */
  padding-bottom: 10px;
}

/* sp */
@media screen and (max-width: 767px) {
  .copyright-wrapper {
    padding-top: 24px;   /* space[6] = 24px */
    padding-bottom: 12px; /* space[3] = 12px */
  }
}

.copyright-text {
  font-weight: bold;
  font-size: 15px;
}

/* sp */
@media screen and (max-width: 767px) {
  .copyright-text {
    font-size: 12px;
  }
}

/************************************
** list-title
************************************/
.custom-archive-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  font-family: "\6E38\660E\671D\4F53","Noto Serif JP",Yu Mincho,YuMincho,"\30D2\30E9\30AE\30CE\660E\671D   Pro",Hiragino Mincho Pro,"MS P\660E\671D",MS PMincho,serif;
}

/* sp */
@media screen and (max-width: 767px){
  .custom-archive-title {
    font-size: 22px;
  }
}

/************************************
** 共通検索フォームスタイル
** custom-searchform.php と searchform.php の両方で使用
************************************/
.custom-search-container,
.search-box.input-box {
  margin: 10px 0 20px;
}

.custom-search-box,
.search-box.input-box {
  width: 100%;
}

.custom-search-input-wrapper {
  margin-bottom: 50px;
}

.custom-search-input-wrapper,
.search-box.input-box {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.custom-search-input,
.search-box.input-box .search-edit {
  flex: 1;
  padding: 14px 120px 14px 18px !important;
  font-size: 15px;
  border: 2px solid #ddd !important;
  border-radius: 6px !important;
  transition: all 0.3s ease;
}

.custom-search-input:focus,
.search-box.input-box .search-edit:focus {
  outline: none;
  border-color: #00a0e8 !important;
}

.custom-search-button,
.search-box.input-box .search-submit {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  background-color: #00a0e8;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.custom-search-button:hover,
.search-box.input-box .search-submit:hover {
  opacity: 0.8;
}

.custom-search-button:active,
.search-box.input-box .search-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(247, 198, 0, 0.3);
}

.custom-search-button-text {
  font-weight: 600;
}

/* Cocoonの検索フォーム用の追加スタイル */
.search-box.input-box .search-submit .fa-search {
  font-size: 14px;
}

/* 検索結果ページのハイライト */
.search .custom-search-container,
.search .search-box.input-box {
  background: #fffbf0;
  border-color: #f7c600;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .custom-search-input-wrapper {
    margin-bottom: 20px;
  }

  .custom-search-container,
  .search-box.input-box {
    margin: 0 0 20px;
  }

  .custom-search-input,
  .search-box.input-box .search-edit {
    font-size: 13px !important;
  }

  .custom-search-button {
    top: 8px;
  }

  .custom-search-button,
  .search-box.input-box .search-submit {
    font-size: 13px;
  }

  .custom-search-input {
    padding: 14px 90px 14px 18px !important;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

