@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #393e3f;
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  position: relative;
  /* background: #fff; */
   background-image: linear-gradient(128deg, #e1fbff, #faffdb 89%);
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s; }

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65; }

a:active, a:hover {
  outline-width: 0; }

li{
  margin: 0;
  list-style: none; }

ul,ol{
  margin: 0;
  padding: 0; }

h1,h2,h3,h4,h5,h6, p, figure, dd, dt, dl { margin:0; }

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

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  border: none;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*margin*/
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-150 { margin-bottom: 150px; }
.mb-160 { margin-bottom: 160px; }
.mb-170 { margin-bottom: 170px; }
.mb-180 { margin-bottom: 180px; }
.mb-190 { margin-bottom: 190px; }
.mb-200 { margin-bottom: 200px; }

@media screen and (max-width: 768px) {
  .mt-20 { margin-top: 10px; }
  .mt-30 { margin-top: 15px; }
  .mt-40 { margin-top: 20px; }
  .mt-50 { margin-top: 25px; }
  .mt-60 { margin-top: 30px; }
  .mt-70 { margin-top: 35px; }
  .mt-80 { margin-top: 40px; }
  .mt-90 { margin-top: 45px; }
  .mt-100 { margin-top: 50px; }

  .mb-20 { margin-bottom: 10px; }
  .mb-30 { margin-bottom: 15px; }
  .mb-40 { margin-bottom: 20px; }
  .mb-50 { margin-bottom: 25px; }
  .mb-60 { margin-bottom: 30px; }
  .mb-70 { margin-bottom: 35px; }
  .mb-80 { margin-bottom: 40px; }
  .mb-90 { margin-bottom: 45px; }
  .mb-100 { margin-bottom: 50px; }
  .mb-110 { margin-bottom: 55px; }
  .mb-120 { margin-bottom: 60px; }
  .mb-130 { margin-bottom: 65px; }
  .mb-140 { margin-bottom: 70px; }
  .mb-150 { margin-bottom: 75px; }
  .mb-160 { margin-bottom: 80px; }
  .mb-170 { margin-bottom: 85px; }
  .mb-180 { margin-bottom: 90px; }
  .mb-190 { margin-bottom: 95px; }
  .mb-200 { margin-bottom: 100px; }
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%; }

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em; }

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%; }

textarea:focus {
  outline: none;
  border-color: #000; }

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em; }

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}
.pc .pager a:active, .pc .pager a:hover, .pc .pager a:focus {
  border-color: #000;
  color: #000;
}
.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pager .previous a {
  padding-left: 1.5em;
}
.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px; }

.pager .next a {
  padding-right: 1.5em; }

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px; }

.pager .back a {
  padding: 5px; }

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.pagination > li {
  position: relative;
}
.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.pagination > li > span {
  border-color: #231815;
  cursor: default;
}
.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}
.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover{
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumbs {
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img{
  width: 100%;
  height: auto;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/shichigosanlp/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: 30px;
  background: url(../img/shichigosanlp/common/btn-prev.png) no-repeat center center;
}
.slick-next {
  right: 30px;
  background: url(../img/shichigosanlp/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
.slick-archive__item { padding: 5px; }
.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}
.slick-archive__item a:hover { opacity: 0.65; }
.slick-archive__date {
  margin-top: 5px;
  display: block;
}
.slick-archive__title {
  display: block;
  font-weight: bold;
}
.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label { font-size: 1rem; }
  .slick-archive__title { font-size: 1.2rem; }
}

/* toggle button */
.toggle { display: none; }
@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 19px;
    right: 0;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 42px;
    height: 4px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  header.fixedmenu .toggle__bar::before,
  header.fixedmenu .toggle__bar::after,
  header.active .toggle__bar::before,
  header.active .toggle__bar::after {
    background: #5CC0C6;
  }
  .toggle__bar{
    background: transparent;
  }
  .toggle__bar::after{
    width: 24px;
    right: 0;
    transition: all .3s;
  }
  .toggle:hover .toggle__bar::after{
    width: 42px;
  }
  .toggle__bar::before { top: -6px; }
  .toggle__bar::after { top: 6px; }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    content: "MENU";
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: #fff;
  }
  header.fixedmenu .toggle__title:before {
    color: #5CC0C6;
  }
  header.active .toggle__title:before {
    color: #5CC0C6;
  }
}

.toggle.active .toggle__bar { background-color: transparent; }
.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  width: 42px;
}

.toggle.active .toggle__title:before { content: "CLOSE"; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in { opacity: 1; }

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    left: 0;
    top: 85px;
    width: 100%;
    background: #fff;
    height: calc( 100vh - 130px );
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 6;
    padding-top: 30px;
  }

  .gnav.active {
    opacity: 1;
    visibility: visible !important;
  }

  header.fixedmenu .gnav{
    top: 100px;
    height: calc( 100vh - 100px );
  }

  .gnav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .gnav ul li {
    text-align: center;
  }

 .gnav ul li:not(:last-child) {
  margin-bottom: 15px;
 }

  .gnav li:last-child a {
    width: 100%;
  }
}

/*////////////////////////

fonts

////////////////////////*/


/*////////////////////////

 header

////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all .5s;
  padding: 30px 0;
}

header.fixedmenu {
  background: #fff;
  padding: 15px 0;
}

header.active {
  background: #fff;
}

header .logo{
  display: none;
  margin-right: 30px;
}

header .logo-w{
  margin-right: 30px;
}

header.fixedmenu .logo-w {
  display: none;
}

header.active .logo-w {
  display: none;
}

header.fixedmenu .logo{
  display: block;
  padding: 10px 0;
}

header.active .logo {
  display: block;
  padding: 10px 0;
}

header nav{
  width: 100%;
  max-width: 830px;
}

header nav a {
  color: #fff;
  font-weight: bold;
}

header nav li:last-child a {
  display: block;
  width: 180px;
  background: #5AB8BC;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
}

header.fixedmenu nav a {
  color: #333;
}

header.fixedmenu nav li:last-child a {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  header nav {
    max-width: 730px;
  }
}

@media screen and (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
  }

  header nav {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header nav a {
    color: #333;
  }

  header nav li:last-child a {
    color: #fff;
  }
}

@media screen and (max-width: 550px) {
  header .logo-w {
    width: 190px;
  }

  header.fixedmenu .logo {
    width: 180px;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer{
  background: #F5F5F5;
  color: #333;
  font-weight: bold;
  padding: 50px 0 100px;
}

footer a, footer a:hover{ color: #333;}


footer .sub-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  width: 100%;
}

footer .sub-nav li a {
  position: relative;
  padding-left: 15px;
  font-size: 1.5rem;
}

footer .sub-nav li a:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
  transform: rotate(45deg);
  left: 0;
  top: calc( 50% - 5.5px);
}

footer small{
  max-width: 1380px;
  width: 100%;
  margin: 35px auto 0 auto;
  padding: 15px 0;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
}


@media screen and (max-width: 600px) {
  footer .logo {
    width: 150px;
  }

  footer .sub-nav li a {
    font-size: 1.6rem;
  }

  footer small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  footer .sub-nav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 350px) {
  footer .sub-nav {
    flex-wrap: wrap;
  }

  footer .sub-nav li {
    width: 100%;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
main{
  max-width: 568px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}

[class*="container_"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container_s{
  padding: 0 15px;
}

.sp, .sp_550{ display: none; }

.tac
{ text-align:center; }

.tar{ text-align:right; }

.vt_align_top{ vertical-align: top; }

.wd_100{ width: 100%; }

.ls_3 {
  letter-spacing: 0.03em;
}

.lh_18 {
  line-height: 1.8;
}

.lh_2 {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sp{ display: block; }
  .pc{ display: none; }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .pc_550{ display: none; }
  .sp_550{ display: block; }
}

/*////////////////////////

hdg_

////////////////////////*/
.hdg_01 {
  position: relative;
  padding-top: 80px;
  text-align: center;
}

.hdg_01:before {
  position: absolute;
  content: '';
  width: 139px;
  height: 60px;
  background: url(../img/shichigosanlp/top/parts01.png) no-repeat center center / contain;
  top: 0;
  left: calc( 50% - 70px );
}

.hdg_01_white_titile{
  color: #5AB8BC;
  font-weight: bold;
  position: absolute;
  bottom: 12px; 
  left: 0;
  display: inline-block;
  width: 300px;
z-index: 100;
}
.hdg_01_white_titile p{
   font-size: 2rem;
padding: 0 5px 0 15px;
background-color: #fff;
display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 6px;
}
/*////////////////////////

sp-footer-bnr

////////////////////////*/
.sp-footer-bnr {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-footer-bnr {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
  }

  .sp-footer-bnr .bk {
    width: 100%;
  }

  .sp-footer-bnr a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/shichigosanlp/common/bnr-bk.png) no-repeat center top / cover;
    padding: 30px 0 15px;
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
  }

  .sp-footer-bnr p {
    position: relative;
    display: inline-block;
    padding-right: 35px;
  }

  .sp-footer-bnr p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    right: 0;
    top: 10px;
  }
}

@media screen and (max-width: 550px) {
  .sp-footer-bnr a {
    font-size: 2rem;
  }

  .sp-footer-bnr a img {
    width: 30px;
  }

  .sp-footer-bnr p:after {
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 7px;
  }
}

/*  */
.list_type02__list{
gap: 44px 13px;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
}

/*////////////////////////

toppage

////////////////////////*/
.top01 {
  width: 100%;
}

.main-visual{
  position: relative;
}

.top02 {
  background: url(../img/location/bk.jpg) no-repeat center center / cover;
  padding: 80px 0 200px;
}

.top02 .last{
  position:relative;
}
.top02 .last img{
  position:absolute;
}
.top03 {
  padding-top: 80px;
}
.top04 {
  background: url(../img/location/bk_02.png) no-repeat center center / cover;
  padding: 100px 0;
}



.top05 {
  background: url(../img/location/bk_03.png) no-repeat center center / cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

}

.top06 {
  width: 100%;
  background: #EBEFF4;
  padding: 80px 0;
}

.faq {
  width: 100%;
}
.faq .faq-item {
  width: 100%;
  border: 1px solid #BFD8E2;
  border-radius: 15px;
  box-shadow: 5px 5px 0 rgb(173, 197, 199);
}

.faq .faq-item:not(:last-child) {
  margin-bottom: 60px;
}

.faq-item .q-box {
  width: 100%;
  display: flex;
  padding: 30px 130px 30px 40px;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.faq-item .q-box.open {
  background: #5AB8BC;
}

.faq-item .q-box p {
  width: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #56AD95;
}

.faq-item .q-box.open p {
  color: #fff;
}

.faq-item .q-box h3 {
  width: calc( 100% - 60px );
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.faq-item .q-box.open h3 {
  color: #fff;
}

.faq-item .q-box .box-arrow {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #5AB8BC;
  background: #5AB8BC;
  border-radius: 100%;
  right: 40px;
  top: calc( 50% - 30px );
  transition: all .3s;
}

.faq-item .q-box.open .box-arrow {
  background: #fff;
  transform: rotate(-180deg);
}

.faq-item .q-box .box-arrow::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: calc( 50% - 8.5px );
  left: calc( 50% - 6.5px );
}

.faq-item .q-box.open .box-arrow::before{
  border-color: #5AB8BC;
}

.faq-item .a-box {
  width: 100%;
  display: flex;
  border-radius: 15px 15px 0 0;
  position: relative;
  max-height: 0;
  transition: padding .3s ease-out;
  padding-left: 30px;
  padding-right: 130px;
}

.faq-item .a-box.open {
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: padding-top .3s ease-out,
              padding-bottom .3s ease-out;
}

.faq-item .a-box h3 {
  width: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #E20139;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height .3s ease-out,
              opacity     .1s linear,
              visibility  .1s linear;
}

.faq-item .a-box.open h3 {
  visibility: visible !important;
  line-height: 1;
  opacity: 1;
  transition: line-height .3s ease-out,
              opacity     .1s linear .1s,
              visibility  .1s linear .1s;
}

.faq-item .a-box p {
  width: calc( 100% - 60px );
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height .3s ease-out,
              opacity     .1s linear,
              visibility  .1s linear;
}

.faq-item .a-box.open p {
  visibility: visible !important;
  line-height: 1.8;
  opacity: 1;
  transition: line-height .3s ease-out,
              opacity     .1s linear .1s,
              visibility  .1s linear .1s;
}

@media screen and (max-width: 768px) {
  .faq-item .q-box p {
    font-size: 3.2rem;
  }

  .faq-item .a-box h3 {
    font-size: 3.2rem;
  }

}

@media screen and (max-width: 550px) {
  .faq-item .q-box{
    padding: 30px 70px 30px 25px;
  }

  .faq-item .q-box .box-arrow {
    width: 40px;
    height: 40px;
    top: calc( 50% - 20px );
    right: 20px;
  }

  .faq-item .a-box {
    padding-left: 25px;
    padding-right: 30px;
  }

  .faq-item .q-box p,
  .faq-item .a-box h3 {
    width: 35px;
  }

  .faq-item .q-box p,
  .faq-item .a-box h3 {
    font-size: 2rem;
  }

  .faq .faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.top07 {
  width: 100%;
}

.visual-box {
  width: 100%;
  position: relative;
  padding: 300px 0;
}

.visual-box:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/shichigosanlp/top/visualbox-bk.jpg);
  background-size: cover;
}

.reserve-box {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 180px;
  padding-bottom: 250px;
  overflow: hidden;
}

.reserve-box:before {
  position: absolute;
  content: '';
  width: 585px;
  height: 595px;
  background: url(../img/shichigosanlp/top/reserve-bk01.png) no-repeat center center / contain;
  top: 90px;
  right: -300px;
}

.reserve-box:after {
  position: absolute;
  content: '';
  width: 713px;
  height: 724px;
  background: url(../img/shichigosanlp/top/reserve-bk02.png) no-repeat center center / contain;
  bottom: -30px;
  left: -400px;
}

.reserve-box .container_l {
  position: relative;
}

.btn-A {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  z-index: 2;
}

.btn-A .arrow {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #D8AB34;
  border-radius: 100%;
}

.btn-A .arrow:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc( 50% - 8px );
  left: calc( 50% - 8px );
}

@media screen and (max-width: 768px) {
  .reserve-box {
    padding-top: 90px;
    padding-bottom: 125px;
  }

  .btn-A {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 550px) {
  .btn-A {
    max-width: 250px;
    font-size: 2rem;
  }
}

/*////////////////////////

loop-slide

////////////////////////*/
.loop-slide{
}

.slideshow__wrapper{
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 720px;
}

body.page .slideshow__wrapper,
body.error404 .slideshow__wrapper{
  margin-bottom: 0;
}

.slideshow{
  display: flex;
  align-items: center;
  animation: loop-slide 70s infinite linear 1s both;
}

.slideshow-item{
  margin: 0 0;
  width: 480px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 600px) {
  .slideshow__wrapper{
    height: 520px;
  }

  .slideshow-item{
    width: 350px;
  }
}

/* 20220816 */

@media screen and (min-width: 1201px) {
  .concept-block-wrapper {
    max-width: 1530px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  }
  .concept-block {
    max-width: 1500px;
    width: 40%;
    margin: 0;
    padding: 0;
  }
  .concept-block.block-02 {
    width: 45%;
    margin: -50px auto 0;
  }
  .block-01 .block-item01 {
    padding-top: 150px;
  }
  .block-01 .block-item02 {
    margin-top: -700px;
  }
  .block-01 .block-item02:before {
    top: 10px;
  }
  .block-02 .block-item01 img {
    width: 100%;
    padding-left: 0;
  }
  .block-02 .block-item01:before {
    left: auto;
    right: -50px;
  }
  .concept-block.block-03 {
    position: absolute;
    top: 8vw;
    right: 55px;
  }
  .block-03 .block-item01 {
    text-align: left;
  }
  .block-03 .block-item01:before {
    left: -30px;
  }
  .block-03 .block-item02 {
    text-align: right;
    margin-top: 110px;
  }
}

@media screen and (min-width: 1025px) {
  .concept-block-wrapper {
    max-width: 1530px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  }
  .concept-block {
    max-width: 1500px;
    width: 40%;
    margin: 0;
    padding: 0;
  }
  .concept-block.block-02 {
    width: 45%;
    margin: -50px auto 0;
  }
  .block-01 .block-item01 {
    padding-top: 150px;
  }
  .block-01 .block-item02 {
    margin-top: -700px;
  }
  .block-01 .block-item02:before {
    top: 10px;
  }
  .block-02 .block-item01 img {
    width: 100%;
    padding-left: 0;
  }
  .block-02 .block-item01:before {
    left: auto;
    right: -50px;
  }
  .concept-block.block-03 {
    position: absolute;
    top: -1vw;
    right: 55px;
  }
  .block-03 .block-item01 {
    text-align: left;
  }
  .block-03 .block-item01:before {
    left: -30px;
  }
  .block-03 .block-item02 {
    text-align: right;
    margin-top: 110px;
  }
  .flow {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flow li {
    width: 20%;
    flex-wrap: wrap;
  }
  .flow li .text {
    width: 100%;
    min-height: 235px;
    /*margin-bottom: 50px;*/
  }
  .flow li .img {
    width: 100%;
  }
  .flow li:not(:last-child):before {
    bottom: calc( 50% - 2px );
    width: 40px;
    left: auto;
    right: -60px;
  }
  .flow li:nth-child(2n+1) .text {
    order: 1;
  }
  .flow li:nth-child(2n+1) .img {
    order: 2;
  }
}



/* -------------------
240418 Add
------------------- */
.faq-item .q-box {
 background-color: #fff;
 border-radius: 15px;
}
.faq-item .q-box.open {
  border-radius: 15px 15px 0 0;
}
.faq-item .a-box.open {
  background-color: #fff;
  border-radius: 15px;
}
.top08 {
  padding-bottom: 100px;
  background-color: #fff;
}
.top08 .imgBox {
  text-align: center;
}
.top08 .imgBox:not(:last-child) {
  margin-bottom: 50px;
}

.block-02 .block-item01 img {
  border-radius: 15px;
}


@media screen and (max-width: 1024px) {
  .block-02 .block-item01 {
    padding-left: 50px;
  }
  .block-02 .block-item01 img {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  header .logo-w,
  header.fixedmenu .logo {
    width: auto;
  }
}
.fa28{
  font-size: 28px;
}

/*その他と主な共通部分は省略*/

a.btn--yellow {
color: #fff;
  background-color: #06c755;
}

a.btn--yellow:hover {
  color: #fff;
  background: #06c755;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #188f49;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid 188f49;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}
.line
{
  text-align: center;
}

/* a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
} */

.kiyaku
{
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
  font-size: 12px;
}
