@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*fv*/
  #conts_fv .main_img {
    background-image: url("../img/access/fv_img_access.jpg");
  }
  /*conts_access*/
  #conts_access .access_map {
    margin: 0 auto 70px;
    width: 1000px;
  }
  /*detail_block*/
  #conts_access .detail_block {
    margin-bottom: 90px;
  }
  #conts_access .detail_block .auto {
    display: flex;
    justify-content: center;
  }
  #conts_access .detail_block .left_box {
    width: 400px;
  }
  #conts_access .detail_block .left_box h2 {
    width: 330px;
    margin-bottom: 11px;
  }
  #conts_access .detail_block .left_box .address {
    font-size: 15px;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }
  #conts_access .tel_box {
    text-align: center;
  }
  #conts_access .tel_box .text {
    font-size: 17px;
  }
  #conts_access .tel_box .tel {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  #conts_access .tel_box .tel img {
    width: 19px;
    margin-right: 4px;
  }
  #conts_access .tel_box .tel .tel-link {
    font-size: 29px;
    line-height: 1.2;
  }
  #conts_access .tel_box .closed_day {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
  }
  #conts_access .detail_block .tel {
    margin-bottom: 4px;
  }
  #conts_access .detail_block .wrapper {
    margin-bottom: 20px
  }
  #conts_access .detail_block .wrapper dl {
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -.4em;
    margin-bottom: 10px;
  }
  #conts_access .detail_block .wrapper dl dt {
    width: 78px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 5px 0 4px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: #f1899f;
  }
  #conts_access .detail_block .wrapper dl dd {
    width: 310px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    padding-left: 10px;
    color: #363636;
  }
  #conts_access .detail_block .right_box {
    width: 609px;
  }
  #conts_access .detail_block .right_box .table_wrapper {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 40px 4px;
    border: 2px solid #fde1e6;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  #conts_access .detail_block .right_box .schedule {
    width: 100%;
    text-align: center;
  }
  #conts_access .detail_block .right_box .schedule tr {
    border-bottom: 1px solid #fde1e6;
  }
  #conts_access .detail_block .right_box .schedule tr:last-of-type {
    border-bottom: none;
  }
  #conts_access .detail_block .right_box .schedule th {
    width: 150px;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: middle;
  }
  #conts_access .detail_block .right_box .schedule td {
    width: 60px;
    padding: 15px 0 15px;
    text-align: center;
    vertical-align: middle;
  }
  #conts_access .detail_block .right_box .schedule tr:first-of-type td {
    padding: 12px 0 15px;
  }
  #conts_access .detail_block .right_box .schedule tr:nth-of-type(2) td {
    padding: 9px 0 8px;
  }
  #conts_access .detail_block .right_box .schedule td img {
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  #conts_access .detail_block .right_box .schedule td .small {
    display: block;
    font-size: 10px;
    color: #9ec022;
  }
  #conts_access .detail_block .right_box .caution {
    font-size: 15px;
    color: #2c2c2c;
    opacity: 0.6;
    padding-left: 4em;
    margin-bottom: 15px;
  }
  #conts_access .detail_block .right_box .caution_01 {
    font-size: 24px;
    padding-left: 2.5em;
    line-height: 1.5;
  }
  #conts_access .detail_block .right_box .caution_01 .font_big {
    border-bottom: 2px solid #46b4b8;
  }
  #conts_access .detail_block .right_box .caution_01 .font_small {
    font-size: 19px;
  }
  /*access_way*/
  #conts_access .access_way {
    width: 1200px;
    margin: 0 auto;
    background-color: #fcedf0;
    padding: 100px 50px;
    border-radius: 30px;
  }
  #conts_access .way_content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #conts_access .access_way .car {
    width: 440px;
    margin: 0 20px;
  }
  #conts_access .access_way .public {
    width: 440px;
    margin: 0 20px;
  }
  #conts_access .access_way figure {
    width: 138px;
    margin: 0px auto 20px;
  }
  #conts_access .access_way h3 {
    text-align: center;
    font-size: 27px;
    line-height: 1.9;
    margin-bottom: 10px;
  }
  #conts_access .access_way p {
    line-height: 2;
  }
  #conts_access .access_way dl {
    line-height: 1.6;
    margin-bottom: 14px;
  }
  #conts_access .access_way dt {
    font-weight: 600;
    margin-bottom: 6px;
  }
}
@media screen and (max-width:769px) {
  /*fv*/
  #conts_fv .main_img {
    background-image: url("../img/access/fv_img_access.jpg");
  }
  /*conts_access*/
  #conts_access .access_map {
    margin: 0 auto 50px;
    width: 90%;
  }
  /*detail_block*/
  #conts_access .detail_block {
    margin-bottom: 80px;
    z-index: 50;
    position: relative;
  }
  #conts_access .detail_block .left_box {
    margin-bottom: 40px;
  }
  #conts_access .detail_block .left_box h2 {
    width: 214px;
    margin: 0 auto 10px;
    margin-bottom: 10px;
  }
  #conts_access .detail_block .left_box .address {
    font-size: 1.4rem;
    letter-spacing: .05em;
    margin-bottom: 16px;
    text-align: center;
  }
  #conts_access .detail_block .left_box .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #conts_access .detail_block .tel {
    line-height: 1.3;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
  }
  #conts_access .detail_block .closed_day {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  #conts_access .detail_block .tel img {
    width: 19px;
  }
  #conts_access .detail_block .tel .tel-link {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-left: 5px;
    letter-spacing: -0.03em;
  }
  #conts_access .detail_block .wrapper dl {
    width: 48%;
    line-height: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #conts_access .detail_block .wrapper dl dt {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 5px 0 4px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: #f1899f;
    margin-bottom: 8px;
  }
  #conts_access .detail_block .wrapper dl dd {
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
    color: #363636;
  }
  #conts_access .detail_block .right_box {
    margin: 0 auto;
  }
  #conts_access .detail_block .right_box .table_wrapper {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 14px 5px;
    border: 2px solid #fde1e6;
    border-radius: 20px;
    margin: 0 auto 15px;
  }
  #conts_access .detail_block .right_box .schedule {
    width: 100%;
    text-align: center;
  }
  #conts_access .detail_block .right_box .schedule tr {
    border-bottom: 1px solid #fde1e6;
  }
  #conts_access .detail_block .right_box .schedule tr:last-of-type {
    border-bottom: none;
  }
  #conts_access .detail_block .right_box .schedule th {
    width: 30%;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .05em;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0 7px;
  }
  #conts_access .detail_block .right_box .schedule td {
    width: 12%;
    font-size: 1.2rem;
    padding: 15px 0 15px;
    text-align: center;
    vertical-align: middle;
  }
  #conts_access .detail_block .right_box .schedule tr:nth-of-type(2) td {
    padding: 9px 0 8px;
  }
  #conts_access .detail_block .right_box .schedule td img {
    width: 20px;
    display: block;
    margin: 0 auto;
  }
  #conts_access .detail_block .right_box .schedule td .small {
    display: block;
    font-size: 1.0rem;
    color: #9ec022;
  }
  #conts_access .detail_block .right_box .caution {
    color: #2c2c2c;
    line-height: 1.6;
    opacity: 0.6;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  #conts_access .detail_block .right_box .caution_01 {
    font-size: 2.1rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }
  #conts_access .detail_block .right_box .caution_01 .font_big {
    border-bottom: 2px solid #46b4b8;
  }
  #conts_access .detail_block .right_box .caution_01 .font_small {
    font-size: 1.4rem;
  }
  /*access_way*/
  #conts_access .access_way {
    background-color: #fcedf0;
    padding: 40px 5%;
    margin: 0 5%;
    border-radius: 20px;
  }
  #conts_access .way_content {}
  #conts_access .access_way .car {
    margin-bottom: 40px;
  }
  #conts_access .access_way .public {}
  #conts_access .access_way figure {
    width: 90px;
    margin: 0px auto 20px;
  }
  #conts_access .access_way h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 10px;
  }
  #conts_access .access_way p, #conts_access .access_way dl {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #conts_access .access_way dl {
    margin-bottom: 14px;
  }
  #conts_access .access_way dt {
    font-weight: 600;
    margin-bottom: 6px;
  }
}
}