@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  #conts_page_title {
    background-image: url(../img/rental/page_title_bg.jpg?20230209);
  }
  h3 {
    font-size: 32px;
    text-align: center;
    clear: both;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 42px;
  }
  h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    text-align: center;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 60px;
  }
  #conts_link {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 100px;
  }
  #conts_link h2 {
    margin-bottom: 30px;
  }
  #conts_link ul {
    width: 100%;
    float: left;
    clear: both;
  }
  #conts_link ul {
    text-align: center;
  }
  #conts_link ul li {
    display: inline-block;
    margin: 0 5px;
  }
  #conts_link ul li a {
    background-color: #8B713E;
    color: #FFFFFF;
    font-size: 16px;
    width: 296px;
    float: left;
    clear: both;
    padding: 7px 0 9px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #8B713E;
    background-image: url(../img/share/button_icon_off.png);
    background-repeat: no-repeat;
    background-position: 18px 18px;
    background-size: 12px;
  }
  #conts_link ul li a:hover {
    background-color: #fff;
    border: 2px solid #8B713E;
    color: #8B713E;
    background-image: url(../img/share/button_icon_on.png);
    text-decoration: none;
    transition-duration: 0.4s;
  }
  #conts_first {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0px;
  }
  #conts_first .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  #conts_first .main_comment {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #conts_first dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    border: 1px solid #C2C2C2;
    max-width: 750px;
    margin-bottom: 13px;
    display: table;
  }
  #conts_first dt, #conts_first dd {
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: table-cell;
  }
  #conts_first dl dt {
    font-weight: bold;
    width: 30%;
    text-align: center;
    background-color: #f8f8f8;
  }
  #conts_first dl dd {
    width: 70%;
  }
  #conts_first .img {
    width: 640px;
    margin: 80px auto 0;
  }
  #conts_first .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #conts_price {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0px;
    margin-top: 100px;
  }
  #conts_price .outer {
    width: 1100px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  #conts_price .outer .plan .ski_wrap {
    margin-bottom: 30px;
  }
  #conts_price .outer .plan .comment {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  #conts_price .outer .plan .pricelist {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    padding-left: 0px;
    margin-right: auto;
    background-color: #FFFFFF;
    width: 100%;
  }
  #conts_price .outer .plan .pricelist th, #conts_price .outer .plan .pricelist td {
    padding: 13px 16px;
    border-bottom: 1px #dfdfdf solid;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
  }
  #conts_price .outer .plan .pricelist .attention {
    text-align: left;
  }
  #conts_price .outer .plan .pricelist th {
    text-align: left;
  }
  #conts_price .outer .plan .pricelist .alignC {
    text-align: center;
  }
  #conts_price .outer .plan .pricelist th.title {
    width: 30%;
  }
  #conts_price .outer .plan .pricelist .active {
    background-color: #f8f8f8;
  }
  #conts_price .outer .plan .pricelist td.text {
    text-align: left;
    line-height: 28px;
  }
  #conts_price .outer .caution {
    line-height: 24px;
    margin-top: 10px;
  }
  #conts_first .link_banner {
    width: 500px;
    margin: 40px auto 0;
  }
  #conts_first .link_banner img {
    width: 100%;
    height: auto;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
  #conts_page_title {
    background-image: url(../img/rental/page_title_bg.jpg?20230209);
  }
  h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 2.2rem;
  }
  h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 2.2rem;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
  }
  #conts_link {
    width: 90%;
    float: left;
    clear: both;
    margin: 70px 5% 40px;
  }
  #conts_link h2 {
    margin-bottom: 30px;
  }
  #conts_link ul {
    width: 100%;
    float: left;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #conts_link ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
    background-color: #8B713E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_link ul li:nth-child(even) {
    margin-right: 0;
  }
  #conts_link ul li a {
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.2;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 10px 10px 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #8B713E;
    background-image: url(../img/share/button_icon_off.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 8px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_link ul li a:hover {
    text-decoration: none;
  }
  #conts_first {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
  }
  #conts_first .logo {
    width: 46%;
    max-width: 158px;
    margin: 0 auto 6px;
  }
  #conts_first .main_comment {
    margin-bottom: 20px;
  }
  #conts_first dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    border: 1px solid #C2C2C2;
    margin-bottom: 13px;
    display: table;
  }
  #conts_first dt, #conts_first dd {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
    display: table-cell;
    vertical-align: middle;
  }
  #conts_first dl dt {
    font-weight: bold;
    width: 30%;
    text-align: center;
    background-color: #f8f8f8;
  }
  #conts_first dl dd {
    width: 70%;
  }
  #conts_first .img {
    margin-top: 40px;
  }
  #conts_first .link_banner {
    width: 100%;
    margin: 20px auto 0;
  }
  #conts_first .link_banner img {
    width: 100%;
    height: auto;
  }
  #conts_price {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
  }
  #conts_price .outer {
    margin-bottom: 110px;
  }
  #conts_price .outer .plan .ski_wrap {
    margin-bottom: 40px;
  }
  #conts_price .outer .plan .comment {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .pricelist {
    margin-left: auto;
    padding-left: 0px;
    margin-right: auto;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 20px;
  }
  .pricelist tbody {
    width: 100%;
  }
  .pricelist thead {
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .pricelist th, .pricelist td {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .pricelist:before {
    background: #ccc;
    content: "";
    position: absolute;
    /*絶対配置であれば、親の高さに指定がなくてもheight:100%が使えます。*/
    height: 100%;
    top: 0;
    left: 33.4%;
    width: 33.4%;
    z-index: -1;
  }
  .pricelist .nowrap {
    white-space: nowrap;
  }
  .pricelist .w_50 {
    width: 50%;
  }
  .pricelist .w_33 {
    width: 33.3%;
  }
  .pricelist .w_66 {
    width: 66.6%;
  }
  .pricelist .name {
    background-color: #ececec;
    width: 100%;
  }
  .pricelist .alignC {
    text-align: center;
  }
  .price .caution {
    line-height: 24px;
    margin-top: 10px;
  }
  #conts_price .outer .caution {
    line-height: 24px;
    margin-top: 10px;
  }
}