@charset "UTF-8";
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .mr-container{
    max-width: 1000px;
    margin: 70px auto 0;
  }
  .mr-main-h1{
    font-size: 22px;
  }
  .mr-main__txt{
    margin-top: 60px;
    font-size: 14px;
    line-height: 2;
  }
  .mr-main__txt a:hover{
    color: #3799cc;
    opacity: 0.7;
  }
  .mr-main__info{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  html:lang(ja) .mr-main__info{
    max-width: 25%;
    margin: auto;
  }
  .mr-main__list{
    position: relative;
    padding-left: 1em;
    line-height: 1.88;
  }
  .mr-main__list::before{
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.8em;
    background: #3799CC;
  }
  .mr-main{
    text-align: center;
    margin-bottom: 40px;
  }
  .mr-anchor{
    margin-bottom: 100px;
  }
  .mr-anchor__list{
    display: flex;
    justify-content: center;
  }
  .mr-anchor__list-item{
    width: 320px;
  }
  .mr-anchor__list-item + .mr-anchor__list-item{
    margin-left: 20px;
  }
  .mr-anchor__list-item .mr-anchor__list-item-link,
  .mr-anchor__list-item .mr-anchor__list-item-link:visited{
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 22px;
    background-color: #d8d8d8;
    position: relative;
  }
  .mr-anchor__list-item-link::after{
    content: "";
    background-image: url(/common/img/icon_arrow_black.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(90deg);
  }

  /* sec */
  .mr-sec + .mr-sec{
    margin-top: 100px;
  }
  .mr-sec__txt{
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 70px;
  }
  .mr-sec__h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .mr-sec__note{
    color: red;
    margin-bottom: 30px;
  }
  .mr-sec__facility{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  .mr-sec__facility-card{
    background: #ffffff;
    padding: 20px;
    width: 320px;
  }
  .mr-sec__facility-card + .mr-sec__facility-card{
    margin-left: 20px;
  }
  .mr-sec__facility-title{
    margin-bottom: 20px;
    text-align: center;
  }
  .mr-sec__facility-title-sub{
    margin-bottom: 16px;
    line-height: 1;
    font-size: 12px;
    color: #555555;
  }
  .mr-sec__facility-title-main{
    font-size: 16px;
    line-height: 1.63;
  }
  .mr-sec__facility-img{
    margin-bottom: 20px;
  }


  .mr-sec__facility2{
    display: flex;
    margin-bottom: 60px;
  }
  .mr-sec__facility-card2{
    background: #ffffff;
    padding: 20px;
    margin-left: 00px;
    margin-right: 00px;
    width: 280px;
  }
  .mr-sec__facility-card2 + .mr-sec__facility-card2{
    margin-left: 20px;
  }
  .mr-sec__facility-title2{
    margin-bottom: 20px;
    text-align: center;
  }
  .mr-sec__facility-title-sub2{
    margin-bottom: 16px;
    line-height: 1;
    font-size: 12px;
    color: #555555;
  }
  .mr-sec__facility-title-main2{
    font-size: 16px;
    line-height: 1.63;
  }
  .mr-sec__facility-img2{
    margin-bottom: 20px;
  }

  /* 日本語 */
  html:lang(ja) .mr-sec__facility-txt{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    min-height: 22%;
  }
  html:lang(ja) .mr-sec:nth-of-type(2) .mr-sec__facility-title-main{
    min-height: 104px;
  }
  html:lang(ja) .mr-sec:nth-of-type(2) .mr-sec__facility-txt{
    min-height: 140px;
  }

  html:lang(ja) .mr-sec__facility-txt2{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    min-height: 2%;
  }
  html:lang(ja) .mr-sec:nth-of-type(2) .mr-sec__facility-title-main2{
    min-height: 104px;
  }
  html:lang(ja) .mr-sec:nth-of-type(2) .mr-sec__facility-txt2{
    min-height: 140px;
  }


  /* 英語 */
  .mr-sec__facility-txt{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    min-height: 22%;
  }
  .mr-sec:nth-of-type(2) .mr-sec__facility-title-main{
    min-height: 130px;
  }
  .mr-sec:nth-of-type(2) .mr-sec__facility-txt{
    min-height: 168px;
  }


  .mr-sec__facility-txt2{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    min-height: 2%;
  }
  .mr-sec:nth-of-type(2) .mr-sec__facility-title-main2{
    min-height: 104px;
  }
  .mr-sec:nth-of-type(2) .mr-sec__facility-txt2{
    min-height: 140px;
  }

  .mr-sec__facility-card .mr-sec__facility-link,
  .mr-sec__facility-card .mr-sec__facility-link:visited{
    display: block;
    background-color: #3799cc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
    position: relative;
  }
  .mr-sec__facility-link:hover{
    /* color: #ffffff; */
    cursor: pointer;
  }
  .mr-sec__facility-link:hover::after{
    right: 57px;
  }
  .mr-sec__facility-link::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/common/img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 67px;
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .mr-sec__facility-link-close{
    pointer-events: none;
    position: relative;
  }
  .mr-sec__facility-link-close::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .mr-sec__facility-link-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    z-index: 80;
    line-height: 1.5;
  }

  .mr-sec__facility-card2 .mr-sec__facility-link2,
  .mr-sec__facility-card2 .mr-sec__facility-link2:visited{
    display: block;
    background-color: #3799cc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
    position: relative;
  }
  .mr-sec__facility-link2:hover{
    /* color: #ffffff; */
    cursor: pointer;
  }
  .mr-sec__facility-link2:hover::after{
    right: 57px;
  }
  .mr-sec__facility-link2::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/common/img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 67px;
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .mr-sec__facility-link-close2{
    pointer-events: none;
    position: relative;
  }
  .mr-sec__facility-link-close2::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .mr-sec__facility-link-text2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    z-index: 80;
    line-height: 1.5;
  }
  
  .mr-sec__facility-redtxt{
    margin-bottom: 10px;
    color: red;
  }
  .mr-sec__facility-dummyreserve{
    width: 100%;
    height: 55px;
  }
  .mr-sec__facility-resWrap{
    text-align: center;
  }
  .mr-sec__facility-reserve{
    display: block;
    padding: 15px;
    color: #599DD7;
    border: 1px solid #599DD7;
    text-align: center;
  }
  .mr-sec__facility-resWrap .mr-sec__facility-reserve{
    margin-top: 10px;
  }
  .mr-sec__facility-dummyreserve + .mr-sec__facility-redtxt{
    margin-top: 10px;
  }
  .mr-sec__facility-reserve + .mr-sec__facility-reserve{
    margin-top: 10px;
  }
  .mr-sec__facility-reserve:hover{
    color: #ffffff;
    background-color: #3D9FD2;
  }


  .mr-sec__building{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mr-sec__building + .mr-sec__h3{
    margin-top: 60px;
  }
  .mr-sec__building-item{
    position: relative;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.88;
    width: calc(1000px / 4);
  }
  .mr-sec:nth-of-type(2) .mr-sec__building{
    width: 844px;
  }
  .mr-sec:nth-of-type(2) .mr-sec__building-item{
    width: auto;
  }
  .mr-sec__building-item::before{
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.8em;
    content: "";
    background: #3799CC;
  }
  .mr-sec__about-desc + .mr-sec__about-title{
    margin-top: 60px;
  }
  .mr-sec__about-desc{
    font-size: 12px;
    line-height: 2;
  }
  .mr-sec__about-desc a{
    color: #3799CC;
  }
  .mr-sec__about-desc a:hover{
    cursor: pointer;
    opacity: 0.7;
  }
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  .mr-pc-only{
    display: none;
  }
  
  .mr-container{
    padding: 0 3.2vw;
    margin-top: 11.466666vw;
  }
  .mr-main-h1{
    text-align: center;
    font-size: 4.2666666vw;
  }
  .mr-main__txt{
    margin-top: 10.6666666vw;
    font-size: 3.2vw;
    line-height: 2;
  }
  .mr-main__list{
    position: relative;
    padding-left: 1em;
    font-size: 3.2vw;
    line-height: 2;
  }
  .mr-main__list::before{
    border-radius: 50%;
    width: 0.8vw;
    height: 0.8vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0.8em;
    content: "";
    background: #3799CC;
  }
  .mr-main{
    margin-bottom: 10.666666vw;
  }
  .mr-anchor{
    margin-bottom: 21.333333vw;
  }
  .mr-anchor__list-item{
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
  .mr-anchor__list-item + .mr-anchor__list-item{
    margin-top: 2.666666vw;
  }
  .mr-anchor__list-item .mr-anchor__list-item-link,
  .mr-anchor__list-item .mr-anchor__list-item-link:visited{
    display: block;
    font-size: 3.73333333vw;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-right: 9.33333333vw;
    padding-left: 9.33333333vw;
    position: relative;
    background-color: #d8d8d8;
  }
  .mr-anchor__list-item-link::after{
    background-image: url(/common/img/icon_arrow_black.svg);
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4vw;
    transform: rotate(90deg);
  }

  /* sec */
  .mr-sec + .mr-sec{
    margin-top: 26.666666vw;
  }
  .mr-sec__txt{
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 18.666666vw;
  }
  .mr-sec__h3{
    font-size: 4.8vw;
    line-height: 1.8;
    margin-bottom: 8vw;
  }
  .mr-sec__note{
    color: red;
    margin-bottom: 8vw;
    font-size: 3.73333vw;
  }
  .mr-sec__facility{
    margin-bottom: 16vw;
  }
  .mr-sec__facility-card{
    background: #ffffff;
    padding: 5.333333vw;
  }
  .mr-sec__facility-card + .mr-sec__facility-card{
    margin-top: 8vw;
  }
  .mr-sec__facility-card img{
    width: 100%;
  }
  .mr-sec__facility-title{
    margin-bottom: 2.4vw;
    text-align: center;
  }
  .mr-sec__facility-title-sub{
    margin-bottom: 2.9333333vw;
    line-height: 1;
    font-size: 3.2vw;
    color: #555555;
  }
  .mr-sec__facility-title-main{
    font-size: 3.7333333vw;
    line-height: 2;
  }
  .mr-sec__facility-img{
    margin-bottom: 2.6666666vw;
  }
  .mr-sec__facility-txt{
    font-size: 3.2vw;
    line-height: 2.3;
    margin-bottom: 4.8vw;
  }
  .mr-sec__facility-card .mr-sec__facility-link,
  .mr-sec__facility-card .mr-sec__facility-link:visited{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #3799cc;
    font-size: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    height: 18.66666666vw;
    padding-right: 9.33333333vw;
    padding-left: 9.33333333vw;
    position: relative;
  }
  .mr-sec__facility-link::after{
    content: "";
    background-image: url(/common/img/icon_arrow_white.svg);
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20vw;
  }
  .mr-sec__facility-link-close{
    pointer-events: none;
    cursor: default;
    position: relative;
  }
  .mr-sec__facility-link-close::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .mr-sec__facility-link-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    z-index: 80;
    line-height: 1.5;
  }


  .mr-sec__facility2{
    margin-bottom: 16vw;
  }
  .mr-sec__facility-card2{
    background: #ffffff;
    padding: 5.333333vw;
  }
  .mr-sec__facility-card2 + .mr-sec__facility-card2{
    margin-top: 8vw;
  }
  .mr-sec__facility-card2 img{
    width: 100%;
  }
  .mr-sec__facility-title2{
    margin-bottom: 2.4vw;
    text-align: center;
  }
  .mr-sec__facility-title-sub2{
    margin-bottom: 2.9333333vw;
    line-height: 1;
    font-size: 3.2vw;
    color: #555555;
  }
  .mr-sec__facility-title-main2{
    font-size: 3.7333333vw;
    line-height: 2;
  }
  .mr-sec__facility-img2{
    margin-bottom: 2.6666666vw;
  }
  .mr-sec__facility-txt2{
    font-size: 3.2vw;
    line-height: 2.3;
    margin-bottom: 4.8vw;
  }
  .mr-sec__facility-card2 .mr-sec__facility-link2,
  .mr-sec__facility-card2 .mr-sec__facility-link2:visited{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #3799cc;
    font-size: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    height: 18.66666666vw;
    padding-right: 9.33333333vw;
    padding-left: 9.33333333vw;
    position: relative;
  }
  .mr-sec__facility-link2::after{
    content: "";
    background-image: url(/common/img/icon_arrow_white.svg);
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20vw;
  }
  .mr-sec__facility-link-close2{
    pointer-events: none;
    cursor: default;
    position: relative;
  }
  .mr-sec__facility-link-close2::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .mr-sec__facility-link-text2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    z-index: 80;
    line-height: 1.5;
  }

  .mr-sec__facility-redtxt{
    margin-bottom: 2.66667vw;
    color: red;
  }
  .mr-sec__facility-dummyreserve{
    display: none;
  }
  .mr-sec__facility-resWrap{
    font-size: 3.73333vw;
    text-align: center;
  }
  .mr-sec__facility-reserve{
    display: block;
    padding: 4vw;
    font-size: 3.73333vw;
    color: #599DD7;
    border: 1px solid #599DD7;
    text-align: center;
  }
  .mr-sec__facility-resWrap .mr-sec__facility-reserve{
    margin-top: 2.66667vw;
  }
  .mr-sec__facility-reserve + .mr-sec__facility-reserve{
    margin-top: 2.66667vw;
  }
  .mr-sec__facility-reserve:hover{
    color: #ffffff;
    background-color: #3D9FD2;
  }

  .mr-sec__building + .mr-sec__h3{
    margin-top: 21.333333vw;
  }
  .mr-sec__building-item{
    position: relative;
    padding-left: 1em;
    font-size: 3.2vw;
    line-height: 2;
  }
  .mr-sec__building-item::before{
    border-radius: 50%;
    width: 0.8vw;
    height: 0.8vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0.8em;
    content: "";
    background: #3799CC;
  }
  .mr-sec__building-item dl{
    margin-bottom: 8vw;
  }
  .mr-sec__about-desc + .mr-sec__about-title{
    margin-top: 21.3333333vw;
  }
  .mr-sec__about-desc{
    font-size: 3.2vw;
    line-height: 2;
  }
  .mr-sec__about-desc a{
    color: #3799CC;
  }
}