@charset "UTF-8";
@media screen and (max-width: 640px) { /* スマホサイズ */
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: linear-gradient(90deg, #50bbc7 0%, #50bbc7 50%, #cc2847 50%, #cc2847 100%);
    overflow: hidden;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #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;
    font-weight: bold;
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents dl {
    margin: 0;
    padding: 0;
  }
  #contents dd {
    margin-inline-start: 0px;
  }
  #contents .auto {
    width: 94%;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    position: relative;
  }
  #contents .sp_none {
    display: none !important;
  }
  #contents .conts_top {
    margin-bottom: 46px;
  }
  #contents .arrow {
    width: 100%;
    margin: 0 auto;
  }
  #hm section, #mj section {
    background-color: #fff;
  }
  #contents .outer {
    width: 92%;
    margin: 0 auto;
  }
  #contents .btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    position: relative;
    padding: 7px 0 5px;
    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;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
  /* タブ */
  #contents section.tab {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: -19px auto 0;
    float: none;
    position: relative;
    padding-bottom: 0;
  }
  #contents section.tab .tabLabel {
    margin-right: 3px;
    padding: 10px 2px 7px;
    flex: 1;
    order: -1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    letter-spacing: -.05em;
    color: #fff;
    line-height: 1.3;
    text-align: left;
  }
  #contents section.tab .tabLabel img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  #contents section.tab .tab_01 {
    background-color: #009fb1;
    border: 3px solid #009fb1;
  }
  #contents section.tab #TAB-A01:checked + label {
    border: 3px 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: 3px solid #181d5e;
  }
  #contents section.tab #TAB-A02:checked + label {
    border: 3px 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;
  }
  #contents section.tab input { /* ラジオボタン非表示 */
    display: none;
  }
  #contents section.tab .content { /* 本文 */
    width: 100%;
    height: 0;
    opacity: 0;
    margin: 0 auto;
  }
  /*アクティブ設定*/
  #contents section.tab input:checked + .tabLabel + .content {
    height: auto;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, .2);
    opacity: 1;
  }
  /*去年スライダー*/
  #contents .top_content {
    width: 100%;
    clear: both;
    text-align: center;
  }
  #contents .top_content .auto {
    width: 100%;
    margin: 0;
  }
  #contents .top_content ul {
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  #contents .top_content ul li {
    width: calc(100%/2);
    display: flex;
  }
  #contents .top_content ul li:first-of-type {
    width: 100%;
  }
  #contents .top_content ul li a {
    display: flex;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 6px 8px;
    border-top: 1px solid #fff;
    transition-duration: .3s;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  #contents .top_content ul li:first-of-type a {
    border-top: none;
  }
  #contents .top_content ul .mh_70 a {
    min-height: 79px;
  }
  #contents .top_content ul li a .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #contents .top_content ul li a .small {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-bottom: -17px;
  }
  /*施設情報＿共通*/
  #contents .conts_info {
    padding-bottom: 70px;
  }
  #contents .conts_info h2 {
    background-color: #0d56a7;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 10px;
    border-radius: 10px 10px 0 0;
  }
  #contents .conts_info .info_wrapper {
    background-color: #e5f0fb;
    border-radius: 0 0 10px 10px;
    padding: 30px 0 36px;
  }
  #contents .conts_info .block_02 .info_wrapper {
    padding: 31px 0 29px;
  }
  #contents .conts_info .block {
    margin-bottom: 18px;
  }
  #contents .conts_info .block:last-of-type {
    margin-bottom: 0;
  }
  #contents .conts_info .block_01 .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
  }
  #contents .conts_info .block_01 .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #contents .conts_info .block_02 .inner {
    padding: 38px 0 56px;
  }
  #contents .conts_info .left {
    margin-bottom: 26px;
  }
  #contents .conts_info .top_box {
    margin: 0 auto 18px;
    text-align: center;
  }
  #contents .conts_info .top_box dl {
    margin-bottom: 27px;
  }
  #contents .conts_info .top_box dl:last-of-type {
    margin-bottom: 0;
  }
  #contents .conts_info .top_box dt {
    display: inline-block;
    background-color: #0d56a7;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    width: 38%;
    padding: 2px 0 2px;
  }
  #contents .conts_info .top_box dd {
    display: block;
    vertical-align: top;
  }
  #contents .conts_info .top_box dd a {
    font-size: 19px;
    font-weight: 500;
  }
  #contents .conts_info .sns_box {
    text-align: center;
    margin-bottom: 7px;
  }
  #contents .conts_info .sns_box .img {
    width: 42px;
    margin-right: 15px;
    display: inline-block;
  }
  #contents .conts_info .sns_box .img:last-of-type {
    margin-right: 0;
  }
  #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/hm/area_figure_01.png"), url("../img/hm/area_figure_02.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center left, center right;
  }
  #contents .conts_info .btn_box .btn a {
    margin: 0 auto;
  }
  #contents .conts_info .img_box .img {
    margin-bottom: 21px;
  }
  #contents .conts_info .btn_box_02 .btn a {
    width: 86%;
    margin: 0 auto;
    font-size: 15px;
  }
  #contents .conts_info .btn_box_02 .text {
    text-align: center;
    margin-bottom: 10px;
  }
  /*ハンターのみ*/
  #hm {
    width: 100%;
    border-top: 8px solid #009fb1;
  }
  #hm .conts_info .block_02 .info_wrapper {
    padding: 31px 0 36px;
  }
  #hm .conts_info .img_box {
    margin-bottom: 16px;
  }
  #hm .conts_info .img_box .img:last-of-type {
    margin-bottom: 0;
  }
  /*マウントジーンズのみ*/
  #mj .conts_info {
    margin-bottom: 0px;
  }
  #mj .conts_info .btn_box .text {
    color: #dd4400;
  }
  #mj .conts_info .img_box .img {
    margin: 0 0 8px 0;
  }
  #mj .conts_info .img_box {
    margin: 0 0 26px 0px;
  }
  #mj .conts_info .img_box .img {
    margin-bottom: 13px;
  }
  #mj .conts_info .btn_box_02 .text {
    margin-bottom: 11px;
  }
  /*ハンターマウンテン*/
  #hm .btn a {
    background-color: #e7316e;
    box-shadow: 0 6px 0 0 #b32253;
    transition: 0.3s all;
  }
  #hm .arrow {
    width: 100%;
    margin: 0 auto;
  }
  #hm .conts_point {
    padding: 40px 0 86px;
  }
  #hm .conts_point h2 {
    width: 96%;
    margin: 0 auto 68px;
    position: relative;
    z-index: 2;
  }
  #hm .conts_point .topic_01 {
    position: relative;
    margin: -53px auto 70px;
  }
  #hm .conts_point .topic_01 .illust .img_01 {
    position: absolute;
    top: 2%;
    right: -5px;
    z-index: 3;
    width: 46%;
  }
  #hm .conts_point .topic_01 .illust .img_02 {
    position: absolute;
    top: 24px;
    left: 14px;
    z-index: 3;
    width: 32%;
  }
  #hm .conts_point .topic_01 .box {
    margin-bottom: 20px;
    position: relative;
  }
  #hm .conts_point .topic_01 .box .img {
    width: 100%;
  }
  #hm .conts_point .topic_01 .box .text_box {
    position: relative;
    z-index: 2;
    width: 94%;
    margin: -63px auto 0;
    background-image: url("../img/hm/pattern_01.jpg");
    background-repeat: repeat;
    background-size: 9px;
    border-radius: 10px;
    padding: 0 0 60px;
  }
  #hm .conts_point .topic_01 .box .text_box h3 {
    width: 90%;
    margin-bottom: -1px;
    position: relative;
    top: -10px;
  }
  #hm .conts_point .topic_01 .box .text_box .text {
    width: 90%;
    margin: 0 auto 22px;
  }
  #hm .conts_point .topic_01 .box .text_box .btn a {
    margin: 0 auto;
  }
  #hm .conts_point .topic_01 .ski_resort {
    position: relative;
  }
  #hm .conts_point .topic_01 .ski_resort .area_box {
    margin: 0 auto 28px;
  }
  #hm .conts_point .topic_01 .ski_resort .area_box:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_point .topic_01 .ski_resort .area_box .img {
    margin: 0 0 10px;
  }
  #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: 73px;
    margin-bottom: -61px;
  }
  #hm .conts_point .topic_02 .illust .img_01 {
    width: 43%;
    position: absolute;
    bottom: 20px;
    left: 2%;
  }
  #hm .conts_point .topic_02 .illust .img_02 {
    width: 9%;
    position: absolute;
    bottom: 14%;
    left: 4%;
  }
  #hm .conts_point .topic_02 .illust .img_03 {
    width: 20%;
    position: absolute;
    bottom: 1%;
    left: 32%;
  }
  #hm .conts_point .topic_02 .illust .img_04 {
    width: 45%;
    position: absolute;
    top: 124px;
    right: -10px;
    z-index: 1;
  }
  #hm .conts_point .topic_02 .text_box {
    margin: 0 15px 38px auto;
  }
  #hm .conts_point .topic_02 .text_box h3 {
    margin: 0 auto -12px;
    position: relative;
    top: -29px;
  }
  #hm .conts_point .topic_02 .text_box .text {
    width: 100%;
    margin: 0 0 0 15px;
  }
  #hm .conts_point .topic_02 .text_box .text .big {
    font-size: 18px;
    font-weight: 600;
    color: #ff991f;
    margin-right: 4px;
  }
  #hm .conts_point .topic_02 .text_box .btn a {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
  }
  #hm .conts_point .topic_02 .img_block {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #hm .conts_point .topic_02 .img_block .img_box {
    margin: 0 auto 0 0;
    position: relative;
  }
  #hm .conts_point .topic_02 .img_block .img_box .icon {
    width: 80px;
    position: absolute;
    top: -52px;
    left: 10px;
    z-index: 1;
  }
  #hm .conts_point .topic_02 .img_block .img_box .img {
    z-index: 2;
    position: relative;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_02 .text {
    text-align: right;
  }
  #hm .conts_point .topic_02 .img_block .img_box:nth-of-type(2n) {
    margin: -58px 0px 0 auto;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_01 {
    width: 62%;
    transform: rotateZ(-3deg);
    margin-top: -13px;
    margin-left: -14px;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_02 {
    width: 62%;
    margin-right: -14px;
    transform: rotateZ(3deg);
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_02 .img {
    right: -12px;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_03 {
    width: 62%;
    transform: rotateZ(-2deg);
    margin-top: -49px;
    margin-left: -8px;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_04 {
    width: 65%;
    transform: rotateZ(3deg);
    margin-right: -14px;
    margin-top: -51px;
  }
  #hm .conts_point .topic_02 .img_block .img_box.box_04 .text {
    text-align: right;
  }
  #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: 60px;
    z-index: 2;
    position: relative;
  }
  #hm .conts_point .topic_03 h3 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -65px;
    margin-bottom: -30px;
    align-items: flex-end;
  }
  #hm .conts_point .topic_03 .btn a {
    margin: 0 auto;
  }
  #hm .conts_point .topic_03 h3 .number {
    width: 31%;
    display: block;
  }
  #hm .conts_point .topic_03 h3 .title {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  #hm .conts_point .topic_03 .box {
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    width: 94%;
  }
  #hm .conts_point .topic_03 .box:last-of-type {
    margin: 0 auto;
  }
  #hm .conts_point .topic_03 .box .illust {
    position: absolute;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .illust_01 {
    width: 77px;
    bottom: -35px;
    right: -14px;
    transform: rotate(24deg);
  }
  #hm .conts_point .topic_03 .box .illust_02 {
    display: none;
  }
  #hm .conts_point .topic_03 .box .illust_03 {
    width: 98px;
    bottom: -31px;
    left: -1px;
  }
  #hm .conts_point .topic_03 .box .illust_04 {
    width: 107px;
    bottom: -28px;
    right: 5px;
  }
  #hm .conts_point .topic_03 .box .illust_05 {
    width: 128px;
    top: -29px;
    right: -14px;
    z-index: 3;
  }
  #hm .conts_point .topic_03 .box .text_box {
    position: relative;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .text_box .text {
    position: absolute;
    z-index: 3;
    top: 10%;
    left: 0;
    padding: 5px 10px 5px 55px;
    max-width: 250px;
  }
  #hm .conts_point .topic_03 .box.box_02 .text_box .text {
    max-width: 190px;
    top: 5%;
  }
  #hm .conts_point .topic_03 .box.box_03 .text_box .text {
    max-width: 190px;
    top: 8%;
  }
  #hm .conts_point .topic_03 .box img {
    position: relative;
    z-index: 2;
  }
  #hm .conts_point .topic_03 .box .text_box h4 {
    margin-bottom: 9px;
    position: relative;
  }
  #hm .conts_point .topic_03 .box.box_03 .text_box h4 {
    width: 100%;
  }
  #hm .conts_point .topic_03 .box .text_box .img_wrap {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 18px 28px;
    margin-bottom: 15px;
  }
  #hm .conts_point .topic_03 .box.box_03 .text_box .img_wrap {
    margin-bottom: 0;
  }
  #hm .conts_point .topic_03 .box .text_box .img_wrap .left {
    margin-bottom: 24px;
  }
  #hm .conts_smart h2 {
    margin-bottom: 32px;
  }
  #hm .conts_smart .ticket_block h3 {
    position: relative;
    top: -17px;
    margin-bottom: 3px;
  }
  #hm .conts_smart {
    padding-bottom: 40px;
  }
  #hm .conts_smart .ticket_block {
    background-color: #fffbc7;
    border-radius: 10px;
    padding-bottom: 36px;
    margin-bottom: 53px;
  }
  #hm .conts_smart .ticket_block h3 .eg {
    width: 58%;
    display: block;
    margin-bottom: 10px;
  }
  #hm .conts_smart .title_box h4 {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    font-feature-settings: "palt"1;
    position: relative;
  }
  #hm .conts_smart .ticket_block .title_box h4 {
    margin-bottom: 7px;
  }
  #hm .conts_smart .ticket_block .title_box h4 .color {
    color: #f48d14;
  }
  #hm .conts_smart .ticket_block .title_box .illust {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 8px;
  }
  #hm .conts_smart .top_wrapper .title_box {
    position: relative;
    display: inline-block;
  }
  #hm .conts_smart .rental_block .top_wrapper .title_box {
    display: block;
  }
  #hm .conts_smart .ticket_block .top_wrapper .title_box .illust .img_01 {
    width: 44%;
  }
  #hm .conts_smart .ticket_block .top_wrapper .title_box .illust .img_02 {
    width: 40%;
    margin: 20px 0 0 -4px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box {
    margin: 0 0 75px 0;
    position: relative;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .illust .img_01 {
    width: 38%;
    position: absolute;
    bottom: -40px;
    right: -6px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .illust .img_02 {
    width: 19%;
    position: absolute;
    bottom: -35px;
    right: 38%;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .text {
    width: 90%;
    margin: 0 auto 19px;
  }
  #hm .conts_smart .ticket_block .top_wrapper .text_box .img {
    width: 100%;
  }
  #hm .conts_smart .ticket_block .price_wrapper {
    margin-bottom: 44px;
  }
  #hm .conts_smart .ticket_block .price_wrapper h4 {
    margin-bottom: 27px;
  }
  #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 .price_wrapper .price_figure .img {
    margin-bottom: 25px;
  }
  #hm .conts_smart .ticket_block .price_wrapper .price_figure .img:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper h4 {
    margin-bottom: 26px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box {
    margin-bottom: 26px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box {
    width: 82%;
    margin: 0 auto 31px;
    position: relative;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box:last-of-type {
    margin: 0 auto;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img {
    margin-bottom: 10px;
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box:after {
    content: "";
    display: block;
    width: 15px;
    height: 19px;
    background-image: url("../img/hm/ticket_arrow_01.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 14px;
    position: absolute;
    bottom: -23px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  #hm .conts_smart .ticket_block .prepaid_wrapper .flow_box .img_box:last-of-type: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: 36px;
    margin-bottom: 61px;
  }
  #hm .conts_smart .rental_block h3 {
    position: relative;
    top: -17px;
    margin-bottom: 5px;
  }
  #hm .conts_smart .rental_block h3 .eg {
    width: 58%;
    margin-bottom: 15px;
    display: block;
  }
  #hm .conts_smart .rental_block h3 .jp {
    width: 100%;
    display: block;
  }
  #hm .conts_smart .rental_block .top_wrapper .illust {
    position: relative;
  }
  #hm .conts_smart .rental_block .top_wrapper .illust .img_01 {
    width: 37%;
    position: absolute;
    top: 48vw;
    left: -6px;
  }
  #hm .conts_smart .rental_block .top_wrapper .illust .img_02 {
    width: 38%;
    position: absolute;
    bottom: -25vw;
    right: 4px;
    transform: rotate(33deg);
  }
  #hm .conts_smart .rental_block h4 .color {
    color: #40a5c1;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box {
    margin: 0 0 45px 0;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img {
    width: 59%;
    margin: 0 0 -44px;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img:nth-of-type(2n) {
    margin: 0 0 -17px auto;
  }
  #hm .conts_smart .rental_block .top_wrapper .icon_box .img:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_smart .rental_block .top_wrapper .title_box h4 {
    margin-bottom: 16px;
  }
  #hm .conts_smart .rental_block .point_wrapper {
    margin-bottom: 39px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box {
    margin-bottom: 45px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 {
    margin-bottom: 27px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 .img {
    width: 100%;
    margin-top: -28px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 .img {
    width: 94%;
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #00a4c5;
    display: inline-block;
    width: 100%;
    padding: 23px 0 21px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box:nth-of-type(2n) dl {
    order: 2;
    margin-bottom: 21px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl dt {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 dl dt .number {
    position: absolute;
    top: -58px;
    left: -21px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 dl dt .number {
    position: absolute;
    top: -62px;
    right: -17px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box dl dd {
    width: 90%;
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block .point_wrapper .box .number {
    width: 135px;
  }
  #hm .conts_smart .rental_block .point_wrapper .box .title {
    font-size: 20px;
    font-weight: 600;
    color: #40a5c1;
    line-height: 1.3;
    font-feature-settings: "palt"1;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_01 .title {
    width: 90%;
  }
  #hm .conts_smart .rental_block .point_wrapper .box_02 .title {
    margin: 0 0 14px 0;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box {
    background-color: #fffbc7;
    border-radius: 10px;
    padding: 21px 0 27px;
    position: relative;
    margin-bottom: 35px;
  }
  #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: 41px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 {
    margin: 13px auto 14px;
    width: 90%;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 .img {
    width: 82%;
    margin-bottom: 11px;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box h5 .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #2d4367;
    width: 100%;
  }
  #hm .conts_smart .rental_block .point_wrapper .caption_box .text {
    width: 90%;
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box {
    margin-bottom: 28px;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img {
    width: auto;
    height: 126px;
    position: relative;
    margin-bottom: 48px;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block .point_wrapper .board_box .img:after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: #d8dee3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: -28px;
    right: 0;
    transform: translateX(-20%);
  }
  #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:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_smart .rental_block .price_wrapper {
    width: 100%;
    margin: 0 auto 49px;
  }
  #hm .conts_smart .rental_block .price_wrapper h5 {
    margin-bottom: 21px;
  }
  #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 46px 0;
    position: relative;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption:after {
    content: "";
    display: block;
    width: 82px;
    height: 94px;
    background-image: url("../img/hm/rental_icon_09.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: -43px;
    right: -5px;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption li {
    margin: 0 auto 13px;
    width: 90%;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption li:last-of-type {
    margin: 0 auto;
  }
  #hm .conts_smart .rental_block .price_wrapper .price_caption li dt {
    width: 95px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  #hm .conts_smart .school_block {
    background-color: #ffeeec;
    border-radius: 10px;
    padding-bottom: 52px;
    margin-bottom: 61px;
  }
  #hm .conts_smart .school_block h3 {
    top: -19px;
    position: relative;
    margin-bottom: 4px;
  }
  #hm .conts_smart .school_block .top_wrapper {
    text-align: center;
  }
  #hm .conts_smart .school_block h3 .eg {
    width: 62%;
    display: block;
    margin-bottom: 12px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box h4 {
    display: inline-block;
    margin-bottom: 26px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box .illust .img_01 {
    width: 64px;
    position: absolute;
    top: 22px;
    left: -54px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box .illust .img_02 {
    width: 89px;
    position: absolute;
    top: 13px;
    right: -74px;
  }
  #hm .conts_smart .school_block .top_wrapper .title_box h4 .color {
    color: #e48583;
  }
  #hm .conts_smart .school_block .area_wrapper {
    text-align: left;
    margin-bottom: 30px;
  }
  #hm .conts_smart .school_block .area_wrapper .box {
    margin-bottom: 30px;
  }
  #hm .conts_smart .school_block .area_wrapper .box:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .number {
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .number a:hover img {
    opacity: 1;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .middle_warp {
    margin-bottom: 22px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .inner .img {
    position: relative;
    margin-bottom: -20px;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .inner .img {
    margin-bottom: 10px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
  }
  #hm .conts_smart .school_block .area_wrapper .box.column_01 .new_box {
    display: block;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block {
    display: flex;
    justify-content: center;
    margin-bottom: -5px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block .img {
    width: 140px;
    margin-right: 10px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img_block .img:nth-of-type(2n) {
    margin-right: 0;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .img {
    width: 176px;
  }
  #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;
    padding: 8px 8px 8px 10px;
  }
  #hm .conts_smart .school_block .area_wrapper .box .new_box .text .lesson {
    width: 108px;
    display: block;
    position: absolute;
    top: -18px;
    left: 8px;
  }
  #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.column_01 .new_box .text:after {
    display: none;
  }
  #hm .conts_smart .school_block .reception_wrapper {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #e78e8c;
    padding: 19px 0 21px;
    margin-bottom: 30px;
    position: relative;
  }
  #hm .conts_smart .school_block .reception_wrapper .left {
    width: 90%;
    margin: 0 auto;
  }
  #hm .conts_smart .school_block .reception_wrapper .left dl {
    margin-bottom: 12px;
  }
  #hm .conts_smart .school_block .reception_wrapper dl dt {
    background-color: #e78e8c;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 1px 13px 0;
    text-align: center;
    margin-bottom: 3px;
  }
  #hm .conts_smart .school_block .reception_wrapper ul {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
  }
  #hm .conts_smart .shop_block {
    background-color: #f0ffec;
    border-radius: 10px;
    padding-bottom: 52px;
  }
  #hm .conts_smart .shop_block h3 .eg {
    width: 47%;
    display: block;
  }
  #hm .conts_smart .shop_block h3 {
    margin-bottom: 29px;
    top: -19px;
    position: relative;
  }
  #hm .conts_smart .shop_block h3 span.illust {
    display: none;
  }
  #hm .conts_smart .shop_block .box {
    border-radius: 10px;
    border: solid 3px #60c260;
    background-color: #fff;
    position: relative;
    padding: 0 2% 26px;
    margin-bottom: 39px;
  }
  #hm .conts_smart .shop_block .box:last-of-type {
    margin-bottom: 0;
  }
  #hm .conts_smart .shop_block .box .illust_01 {
    width: 85px;
    position: absolute;
    top: -44px;
    right: 4px;
  }
  #hm .conts_smart .shop_block .box .illust_02 {
    width: 65px;
    position: absolute;
    top: -36px;
    right: 0px;
  }
  #hm .conts_smart .shop_block .box .point {
    width: 104px;
    position: relative;
    left: -3%;
    margin: -19px 0 -10px;
  }
  #hm .conts_smart .shop_block .box .img {
    margin: 15px 0 5px;
  }
  #hm .conts_smart .shop_block .box .img_02 {
    margin: 21px auto 18px;
  }
  #hm .conts_smart .shop_block .box .text {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.04em;
  }
  #hm .conts_smart .shop_block .box .text .green {
    color: #60c260;
  }
  /*マウントジーンズ*/
  /*仮*/
  #contents .content {
    width: 94%;
    margin: 0 auto;
  }
  /*仮↑↑*/
  #mj {
    width: 100%;
    border-top: 8px solid #181d5e;
  }
  #mj .conts_point .outer {
    width: 92%;
    margin: 0 auto;
  }
  #mj .conts_point {
    padding: 40px 0 45px;
  }
  #mj .conts_point h2 {
    position: relative;
    margin-bottom: 24vw;
  }
  #mj .conts_point h2 .logo {
    width: 28%;
    position: absolute;
    top: 18px;
    left: -10px;
  }
  #mj .conts_point h2 .icon {
    width: 56%;
    max-width: 320px;
    position: absolute;
    bottom: -26vw;
    right: -20px;
  }
  #mj .conts_point .btn a {
    margin: 0 auto;
  }
  #mj .conts_point .topic_01 {
    background-color: #d2e7f3;
    border-radius: 10px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  #mj .conts_point .topic_01 h3 {
    position: relative;
    top: -9px;
  }
  #mj .conts_point .topic_01 h3 .icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -18px;
  }
  #mj .conts_point h3 .icon {
    margin-top: -8px;
  }
  #mj .conts_point h3 .icon .img {
    width: 28%;
    display: block;
    margin-right: 2px;
  }
  #mj .conts_point .topic_02 h3 .icon .img {
    margin-right: 0;
  }
  #mj .conts_point .topic_01 h3 .icon .img:last-of-type {
    margin-rightt: 0;
  }
  #mj .conts_point .topic_01 h4 {
    margin: 0 0 16px;
  }
  #mj .conts_point h4 .title {
    width: 63%;
    display: block;
    margin: 0 0 6px;
  }
  #mj .conts_point .topic_01 h4 .text {
    width: 100%;
    line-height: 1.5;
  }
  #mj .conts_point .topic_01 h4 .text span {
    font-size: 18px;
    font-weight: 600;
    color: #dd5312;
  }
  #mj .conts_point .topic_01 .img_box {
    border: 4px solid #0f8bd2;
    margin-bottom: 28px;
  }
  #mj .conts_point .topic_01 .img_box .img {
    width: 100%;
  }
  #mj .conts_point .topic_02 {
    background-color: #f5d6e3;
    border-radius: 10px;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  #mj .conts_point .topic_02 h3 {
    position: relative;
    top: -10px;
  }
  #mj .conts_point .topic_02 h3 .title {
    width: 100%;
    margin-bottom: -7px;
  }
  #mj .conts_point .topic_02 h3 .icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -54px;
  }
  #mj .conts_point .topic_02 h4 {
    margin: -36px 0 28px;
  }
  #mj .conts_point .topic_02 .img_block {
    margin-bottom: 31px;
  }
  #mj .conts_point .topic_02 .img_block .img_box {
    width: 100%;
    position: relative;
    margin-bottom: 21px;
  }
  #mj .conts_point .topic_02 .img_block .img_box:last-of-type {
    margin-bottom: 0;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon {
    position: absolute;
    top: -12px;
    left: -6px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_01 {
    width: 77px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_02 {
    width: 91px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_03 {
    width: 91px;
  }
  #mj .conts_point .topic_02 .img_block .img_box .ribbon_04 {
    width: 157px;
    top: -17px;
  }
  #mj .conts_point .topic_02 .map {
    margin-bottom: 20px;
  }
  #mj .conts_point .topic_03 {
    background-color: #f7d6cc;
    border-radius: 10px;
    padding-bottom: 60px;
  }
  #mj .conts_point .topic_03 h3 {
    position: relative;
    top: -10px;
  }
  #mj .conts_point .topic_03 h3 .title {
    width: 100%;
    margin-bottom: -3px;
  }
  #mj .conts_point .topic_03 h3 .icon {
    display: -ms-flexbox;
    width: 30%;
    position: absolute;
    top: 280%;
    right: 0;
  }
  #mj .conts_point .topic_03 h4 {
    margin: 8px 0 60px;
  }
  #mj .conts_point .topic_03 h4 .text {
    width: 100%;
    line-height: 1.5;
    margin-top: 14px;
  }
  #mj .conts_point .topic_03 .img_block {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  #mj .conts_point .topic_03 .img_block .img_box {
    width: 66%;
    margin-top: -20px;
  }
  #mj .conts_point .topic_03 .img_block .img_box:nth-of-type(2n) {
    margin: -30px 0 0 auto;
    text-align: right;
  }
  #mj .conts_point .topic_03 .img_block .img_box.box_02 {
    width: 58%;
    margin-top: -46px;
    transform: rotateZ(3deg);
    margin-right: -12px;
  }
  #mj .conts_point .topic_03 .img_block .img_box.box_03 {
    width: 60%;
    transform: rotateZ(-2deg);
    margin-top: -49px;
    margin-left: -8px;
  }
  #mj .conts_point .topic_03 .img_block .img_box.box_04 {
    position: relative;
    transform: rotateZ(3deg);
    width: 60%;
    margin-top: -66px;
  }
  #mj .conts_point .topic_03 .img_block .img_box.box_05 {
    width: 53%;
    transform: rotateZ(-2deg);
    margin-top: -48px;
  }
  #mj .conts_point .topic_03 .img_block .img_box .img {
    margin-bottom: 5px;
  }
  #mj .conts_point .topic_03 .img_block .box_01 {
    position: relative;
    transform: rotateZ(-1deg);
  }
  #mj .conts_point .topic_03 .img_block .box_01 .img {
    z-index: 1;
    position: relative;
  }
  #mj .conts_point .topic_03 .img_block .img_box .text {
    line-height: 1.3;
    font-size: 13px;
  }
  #mj .conts_smart {
    padding-bottom: 40px;
  }
  #mj .conts_smart h2 {
    margin-bottom: 55px;
    position: relative;
  }
  #mj .conts_smart h2 .logo {
    width: 27%;
    position: absolute;
    top: 5px;
    left: -10px;
  }
  #mj .conts_smart h3 {
    position: relative;
    top: -31px;
    margin-bottom: -31px;
  }
  #mj .conts_smart .ticket_block {
    background-color: #d2e7f3;
    border-radius: 10px;
    padding-bottom: 36px;
    margin-bottom: 60px;
  }
  #mj .conts_smart .ticket_block h3 {
    margin-bottom: -18px;
  }
  #mj .conts_smart .ticket_block h3 .title_01 {
    width: 75%;
    display: block;
    max-width: 260px;
    transform: rotate(9deg);
    margin: 0 auto -3px;
  }
  #mj .conts_smart .ticket_block h3 .title_02 {
    width: 100%;
    margin-bottom: 9px;
  }
  #mj .conts_smart .ticket_block h4 {
    margin-bottom: 16px;
  }
  #mj .conts_smart .ticket_block .figure {
    margin-bottom: 9px;
  }
  #mj .conts_smart .ticket_block .figure .img {
    margin-bottom: 19px;
  }
  #mj .conts_smart .ticket_block .figure .img:last-of-type {
    margin-bottom: 0;
  }
  #mj .conts_smart .ticket_block .inner {
    position: relative;
    margin-bottom: 18px;
  }
  #mj .conts_smart .ticket_block .inner .img_01 {
    width: 76%;
    margin-bottom: -50px;
  }
  #mj .conts_smart .ticket_block .inner .right .price {
    width: 100%;
    margin-bottom: -7px;
  }
  #mj .conts_smart .ticket_block .inner .right .text {
    margin-bottom: 28px;
  }
  #mj .conts_smart .rental_block {
    background-color: #ffe8fa;
    border-radius: 10px;
    padding-bottom: 36px;
    margin-bottom: 55px;
  }
  #mj .conts_smart .rental_block h3 .title_01 {
    width: 71%;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    transform: rotate(9.5deg);
  }
  #mj .conts_smart .rental_block h3 .title_02 {
    width: 100%;
  }
  #mj .conts_smart .rental_block .inner {
    display: flex;
    flex-flow: column;
  }
  #mj .conts_smart .rental_block .inner .left {
    order: 1;
  }
  #mj .conts_smart .rental_block .inner .left .text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  #mj .conts_smart .rental_block .inner .left .price {
    width: 100%;
    margin-bottom: 28px;
  }
  #mj .conts_smart .school_block {
    background-color: #f7d6cc;
    border-radius: 10px;
    padding-bottom: 60px;
    margin-bottom: 8px;
  }
  #mj .conts_smart .school_block h3 {
    margin-bottom: -17px;
  }
  #mj .conts_smart .school_block h3 .title_01 {
    width: 59%;
    display: block;
    max-width: 230px;
    margin: 0 auto 0;
    transform: rotate(8.5deg);
  }
  #mj .conts_smart .school_block .text {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  #mj .conts_smart .school_block .wrapper {
    margin-bottom: 26px;
  }
  #mj .conts_smart .school_block .box {
    background-color: #fff;
    border: 5px solid#e37410;
    margin-bottom: 28px;
  }
  #mj .conts_smart .school_block .box:last-of-type {
    margin-bottom: 0;
  }
  #mj .conts_smart .school_block .box h4 {
    background-color: #e37410;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 10px 0 13px;
    line-height: 1.0;
  }
  #mj .conts_smart .school_block .box h4 .small {
    font-size: 15px;
  }
  #mj .conts_smart .school_block .box .detail_list {
    padding: 19px 5% 23px;
  }
  #mj .conts_smart .school_block .box .detail_list li {
    margin-bottom: 13px;
    line-height: 1.6;
    align-items: center;
  }
  #mj .conts_smart .school_block .box .detail_list li:last-of-type {
    margin-bottom: 0;
  }
  #mj .conts_smart .school_block .box .detail_list li.caption {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 2px;
  }
  #mj .conts_smart .school_block .box .detail_list li .text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  #mj .conts_smart .school_block .box .detail_list li .tel {
    color: #e37410;
    font-weight: 600;
    font-size: 24px;
    line-height: 0.8;
    text-align: center;
    margin-top: 10px;
  }
  #mj .conts_smart .school_block .box .detail_list li .tel .small {
    font-size: 15px;
  }
  #mj .conts_smart .school_block .box .detail_list .img {
    width: 94px;
    margin: 0 auto 6px;
  }
  #mj .conts_smart .school_block .btn a {
    margin: 0 auto;
  }
  #mj .conts_smart .btn a {
    margin: 0 auto;
  }
}