@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  color: #333A46;
  background: #fff;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

#top-info h2, #top-access h2, #top-sec05 h2, #top-sec03 h2, #top-sec02 h2, #top-sec01 h2, #gnav {
  font-family: vdl-lineg, sans-serif;
}

#info-detail-sec01, #info-list li, #top-sec04 h2,
#top-sec04 h3, #content [id^=top-sec02-0] h3 span:nth-child(2), #top-sec01 ul li .ttl, #top-sec01 .big, .btn, #hnav li a, .form [type=button],
.form [type=submit],
.form [type=reset] {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

#top-sec03 ul li .price span, #top-sec03 ul li .sub02 span, #top-sec03 .option-title, #top-sec02-area h3, #top-sec02 .pickup h4 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 500;
}

html,
#top-sec02-area h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body {
  line-height: 1.75;
  font-size: 2.2em;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

figure {
  text-align: center;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

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

hr {
  clear: both;
  border: 0;
  margin: 60px 0;
  border-top: 1px solid;
}

/* class
============================== */
.sp {
  display: none;
}

.clearfix::after, #content::after {
  content: "";
  display: block;
  clear: both;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft,
.alignright {
  max-width: 52% !important;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 40px;
}

.alignright {
  float: right;
  margin-left: 40px;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  word-break: break-all;
}

.kome:not(ul),
ul.kome > li {
  text-indent: -1em;
  padding-left: 1em;
}
.kome:not(ul)::before,
ul.kome > li::before {
  content: "※";
}

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

.col:not(table) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col:not(table) > * {
  width: 48%;
}
.col:not(table) > *.col-in1 {
  width: calc(8.33% - 1.5%);
}
.col:not(table) > *.col-in2 {
  width: calc(16.66% - 1.5%);
}
.col:not(table) > *.col-in3 {
  width: calc(24.99% - 1.5%);
}
.col:not(table) > *.col-in4 {
  width: calc(33.32% - 1.5%);
}
.col:not(table) > *.col-in5 {
  width: calc(41.65% - 1.5%);
}
.col:not(table) > *.col-in6 {
  width: calc(49.98% - 1.5%);
}
.col:not(table) > *.col-in7 {
  width: calc(58.31% - 1.5%);
}
.col:not(table) > *.col-in8 {
  width: calc(66.64% - 1.5%);
}
.col:not(table) > *.col-in9 {
  width: calc(74.97% - 1.5%);
}
.col:not(table) > *.col-in10 {
  width: calc(83.3% - 1.5%);
}
.col:not(table) > *.col-in11 {
  width: calc(91.63% - 1.5%);
}
.col:not(table) > *.col-in12 {
  width: 100%;
}

.btn, #hnav li a, .form [type=button],
.form [type=submit],
.form [type=reset] {
  display: block;
  position: relative;
  width: 280px;
  max-width: 100% !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  padding: 0.5em 1em;
  background: #000;
  border: 0;
  border-radius: 0;
}
.btn::after, #hnav li a::after, .form [type=button]::after,
.form [type=submit]::after,
.form [type=reset]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1.6818181818em;
  font-weight: bold;
  vertical-align: text-bottom;
  margin-left: 1rem;
  background: url("../img/arrow01r.svg") left top/100% no-repeat;
}
.btn.btn02, #hnav li a.btn02, #hnav li.no02 a, .form .btn02[type=button],
.form .btn02[type=submit],
.form .btn02[type=reset] {
  color: inherit;
  background-color: #2EAFBF;
}
.btn.btn02::after, #hnav li a.btn02::after, #hnav li.no02 a::after, .form .btn02[type=button]::after,
.form .btn02[type=submit]::after,
.form .btn02[type=reset]::after {
  background-image: url("../img/arrow01r-02.svg");
}

.gmap {
  position: relative;
}
.gmap::after {
  content: "";
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion > dt {
  cursor: pointer;
}
.accordion > dd {
  display: none;
}

.invisible {
  opacity: 0;
}

/* form
============================== */
.form [type=text],
.form [type=number],
.form [type=search],
.form [type=email],
.form [type=tel],
.form [type=url],
.form [type=password],
.form [type=date],
.form [type=datetime-local],
.form [type=month],
.form [type=week],
.form [type=time],
.form textarea,
.form select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  padding: 8px 10px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form [type=text][disabled],
.form [type=number][disabled],
.form [type=search][disabled],
.form [type=email][disabled],
.form [type=tel][disabled],
.form [type=url][disabled],
.form [type=password][disabled],
.form [type=date][disabled],
.form [type=datetime-local][disabled],
.form [type=month][disabled],
.form [type=week][disabled],
.form [type=time][disabled],
.form textarea[disabled],
.form select[disabled] {
  background-color: #ddd;
}
.form textarea {
  height: 200px;
  vertical-align: middle;
}
.form select::-ms-expand {
  display: none;
}
.form [type=button],
.form [type=submit],
.form [type=reset] {
  font: inherit;
  padding-right: 3em;
  background-image: url("../img/arrow01r.svg");
  background-position: right 1em center;
  background-size: 1.6818181818em;
  background-repeat: no-repeat;
}
.form [type=button]::after,
.form [type=submit]::after,
.form [type=reset]::after {
  content: normal;
}
.form [type=button]:hover,
.form [type=submit]:hover,
.form [type=reset]:hover {
  opacity: 0.8;
}

.form .form-table {
  display: flex;
  flex-wrap: wrap;
}
.form .form-table dt,
.form .form-table dd {
  padding: 3rem;
  border-top: 1px solid #ccc;
}
.form .form-table dt:first-of-type,
.form .form-table dd:first-of-type {
  border-top: 0;
}
.form .form-table dt {
  width: 30%;
}
.form .form-table dt .req {
  margin-left: 0.5em;
}
.form .form-table dd {
  width: 70%;
  padding-bottom: 1rem;
  border-left: 1px solid #ccc;
}
.form .form-table dd input,
.form .form-table dd textarea,
.form .form-table dd select,
.form .form-table dd p {
  margin-bottom: 2rem;
}
.form .form-table dd label {
  white-space: nowrap;
}
.form .form-table dd .error {
  font-size: 1.6rem;
  color: #D00E00;
}
.form .req {
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  color: #D00E00;
  padding: 0.2em 0.5em;
  border: 1px solid;
}
.form .consent {
  margin-top: 50px;
}
.form .consent h2 {
  text-align: left !important;
  margin-bottom: 1em;
}
.form .consent ul {
  font-size: 1.8rem;
}
.form .consent .box {
  text-align: center;
  margin-top: 20px;
  padding: 3rem;
  border: 4px solid #2EAFBF;
}
.form .consent .box .input {
  margin-top: 1em;
}
.form .g-recaptcha {
  margin-top: 40px;
}
.form .g-recaptcha > * {
  margin: 0 auto;
}
.form .submit {
  margin-top: 40px;
}

/* ==================================================
layout
================================================== */
header,
footer > *,
#content > * {
  padding-left: 15px;
  padding-right: 15px;
}

header > *,
footer > * > *,
#content > * > *,
#top-sec02-area > * > *,
#top-sec02 > * > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#top-sec02-area > *, #top-sec02 > * {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ==================================================
header
================================================== */
header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  background: #fff;
  height: 69px;
}
header a {
  text-decoration: none;
}
header > div {
  display: flex;
  align-items: center;
  max-width: none;
  height: 100%;
}

#hlogo {
  line-height: 1;
  max-width: 1025px;
  width: 54.2328042328%;
}

#gnav {
  display: flex;
  margin-left: 2em;
}
#gnav li {
  margin-left: 1.2em;
}

#hnav {
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
}
#hnav li a {
  width: auto;
  padding: 1.6rem 1em;
}
.drawer-hamburger {
  display: none;
}

@media (max-width: 1800px) {
  #hnav {
    right: 60px;
  }
  #gnav {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  #gnav li {
    margin: 1em 0 0;
  }
  #gnav li:first-child {
    margin-top: 0;
  }
  #gnav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    width: 100% !important;
    height: 100%;
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    transition: none;
  }
  .drawer-hamburger {
    display: block;
    position: absolute;
    width: 30px;
    margin: 2rem 15px 0 0;
    padding: 0;
  }
  .drawer-hamburger-icon {
    margin: 1.2rem 0;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    height: 2px;
  }
  .drawer-hamburger-icon::before {
    top: -1.2rem;
  }
  .drawer-hamburger-icon::after {
    top: 1.2rem;
  }
  .drawer-overlay {
    display: none !important;
  }
}
@media (max-width: 1160px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #hlogo {
    margin: 0 auto;
  }
  #gnav {
    font-size: 4rem;
  }
  .drawer-hamburger {
    width: 20px;
    margin-top: 15px;
  }
  .drawer-hamburger-icon {
    margin: 7px 0;
  }
  .drawer-hamburger-icon::before {
    top: -7px;
  }
  .drawer-hamburger-icon::after {
    top: 7px;
  }
  #hnav {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
  #hnav li {
    width: 50% !important;
  }
  #hnav li a {
    padding: 3.2rem 1em;
    font-size: 2.8rem;
  }
}
/* ==================================================
footer
================================================== */
footer {
  line-height: 1.2;
}
footer a {
  text-decoration: none;
}
footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #0B355E;
}
footer > div > * {
  margin: 0;
}
footer .privacy {
  margin: 0 0 0 1.5em;
}
@media (max-width: 1160px) {
  footer {
    margin-bottom: calc(3.6363636364em + 2.4rem);
  }
}

#fsns {
  display: flex;
  margin-left: 20px;
}
#fsns li {
  margin-left: 20px;
}

/* ==================================================
main
================================================== */
#content {
  overflow: hidden;
}
#content > * {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#content h2 {
  text-align: center;
}

#top-info h2, #top-access h2, #top-sec05 h2, #top-sec03 h2, #top-sec02 h2, #top-sec01 h2 {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
  width: 160px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  margin: 1rem auto 50px;
  padding: 0.5rem;
  background: #333A46;
}
#top-info h2::after, #top-access h2::after, #top-sec05 h2::after, #top-sec03 h2::after, #top-sec02 h2::after, #top-sec01 h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 2.4166666667em;
  height: 2.4166666667em;
  background: #333A46;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

#pttl {
  line-height: 1.4;
  font-size: 4.5rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: url("../img/pttl-bg01.jpg") center/cover no-repeat;
}
#pttl::before {
  content: "";
  display: block;
  height: 9.9rem;
  margin-bottom: 2.5rem;
  background: url("../img/logo06.svg") center/auto 100% no-repeat;
}
#pttl.contact::before {
  background: url("../img/logo06-3.png") center/auto 100% no-repeat;
}

/* top
============================== */
#top-kv {
  text-align: center;
  margin-bottom: -20%;
  padding-bottom: 20%;
  background: #2EAFBF url("../img/top-kv-bg01.png") center top/cover no-repeat;
}
#top-kv > * {
  max-width: 60%;
}
#top-kv img {
  max-height: 70vh !important;
}

#content .top-pr {
  text-align: center;
  padding-top: 8rem;
  background: url("../img/bg11.jpg") center top/cover no-repeat;
}
#content .top-pr > * {
  max-width: 70%;
}

#content #top-kv + .top-pr {
  background-image: url("../img/bg01.png");
}

#top-sec01 {
  text-align: center;
  background: url("../img/bg02.jpg") center/100% no-repeat;
}
#top-sec01 > * {
  margin-top: 40px;
}
#top-sec01 .lead {
  line-height: 1.4;
  font-size: 4.7rem;
  font-weight: bold;
}
#top-sec01 .big {
  font-size: 2.8rem;
}
#top-sec01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 0;
}
#top-sec01 ul li {
  width: 24%;
  margin: 40px 0 0 1.3%;
  padding: 10px 5px 20px;
  border: 1px solid #74706E;
  border-radius: 10px;
}
#top-sec01 ul li::before {
  content: "";
  display: block;
  height: 100px;
  background: center no-repeat;
}
#top-sec01 ul li.no01::before {
  background-image: url("../img/icon01-01.svg");
}
#top-sec01 ul li.no02::before {
  background-image: url("../img/icon01-02.svg");
}
#top-sec01 ul li.no03::before {
  background-image: url("../img/icon01-03.svg");
}
#top-sec01 ul li.no04::before {
  background-image: url("../img/icon01-04.svg");
}
#top-sec01 ul li.no05::before {
  background-image: url("../img/icon01-05.svg");
}
#top-sec01 ul li.no06::before {
  background-image: url("../img/icon01-06.svg");
}
#top-sec01 ul li.no07::before {
  background-image: url("../img/icon01-07.svg");
}
#top-sec01 ul li.no08::before {
  background-image: url("../img/icon01-08.svg");
}
#top-sec01 ul li.no09::before {
  background-image: url("../img/icon01-09.svg");
}
#top-sec01 ul li.no10::before {
  background-image: url("../img/icon01-10.svg");
}
#top-sec01 ul li.no11::before {
  background-image: url("../img/icon01-11.svg");
}
#top-sec01 ul li.no12::before {
  background-image: url("../img/icon01-12.svg");
}
#top-sec01 ul li.no13::before {
  background-image: url("../img/icon01-13.svg");
}
#top-sec01 ul li.no14::before {
  background-image: url("../img/icon01-14.svg");
}
#top-sec01 ul li.no15::before {
  background-image: url("../img/icon01-15.svg");
}
#top-sec01 ul li:nth-child(4n+1) {
  margin-left: 0;
}
#top-sec01 ul li p {
  margin-top: 10px;
}
#top-sec01 ul li .ttl {
  line-height: 1.2;
  font-size: 2.8rem;
  color: #B4945F;
  margin-top: 5px;
}
#top-sec01 ul li .ttl small {
  font-size: 1.7rem;
}

#top-sec02 {
  padding-top: 0;
}
#top-sec02 > * {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#top-sec02 > * > * {
  max-width: 755px;
}
#top-sec02 > div {
  background: url("../img/bg03.jpg") center/cover no-repeat;
}
#top-sec02 > div > * {
  max-width: 880px;
}
#top-sec02 p {
  font-weight: bold;
  margin-top: 20px;
}
#top-sec02 p:first-child {
  margin-top: 0;
}
#top-sec02 .lead {
  line-height: 1.4;
  font-size: 2.8rem;
}
#top-sec02 .lead02 {
  line-height: 1;
  font-size: 12.2rem;
  text-align: center;
  margin-top: 100px;
}
#top-sec02 .lead02 span {
  font-size: 0.5983606557em;
  vertical-align: middle;
}
#top-sec02 .lead03 {
  line-height: 1.4;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 20px;
}
#top-sec02 .lead03 small {
  font-size: 0.7647058824em;
}
#top-sec02 .lead03 strong {
  font-size: 1.2058823529em;
}
#top-sec02 .box {
  padding: 30px 80px 60px;
  background: rgba(255, 255, 255, 0.7);
}
#top-sec02 .pickup {
  max-width: 1136px;
  margin-top: 80px;
}
#top-sec02 .pickup h4 {
  display: inline-block;
  letter-spacing: 0.15em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #0B355E;
  border-radius: 6px;
}
#top-sec02 .pickup ul {
  display: flex;
  text-align: center;
}
#top-sec02 .pickup ul li {
  margin-left: 25px;
}
#top-sec02 .pickup ul li:first-child {
  margin-left: 0;
}

#content [id^=top-sec02-0] h3 {
  letter-spacing: 0.075em;
}
#content [id^=top-sec02-0] h3 span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: #0B355E;
}
#content [id^=top-sec02-0] h3 span:first-child {
  font-size: 5em;
}
#content [id^=top-sec02-0] h3 span:nth-child(2) {
  position: relative;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px;
  background: #0B355E;
  border-radius: 8px;
}
#content [id^=top-sec02-0] h3 span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0B355E transparent transparent transparent;
}
#content [id^=top-sec02-0] h3 span:last-child {
  font-size: 0.8333333333em;
}

#top-sec02-01 {
  margin-top: 100px;
}
#top-sec02-01 > figure {
  width: 67.6136363636%;
  margin-left: -25%;
}
#top-sec02-01 > div {
  width: 53.2954545455%;
}
@media (max-width: 1400px) {
  #top-sec02-01 {
    display: block;
  }
  #top-sec02-01 > * {
    width: auto !important;
  }
  #top-sec02-01 > figure {
    margin-left: 0;
  }
  #top-sec02-01 > div {
    margin-top: 20px;
    padding: 0 80px;
  }
}

#top-sec02-02 {
  padding-bottom: 100px;
  background: url("../img/bg04.jpg") center/cover no-repeat;
}
#top-sec02-02 > * {
  max-width: 880px;
}

#top-sec02-03 {
  background: url("../img/bg08.jpg") center top/cover no-repeat;
}
#top-sec02-03 .box {
  max-width: 820px;
  background: rgba(162, 179, 195, 0.9);
}
#top-sec02-03 .pickup {
  color: #fff;
}
#top-sec02-03 .pickup ul {
  text-shadow: 0 0 10px #0B355E;
}

#top-sec02-04 {
  position: relative;
  margin-bottom: -20%;
  padding-bottom: 20%;
  padding-left: 95px;
  padding-right: 95px;
  background: url("../img/bg02.jpg") center top/100% no-repeat;
}
#top-sec02-04 > figure {
  position: absolute;
  z-index: 1;
  top: 300px;
  right: calc(50% + 420px);
}

#top-sec02-05 {
  position: relative;
  z-index: 0;
  padding-top: 12rem;
  padding-left: 95px;
  padding-right: 95px;
  background: url("../img/bg09.png") center top/cover no-repeat;
}

#top-sec02-06 {
  position: relative;
  padding-bottom: 20rem;
  padding-left: 95px;
  padding-right: 95px;
  background: url("../img/bg10.png") center bottom/cover no-repeat;
}
#top-sec02-06 p:last-of-type {
  max-width: 540px;
  margin-top: 40px;
  padding-left: 110px;
}
#top-sec02-06 .img {
  position: relative;
}
#top-sec02-06 .img img {
  position: absolute;
  bottom: -200px;
  right: calc(50% + 180px);
  max-width: 40% !important;
}
#top-sec02-06 > figure {
  position: absolute;
  top: 140px;
  left: calc(50% + 250px);
}

#top-sec02-area {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#top-sec02-area > * {
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#top-sec02-area h2 {
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 2.9rem;
  color: #333A46;
  background: #BCA475;
  border: 4px solid #333A46;
  width: 439px;
  transform: rotate(-5deg) translateX(-50%);
}
#top-sec02-area h2::before, #top-sec02-area h2::after {
  content: normal;
}
#top-sec02-area h3 {
  position: relative;
  line-height: 1;
  font-size: 7.5rem;
  margin-bottom: 20px;
  padding-left: 1.1em;
}
#top-sec02-area h3::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 6.9rem;
  background: url("../img/icon02-01.svg") left top/100% no-repeat;
}
#top-sec02-area .box > *:last-child {
  margin-top: 40px;
}

#top-sec02-area-01 {
  margin-bottom: -20%;
  padding-top: 20rem;
  padding-bottom: 20%;
  background: url("../img/bg05.jpg") center/cover no-repeat;
}
#top-sec02-area-01 .box {
  max-width: 822px;
  color: #fff;
  margin-right: 20%;
  background: rgba(25, 18, 12, 0.8);
}

#top-sec02-area-02 {
  position: relative;
  padding-top: 17rem;
  background: url("../img/bg06.png") center top/cover no-repeat;
}
#top-sec02-area-02 h3 {
  letter-spacing: -0.025em;
}
#top-sec02-area-02 h3::before {
  background-image: url("../img/icon02-02.svg");
}
#top-sec02-area-02 .box {
  max-width: 744px;
  margin-left: 20%;
}
#top-sec02-area-02 .logo {
  position: absolute;
  bottom: 80px;
  right: calc(50% + 600px);
  font-size: 1.7rem;
  text-align: center;
  text-shadow: 0 0 5px #fff;
}
#top-sec02-area-02 .logo p:last-child {
  margin-top: 10px;
}
@media (max-width: 1700px) {
  #top-sec02-area-02 .logo {
    position: static;
    max-width: 40%;
    margin-top: 40px;
  }
  #top-sec02-area-02 .pickup {
    margin-top: 10px;
  }
}

#top-sec02-area-03 {
  background: url("../img/bg07.jpg") center top/cover no-repeat;
}
#top-sec02-area-03 h3 {
  letter-spacing: -0.025em;
}
#top-sec02-area-03 h3::before {
  background-image: url("../img/icon02-03.svg");
}
#top-sec02-area-03 .box {
  max-width: 708px;
  margin-right: 20%;
}
#top-sec02-area-03 .pickup {
  max-width: 672px;
}

#top-sec03 {
  background: #E6E6E6;
}
#top-sec03 > * {
  max-width: 880px;
  margin-top: 40px;
}
#top-sec03 > *:first-child {
  margin-top: 0;
}
#top-sec03 .option-title {
  margin: 1em auto -0.5em;
  display: block;
  font-size: 6rem;
  text-align: center;
}
#top-sec03 ul {
  line-height: 1.2;
}
#top-sec03 ul li {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #70757E;
  border-radius: 10px;
  box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.25);
}
#top-sec03 ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#top-sec03 ul li p {
  margin-left: 10px;
}
#top-sec03 ul li p:first-child {
  margin-left: 0;
}
#top-sec03 ul li p.note {
  text-align: center;
}
#top-sec03 ul li .ttl {
  font-size: 4rem;
}
#top-sec03 ul li .ttl.man::after, #top-sec03 ul li .ttl.woman::after {
  content: "";
  display: inline-block;
  width: 0.4716981132em;
  height: 1em;
  font-size: 5.3rem;
  margin: 0 0 -0.1em 10px;
  background: url("../img/icon03-01.svg") center/auto 100% no-repeat;
}
#top-sec03 ul li .ttl.woman::after {
  background-image: url("../img/icon03-02.svg");
}
#top-sec03 ul li .sub {
  font-size: 2.4rem;
  color: #534741;
  padding: 10px 20px;
  border: 1px solid;
}
#top-sec03 ul li .sub02 {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  padding-right: 30px;
}
#top-sec03 ul li .sub02::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 0;
  height: calc(100% + 80px);
  border-right: 1px solid #74706E;
}
#top-sec03 ul li .sub02 span {
  display: block;
  font-size: 2em;
}
#top-sec03 ul li .price {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#top-sec03 ul li .price span {
  line-height: 0.6;
  font-size: 8.1rem;
}
#top-sec03 ul li .price.wide span {
  letter-spacing: 0.08em;
}
#top-sec03 ul li.big .ttl {
  font-size: 5rem;
}
#top-sec03 ul li.big .price {
  font-size: 4rem;
}
#top-sec03 ul li.big .price span {
  font-size: 9.4rem;
}
#top-sec03 ul li.big .price.wide span {
  letter-spacing: 0.1em;
}
#top-sec03 ul li .mutual-wrap {
  padding: 0 0 1em;
  display: block;
}
#top-sec03 ul li .mutual-wrap .mutual-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#top-sec03 ul li .mutual-wrap .mutual-title .large {
  font-size: 130%;
}
#top-sec03 ul li .mutual-wrap .mutual-logo {
  margin: 1.5em auto 0;
  text-align: center;
  width: 80%;
  max-width: 420px;
}
#top-sec03 ul li .mutual-wrap .mutual-logo img {
  width: 100%;
}
#top-sec03 ul li .mutual-wrap .price {
  margin: 1em auto 0;
  text-align: center;
}
#top-sec03 ul li .mutual-wrap .mutual-shopname {
  margin: 0.8em auto 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
#top-sec03 ul li .mutual-wrap .mutual-add {
  margin: 1em auto 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#top-sec03 .note {
  font-size: 1.7rem;
  text-align: right;
  margin-top: 20px;
}

#top-sec04 {
  font-size: 2.4rem;
  text-align: center;
}
#top-sec04 > * {
  margin-top: 1.5em;
  font-weight: 500;
}
#top-sec04 > *:first-child {
  margin-top: 0;
}
#top-sec04 h2,
#top-sec04 h3 {
  font-size: 2.3rem;
}
#top-sec04 h2 {
  border: 3px solid #000;
  max-width: 18.2608695652em;
  padding: 0.5em;
  color: #000;
}
#top-sec04 .bold {
  font-weight: bold;
}
#top-sec04 .red {
  color: #cf0066;
}
#top-sec04 .lead {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.3;
}
#top-sec04 .lead small {
  font-size: 1.6rem;
}
#top-sec04 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 2px solid;
  border-radius: 10px;
}
#top-sec04 ul li {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.5em 0.75em;
  border-top: 1px solid;
  width: 100%;
  /*
  &:first-child {
  	width: 100%;
  	font-size: 2.6rem;
  	border-top: 0;
  	line-height: 1.3;
  	small {
  		font-size: 1.6rem;
  	}
  }
     */
}
#top-sec04 ul li.half {
  width: 50%;
}
#top-sec04 ul li.half:nth-child(odd) {
  border-left: 1px solid;
}
#top-sec04 ul li span {
  font-size: 4.7rem;
  letter-spacing: 0.05em;
}

#top-sec05 > * {
  margin-top: 40px;
}
#top-sec05 > *:first-child {
  margin-top: 0;
}
#top-sec05 .lead {
  text-align: center;
}
#top-sec05 ul li {
  margin-top: 5px;
  border: 1px solid #BCA475;
  position: relative;
}
#top-sec05 ul li::before {
  content: "Ｑ";
  color: #fff;
  background: #BCA475;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
#top-sec05 ul li a {
  display: block;
  padding: 15px 5em;
  text-decoration: none;
  background: url("../img/arrow03r.svg") no-repeat right 20px center;
}
#top-sec05 dl dt,
#top-sec05 dl dd {
  position: relative;
  padding: 15px 15px 15px 105px;
}
#top-sec05 dl dt::before,
#top-sec05 dl dd::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
#top-sec05 dl dt {
  margin-top: 5px;
  border: 1px solid #BCA475;
}
#top-sec05 dl dt::before {
  content: "Ｑ";
  color: #fff;
  background: #BCA475;
}
#top-sec05 dl dd {
  padding-bottom: 30px;
}
#top-sec05 dl dd::before {
  content: "A";
}

#top-access {
  line-height: 1.75;
  font-size: 2.6rem;
  background: #E6E6E6;
}
#top-access > * {
  margin-top: 40px;
}
#top-access .col {
  align-items: center;
}
#top-access .col > *:first-child {
  width: 50.5%;
}
#top-access .col > *:last-child {
  width: 41.5%;
}
#top-access .col > *:last-child p {
  margin-top: 1em;
}
#top-access .col > *:last-child p:first-child {
  margin-top: 0;
}
#top-access .col > *:last-child strong {
  font-size: 2.8rem;
}
#top-access .col > *:last-child small {
  font-size: 1.6rem;
}
#top-access dl {
  display: flex;
  font-size: 2.2rem;
}
#top-access dl dt {
  width: 10em;
}
#top-access dl dd {
  width: calc(100% - 10em);
}
#top-access .open {
  font-size: 2.3rem;
  letter-spacing: 0.125em;
  text-align: center;
  padding: 10px;
  border: 1px solid;
}

#top-info {
  background: #FAFAFA;
}
#top-info h2 {
  width: 200px;
}

#info-list {
  border-bottom: 1px solid #CCC;
}
#info-list li {
  border-top: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 4em 1.5em 2em;
  font-size: 1.6rem;
  position: relative;
}
#info-list li time {
  width: 12em;
}
#info-list li span {
  letter-spacing: 0.1em;
  flex: 1;
}
#info-list li span a {
  text-decoration: none;
}
#info-list li span a:hover {
  text-decoration: underline;
}
#info-list li span a::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url("../img/arrow02r.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0, -50%);
}

#info-btn {
  max-width: 320px;
  margin-top: 50px;
}

#info-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 60px;
}
#info-pager > * {
  margin-top: 5px;
  margin-left: 10px;
  padding: 1em;
  color: #000;
  line-height: 1;
  background: #2EAFBF;
  border: 1px solid #2EAFBF;
  letter-spacing: 0;
}
#info-pager > *:first-child {
  margin-left: 0;
}
#info-pager a,
#info-pager .pages,
#info-pager .extend {
  color: #FFF;
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
}
#info-pager .prevpostslink,
#info-pager .nextpostslink {
  background: transparent;
  color: #000;
}

#info-detail-sec01 {
  text-align: center;
}
#info-detail-sec01 h2 {
  font-size: 3.6rem;
}
#info-detail-sec01 time {
  font-size: 1.6rem;
  color: #0B355E;
}
#info-detail-sec01 .info-detail-area {
  margin-top: 40px;
  font-size: 1.8rem;
  text-align: left;
}
#info-detail-sec01 .info-detail-area > * {
  word-break: break-all;
}
#info-detail-sec01 .info-detail-area > * + * {
  margin-top: 2em;
}
#info-detail-sec01 .info-detail-area img.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
#info-detail-sec01 .info-detail-area img.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
#info-detail-sec01 .info-detail-area img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#info-detail-sec01 .info-detail-area ul, #info-detail-sec01 .info-detail-area ol {
  margin-left: 2em;
}
#info-detail-sec01 .info-detail-area ul li + li, #info-detail-sec01 .info-detail-area ol li + li {
  margin-top: 0.5em;
}
#info-detail-sec01 .info-detail-area ul {
  list-style-type: disc;
}
#info-detail-sec01 .info-detail-area ol {
  list-style-type: decimal;
}
#info-detail-sec01 .info-detail-area table {
  width: 100%;
}
#info-detail-sec01 .info-detail-area table th {
  background: #f2f2f2;
  padding: 1em;
  width: 28%;
}
#info-detail-sec01 .info-detail-area table td {
  padding: 1em;
  border: 1px solid #f2f2f2;
}

/* contact thanks
============================== */
#contact-sec01,
#thanks-sec01 {
  background: #E6E6E6;
}
#contact-sec01 > *,
#thanks-sec01 > * {
  max-width: 1060px;
  padding: 3rem 3rem 6rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#thanks-sec01 {
  font-size: 1.8rem;
  text-align: center;
}
#thanks-sec01 > * {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#thanks-sec01 h2 {
  font-size: 3rem;
  margin-bottom: 1em;
}
#thanks-sec01 a {
  display: block;
  width: 335px;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin: 8rem auto 0;
  padding: 1em;
  background: #2EAFBF;
}

#info-sec01 {
  background: #FAFAFA;
}
#info-sec01 > * {
  max-width: 1000px;
}/*# sourceMappingURL=shared.css.map */