@charset "UTF-8";
header {
  width: 100%;
  margin: 0;
  z-index: 20;
}
/*後日削除*/
header {
  position: relative;
  height: 100vh;
  background: #000;
}
header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/*後日削除*/
#header {
  position: fixed;
  width: 100%;
  height: 76px;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header h1 {
  top: 35px;
  left: 10%;
  width: 200px;
}
.sticky-banner {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 9999;
}
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:.7s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.sticky-banner img {
  width: 100px;
}
#g-nav ul li {
    float: left;
}
#main-wrap {
}
.wrapper {
  padding-top: 76px;
}
.main-wrap-inner {
  position: relative;
}
.section1{
  padding-bottom: calc(0vw + 0px);
    position: relative;
    overflow: hidden;
    background-color:#000080;}　/* .section1の背景 */
.section1::before {
   content: '';
      position: absolute;
      bottom: 0;
      left: 0;

}
.section1::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 11vw solid #000080;   /* 三角を白に */
      border-left: 100vw solid transparent;
}
.section2{
  padding-bottom: calc(10vw + 10px);
    position: relative;
    overflow: hidden;
    background-color:#000080;
    }　/* .section2の背景 */
.section2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;  /* 三角を白にする */
  border-left: 100vw solid transparent;
}
.section2::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 11vw solid #fff;   /* 三角を白に */
      border-left: 100vw solid transparent;
}
.section1 .container {
  position: relative;
}
.section1 .container img {
  vertical-align: bottom;
}
.section1 .date {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 90%;
}
.section1 .date01 {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 70%;
}
.section1 .date02 {
  position: absolute;
  bottom: 15%;
  left: 3%;
  width: 90%;
}
.section1 h2 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50%;
}
.section2 .container {
  width: 1000px;
  margin: 0 auto;
}
.section2 .container h2 {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
}
.section2 .container .date-text {
    width: 96%;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
}
.section2 .container .left {
  width: 100%;
  /*margin-left: 10%;*/
}
.section2 .container .left h3 {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.section2 .container .left h3 span {
  font-size: 3.4rem;
}
.section2 .container .left h3:nth-child(2) span {
  font-size: 2rem;
  color: #ffff00;
}
.section2 .container .left h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.section2 .container .left h4 span {
  font-size: 3.4rem;
}
.section2 .container .left ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.section2 .container .left li {
  font-size: 20px;
  color: #fff;
}
.section2 .container .left li:nth-child(1) {
  flex: 2;
}
.section2 .container .left li:nth-child(2) {
  flex: 10;
  padding: 0 10px;
}
.section2 .container .left p {
  color: #fff;
  font-size: 18px;
}
.section2 .container .left p span {
  font-size: 20px;
  font-weight: bold;
  color: #ffff00;
}
.section3 {
  position: absolute;
  right: 8%;
  bottom: 160px;
  width: 34%;
  z-index: 1;
}
.section3 img {
  width: 400px;
}
#campaign {

}
.campaign-wrap {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.campaign-wrap ul li p {
  text-align: center;
  font-size: 1.2rem;
}
.campaign-wrap ul li:nth-child(2) {
  margin-top: 100px;
}
.campaign-wrap ul li:nth-child(3) {
  margin-bottom: 100px;
}
.campaign-wrap h3 {
  font-size: 3.6rem;
  text-align: center;
  /*background: linear-gradient(transparent 35%, #A7D600 35%);
  line-height: 70px;*/
}
.campaign-wrap h3 span {
  font-size: 10rem;
}
.campaign-wrap-inner {
  margin: 0 auto;
  margin-top: 30px;
}
.campaign-wrap-inner img {
  width: 100%;
}
.area01::before {
content: "";
width: 100%;
height: 120px;
background-color: #000080;
position: absolute;
bottom: 0px;
clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}
.area01 {
width: 100%;
position: relative;
padding-top: 100px;
padding-bottom: 88px;
}
.area01::after {
content: "";
width: 100%;
height: 120px;
background-color: #000080;
position: absolute;
bottom: 0px;
clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}
.step  {
  padding: 100px 0;
  background-color: #000080;
}
.step h3 {
  margin-bottom: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
.flow > li {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  position: relative;
}
.flow > li .link {
  position: absolute;
  bottom: 25px;
  right: 10px;
}
.flow > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background: #000080;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
.flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #000080;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li dl {
  /*padding: 10px 10px;*/
  margin: 0;
  border: 3px solid #000080;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
}
.flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(102,213,233);
  border-right: 4px solid rgb(102,213,233);
  position: absolute;
  top: calc(50% - 14px);
  left: 101.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000080;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}
.flow > li dl dd {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.flow > li dl dd p {
  width: 150px;
  margin: 0 auto;
}
.point {
  margin-top: 100px;
}
.point h3 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  text-align: center;
  /*font-weight: bold;*/
}
.point-wrap {
  width: 1100px;
  margin: 0 auto;
}
.point-wrap ul {
  display: flex;
}
.point-wrap ul:nth-child(2n) {
  flex-direction: row-reverse;
}
.point-wrap ul {
  margin-bottom: 50px;
}
.point-wrap ul:last-child {
  margin-bottom: 0;
}
.point-wrap ul li {
  width: 50%;
  background: #f9f9f9;
}
.point-wrap ul li.box {
  width: 65%;
}
.point-wrap ul li.text {
  position: relative;
}
.point-wrap ul li.text div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 20px;
}
.point-wrap ul li h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.point-wrap ul li img {
  vertical-align: bottom;
}
.facility {
  margin-top: 100px;
}
.facility h3 {
  font-size: 3.6rem;
  text-align: center;
}
.facility-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.facility .sub-text {
  text-align: center;
}
.facility-wrap .facility-wrap-img ul {
  width:100%;
  display:flex;
  flex-wrap:wrap; /*折り返し*/
  justify-content:space-between;/*両端揃え*/
}
.facility-wrap .facility-wrap-img ul li {
  position: relative;
  display:flex;
  flex-direction:column;
  width:32%;
  margin-bottom: 20px;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius:10px;
}
.facility-wrap .facility-wrap-img ul li span {
    position: absolute;
    bottom: 20%;
    left: 10px;
    font-size: 24px;
    color: #fff;
}
.facility-wrap .facility-wrap-img ul li p {
  padding: 10px;
}
.facility-wrap .facility-wrap-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.facility-wrap .facility-wrap-icon li {
  width: 175px;
  margin-bottom: 20px;
}
.facility-wrap .facility-wrap-icon li p {
  text-align: center;
}
.facility-img {
  width: 1100px;
  margin: 0 auto;
}
.facility-img ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.facility-img ul li {
  width: 540px;
}
.facility-img p {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  overflow-wrap: break-word;
}
.facility-img p span {
  font-size: 2rem;
  font-weight: bold;
}
.facility-img p span.text-red {
  font-weight: normal;
  font-size: 1.2rem;
  color: #ff0000;
}
.facility h4 {
  position: relative;
  padding: 0 55px;
  width: 440px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
  color: #000080;
}
.facility h4 span {
  font-size: 1.4rem;
  font-weight: bold;
}
.facility h4:before, .facility h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000080;
}

.facility h4:before {
  left:0;
}
.facility h4:after {
  right: 0;
}
.related {
  margin-top: 100px;
}
.related h3 {
  font-size: 3.6rem;
  text-align: center;
}
.related-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: -100px;
  text-align: center;
}
.related-wrap img {
  width: 600px;
  margin: 0 auto;
}
.faq {
  margin-top: 100px;
}
.faq h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.faq-wrap {
  width: 1100px;
  margin: 0 auto;
}
.qa-container {
  margin: 50px auto 0;
  width: 100%;
}

.qa-list:not(:first-child) {
  margin-top: 10px;
}

.question-title {
  background: #000080;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 20px;
  left: 12px;
  color: #fff;
  font-size: 1.4rem;
}

.question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
#congestion {
  width: 100%;
  margin-top: 100px;
}
#congestion h3 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  text-align: center;
}
.congestion-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
.congestion-wrap h4 {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #5c5c5c;
}
.congestion-wrap table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse:collapse;
}

.congestion-wrap th,
.congestion-wrap td {
    padding: 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
}

.congestion-wrap th {
    width: 12.5%;
    background: #F5F5F5;
    font-weight: bold;
}
.congestion-wrap .table_box .img01 {
  width: 20%;
}
.congestion-wrap .table_box .img02 {
  width: 50%;
}
.congestion-wrap .table_box .img03 {
  width: 50%;
}
.congestion-wrap .table_box p {
  text-align: center;
}
.answer-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 18px;
  left: 12px;
  color: #4459b6;
  font-size: 18px;
}
.fc{
  margin-top: 100px;
}
.fc h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.fc-wrap {
  padding: 70px 0;
  background-image: url(../images/fc-img01.jpg);
}
.fc-wrap div {
  width: 600px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
   background: rgba(255,255,255,0.7);
}
.fc-wrap div h4 {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
}
.fc-wrap div p {
  margin-bottom: 50px;
  text-align: center;
  line-height: 30px;
}
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #000080; /* 背景色 */
  border: 2px solid #000080;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #000080; /* 文字色 */
}

.background_btn01:hover:before {
  border-top: 2px solid #000080; /* 矢印の色 */
  border-right: 2px solid #000080; /* 矢印の色 */
}
.contact {
  margin-top: 100px;
}
.contact h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.contact-wrap {
  width: 1000px;
  margin: 0 auto;
}
/*
contact [
----------------------------------------------------------- */

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
  border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
  background: #fbfbfb;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
  padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
  width: 30%;
  text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
  font-size: 0.8em;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  background: #000080;
  border-radius: 2px;
}
.table-res-form .any {
  font-size: 0.8em;
  color: #666666;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  background: #caf0ff;
  border-radius: 2px;
}
#slideR {
  z-index: 99;
  cursor: pointer;
  position: fixed;
  bottom: 220px;
  right: -185px;
  width: 285px;
  color: #fff;
  font-size: 16px;
}
#slideR div a:hover {
  opacity: 1;
}
/*ここから768px以下の指定*/
@media only screen and (max-width: 768px) {
  /*thとtdをブロック化して幅100％にして、縦積み*/
  .table-res-form th, .table-res-form td {
    width: 100%;
    display: block;
  }
  /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
  .table-res-form th {
    padding-bottom: 0;
    text-align: left;
  }
  /*不要な最終行の左のthを非表示にする*/
  .table-res-form .empty {
    display: none;
  }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: 1px #89BDDE solid;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
  background: #EEFFFF;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
  width: 100%;
  border: 1px #89BDDE solid;
  padding: 0.5em 4em;
  border-radius: 5px;
  background: #666666;
  color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
  background: #818181;
  box-shadow: none;
}

.table-res-form .wpcf7-text,.table-res-form .wpcf7-textarea {
  width: 100%;
}

.shop {
  margin-top: 100px;
  padding: 100px 0;
  background: #bcbcbc;
}
.shop h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.shop-wrap {
  width: 1000px;
  margin: 0 auto;
}
.kaisha {
  width: 100%;
  background: #fff;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
  width: 25%;
  font-weight: bold;
  background-color: #dedede;
}
.page-cont .shop {
  margin-top: 0;
  padding: 0;
  background: #fff;
}
.page-cont .shop h3 {
  color: #000;
}
#news {
  /*background: #fbfbfb;*/
}
.news-wrap {
  padding: 100px 0;
}
.news-wrap h3 {
  font-size: 3.6rem;
  text-align: center;
}
.modListNews {
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
}
#news .modListNews li {
  background: #fff;
}
.modListNews__item {
  border-bottom: 1px solid #d6d6d7;
}
.modListNews__item>a {
  display: flex;
  align-items: center;
  padding: 27px 15px 30px 15px;
}
.modListNews__item__data {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
.modListNews__item__data .datetime {
  width: 90px;
  font-size: 1.2rem;
}
.modListNews__item__title {
  font-size: 1.4rem;
}
.modListNews__item__data .tag {
  min-width: 120px;
  padding: 5px 10px;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #010080;
  line-height: 1;
}
#news .modListNews li.inner-box {
  display: flex;
  align-items: center;
  padding: 27px 15px 30px 15px;
}
.rte>div.article-wrap {
  margin: 0 auto;
  padding-bottom: 150px;
  background: #eeeeee;
}
.article-wrap .article-wrap-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
.article-wrap-inner .subBox h2 {
  text-align: center;
  font-size: 2rem;
}
.article-wrap-inner time {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #5c5c5c;
}
.article-wrap-inner .tag {
  margin: 10px 0;
  color: #5c5c5c;
  font-size: 1rem;
}
.article-wrap-inner .entry_body {
  width: 96%;
  margin: 0 auto;
}
.article-wrap-inner .entry_body p {
  line-height: 2.3;
}
.article-wrap .articleBox {
  display: flex;
  justify-content: space-evenly;
  width: 98%;
  margin: 0 auto;
  margin-top: 10px;
}
footer {
  padding: 30px;
  background: #3b3d40;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul li {
  width: 30%;
}
footer ul li img {
  width: 70%;
}
footer ul li p {
  color: #89898b;
}
footer ul li ul li {
  width: 50%;
  text-align: center;
}
footer ul li ul li a {
  display: block;
  width: 94%;
  padding: 5px 0;
  background: #cccccc;
}
footer ul li:last-child p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
/*.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}*/
}

#privacy .page-header {
  margin-bottom: 100px;
  background-image: url(../images/bg-privacy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,center;
}
#membership .page-header {
  margin-bottom: 100px;
  background-image: url(../images/bg-membership.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,center;
}
#company .page-header {
  margin-bottom: 100px;
  background-image: url(../images/bg-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,center;
}
#fc .page-header {
  margin-bottom: 100px;
  background-image: url(../images/bg-fc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,center;
}
.page-header div {
  position: relative;
  width: 1150px;
  height: 350px;
  margin: 0 auto;
}
.page-header div h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 3rem;
}

.main-wrap {
  width: 100%;
  margin: 0 auto;
}
.page-title h3 {
  text-align: center;
  font-size: 3.6rem;
}
.page-title p {
  position: relative;
  /* display: inline-block; */
  padding: 0 55px;
  width: 330px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}
.page-title p:before, .page-title p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #000;
}
.page-title p:before {
    left: 0;
}
.page-title p::after {
  right: 0;
}
.page-cont {
  width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.main-wrap .page-title p {
  width: 390px;
}
.main-wrap .page-text {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.main-wrap .fc-wrap {
  background: #000080;
}
.main-wrap .fc-inner {
  width: 1150px;
  background: #fff;
}
.fc-inner-flow {
  padding-left: 120px;
  position: relative;
}
.fc-inner-flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.fc-inner-flow > li {
  position: relative;
}
.fc-inner-flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.fc-inner-flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.fc-inner-flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fc-inner-flow > li dl {
  padding-left: 70px;
  position: relative;
}
.fc-inner-flow > li dl::before,
.fc-inner-flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.fc-inner-flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.fc-inner-flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.fc-inner-flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}
.section2::after {
  /*border-bottom: 11vw solid #fbfbfb*/
}
#system {
  margin-top: 50px;
  background: repeating-linear-gradient(135deg,#f1f0f0,#f1f0f0 1px,#fff 0,#fff 10px);
}
.system-wrap h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.6rem;
  text-align: center;
}
.system-wrap h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000080;
}
.system-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.system-wrap-inner {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.system-wrap-inner div {
  width: 40%;
  padding: 20px;
  border: 2px solid #010080;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.system-wrap-inner div h3 {
  display: inline-block;
  font-size: 1.6rem;
  color: #5c5a5a;
  text-align: center;
  background: linear-gradient(transparent 60%,#fef100 0);
}
.price {
  margin-top: -20px;
  font-family: "Oswald",sans-serif;
  letter-spacing: .2rem;
  color: #010080;
  font-size: 6.6rem;
  font-weight: bold;
  text-align: center;
}
.price-sub {
  margin-top: -12px;
  color: #010080;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.price-text {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5c5a5a;
  text-align: center;
  line-height: 22px;
}
.system-sub-inner {
  display: flex;
  justify-content: space-around;
}
.system-sub-inner div {
  width: 30%;
  padding: 20px;
  border: 2px solid #010080;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.system-sub-inner h3 {
  text-align: center;
}
.system-sub-inner .price {
  margin-top: -10px;
  font-size: 4.4rem;
}
.sub-text {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: center;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  #header {
    height: 70px;
  }
  .wrapper {
    padding-top: 70px;
  }
  #header h1 {
    top: 33px;
    left: 55%;
    width: 250px;
    z-index: 1000;
  }
  .sticky-banner {
    bottom: 76px;
  }
  .sticky-banner img {
    width: 85px;
  }
  .section1 h2 {
    width: 70%;
  }
  .section1 .date {
    bottom: 35%;
    top: inherit;
    width: 92%;
  }
  .section1 .date01 {
    position: absolute;
    top: 1%;
    left: 3%;
    width: 80%;
  }
  .section1 .date02 {
    top: initial;
    bottom: 15%;
    left: 3%;
    width: 97%;
  }
  .section1 .date02 h2 {
    position: initial;

    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 1px 1px 2px black;
  }
  .section1 .date02 h2 {

  }
  .section2 .container {
    width: 100%;
  }
  .section2 .container .left {
    width: 100%;
    margin-left: 0;
  }
  .section2 .container h2 {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section2 .container h2 span {
    font-size: 1rem;
  }
  .section2 .container .date-text {
    width: 96%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
  }
  .section2 .container .left h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 1.4rem;
  }
  .section2 .container .left h3 span {
    font-size: 2.4rem;
  }
  .section2 .container .left h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .section2 .container .left li:nth-child(1) {
    flex: 5;
  }
  .section2 .container .left li:nth-child(2) {
      flex: 12;
      padding: 0;
  }
  .section2 .container .left h4 span {
    font-size: 1.6rem;
  }
  .section2 .container .left p {
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
  }
  .section2 .container .left p img {
    width: 50%;
    padding-right: 5px;
  }
  .related {
    margin-bottom: 100px;
  }
  #campaign {
    margin-top: 100px;
    padding-bottom: 0px;
  }
  .campaign-wrap {
    width: 98%;
  }
  .campaign-wrap ul li:nth-child(2), .campaign-wrap ul li:nth-child(3) {
    margin-top: 70px;
  }
  .campaign-wrap ul li p {
    font-size: 12px;
  }
  .area01::before {
    clip-path: polygon(0% 0%, 0% 100%, 80% 100%);
  }
  .area01::after {
    clip-path: polygon(20% 100%, 100% 0%, 100% 100%);
  }
  .step {
    padding: 50px 0;
  }
  .point h3,.step h3,.facility h3,.faq h3,.fc h3,.contact h3,.shop h3,.related h3,#news h3,.campaign-wrap h3 {
    font-size: 2.2rem;
    font-weight: normal;
  }
  #congestion .sub-text {
    font-size: 1rem;
  }
  .congestion-wrap {
    width: 98%;
    margin-top: 20px;
  }
  .congestion-wrap .table_box .img01 {
    width: 15px;
  }
  .congestion-wrap .table_box .img02, .congestion-wrap .table_box .img03 {
    width: 32px;
  }
  /*---------- スクロール可能なテーブル関連のCSS ----------*/
  .table_box {
      display: block;
      overflow: auto;
  }

  .table_box th,
  .table_box td {
      white-space: nowrap;
  }

  /* スクロールバー全体を対象にする */
  .table_box::-webkit-scrollbar {
      width: 10px; /* スクロールバーの幅 */
      height: 10px; /* スクロールバーの高さ */
  }

  /* スクロールバーの背景部分をカスタマイズ */
  .table_box::-webkit-scrollbar-track {
      background: #f1f1f1; /* スクロールバーの背景色 */
      border-radius: 5px; /* 角丸にする */
  }

  /* スクロールバーの操作部分をカスタマイズ */
  .table_box::-webkit-scrollbar-thumb {
      background: #888; /* スクロールバーの操作部分の背景色 */
      border-radius: 5px; /* 角丸にする */
  }

  /* スクロールバーの操作部分にホバーした時のスタイル */
  .table_box::-webkit-scrollbar-thumb:hover {
      background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
  }

  .table_box table th,
  .table_box table td {
      white-space: nowrap;
  }
  .facility h4 {
    width: 370px;
    font-size: 1.6rem;
  }
  .flow {
    flex-direction: column;
    width: 98%;
    padding: 10px;
  }
  .flow > li {
    margin-bottom: 50px;
  }
  .flow > li:not(:last-child) dl::before {
    top: calc(114% - 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .point-wrap {
    width: 100%;
  }
  .point-wrap ul {
    display: inline-block;
  }
  .point-wrap ul li.box {
    width: 98%;
    margin: 0 auto;
  }
  .point-wrap ul li {
    width: 98%;
    margin: 0 auto;
  }
  .point-wrap ul li.text div {
    position: initial;
    transform: initial;
    padding: 15px;
  }
  .related-wrap {
    width: 100%;
  }
  .related-wrap img {
    width: 98%;
  }
  .facility-img {
    width: 100%;
  }
  .facility-wrap {
    width: 98%;
  }
  .facility-wrap .facility-wrap-img ul li {
    position: relative;
    width: 100%;
  }
  .facility-wrap .facility-wrap-img ul li span {
    position: absolute;
    bottom: 15%;
    left: 10px;
    font-size: 24px;
    color: #fff;
  }
  .facility-wrap .facility-wrap-icon li {
    width: 30%;
    margin-bottom: 20px;
    padding: 0;
  }
  .facility-img ul {
    display: inline-block;
  }
  .facility-img ul li {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .facility-img p span {
    font-size: 1.6rem;
  }
  .faq-wrap {
    width: 98%;
  }
  .fc-wrap {
    background-position: center center;
  }
  .fc-wrap div {
    width: 96%;
    padding: 20px;
  }
  .fc-wrap div h4 {
    font-size: 1.4rem;
  }
  .contact-wrap {
    width: 98%;
  }
  .shop-wrap {
    width: 98%;
  }
  .shop {
    padding: 50px 0;
  }
  .shop h3 {
    margin-bottom: 50px;
  }
  .kaisha {
    padding: 20px;
  }
  .kaisha th {
    display: block;
    width: 100%;
  }
  .kaisha td {
    display: block;
  }
  .page-header div {
    width: 100%;
  }
  .main-wrap {
    width: 100%;
  }
  .page-cont {
    width: 98%;
  }
  .main-wrap .page-title p {
    width: 370px;
  }
  .main-wrap .fc-inner {
    width: 98%;
  }
  .fc-inner-flow > li dl {
    padding-left: 50px;
  }
  .fc-inner-flow > li dl::after {
    width: 35px;
  }
  .fc-inner-flow dd {
    margin-left: 0;
  }
  #news{
    padding: 100px 10px 50px 10px;
  }
  .modListNews {
    width: 96%;
  }
  .modListNews__item>a:nth-child(1) {
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px solid #d6d6d7;
  }
  .modListNews__item__data {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .modListNews__item__data .datetime {
    width: 15%;
    font-size: 12px;
  }
  .modListNews__item__data .tag {
    margin: 0 0 0 30px;
    font-size: 12px;
    line-height: initial;
  }
  .modListNews__item__title {
    padding: 0 5px;
    font-size: 1.2rem;
  }
  #news .modListNews li.inner-box {
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px solid #d6d6d7;
  }
  .article-wrap .article-wrap-inner {
    width: 96%;
    padding: 10px;
  }
  ..article-wrap-inner .entry_body {
    width: 100%;
  }
  .article-wrap-inner .subBox h2 {
    font-size: 1.4rem;
  }
  .system-wrap {
    width: 98%;
  }
  .system-wrap h2 {
    font-size: 2.2rem;
    font-weight: normal;
  }
  .system-wrap-inner {
    display: block;
    margin-bottom: 0;
  }
  .system-wrap-inner div {
    width: 100%;
    margin-bottom: 20px;
  }
  .system-sub-inner {
    display: block;
  }
  .system-sub-inner div {
    width: 100%;
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 80px;
  }
  footer ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  footer ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer ul li:last-child {
    margin-bottom: 0;
  }
  footer ul li p {
    text-align: center;
  }
  footer .sticky-banner {
    bottom: 190px;
  }
  /*メニューをページ下部に固定*/
  #sp-fixed-menu{
     position: fixed;
     width: 100%;
     bottom: 0px;
     font-size: 0;
     opacity: 0.9;
     z-index: 99;
  }

  /*メニューを横並びにする*/
  #sp-fixed-menu ul{
     display: flex;
     list-style: none;
     padding:0;
     margin:0;
     width:100%;
     border-top: 1px solid #000080;
  }

  #sp-fixed-menu li{
     justify-content: center;
     align-items: center;
     width: 100%;
     padding:0;
     margin:0;
     font-size: 14px;
     border-top: 1px solid #000080;
  }

  /*左側メニューを緑色に*/
  #sp-fixed-menu li:first-child{
     background: #fff;
  }

  /*左側メニューをオレンジ色に*/
  #sp-fixed-menu li:last-child{
     background: #fff;
  }

  /*ボタンを調整*/
  #sp-fixed-menu li a{
     color: #000080;
     text-align: center;
     display:block;
     width: 100%;
     padding:20px;
     font-size: 1.6rem;
  }
}
