@charset "UTF-8";
@font-face {
  font-family: "CenturyGothicBold";
  src: url("../fonts/CenturyGothicBold.otf") format("opentype");
}
/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
a:before, a:after {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
.wrapper {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.35;
}
.wrapper * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.wrapper a {
  position: relative;
}
.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.footer .copyright {
  background: linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  transition: opacity 0.4s;
}
.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

.fv {
  background-image: url(../img/fv-back-img.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.fv .inner {
  padding: 40px 20px 0;
  background-image: url(../img/fv-inner-img.png);
  background-size: contain;
  background-position: 100%;
}
@media screen and (max-width: 767px) {
  .fv .inner {
    background-image: none;
  }
}
.fv h1 {
  width: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fv h1 {
    width: 100%;
  }
}
.fv .label {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .fv .label {
    margin-top: 20px;
    display: block;
  }
}
.fv .label::before {
  content: "";
  width: 100vw;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
}
@media screen and (max-width: 767px) {
  .fv .label::before {
    height: 100%;
  }
}
.fv .label .img {
  position: relative;
  width: 420px;
}
.fv .label p {
  position: relative;
  color: #fff;
  margin: 0 0 0 20px;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .fv .label p {
    word-break: break-all;
    margin: 0;
    text-align: center;
  }
}
.fv .label p b {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .fv .label p b {
    font-size: 24px;
  }
}

.btn-wrap .inner {
  margin: 40px auto;
  padding: 0 20px;
}
.btn-wrap .ttl {
  background: linear-gradient(143deg, #ff275d 35%, #a91267 60%);
  color: #fff;
  text-align: center;
  padding: 4px;
  letter-spacing: 1px;
  font-size: 16px;
}
.btn-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .btn-wrap .wrap {
    flex-flow: column;
  }
}
.btn-wrap .wrap .tel {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap .wrap .tel {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-wrap .wrap .tel p {
  font-weight: 600;
  margin-bottom: 4px;
}
.btn-wrap .wrap .tel a {
  font-family: "CenturyGothicBold", sans-serif;
  color: #014c9f;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}
.btn-wrap .wrap .tel span {
  display: inline-block;
  background-color: #014c9f;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 4px;
  margin-top: 4px;
}
.btn-wrap .wrap .btn {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap .wrap .btn {
    width: 100%;
  }
}
.btn-wrap .wrap .btn a {
  width: 49%;
}
.btn-wrap.bg-gradation .ttl {
  background: linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
  font-size: 18px;
}
.btn-wrap.bg-gradation .wrap {
  background-color: #fff4ec;
}

.contact-page .fv {
  background-image: none;
}
.contact-page .fv .inner {
  background: url(../img/contact-fv-back-img.png);
  background-size: contain;
  background-position: center;
  padding: 60px 20px;
}
.contact-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact-page .fv h1 {
    font-size: 24px;
  }
}
.contact-page .btn-wrap .wrap .btn {
  justify-content: center;
}
.contact-page .form-box {
  background-color: #faf5e1;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.contact-page .form-box .area-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box {
    margin-bottom: 10px;
  }
}
.contact-page .form-box .area-box .name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .name {
    font-size: 12px;
    width: 40%;
  }
}
.contact-page .form-box .area-box .name span {
  width: 40px;
  background-color: #ff4800;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 6px;
  font-size: 10px;
  text-align: center;
  margin-right: 10px;
}
.contact-page .form-box .area-box .name p {
  font-weight: 600;
}
.contact-page .form-box .area-box .input-area {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area {
    width: 60%;
  }
}
.contact-page .form-box .area-box .input-area input {
  width: 160px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
}
.contact-page .form-box .area-box .input-area input::-moz-placeholder {
  color: #d7d7d7;
}
.contact-page .form-box .area-box .input-area input::placeholder {
  color: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-page .form-box .area-box .input-area select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eae6d5;
  background-color: #fff;
  width: 140px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area select {
    width: 100%;
  }
}
.contact-page .form-box .area-box .input-area select.is-select {
  color: #d7d7d7;
}
.contact-page .form-box .area-box .input-area.tel-area input {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area.tel-area input {
    width: 100%;
  }
}
.contact-page .form-box .area-box .input-area.place-area input {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area.place-area input {
    width: 100%;
  }
}
.contact-page .form-box .area-box .input-area.mail-area input {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .contact-page .form-box .area-box .input-area.mail-area input {
    width: 100%;
  }
}
.contact-page .form-box .form-btn {
  text-align: center;
  margin: 30px 0 20px;
}
.contact-page .form-box .form-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 8px;
  display: inline-block;
  padding: 18px 46px;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(#FF8E43, #ffca00);
  border-bottom: 4px solid #b29900;
}/*# sourceMappingURL=style.css.map */


.btn a img {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}


.fv.sp-only .inner { 
  padding: 0;
}

.day { 
  font-weight: 700;
  font-size: 120%;
 }

@media screen and (max-width: 767px){
.btn-wrap .inner {
    margin: 20px auto;
    padding: 0;
}
.btn-wrap .wrap .tel {
    padding: 4%;
    border: 4px solid;
    border-radius: 10px;
    /* border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%); */
    border-image: linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
    border-image-slice: 6;
}
}
.btn-wrap .wrap .tel a {
  background: linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
  background: -webkit-linear-gradient(143deg, #ff8e44 35%, #f81362 46%, #35126a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Header
----------------------------------------- */
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.header .top {
  border-top: 2px solid #FF8E43;
}

@media screen and (max-width: 767px) {
  .header .top {
    position: relative;
  }
  .header .top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%!important;
  }
  .header .top .logo img {
    width: 100%!important;
  }
}

.header .top .inner {
  max-width: 100%;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header .top .inner {
    padding: 6px 10px;
  }
}

.header .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .logo img {
  width: 200px;
}

.header .top .logo span {
  font-size: 12px;
  padding: 0 20px;
  font-weight: 600;
}

.header .top .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {

}

.header .top .btn .web {
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#ff3a00));
  background: linear-gradient(#ff7500, #ff3a00);
  border-bottom: 3px solid #a10f00;
}

@media screen and (max-width: 767px) {
  .header .top .btn .web {
    margin: 0;
  }
}

.header .top .btn .web a {
  display: block;
  padding: 14px 32px 14px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-image: url(../img/btn-web-pc-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 22px,8px;
  background-position: 6% 50%,92% 50%;
}

@media screen and (max-width: 767px) {
  .header .top .btn .web a {
    background-image: url(../img/btn-web-sp-img.png), url(../img/btn-arrow-type01-img.png);
    background-size: 16px,8px;
    background-position: 10% 50%,92% 50%;
    padding: 16px 36px 16px 46px;
    font-size: 14px;
  }
}

.header .top .btn .line {
  margin: 0 10px 0 0;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#95d800), to(#5bb800));
  background: linear-gradient(#95d800, #5bb800);
  border-bottom: 3px solid #387300;
}

.header .top .btn .line a {
  display: block;
  padding: 14px 32px 14px 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-image: url(../img/btn-line-img.png), url(../img/btn-arrow-type01-img.png);
  background-size: 18px,8px;
  background-position: 8% 54%,92% 50%;
}

.header .top .btn .tel {
  padding-left: 60px;
  background-image: url(../img/tel-logo-img.png);
  background-size: 50px;
  background-position: 2% 50%;
}

.header .top .btn .tel p {
  font-size: 10px;
  font-weight: 600;
}

.header .top .btn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .btn .tel .wrap a {
  font-family: "D-DIN";
  color: #004ca0;
  font-weight: 600;
  font-size: 26px;
}

.header .top .btn .tel .wrap span {
  color: #004ca0;
  font-weight: 600;
  font-size: 10px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(143deg, #35126a 35%, #f81362 46%, #ff8e44 60%);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line.line01 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon .line.line02 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon.active .line.line01 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header .top .toggle-nav-icon.active .line.line02 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 32px;
  }
}

.header .center {
  background-color: #FF8E43;
}

.header .center .inner {
  padding: 0 100px;
}

.header .center .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .center .list li {
  width: 20%;
  text-align: center;
}

.header .center .list li a {
  color: #000;
  display: block;
  padding: 16px 10px;
  font-weight: 600;
  font-size: 12px;
}

.header .center .list li a:hover {
  background-color: #faf5e1;
}

.header .center .list li a.active:before {
  content: '';
  position: absolute;
  width: 22%;
  height: 3px;
  background-color: #000;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.header .bottom {
  background-color: #fff4ec;
}

.header .bottom .inner {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .header .bottom .inner {
    padding: 0;
  }
}

.header .bottom p.notice {
  color: #df3838;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header .bottom p.notice {
    font-size: 12px;
    font-weight: 500;
  }
}

.header .hidden-menu {
  display: none;
}

.header .hidden-menu .list a {
  background-color: #faf5e1;
  padding: 10px 20px;
  color: #000;
  display: block;
  position: relative;
  background-image: url(../img/btn-arrow-type03-img.png);
  background-size: 8px;
  background-position: 96% 50%;
  border-bottom: 2px solid #eae6d5;
  font-size: 12px;
}

.section#price .inner {
  padding: 20px;
  background: #f1f1f1;
}
.section#price .inner .img {
  text-align: center;
}


.scroll {
  margin: auto;
  width: 100%;
  color: #000;
  overflow:hidden;
}
.info {
  font-size: 14px;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 3em;
  animation: denkoukeijiban 18s linear infinite;
}
.info div {display: inline-block; margin-right: 10px;}
@keyframes denkoukeijiban{
    0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}

/*モーダルを開くボタン*/
a.footer-link {
  display: block;
  width: 60%;
  padding: 10px 30px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  background: #eee;
  margin: 10px auto;
  cursor: pointer;
}

table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table td{
  text-align: left!important;
  font-size: 12px;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 10px;
}
.fv-page h1 {
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
    font-size: 24px;
}
.section .inner h2 {
    text-align: left;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
}
.section .inner p {
    text-align: left;
    padding: 10px;
    font-weight: 100;
    font-size: 14px;
}

/*フォーム*/

.contact-page .form-box .area-box .name .any {
  background: #3C0A6E;
}

.contact-page .form-box .area-box .input-area textarea {
    appearance: none;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #eae6d5;
}