@charset "utf-8";
/*******************

- common

********************/
html, body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width:500px) {
  html {
    font-size: 14px;
  }
}
body {
  word-break: break-all;
}
body,
section, div,
ul, li,
dl, dt, dd,
h1, h2, h3, h4,
p {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  font-size: 1em;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #0066cc;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style:none;
}
input[type=text]{
  font-size: 16px;
}
:placeholder-shown {
  color : #ccc;
}
::-webkit-input-placeholder {
  color : #ccc;
}
:-moz-placeholder {
  color : #ccc;
}
::-moz-placeholder {
  color : #ccc;
}
:-ms-input-placeholder {
  color : #ccc;
}
:placeholder-shown {
  color : #ccc;
}
.underline {
  text-decoration: underline;
}

.txt-right  { text-align: right; }
.txt-center { text-align: center; }

.pc_none { display: none; }
@media (max-width:767px) {
  .pc_none { display: block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline;
  }
  .sp_none { display: none; }
}

/*******************

- .header-lower

********************/
.header-lower {
  border-top: 6px solid #fb9bad;
  border-bottom: 1px solid #ccc;
}
.header-lower-frame {
  max-width: 1000px;
  margin: 0 auto;
}
.header-lower .layout {
  display: table;
  width: 100%;
  border-collapse: collapse;
  line-height: 1px;
}
.header-lower .layout img {
  vertical-align: top;
}
.header-lower .service-logo ,
.header-lower .service-help {
  display: table-cell;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-lower .service-logo {
  padding: 14px 0 11px 112px;
  vertical-align: middle;
}
.header-lower .service-logo img {
  width: 156px;
}
.header-lower .service-help {
  width: 112px;
  border: 1px solid #ccc;
  border-width: 0 1px;
  padding: 11px 0 10px;
  vertical-align: bottom;
  cursor: pointer;
  color: #999;
}
.header-lower .service-help .help-image {
  width: 85px;
  display: inline-block;
  padding-top: 32.72%;
  background-repeat: no-repeat;
  background-size: auto 64%;
  background-image: url(../images/icon_question.png);
  background-position: top center;
}
.header-lower .service-help .help-image img {
  width: 100%;
}
@media (max-width:1000px) {
  .header-lower .service-help {
    border-right: none;
  }
}
@media (max-width:767px) {
  .header-lower {
    border-top-width: 3px;
  }
  .header-lower .service-logo {
    padding: 10px 0 8px 18.66%;
  }
  .header-lower .service-logo img {
    width: 43.2%;
  }
  .header-lower .service-help {
    padding: 8px 0;
    width: 18.66%;
  }
  .header-lower .service-help .help-image {
    width: 69%;
    padding-top: 35.97%;
    background-size: auto 65.67%;
  }
}

/*********************************
*
*  .frame
*
**********************************/
.frame {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width:1040px) {
  .frame {
    width: auto;
    margin: 0 1.923%;
  }
}
@media (max-width:520px) {
  .frame {
    width: auto;
    margin: 0 10px;
  }
  .mall-about-wrap .frame {
    width: auto;
    margin: 0 5px;
  }
}

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h1 {
  text-align: center;
}
.main_vsl h1 img{
  width: 100%;
}
@media (max-width:767px) {
  .main_vsl h1 img{
    width: 100%;
  }
}

/*********************************
*
*  title
*
**********************************/
@media (min-width:768px) {
  .mall-ttl {
    position: relative;
  }
  .mall-ttl::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #444444;
    z-index: -1;
  }
}
.ttl-01 {
  padding: 20px;
  font-size: 36px;
  text-align: center;
  background: #ffffff;
  border: 10px solid #a3ea5d;
}
@media (max-width:767px) {
  .ttl-01 {
    padding: 12px 6px;
    font-size: 18px;
    border: 5px solid #a3ea5d;
  }
}
.fujimino .ttl-01 {
  border: 10px solid #cb95f8;
}
@media (max-width:767px) {
  .fujimino .ttl-01 {
    border: 5px solid #cb95f8;
  }
}
.ttl-img {
  text-align: center;
}

/*********************************
*
*  accordion
*
**********************************/
/* .acd-title {
  position: relative;
  max-width: 420px;
  margin: 50px auto 0;
  padding: 14px 20px 14px 10px;
  border: 2px solid #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 3px 4px 0px 0px rgba(0,0,0,1);
  cursor: pointer;
}
@media (max-width:767px) {
  .acd-title {
    width: 80%;
    margin: 24px auto 0;
    padding: 12px 16px 12px 8px;
    font-size: 18px;
  }
}
.acd-title::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px; bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 2px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
}
.acd-title.opened::after {
  top: 10px;
  transform: rotate(135deg);
}
.acd-title:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.close {
  display: none;
}
.acd-title.opened .close {
  display: inline;
}
.acd-title.opened .more {
  display: none;
}
.acd-contents {
  margin-top: 20px;
}
@media (max-width:767px) {
  .acd-contents {
    margin-top: 5px;
  }
} */

/*********************************
*
*  lede
*
**********************************/
.lede-wrap {
  padding: 96px 0 120px;
  background: url(../images/bg_01.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lede-wrap {
    padding: 34px 0 40px;
  }
}
.anchor-btn-list {
  margin-top: 76px;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .anchor-btn-list li {
    display: inline-block;
    width: 15%;
  }
  .anchor-btn-list li + li {
    margin-left: 1.25%;
  }
}
@media screen and (max-width: 767px) {
  .anchor-btn-list {
    margin-top: 20px;
  }
  .anchor-btn-list li {
    display: inline-block;
    width: 30%;
    margin: 20px 1% 0;
  }
}

/*********************************
*
*  about
*
**********************************/
.about-wrap {
  position: relative;
  top: -2px;
  padding: 140px 0 100px;
  background: url(../images/bg_02.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    padding: 40px 0 60px;
  }
}

/*********************************
*
*  step
*
**********************************/
.step-wrap {
  position: relative;
  top: -4px;;
  padding: 100px 0 200px;
  background: url(../images/bg_03.jpg) repeat-y center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .step-wrap {
    padding: 55px 0 80px;
  }
}
.step-list li + li {
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  .step-list li + li {
    margin-top: 56px;
  }
}

/*********************************
*
*  facility
*
**********************************/
#anc01.facility-wrap {
  margin-top: -5px;
}

.facility-wrap {
  padding: 100px 0 150px;
  background: url(../images/bg_04.jpg);
  background-size: 100% auto;
}
@media (max-width:767px) {
  .facility-wrap {
    padding: 60px 0 35px;
    text-align: center;
  }
}
.facility-icon-mark {
  position: relative;
}
.facility-icon-mark::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  width: 20px;
  height: 33px;
  margin: auto;
  background: url(../images/icon_mark.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.facility-wrap-bg2 {
  background: url(../images/bg_05.jpg);
  background-size: 100% auto;
}
.facility-items-wrap {
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width:767px) {
  .facility-items-wrap {
    margin-top: 32px;
  }
}
.facility-cat-img {
  text-align: center;
}
@media (max-width:767px) {
  .facility-cat-img img {
    width: 20%;
  }
}
.facility-items-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0;
}
@media ( max-width:1300px) and (min-width:1041px) {
  .facility-items-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:767px) {
  .facility-items-list {
    justify-content: space-between;
  }
}

.facility-items-list li {
  position: relative;
  display: inline-block;
  width: 32%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width:768px) {
  .facility-items-list li {
    margin-left: 1.5%;
  }
}
@media (max-width:767px) {
  .facility-items-list li {
    width: 49%;
    text-align: left;
  }
}
.item-outer {
  position: relative;
  height: 100%;
  padding: 10px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.item-inner {
  position: relative;
  height: 100%;
  margin: 0 -10px;
  padding: 18px;
  background: #ffffff;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .item-inner {
    padding: 4px 10px 10px;
  }
}
.item-outer::before, .item-outer::after,
.item-inner::before, .item-inner::after {
  content:'';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}
.item-outer::before {
  top: -20px;
  left: -30px;
  clip: rect(20px, auto, auto, 20px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}
.item-outer::after {
  top: -20px;
  right: -29px;
  clip: rect(20px, 20px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
}
.item-inner::before {
  bottom: -30px;
  left: -20px;
  clip: rect(auto, auto, 20px, 20px);
  -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}
.item-inner::after {
  bottom: -30px;
  right: -20px;
  clip: rect(auto, 20px, 20px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}
@media (min-width:768px) {
  .facility-items-list li:first-of-type,
  .facility-items-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .facility-items-list li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width:767px) {
  .facility-items-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width:600px) {
  .facility-items-list li:nth-child(n+3) {
    margin-top: 8px;
  }
}
.facility-items-list li a {
  display: block;
  height: 100%;
  color: #222222;
  box-sizing: border-box;
}
.facility-items-list li a:visited {
  color: #222222;
}
.facility-item-img {
  text-align: center;
}
.facility-item-img img {
  width: 100%;
}
.facility-item-txt-wrap {
  position: relative;
  margin-top: 22px;
}
@media (max-width:767px) {
  .facility-item-txt-wrap {
    margin-top: 10px;
  }
}
.facility-item-txt-wrap::before,
.facility-item-txt-wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #735504;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  transform: rotate(30deg);
  transform-origin:calc(100% - 0.5px) 50%;
}
.facility-item-txt-wrap::after{
  transform: rotate(-30deg);
}
@media (max-width:767px) {
  .facility-item-txt-wrap::before,
  .facility-item-txt-wrap::after {
    width: 8px;
    bottom: 0;
    right: 4px;
  }
}
.facility-item-cat {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 5px;
  padding: 2px 10px;
  border: 1px solid #000;
  font-size: 14px;
}
.facility-item-cat:last-of-type {
  margin-right: 0;
}
@media (max-width:767px) {
  .facility-item-cat {
    margin-right: 8px;
    padding: 2px 6px;
    font-size: 9px;
  }
}
@media (max-width:330px) {
  .facility-item-cat {
    margin-right: 4px;
  }
}
.facility-item-txt {
  min-height: 2.8em;
  margin-top: 18px;
  font-size: 14px;
  color: #161a30;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:767px) {
  .facility-item-txt {
    margin-top: 5px;
    font-size: 11px;
  }
}
@media (max-width:330px) {
  .facility-item-txt {
    min-height: 5em;
  }
}
.facility-item-name {
  min-height: 4em;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #735504;
}
@media (max-width:767px) {
  .facility-item-name {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media (max-width:330px) {
  .facility-item-name {
    min-height: 5em;
  }
}
.btn-01 {
  margin-top: 100px;
  text-align: center;
}
@media (max-width:767px) {
  .btn-01 {
    margin-top: 36px;
  }
}

/*********************************
*
*  banner
*
**********************************/
.banner-wrap {
  padding: 80px 0;
  background: #120a33;
}
.banner-ttl {
  text-align: center;
}
.random-banner-area{
  margin-top: 40px;
  width: 100%;
}
@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin-top: 16px;
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 48%;
  }
  .items li + li {
    margin-left: 4%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}
.top-btn {
  margin-top: 80px;
}
@media screen and  (max-width: 767px) {
  .top-btn {
    width: 70%;
    margin: 20px auto 0;
  }
}

/*******************

- .slide-feature
  (with JavaScript)

********************/
.slide-feature {
  margin:0 auto;
  max-width:1000px;
}

/*******************

- modal
  (with JavaScript)

********************/
.wrapper.fixed {
  overflow:hidden;
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
}
.modal-contents {
  position:relative;
  z-index:100;
}
.modal-bg {
  position:absolute;
  top:0;
  left:0; right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.4);
  z-index:50;
}

/*******************

- .modal-help
  (with JavaScript)

********************/
.modal-help {
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
  z-index:100;
  display:none;
}
.modal-help > .modal-contents {
  width:89%;
  max-width:440px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0; right:0;
  background-color:#fff;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  margin-top:5%;
  overflow:hidden;
}
.modal-help > .modal-contents > .btn-close {
  width:7.76%;
  position:absolute;
  top:0;
  right:0;
  margin-right:2.985%;
  margin-top:2.985%;
  cursor:pointer;
  z-index:20;
}

/*******************

- .slide
  (slick.js)

********************/
.slide-help.slick-slider {
  margin-bottom:50px;
}
.slide-detail-image.slick-slider{
  margin-bottom: 70px;
}
.slick-dots {
  margin-top:10px;
  top:100%;
}
.slick-dots li {
  margin:0 5px ;
}
.slick-dots li button {
  width:10px;
  height:10px;
}
.slick-dots li button::before {
  content:"";
  background-color:transparent;
  border-radius:50%;
  border:1px solid #444;
  width:10px;
  height:10px;
  opacity:1;
}
.slick-dots li.slick-active button::before {
  background-color:#444;
}

/*******************

- .slide-help
  (with JavaScript)

********************/
.slide-help-wrap {
  margin:2.985%;
  position:relative;
}
.slide-help .item {
  width:100%;
  position:relative;
}
.slide-help :focus {
  outline : none;
}
.slide-help .item .btn-start {
  display:block;
  width:71.11%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:71.11% auto 0;
  cursor:pointer;
}

/*******************

- .slide-detail-image
  (with JavaScript)

********************/
.slide-detail-image {
  width: 700px;
  margin:1em auto;
}
.slide-detail-image .item .wrap {
  padding:0 50px;
}
.slide-detail-image .item .image {
  display:block;
  padding-top:66.667%;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
.slide-detail-image .slick-dots {
  bottom:auto;
}
@media (max-width: 767px) {
  .slide-detail-image {
    width:100%;
  }
  .slide-detail-image.slick-slider {
    margin-bottom:40px;
  }
  .slide-detail-image .item .wrap {
    padding:0;
  }
  .slide-detail-image .slick-dots {
    margin-top:15px;
  }
}

/*******************

- .toPagetop

********************/
.toPagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 14;
}
.toPagetop img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px) {
  .toPagetop {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 75px;
  }
}

/*******************

- .footer

********************/
.footer {
  color:#fff;
  background-color:#555;
  padding-top:30px;
  padding-bottom:30px;
  font-size:87.5%;
}
.footer a {
  color:inherit;
}
.footer .layout {
  display:table;
  width:100%;
}
.footer .site-logo ,
.footer .copyright {
  display:table-cell;
  vertical-align:middle;
}
.footer .site-logo {
  margin-top:0;
}
.footer .copyright {
  text-align:right;
  letter-spacing:0.1em;
}
.footer .site-logo .poweredby {
  margin-right:1em;
  letter-spacing:0.1em;
  font-size:1.1em;
}
.footer .site-logo .poweredby ,
.footer .site-logo .logo-img {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width:1040px) {
  .footer {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
  }
  .footer .copyright {
    font-size:0.8em;
  }
  .footer .site-logo .logo-img {
    width:50%;
  }
}
@media (max-width:767px) {
  .footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  .footer .layout {
    display:block;
  }
  .footer .site-logo ,
  .footer .copyright {
    width:100%;
    display:block;
    text-align:center;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
    letter-spacing:0;
  }
  .footer .copyright {
    margin-top:0.5em;
    letter-spacing:0;
    font-size:0.9em;
  }
  .footer .site-logo .logo-img {
    width:39.15%;
    max-width:278px;
  }
}

/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  width: 329px;
  margin: 50px auto 0;
}
.acd-title-inner {
  width: 329px;
  height: 67px;
  margin: auto;
  background: url(../images/readmore.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.opened .acd-title-inner {
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}
.acd-title-inner:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .acd-title {
    padding: 0;
    width: 240px;
    margin: 0 auto;
  }
  .acd-title-inner {
    margin-top: 20px;
    width: 240px;
    height: 60px;
  }
}
