@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-size: 1.4rem;
  font-family: "lato", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  line-height: 1.6;
  color: #666666;
  position: relative;
  letter-spacing: 0.05em; }

p {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }

.pc {
  display: none; }

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

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

.mcl {
  color: #62aa9f; }

/*anime*/
.fluffy {
  animation: fluffy1 2s ease infinite; }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .shiny-btn:after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
/*anime END*/
/*===============================
 
    メールフォーム
 
================================*/
#form-block {
  padding: 30px 20px 40px;
  background: #fff;
  background: #fcfcfc;
  box-sizing: border-box; }
  #form-block #datepicker {
    width: 80%; }
  #form-block img.ui-datepicker-trigger {
    width: 32px;
    padding: 0 0 0 10px; }
  #form-block dl {
    margin: 0 0 30px; }
    #form-block dl dt {
      margin: 0 0 0.2em;
      padding: 0; }
      #form-block dl dt span {
        color: #ff0000; }
        #form-block dl dt span.mini {
          color: #666;
          font-size: 1.2rem; }
    #form-block dl dd {
      margin: 0;
      padding: 0 0 1.5em; }
      #form-block dl dd:last-child {
        padding: 0; }
      #form-block dl dd.bg-white {
        background: #fff;
        margin: 0 0 1.5em;
        padding: 1.5em 0;
        border: 1px solid #8C8C8C; }
      #form-block dl dd input[type="text"],
      #form-block dl dd input[type="email"] {
        width: 100%;
        margin: 0;
        padding: 10px 10px;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #ccc;
        font-size: 1.6rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 1px solid #8C8C8C;
        color: #333; }
        #form-block dl dd input[type="text"].mb10,
        #form-block dl dd input[type="email"].mb10 {
          margin: 0 0 0.5em; }
      #form-block dl dd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 10px 6px;
        font-size: 1.6rem;
        line-height: 1.6;
        border: 1px solid #8C8C8C;
        background: #fff;
        color: #333; }
      #form-block dl dd textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        font-family: 'Noto Sans Japanese', sans-serif;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        resize: vertical;
        border: 1px solid #8C8C8C;
        font-size: 1.6rem; }
      #form-block dl dd #day-list-cl {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0.5em 0;
        padding: 0;
        width: 100%; }
        #form-block dl dd #day-list-cl tr {
          margin: 0 0 1.5em;
          display: block; }
          #form-block dl dd #day-list-cl tr:last-child {
            margin: 0; }
          #form-block dl dd #day-list-cl tr td {
            margin: 0;
            padding: 0;
            display: block; }
            #form-block dl dd #day-list-cl tr td.time {
              margin: 0.5em 0 0; }
        #form-block dl dd #day-list-cl .day-form {
          display: block; }
        #form-block dl dd #day-list-cl .day-select {
          color: #62aa9f; }

#form_submit {
  text-align: center;
  margin: 0; }
  #form_submit input[type="submit"] {
    padding: 10px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #62aa9f;
    outline: none;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 2px;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Noto Sans Japanese', sans-serif; }
    #form_submit input[type="submit"]:hover {
      background-color: #3f6e67;
      box-shadow: none;
      transform: translate3d(0, 3px, 0); }

#sp-contact {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 -0.3rem 0.6rem rgba(51, 51, 51, 0.16);
  padding: 0 1.5rem; }
  #sp-contact ul {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr) 2fr; }
    #sp-contact ul li:last-child {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 1rem; }
      #sp-contact ul li:last-child a {
        display: block;
        background: #498077;
        background: linear-gradient(90deg, #498077 0%, #62aa9f 100%);
        color: #fff;
        text-align: center;
        width: 100%;
        border-radius: .3rem;
        padding: 1.2rem 0;
        position: relative;
        font-weight: bold;
        font-size: 1.5rem; }
  #sp-contact a {
    text-decoration: none;
    height: 100%;
    display: flex;
    padding: 1.25rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    color: #62aa9f; }
  #sp-contact .icon {
    display: block;
    max-width: 30px;
    margin: 0 0 4px; }

.scroll-btn-pc,
.scroll-btn-sub {
  display: none; }

.cv-btn-wrap {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 2px, #fafffe 2px, #f0f9ff 4px);
  margin: 30px auto 0;
  padding: 4px 0 30px; }

.cv-btn {
  margin: 0 10px;
  max-width: 600px; }
  .cv-btn a {
    display: block; }
  .cv-btn .cv-list li:last-child {
    margin: 10px 0 0; }
  .cv-btn .cv-list a {
    transition: .2s; }
    .cv-btn .cv-list a:hover {
      opacity: .8; }
  .cv-btn .cv-lead {
    max-width: 700px;
    margin: 0 auto 10px; }
  .cv-btn .cv-txt-sup {
    font-size: 1.2rem;
    padding: 1.0em 1.0em 0;
    letter-spacing: .1em; }

.no-pad .cv-lead {
  margin: 0 auto; }

.web-reserve {
  margin: 20px auto 30px;
  text-align: center; }

.cv-btn-txt {
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 2.2rem;
  background: #498077;
  background: linear-gradient(90deg, #498077 0%, #62aa9f 100%);
  color: #fff;
  text-decoration: none;
  padding: 1.0em .5em;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0.3rem 0.6rem rgba(51, 51, 51, 0.16);
  font-weight: bold; }
  @media (min-width: 1000px) {
    .cv-btn-txt {
      width: 700px;
      font-size: 3.4rem; } }

/*===============================
 
    フッター
 
================================*/
footer {
  background: #666; }
  footer p {
    padding: 30px 0 60px;
    text-align: center; }
    footer p a {
      color: #fff;
      font-size: 1.2rem;
      display: inline-block;
      text-decoration: none; }

/*media Queries タブレットサイズ（768px以上）
----------------------------------------------------*/
/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  .sp {
    display: none; }

  .pc {
    display: block; }

  #sp-contact {
    display: none; }

  .cv-btn {
    margin: 0 auto;
    max-width: 1000px; }
    .cv-btn .cv-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .cv-btn .cv-list li {
        width: 49%; }
        .cv-btn .cv-list li:last-child {
          margin: 0; }
    .cv-btn .cv-txt-sup {
      font-size: 1.4rem; }

  .web-reserve {
    margin: 0; }

  .scroll-btn-sub {
    width: 600px;
    right: 0;
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0; }
    .scroll-btn-sub ul {
      letter-spacing: -.4em; }
      .scroll-btn-sub ul li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        box-sizing: border-box;
        border: 1px solid #fff;
        position: relative;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
        padding: 1.0em 0;
        color: #fff;
        font-family: "lato", 'Noto Serif JP', serif; }
        .scroll-btn-sub ul li .mini {
          font-size: 1.2rem;
          display: inline-block; }
        .scroll-btn-sub ul li a {
          color: #fff;
          text-decoration: none;
          display: block;
          position: relative; }
          .scroll-btn-sub ul li a:before {
            content: "";
            display: block;
            position: absolute;
            top: 40%;
            left: 4%;
            width: 12px;
            height: 12px;
            background: url(../img/arrow04.png) no-repeat;
            background-size: cover; }
          .scroll-btn-sub ul li a:hover {
            opacity: 0.6; }
        .scroll-btn-sub ul li:first-child {
          background: #bea547;
          letter-spacing: .15em; }
        .scroll-btn-sub ul li:last-child {
          margin: 0 0 0 2%;
          background: #009f00; }
        .scroll-btn-sub ul li span {
          display: block;
          font-size: 1.1rem;
          font-weight: normal;
          letter-spacing: normal; }

  .scroll-btn-pc {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px; }
    .scroll-btn-pc a {
      box-sizing: border-box;
      display: block;
      font-weight: bold;
      color: #fff;
      background: #498077;
      background: linear-gradient(90deg, #498077 0%, #62aa9f 100%);
      text-decoration: none;
      font-size: 2.6rem;
      text-align: center;
      padding: 1.0em 3.0em;
      letter-spacing: .1em;
      border-radius: .6rem;
      border: 2px solid #fff; }

  /*===============================
   
      メールフォーム
   
  ================================*/
  #form-block {
    padding: 50px 50px 70px; }
    #form-block dl {
      padding: 0 100px 30px; }
      #form-block dl dt,
      #form-block dl dd {
        font-size: 2.4rem; }
      #form-block dl dt {
        line-height: 1.2; }
        #form-block dl dt span.mini {
          font-size: 2.0rem; }

  #form_submit input[type="submit"] {
    padding: 10px 60px;
    font-size: 2.8rem; }

  /*===============================
   
      フッター
   
  ================================*/
  footer p {
    padding: 60px 0; }
    footer p a {
      font-size: 1.6rem; } }
.mail-note {
  margin: 0 0 4.0em;
  padding: 0 0 0 1.1em;
  text-indent: -1.1em; }
  @media only screen and (min-width: 1000px) {
    .mail-note {
      text-align: center;
      font-size: 1.8rem; } }

.slideshow-wrap {
  padding: 0 0 60px; }
  @media (min-width: 1000px) {
    .slideshow-wrap {
      padding: 0 0 100px; } }

.slideshow img {
  width: 100%;
  height: auto; }

.line-area {
  text-align: center;
  padding: 40px 0 0; }

.line-title-top {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .25em; }
  @media (min-width: 1000px) {
    .line-title-top {
      font-size: 4.2rem; } }
  .line-title-top .mcl {
    display: contents; }
  .line-title-top:before, .line-title-top:after {
    content: "▼▼";
    font-size: 2.0rem; }

.line-comment {
  margin: .5em 0 1.0em; }
  @media (min-width: 1000px) {
    .line-comment {
      font-size: 1.8rem;
      margin: .5em 0 2.0em; } }

.line-comment-mini {
  margin: .5em 0 0; }
  @media (min-width: 1000px) {
    .line-comment-mini {
      margin: 1.0em 0 0; } }

.tel-area {
  padding: 0 0 50px;
  text-align: center;
  box-sizing: border-box; }

.contact-lead {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #62aa9f;
  margin: 0 0 .5em; }
  @media (min-width: 1000px) {
    .contact-lead {
      font-size: 4.0rem; } }
  .contact-lead .mini {
    font-size: 1.8rem; }
    @media (min-width: 1000px) {
      .contact-lead .mini {
        font-size: 3.4rem; } }

.tel-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0rem;
  line-height: 1.4;
  margin: 0 0 .5em;
  padding: 0 .25em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
  position: relative; }
  @media (min-width: 1000px) {
    .tel-num {
      font-size: 6.0rem;
      line-height: 1.0; } }
  .tel-num:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/tel_icon.svg) no-repeat;
    background-size: contain; }
    @media (min-width: 1000px) {
      .tel-num:before {
        width: 50px;
        height: 50px; } }

.tel-at-txt {
  margin: 1.5em 0 0;
  font-size: 1.6rem; }

.tel-at-box {
  margin: 1.0em auto 0;
  padding: 1.0em;
  font-size: 1.8rem;
  border: 2px solid #62aa9f;
  max-width: 600px; }
  @media (min-width: 1000px) {
    .tel-at-box {
      font-size: 2.2rem; } }
  .tel-at-box .tel-at-lead {
    font-weight: bold;
    margin: 0 0 .25em; }

/*# sourceMappingURL=base.css.map */
