@charset "UTF-8";
/* Scss Document */
/* SCSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
.serif {
  font-family: 'Noto Serif JP', serif; }

@keyframes anime1 {
  0% {
    margin-top: -20px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
* {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  list-style-type: none;
  color: #0F0701;
  letter-spacing: 0.2em; }

a {
  color: #0F0701;
  text-decoration: none; }
  a:hover {
    color: #999; }
  a img {
    width: 100%;
    height: auto; }

p {
  font-family: "Noto Serif JP", serif;
  line-height: 2; }
  p.line-h-higher {
    line-height: 2.5; }
    @media (max-width: 640px) {
      p.line-h-higher {
        line-height: 2; } }

.w100 {
  width: 100%;
  height: auto; }

.br-sp {
  display: none; }
  @media (max-width: 640px) {
    .br-sp {
      display: block; } }

.mb {
  margin-bottom: clamp(50px, 17%, 300px); }

.mb_2 {
  margin-bottom: clamp(25px, 8%, 80px); }

.btm3p {
  margin-bottom: 3%; }

.btm5p {
  margin-bottom: 5%; }

.btm8p {
  margin-bottom: 8%; }

.center {
  display: block;
  text-align: center; }

.box1180 {
  max-width: 1180px;
  margin: 0 auto; }
  .box1180 img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1180px) {
    .box1180 {
      padding: 0 15px; } }

.show-sp {
  display: none; }
  @media (max-width: 640px) {
    .show-sp {
      display: block; } }
  @media (max-width: 980px) {
    .show-sp.w980 {
      display: block; } }

.show-tb {
  display: none; }
  @media (max-width: 768px) {
    .show-tb {
      display: block; } }

.show-pc {
  display: block; }
  @media (max-width: 640px) {
    .show-pc {
      display: none; } }
  @media (max-width: 980px) {
    .show-pc.w980 {
      display: none; } }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 10px; }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.f-larger {
  font-size: 120%; }

.f-smaller {
  font-size: 80%; }

.scale {
  display: block;
  width: 100%;
  overflow: hidden; }
  .scale img {
    transition: all linear 0.3s; }
  .scale:hover img {
    transform: scale(1.05, 1.05); }

.table01 {
  border-collapse: collapse;
  border: #94c2b8 1px solid; }
  .table01 th {
    border: #94c2b8 1px solid;
    background: #EEF6F4;
    padding: 15px;
    color: #94c2b8;
    vertical-align: top; }
  .table01 td {
    border: #94c2b8 1px solid;
    padding: 15px; }
  @media (max-width: 640px) {
    .table01 {
      border: none;
      border-bottom: #94c2b8 1px solid; }
      .table01 th, .table01 td {
        display: block;
        width: 100%;
        border-bottom: none; } }

.flexBox {
  display: flex;
  flex-wrap: wrap; }
  .flexBox .col2 {
    width: 50%;
    padding: 2%;
    margin-bottom: 3%; }
    @media (max-width: 640px) {
      .flexBox .col2 {
        width: 100%;
        margin-bottom: 5%; } }
  .flexBox .col3 {
    width: 33.3%;
    padding: 2%;
    margin-bottom: 3%; }
    @media (max-width: 640px) {
      .flexBox .col3 {
        width: 100%;
        margin-bottom: 5%; } }
  .flexBox .col4 {
    width: 25%;
    padding: 2%;
    margin-bottom: 3%; }
    @media (max-width: 640px) {
      .flexBox .col4 {
        width: 50%; } }
  .flexBox .col5 {
    width: 20%;
    padding: 2%;
    margin-bottom: 3%; }
    @media (max-width: 640px) {
      .flexBox .col5 {
        width: 33.3%; } }

.title01 {
  display: block;
  font-size: clamp(25px, 3.37vw, 35px);
  color: #74AFA0;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 4%; }
  .title01.center {
    text-align: center; }
  .title01.subpage {
    font-size: clamp(24px, 5vw, 45px);
    margin-bottom: clamp(50px, 8%, 150px); }
    .title01.subpage.mb-s {
      margin-bottom: clamp(25px, 4%, 40px);
      font-size: clamp(24px, 5vw, 45px); }
  .title01.border {
    border-bottom: #74AFA0 1px solid;
    padding-bottom: 15px; }

.title02 {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 2.24vw, 30px);
  font-weight: normal;
  margin-bottom: 5%; }
  @media (max-width: 640px) {
    .title02 {
      padding-bottom: 4%;
      margin-bottom: 8%; } }
  .title02:after {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    background: #94c2b8;
    width: 150px;
    bottom: 0;
    left: calc(50% - 75px); }

.title03 {
  display: block;
  border-top: #94c2b8 1px solid;
  border-bottom: #94c2b8 1px solid;
  color: #fadc7c;
  font-size: clamp(18px, 2.55vw, 25px);
  padding: 15px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: normal; }
  .title03 span {
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    color: #fadc7c;
    font-size: 70%; }

.btn01 a {
  display: block;
  position: relative;
  background: linear-gradient(90deg, #ffdc61 0.01%, #ffd335 0.02%, #feeba1 30.21%, #ffe974 67.19%, #fff7d8 100%);
  color: #0F0701;
  padding: 15px 25px 15px 15px;
  border-radius: 30px;
  width: fit-content;
  text-decoration: none; }
  @media (max-width: 640px) {
    .btn01 a {
      width: calc(100% - 40px);
      text-align: center;
      margin-left: 20px;
      margin-right: 20px; } }
  .btn01 a.m-auto {
    margin-left: auto;
    margin-right: auto; }
  .btn01 a.fl-right {
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 640px) {
      .btn01 a.fl-right {
        margin-right: auto; } }
  .btn01 a:after {
    position: absolute;
    display: block;
    background: url("../../images/arrow05.png") no-repeat;
    background-size: 8px;
    content: "";
    width: 8px;
    height: 12px;
    top: calc(50% - 6px);
    right: 20px; }

#header {
  display: block;
  width: 100%;
  padding: 0;
  height: 100px;
  background: #FFF;
  z-index: 2; }
  #header .box {
    display: flex;
    align-items: center; }
    #header .box .left {
      width: 425px;
      padding: 0 0 0 5px; }
      #header .box .left .logo {
        display: block; }
        #header .box .left .logo a {
          /*
          img{
          	width: 100%;
          	height: auto;
          }
          */
          display: block;
          width: fit-content;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          line-height: 1; }
          #header .box .left .logo a em {
            display: block;
            color: #478776;
            font-size: 12px;
            letter-spacing: -0.01em;
            font-weight: 400;
            font-style: normal; }
          #header .box .left .logo a p {
            display: block;
            color: #434343;
            font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
            font-size: 10px;
            font-weight: bold; }
          #header .box .left .logo a h1 {
            display: block;
            color: #478776;
            font-size: 20px;
            border-top: #478776 1px solid;
            padding-top: 4px;
            letter-spacing: -0.05em;
            font-weight: 400; }
    #header .box .right {
      width: calc(100% - 350px);
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #header .box .right ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 1.5em;
        width: 70%;
        font-size: 15px; }
        #header .box .right ul li {
          padding: 3px 2%; }
          #header .box .right ul li a {
            text-decoration: none; }
            @media (max-width: 1297px) {
              #header .box .right ul li a {
                font-size: 90%; } }
            #header .box .right ul li a br {
              display: none; }
      #header .box .right .contact {
        font-size: 0; }
        #header .box .right .contact img {
          height: 100px;
          width: auto; }
      #header .box .right .tel {
        font-size: 0; }
        #header .box .right .tel img {
          height: 100px;
          width: auto; }
      #header .box .right .menuBtn {
        display: none; }
  @media (max-width: 1620px) {
    #header {
      height: 80px; }
      #header .box .left {
        padding-top: 12px; }
      #header .box .right ul {
        width: calc(100% - 120px);
        font-size: 15px; }
        #header .box .right ul li {
          padding: 3px 2%; }
          #header .box .right ul li:last-of-type {
            padding-right: 0; }
          #header .box .right ul li a {
            font-size: 90%;
            text-decoration: none; }
            #header .box .right ul li a br {
              display: none; }
      #header .box .right .contact {
        font-size: 0;
        margin-right: 10px; }
        #header .box .right .contact img {
          height: 50px; }
      #header .box .right .tel {
        font-size: 0;
        margin-right: 10px; }
        #header .box .right .tel img {
          height: 50px; }
      #header .box .right .menuBtn {
        display: none; } }
  @media (max-width: 1260px) {
    #header {
      position: fixed; }
      #header .box .left {
        padding: 13px 0 0 10px; }
        #header .box .left .logo {
          width: 100%; }
      #header .box .right ul {
        display: none; }
      #header .box .right .contact, #header .box .right .tel {
        display: none; }
      #header .box .right .menuBtn {
        position: fixed;
        top: 20px;
        right: 10px;
        cursor: pointer;
        display: block; }
        #header .box .right .menuBtn .bar_wrap {
          display: block;
          width: 40px;
          height: 40px;
          position: relative; }
          #header .box .right .menuBtn .bar_wrap div {
            display: block;
            position: absolute;
            content: "";
            background: #94c2b8;
            width: 100%;
            height: 2px; }
            #header .box .right .menuBtn .bar_wrap div.bar-top {
              top: 2px;
              left: 0;
              transition: all linear 0.3s; }
            #header .box .right .menuBtn .bar_wrap div.bar-middle {
              top: calc(50% - 1px);
              left: 0; }
            #header .box .right .menuBtn .bar_wrap div.bar-bottom {
              bottom: 2px;
              left: 0;
              transition: all linear 0.3s; } }
  @media (max-width: 640px) {
    #header .box .left {
      width: 330px; }
      #header .box .left .logo a em {
        font-size: 10px; }
      #header .box .left .logo a p {
        font-size: 10px; }
      #header .box .left .logo a h1 {
        font-size: clamp(16.5px, 1vw, 20px);
        padding-top: 4px; }
    #header .box .right {
      width: calc(100% - 330px); }
      #header .box .right .contact {
        top: 6px;
        right: 88px; }
        #header .box .right .contact img {
          width: 45px; }
      #header .box .right .menuBtn .bar_wrap {
        width: 35px;
        height: 35px; } }
  #header .telkotei {
    display: none;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 1;
    width: 120px;
    height: 120px; }
    #header .telkotei a img {
      width: 100%;
      height: auto; }
    @media (max-width: 640px) {
      #header .telkotei {
        display: none; } }
    #header .telkotei.show {
      display: block; }
      @media (max-width: 980px) {
        #header .telkotei.show {
          display: none; } }
  #header .telkotei_sp {
    display: none; }
    #header .telkotei_sp a img {
      width: 100%;
      height: auto; }
    @media (max-width: 980px) {
      #header .telkotei_sp {
        display: block;
        position: fixed;
        width: 80px;
        height: 80px;
        top: 80px;
        right: 0; } }

/* ナビ　サイドドロワー */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 80px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2; }
  @media (max-width: 980px) {
    .overlay {
      height: calc(100% - 60px); } }

#navi {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 80px;
  left: 0;
  background: #FFF;
  width: 100%;
  padding: 1.5em;
  z-index: 2;
  transition: all linear 0.3s; }
  #navi ul li {
    display: block;
    margin-bottom: 0.5em; }
    #navi ul li a, #navi ul li span {
      display: block;
      cursor: pointer;
      color: #94c2b8;
      padding: 10px 10px 10px 25px;
      text-decoration: none;
      background: url("../../images/arrow01.png") no-repeat;
      background-position: left center;
      background-size: 15px; }

.side-open {
  overflow: hidden; }
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5); }
  .side-open #navi {
    visibility: visible; }
  .side-open #header .right .menuBtn .bar_wrap div.bar-top {
    transform: rotate(45deg);
    top: 50%; }
  .side-open #header .right .menuBtn .bar_wrap div.bar-middle {
    display: none; }
  .side-open #header .right .menuBtn .bar_wrap div.bar-bottom {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px); }

#footer {
  display: block;
  color: #666666;
  font-family: "Noto Serif JP", serif; }
  #footer #page-top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 1; }
    #footer #page-top img {
      width: 100%;
      height: auto; }
    @media (max-width: 640px) {
      #footer #page-top {
        width: 40px;
        height: 40px;
        right: 10px; } }
  #footer .footer_top {
    display: block;
    background: url("../../images/bg_footer.png") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 5% 15px; }
    #footer .footer_top h5 {
      display: block;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      font-size: clamp(22px, 4vw, 40px);
      color: #FFF;
      font-weight: 100;
      margin-bottom: 3.5%; }
    #footer .footer_top p {
      display: block;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      color: #FFF;
      margin-bottom: 3%; }
    #footer .footer_top ul {
      display: block;
      max-width: 300px;
      margin: 0 auto; }
      #footer .footer_top ul li:not(:last-child) {
        margin-bottom: 15px; }
      #footer .footer_top ul li a {
        display: block;
        width: 100%;
        border: #fff 1px solid;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding: 15px 20px;
        transition: all linear 0.3s; }
        #footer .footer_top ul li a img {
          width: 100%;
          height: auto;
          max-width: 230px; }
        #footer .footer_top ul li a:hover {
          background: rgba(255, 255, 255, 0.2); }
      #footer .footer_top ul li:nth-of-type(1) a {
        padding: 13px 20px; }
      #footer .footer_top ul li:nth-of-type(2) a {
        padding: 18px 20px;
        letter-spacing: 0.2em;
        position: relative; }
        #footer .footer_top ul li:nth-of-type(2) a:after {
          position: absolute;
          top: calc(50% - 6px);
          right: 20px;
          font-family: "Font Awesome 5 Free";
          content: "";
          background: url("../../images/arrow03.png") no-repeat;
          width: 10px;
          height: 20px;
          background-size: 10px;
          font-weight: bold;
          color: #FFF;
          font-size: 13px; }
      #footer .footer_top ul.no-border li a {
        border: none;
        padding: 0; }
        #footer .footer_top ul.no-border li a img {
          max-width: 100%; }
      #footer .footer_top ul.no-border li:nth-of-type(1) a {
        padding: 0; }
  #footer .footer_btm {
    display: flex;
    flex-wrap: wrap;
    padding: clamp(40px, 4%, 60px) 5% 10px 5%;
    background: #94c2b8; }
    #footer .footer_btm .left {
      width: 50%; }
      #footer .footer_btm .left h5 {
        display: block;
        margin-bottom: 1.3em;
        letter-spacing: 0.2em;
        font-size: 18px;
        font-weight: normal; }
        @media (max-width: 640px) {
          #footer .footer_btm .left h5 {
            font-size: 14px; } }
      #footer .footer_btm .left p {
        display: block;
        margin-bottom: 1.1em;
        letter-spacing: 0.2em;
        font-size: 13px;
        font-weight: normal; }
    #footer .footer_btm .right {
      width: 50%; }
      #footer .footer_btm .right ul {
        display: flex;
        flex-direction: row-reverse; }
        #footer .footer_btm .right ul li {
          width: 1em;
          margin: 0 10px; }
          #footer .footer_btm .right ul li a {
            font-size: 15px;
            font-weight: normal;
            text-decoration: none;
            writing-mode: vertical-rl; }
    #footer .footer_btm address {
      width: 100%;
      padding: 10px;
      text-align: center;
      font-size: 12px;
      font-style: normal; }
  @media (max-width: 640px) {
    #footer .footer_top {
      padding: 10% 20px; }
      #footer .footer_top h5 {
        margin-bottom: 10%; }
      #footer .footer_top p {
        margin-bottom: 10%;
        font-size: 14px; }
    #footer .footer_btm {
      padding: 20px 20px 10px 20px; }
      #footer .footer_btm .left {
        width: 100%; }
        #footer .footer_btm .left h5 {
          margin-bottom: 30px; }
      #footer .footer_btm .right {
        display: none; }
      #footer .footer_btm address {
        margin-top: 30px; } }

#main {
  display: block;
  margin-bottom: 8%; }
  @media (max-width: 1260px) {
    #main {
      padding-top: 80px; } }
  #main.mb-0 {
    margin-bottom: 0; }

#main {
  display: block;
  margin-bottom: 8%; }
  @media (max-width: 1260px) {
    #main {
      padding-top: 80px; } }
  #main.mb-0 {
    margin-bottom: 0; }

/* reCAPTCHA v3:start */
.recaptcha_policy {
  padding: 15px 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important; }
  .recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important; }

.grecaptcha-badge {
  visibility: hidden; }

/* reCAPTCHA v3:end */
.effect-fade {
  opacity: 0;
  transform: translate(0, 100px);
  /* フェードインで動く高さを指定 */
  transition: all 2000ms;
  /* フェードインにかかる時間を指定 */ }

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.crumbs {
  display: block;
  max-width: 1180px;
  font-size: 80%;
  margin: 0 auto 3% auto; }
  @media (max-width: 1260px) {
    .crumbs {
      padding: 20px 10px 10px; } }
  @media (max-width: 640px) {
    .crumbs {
      margin-bottom: 20px; } }
  .crumbs ul {
    display: block;
    max-width: 1180px;
    margin: 0 auto; }
    .crumbs ul li {
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      color: #707070; }
      .crumbs ul li:before {
        content: ">";
        padding: 0 6px; }
      .crumbs ul li:first-child:before {
        content: "";
        padding-left: 0; }
      .crumbs ul li a {
        color: #707070;
        text-decoration: none; }
        .crumbs ul li a:hover {
          text-decoration: underline; }

.comming_soon {
  display: block;
  border: #EEE 5px solid;
  padding: 4%;
  text-align: center; }
  .comming_soon p {
    color: #CCC;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    margin: 0 !important; }

.back_btn a {
  display: block;
  color: #FFF;
  padding: 15px 25px 15px 35px;
  width: fit-content;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1;
  background: url("../../images/arrow04.png") no-repeat #74AFA0;
  background-size: 7px;
  background-position: center left 15px; }
  @media (max-width: 640px) {
    .back_btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center;
      background: #74AFA0; }
      .back_btn a:before {
        display: block;
        content: "";
        background: url("../../images/arrow04.png") no-repeat;
        background-size: 7px;
        width: 7px;
        height: 12px;
        background-position: center left;
        margin-right: 15px; } }

/* 記事エディタ内の調整:start */
.editArea .sub_kiji_wrap table th {
  display: table-cell;
  font-weight: bold !important; }

.editArea .sub_kiji_wrap table td {
  display: table-cell; }

.editArea .sub_kiji_wrap iframe {
  max-width: 100%; }
  @media (max-width: 640px) {
    .editArea .sub_kiji_wrap iframe {
      width: 100%; } }

/* 記事エディタ内の調整:end */
.editArea {
  display: block;
  line-height: 1.8;
  max-width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .editArea {
      padding: 0 15px; } }
  .editArea .box01 {
    margin-bottom: clamp(40px, 8%, 100px); }
    .editArea .box01.mb-s {
      margin-bottom: clamp(20px, 5%, 50px); }
  .editArea .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em; }
    .editArea .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .editArea img {
    max-width: 100%;
    height: auto; }
    .editArea img.aligncenter {
      display: block;
      margin: 0 auto 10px auto; }
    .editArea img.alignright {
      float: right;
      margin: 0 10px 10px 0; }
    .editArea img.alignleft {
      float: left;
      margin: 0 10px 10px 0; }
    .editArea img.size-large {
      max-width: 724px; }
    .editArea img.size-medium {
      max-width: 212px; }
  .editArea p {
    display: block;
    font-family: "Noto Serif JP", serif;
    clear: both;
    margin-bottom: 2em; }
    .editArea p.lh-s {
      line-height: 1.4;
      margin-bottom: 1.6em; }
  .editArea h3 {
    display: block;
    font-size: clamp(25px, 3.37vw, 35px);
    color: #94c2b8;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: clamp(15px, 4%, 40px);
    border-bottom: #94c2b8 1px solid;
    padding-bottom: 15px; }
  .editArea h4 {
    display: flex;
    align-items: center;
    font-size: clamp(22px, 2.7vw, 28px);
    color: #94c2b8;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: clamp(15px, 3%, 30px); }
    .editArea h4:before {
      display: block;
      content: "";
      background: url("../../images/line.png") no-repeat;
      width: 40px;
      background-size: 40px;
      background-position: left center;
      height: 2px;
      margin-right: 10px; }

.slide-arrow {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: auto; }
  @media (max-width: 640px) {
    .slide-arrow {
      width: 15px;
      height: 15px; } }

.mainvisual {
  display: block;
  width: 100%;
  content: "";
  margin-bottom: 0; }
  .mainvisual div {
    display: block;
    width: 100%;
    /*
    	&.slide1{
    		background: url("../../images/index/slide1.png") no-repeat;
    	}
    	&.slide2{
    		background: url("../../images/index/slide2.png") no-repeat;
    	}
    	&.slide3{
    		background: url("../../images/index/slide3.png") no-repeat;
    	}
    	&.slide1, &.slide2, &.slide3{
    		background-position: center center;
    		background-size: cover;
    	}
    */ }
    .mainvisual div img {
      width: 100%;
      height: auto; }
      .mainvisual div img.show-sp {
        display: none; }
      @media (max-width: 640px) {
        .mainvisual div img.show-sp {
          display: block; }
        .mainvisual div img.show-pc {
          display: none; } }
  .mainvisual.sp {
    /*
    display: block;
    height: calc(100vh - 60px);
    //background: url("../../images/index/mainvisual.png") no-repeat;
    content: "";
    .slick-dots{
    	//visibility: hidden;
    }
    */ }
  .mainvisual .slick-dots {
    bottom: 15px; }
    .mainvisual .slick-dots li.slick-active button:before {
      color: #FFF; }
    .mainvisual .slick-dots li button:before {
      color: #FFF; }
  .mainvisual.slick-dotted.slick-slider {
    margin-bottom: 0; }

#index {
  display: block; }
  #index img {
    width: 100%;
    height: auto; }
  #index .area01 {
    background: url("../../images/index/img01.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 5%; }
    #index .area01 .photo-sp {
      display: none; }
      @media (max-width: 640px) {
        #index .area01 .photo-sp {
          display: block; } }
    #index .area01 .block {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse; }
      #index .area01 .block:first-of-type {
        margin-left: 8%; }
      #index .area01 .block h2 {
        font-family: "Noto Serif JP", serif;
        font-size: clamp(1.3em, 4vw, 2.2em);
        font-weight: 200;
        writing-mode: vertical-rl;
        padding: 0 5%; }
        @media (max-width: 768px) {
          #index .area01 .block h2 {
            writing-mode: horizontal-tb; } }
      #index .area01 .block h3 {
        font-family: "Noto Serif JP", serif;
        font-size: clamp(1.3em, 2.8vw, 1.8em);
        font-weight: 200;
        writing-mode: vertical-rl;
        padding: 0 5%; }
        @media (max-width: 768px) {
          #index .area01 .block h3 {
            writing-mode: horizontal-tb; } }
      #index .area01 .block p {
        word-break: keep-all;
        font-family: "Noto Serif JP", serif;
        font-weight: 200;
        font-size: clamp(13px, 1.57vw, 15px);
        line-height: 2.3;
        writing-mode: vertical-rl;
        text-align: inherit; }
        @media (max-width: 768px) {
          #index .area01 .block p {
            writing-mode: horizontal-tb;
            word-break: normal; } }
    @media (max-width: 768px) {
      #index .area01 {
        flex-wrap: wrap; }
        #index .area01 .block {
          width: 100%;
          display: block; }
          #index .area01 .block:first-of-type {
            margin: 0 0 8% 0; }
          #index .area01 .block h2, #index .area01 .block h3 {
            margin: 0 0 20px 0;
            padding: 0; }
          #index .area01 .block p br:not(.spbr) {
            display: none; } }
  #index .area01_1 {
    background: url("../../images/index/img01.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 20px; }
    #index .area01_1 img {
      display: block;
      max-width: 500px;
      margin: 0 auto; }
    @media (max-width: 640px) {
      #index .area01_1 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px; } }
  #index .area02 {
    display: block;
    margin-bottom: 6%;
    background: #94c2b8;
    padding: 4% 0; }
    #index .area02 h2 {
      display: block;
      font-size: clamp(20px, 4vw, 32px);
      letter-spacing: 0.2em;
      font-weight: normal;
      margin-bottom: 3%; }
    #index .area02 p {
      display: block;
      font-weight: normal;
      max-width: 720px;
      margin-bottom: 4%; }
    #index .area02 ul {
      display: flex;
      max-width: 1080px;
      margin: auto; }
      #index .area02 ul li {
        width: 33.3%;
        padding: 0 2%; }
        #index .area02 ul li b {
          display: block;
          background: #EAF3F0;
          padding: 5px;
          text-align: center;
          font-weight: normal;
          letter-spacing: 0.2em; }
        #index .area02 ul li .photo {
          display: block;
          font-size: 0;
          margin-bottom: 10px; }
        #index .area02 ul li a .photo img {
          transition: all linear 0.3s; }
        #index .area02 ul li a b, #index .area02 ul li a p {
          text-decoration: none; }
        #index .area02 ul li a:hover .photo img {
          opacity: 0.7; }
        #index .area02 ul li a:hover b, #index .area02 ul li a:hover p {
          text-decoration: none; }
      @media (max-width: 640px) {
        #index .area02 ul {
          flex-wrap: wrap; }
          #index .area02 ul li {
            width: 100%;
            padding: 0; }
            #index .area02 ul li:nth-of-type(-n + 2) {
              margin-bottom: 20px; }
            #index .area02 ul li p {
              font-size: clamp(13px, 1.57vw, 15px); } }
  #index .area03 {
    margin-bottom: 6%; }
    #index .area03 .title01 {
      margin-bottom: 2%; }
    #index .area03 .wrap {
      background: rgba(149, 194, 182, 0.05);
      padding: 4% 0; }
      @media (max-width: 640px) {
        #index .area03 .wrap {
          padding: 0;
          background: none; } }
    #index .area03 .plan_slider {
      max-width: 1000px;
      margin: auto; }
      #index .area03 .plan_slider .bnr {
        font-size: 0;
        padding: 0 10px; }
      #index .area03 .plan_slider .slick-dots {
        bottom: -35px; }
        #index .area03 .plan_slider .slick-dots li.slick-active button:before {
          color: #94c2b8; }
    #index .area03 .plan_sp {
      display: none; }
    @media (max-width: 640px) {
      #index .area03 .plan_slider {
        display: none; }
      #index .area03 .plan_sp {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0; }
        #index .area03 .plan_sp .bnr {
          width: 50%;
          padding: 0;
          font-size: 0; } }
  #index .area04 {
    display: flex;
    max-width: 1080px;
    margin: 0 auto 6% auto; }
    #index .area04 .title {
      width: 300px; }
    #index .area04 .newslist {
      width: calc(100% - 300px); }
      #index .area04 .newslist ul {
        margin-bottom: 5%; }
    @media (max-width: 1180px) {
      #index .area04 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 640px) {
      #index .area04 {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px; }
        #index .area04 .title {
          padding: 0 20px;
          margin-bottom: 20px; }
        #index .area04 .newslist {
          width: 100%; }
          #index .area04 .newslist ul {
            padding: 0 20px;
            margin-bottom: 20px; } }

.newslist ul {
  width: 100%; }
  .newslist ul li {
    display: block;
    border-bottom: #94c2b8 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: clamp(13px, 1.57vw, 15px); }
    .newslist ul li span {
      display: block;
      font-size: 80%; }
    .newslist ul li p a {
      text-decoration: none;
      cursor: pointer; }
      .newslist ul li p a:hover {
        text-decoration: underline; }

.photo-w100 {
  width: 100%;
  font-size: 0; }
  .photo-w100 img {
    width: 100%;
    height: auto; }

.modal_overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3; }
  .modal_overlay.show {
    visibility: visible;
    cursor: pointer;
    background: rgba(188, 164, 102, 0.3); }

.modal_win {
  display: none;
  position: fixed;
  top: 10%;
  left: calc((100% - 700px)/2);
  width: 80%;
  max-width: 700px;
  height: auto;
  max-height: 760px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  border: #707070 13px solid;
  z-index: 10;
  padding: clamp(20px, 4%, 30px);
  overflow-y: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  @media (max-width: 768px) {
    .modal_win {
      left: 10%; } }
  @media (max-width: 640px) {
    .modal_win {
      border: #707070 10px solid;
      top: 16%;
      max-height: 600px; } }
  .modal_win.show {
    display: block; }
  .modal_win .modal_closebtn {
    display: block;
    border: #0F0701 1px solid;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    max-width: 109px;
    margin: 0 0 10px auto;
    pointer: cursor;
    user-select: none; }
    @media (max-width: 640px) {
      .modal_win .modal_closebtn {
        font-size: 12px;
        max-width: 80px;
        padding: 3px 8px; } }
  .modal_win .photo {
    display: block;
    font-size: 0;
    margin-bottom: 2%; }
    .modal_win .photo img {
      width: 100%;
      height: auto; }
  .modal_win h4 {
    display: block;
    border-bottom: #BCA466 1px solid;
    text-align: center;
    color: #fadc7c;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 2.2vw, 20px);
    padding-bottom: 10px;
    font-weight: normal; }
  .modal_win p {
    margin-bottom: 4%; }
  .modal_win .btn01 a {
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .modal_win .btn01 a {
        font-size: 13px;
        max-width: 200px;
        padding: 5px 8px; } }

/*dl style*/
dl.hyou {
  display: flex;
  width: 100%;
  margin-bottom: 1.5em; }
  dl.hyou dt {
    border-bottom: #DED2B3 2px solid;
    padding: 1em 1em 1.5em 1em;
    color: #fadc7c;
    font-size: clamp(13px, 1.63vw, 16px);
    font-weight: bold;
    width: 250px; }
  dl.hyou dd {
    width: calc(100% - 250px);
    font-size: clamp(13px, 1.63vw, 16px);
    border-bottom: rgba(222, 210, 179, 0.5) 2px solid;
    padding: 1em 1em 1.5em 1em; }
  @media (max-width: 980px) {
    dl.hyou {
      padding: 0 20px;
      margin-bottom: 1.5%; }
      dl.hyou dt {
        padding: 1.5%;
        width: 40%; }
      dl.hyou dd {
        padding: 1.5%;
        width: 60%; } }
  @media (max-width: 480px) {
    dl.hyou {
      flex-wrap: wrap; }
      dl.hyou dt {
        width: 100%;
        position: relative;
        padding: 3% 1%; }
      dl.hyou dd {
        width: 100%;
        padding: 3% 1%;
        margin-bottom: 1em; } }

/* 会社概要 */
#company {
  display: block;
  margin-bottom: 5%; }
  @media (max-width: 640px) {
    #company {
      margin-bottom: 8%; } }
  #company h3 {
    color: #94c2b8;
    font-size: 1.4em;
    border: #94c2b8 1px solid;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 3%; }
    @media (max-width: 640px) {
      #company h3 {
        font-size: 1.2em;
        margin-bottom: 5%;
        padding: 7px 10px; } }
  #company ul {
    display: block; }
    #company ul li {
      display: block;
      margin-bottom: 20px;
      background: #EEF6F4;
      padding: 3%;
      border-left: #94c2b8 5px solid; }
      #company ul li strong {
        display: block;
        color: #94c2b8;
        font-style: normal;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.3;
        margin-bottom: 10px; }
        @media (max-width: 768px) {
          #company ul li strong {
            font-size: 1.3em; } }
      #company ul li p {
        font-weight: bold;
        margin: 0; }
        #company ul li p em {
          display: inline;
          font-weight: bold;
          font-style: normal;
          font-size: 1.3em; }
          #company ul li p em span {
            font-size: 80%; }
  #company .box02 {
    max-width: 1180px;
    margin: 0 auto 8% auto; }
    @media (max-width: 1180px) {
      #company .box02 {
        padding: 0 15px; } }
    #company .box02 table {
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
      #company .box02 table th, #company .box02 table td {
        padding: 15px; }
        #company .box02 table th a, #company .box02 table td a {
          pointer-events: none;
          text-decoration: none; }
          @media (max-width: 640px) {
            #company .box02 table th a, #company .box02 table td a {
              color: #94c2b8;
              pointer-events: all; } }
  #company .box03 {
    max-width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1180px) {
      #company .box03 {
        padding: 0 15px; } }
    #company .box03 .wrap {
      display: flex; }
      #company .box03 .wrap .photo {
        width: 220px; }
        #company .box03 .wrap .photo img {
          width: 100%;
          height: auto; }
        #company .box03 .wrap .photo p {
          display: block;
          text-align: center; }
          #company .box03 .wrap .photo p b {
            font-weight: bold;
            font-size: 1.1em; }
      #company .box03 .wrap dl {
        width: calc(100% - 220px);
        padding-left: 5%;
        display: flex;
        flex-wrap: wrap; }
        #company .box03 .wrap dl dt {
          width: 8em;
          color: #94c2b8;
          padding: 0 0 15px 0;
          border-bottom: #CCC 1px dotted;
          margin-bottom: 15px;
          font-weight: bold; }
        #company .box03 .wrap dl dd {
          width: calc(100% - 8em);
          padding: 0 0 15px 15px;
          border-bottom: #CCC 1px dotted;
          margin-bottom: 15px; }
        @media (max-width: 768px) {
          #company .box03 .wrap dl dt {
            width: 100%;
            padding: 0;
            border-bottom: none;
            margin-bottom: 10px; }
          #company .box03 .wrap dl dd {
            width: 100%;
            padding-left: 0; } }
      @media (max-width: 640px) {
        #company .box03 .wrap {
          flex-wrap: wrap; }
          #company .box03 .wrap .photo {
            width: 100%;
            margin-bottom: 5%; }
            #company .box03 .wrap .photo img {
              display: block;
              margin: 0 auto 15px auto;
              max-width: 230px; }
          #company .box03 .wrap dl {
            width: 100%; } }
    #company .box03 .pr {
      display: block;
      padding-top: 30px;
      line-height: 1.8; }
      #company .box03 .pr p {
        display: block;
        margin-bottom: 20px; }

/*お知らせ*/
#news .newslist ul {
  margin-bottom: clamp(30px, 5%, 50px); }
  #news .newslist ul li span {
    color: #94c2b8; }
  #news .newslist ul li p a {
    color: #94c2b8; }
#news .detail {
  display: block;
  margin-bottom: clamp(50px, 8%, 100px); }
  #news .detail .date {
    display: flex;
    margin-bottom: 15px; }
    #news .detail .date span {
      background: #74AFA0;
      color: #FFF;
      font-size: 13px;
      padding: 8px 20px;
      border-radius: 5px;
      width: fit-content;
      letter-spacing: 0.2em; }
    #news .detail .date p {
      color: #74AFA0;
      font-size: 16px;
      letter-spacing: 0.2em;
      margin-left: 20px; }
      @media (max-width: 640px) {
        #news .detail .date p {
          margin-left: 15px; } }

/* PartyReport一覧 */
#report {
  margin-bottom: 7%; }
  #report .box01 {
    max-width: 980px;
    margin: 0 auto 5% auto;
    padding: 0 20px; }
    #report .box01 p {
      text-align: center; }
  #report .report_wrap {
    max-width: 980px;
    margin: 0 auto; }
    #report .report_wrap .photo {
      margin-bottom: 1em;
      font-size: 0; }
      #report .report_wrap .photo a {
        border-radius: 5px; }
    #report .report_wrap b {
      display: block;
      text-align: center;
      color: #777777; }

/* PartyReport詳細 */
#reportDetail {
  margin-bottom: 8%; }
  #reportDetail .box01 {
    display: block;
    margin: 0 auto 3% auto;
    max-width: 980px;
    padding: 0 20px; }
  #reportDetail .photos {
    display: block;
    max-width: 940px;
    margin: 0 auto 5% auto; }
    @media (max-width: 940px) {
      #reportDetail .photos {
        padding: 0 15px; } }
  #reportDetail .box02 {
    display: block;
    padding: 4% 15px;
    background: rgba(245, 245, 238, 0.6);
    margin-bottom: 4%; }
    #reportDetail .box02 .txt {
      display: block;
      background: #FFF;
      max-width: 980px;
      margin: 0 auto 1em auto;
      border-radius: 5px;
      padding: 2%; }
      @media (max-width: 640px) {
        #reportDetail .box02 .txt {
          padding: 5%; } }
      #reportDetail .box02 .txt h4 {
        display: block;
        color: #fadc7c;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        font-size: clamp(1.1em, 1.5vw, 1.4em);
        margin-bottom: 0.5em; }

#about {
  margin-bottom: 8%; }
  #about .area01 {
    text-align: center;
    background: url("../../images/about/img01.png") no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 3% 20px 25% 20px; }
    #about .area01 h3 {
      display: block;
      font-size: clamp(1.3em, 4vw, 2em);
      font-weight: normal;
      font-family: "Noto Serif JP", serif;
      margin-bottom: 0.5em; }
    #about .area01 strong {
      display: block;
      font-size: clamp(15px, 1.75vw, 17px);
      font-weight: normal;
      font-family: "Noto Serif JP", serif;
      margin-bottom: clamp(20px, 4%, 100px); }
      @media (max-width: 480px) {
        #about .area01 strong br {
          display: none; } }
    #about .area01 p {
      display: block;
      margin-bottom: clamp(30px, 3%, 80px); }
      @media (max-width: 480px) {
        #about .area01 p {
          text-align: left;
          word-break: break-all; }
          #about .area01 p br {
            display: none; } }
  #about .area02 {
    background: #F5F5EE;
    padding: 5% 20px; }
    #about .area02 ul.tate {
      display: flex;
      max-width: 980px;
      margin: 0 auto 4% auto;
      justify-content: center; }
      #about .area02 ul.tate li {
        background: #FFF;
        padding: 12px 1.2% 30px 1.2%;
        margin: 0 0.8%; }
        #about .area02 ul.tate li b {
          display: block;
          width: 100%;
          text-align: center;
          border-top: #BCA466 5px solid;
          color: #fadc7c;
          font-family: "Noto Serif JP", serif;
          writing-mode: vertical-rl;
          font-weight: normal;
          padding: 12px 5%;
          font-size: clamp(15px, 2.04vw, 20px);
          letter-spacing: 0.5em; }
      @media (max-width: 640px) {
        #about .area02 ul.tate {
          flex-wrap: wrap;
          justify-content: center;
          max-width: 400px; }
          #about .area02 ul.tate li {
            width: 12.28%;
            margin: 1%; }
            #about .area02 ul.tate li b {
              padding: 12px 22% 10px 0; } }
    #about .area02 ul.photo {
      max-width: 980px;
      margin: 0 auto;
      display: flex; }
      #about .area02 ul.photo li {
        width: 31.3%;
        margin: 0 1%; }
      #about .area02 ul.photo img {
        width: 100%; }

/* よくあるご質問 */
#faq .category {
  margin-bottom: 6%; }
  #faq .category ul {
    display: flex;
    flex-wrap: wrap; }
    #faq .category ul li {
      width: 45%;
      margin-bottom: 30px;
      border-bottom: #737B7D 1px solid;
      background: url("../../images/arrow02.png") no-repeat;
      background-size: 24px;
      background-position: left top;
      padding: 0 0 30px 40px; }
      #faq .category ul li:nth-of-type(even) {
        margin-left: 5%; }
      #faq .category ul li:nth-of-type(odd) {
        margin-right: 5%; }
      #faq .category ul li a {
        font-family: "Noto Serif JP", serif; }
      @media (max-width: 640px) {
        #faq .category ul li {
          width: 100%;
          padding: 0 0 25px 30px;
          background-size: 18px;
          margin-bottom: 25px;
          background-position: left top 5px; }
          #faq .category ul li:nth-of-type(even) {
            margin-left: 0; }
          #faq .category ul li:nth-of-type(odd) {
            margin-right: 0; } }
#faq .faq_content .box {
  margin-bottom: clamp(30px, 6%, 80px); }
#faq .faq_content dl {
  display: block;
  border-bottom: #94c2b8 1px solid; }
  #faq .faq_content dl dt {
    display: block;
    color: #94c2b8;
    position: relative;
    padding: 25px 0; }
    #faq .faq_content dl dt:after {
      display: block;
      content: "";
      background: url("../../images/plus.png") no-repeat;
      width: 19px;
      height: 16px;
      background-size: 19px;
      position: absolute;
      top: 30px;
      right: 10px; }
    #faq .faq_content dl dt.active:after {
      background: url("../../images/minus.png") no-repeat;
      width: 19px;
      height: 16px;
      background-size: 19px;
      top: 25px; }
  #faq .faq_content dl dd {
    display: none;
    padding: 25px 0; }
  @media (max-width: 640px) {
    #faq .faq_content dl dt {
      padding: 15px 0; }
      #faq .faq_content dl dt:after {
        width: 15px;
        background-size: 15px;
        top: 20px;
        right: 5px; }
      #faq .faq_content dl dt.active:after {
        width: 15px;
        background-size: 15px;
        top: 20px; }
    #faq .faq_content dl dd {
      display: none;
      padding: 0 0 15px 0; } }

/*室内納骨・合祀墓*/
#noukotsu .noukotsu01 p {
  line-height: 4;
  font-size: 1.2em; }
  @media (max-width: 640px) {
    #noukotsu .noukotsu01 p {
      line-height: 2.7; } }
#noukotsu .noukotsu02 ul {
  display: flex; }
  #noukotsu .noukotsu02 ul li {
    width: 33.3%;
    padding: 0 20px; }
    #noukotsu .noukotsu02 ul li a p {
      display: block;
      background: #EAF3F0;
      padding: 8px;
      text-align: center;
      margin-bottom: 0; }
    #noukotsu .noukotsu02 ul li a .photo {
      display: block;
      font-size: 0;
      overflow: hidden; }
      #noukotsu .noukotsu02 ul li a .photo img {
        width: 100%;
        height: auto;
        transition: all linear 0.3s; }
    #noukotsu .noukotsu02 ul li a:hover p {
      text-decoration: none; }
    #noukotsu .noukotsu02 ul li a:hover .photo img {
      transform: scale(1.05, 1.05);
      opacity: 0.8; }
  @media (max-width: 640px) {
    #noukotsu .noukotsu02 ul {
      flex-wrap: wrap; }
      #noukotsu .noukotsu02 ul li {
        width: 100%;
        padding: 0; }
        #noukotsu .noukotsu02 ul li:nth-of-type(-n + 2) {
          margin-bottom: 40px; } }
#noukotsu .noukotsu03 .box {
  display: flex;
  width: 100%;
  align-items: center;
  background: url("../../images/noukotsu/img03.png") no-repeat;
  background-size: 70%;
  background-position: center bottom;
  padding: 0 20px clamp(100px, 10%, 180px) 20px;
  margin-bottom: clamp(40px, 8%, 150px); }
  #noukotsu .noukotsu03 .box .photo {
    width: 60%;
    font-size: o; }
    #noukotsu .noukotsu03 .box .photo img {
      width: 100%;
      height: auto; }
  #noukotsu .noukotsu03 .box .text {
    width: 38%;
    padding-left: 6%; }
    #noukotsu .noukotsu03 .box .text h3 {
      border-bottom: none;
      margin-bottom: 20px; }
    #noukotsu .noukotsu03 .box .text .photo_sp {
      display: none; }
    #noukotsu .noukotsu03 .box .text table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 1.5em; }
      #noukotsu .noukotsu03 .box .text table th {
        border-bottom: #74AFA0 1px solid;
        font-size: 14px;
        vertical-align: baseline;
        padding: 10px 0;
        font-weight: normal;
        letter-spacing: 0.2em;
        text-align: left;
        width: fit-content; }
      #noukotsu .noukotsu03 .box .text table td {
        border-bottom: #74AFA0 1px solid;
        font-size: 14px;
        vertical-align: baseline;
        padding: 10px;
        font-weight: normal;
        letter-spacing: 0.2em; }
        #noukotsu .noukotsu03 .box .text table td span {
          font-size: 180%; }
  #noukotsu .noukotsu03 .box.reverse {
    flex-direction: row-reverse; }
    #noukotsu .noukotsu03 .box.reverse .text {
      padding-left: 0;
      padding-right: 6%; }
  @media (max-width: 640px) {
    #noukotsu .noukotsu03 .box {
      background: url("../../images/noukotsu/img03_sp.png") no-repeat;
      background-size: 320px;
      background-position: center bottom;
      flex-wrap: wrap;
      padding: 0 0 50px 0;
      margin-bottom: 70px; } }
  @media (max-width: 640px) and (max-width: 420px) {
    #noukotsu .noukotsu03 .box {
      background-size: 280px; } }
  @media (max-width: 640px) {
      #noukotsu .noukotsu03 .box .photo {
        display: none; }
      #noukotsu .noukotsu03 .box .text {
        width: 100%;
        padding-left: 0; }
        #noukotsu .noukotsu03 .box .text .photo_sp {
          display: block; }
          #noukotsu .noukotsu03 .box .text .photo_sp img {
            width: 100%;
            height: auto; }
      #noukotsu .noukotsu03 .box.reverse .text {
        padding-right: 0; } }

/*料金プラン*/
#plan, #plan2 {
  max-width: 1180px; }
  #plan .plan_wrap, #plan2 .plan_wrap {
    display: block;
    margin: 0 auto clamp(40px, 8%, 200px) auto; }
    #plan .plan_wrap h4, #plan2 .plan_wrap h4 {
      font-size: clamp(20px, 2.8vw, 32px);
      margin-bottom: clamp(20px, 3%, 30px);
      color: #74AFA0;
      font-weight: normal;
      letter-spacing: 0.2em; }
    #plan .plan_wrap .title, #plan2 .plan_wrap .title {
      display: flex;
      width: 100%;
      justify-content: space-between;
      border-bottom: #74AFA0 1px solid;
      padding-bottom: 15px;
      margin-bottom: clamp(20px, 3%, 30px); }
      #plan .plan_wrap .title h3, #plan2 .plan_wrap .title h3 {
        font-size: clamp(22px, 3.37vw, 35px);
        color: #74AFA0;
        font-weight: normal;
        letter-spacing: 0.2em; }
      #plan .plan_wrap .title .price, #plan2 .plan_wrap .title .price {
        display: block; }
        #plan .plan_wrap .title .price span, #plan2 .plan_wrap .title .price span {
          color: #74AFA0;
          font-size: 12px;
          display: block;
          line-height: 1.2; }
        #plan .plan_wrap .title .price b, #plan2 .plan_wrap .title .price b {
          display: flex;
          align-items: baseline;
          color: #74AFA0;
          font-size: clamp(18px, 3vw, 26px);
          font-weight: bold;
          letter-spacing: 0.2em; }
          #plan .plan_wrap .title .price b span, #plan2 .plan_wrap .title .price b span {
            color: #74AFA0;
            font-size: 12px;
            font-weight: normal; }
      @media (max-width: 640px) {
        #plan .plan_wrap .title, #plan2 .plan_wrap .title {
          flex-wrap: wrap;
          justify-content: flex-end; }
          #plan .plan_wrap .title h3, #plan2 .plan_wrap .title h3 {
            width: 100%;
            margin-bottom: 10px; } }
  #plan .plan_naiyou, #plan2 .plan_naiyou {
    display: block;
    margin: 0 auto 8% auto; }
  #plan .flow, #plan2 .flow {
    display: block; }
    #plan .flow p, #plan2 .flow p {
      text-align: left; }
    @media (max-width: 640px) {
      #plan .flow .box_wrap, #plan2 .flow .box_wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px; } }
    #plan .flow .box_wrap .box, #plan2 .flow .box_wrap .box {
      display: block;
      padding: clamp(25px, 4%, 50px) clamp(25px, 4%, 50px) clamp(25px, 4%, 50px) 200px;
      margin-bottom: 5px; }
      @media (max-width: 640px) {
        #plan .flow .box_wrap .box, #plan2 .flow .box_wrap .box {
          padding-left: 80px; } }
      #plan .flow .box_wrap .box:nth-of-type(1), #plan2 .flow .box_wrap .box:nth-of-type(1) {
        background: url("../../images/plan/flow1.png") no-repeat #EEF6F4;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(1), #plan2 .flow .box_wrap .box:nth-of-type(1) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(2), #plan2 .flow .box_wrap .box:nth-of-type(2) {
        background: url("../../images/plan/flow2.png") no-repeat #F8FCFB;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(2), #plan2 .flow .box_wrap .box:nth-of-type(2) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(3), #plan2 .flow .box_wrap .box:nth-of-type(3) {
        background: url("../../images/plan/flow3.png") no-repeat #EEF6F4;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(3), #plan2 .flow .box_wrap .box:nth-of-type(3) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(4), #plan2 .flow .box_wrap .box:nth-of-type(4) {
        background: url("../../images/plan/flow4.png") no-repeat #F8FCFB;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(4), #plan2 .flow .box_wrap .box:nth-of-type(4) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(5), #plan2 .flow .box_wrap .box:nth-of-type(5) {
        background: url("../../images/plan/flow5.png") no-repeat #EEF6F4;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(5), #plan2 .flow .box_wrap .box:nth-of-type(5) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(6), #plan2 .flow .box_wrap .box:nth-of-type(6) {
        background: url("../../images/plan/flow6.png") no-repeat #F8FCFB;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(6), #plan2 .flow .box_wrap .box:nth-of-type(6) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(7), #plan2 .flow .box_wrap .box:nth-of-type(7) {
        background: url("../../images/plan/flow7.png") no-repeat #EEF6F4;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(7), #plan2 .flow .box_wrap .box:nth-of-type(7) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box:nth-of-type(8), #plan2 .flow .box_wrap .box:nth-of-type(8) {
        background: url("../../images/plan/flow8.png") no-repeat #F8FCFB;
        background-size: 63px;
        background-position: left 30px top; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box:nth-of-type(8), #plan2 .flow .box_wrap .box:nth-of-type(8) {
            background-size: 50px;
            background-position: left 15px top -20px; } }
      #plan .flow .box_wrap .box h5, #plan2 .flow .box_wrap .box h5 {
        display: block;
        font-size: clamp(20px, 2.5vw, 28px);
        margin-bottom: clamp(20px, 3%, 30px);
        color: #74AFA0;
        font-weight: normal;
        letter-spacing: 0.2em; }
      #plan .flow .box_wrap .box .photo, #plan2 .flow .box_wrap .box .photo {
        display: block;
        font-size: 0;
        max-width: 220px;
        width: 100%;
        margin-bottom: 10px; }
        #plan .flow .box_wrap .box .photo img, #plan2 .flow .box_wrap .box .photo img {
          width: 100%;
          height: auto; }
      #plan .flow .box_wrap .box .flex, #plan2 .flow .box_wrap .box .flex {
        display: flex;
        align-items: center; }
        #plan .flow .box_wrap .box .flex .box_inner, #plan2 .flow .box_wrap .box .flex .box_inner {
          text-align: center;
          max-width: 220px; }
        #plan .flow .box_wrap .box .flex .txt, #plan2 .flow .box_wrap .box .flex .txt {
          padding: 3em 2em 2em;
          color: #74AFA0;
          font-size: clamp(18px, 2.2vw, 25px);
          font-weight: bold;
          letter-spacing: 0.2em;
          max-width: 220px; }
        @media (max-width: 640px) {
          #plan .flow .box_wrap .box .flex, #plan2 .flow .box_wrap .box .flex {
            flex-wrap: wrap; }
            #plan .flow .box_wrap .box .flex .box_inner, #plan2 .flow .box_wrap .box .flex .box_inner {
              width: 100%;
              text-align: left; }
            #plan .flow .box_wrap .box .flex .txt, #plan2 .flow .box_wrap .box .flex .txt {
              width: 100%;
              text-align: left;
              padding: 1em;
              text-align: center; } }

/* アクセス */
#access .map {
  margin: 0 auto clamp(40px, 8%, 100px);
  max-width: 800px; }
  #access .map .mapimage {
    font-size: 0; }
  #access .map p {
    display: block;
    background: #74AFA0;
    color: #FFF;
    padding: 20px 30px;
    letter-spacing: 0.2em; }
    #access .map p strong {
      display: block;
      background: #fff;
      color: #74AFA0;
      padding: 4px 15px;
      border-radius: 5px;
      width: fit-content;
      margin-top: 5px; }
#access h3.caricon {
  background: url("../../images/access/caricon.png") no-repeat;
  background-size: 65px;
  background-position: left top 12px;
  padding-left: 90px; }
  @media (max-width: 640px) {
    #access h3.caricon {
      background-size: 35px;
      background-position: left top 12px;
      padding-left: 50px; } }
#access .route_box {
  display: block;
  padding: 20px;
  background: #efefef;
  margin-bottom: 30px; }
  #access .route_box h5 {
    display: block;
    color: #94c2b8;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px; }
  #access .route_box u {
    margin-bottom: 0;
    margin-left: 10px;
    text-decoration: none; }
  @media (max-width: 640px) {
    #access .route_box {
      padding: 10px; }
      #access .route_box h5 {
        padding-left: 8px;
        font-size: 18px; }
      #access .route_box u {
        display: block;
        text-align: center; } }
#access ul.access_route {
  display: flex;
  flex-wrap: wrap; }
  #access ul.access_route li {
    width: 25%;
    padding: 10px; }
    #access ul.access_route li p {
      line-height: 1.5; }
    @media (max-width: 768px) {
      #access ul.access_route li {
        width: 50%; } }
    @media (max-width: 640px) {
      #access ul.access_route li {
        padding: 8px; } }

/* フォーム関係 */
#contact h4 {
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.7vw, 28px);
  color: #94c2b8;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: clamp(30px, 5%, 60px); }
  #contact h4:before {
    display: block;
    content: "";
    background: url("../../images/line.png") no-repeat;
    width: 40px;
    background-size: 40px;
    background-position: left center;
    height: 2px;
    margin-right: 40px; }
  @media (max-width: 640px) {
    #contact h4 {
      align-items: flex-start; }
      #contact h4:before {
        margin-right: 15px;
        width: 20px;
        background-size: 20px;
        margin-top: 13px; } }
#contact .contact_btm {
  display: block;
  width: 100%;
  background: #74AFA0;
  padding: clamp(50px, 6%, 100px) 20px; }
  #contact .contact_btm .box {
    display: block;
    max-width: 1180px;
    background: #FFF;
    padding: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(50px, 6%, 100px); }
    @media (max-width: 640px) {
      #contact .contact_btm .box {
        padding: 20px; } }
    #contact .contact_btm .box.contact_tel .tel {
      display: block;
      margin: auto;
      width: fit-content;
      margin-bottom: 10px; }
      #contact .contact_btm .box.contact_tel .tel span {
        display: block;
        font-size: clamp(13px, 2vw, 14px);
        line-height: 1.3;
        letter-spacing: 0.2em;
        color: #74AFA0;
        line-height: 1; }
      #contact .contact_btm .box.contact_tel .tel p {
        padding-left: 2em; }
        #contact .contact_btm .box.contact_tel .tel p a {
          text-decoration: none;
          color: #74AFA0;
          font-size: clamp(20px, 5vw, 35px);
          line-height: 1;
          font-weight: bold;
          letter-spacing: 0.2em; }
    #contact .contact_btm .box.contact_tel p {
      display: block;
      text-align: center;
      color: #74AFA0;
      font-size: clamp(13px, 2vw, 14px);
      line-height: 1.4;
      letter-spacing: 0.1em; }
    #contact .contact_btm .box.contact_mail h4 {
      margin-bottom: 20px; }
    #contact .contact_btm .box.contact_mail .col4text {
      color: #74AFA0;
      font-size: clamp(13px, 2vw, 14px);
      line-height: 1.3;
      margin-left: 6em; }
      @media (max-width: 640px) {
        #contact .contact_btm .box.contact_mail .col4text {
          margin-left: 0; } }
#contact .formarea {
  padding-top: clamp(30px, 5%, 50px);
  margin-left: 4.5em;
  margin-right: 4.5em; }
  @media (max-width: 640px) {
    #contact .formarea {
      margin-left: 0;
      margin-right: 0; } }
  #contact .formarea table {
    width: 100%;
    border: none;
    margin-bottom: 3%;
    border-collapse: collapse; }
    #contact .formarea table th {
      text-align: left;
      width: 40%;
      vertical-align: top; }
      #contact .formarea table th div {
        display: flex;
        align-items: center;
        padding: 1em;
        font-size: clamp(13px, 1.57vw, 15px);
        letter-spacing: 0.3em; }
        #contact .formarea table th div span.must {
          background: #74AFA0;
          padding: 7px 10px;
          border-radius: 5px;
          width: fit-content;
          color: #FFF;
          font-size: 14px;
          margin-left: 10px; }
    #contact .formarea table td {
      padding: 1em;
      font-size: clamp(13px, 1.57vw, 15px); }
      #contact .formarea table td input[type="text"],
      #contact .formarea table td input[type="email"],
      #contact .formarea table td input[type="tel"],
      #contact .formarea table td textarea {
        width: 100%;
        padding: 8px;
        border: #94c2b8 1px solid;
        border-radius: 5px; }
      #contact .formarea table td textarea {
        height: 210px; }
      #contact .formarea table td input[type="radio"] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 5px;
        border: 2px solid #707070;
        color: #707070; }
      #contact .formarea table td .ex {
        display: block;
        color: #737B7D;
        font-size: 14px;
        padding-top: 5px;
        letter-spacing: 0.2em; }
    #contact .formarea table tr.last th, #contact .formarea table tr.last td {
      padding-bottom: 3em; }
    @media (max-width: 640px) {
      #contact .formarea table tr.last th {
        padding-bottom: 0.5em; } }
    @media (max-width: 640px) {
      #contact .formarea table th, #contact .formarea table td {
        display: block;
        width: 100%; }
      #contact .formarea table th {
        padding-bottom: 0.5em; }
      #contact .formarea table td {
        padding-top: 0;
        padding-bottom: 3em; } }
  #contact .formarea p {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    width: fit-content;
    margin: clamp(20px, 4%, 50px) auto;
    color: #737B7D; }
  #contact .formarea .btn {
    display: block;
    text-align: center; }
    #contact .formarea .btn input[type="submit"] {
      background: linear-gradient(90deg, #ffdc61 0.01%, #ffd335 0.02%, #feeba1 30.21%, #ffe974 67.19%, #fff7d8 100%);
      color: #0F0701;
      padding: 15px 30px 15px 40px;
      border-radius: 30px;
      width: fit-content;
      border: none;
      letter-spacing: 1em; }

/*エラーメッセージ*/
.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7-form .sent_msg {
  display: none; }
.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none; }
.wpcf7-form.invalid .wpcf7-response-output {
  display: block;
  background: #FBE0E0;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  font-size: 14px;
  color: #D0484A;
  border-color: #D0484A; }
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
  background: #D0484A;
  color: #FFF;
  border-radius: 3px;
  padding: 5px 10px;
  position: relative;
  margin-top: 10px;
  font-size: 12px; }
  .wpcf7-form.invalid .wpcf7-not-valid-tip:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 20px;
    border-bottom: #D0484A 5px solid;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid; }
.wpcf7-form.sent table,
.wpcf7-form.sent .wpcf7-submit,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.sent p.kakunin_txt
.formarea {
  display: none; }
.wpcf7-form.sent .checkbox.txt_privacy {
  display: none; }
.wpcf7-form.sent .sent_msg {
  display: block;
  padding: 0 3% 5% 3%;
  text-align: center; }
  .wpcf7-form.sent .sent_msg strong {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #74AFA0;
    margin-bottom: 15px; }

#contact .wpcf7-form.sent .formarea,
#contact .wpcf7-form.sent .col4text,
#contact .wpcf7-form.sent .formarea .btn {
  display: none; }

/*wp-pagenavi base*/
.wp-pagenavi {
  display: block;
  margin-bottom: 8%;
  clear: both;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #74AFA0;
  padding: 8px 15px;
  margin: 0 10px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  font-size: 13px; }

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #898989;
  text-decoration: none; }

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #898989;
  font-weight: bold; }

@media (max-width: 640px) {
  .wp-pagenavi span.current {
    display: none; }

  .wp-pagenavi a.previouspostslink {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px; }
  .wp-pagenavi a.page {
    display: none; }
  .wp-pagenavi a.nextpostslink {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 0; } }
/*comming soon*/
.comming_soon {
  display: block;
  border: rgba(188, 164, 102, 0.3) 2px solid;
  padding: 6% 3%;
  text-align: center;
  border-radius: 14px; }
  .comming_soon p {
    color: rgba(188, 164, 102, 0.5);
    font-size: 1.3em;
    text-align: center;
    font-family: "Noto Serif JP", serif; }

/* プライバシーポリシー */
.privacy_policy {
  padding: 3%; }
  .privacy_policy h3 {
    display: block;
    background: #94c2b8;
    color: #FFF;
    padding: 8px 10px;
    font-size: 1.1em;
    border-radius: 8px;
    margin-bottom: 20px; }
  .privacy_policy dl {
    line-height: 1.7; }
    .privacy_policy dl dt {
      display: block;
      color: #94c2b8;
      font-weight: bold;
      border-bottom: #94c2b8 2px dashed;
      padding: 0 0 8px 0;
      margin-bottom: 15px; }
    .privacy_policy dl dd {
      display: block;
      margin-bottom: 30px; }

#notfound {
  display: block;
  width: 100%;
  padding: clamp(30px, 10%, 200px) 20px;
  text-align: center;
  background: #EEF6F4; }
  #notfound h2 {
    display: block;
    font-weight: normal;
    color: #74AFA0;
    font-size: 3em;
    font-family: "Noto Serif JP", serif; }
    @media (max-width: 640px) {
      #notfound h2 {
        font-size: 1.5em; } }

#mv {
  display: block; }

#particles-js {
  z-index: 1; }

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .10em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

.js-count-particles {
  font-size: 1.1em; }

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }
