@charset "utf-8";

/* サブビジュアル */
.hero {
    width: 100vw;
    height: 75vh;
    background-image: url(../images/images_other/access_sp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.title {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-orientation: upright;
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 160%; /* 39px */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 1rem;
    white-space: nowrap;
}

/* サブビジュアル　PC */
@media screen and (min-width:769px) {
    .hero {
        height: 70vh;
        background-image: url(../images/images_other/access_pc.webp);
    }

    .title {
        font-size: 3.2rem;
    }
}

/* アクセス */
.intro {
    padding: 100px 8% 40px;
    text-align: center;
}

.intro_content p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    margin-top: 16px;
}

.access_address {
    margin-top: 120px;
}

.map_sp {
    margin-inline: -8%;
}

.map_pc {
    display: none;
}

.address_content {
    margin-top: 24px;
    text-align: left;
}

.name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.6px;
}

.address {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    margin-top: 15px;
}

.address_googlemap {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    margin-right: 3px;
    margin-top: 8px;
}

.address_googlemap:hover {
    opacity: 0.6;
}

.address_googlemap img {
    width: 25px;
    height: 25px;
}

.tel {
    margin-top: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
}

.tel img {
    width: 24px;
    height: 24px;
}

.tel_content {
    margin-top: 12px;
}

.tel_topic {
    color: #555;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: 0.75px;
}

.tel_txt {
    color: #555;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.42px;
    margin-top: 8px;
}

/* アクセス　TB */
@media screen and (min-width:769px) {
    .intro {
        padding: 120px 8% 60px;
    }

    .intro_content p{
        font-size: 1.6rem;
    }

    .access_address {
        margin-top: 120px;
    }

    .map_sp {
        display: none;
    }

    .map_pc {
        display: block;
    }

    .address_content {
        margin-top: 24px;
    }

    .name {
        font-size: 2.2rem;
    }

    .address {
        font-size: 1.6rem;
        margin-top: 24px;
    }

    .address_googlemap {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .address_googlemap img {
        width: 26px;
        height: 26px;
    }

    .tel {
        margin-top: 32px;
        font-size: 1.6rem;
    }

    .tel img {
        width: 24px;
        height: 24px;
    }

    .tel_content {
        margin-top: 12px;
    }

    .tel_topic {
        font-size: 1.6rem;
    }

    .tel_txt {
        font-size: 1.5rem;
        margin-top: 8px;
    }
}

/* アクセス　PC */
@media screen and (min-width:1024px) {
    .intro {
        padding: 120px 12.5% 8ch;
    }

    .intro_content p{
        font-size: 1.8rem;
    }

    .access_address {
        margin-top: 120px;
        margin: 120px auto 0;
        max-width: 1080px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 85px;
    }

    .map_sp {
        display: none;
    }

    .map_pc {
        display: block;
        width: 47.2vw;
        max-width: 680px;
    }

    .address_content {
        margin-top: 0;
        width: 315px;
    }

    .name {
        font-size: 2.6rem;
    }

    .address {
        font-size: 1.8rem;
        margin-top: 24px;
    }

    .address_googlemap {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .address_googlemap img {
        width: 26px;
        height: 26px;
    }

    .tel {
        margin-top: 30px;
        font-size: 1.8rem;
    }

    .tel img {
        width: 25px;
        height: 25px;
        transform: translateY(-2px);
        margin-right: 3px;
    }

    .tel_content {
        margin-top: 12px;
    }

    .tel_topic {
        font-size: 1.7rem;
    }

    .tel_txt {
        font-size: 1.6rem;
        margin-top: 8px;
    }
}

/* 行き方 */
.section {
    padding: 80px 8% 40px;
}

.topic {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px; 
    position: relative;
    text-align: center;
}

.topic::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #A2A2A2;
}

.topic.topic_howtogo::after {
    content: none;
}

.howtogo_content {
    margin-top: 42px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.howtogo_block {
    display: inline-block;
    margin: 0 auto;
}

.topic_second {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 315px;
}

.topic_item {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 1.26px;
}

.topic_item::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: -70px;
    transform: translateY(50%);
    width: 50px;
    height: 1px;
    background-color: #A2A2A2;
}

.topic_second img {
    width: 28px;
    height: 28px;
    margin-right: 16px;
}

.car_txt {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.54px;
    margin-top: 18px;
    text-align: center;
}

.access_order {
    margin: 18px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 5px;
}

.order_item {
    width: 260px;
    padding: 5px 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
    border: 1px solid #8BA69C;
}

.public {
    margin-top: 42px;
}

.public_content {
    margin-top: 30px;
}

.topic_station {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    width: 315px;
    display: inline-block;
    text-align: left;
}

.topic_station img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.public_txt {
    width: 260px;
    display: inline-block;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 25.5px */
    letter-spacing: 0.6px;
    text-align: left;
    margin-top: 18px;

}

.fujino_st,
.sagamiko_st {
    text-align: center;
}

.sagamiko_st {
    margin-top: 30px;
}

.order_item_small {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
}

.boat {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    margin-top: 30px;
    width: 315px;
}

.boat img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-right: 5px;
}

.boat_txt {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 170%; /* 25.5px */
    letter-spacing: 0.6px;
    text-align: left;
}

.kasse_link {
    font-weight: 700;
    text-decoration: underline 0.75px solid;
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.kasse_link:hover {
    transform: translateX(3px);
    opacity: 0.7;
}

.pc_tel {
    display: none;
}

@media screen and (min-width:768px) {
    .section {
        padding: 120px 10% 30px;
    }

    .topic {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 150%; /* 45px */
        letter-spacing: 1.5px;
    }
        
    .topic::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }

    .howtogo_block {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

    .topic_second img {
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }

    .topic_second {
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: 1.4px;
    }

    .car_txt {
        margin-top: 28px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.54px;
    }

    .order_item {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.9px;
    }

    .access_order img {
        width: 16px;
    }

    .access_order {
        gap: 10px;
    }

    .public {
        margin-top: 80px;
    }

    .fujino_st {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

    .sagamiko_st {
        display: inline-block;
        margin: 0 auto;
    }

    .public_txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.54px;
        margin-top: 20px;
    }

    .topic_station {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 150%; /* 27px */
        letter-spacing: 0.9px;
    }

    .order_item_small {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.8px;
    }

    .boat {
        width: 320px;
        margin-top: 32px;
    }

    .public_content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 30px auto;
        gap: 30px;
    }

    .order_item {
        width: 320px;
    }

    .boat_txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0.68px;
    }

    .pc_tel {
        display: inline;
    }

    .sp_tel {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .main {
        margin: 0 auto;
    }

    .section {
        padding: 120px 12.5% 40px;
    }

    .topic {
        font-size: 3rem;
        font-weight: 700;
        line-height: 150%; /* 45px */
        letter-spacing: 2.1px;
    }

    .topic_item {
        font-size: 2rem;
    }

    .howtogo_content {
        margin: 64px auto 0;
        max-width: 1080px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .public {
        margin-top: 0;
    }

}

/* Shu紹介 */
.name_shu {
    text-align: center;
}

.shu_phoy_content {
    display: none;
}

.name_shu {
    color: #3D5146;
    font-family: "Playfair Display";
    margin-top: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%; /* 31.5px */
    letter-spacing: 1.05px;
}

.name_shu_small {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.75px;
}

.shu_photo_sp {
    margin: 24px 0;
}

.topic_topic_shu {
    margin: 24px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.42px;
    text-align: left;
}

.shu_txt {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 180%; /* 27px */
    letter-spacing: 0.6px;
    margin-top: 18px;
    text-align: left;
}

.shu_address {
    margin-top: 40px;
}

.shu_map {
    margin-inline: -8%;
}

.address_name {
    margin-top: 40px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.address_name_small {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.75px;
}

.address_block {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 40px;
    padding: 5px 0;
    border-bottom: 1px solid #A2A2A2;
    text-align: left;
}

.address_topic {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: 0.75px;
    width: 64px;
    text-align: left;
    white-space: nowrap;
}

.address_address {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.75px;
}

.address_car {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.address_car img {
    width: 16px;
    height: 16px;
}

.address_car_txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.7px;
}

.googleMap_shu {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
    text-align: left;
}

.googleMap_shu:hover {
    opacity: 0.6;
}

.address_item_content {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
}

.address_item_tel {
    display: flex;
    gap: 8px;
}

.address_tel {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
}

.btn--cafeshu--wrap {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #A2A2A2;
    background: #3D5146;
    margin-top: 30px;
}

.btn--cafeshu--wrap:hover {
    opacity: 0.6;
}

.btn--cafeshu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn--cafeshu_txt {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
}

.shu_txt_block p{
    font-size: 1.4rem;
}

@media screen and (min-width:768px) {
    .spBr {
        display: none;
    }

    .name_shu {
        font-size: 2.9rem;
        font-weight: 700;
        line-height: 150%; /* 43.5px */
        letter-spacing: 1.45px;
        margin-top: 60px;
    }

    .shu_photo_sp {
        margin-top: 32px;
    }

    .topic_topic_shu {
        margin-top: 32px;
        font-size: 1.9rem;
    }

    .shu_txt_block {
        margin-top: 24px;
    }

    .shu_txt_block p{
        font-size: 1.7rem;
    }

    .shu_map {
        margin-inline: 0;
        max-width: 850px;
    }

    .address_name {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 150%; /* 33px */
        letter-spacing: 1.1px;
    }

    .address_name_small {
        font-size: 1.6rem;
    }

    .address_block {
        width: 350px;
        margin: 0 auto;
    }

    .btn--cafeshu--wrap {
        width: 350px;
    }

    .btn--cafeshu_txt {
        font-size: 2rem;
    }
}

@media screen and (min-width:1024px) {
    .name_shu {
        margin-top: 80px;
    }

    .shu_photo_sp {
        display: none;
    }

    .shu_content {
        display: flex;
        justify-content: center;
        gap: 11.5vw;
        align-items: flex-start;
        margin: 40px auto 0;
    }

    .shu_txt_content {
        width: 34.7vw;
        max-width: 500px;
    }

    .shu_phoy_content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .shu_photo_first {
        transform: translateX(-6vw);
    }

    .shu_photo {
        width: 28vw;
        max-width: 500px;
    }

    .topic_topic_shu {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 180%; /* 39.6px */
        letter-spacing: 0.88px;
        margin-top: 0;
    }

    .shu_txt_block p {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 180%; /* 28.8px */
        letter-spacing: 0.64px;
        margin-top: 24px;
    }

    .shu_address {
        margin-top: 90px;
        display: flex;
        gap: 70px;
        align-items: flex-start;
        justify-content: center;
    }

    .address_name {
        margin-top: 0;
    }

    .address_topic {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.9px;
        width: 78px;
    }

    .address_block {
        width: 405px;
        padding: 8px 5px;
    }

    .address_address {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.9px;
    }

    .address_car img {
        width: 22px;
        height: 22px;
    }

    .address_car_txt {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 160%; /* 24px */
        letter-spacing: 0.75px;
    }

    .googleMap_shu {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.54px;
        margin-top: 6px;
    }

    .google_arrow {
        width: 29px;
        height: 29px;
    }

    .address_item_content {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.9px;
    }

    .address_item_tel img {
        width: 27px;
        height: 27px;
    }

    .address_tel {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.54px;
    }

    .btn--cafeshu--wrap {
        width: 405px;
        margin-top: 40px;
    }
}

/* 周辺施設 */
.surround_map_pc {
    display: none;
}

.surround_map_sp {
    margin-top: 40px;
}

.surround_content {
    margin-top: 30px;
}

.surround_small_topic {
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    padding: 5px 0;
    border-bottom: 1px solid #8BA69C;
}

.surround_small_topic img {
    margin-right: 5px;
}

.surround_item_bontent {
    margin-top: 15px;
}

.surround_item {
    margin-top: 15px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 5px;
}

.shop_name {
    font-size: 16.5px;
    font-weight: 700;
    line-height: 180%; /* 29.7px */
    letter-spacing: 0.825px;
}

.shop_name img {
    margin-right: 5px;
    transform: translateY(-4px);
}

.shop_access {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 180%; /* 27px */
    margin-left: 5px;
}

.shop_txt {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 180%; /* 27px */
    letter-spacing: 0.6px;
    margin-top: 5px;
}

.surround_block {
    margin-top: 30px;
}

.pcBr {
    display: none;
}

.surround_munber {
    width: 22px;
    font-size:2em;
    line-height: 1.5;
}

@media screen and (min-width:768px) {
    .surround_map_sp {
        display: none;
    }

    .surround_map_pc {
        display: block;
        margin-top: 80px;
    }

    .surround_content {
        margin-top: 60px;
    }

    .surround_small_topic img {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .surround_small_topic {
        padding: 5px 0;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 150%; /* 33px */
        letter-spacing: 1.1px;
    }



    .shop_name {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 180%; /* 32.4px */
        letter-spacing: 0.9px;
    }

    .shop_access {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 180%; /* 27px */
    }

    .shop_txt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 180%; /* 28.8px */
        letter-spacing: 0.64px;
    }

    .pcBr {
        display: block;
    }

    .tbBr {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .surround_map_pc {
        margin: 80px auto 0;
        width: 59vw;
        max-width: 850px;
    }

    .spBr {
        display: none;
    }

    .tbBr {
        display: block;
    }

    .surround_content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .surround_block {
        width: 23.1vw;
        margin-top: 0;
    }
}

/* 藤野観光協会 */
.section_fujino {
    padding: 60px 8% 0;
}

.boder_block {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #8BA69C;
    border-bottom: 1px solid #8BA69C;
    background: rgba(255, 255, 255, 0.80);
}

.fujino_txt {
    margin-top: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.64px;
}

.btn--fujino--wrap {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #A2A2A2;
    background: #3D5146;
}

.btn--fujino--wrap:hover {
    opacity: 0.6;
}

.btn--fujino {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.hujino_small {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.42px;
    margin-right: 5px;
}

@media screen and (min-width:768px) {
    .boder_block {
        max-width: 850px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .fujino_txt {
        margin-top: 80px;
    }

    .fujino_txt {
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.72px;
    }

    .btn--fujino--wrap {
        width: 405px;
        margin-top: 40px;
    }

    .btn--fujino {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .hujino_small {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.45px;
    }
}


@media screen and (min-width:1200px) {
.boder_block {
        width: 59vw;
        max-width: 850px;
        margin: 0 auto;
        padding: 50px 0;
    }
}