@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
.pc {
  display: none;
}
.sp {
  display: block;
}
@media (min-width: 600px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
p {
  font-size: 3.75vw;
}
.column-reverse {
  flex-direction: column-reverse;
}
.p-mainVisual__slideTitle {
  font-size: 2rem;
  font-weight: 600;
}
.p-mainVisual__slideText {
  font-size: 4vw;
  margin-top: 1.75em;
}
.-height-full .p-mainVisual__slideText {
  font-size: 3.65vw;
  width: 80%;
  margin: 0 auto;
}

.top #content {
  padding-top: 0;
}
.p-pickupBanners {
  margin-bottom: 0em;
}
.wp-block-group {
  margin-bottom: 0px;
}
.l-content {
  margin: 0 auto 0em;
}
.top .swell-block-fullWide .__parallaxLayer {
  background-size: contain;
  background-repeat: no-repeat;
}
.c-iconList__icon,
.c-iconList__link {
  font-size: 30px;
}
.l-topTitleArea__body {
  color: #444444;
}
.u-obf-cover {
  object-position: bottom center;
}
#sp_menu button {
  color: #fff;
}
.top .p-postList__title {
  font-weight: normal;
}
.wpcf7-form .button,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #fff;
  max-width: 100%;
}
.wpcf7-form textarea {
  margin-top: 15px;
}
.page-id-913 h2 + p {
  max-width: 680px;
  margin: 0 auto 30px;
}
.page-id-913 p#att {
  max-width: 680px;
  margin: 0 auto 30px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #00913a;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 70%;
  transition: box-shadow 0.25s;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 0;
}
.wpcf7-form .wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.wpcf7-form .required {
  background: #aeaeae;
  font-size: 14px;
  padding: 0px 8px;
  color: #fff;
}
.-type-simple .p-postList__link:hover {
  background-color: #f9f9f9;
}
.p-spMenu__inner::before {
  background: rgba(110, 110, 110, 0.9);

  opacity: 1;
}
.c-gnav .sub-menu {
  background: rgba(110, 110, 110, 0.9);
}
/* スマホには適用しない */
@media (min-width: 768px) {
  .wpcf7-form-control.form-control {
    width: auto;
    max-width: 100%;
  }

  /* フォームを中央に配置・背景色指定 */
  .wpcf7-form {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 必須マーク */
.wpcf7-form small.text-danger {
  color: #fff !important;
  background-color: #dc3545;
  font-size: 75%;
  padding: 0.1em 0.3em;
  margin-left: 0.5em;
}
.wpcf7-form p {
  margin-bottom: 20px;
}
/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
  transform: scale(2);
  margin-right: 0.5em;
}

/* 送信ボタンをぴったり中央に配置 */
.wpcf7-submit.btn {
  margin-left: 72px;
}
.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
  font-weight: 600;
  font-style: normal;
}
.l-footer {
  margin-top: 0px;
}
.l-footer__nav {
	display: none;
}

.post_content h2 {
  font-size: 1em;
}
.top #content .flex-gap {
  gap: 1em !important;
}
.top #content table {
  font-size: 3.75vw;
}

.top #content table th,
.top #content table td {
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 78%, 0.5);
  background: none;
  font-weight: normal;
}
.top #content .art-ttl {
  font-size: 1.25em;
}

.is-style-simple > .swell-block-accordion__item:first-child {
  border: none;
}
.swell-block-accordion__title {
  padding: 0;
  text-align: center;
}
.swell-block-accordion.is-style-border .swell-block-accordion__body,
.swell-block-accordion.is-style-simple .swell-block-accordion__body {
  border: none;
}

.swell-block-accordion__body {
  text-align: left;
}
.top #content .swell-block-accordion__body {
  padding: 0;
}
#content {
  min-height: 88vh;
}
.copyright span {
  display: none;
}
.swell-block-accordion__title {
  width: 175px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #content {
    min-height: 90vh;
  }
  .top #content .has-text-align-left {
    text-align: left;
  }
  .top #content table {
    font-size: 18px;
  }
  .top #content .flex-gap {
    gap: 1.5em !important;
  }
  .post_content h2 {
    font-size: 1.4em;
  }
  p {
    font-size: 18px;
  }
  .-height-full .p-mainVisual__slideText {
    font-size: 22px;
    width: 50%;
  }
  .p-mainVisual__slideTitle {
    font-size: 3.8rem;
    line-height: 1.5472;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .p-mainVisual__slideText {
    width: 600px;
    margin: 0 auto;
  }
  .p-mainVisual__scroll {
    opacity: 1;
    bottom: 40px;
  }

  .p-mainVisual__scrollArrow {
    height: 40px;
    width: 40px;
  }
  .top #content {
    padding-top: 0;
  }
  .top .p-pickupBanners {
    display: none;
  }
  .top #content .art-ttl {
    font-size: 2em;
  }



  .l-header__bar {
    padding: 15px 0 0px 0;
    background: none;
  }

  .post_content h3 {
    line-height: 1.6;
  }
  .l-header__bar a {
    font-size: 20px;
  }

  .c-gnav > .menu-item > a .ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .top .c-gnav > .menu-item > a .ttl {
    font-size: 18px;
    font-weight: 600;
  }
  .l-fixHeader__gnav .c-gnav > .menu-item > a .ttl {
    font-size: 16px;
    font-weight: 600;
  }

  .column-reverse {
    flex-direction: row !important;
  }
  .wpcf7-list-item.first {
    margin: 0 0 0 0em;
  }
}


  /* ikiri */
.c-pageTitle {
	color: #fff;
	text-shadow: 0 0 15px #333;
	font-size: 1.95em;
	text-align: center;
}
.l-header .l-container {
	width: 1296px;
	max-width: 100%;
}
.widget_swell_sns_links{
display:none;	
}
.l-header__spNav {
	display: none;
}
.p-item{
display: flex;
  flex-direction: column;}

.p-item-child{
flex-grow: 1;}
.p-item .swell-block-button{
	width:50%;
}
.p-item .swell-block-button__link{
	width:100%;
}
@media (max-width: 768px) {
.fs_xl, .has-huge-font-size, .has-xl-font-size, .u-fz-xl {
	font-size: 1.3em !important;
}
	.c-pageTitle {
	font-size: 1.5em;
}
}