@charset "UTF-8";
@media screen and (min-width: 641px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background: linear-gradient(90deg, #50bbc7 0%, #50bbc7 50%, #cc2847 50%, #cc2847 100%);
  }
  #contents * {
    box-sizing: border-box;
  }
  #contents img, #contents a {
    display: block;
    width: 100%;
    height: auto;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents dl {
    margin: 0;
    padding: 0;
  }
  #contents dd {
    margin-inline-start: 0px;
  }
  #contents .auto {
    width: 1030px;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  #contents .pc_none {
    display: none !important;
  }
  #contents .conts_top {
    padding-bottom: 90px;
  }
  #contents .arrow {
    width: 728px;
    margin: 0 auto;
  }
  #hm section, #mj section {
    background-color: #fff;
  }
  #contents .outer {
    width: 940px;
    margin: 0 auto;
  }
  #contents .btn a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    width: 285px;
    border-radius: 10px;
    position: relative;
    padding: 8px 0 6px;
    background-image: url("../img/share/arrow_01.png");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center right 18px;
  }
  #mj .btn a {
    background-color: #dd4400;
    box-shadow: 0 6px 0 0 #a33704;
    transition: 0.3s all;
  }
  #mj .btn a:hover {
    box-shadow: 0 2px 0 0 #a33704;
    transform: translateY(-2px);
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /* タブ */
  #contents section.tab {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    margin: -19px auto 0;
    float: none;
    position: relative;
    padding-bottom: 0;
  }
  #contents section.tab .tabLabel {
    margin-right: 3px;
    padding: 31px 12px 31px;
    flex: 1;
    order: -1;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    line-height: 1.3;
  }
  #contents section.tab .tab_01 {
    background-color: #009fb1;
    border: 5px solid #009fb1;
  }
  #contents section.tab #TAB-A01:checked + label {
    border: 5px solid #fff;
    border-bottom: 0;
    box-shadow: 3px 6px 0px 3px rgba(255, 255, 255, 1);
  }
  #contents section.tab .tab_02 {
    background-color: #181d5e;
    border: 5px solid #181d5e;
  }
  #contents section.tab #TAB-A02:checked + label {
    border: 5px solid #fff;
    border-bottom: 0;
    box-shadow: 3px 6px 0px 3px rgba(255, 255, 255, 1);
  }
  #contents section.tab .tabLabel:nth-last-of-type(1) {
    margin-right: 0;
    text-align: center;
  }
  #contents section.tab input { /* ラジオボタン非表示 */
    display: none;
  }
  #contents section.tab .content { /* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0 auto;
  }
  /*アクティブ設定*/
  #contents section.tab input:checked + .tabLabel + .content {
    height: auto;
    box-shadow: 3px 1px 2px rgb(0 0 0 / 20%);
    opacity: 1;
  }
  /*施設情報＿共通*/
  #contents .conts_info {
    padding-bottom: 124px;
  }
  #contents .conts_info h2 {
    background-color: #0d56a7;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    padding: 10px 0 10px;
    border-radius: 10px 10px 0 0;
  }
  #contents .conts_info .info_wrapper {
    background-color: #e5f0fb;
    border-radius: 0 0 10px 10px;
  }
  #contents .conts_info .block {
    margin-bottom: 24px;
  }
  #contents .conts_info .block:last-of-type {
    margin-bottom: 0;
  }
  #contents .conts_info .block_01 .outer {
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0 70px;
    justify-content: space-between;
  }
  #contents .conts_info .block_01 .outer .map {
    width: 490px;
    height: 340px;
  }
  #contents .conts_info .block_01 .outer .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents .conts_info .block_02 .outer {
    padding: 38px 0 56px;
  }
  #contents .conts_info .top_box {
    margin-bottom: 49px;
  }
  #contents .conts_info .top_box dl {
    margin-bottom: 27px;
  }
  #contents .conts_info .top_box dt {
    display: inline-block;
    background-color: #0d56a7;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    width: 115px;
    text-align: center;
    font-size: 18px;
    margin-right: 16px;
    padding: 2px 0 3px;
  }
  #contents .conts_info .top_box dd {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
  }
  #contents .conts_info .top_box dd a {
    font-size: 21px;
  }
  #contents .conts_info .sns_box {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 23px 116px;
  }
  #contents .conts_info .sns_box .img {
    width: 47px;
    margin-right: 22px;
  }
  #contents .conts_info .btn_box {
    width: 285px;
    margin-left: 65px;
  }
  #contents .conts_info .btn_box .text {
    text-align: center;
    font-weight: 600;
    color: #e7316e;
    margin-bottom: 10px;
  }
  #contents .conts_info .btn_box .text span {
    padding: 0 12px;
    background-image: url("../img/mj/area_figure_01.png"), url("../img/mj/area_figure_02.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center left, center right;
  }
  #contents .conts_info .img_box .img {
    width: 453px;
  }
  #contents .conts_info .btn_box_02 .text {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
  }
  #contents .conts_info .btn_box_02 .btn a {
    width: 242px;
    margin: 0 auto;
    font-size: 16px;
  }
  /*ハンターのみ*/
  #hm .conts_info .img_box {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  #hm .conts_info .img_box .img:first-of-type {
    margin: 0 30px 0 0;
  }
  /*マウントジーンズのみ*/
  #mj .conts_info .btn_box .text {
    color: #dd4400;
  }
  #mj .conts_info .outer {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    justify-content: space-between;
  }
  #mj .conts_info .img_box:first-of-type .img {
    margin: 0 29px 20px 0;
  }
  #mj .conts_info .img_box .img {
    margin-bottom: 20px;
  }
  #mj .conts_info .btn_box_02 .text {
    margin-bottom: 9px;
  }
  /*ハンターマウンテン*/
  #hm .btn {
    width: fit-content;
    margin: 0 auto;
  }
  #hm .btn a {
    background-color: #e7316e;
    box-shadow: 0 6px 0 0 #b32253;
    transition: 0.3s all;
  }
  #hm .btn a:hover {
    box-shadow: 0 2px 0 0 #b32253;
    transform: translateY(-2px);
  }
  #hm .arrow {
    width: 538px;
    margin: 0 auto;
  }
  #hm {
    width: 100%;
    border-top: 11px solid #009fb1;
  }
  #hm .conts_point {
    padding: 40px 0 90px;
  }
  #hm .conts_point h2 {
    width: 1063px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 113px;
  }
  #hm .conts_point .topic_01 {
    position: relative;
    padding-top: 42px;
    margin-bottom: 95px;
  }
  #hm .conts_point .topic_01 .illust .img_01 {
    position: absolute;
    top: 6px;
    right: 35px;
    z-index: 3;
    width: 185px;
  }
  #hm .conts_point .topic_01 .illust .img_02 {
    position: absolute;
    top: -99px;
    left: 84px;
    z-index: 3;
    width: 143px;
  }
  #hm .conts_point .topic_01 .box {
    background-image: url("../img/hm/pattern_01.jpg");
    background-repeat: repeat;
    background-size: 9px;
    width: 1051px;
    border-radius: 10px;
    padding-bottom: 28px;
    margin-bottom: 40px;
    position: relative;
  }
  #hm .conts_point .topic_01 .box .img {
    width: 511px;
    position: absolute;
    top: -152px;
  }
  #hm .conts_point .topic_01 .box .text_box h3 {
    width: 408px;
    position: relative;
    left: -107px;
    top: -20px;
    margin-bottom: -9px;
  }
  #hm .conts_point .topic_01 .box .text_box .text {
    width: 455px;
    margin-bottom: 22px;
  }
  #hm .conts_point .topic_01 .box .text_box {
    margin-left: 550px;
  }
  #hm .conts_point .topic_01 .ski_resort {
    position: relative;
  }
  #hm .conts_point .topic_01 .ski_resort .area_box {
    margin-bottom: 26px;
  }
  #hm .conts_point .topic_01 .ski_resort .area_box:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_point .topic_02 {
    background-image: url("../img/hm/pattern_02.jpg");
    background-repeat: repeat;
    background-size: 39px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 12px;
  }
  #hm .conts_point .topic_02 .illust .img_01 {
    width: 158px;
    position: absolute;
    top: 80px;
    left: 548px;
  }
  #hm .conts_point .topic_02 .illust .img_02 {
    width: 50px;
    position: absolute;
    top: 27px;
    left: 652px;
  }
  #hm .conts_point .topic_02 .illust .img_03 {
    width: 63px;
    position: absolute;
    top: 108px;
    left: 700px;
  }
  #hm .conts_point .topic_02 .illust .img_04 {
    width: 231px;
    position: absolute;
    top: -18px;
    right: 40px;
  }
  #hm .conts_point .topic_02 .text_box {
    margin-left: 23px;
    position: relative;
    top: -33px;
  }
  #hm .conts_point .topic_02 .text_box h3 {
    width: 498px;
    margin-bottom: 28px;
  }
  #hm .conts_point .topic_02 .text_box .text {
    width: 359px;
    margin-left: 115px;
  }
  #hm .conts_point .topic_02 .text_box .text .big {
    font-size: 20px;
    font-weight: 600;
    margin-right: 7px;
    color: #ff991f;
  }
  #hm .conts_point .topic_02 .img_block {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 900px;
    justify-content: space-between;
  }
  #hm .conts_point .topic_02 .img_block .img_box {
    position: relative;
    margin-bottom: 114px;
  }
  #hm .conts_point .topic_02 .img_block .box_02 {
    position: relative;
    margin-top: 66px;
  }
  #hm .conts_point .topic_02 .img_block .box_03 {
    margin-top: -107px;
  }
  #hm .conts_point .topic_02 .img_block .box_04 {
    margin-top: -45px;
    margin-bottom: 0;
  }
  #hm .conts_point .topic_02 .img_block .box_01 .img {
    z-index: 1;
    position: relative;
    width: 412px;
  }
  #hm .conts_point .topic_02 .img_block .box_01 .text {
    position: absolute;
    bottom: 39px;
    left: -28px;
  }
  #hm .conts_point .topic_02 .img_block .box_02 .img {
    z-index: 1;
    position: relative;
    width: 422px;
  }
  #hm .conts_point .topic_02 .img_block .box_02 .text {
    position: absolute;
    bottom: 4px;
    left: -13px;
  }
  #hm .conts_point .topic_02 .img_block .box_03 .img {
    z-index: 1;
    position: relative;
    width: 426px;
  }
  #hm .conts_point .topic_02 .img_block .box_03 .text {
    position: absolute;
    top: 280px;
    left: -13px;
  }
  #hm .conts_point .topic_02 .img_block .box_03 .icon {
    position: absolute;
    top: -70px;
    right: 0;
    width: 128px;
  }
  #hm .conts_point .topic_02 .img_block .box_04 .img {
    z-index: 1;
    position: relative;
    width: 465px;
  }
  #hm .conts_point .topic_02 .img_block .box_04 .text {
    position: absolute;
    top: 278px;
    line-height: 1.5;
    left: 30px;
  }
  #hm .conts_point .topic_02 .img_block .box_05 .img {
    z-index: 1;
    position: relative;
    width: 426px;
  }
  #hm .conts_point .topic_02 .img_block .box_05 .text {
    position: absolute;
    bottom: 74px;
    left: -13px;
  }
  #hm .conts_point .topic_03 {
    background-image: url("../img/hm/bg_01.jpg");
    background-repeat: repeat;
    background-size: 3%;
    background-position: center center;
    border-radius: 10px;
    padding-bottom: 80px;
    z-index: 2;
    position: relative;
    margin-bottom: 46px;
  }
  #hm .conts_point .topic_03 h3 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -99px;
    margin-bottom: -64px;
  }
  #hm .conts_point .topic_03 h3 .number {
    width: 102px;
  }
  #hm .conts_point .topic_03 h3 .title {
    width: 818px;
    margin-top: 36px;
  }
  #hm .conts_point .topic_03 .box {
    width: 940px;
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #hm .conts_point .topic_03 .box:last-of-type {
    margin: 0 auto;
  }
  #hm .conts_point .topic_03 .box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #hm .conts_point .topic_03 .box .illust {
    position: absolute;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .illust_01 {
    width: 86px;
    top: -36px;
    left: -10px;
  }
  #hm .conts_point .topic_03 .box .illust_02 {
    width: 74px;
    top: -16px;
    right: -23px;
  }
  #hm .conts_point .topic_03 .box .illust_03 {
    width: 131px;
    bottom: 31px;
    right: -12px;
  }
  #hm .conts_point .topic_03 .box .illust_04 {
    width: 121px;
    top: -30px;
    left: 21px;
  }
  #hm .conts_point .topic_03 .box .illust_05 {
    width: 147px;
    bottom: -24px;
    right: 321px;
    z-index: 3;
  }
  #hm .conts_point .topic_03 .box .text_box .text {
    margin-bottom: 16px;
  }
  #hm .conts_point .topic_03 .box .text_box h4 {
    width: auto;
    margin-bottom: 20px;
    position: relative;
  }
  #hm .conts_point .topic_03 .box.box_01 .text_box h4 {
    margin-bottom: 0;
  }
  #hm .conts_point .topic_03 .box .text_box h4 .text {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
  }
  #hm .conts_point .topic_03 .box.box_01 .text_box h4 .text {
    width: 578px;
    top: 47%;
  }
  #hm .conts_point .topic_03 .box.box_02 .text_box h4 .text {
    width: 436px;
    top: 47%;
  }
  #hm .conts_point .topic_03 .box.box_03 .text_box h4 .text {
    width: 436px;
  }
  #hm .conts_point .topic_03 .box .text_box .img_wrap {
    display: flex;
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  #hm .conts_point .topic_03 .box .text_box .img_wrap .left {
    width: 380px;
  }
  #hm .conts_point .topic_03 .box .text_box .img_wrap .right {
    width: 451px;
  }
  #hm .conts_point .topic_03 .box .text_box .btn {
    margin: 0 auto;
  }
  #hm .conts_point .topic_03 .box .text_box .btn a {
    width: 500px;
  }
  #hm .conts_point .topic_03 .box .img_01 {
    width: 450px;
    position: relative;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .img_02 {
    width: 384px;
    position: relative;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .img_03 {
    width: 392px;
    position: relative;
    z-index: 2;
  }
  #hm .conts_smart h2 {
    margin-bottom: 63px;
  }
  #hm .conts_smart h3 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -42px;
    margin-bottom: 19px;
  }
  #hm .conts_smart {
    padding-bottom: 68px;
  }
  #hm .conts_smart .ticket_block {
    background-color: #fffbc7;
    border-radius: 10px;
    padding-bottom: 55px;
    margin-bottom: 104px;
  }
  #hm .conts_smart .ticket_block h3 .eg {
    width: 277px;
    display: block;
  }
  #hm .conts_smart .ticket_block h3 .jp {
    width: 532px;
    margin-top: -7px;
  }
  #hm .conts_smart .title_box h4 {
    font-size: 40px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    font-feature-settings: "palt";
    position: relative;
  }
  #hm .conts_smart .ticket_block .title_box h4 {
    margin-bottom: 31px;
  }
  #hm .conts_smart .ticket_block .title_box h4 .color {
    color: #f48d14;
  }
  #hm .conts_smart .top_wrapper {
    text-align: center;
  }
  #hm .conts_smart .top_wrapper .title_box {
    position: relative;
    display: inline-block;
  }
  #hm .conts_smart .ticket_block .top_wrapper .title_box .illust .img_01 {
    width: 152px;
    position: absolute;
    top: -31px;
    left: -161px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .title_box .illust .img_02 {
    width: 150px;
    position: absolute;
    top: -20px;
    right: -154px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 56px 51px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .illust {
    position: relative;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .illust .img_01 {
    width: 144px;
    position: absolute;
    top: 157px;
    left: 320px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .illust .img_02 {
    width: 68px;
    position: absolute;
    top: 178px;
    left: 248px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .text {
    width: 471px;
    margin: 19px 27px 0 0;
    text-align: left;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .img {
    width: 329px;
  }
  #hm .conts_smart .ticket_block .price_wrapper {
    margin-bottom: 65px;
  }
  #hm .conts_smart .ticket_block .price_wrapper h4 {
    margin-bottom: 58px;
  }
  #hm .conts_smart .ticket_block .price_wrapper .price_figure {
    position: relative;
  }
  #hm .conts_smart .ticket_block .price_wrapper .price_figure .icon {
    width: 203px;
    position: absolute;
    top: -35px;
    right: 0;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper h4 {
    margin-bottom: 34px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box {
    width: 215px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img {
    position: relative;
    margin-bottom: 10px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/hm/ticket_arrow_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: -121px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box:last-of-type .img:after {
    content: "";
    display: none;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box .text {
    text-align: center;
    line-height: 1.6;
  }
  #hm .conts_smart .btn a {
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block {
    background-color: #d7f6ff;
    border-radius: 10px;
    padding-bottom: 55px;
    margin-bottom: 96px;
  }
  #hm .conts_smart .rental_block h3 .eg {
    width: 280px;
    display: block;
  }
  #hm .conts_smart .rental_block h3 .jp {
    width: 532px;
    display: block;
    margin-top: -6px;
  }
  #hm .conts_smart .rental_block .top_wrapper .illust .img_01 {
    width: 139px;
    position: absolute;
    top: -12px;
    left: -148px;
  }
  #hm .conts_smart .rental_block .top_wrapper .illust .img_02 {
    width: 133px;
    position: absolute;
    top: 0;
    right: -143px;
    transform: rotate(33deg);
  }
  #hm .conts_smart .rental_block h4 .color {
    color: #40a5c1;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 67px 55px;
    justify-content: space-evenly;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img {
    width: auto;
    height: 233px;
    margin-right: 36px;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img img {
    width: auto;
    height: 100%;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img:last-of-type {
    margin-right: 0;
  }
  #hm .conts_smart .rental_block .top_wrapper .title_box h4 {
    margin-bottom: 23px;
  }
  #hm .conts_smart .rental_block .point_wrapper {
    margin-bottom: 72px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 {
    margin-bottom: 27px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 .img {
    width: 453px;
    margin-top: 15px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 .img {
    width: 356px;
    margin-left: 40px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #00a4c5;
    display: inline-block;
    width: 471px;
    padding: 23px 0 21px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box:nth-of-type(2n) dl {
    order: 2;
    margin-top: 31px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl dt {
    position: relative;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 dl dt .number {
    position: absolute;
    top: -19px;
    right: -18px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 dl dt .number {
    position: absolute;
    top: -19px;
    left: -33px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl dd {
    width: 427px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 dl dd {
    margin-left: 19px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 dl dd {
    margin-left: 29px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box .number {
    width: 191px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box .title {
    font-size: 24px;
    font-weight: 600;
    color: #40a5c1;
    line-height: 1.3;
    font-feature-settings: "palt"1;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 .title {
    margin: 0 0 6px 17px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 .title {
    margin: 0 0 14px 165px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box {
    display: -ms-flexbox;
    display: flex;
    background-color: #fffbc7;
    border-radius: 10px;
    padding: 35px 0 27px;
    position: relative;
    margin-bottom: 43px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box:after {
    content: "";
    display: block;
    width: 34px;
    height: 13px;
    background-image: url("../img/hm/rental_icon_06.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -12px;
    left: 179px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 {
    margin: 13px 19px 0 29px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 .img {
    width: 265px;
    display: block;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 .title {
    font-size: 18px;
    font-weight: 600;
    color: #2d4367;
    width: 325px;
    display: block;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box .text {
    width: 831px;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img {
    width: auto;
    height: 154px;
    position: relative;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img:after {
    content: "";
    display: block;
    width: 2px;
    height: 160px;
    background-color: #d8dee3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -3px;
    right: -62px;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img:last-of-type:after {
    content: "";
    display: none;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img img {
    width: auto;
    height: 100%;
  }
  #hm .conts_smart .rental_block .price_wrapper {
    width: 782px;
    margin: 0 auto 38px;
  }
  #hm .conts_smart .rental_block .price_wrapper h5 {
    margin-bottom: 26px;
  }
  #hm .conts_smart .rental_block .price_wrapper .img img {
    margin-bottom: 18px;
    border-radius: 10px;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #fce5bf;
    padding: 30px 0 15px 29px;
    position: relative;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption:after {
    content: "";
    display: block;
    width: 154px;
    height: 152px;
    background-image: url("../img/hm/rental_icon_09.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    right: -46px;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption li {
    margin-bottom: 11px;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption li dt {
    width: 104px;
    font-weight: 600;
    line-height: 1.2;
  }
  #hm .conts_smart .school_block {
    background-color: #ffeeec;
    border-radius: 10px;
    padding-bottom: 75px;
    margin-bottom: 96px;
  }
  #hm .conts_smart .school_block h3 {
    top: -34px;
  }
  #hm .conts_smart .school_block h3 .eg {
    width: 289px;
    display: block;
  }
  #hm .conts_smart .school_block h3 .jp {
    width: 532px;
    display: block;
    margin-top: -10px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box h4 {
    margin-bottom: 36px;
    display: inline-block;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box .illust .img_01 {
    width: 123px;
    position: absolute;
    top: -17px;
    left: -115px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box .illust .img_02 {
    width: 129px;
    position: absolute;
    top: -11px;
    right: -114px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box h4 .color {
    color: #e48583;
  }
  #hm .conts_smart .school_block .area_wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: -21px;
    flex-wrap: wrap;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner {
    width: 453px;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .inner {
    width: 100%;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .number {
    position: relative;
    z-index: 2;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .inner .number {
    width: 453px;
    margin: 0 auto;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .number a:hover img {
    opacity: 1;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .img {
    position: relative;
    top: -27px;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .middle_warp {
    display: flex;
    justify-content: space-between;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .middle_warp .img {
    width: 453px;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .middle_warp .text {
    width: calc(100% - 480px);
    height: fit-content;
    margin-top: 38px;
    text-align: left;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block {
    display: flex;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block .img {
    margin-right: 30px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block .img:last-of-type {
    margin-right: 0px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img {
    width: 176px;
    position: relative;
    top: -69px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fffbc7;
    border-radius: 10px;
    position: relative;
    text-align: left;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .new_box .text .lesson {
    position: absolute;
    top: -17px;
    left: 10px;
    width: 88px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .text:after {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background-image: url("../img/hm/school_icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box_01 .text {
    padding: 15px 21px 9px 17px;
    margin-left: 19px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box_02 .text {
    padding: 16px 8px 9px 10px;
    margin-left: 13px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box_03 .text {
    padding: 10px 10px 9px 10px;
    margin-left: 70px;
    margin-top: 13px;
  }
  #hm .conts_smart .school_block .reception_wrapper {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #e78e8c;
    padding: 22px 0 16px;
    margin-bottom: 34px;
    position: relative;
    justify-content: center;
    text-align: left;
  }
  #hm .conts_smart .school_block .reception_wrapper .left:after {
    content: "";
    display: block;
    width: 2px;
    height: 86px;
    background-image: url("../img/hm/school_icon_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  #hm .conts_smart .school_block .reception_wrapper .left {
    width: 390px;
    margin: 0 0 0;
    position: relative;
  }
  #hm .conts_smart .school_block .reception_wrapper .left dl {
    margin-bottom: 13px;
  }
  #hm .conts_smart .school_block .reception_wrapper dl dt {
    display: inline-block;
    background-color: #e78e8c;
    color: #fff;
    font-weight: 600;
    width: 113px;
    text-align: center;
  }
  #hm .conts_smart .school_block .reception_wrapper dl .title_01 {
    letter-spacing: 0.5rem;
    padding-left: 8px;
  }
  #hm .conts_smart .school_block .reception_wrapper dl .title_02 {
    letter-spacing: 0.2rem;
    padding-left: 2px;
  }
  #hm .conts_smart .school_block .reception_wrapper dl dd {
    display: inline-block;
    margin-left: 21px;
  }
  #hm .conts_smart .school_block .reception_wrapper ul {
    width: 390px;
    margin-top: 5px;
    padding-left: 50px;
  }
  #hm .conts_smart .shop_block {
    background-color: #f0ffec;
    border-radius: 10px;
    padding-bottom: 84px;
  }
  #hm .conts_smart .shop_block h3 .eg {
    width: 192px;
    display: block;
  }
  #hm .conts_smart .shop_block h3 .jp {
    width: 533px;
    display: block;
    position: relative;
    margin-top: -10px;
  }
  #hm .conts_smart .shop_block h3 span.illust {
    position: absolute;
    width: 139px;
    top: 0;
    left: -80px;
  }
  #hm .conts_smart .shop_block .wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #hm .conts_smart .shop_block .box {
    width: 449px;
    border-radius: 10px;
    border: solid 3px #60c260;
    background-color: #fff;
    position: relative;
    padding-bottom: 38px;
  }
  #hm .conts_smart .shop_block .box .illust_01 {
    width: 119px;
    position: absolute;
    top: -49px;
    right: 26px;
  }
  #hm .conts_smart .shop_block .box .illust_02 {
    width: 98px;
    position: absolute;
    top: -49px;
    right: 20px;
  }
  #hm .conts_smart .shop_block .box .point {
    width: 162px;
    position: relative;
    left: -3px;
    margin: -25px 0 -10px;
  }
  #hm .conts_smart .shop_block .box .img {
    margin: 0 0 5px;
  }
  #hm .conts_smart .shop_block .box .img_02 {
    width: 391px;
    margin: 21px auto 18px;
  }
  #hm .conts_smart .shop_block .box .text {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.04em;
  }
  #hm .conts_smart .shop_block .box .text .green {
    color: #60c260;
  }
  /*マウントジーンズ*/
  #mj {
    width: 100%;
    border-top: 11px solid #181d5e;
  }
  #mj .conts_point {
    padding: 49px 0 71px;
  }
  #mj .conts_point h2 {
    position: relative;
    margin-bottom: 63px;
  }
  #mj .conts_point h2 .logo {
    width: 212px;
    position: absolute;
    top: -16px;
    left: -25px;
  }
  #mj .conts_point h2 .icon {
    width: 248px;
    position: absolute;
    top: 108px;
    right: -38px;
  }
  #mj .conts_point .btn a {
    margin: 0 auto;
  }
  #mj .conts_point .topic_01 {
    background-color: #d2e7f3;
    border-radius: 10px;
    padding-bottom: 59px;
    margin-bottom: 58px;
  }
  #mj .conts_point .topic_01 h3 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -26px;
  }
  #mj .conts_point .topic_01 h3 .title {
    width: 707px;
  }
  #mj .conts_point .topic_01 h3 .icon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 34px;
    right: -27px;
  }
  #mj .conts_point .topic_01 h3 .icon .img {
    width: 120px;
    margin-right: 6px;
  }
  #mj .conts_point .topic_01 h3 .icon .img:last-of-type {
    margin-right: 0;
  }
  #mj .conts_point .topic_01 h4 {
    display: -ms-flexbox;
    display: flex;
    margin: -45px 0 7px;
  }
  #mj .conts_point .topic_01 h4 .title {
    width: 227px;
    margin: 0 30px 0 163px;
  }
  #mj .conts_point .topic_01 h4 .text {
    width: 477px;
    line-height: 1.5;
  }
  #mj .conts_point .topic_01 h4 .text span {
    font-size: 20px;
    font-weight: 600;
    color: #dd5312;
  }
  #mj .conts_point .topic_01 .img_box {
    display: -ms-flexbox;
    display: flex;
    border: 5px solid #0f8bd2;
    margin-bottom: 33px;
  }
  #mj .conts_point .topic_01 .img_box .img {
    width: 465px;
  }
  #mj .conts_point .topic_02 {
    background-color: #f5d6e3;
    border-radius: 10px;
    padding-bottom: 66px;
    margin-bottom: 58px;
  }
  #mj .conts_point .topic_02 h3 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -28px;
  }
  #mj .conts_point .topic_02 h3 .title {
    width: 703px;
    margin-right: 15px;
  }
  #mj .conts_point .topic_02 h3 .icon {
    width: 120px;
    margin-top: 37px;
  }
  #mj .conts_point .topic_02 h4 {
    display: -ms-flexbox;
    display: flex;
    margin: -36px 0 40px;
  }
  #mj .conts_point .topic_02 h4 .title {
    width: 250px;
    margin: 0 30px 0 163px;
  }
  #mj .conts_point .topic_02 h4 .text {
    width: 442px;
    line-height: 1.5;
    margin-top: 10px;
  }
  #mj .conts_point .topic_02 .img_block {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #mj .conts_point .topic_02 .img_block .img_box {
    width: 449px;
    position: relative;
    margin-bottom: 31px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon {
    position: absolute;
    top: -13px;
    left: -13px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_01 {
    width: 113px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_02 {
    width: 138px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_03 {
    width: 136px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_04 {
    width: 250px;
  }
  #mj .conts_point .topic_02 .map {
    width: 690px;
    margin: 0 auto 26px;
  }
  #mj .conts_point .topic_03 {
    background-color: #f7d6cc;
    border-radius: 10px;
    padding-bottom: 65px;
  }
  #mj .conts_point .topic_03 h3 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -25px;
  }
  #mj .conts_point .topic_03 h3 .title {
    width: 703px;
    margin-right: 15px;
  }
  #mj .conts_point .topic_03 h3 .icon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 21px;
    right: -6px;
  }
  #mj .conts_point .topic_03 h3 .icon .img_01 {
    width: 124px;
  }
  #mj .conts_point .topic_03 h3 .icon .img {
    width: 120px;
  }
  #mj .conts_point .topic_03 h3 .icon .img_01 {
    width: 136px;
  }
  #mj .conts_point .topic_03 h4 {
    display: -ms-flexbox;
    display: flex;
    margin: -36px 0 46px;
  }
  #mj .conts_point .topic_03 h4 .title {
    width: 250px;
    margin: 0 30px 0 163px;
  }
  #mj .conts_point .topic_03 h4 .text {
    width: 451px;
    line-height: 1.5;
    margin-top: 14px;
  }
  #mj .conts_point .topic_03 .img_block {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 70px;
    width: 900px;
    justify-content: space-between;
  }
  #mj .conts_point .topic_03 .img_block .img_box {
    position: relative;
    margin-bottom: 48px;
  }
  #mj .conts_point .topic_03 .img_block .img_box .text {
    line-height: 1.4;
  }
  #mj .conts_point .topic_03 .img_block .box_01 {
    position: relative;
  }
  #mj .conts_point .topic_03 .img_block .box_01 .img {
    z-index: 1;
    position: relative;
    width: 440px;
  }
  #mj .conts_point .topic_03 .img_block .box_01 .text {
    position: absolute;
    top: 265px;
    left: 0;
  }
  #mj .conts_point .topic_03 .img_block .img_box:nth-of-type(2n) {
    top: 82px;
  }
  #mj .conts_point .topic_03 .img_block .box_02 .img {
    width: 418px;
  }
  #mj .conts_point .topic_03 .img_block .box_02 .text {
    position: absolute;
    top: 270px;
    left: -40px;
  }
  #mj .conts_point .topic_03 .img_block .box_03 {
    position: relative;
  }
  #mj .conts_point .topic_03 .img_block .box_03 .img {
    width: 433px;
    position: relative;
  }
  #mj .conts_point .topic_03 .img_block .box_03 .text {
    position: absolute;
    top: 299px;
    left: 0;
  }
  #mj .conts_point .topic_03 .img_block .box_04 {
    position: relative;
  }
  #mj .conts_point .topic_03 .img_block .box_04 .img {
    width: 428px;
  }
  #mj .conts_point .topic_03 .img_block .box_04 .text {
    position: absolute;
    top: 290px;
    left: 0;
  }
  #mj .conts_point .topic_03 .img_block .box_05 .img {
    width: 394px;
  }
  #mj .conts_point .topic_03 .img_block .box_05 .text {
    position: absolute;
    top: 303px;
  }
  #mj .conts_smart h2 {
    position: relative;
    margin-bottom: 132px;
  }
  #mj .conts_smart h2 .logo {
    width: 212px;
    position: absolute;
    top: -16px;
    left: -25px;
  }
  #mj .conts_smart h3 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -51px;
    margin-bottom: -41px;
  }
  #mj .conts_smart .ticket_block {
    background-color: #d2e7f3;
    border-radius: 10px;
    padding-bottom: 54px;
    margin-bottom: 135px;
  }
  #mj .conts_smart .ticket_block h4 {
    width: 464px;
    margin: 8px auto 19px;
  }
  #mj .conts_smart .ticket_block .outer {
    position: relative;
  }
  #mj .conts_smart .ticket_block .figure {
    width: 900px;
    margin: 0 auto 44px;
  }
  #mj .conts_smart .ticket_block .inner {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #mj .conts_smart .ticket_block .img_01 {
    width: 334px;
    position: absolute;
    bottom: -123px;
    left: -37px;
  }
  #mj .conts_smart .ticket_block .img_02 {
    width: 351px;
    position: absolute;
    bottom: -130px;
    right: -36px;
  }
  #mj .conts_smart .ticket_block .btn a {
    margin: 0 auto;
  }
  #mj .conts_smart .ticket_block h3 .title_01 {
    width: 328px;
  }
  #mj .conts_smart .ticket_block h3 .title_02 {
    width: 485px;
  }
  #mj .conts_smart .rental_block {
    background-color: #ffe8fa;
    border-radius: 10px;
    padding-bottom: 38px;
    margin-bottom: 107px;
  }
  #mj .conts_smart .rental_block h3 .title_01 {
    width: 303px;
  }
  #mj .conts_smart .rental_block h3 .title_02 {
    width: 569px;
  }
  #mj .conts_smart .rental_block .inner {
    position: relative;
  }
  #mj .conts_smart .rental_block .inner .img {
    width: 444px;
    position: absolute;
    top: -8px;
    right: 0;
  }
  #mj .conts_smart .rental_block .inner .left .text {
    font-size: 23px;
    font-weight: 600;
  }
  #mj .conts_smart .rental_block .inner .left .price {
    width: 488px;
    margin-bottom: 24px;
  }
  #mj .conts_smart .school_block {
    background-color: #f7d6cc;
    border-radius: 10px;
    padding-bottom: 47px;
    margin-bottom: 96px;
  }
  #mj .conts_smart .school_block h3 {
    margin-bottom: -52px;
  }
  #mj .conts_smart .school_block h3 .title_01 {
    width: 249px;
    margin-top: 24px;
  }
  #mj .conts_smart .school_block h3 .title_02 {
    width: 569px;
  }
  #mj .conts_smart .school_block .text {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
  }
  #mj .conts_smart .school_block .wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #mj .conts_smart .school_block .box {
    width: 456px;
    background-color: #fff;
    border: 5px solid#e37410;
  }
  #mj .conts_smart .school_block .box h4 {
    background-color: #e37410;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
  }
  #mj .conts_smart .school_block .box h4 .small {
    font-size: 22px;
  }
  #mj .conts_smart .school_block .box .detail_list {
    padding: 23px 28px 23px;
  }
  #mj .conts_smart .school_block .box .detail_list li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    line-height: 1.6;
    align-items: center;
  }
  #mj .conts_smart .school_block .box .detail_list li.caption {
    text-indent: -1em;
    padding-left: 1em;
  }
  #mj .conts_smart .school_block .box .detail_list li .text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    width: 262px;
    text-align: left;
  }
  #mj .conts_smart .school_block .box .detail_list li .tel {
    color: #e37410;
    font-weight: 600;
    font-size: 29px;
    line-height: 0.8;
    width: 262px;
  }
  #mj .conts_smart .school_block .box .detail_list li .tel .small {
    font-size: 19px;
    display: inline-block;
  }
  #mj .conts_smart .school_block .box .detail_list .img {
    width: 112px;
    margin-right: 12px;
  }
  #mj .conts_smart .school_block .btn a {
    margin: 0 auto;
  }
  footer {
    clear: both;
  }
}