@charset "utf-8";

/*!
 * Forked Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: auto;
}

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

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Gothic ProN", HGSゴシックE, メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #bde4f9;
  height: auto;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

p {
  margin: 1em 0 0 0;
  font-weight: 500;
}

li,
a {
  font-weight: 400;
}

p:first-child {
  margin: 0;
}

address {
  margin: 1rem 0 0 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin: 1rem 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.layout1 {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 5%;
  width: 100%;
}

.layout2 {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 850px;
  max-width: 100%;
}

.box-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.box-flex>* {
  flex: 1;
  margin: 2%;
}

.box-flex.no-margin>* {
  margin: 0;
}

.box-flex .flex2 {
  flex: 2;
}

.box-flex .flex3 {
  flex: 3;
}

.sp-br {
  display: none;
}

img.sp-houhou {
  display: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.txt-l {
  font-size: 2em;
  text-align: center;
  color: #2597D5;
}

.txt-n {
  font-weight: normal;
}

.txt-b {
  letter-spacing: 0;
  font-size: 1.3rem;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.underline {
  border-bottom: 3px solid #e95513;
  color: #e95513;
  font-size: 1.5rem;
}

.underline span {
  font-size: 1.5em;
  line-height: 50%;
}

#area-target h2 .underline {
  color: #E3007F;
}

.area-target {
  margin: 3rem 0;
}

#area-target .num-txt-l {
  font-size: 2.5em;
  color: #FFFBC7;
  line-height: 100%;
  display: inline-block;
}

#area-target .letter {
  letter-spacing: -20px;
}

.area-target p {
  margin: 0;
}

#area-bullet {
  position: relative;
  padding-bottom: 5%;
  z-index: 1;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

#area-bullet h2 {
  /* text-align: center; */
  position: relative;
  background-image: url(../images/hukidashi01.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 15px;
  margin: 0 5rem;
  font-size: 2em;
  letter-spacing: .1em;
}

#area-bullet ul {
  font-size: 1.5em;
  font-weight: bold;
  color: #f58600;
  float: right;
}

#area-bullet li {
  margin-top: 0.5em;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 4rem;
  width: 550px;
}

#area-bullet li.check01 {
  background-image: url(../images/check01.png);
  background-size: contain;
  text-align: left;
  background-repeat: no-repeat;
  letter-spacing: .1em;
}

#area-bullet li.check01.check03 {
  letter-spacing: 0;
}

#area-bullet .img {
  position: absolute;
  top: 8rem;
  right: 35rem;
  width: 45%;
}

@-moz-document url-prefix() {
  #area-bullet .img {
    position: absolute;
    top: 8rem;
    right: 37rem;
    width: 45%;
  }
}

#area-detail {
  background-color: #fff9bb;
  border-radius: 30px;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: contain;
  border: 5px solid #2ca6e0;
  margin-top: 22rem;
  margin-bottom: 75px;
  padding: 30px 60px 60px;
  color: #7a5a52;
  letter-spacing: 2px;
  position: relative;
}

.corner-left {
  position: absolute;
  top: -3rem;
  left: -2rem;
  width: 100%;
  max-width: 100px;
}

.corner-right {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 100%;
  max-width: 100px;
}

.corner-bottom {
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  width: 100%;
  max-width: 100px;
}

.group-detail {
  max-width: 650px;
  width: auto;
  margin: 0 auto;
}

.group-detail:not(:first-child) {
  margin-top: 60px;
}

#area-detail h2 {
  color: #fff;
  letter-spacing: .1em;
  background-color: #2ca6e0;
  width: 50%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.5rem 0;
  font-size: 1.8rem;
}

#area-detail .num-txt-l {
  font-size: 2em;
  padding: 0 8px 0 16px;
  color: #E3007F;
}

#area-detail .area-period01 .img {
  margin: 1em 0 0 0;
}

#area-detail .area-period02 {
  position: relative;
}

#area-detail .area-period02 .img {
  position: absolute;
  bottom: -3rem;
  right: -9rem;
  width: 40%;
}

#area-detail .area-free {
  font-size: 45px;
  background-color: #e95513;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 10px;
}

#area-detail .box-flex p:last-of-type {
  font-size: 28px;
}

#area-detail .area-period03 p:first-of-type {
  font-size: 28px;
}

.group-detail dl {
  padding-left: 20px;
}

.group-detail dt {
  position: relative;
  font-size: 1.5em;
  background-color: #f58600;
  color: #fff;
  padding-left: 25px;
  padding-top: 0.1rem;
  border-radius: 0 10px 10px 0;
  height: 50px;
  letter-spacing: .1em;
}

.group-detail dt span {
  letter-spacing: 0;
}

.group-detail dt::before {
  border: 5px solid #f58600;
  background-color: #fff;
  border-radius: 10px;
  content: "1";
  color: #f58600;
  font-weight: bold;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  left: -35px;
  width: 50px;
}

.group-detail dt:nth-of-type(2)::before {
  content: "2";
}

.group-detail dt:not(:first-child) {
  margin-top: 40px;
}

.group-detail dt span {
  font-size: 20px;
}

.group-detail dd a.pdf {
  background-color: #fff;
  border: 5px solid #e95513;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 8px;
  color: #e95513;
  text-decoration: none;
  font-size: 1.5rem;
  transition: .5s;
}

.group-detail dd a.pdf:hover {
  background-color: #f7ee50;
  transition: .5s;
}

.group-detail dd a span {
  position: relative;
  margin-left: 6px;
}

.group-detail dd a span::before {
  content: "";
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 3px solid #e95513;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  top: 4px;
  position: relative;
}

.group-detail dd a span::after {
  content: "";
  left: 6px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #e95513;
  border-right: 3px solid #e95513;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 13px;
}

.group-detail dl .c-b {
  color: #f58600;
}

.group-detail dd.area {
  text-indent: -1em;
  padding-left: 1em;
}

.group-detail dd.area span.c-b {
  font-size: 18px;
}

.group-detail dd.area span.tel {
  display: inline-block;
  transform: scale(1, 1.1);
  text-indent: initial;
  font-weight: 700;
  font-size: 1.8rem;
}

.group-detail dd.area span.tel a {
  text-decoration: none;
  color: #7A5A52;
}

.group-detail ul {
  list-style: none;
  color: #e95513;
  font-size: 1.3em;
}

.group-detail ul li::before {
  position: relative;
  top: 3px;
  left: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 100%;
  background: #e95513;
}

.group-detail ul li span {
  font-size: 18px;
  padding: 0 1rem;
}

.group-detail p.small {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

#area-detail .img-p {
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 63%;
}

footer {
  background: #f5aa00;
  background-size: cover;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 2px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer p.align-c {
  line-height: 200%;
}

.pc-hide {
  display: none;
}

footer span {
  border-bottom: 2px solid #fff;
}


/**********************スマホ　css**********************/
@media (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width:640px) {
  #area-bullet {
    padding-top: 2rem;
  }

  .layout1 {
    width: 100%;
  }

  .layout2 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .box-flex>* {
    margin: 0;
  }

  .col-2,
  .col-3 {
    display: block;
  }

  .col-2>*,
  .col-3>* {
    margin: 20px;
    width: 100%;
  }

  .sp-br {
    display: block;
  }

  img.sp-houhou {
    display: block;
    padding-bottom: 1rem;
  }

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  .box-flex {
    display: block;
  }

  .box-group {
    padding-top: 1em;
  }

  .heading {
    font-size: 1.2em;
  }

  dd {
    margin: .5rem 0 0 0;
  }

  ol,
  ul,
  dl {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
  }

  .area-target {
    margin: 0;
  }

  .sp-hide .area-target {
    margin-bottom: 3rem;
    margin-top: 0;
    padding: 1rem;
  }

  .txt-b {
    text-align: justify;
    font-size: 1.2rem;
  }

  .txt-l {
    font-size: 1.2em;
  }

  header .num-txt-l {
    font-size: 2em;
    padding: 0;
  }

  header .area-period {
    width: 95%;
  }

  header .txt-l {
    padding-right: .5em;
  }

  .group-detail dt:not(:first-child) {
    margin-top: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #area-detail .area-free {
    display: block;
    text-align: center;
    margin: 2rem auto;
    width: 50%;
    font-size: 30px;
  }

  #area-bullet h2 {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    background: orange;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin: 0rem;
  }

  #area-bullet h2::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 2rem;
    width: 50px;
    height: 50px;
    background: orange;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-radius: 10px;
  }

  #area-bullet .img {
    position: static;
    width: 60%;
    margin: 1rem 0;
  }

  #area-bullet ul {
    padding-top: 1rem;
    font-size: 1rem;
    float: none;
  }

  #area-bullet li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    width: 100%;
    font-size: 1.4rem;
  }

  #area-bullet li.check01 {
    background-image: url(../images/check01.png);
    background-size: 100%;
    min-height: 70px;
    text-align: left;
    background-repeat: no-repeat;
  }

  #area-target h2 {
    margin: 0 0 100px 0;
  }

  #area-target .flex3 .txt-l {
    margin-left: 20px;
  }

  #area-detail {
    margin-top: 50px;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 150px !important;
    letter-spacing: 1px;
  }

  #area-detail h2 {
    width: 85%;
    font-size: 1.5rem;
    margin: 1rem auto;
    text-align: center;
  }

  #area-detail .area-period {
    width: 100%;
  }

  #area-detail .area-period .box-flex {
    display: flex;
  }

  #area-detail .area-period .flex2 {
    text-align: left;
  }

  #area-detail .area-period01 .img {
    margin: 0;
    padding: 2rem 0;
  }

  #area-detail .area-period02 .img {
    position: static;
    width: 70%;
    margin-left: 6rem;
  }

  #area-detail .box-flex p:last-of-type {
    font-size: 20px;
    text-align: center;
  }

  #area-detail .area-period03 p:first-of-type {
    font-size: 20px;
    text-align: left;
  }

  .group-detail dt {
    position: relative;
    font-size: 1.2em;
    color: #fff;
    padding-left: 25px;
    padding-top: 0.4rem;
    border-radius: 0 10px 10px 0;
    height: 50px;
    max-width: 350px;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group-detail dt span {
    font-size: 10.5px;
  }

  .group-detail dl {
    padding-left: 0;
  }

  .group-detail dt::before {
    left: -25px;
  }

  .group-detail ul {
    font-size: 1em;
    text-indent: -1em;
    padding-left: 1rem;
  }

  .group-detail span.small {
    font-size: 0.9rem;
  }

  .group-detail:not(:first-child) {
    margin-top: 40px;
  }

  .underline {
    font-size: 1.2rem;
  }

  .group-detail dd.area {
    padding-bottom: 1rem;
    font-size: 18px;
  }

  .group-detail dd.area span.c-b {
    font-size: 16px;
  }

  #area-detail .img-p {
    position: absolute;
    bottom: -155px;
    right: -5px;
    width: 100%;
  }

  .corner-left {
    position: absolute;
    top: -2rem;
    left: -1rem;
    width: 100%;
    max-width: 70px;
  }

  .corner-right {
    position: absolute;
    top: -1.8rem;
    right: -1rem;
    width: 100%;
    max-width: 80px;
  }

  .corner-bottom {
    position: absolute;
    bottom: -3rem;
    left: -1rem;
    width: 100%;
    max-width: 80px;
  }

  .group-detail ul li span {
    font-size: 18px;
    padding: 0;
  }

  footer {
    background-image: url(../images/footer-back-sp.jpg);
    background-size: cover;
    color: #fff;
    margin-top: 50px;
    padding: 30px 0;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }

  .pc-footer {
    display: none;
  }

  .pc-hide {
    display: block;
  }
}

/***********iPhoneSEなど幅の狭いスマホ　調整 ***********/
@media screen and (max-width:320px) {
  #area-bullet h2 {
    font-size: 1.2em;
  }

  #area-bullet li.check01 {
    background-image: url(../images/check01.png);
    background-size: 100%;
    text-align: left;
    background-repeat: no-repeat;
  }

  #area-bullet li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    width: 100%;
    font-size: 1.2rem;
  }

  .layout2 {
    width: 100%;
    max-width: 300px;
    margin: 1.5rem auto !important;
  }

  .txt-b {
    text-align: left;
  }

  .group-detail dt:not(:first-child) {
    margin-top: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 90px;
    border-radius: 10px;
    /* padding-bottom: 40px; */
  }

  #area-detail h2 {
    width: 100%;
    font-size: 1.5rem;
    margin: 1rem auto;
    text-align: center;
  }

  .group-detail dd.area span.tel {
    font-size: 1.7rem;
  }
}


/***********iPadタブレット　調整 ***********/
@media screen and (max-width:820px) and (min-width:641px) {
  .layout2 {
    width: 690px;
  }

  #area-detail .area-period02 .img {
    position: absolute;
    bottom: -3rem;
    right: -4rem;
    width: 30%;
  }

  #area-bullet h2 {
    position: relative;
    background-image: url(../images/hukidashi01.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 15px;
    margin: 0 2rem;
    font-size: 2em;
  }

  #area-detail .img-p {
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 50%;
  }
}