@charset "UTF-8";

@media (max-width: 767px){
}
@media (min-width: 768px){
  #about,
  #plan,
  #access{
    margin-top: -101px;
    padding-top: 101px;
  }
}


/* Navigation
======================================= */
.nav-main ul{
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
  list-style: none;
}
.nav-main a{
  color: inherit;
  text-decoration: none;
}
.nav-main a:hover{
  opacity: .5;
}
.nav-main .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 767px){
  .nav-main-toggle{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--c02);
    padding: 10px;
    width: 46px;
    height: 46px;
  }
  .nav-main-toggle:hover{
    cursor: pointer;
  }
  .nav-main-toggle span,
  .nav-main-toggle span::before,
  .nav-main-toggle span::after{
    display: block;
    border-radius: 2px;
    background: #fff;
    width: 20px;
    height: 4px;
    transition: top .4s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .2s ease;
    transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
  }
  .nav-main-toggle span::before,
  .nav-main-toggle span::after{
    content: "";
    position: absolute;
    left: 0;
  }
  .nav-main-toggle span::before{
    top: -8px;
  }
  .nav-main-toggle span{
    position: relative;
  }
  .nav-main-toggle span::after{
    top: 8px;
  }
  .is-menu-open .nav-main-toggle span{
    top: 0;
    left: 0;
    width: 0;
  }
  .is-menu-open .nav-main-toggle span::before,
  .is-menu-open .nav-main-toggle span::after{
    left: -10px;
  }
  .is-menu-open .nav-main-toggle span::before{
    top: 0;
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .is-menu-open .nav-main-toggle span::after{
    top: 0;
            transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* z-index */
  .nav-main-toggle{
    z-index: 1000;
  }
  /*#container{
    z-index: 900;
  }*/
  .nav-main{
    z-index: 990;
  }

  .nav-main{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,199,223,.9);
    transition: opacity .4s ease, visibility .4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .nav-main ul{
    padding-top: 65px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-main ul li a{
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: url("../img/icon-arrow.svg") right center no-repeat;
    background-size: 22px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 195px;
    line-height: 1.3;
    color: #fff !important;
    font-size: 2.3rem;
    font-weight: bold;
  }
  .nav-main ul li .reserve{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 5px;
    background: var(--c02) url("../img/icon-arrow.svg") right 78px center no-repeat;
    background-size: 21px auto;
    width: 100%;
    color: #000 !important;
    font-size: 1.5rem;
  }

  /* open */
  .is-menu-open{
    overflow: hidden;
  }
  .is-menu-open .nav-main{
    opacity: 1;
    visibility: visible;
  }
  .is-menu-open .nav-main li{
    transform: translateX(0);
    transition: transform .7s ease, opacity .6s ease;
    opacity: 1;
  }
}
@media (min-width: 768px){
  .nav-main-toggle{
    display: none;
  }

  .nav-main{
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--c01);
    /* width: 66.5625vw;
    max-width: 1065px; */
    width: 66.8%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .nav-main ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-main li{
    position: relative;
    width: 25%;
    max-width: 266px;
    flex-basis: 25%;
  }
  .nav-main li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
    /* border-right: 1px dashed #fff; */
    background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
    background-repeat: repeat;
    background-size: 1px 4px;
    width: 1px;
    height: 80px;
  }
  .nav-main li:last-child::after{
    display: none;
  }
  .nav-main a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--c01);
    height: 101px;
    color: #fff;
    font-weight: bold;
  }
  .nav-main a span{
    display: inline-block;
    background-image: url("../img/icon-arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-right: 20px;
  }
  .nav-main .reserve{
    background-color: var(--c02);
    color: #000;
  }
  .nav-main .reserve span{
    background-image: url("../img/icon-arrow-02.svg");
  }
}
@media (min-width: 1000px){
  .nav-main{
    font-size: 1.8rem;
  }
  .nav-main a span{
    background-size: 20px auto;
    padding-right: 26px;
  }
}
@media (min-width: 1611px){
  .nav-main{
    width: 1065px;
  }
}



/* Component
======================================= */
/* Type */

/* Heading */
.common-section-heading{
  text-align: center;
}
@media (max-width: 767px){
  .common-section-heading{
    margin-bottom: 16px;
  }
  .common-section-heading img{
    height: 39px;
  }
}
@media (min-width: 768px){
  .common-section-heading{
    margin-bottom: 20px;
  }
  .common-section-heading img{
    height: 52px;
  }
}

.common-underline{
  text-align: center;
}
.common-underline span{
  background: url("../img/bg-title-line.png") center bottom repeat-x;
  background-size: auto 9px;
}
@media (max-width: 767px){
  .common-underline span{
    background-size: auto 7px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px){
  .common-underline span{
    padding-bottom: 10px;
  }
}

.section-about-heading02,
.section-point-heading02,
.section-plan-heading02{
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.section-about-heading02{
  color: #fff;
}
@media (max-width: 767px){
  .section-about-heading02,
  .section-point-heading02,
  .section-plan-heading02{
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .section-point-heading02{
    margin-bottom: 60px;
  }
}

/* Icons */
.common-icon-arrow-r{
  display: inline-block;
  background: url("../img/icon-arrow-02.svg") right center no-repeat;
}
@media (max-width: 767px){
  .common-icon-arrow-r{
    background-size: 20px auto;
    padding-right: 23px;
    min-height: 20px;
  }
}
@media (min-width: 768px){
  .common-icon-arrow-r{
    background-size: 27px auto;
    padding-right: 33px;
    min-height: 27px;
  }
}

/* Buttons */
.common-button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c02);
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  transition: opacity .2s;
  color: #000;
  font-weight: bold;
}
.common-button:hover{
  opacity: .5;
}
@media (max-width: 767px){
  .common-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-position: right 22px center;
    background-size: 21px auto;
    height: 60px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 768px){
  .common-button{
    border-radius: 10px;
    background-position: right 28px center;
    background-size: 27px auto;
    font-size: 2rem;
  }
}


/* Lists */

/* Tables */

/* Section */
.section{
}
@media (max-width: 767px){
}
@media (min-width: 768px){
}



/* Home
======================================= */
.intro .kv .title span{
  display: block;
}
.intro .reserve-text{
  font-weight: bold;
  text-align: center;
}
.intro .reserve-button{
  text-align: center;
}
@media (max-width: 767px){
  .intro .kv{
    background: var(--c03) url("../img/bg-kv-sp.jpg") center bottom no-repeat;
    background-size: 100% auto;
    height: 198.4vw;
  }
  .intro .kv .title{
    padding-top: 15.6vw;
    padding-bottom: 1.6vw;
    text-align: center;
  }
  /* .intro .kv .title img{
    width: 94.1333vw;
  } */
  .intro .kv .title span{
    background: url("../img/img-title-main-sp.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 100vw;
    height: 103.0667vw;
  }
  .intro .reserve{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro .reserve-text{
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px){
  .intro .kv{
    background: url("../img/bg-kv.jpg") center top no-repeat;
    background-size: cover;
    height: 61.625vw;
  }
  .intro .kv .title{
    padding-top: 2vw;
    padding-left: .5vw;
  }
  .intro .kv .title span{
    background: url("../img/img-title-main.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 30.9375vw;
    height: 40.1875vw;
  }
  .intro .reserve{
    margin-bottom: 101px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro .reserve-text{
    margin-bottom: 35px;
    line-height: 1.3;
    font-size: 2rem;
    letter-spacing: .05em;
  }
  .intro .reserve-button a{
    width: 450px;
    height: 78px;
  }
}



/* About */
.section-about{
  background-color: var(--c01);
  background-repeat: no-repeat;
}
.section-about-intro{
  font-weight: bold;
  text-align: center;
}
.section-about-popup{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  text-align: center;
}
.section-about-data{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  line-height: 1.3;
  font-weight: bold;
}
.section-about-data-link{
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px){
  .section-about{
    margin-bottom: 55px;
    background-image: url("../img/bg-about-01-sp.jpg"), url("../img/bg-about-02-sp.png");
    background-position: center 15px, center bottom 23px;
    background-size: 100% auto, 350px auto;
    padding-top: 43px;
    padding-bottom: 118px;
  }
  .section-about-intro{
    margin-bottom: 24px;
    font-size: 1.2rem;
  }
  .section-about-popup{
    margin: 0 auto 25px auto;
    background-image: url("../img/bg-about-text-01-sp.png");
    padding-bottom: 1.2em;
    width: 100%;
    height: 110px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .section-about-data{
    align-items: flex-start;
    border-radius: 5px;
    padding: 10px 12px;
  }
  .section-about-data dt,
  .section-about-data dd{
    margin-bottom: 10px;
  }
  .section-about-data dt:last-of-type,
  .section-about-data dd:last-of-type{
    margin-bottom: 0;
  }
  .section-about-data dt{
    padding-top: 5px;
    flex: 0 0 60px;
    font-size: 1.2rem;
  }
  .section-about-data dd{
    flex-basis: calc(100% - 60px);
    font-size: 2rem;
  }
  .section-about-data dd small{
    display: block;
    font-size: 1rem;
  }
  .section-about-data-link{
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 1.2rem;
  }
  .section-about-box{
    background: url("../img/bg-about-text-02-sp.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 28px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px){
  .section-about{
    margin-bottom: 65px;
    background-image: url("../img/bg-about-01.jpg"), url("../img/bg-about-02.png");
    background-position: center 30px, center bottom 34px;
    background-repeat: no-repeat;
    background-size: 1480px auto, 1270px auto;
    padding-top: 58px;
    padding-bottom: 210px;
  }
  .section-about-intro{
    margin-bottom: 70px;
    line-height: 2.8rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .section-about-popup{
    margin-bottom: 25px;
    background-image: url("../img/bg-about-text-01.png");
    padding-bottom: 20px;
    width: 649px;
    height: 136px;
    font-size: 2.4rem;
  }
  .section-about-data{
    border-radius: 10px;
    padding: 25px 35px;
  }
  .section-about-data dt,
  .section-about-data dd{
    margin-bottom: 10px;
  }
  .section-about-data dt:last-of-type,
  .section-about-data dd:last-of-type{
    margin-bottom: 0;
  }
  .section-about-data dt{
    flex-basis: 126px;
    font-size: 2.5rem;
  }
  .section-about-data dd{
    flex-basis: calc(100% - 126px);
    font-size: 4.2rem;
  }
  .section-about-data dd small{
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .section-about-data-link{
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .section-about-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: url("../img/bg-about-text-02.png") center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 398px;
    font-size: 1.6rem;
  }
}



/* Point */
.section-point-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-point-content > div{
  background: var(--c01);
}
.section-point-content .text-block .title{
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: normal;
}
.section-point-content .text-block .text small{
  display: block;
  margin-top: .5em;
  line-height: 1.3;
  font-size: 1rem;
}
@media (max-width: 767px){
  .section-point{
    margin-bottom: 50px;
  }
  .section-point-content .item03{
    order: 1;
  }
  .section-point-content .item01{
    order: 2;
  }
  .section-point-content .item02{
    order: 3;
  }
  .section-point-content .item04{
    order: 4;
  }
  .section-point-content .item05{
    order: 5;
  }
  .section-point-content .item07{
    order: 6;
  }
  .section-point-content .item06{
    order: 7;
  }
  .section-point-content .item01,
  .section-point-content .item02{
    margin-bottom: 25px;
    width: 169px;
    max-width: 169px;
    flex: 0 0 169px;
  }
  .section-point-content .item01,
  .section-point-content .item02,
  .section-point-content .item05{
    margin-bottom: 25px;
  }
  .section-point-content .item03,
  .section-point-content .item04,
  .section-point-content .item07{
    margin-bottom: 6px;
  }
  .section-point-content .text-block{
    padding: 25px;
  }
  .section-point-content .text-block .text{
    font-size: 1.5rem;
  }
  .section-point-content .item04 .logo-coleman{
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px){
  .section-point{
    margin-bottom: 183px;
  }
  .section-point-content > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 24px;
    width: 323px;
    height: 322px;
    flex: 0 0 323px;
  }
  .section-point-content .long-block{
    width: 661px;
    flex: 0 0 661px;
  }
  .section-point-content .image-block{
    padding: 0;
  }
  .section-point-content .text-block .text{
    font-size: 1.4rem;
  }
  .section-point-content .item04 .logo-coleman{
    margin-bottom: 10px;
  }
}

.section-tips{
  background: var(--c03);
}
.section-tips-heading{
  font-weight: normal;
}
.tips-lineup .item-text small{
  display: block;
  line-height: 1.3;
}
@media (max-width: 767px){
  .section-tips{
    padding-top: 17px;
    padding-bottom: 20px;
  }
  .section-tips-heading{
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .tips-lineup{
    padding-right: 16px;
    padding-left: 16px;
  }
  .tips-lineup .item{
    margin-bottom: 20px;
  }
  .tips-lineup .item:last-child{
    margin-bottom: 0;
  }
  .tips-lineup .item-image{
    margin-bottom: 7px;
    text-align: center;
  }
  .tips-lineup .item-image img{
    width: 169px;
  }
  .tips-lineup .item-title{
    font-size: 1.8rem;
  }
  .tips-lineup .item-text{
    font-size: 1.5rem;
  }
  .tips-lineup .item-text small{
    font-size: 1rem;
  }
}
@media (min-width: 768px){
  .section-tips{
    padding-top: 32px;
    padding-bottom: 46px;
  }
  .section-tips-heading{
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .tips-lineup{
    display: flex;
    justify-content: center;
    gap: 82px;
  }
  .tips-lineup .item{
    width: 225px;
    max-width: 225px;
    flex-basis: 225px;
  }
  .tips-lineup .item-image{
    margin-bottom: 30px;
  }
  .tips-lineup .item-title{
    font-size: 1.6rem;
  }
  .tips-lineup .item-text{
    font-size: 1.4rem;
  }
  .tips-lineup .item-text small{
    font-size: 1rem;
  }
}



/* Plan */
.section-plan{
  background-color: var(--c03);
}
.plan-lineup .item-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-weight: 500;
  text-align: center;
}
.plan-lineup .item-title-01{
  background-image: url("../img/bg-plan-item-title-01.png");
}
.plan-lineup .item-title-02{
  background-image: url("../img/bg-plan-item-title-02.png");
}
.plan-lineup .item-title-03{
  background-image: url("../img/bg-plan-item-title-03.png");
}
.plan-lineup .item-title .text01,
.plan-lineup .item-title .text02{
  display: block;
  line-height: 1;
  flex: 0 0 100%;
}
.plan-lineup .item-title .text01{
  color: var(--c01);
}
.plan-lineup .item-title .text02{
  font-size: 50%;
}
.plan-lineup .item-data{
  line-height: 1;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.plan-reserve{
  text-align: center;
}
.plan-notice{
  font-size: 1rem;
}
.plan-notice > li{
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px){
  .section-plan{
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .section-plan-heading02{
    margin-bottom: 47px;
  }
  .plan-lineup{
    margin-right: auto;
    margin-left: auto;
    width: 52vw;
  }
  .plan-lineup .item{
    margin-bottom: 50px;
  }
  .plan-lineup .item:last-child{
    margin-bottom: 20px;
  }
  .plan-lineup .item-title{
    margin-bottom: 20px;
    height: 66px;
    font-size: 3rem;
  }
  .plan-lineup .item-catchcopy{
    margin-bottom: 24px;
    font-size: 1.1rem;
    text-align: center;
  }
  .plan-lineup .item-planname{
    margin-bottom: 9px;
    text-align: center;
  }
  .plan-lineup .item-planname img{
    width: auto;
    height: 68px;
  }
  .plan-lineup .item-data{
    border-top: 3px solid #000;
    font-size: 1.4rem;
  }
  .plan-lineup .item-data .item-data-row{
    border-bottom: 4px solid #000;
    padding-top: 8px;
    padding-bottom: 8px;;
  }
  .plan-lineup .item-data .item-data-row p{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan-lineup .item-data .item-data-row p + p{
    margin-top: 5px;
  }
  .plan-lineup .item-data .item-data-row .data-label{
    margin-right: 5px;
    font-size: 1rem;
  }
  .plan-lineup .item-data .item-data-row .data-content{
    font-size: 2.3rem;
  }
  .plan-lineup .item-data .item-data-row .data-content small{
    font-size: 60%;
  }
  .plan-notice{
    margin-bottom: 45px;
  }
}
@media (min-width: 768px){
  .section-plan{
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .section-plan-heading02{
    margin-bottom: 57px;
  }
  .plan-lineup{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .plan-lineup .item{
    width: 260px;
    max-width: 260px;
    flex: 0 0 260px;
  }
  .plan-lineup .item-title{
    margin-bottom: 20px;
    height: 87px;
    font-size: 4rem;
  }
  .plan-lineup .item-catchcopy{
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: center;
  }
  .plan-lineup .item-planname{
    margin-bottom: 12px;
    text-align: center;
  }
  .plan-lineup .item-planname img{
    width: 230px;
  }
  .plan-lineup .item-data{
    border-top: 4px solid #000;
    font-size: 1.8rem;
  }
  .plan-lineup .item-data .item-data-row{
    border-bottom: 4px solid #000;
    padding-top: 8px;
    padding-bottom: 8px;;
  }
  .plan-lineup .item-data .item-data-row p{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan-lineup .item-data .item-data-row p + p{
    margin-top: 5px;
  }
  .plan-lineup .item-data .item-data-row .data-label{
    font-size: 1.4rem;
  }
  .plan-lineup .item-data .item-data-row .data-content{
    font-size: 3rem;
  }
  .plan-lineup .item-data .item-data-row .data-content small{
    font-size: 60%;
  }
  .plan-notice{
    margin-bottom: 58px;
  }
  .plan-reserve a{
    width: 450px;
    height: 78px;
  }
}



/* Equipment */
.section-equipment-heading,
.section-equipment-intro,
.equipment-content-col{
  color: #fff;
}
.section-equipment-intro{
  font-weight: bold;
  text-align: center;
}
.equipment-content-col{
  background: rgba(0,0,0,.7);
}
.equipment-content .item-title{
  margin-bottom: .5em;
  color: var(--c02);
  font-weight: 500;
}
.equipment-content .list-dot{
  padding-left: 1em;
  list-style: disc outside;
}
.equipment-content .list-dot > li{
  margin-top: .2em;
  margin-bottom: .2em;
}
.equipment-content .list-notice{
  padding-left: 1em;
  text-indent: -1em;
}
.equipment-content .hinata a{
  display: flex;
  justify-content: space-between;
  color: #fff !important;
}
.equipment-content .hinata .text{
  text-decoration: underline;
}
.equipment-content .hinata .logo{
  flex: 0 0 100px;
}
.equipment-content .hinata{
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px){
  .section-equipment{
    background: url("../img/bg-equipment-sp.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .section-equipment-heading{
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .section-equipment-intro{
    margin-bottom: 14px;
    font-size: 1.2rem;
  }
  .equipment-content-col{
    margin-bottom: 18px;
    line-height: 1.4;
    font-size: 1rem;
    letter-spacing: normal;
  }
  .equipment-content .item-inner{
    padding: 20px;
  }
  .equipment-content .item-title{
    font-size: 1.5rem;
  }
}
@media (min-width: 768px){
  .section-equipment{
    background-image: url("../img/bg-equipment-02.png"), url("../img/bg-equipment.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1600px auto, cover;
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .section-equipment-heading{
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
  .section-equipment-intro{
    margin-bottom: 42px;
    font-size: 1.6rem;
  }
  .equipment-content{
    display: flex;
    justify-content: space-between;
  }
  .equipment-content-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.4;
    flex: 0 0 48.4%;
    font-size: 1.3rem;
  }
  .equipment-content .item-inner{
    padding: 30px 28px;
  }
  .equipment-content .item-title{
    font-size: 2.2rem;
  }
}


/* Image */
.image-timeline .item{
  font-weight: bold;
}
.image-timeline dl{
  display: flex;
}
@media (max-width: 767px){
  .section-image{
    margin-bottom: 50px;
    background: var(--c01) url("../img/bg-image-sp.png") center bottom 60px no-repeat;
    background-size: 100% auto;
    padding-top: 44px;
    padding-bottom: 50px;
  }
  .section-image-heading{
    margin-bottom: 44px;
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
  .image-timeline{
    margin-right: auto;
    margin-left: auto;
    border-top: 3px solid #fff;
    width: 68.6667vw;
    font-size: 1.2rem;
  }
  .image-timeline .item{
    border-bottom: 3px solid #fff;
    padding: 8px 6px;
    letter-spacing: normal;
  }
  .image-timeline .time{
    flex: 0 0 75px;
  }
}
@media (min-width: 768px){
  .section-image{
    margin-bottom: 60px;
    background: var(--c01) url("../img/bg-image.jpg") center center no-repeat;
    background-size: 1000px auto;
    padding-top: 56px;
    padding-bottom: 70px;
  }
  .section-image-heading{
    margin-bottom: 44px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .image-timeline{
    margin-right: auto;
    margin-left: auto;
    border-top: 4px solid #fff;
    width: 587px;
  }
  .image-timeline .item{
    border-bottom: 4px solid #fff;
    padding: 12px 20px;
  }
  .image-timeline .time{
    flex: 0 0 105px;
  }
}



/* Access */
.access-content .access-notice{
  background: var(--c03);
}
.access-content .access-notice dt{
  font-weight: bold;
  text-align: center;
}
.access-content .access-notice dd ul{
  padding-left: 1em;
  line-height: 1.5;
  list-style: disc outside;
}
@media (max-width: 767px){
  .section-access{
    margin-bottom: 50px;
  }
  .section-access-heading{
    margin-bottom: 40px;
  }
  .access-content .address{
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: bold;
  }
  .access-content .address small{
    font-size: 1.8rem;
  }
  .access-content .route{
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .access-content .map{
    margin-bottom: 18px;
  }
  .access-content .button{
    margin-bottom: 60px;
  }
  .access-content .access-notice{
    padding: 20px 12px;
    font-size: 1rem;
  }
  .access-content .access-notice dt{
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px){
  .section-access{
    margin-bottom: 70px;
  }
  .section-access-heading{
    margin-bottom: 32px;
  }
  .access-content{
    display: flex;
    justify-content: space-between;
  }
  .access-content-col{
    flex: 0 0 46.6%;
  }
  .access-content .address{
    margin-bottom: 42px;
    font-size: 3rem;
    font-weight: bold;
  }
  .access-content .address small{
    font-size: 2.4rem;
  }
  .access-content .route{
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .access-content .button{
    margin-bottom: 80px;
  }
  .access-content .button a{
    width: 100%;
    height: 78px;
  }
  .access-content .access-notice{
    padding: 30px 18px;
    font-size: 1.2rem;
  }
  .access-content .access-notice dt{
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}



/* Sponsor */
.sponsor-content{
  line-height: 1.3125;
  font-weight: bold;
}
.sponsor-content-col{
  text-align: center;
}
@media (max-width: 767px){
  .section-sponsor-heading{
    margin-bottom: 45px;
  }
  .sponsor-content{
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .sponsor-content-col{
    margin-bottom: 40px;
  }
  .sponsor-content .logo{
    margin-bottom: 22px;
  }
  .sponsor-content .logo img{
    width: auto;
    height: 86px;
  }
}
@media (min-width: 768px){
  .section-sponsor{
    margin-bottom: 60px;
  }
  .section-sponsor-heading{
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .sponsor-content{
    display: flex;
    justify-content: space-between;
  }
  .sponsor-content-col{
    flex: 0 0 50%;
  }
  .sponsor-content .logo{
    margin-bottom: 35px;
  }
  .sponsor-content .logo img{
    width: 414px;
  }
}



/* Contact */
.section-contact{
  background-color: var(--c03);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.contact-text .text{
  display: inline-block;
  text-align: left;
}
.contact-mail{
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px){
  .section-contact{
    background-image: url("../img/bg-contact-sp.png");
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .section-contact-heading{
    margin-bottom: 30px;
    font-weight: 1.8rem;
  }
  .contact-text .text{
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .contact-mail{
    font-size: 3rem;
  }
}
@media (min-width: 768px){
  .section-contact{
    background-image: url("../img/bg-contact.png");
    background-size: 1599px auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-contact-heading{
    margin-bottom: 38px;
    font-weight: 2.4rem;
  }
  .contact-text .text{
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .contact-mail{
    font-size: 4rem;
  }
}



.footer-logo{
  text-align: center;
}
@media (max-width: 767px){
  .footer-logo{
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .footer-logo img{
    width: 230px;
  }
}
@media (min-width: 768px){
  .footer-logo{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-logo img{
    width: 310px;
  }
}
