@charset "UTF-8";
.common_fv {
  background-image: url(../img/about/visitors/main_image.jpg);
}
@media screen and (min-width: 770px) {
  #visitors_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
  }
  #visitors_conts .t_area_bg {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 65px;
    
    }
  #visitors_conts .t_area {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #visitors_conts .t_area .left_box {
        width: 448px;
        float: left;
    
    }
  #visitors_conts .t_area .left_box .t_img {
    margin-bottom: 36px;
  }
  #visitors_conts .t_area .left_box .title {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 22px;
    
    }
  #visitors_conts .t_area .left_box .text {
  }
  #visitors_conts .t_area .img {
        width: 663px;
        float: right;
        margin-right: -100px;
    
    }
  #visitors_conts .gallery_box_bg {
        width: 100%;
        margin-bottom: 80px;
        clear: both;
        float: left;
        /* background-color: var(--color-thema); */
        padding-top: 18px;
        padding-bottom: 18px;
    
    }
  #visitors_conts .gallery_box_bg img {
    width: 96%;
  }
  #visitors_conts .gallery_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #visitors_conts .gallery_box ul {
    clear: both;
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
  #visitors_conts .gallery_box ul li {
    float: left;
  }
  #visitors_conts .section_01_bg {
    clear: both;
    float: left;
    width: 100%;
  }
  #visitors_conts .section_01 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #visitors_conts .section_01 .title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
  }
  #visitors_conts .section_01 .text {
    text-align: center;
    margin-bottom: 40px;
  }
  #visitors_conts .section_01 .encircle {
    width: 975px;
    margin-left: auto;
    margin-right: auto;
  }
  #visitors_conts .section_01 .encircle .cost {
    width: 546px;
    float: left;
  }
  #visitors_conts .section_01 .encircle .cost table {
    border: none;
  }
  #visitors_conts .section_01 .encircle .cost .table_box {
    width: 546px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr {
    width: 546px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_01 {
    width: 146px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: var(--color-bg-dark);
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_01 {
    width: 200px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: var(--color-bg-dark);
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_01:last-child {
    border-right: none;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_02 {
    width: 146px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_02 {
    width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_03 {
    width: 146px;
    border-right: 1px solid #FFFFFF;
    text-align: center;
    background-color: var(--color-bg-sub);
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_03 {
    width: 200px;
    text-align: center;
    background-color: var(--color-bg-sub);
    border-right: 1px solid #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_03:last-child {
    border-right: none;
  }
  #visitors_conts .section_01 .encircle .caution {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  #visitors_conts .section_01 .encircle .caution li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 6px;
  }
  #visitors_conts .section_01 .encircle .caution li:last-of-type {
    margin-bottom: 0;
  }
  #visitors_conts .section_01 .img {
    width: 395px;
    float: right;
  }
}
@media screen and (max-width:769px) {
  #visitors_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  #visitors_conts .t_area_bg {
        margin: 0 auto 35px;
    
    }
  #visitors_conts .t_area {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #visitors_conts .t_area .left_box {
    margin-bottom: 20px;
  }
  #visitors_conts .t_area .left_box .t_img {
    margin-bottom: 12px;
    width: 45%;
  }
  #visitors_conts .t_area .left_box .title {
        font-size: 24px;
        line-height: 1.7;
        margin-bottom: 12px;
        text-align: center;
    
    }
  #visitors_conts .t_area .left_box .text {
  }
  #visitors_conts .gallery_box_bg {
    width: 100%;
    margin-bottom: 80px;
    clear: both;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #visitors_conts .gallery_box_bg img {
    width: 96%;
  }
  #visitors_conts .gallery_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #visitors_conts .gallery_box ul {
    clear: both;
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
  #visitors_conts .gallery_box ul li {
    float: left;
  }
  #visitors_conts .section_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #visitors_conts .section_01 .title {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: center;
  }
  #visitors_conts .section_01 .text {
    text-align: left;
    margin-bottom: 20px;
  }
  #visitors_conts .section_01 .encircle .cost {
    margin-bottom: 28px;
  }
  #visitors_conts .section_01 .encircle .cost table {
    border: none;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr {
    font-size: 1.4rem;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_01 {
    width: 28%;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: var(--color-bg-dark);
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_01 {
    width: 35%;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: var(--color-bg-dark);
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_01:last-child {
    border-right: none;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_02 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_02 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .title_03 {
    border-right: 1px solid #FFFFFF;
    text-align: center;
    background-color: var(--color-bg-sub);
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_03 {
    text-align: center;
    background-color: var(--color-bg-sub);
    border-right: 1px solid #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  #visitors_conts .section_01 .encircle .cost .table_box tr .text_03:last-child {
    border-right: none;
  }
  #visitors_conts .section_01 .encircle .caution {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #visitors_conts .section_01 .encircle .caution li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 4px;
  }
  #visitors_conts .section_01 .encircle .caution li:last-of-type {
    margin-bottom: 0;
  }
}