/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

.intro::after {
  display: none; }

.intro-lead .lead {
  background: none;
  padding-bottom: 0; }
.intro-lead .img-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .intro-lead .img-list * {
    min-height: 0%; }
  .intro-lead .img-list .img-box {
    width: 48%;
    margin-top: 2rem; }
  .intro-lead .img-list .img-ttl {
    font-size: 1.25rem; }
  .intro-lead .img-list .img {
    margin-top: 1rem; }
  .intro-lead .img-list .note {
    margin-top: 1rem; }
@media screen and (max-width: 768px) {
  .intro-lead .img-list .img-box {
    width: 100%; } }

#p01 {
  margin-top: 5rem;
  padding-top: 0;
  background: #C9D3D1;
  padding-bottom: 3rem; }
  #p01 .komidashi {
    background: #647F7A;
    padding: .5rem;
    text-align: center;
    color: #fff;
    line-height: 1.2; }
  #p01 .plan-img {
    width: 90%;
    max-width: 800px;
    margin: 2rem auto 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    #p01 .plan-img * {
      min-height: 0%; }
    #p01 .plan-img .zu img, #p01 .plan-img .point img {
      display: block;
      width: 100%;
      height: auto; }
    #p01 .plan-img .zu {
      width: 48%; }
    #p01 .plan-img .point {
      width: 50%; }
      #p01 .plan-img .point .note {
        margin-top: .5rem;
        text-align: right; }
    #p01 .plan-img .hanrei {
      width: 100%;
      margin-top: .5rem; }
  @media screen and (max-width: 500px) {
    #p01 .plan-img .zu {
      width: 90%;
      margin: 0 auto; }
    #p01 .plan-img .point {
      width: 100%;
      margin-top: 1rem; } }

@media screen and (max-width: 600px) {
  .view .img {
    overflow-x: scroll;
    padding: 0 0 10px 0; }
    .view .img img {
      height: 300px;
      width: auto; } }

#p02 {
  padding-top: 0; }
  #p02 .midashi {
    margin-top: 2rem; }
  #p02 .img06 {
    width: 100%;
    max-width: 800px;
    margin: 2rem auto 0 auto; }

#p03 ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-items: stretch;
  /*max-width: 654px;
  gap: 2rem 4.586%;
  margin: 0 auto;*/ }
  #p03 ul * {
    min-height: 0%; }
  #p03 ul li {
    display: flex;
    width: 30%;
    margin: 1.5% 1.5% 0 1.5%;
    /*width: 47.707%;*/
    border: solid 1px #000; }
    #p03 ul li a {
      /*display: block;*/
      display: flex;
      flex-direction: column;
      transition: .5s; }
      #p03 ul li a:hover {
        background: #C9D3D1; }
    #p03 ul li .plan-btn-ttl {
      display: block;
      background: #647F7A;
      padding: .2rem 0; }
    #p03 ul li .img {
      /*display: block;*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1;
      /*padding: .5rem 0 0 0;*/ }
    #p03 ul li .plan-btn-price {
      display: block;
      width: 96.776%;
      max-width: 300px;
      margin: 2% auto 0; }
      #p03 ul li .plan-btn-price img {
        vertical-align: top; }
    #p03 ul li.limited {
      background: #7a6a56; }
      #p03 ul li.limited a:hover {
        filter: brightness(110%);
        background: #7a6a56; }
@media screen and (max-width: 768px) {
  #p03 ul li {
    width: 45%; } }

#p04 {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background: #C9D3D1; }
  #p04 ul {
    margin-top: 2rem;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr); }
    #p04 ul li .li-ttl {
      margin-top: .5rem;
      font-size: 1rem; }
    #p04 ul li .li-txt {
      margin-top: .5rem;
      font-size: .875rem;
      line-height: 1.6; }
      #p04 ul li .li-txt .note {
        margin-top: .5rem; }
  @media screen and (max-width: 768px) {
    #p04 ul {
      grid-template-columns: repeat(2, 1fr); } }

.casbee {
  margin: 5rem auto 0 auto;
  width: 90%;
  max-width: 420px; }

.hanrei {
  margin-top: 2rem;
  text-align: center;
  font-size: 11px;
  line-height: 1.2; }
  .hanrei .aw {
    margin-right: 10px;
    vertical-align: middle; }
  .hanrei .txt {
    display: inline-block; }
  .hanrei .img {
    display: inline-block;
    margin-right: 5px; }
    .hanrei .img img {
      height: 11px;
      width: auto; }

.view {
  position: relative; }
  .view .cap {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    color: #fff;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    z-index: 2; }
  .view + .inner02 .img06 .img {
    padding-bottom: 10px; }
  .view + .inner02 .img06 .note {
    margin-top: .2rem; }

/* ================ plan detail ================ */
body.plan_detail .detail-txt01 {
  background: #647F7A;
  box-sizing: border-box;
  padding: 1rem 5% 0.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem; }
  body.plan_detail .detail-txt01 b {
    display: inline-block;
    font-weight: lighter;
    font-size: 220%;
    line-height: 1;
    margin-right: 10px; }
  body.plan_detail .detail-txt01 .type {
    margin-right: 1rem;
    display: inline-block; }
  body.plan_detail .detail-txt01 .ldk {
    display: inline-block; }
    body.plan_detail .detail-txt01 .ldk b {
      font-weight: lighter;
      font-size: 140%;
      line-height: 1; }
  @media screen and (max-width: 600px) {
    body.plan_detail .detail-txt01 {
      font-size: 1.5rem; } }
body.plan_detail .detail-txt02 {
  background: #C9D3D1;
  box-sizing: border-box;
  padding: 0.5rem 5%;
  color: #000;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4; }
  body.plan_detail .detail-txt02 b {
    font-weight: lighter;
    font-size: 240%; }
  body.plan_detail .detail-txt02 .menseki {
    margin-right: 1rem; }
    body.plan_detail .detail-txt02 .menseki b {
      display: inline-block;
      margin-right: 10px; }
  body.plan_detail .detail-txt02 .menseki-s {
    display: inline-block;
    text-align: left;
    font-size: 0.9rem; }
    body.plan_detail .detail-txt02 .menseki-s .aw {
      margin-right: 1rem; }
  @media screen and (max-width: 600px) {
    body.plan_detail .detail-txt02 {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      font-size: 0.8rem;
      text-align: left; }
      body.plan_detail .detail-txt02 * {
        min-height: 0%; }
      body.plan_detail .detail-txt02 .menseki {
        width: 35%;
        margin-right: 0;
        text-align: right; }
        body.plan_detail .detail-txt02 .menseki .txt {
          display: inline-block;
          text-align: left; }
      body.plan_detail .detail-txt02 .menseki-s {
        width: 63%;
        font-size: 0.8rem; } }
body.plan_detail .point-txt {
  background: #910C26;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  padding: .2rem;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 2rem auto 0 auto; }
body.plan_detail .price {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 2rem auto 0 auto;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #910C26;
  color: #910C26;
  font-size: 1rem;
  line-height: 1.4; }
  body.plan_detail .price .inner {
    display: inline-block; }
  body.plan_detail .price .num {
    font-size: 240%;
    line-height: 1; }
  body.plan_detail .price .note {
    /*display: inline-block;*/
    width: inherit;
    max-width: inherit;
    margin: 0;
    padding-top: 0;
    text-align: center; }
body.plan_detail .plan-zu {
  width: 90%;
  margin: 3rem 5%;
  text-align: center; }
  body.plan_detail .plan-zu img {
    max-width: 1000px;
    width: 100%;
    height: auto; }
body.plan_detail .plan-merit {
  width: 90%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px; }
  body.plan_detail .plan-merit li {
    margin-top: 0.5rem;
    background: #C9D3D1;
    padding: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center; }
    body.plan_detail .plan-merit li b {
      color: #920c26;
      font-weight: lighter; }
  @media screen and (max-width: 600px) {
    body.plan_detail .plan-merit li {
      font-size: 3.5vw; } }
body.plan_detail .note {
  width: 90%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  padding-top: 3rem; }
  body.plan_detail .note .aw {
    margin-right: 1rem; }

.subwin-btn {
  padding: 3rem 0; }
  .subwin-btn ul li a {
    background: #fff;
    color: #000;
    border: 1px solid #aaa; }
    .subwin-btn ul li a::before {
      border: thin solid #000; }

.plan-detail {
  max-width: 1400px;
  margin: auto; }
  .plan-detail .detail-txt01 {
    background: #7f6e60;
    box-sizing: border-box;
    padding: 1rem 5% 0.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-size: 1.8rem; }
    .plan-detail .detail-txt01 b {
      font-weight: lighter;
      font-size: 220%;
      line-height: 1; }
      .plan-detail .detail-txt01 b.middle {
        font-weight: lighter;
        font-size: 140%;
        line-height: 1; }
    @media screen and (max-width: 600px) {
      .plan-detail .detail-txt01 {
        font-size: 1.5rem; } }
  .plan-detail .detail-txt02 {
    background: #dfd8d2;
    box-sizing: border-box;
    padding: 0.1rem 2%;
    color: #000;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4; }
    .plan-detail .detail-txt02 b {
      font-weight: lighter;
      font-size: 240%; }
    .plan-detail .detail-txt02 .txt-s {
      display: inline-block;
      text-align: left;
      font-size: 0.9rem; }
    @media screen and (max-width: 600px) {
      .plan-detail .detail-txt02 {
        font-size: 0.8rem; }
        .plan-detail .detail-txt02 .txt-s {
          font-size: 0.6rem; } }
  .plan-detail .plan-d-img {
    width: 90%;
    margin: 3rem 5%;
    text-align: center; }
    .plan-detail .plan-d-img img {
      max-width: 520px;
      width: 100%;
      height: auto; }

.plan-d-merit {
  margin: auto;
  max-width: 800px;
  width: 90%; }
  .plan-d-merit li {
    margin-top: 0.5rem;
    background: #dfd8d2;
    padding: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center; }
    .plan-d-merit li b {
      color: #920c26;
      font-weight: lighter; }
  @media screen and (max-width: 600px) {
    .plan-d-merit li {
      font-size: 3.5vw; } }
