@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #047460;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

a[href^=tel] {
  cursor: default;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header {
  padding: 30px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

.h-logo {
  width: 147px;
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}
.hero img {
  width: 100%;
}

.hero-ttl {
  position: absolute;
  right: calc(50% - 512px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-ttl .ttl {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: min(2.66vw, 48px);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width:  min(10.66vw, 192px);
}

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.t-ttl01 {
  background: url(../images/t-ttl01.jpg) no-repeat center left/cover;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 40px;
  line-height: 1.7;
  padding: 52px 15px;
  text-align: center;
}

.bnr-alsok {
  text-align: center;
  margin-top: 50px;
}

/*contact-layout*/
.contact-layout {
  background: url(../images/contact-layout_bg.jpg) no-repeat center center/cover;
  padding: 55px 0 100px;
  position: relative;
}
.contact-layout:before {
  content: "";
  background: url(../images/t-arrow.png) no-repeat center top/contain;
  display: block;
  width: 262px;
  height: 81px;
  position: absolute;
  left: calc(50% - 131px);
  top: -40px;
  z-index: 50;
}
.contact-layout .l-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 70px;
}
.contact-layout .l-ttl .logo {
  width: 161px;
  margin-right: 45px;
}
.contact-layout .l-ttl .ttl {
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 36px;
  text-align: center;
  line-height: 1.7;
}
.contact-layout .l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.contact-layout .l-btn li + li {
  margin-left: 24px;
}
.contact-layout .l-btn li a {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 40px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  padding: 0 40px;
  min-width: 415px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-layout .l-btn li a i {
  margin-right: 11px;
}
.contact-layout .l-btn li a i img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 28px;
  height: 28px;
  vertical-align: -5px;
}
.contact-layout .l-btn li a:hover {
  opacity: 0.7;
}
.contact-layout .l-btn .btn-tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#ce6b56), to(#c2472d));
  background: linear-gradient(to bottom, #ce6b56 0%, #c2472d 100%);
}
.contact-layout .l-btn .btn-tel i img {
  vertical-align: 1px;
}
.contact-layout .l-btn .btn-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#d48f5e), to(#c97337));
  background: linear-gradient(to bottom, #d48f5e 0%, #c97337 100%);
  font-size: 24px;
}
.contact-layout .l-label {
  border: 1px solid #fff;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 24px;
  padding: 5px 25px;
}

/*sec01*/
.sec01 {
  background: url(../images/sec01_bg.jpg) no-repeat center center/cover;
  padding: 90px 0;
}

.sec01-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sec01-ttl .ttl01 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 36px;
  line-height: 1.7;
}
.sec01-ttl .ttl02 {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 63px;
  line-height: 1;
  margin-bottom: 35px;
}
.sec01-ttl .ttl03 {
  background: url(../images/sec01_ttl.jpg) no-repeat center right/cover;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 35px;
  height: 94px;
  line-height: 94px;
}

.sec01-price {
  border-bottom: 1px solid #222;
  padding: 0 0 30px;
  text-align: center;
  margin-bottom: 50px;
}
.sec01-price .price01 {
  color: #f15c5c;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 100px;
  line-height: 1;
}
.sec01-price .price01 .small {
  font-size: 50%;
}
.sec01-price .middle {
  font-size: 120%;
}
.sec01-price .price02 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 30px;
  line-height: 1;
}

.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec01-list li {
  background: #fff;
  border: 1px solid #997b3d;
  border-radius: 50%;
  padding: 36px 0 0;
  position: relative;
  width: 319px;
  height: 319px;
}
.sec01-list li:after {
  content: "";
  display: block;
  border: 1px solid #997b3d;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
}
.sec01-list .num {
  display: block;
  color: #d94f32;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 47px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.sec01-list .num .small {
  display: block;
  color: #222;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.sec01-list .list-txt {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.sec01-list .list-txt .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f4ee8b));
  background: linear-gradient(transparent 50%, #f4ee8b 50%);
}

/*sec02*/
.sec02-layout-wrap {
  background: url(../images/sec02_bg01.png) no-repeat left top, url(../images/sec02_bg02.png) no-repeat right bottom;
  padding: 108px 0;
  position: relative;
}
.sec02-layout-wrap:after {
  content: "";
  background: #f7f5f1;
  display: block;
  width: 76.3%;
  height: 92.5%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sec02-layout01 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 7.5% 0;
}
.sec02-layout01 + .sec02-layout01 {
  margin: 130px auto 0;
}
.sec02-layout01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 0 7.5%;
}
.sec02-layout01.reverse .l-img {
  margin: 0 0 0 10.8%;
}
.sec02-layout01 .l-img {
  width: 60%;
  margin: 0 10.8% 0 0;
  position: relative;
  z-index: 1;
}
.sec02-layout01 .l-img:after {
  content: "";
  border: 1px solid #047460;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.sec02-layout01 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 257px;
}
.sec02-layout01 .l-ttl {
  border-bottom: 1px solid #222;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 0 60px;
}
.sec02-layout01 .l-ttl .ttl {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 36px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.sec02-layout01 .l-txt {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 16px;
  padding: 0 0 0 30px;
  position: relative;
}
.sec02-layout01 .l-txt:before {
  content: "";
  display: block;
  background: url(../images/share/ico_flower.png) no-repeat left top/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}

.sec02-layout02 {
  background: #fff;
  padding: 70px 0;
  position: relative;
  width: 864px;
  margin: 80px auto;
}
.sec02-layout02:before {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 10px;
  pointer-events: none;
}
.sec02-layout02:after {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  pointer-events: none;
}
.sec02-layout02 .l-ttl {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
}

/*sec03*/
.sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat right center/cover;
  padding: 70px 0;
}
.sec03 .sec03-ttl {
  border: solid 1px #fff;
  outline: solid 1px #fff;
  outline-offset: 7px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 40px;
  padding: 35px;
  text-align: center;
}

/*sec04*/
.sec04 {
  background: url(../images/share/bg01.jpg);
  padding: 70px 0 0;
}

.sec04-ttl {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 36px;
  text-align: center;
  margin-bottom: 35px;
}
.sec04-ttl .small {
  display: block;
  border-top: 3px double #222;
  font-size: 24px;
  margin: 20px 0 0;
}

.sec04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -109px;
  position: relative;
  z-index: 5;
}
.sec04-list li {
  background: url(../images/sec04_ico_bg.png) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 218px;
  height: 218px;
}
.sec04-list .list-ttl {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 26px;
  line-height: 1.7;
}

.sec04-img {
  background: #fff;
  text-align: center;
}

/*sec05*/
.sec05 {
  background: url(../images/share/bg01.jpg);
  padding: 0 0 90px;
}
.sec05 .t-ttl01 {
  margin-bottom: 70px;
}

.sec05-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}
.sec05-card .card-desc {
  background: #fff;
  border-top: 2px solid #047460;
  width: 94%;
  margin: -60px auto 0;
  padding: 40px 30px;
  position: relative;
  z-index: 5;
  min-height: 304px;
}
.sec05-card .cacrd-ttl {
  color: #997b3d;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.sec05-card .card-txt {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 16px;
  line-height: 1.7;
}

/*sec06*/
.sec06 {
  background: #fff;
  padding: 0 0 100px;
}
.sec06 .t-ttl01 {
  margin-bottom: 70px;
}

.sec06-ttl {
  background: #000;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 26px;
  padding: 15px 30px;
  margin-bottom: 25px;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
.footer {
  margin: auto 0 0;
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 0;
  margin-bottom: 50px;
  z-index: 50;
}
.pagetop a {
  display: block;
  width: 50px;
}

.copyright {
  background: #231815;
  color: #fff;
  text-align: center;
  font-family: Verdana, "Droid Sans";
  padding: 25px 15px;
}

/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
.breadcrumb {
  margin: 5px 0 55px;
  width: 100%;
}
.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.breadcrumb ul li {
  color: #888;
  font-size: 13px;
  display: inline;
}
.breadcrumb ul li a {
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb ul li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #ccc;
}

.page-ttl {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.4) url(../images/under/page-ttl.jpg) no-repeat center center/cover;
  background-blend-mode: screen;
}
.page-ttl h1 {
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 40px;
  text-align: center;
}

/*-----------------------------------------------------------
under parts
-----------------------------------------------------------*/
.u-contents p + p {
  margin-top: 15px;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fade:hover {
  opacity: 0.5;
}

.bold,
strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f4ee8b));
  background: linear-gradient(transparent 50%, #f4ee8b 50%);
}

.red {
  color: #F44336;
}

.blue {
  color: #018697;
}

.green {
  color: #0f7f6b;
}

.gold {
  color: #997b3d;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.sp-map iframe,
.sp-map object,
.sp-map embed {
  vertical-align: top;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*------------
お問い合わせ
--------------*/
.recaptcha {
  display: none;
  margin: 20px 0;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .grecaptcha-badge {
    visibility: hidden;
  }

  .recaptcha {
    display: block;
  }
}
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}
.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}
.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}
.contact-form table td {
  padding: 20px 0;
}
.contact-form .hissu {
  display: inline-block;
  background: #E57373;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form textarea {
  height: 200px;
  resize: vertical;
}
.contact-form input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}
.contact-form .select-wrap {
  position: relative;
}
.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}
.contact-form .mwform-radio-field input[type=radio] {
  display: none;
}
.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}
.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact-form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact-form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}
.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}
.contact-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
.contact-form .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .mwform-tel-field input[type=text] {
  width: 29%;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
  margin-right: 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
  margin: 0 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
  margin-left: 10px;
}
.contact-form .mwform-zip-field input[type=text] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}
.contact-form .preferred-date {
  overflow: hidden;
}
.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}
.contact-form .preferred-date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  width: 50%;
}
.contact-form .preferred-date .time select {
  width: 80px;
}
.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}
.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}
.contact-form .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .birthday select {
  width: 100px;
}
.contact-form .birthday .year {
  margin: 0 10px;
}
.contact-form .birthday .month {
  margin: 0 10px;
}
.contact-form .birthday .day {
  margin: 0 0 0 10px;
}
.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #047460;
  border: 1px solid #047460;
  border-radius: 100px;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 18px;
  padding: 15px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
}
.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}
.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.mw_wp_form_confirm .file-button {
  cursor: auto;
  display: block;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  padding: 0;
  margin-top: 0;
}
.mw_wp_form_confirm .file-button .file-txt {
  display: none;
}
.mw_wp_form_confirm .file-button .file-delete {
  display: none;
}
.mw_wp_form_confirm .file-button .mw-wp-form_image {
  display: block;
  width: 100px;
}

/*------------
お問い合わせ SP
--------------*/
@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form colgroup {
    display: none;
  }
  .contact-form table {
    margin: 0 0 30px;
  }
  .contact-form table tr {
    border-bottom: 1px dashed #CCC;
  }
  .contact-form table th,
.contact-form table td {
    display: block;
  }
  .contact-form table th {
    padding: 15px 0 10px;
  }
  .contact-form table td {
    padding: 0 0 15px;
  }
  .contact-form .preferred-date {
    overflow: hidden;
  }
  .contact-form .preferred-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .contact-form .preferred-date .time {
    width: 100%;
  }
  .contact-form .birthday select {
    width: auto;
    padding: 15px 30px 15px 15px;
  }
  .contact-form .birthday .year {
    margin: 0 5px;
  }
  .contact-form .birthday .month {
    margin: 0 5px;
  }
  .contact-form .birthday .day {
    margin: 0 0 0 5px;
  }
  .contact-form .submit-btns [type=submit] {
    padding: 15px;
    width: 250px;
  }
  .contact-form .submit-btns [type=submit].back {
    margin-right: 25px;
  }
}
@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
  body SP
  -----------------------------------------------------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
  }

  /*-----------------------------------------------------------
  header SP
  -----------------------------------------------------------*/
  .header {
    padding: 15px 5vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  .h-logo {
    width: 130px;
  }

  /*-----------------------------------------------------------
  hero SP
  -----------------------------------------------------------*/
  .hero {
    position: relative;
  }
  .hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vw;
  }

  .hero-ttl {
    position: absolute;
    right: 10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero-ttl .ttl {
    font-size: 20px;
    width: 72px;
  }

  /*-----------------------------------------------------------
  top contents SP
  -----------------------------------------------------------*/
  .container {
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
  }

  .t-ttl01 {
    font-size: 21px;
    padding: 20px 15px;
  }

  .bnr-alsok {
    margin-top: 40px;
  }

  /*contact-layout*/
  .contact-layout {
    padding: 50px 0 60px;
  }
  .contact-layout:before {
    width: 131px;
    height: 40px;
    left: calc(50% - 65px);
    top: -20px;
    z-index: 50;
  }
  .contact-layout .l-ttl {
    display: block;
    margin-bottom: 30px;
  }
  .contact-layout .l-ttl .logo {
    display: block;
    width: 100px;
    margin: 0 auto 10px;
  }
  .contact-layout .l-ttl .ttl {
    display: block;
    font-size: 21px;
  }
  .contact-layout .l-btn {
    display: block;
    margin-bottom: 25px;
  }
  .contact-layout .l-btn li + li {
    margin: 15px 0 0;
  }
  .contact-layout .l-btn li a {
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    min-width: 0;
  }
  .contact-layout .l-btn li a i img {
    width: 24px;
    height: 24px;
  }
  .contact-layout .l-btn .btn-contact {
    font-size: 17px;
  }
  .contact-layout .l-label {
    font-size: 16px;
    padding: 5px 15px;
  }

  /*sec01*/
  .sec01 {
    background: url(../images/sec01_bg.jpg) no-repeat center center/cover;
    padding: 50px 0;
  }

  .sec01-ttl {
    margin-bottom: 15px;
  }
  .sec01-ttl .ttl01 {
    font-size: 18px;
  }
  .sec01-ttl .ttl02 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .sec01-ttl .ttl03 {
    font-size: 11px;
    height: 60px;
    line-height: 60px;
  }

  .sec01-price {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .sec01-price .price01 {
    font-size: 50px;
    padding-left: 30px;
  }
  .sec01-price .price01 .small {
    font-size: 40%;
  }
  .sec01-price .price02 {
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }

  .sec01-list {
    display: block;
  }
  .sec01-list li {
    padding: 36px 0 0;
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  .sec01-list li + li {
    margin-top: 30px;
  }
  .sec01-list .num {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .sec01-list .num .small {
    font-size: 15px;
  }
  .sec01-list .list-txt {
    font-size: 18px;
  }

  /*sec02*/
  .sec02-layout-wrap {
    background: url(../images/sec02_bg01.png) no-repeat left top/35%, url(../images/sec02_bg02.png) no-repeat right bottom/35%;
    padding: 50px 0;
  }
  .sec02-layout-wrap:after {
    width: 80%;
    height: 92.5%;
  }

  .sec02-layout01 {
    display: block;
    padding: 0;
  }
  .sec02-layout01 + .sec02-layout01 {
    margin: 60px auto 0;
  }
  .sec02-layout01.reverse {
    padding: 0;
  }
  .sec02-layout01.reverse .l-img {
    margin: 0 0 30px;
  }
  .sec02-layout01 .l-img {
    width: 100%;
    margin: 0 0 30px;
  }
  .sec02-layout01 .l-desc {
    max-width: 100%;
  }
  .sec02-layout01 .l-ttl {
    margin-bottom: 30px;
    padding: 0 0 20px;
  }
  .sec02-layout01 .l-ttl .ttl {
    font-size: 25px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }

  .sec02-layout02 {
    padding: 30px;
    width: 90%;
    margin: 50px auto;
  }
  .sec02-layout02 .l-ttl {
    font-size: 16px;
  }

  /*sec03*/
  .sec03 {
    padding: 30px 0;
  }
  .sec03 .sec03-ttl {
    outline-offset: 3px;
    font-size: 17px;
    padding: 20px;
    text-align: left;
  }

  /*sec04*/
  .sec04 {
    padding: 40px 0 0;
  }

  .sec04-ttl {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .sec04-ttl .small {
    font-size: 15px;
    margin: 15px 0 0;
    padding: 10px 0 0;
  }

  .sec04-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -50px;
  }
  .sec04-list li {
    width: 48%;
    height: 43.3vw;
    margin-bottom: 10px;
  }
  .sec04-list .list-ttl {
    font-size: 18px;
  }

  .sec04-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
  }

  /*sec05*/
  .sec05 {
    padding: 0 0 50px;
  }
  .sec05 .t-ttl01 {
    margin-bottom: 30px;
  }

  .sec05-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec05-card .card-desc {
    padding: 30px 20px;
    min-height: 0;
  }
  .sec05-card .cacrd-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .sec05-card .card-txt {
    font-size: 14px;
    line-height: 2;
  }

  /*sec06*/
  .sec06 {
    padding: 0 0 50px;
  }
  .sec06 .t-ttl01 {
    margin-bottom: 30px;
  }

  .sec06-ttl {
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
  }

  /*-----------------------------------------------------------
  footer SP
  -----------------------------------------------------------*/
  .pagetop {
    right: 20px;
    margin-bottom: 30px;
  }

  .copyright {
    padding: 15px;
  }

  /*-----------------------------------------------------------
  under SP
  -----------------------------------------------------------*/
  .breadcrumb {
    margin: 5px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
  }
  .page-ttl {
    height: 200px;
    padding: 40px 0 0;
  }
  .page-ttl h1 {
    font-size: 30px;
  }

  /*-----------------------------------------------------------
  common SP
  -----------------------------------------------------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
.sp-map object,
.sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
