@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
main {
    padding-top: calc(var(--headerHeight) + 20px);
    padding-bottom: 40px;
    background: linear-gradient(white, 99%, #d0d0d026);
}
p {
    font-size: 16rem;
    line-height: 2;
    letter-spacing: 0;
}
p,
div {
    word-break: break-word;
}
.extra-link:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 6px;
    background: url(https://www.yamakei-online.com/yk/issue/arcteryx_gammajkt//img/icon_blank.svg) no-repeat 0 50%/12px 12px;
    vertical-align: middle;
}
.extra-link {
    color: #1B2CC2;
}
.extra-link:hover {
    text-decoration: underline;
}
.link_blue {
    color: #1B2CC2;
}
.link_blue:hover {
    text-decoration: underline;
}
.mgt20 {
    margin-top: 20px;
}
.mgt40 {
    margin-top: 40px;
}
.mgt40-sp {
    margin-top: 0;
}
.pdt40 {
    padding-top: 40px;
}
.posi-center {
    text-align: center;
}
.posi-right {
    text-align: right;
}
.width730 {
    margin-right: auto;
    margin-left: auto;
    width: 730px;
}
.width760 {
    margin-right: auto;
    margin-left: auto;
    width: 760px;
}
.width800 {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}
.width800_l {
    width: 800px;
    margin-left: 80px;   
}
.width800_r {
    float: right;
}
.width840 {
    margin-right: auto;
    margin-left: auto;
    width: 840px;
}
.width900 {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
.width1000 {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}
.width1100 {
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
}
.width1240 {
    margin-right: auto;
    margin-left: auto;
    width: 1240px;
}
.sp_space {
	margin: 0 auto;
	width: 100%;
}
.posi_relative {
    position: relative;
}

/* firstvisual */
.firstvisual_area {
    margin-bottom: 60px;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
.txt_credit {
    font-size: 13rem;
    margin: 10px 10px 30px;
}
.firstvisual_area_inner {
    position: relative;
}
.title_pc_area {
    position: absolute;
    bottom: 60px;
    left: 40px;
}
.title_area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 120px;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}
.title_area_txt {
    font-size: 20rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    text-shadow: 1px 1px 11px rgb(255 255 255);
}
.title_area_txt span {
    background: #ffffffcc;
}
.title_pc-1 {
    font-size: 36rem;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 3px solid #000000;
    font-feature-settings: "palt";
    display: inline-block;
    letter-spacing: 0.12em;
}
.title_pc-2 {
    font-size: 22rem;
    font-weight: 700;
    padding-top: 1em;
    letter-spacing: 0.06em;
}
.title_sp-1 {
    font-size: 16rem;
    font-weight: 700;
    padding-top: 12px;
    border-bottom: 1px solid #888888;
    line-height: 2.1em;
}
.title_sp-2 {
    font-size: 18rem;
    font-weight: 700;
    margin: 7px 0 13px 0;
    line-height: 1.5;
    font-feature-settings: "palt";
}
.title_sp-2 span {
    font-weight: 500;
    font-size: 0.9em;
}
.title_sp {
    font-weight: bold;
}
.title_sp-area {
    background-color: #eeeeee;
    border-bottom: solid 10px #888888;
    width: 100%;
}

/* hero */
.hero {
    display: flex;
    gap: 10px;
}
.map_area {
    width: 600px;
    text-align: center;
    margin-top: 0;
    line-height: 1.6;
}
.map_area img {
    max-width: 840px;
    margin-top: 60px;
}
.lead_area>div {
    all: unset;
    font-size: 28rem;
    font-weight: 700;
    color: #c7101f;
    line-height: 1.4;
    font-family: "游明朝体", "Yu Mincho", YuMincho;
}
.lead_area {
    flex: 1;
    margin-top: 0;
}
.lead_area p {
    margin: 2em 0 0;
}
.share_fixed {
    z-index: 10;
}

/* nav */
nav {
    margin: 80px 0 0;
}
.index {
    padding: 1em 15em 3em;
    border-top: 4px double #ddd;
    border-bottom: 4px double #ddd;
    background: linear-gradient(-45deg, transparent 25%, #eee 25%, #eee 50%, transparent 50%, transparent 75%, #eee 75%, #eee);
    background-clip: padding-box;
    background-size: 4px 4px;
}
.index div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 12px 0;
    font-size: 20rem;
}
.index label::after {
    margin-left: 7px;
    font-size: .6em;
    color: #166c9d;
    content: "[CLOSE]";
    cursor: pointer;
}
.index:has(:checked) label::after {
    content: "[OPEN]";
}
.index input {
    display: none;
}
.index ol {
    font-size: 16rem;
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}
.index>ol {
    height: auto0;
}
.index:has(:checked)>ol {
    height: 0;
}
.index ol ol {
    margin-top: 2px;
}
.index li {
    padding: 2px 0;
}
.index a {
    color: #333;
    text-decoration: none;
}
.s_link a {
    margin-bottom: 10px;
}
.s_link a {
    color: #1B2CC2;
    text-decoration: none;
    padding-bottom: 3px;
    line-height: 2.2em;
    letter-spacing: 0;
}
.s_link a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* contents_area */
h2 {
    all: inherit;
}
h3 {
    all: unset;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #000000;
    display: inline-block;
    padding: 0 6px;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
.catch-1 {
    font-size: 22rem;
    line-height: 2.4em;
    color: #2878a9;
    font-family: "游明朝体", "Yu Mincho", YuMincho;
}
.catch-2 {
    font-size: 19rem;
    line-height: 2.4em;
    color: #888b24; 
}
.catch-3 {
    font-size: 19rem;
    color: #c7101f;
    display: inline;
    padding: 4px 20px;
}
.txt_container :nth-child(1) {
    margin-top: 40px;    
}
.txt_container p {
    margin: 20px 0 0;
    line-height: 1.9;
    font-size: 17rem;
}
.itinerary {
    font-size: 16rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 13px 0;
    line-height: 1.8;
}
.fa-regular, .far {
    color: #ce666e;
}
.color_b-red {
    color: #ce666e;
}
.contents_area-1 {
    margin-top: 60px;
    padding: 60px 0 30px;
}
.contents_area-2 {
    margin-top: 60px;
    padding: 60px 0 70px;
}
.contents_area-3 {
    margin-top: 40px;
    padding: 190px 0 100px;
}
.contents_area-4 {
    margin-top: 10px;
    padding: 120px 0 170px;
}
.txt_course-1 {
    position: absolute;
    top: -30px;
    left: 80px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding-top: 40px;
    font-feature-settings: "palt";
}
.txt_course-1 span {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.txt_course-2 {
    all: unset;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1em;
    color: #000000;
    display: inline-block;
    padding: 0 6px;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
.txt_course_catch {
    font-size: 22rem;
    line-height: 2.4em;
    color: #2878a9;
    font-family: "游明朝体", "Yu Mincho", YuMincho;
}
.course_container {
    display: flex;
    gap: 30px;
}
.course_inner_l {
    flex: 1;
}
.course_inner_r {
    width: 350px;
}
.txt_onsen {
    position: absolute;
    top: -200px;
    left: 80px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    background: #3c4f97;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding-top: 30px;
    font-feature-settings: "palt";
    text-align: center;
}
.txt_onsen span {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.txt_meal {
    position: absolute;
    top: -180px;
    left: 80px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    background: #e9610e;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding-top: 45px;
    font-feature-settings: "palt";
    text-align: center;
}
.txt_meal span {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.img_wrap {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.txt_course_img_cap-1 {
    font-weight: 700;
    position: absolute;
    font-size: 16rem;
    color: #fff;
    top: 20px;
    left: 20px;
    text-shadow: 1px 1px 4px #000000;
}
.txt_course_img_cap-2 {
    font-weight: 700;
    position: absolute;
    font-size: 16rem;
    color: #fff;
    bottom: 20px;
    right: 20px;
    text-shadow: 2px 1px 5px #000000;
}
.bgcolor-1 {
    background: url(/yk/issue/arcteryx_gammajkt/img/bg_color-1.jpg);
}
.item_bgcolor {
    background: #fff;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    border: 1px #000 solid;
}
.bgcolor-2 {
    background: url(/yk/issue/arcteryx_gammajkt/img/bg_color-3.jpg);
}
.custom-shape-divider-top-1686913097 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1686913097 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 98px;
}
.custom-shape-divider-top-1686913097 .shape-fill {
    fill: #ffffff;
}
.spot_container {
    display: flex;
    margin: 40px 0 0 0;
}
.spot-1 {
    flex: 1;
    margin: 0 40px 0 0;
}
.spot-img-1 {
    width: 360px;
}
.dl-list dt,
dd {
    padding-bottom: 0em;
}
.dl-list dt {
    clear: both;
    float: left;
    width: 3.5em;
    text-align: left;
    margin-right: 1px;
}
.dl-list dd {
    margin-bottom: 1em;
    /* border-left: 1px solid #000; */
    padding-left: 2em;
    overflow: auto;
}
.dl-list dd dl {
    margin: 0;
}
.dl-list dd dt {
    width: 100%;
}
.dl-list dd ul {
    padding-left: 0.5em;
    list-style-type: disc;
}
.dl-list dd p,
dd p+ul {
    font-size: 15rem;
    margin: .05em 0 0;
    line-height: 1.7;
}
.dl-list dd p span {
    font-size: 12.6rem;
}
.access_container {
    display: flex;
    margin: 40px 0 0 0;
}
.access-1 {
    flex: 1;
}
.access-txt {
    font-size: 15rem;
    margin: 0.05em 0 0;
    color: #000;
    padding: 1px 5px;
    text-align: center;
    border: 1px #000 solid;
}
.spot-txt {
    color: #000;
    font-size: 15.2rem;
    line-height: 1.4em;
    margin: .05em 0 0;
}
.spot-txt span {
    font-size: 50rem;
    font-family: 'Tinos', serif;
}
.onsen-title {
    font-size: 28rem;
    color: #3c4f97;
    font-weight: bold;
}
.onsen-discription {
    font-size: 17rem;
    margin: 0.6em 0 1.2em;
}
.meal-title {
    font-size: 28rem;
    color: #e9610e;
    font-weight: bold;
    line-height: 1.3;
}
.meal-title span {
    font-size: 0.7em;
}
.meal-discription {
    font-size: 17rem;
    margin: 0.6em 0 1.2em;
}
.spot-1 p {
    font-size: 15.2rem;
    line-height: 1.4;
}
.box {
    flex: 1;
}

/* information */
.information {
    padding-top: 20px;
}
.information p {
    font-size: 16rem;
    margin-bottom: 1.8em;
    margin-top: 1.8em;
    letter-spacing: -0.02em;
}
.information_img {
    width: 100%;
    border-radius: 50px;
    margin-top: 10px;
}
.information_container {
    display: flex;
    justify-content: space-between;
}

/* swiper */
.swiper {
    width: 250px;
}
.swiper-button-next, .swiper-button-prev {
	color: #d0d0d0;
    top: 42%;
}
.swiper-pagination-bullet-active {
    background: #285105;
}
.swiper-slide p {
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
	padding: 0.8em 0 2em;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}
.swiper-slide img {
	width: 100%;
}
.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 35% !important;
    height: 1px !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1 !important;
}
.detail_btn_detail {
    font-size: 20rem;
    display: inline-block;
    text-decoration: none;
    height:70px;
    width: 100%;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    color: #000000;
    border:solid 1px #000000;
    /* border-radius: 20px; */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
}
.detail_btn_detail span {
    font-size: .6em;
    vertical-align: middle;
}
.detail_btn_detail:hover{
    background: #ececec;
    color: #000 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity:1;
}

@media (max-width: 767px) {
    main {
        padding-top: 70px;
        padding-bottom: 60px;
    }
	.sp_space {
		width: calc(100% - 15rem * 2);
		margin: 0 auto;
	}
    .width730 {
        width: 100%;
    }
    .width760 {
        width: 100%;
    }
    .width800 {
        width: 100%;
    }
    .width800_l {
        width: 100%;
    }
    .width840 {
        width: 100%;
    }
    .width900 {
        width: 100%;
    }
    .width1000 {
        width: 100%;
    }
    .width1100 {
        width: 100%;
    }
    .width1240 {
        width: 100%;
    }
    .hero {
        display: inline;
    }
    .spot_container {
        display: inline;
    }
    .box_wrapper {
        display: inline;
    }
    .ask_box {
        display: inline-block;
    }
    .firstvisual_area {
        margin-bottom: 20px;
    }
    .txt_credit {
        font-size: 13rem;
        margin: 10px 10px 0;
    }
    .index {
        padding: 1em;
    }
    .index ol {
        font-size: 15rem;
        padding: 0 0 0 1.2em;
    }
    .item_container_3c ul {
        gap: 40px;
    }
    .item_container_3c li {
        width: calc((100% - 40px) / 2);
        margin-top: 30px;
    }
    .spot-1 {
        margin: 40px 0 0 0;
    }
    .dl-list dt {
        width: 4em;
    }
    .dl-list dd {
        padding-left: 1em;
    }
    .spot-title {
        font-size: 18rem;
        font-weight: 600;
    }
    .txt_credit {
        font-size: 12rem;
    }
    .lead_area>div {
        font-size: 22rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        font-family: inherit;
    }
    .lead_area {
        margin-top: 40px;
    }
    .map_area img {
        margin-top: 10px;
    }
    .spot-txt {
        color: #000;
        font-size: 19rem;
    }
    .spot-txt span {
        font-size: 36rem;
    }
    .item_container_2c ul {
        display: inline-block;
    }
    .item_container_2c li {
        width: 100%;
    }
    .item_container_3c ul {
        display: inline-block;
    }
    .item_container_3c li {
        width: 100%;
    }
    .ask_area {
        margin-top: 60px;
    }
    .ask_box {
        display: block;
    }
    .ask-1 {
        width: 100%;
        text-align: center;
    }
    .title_area {
        text-align: left;
    }
    .title_area {
        border-top: 1px solid #959595;
        border-bottom: 1px solid #959595;
    }
    .title_pc-1 {
        font-size: 21rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        border-bottom: none;
        line-height: 1.3;
    }
    .title_pc-2 {
        font-size: 15rem;
        letter-spacing: 0;
        font-weight: 500;
    }
    .txt_credit {
        font-size: 12rem;
        margin: 10px 0 20px;
    }
    .title_area {
        margin-bottom: 20px;
    }
    .index li {
        padding: 14px 0;
    }
    .s_link a {
        line-height: 1em;
    }
    .item_bgcolor {
        border-radius: 20px;
        width: 94%;
        padding: 30px 0;
    }
    h2 {
        font-size: 18rem;
        line-height: 2em;
        font-weight: 600;
    }
    h3 {
        font-size: 18.6rem;
        line-height: 2.4em;
        font-weight: 600;
    }
    .txt_course_catch {
        font-size: 16rem;
        line-height: 2em;
        position: relative;
        /* margin-left: 110px; */
    }
    .txt_course-2 {
        font-size: 24rem;
        /* margin-left: 110px; */
    }
    .catch-1 {
        font-size: 16rem;
        line-height: 1.4em;
        position: relative;
    }
    .catch-2 {
        font-size: 16rem;
        line-height: 1.4em;
    }
    .catch-3 {
        font-size: 14rem;
        line-height: 1.4em;
    }
    .swiper {
        width: 100%;
    }
    .contents_area-1 {
        margin-top: 0;
        padding: 30px 0;
    }
    .contents_area-2 {
        margin-top: 0;
        padding: 30px 0;
    }
    .contents_area-3 {
        margin-top: 90px;
        padding: 30px 0;
    }
    .spot-1 p {
        line-height: 1.7em;
    }
    .w76 {
        width: 76%;
        margin: auto;
    }
    .w80 {
        width: 80%;
        margin: auto;
    }
    .w86 {
        width: 86%;
        margin: auto;
    }
    .information {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .lineup {
        font-size: 24rem;
    }
    .lineup_area {
        margin-top: 20px;
    }
    .mgt40-sp {
        margin-top: 40px;
    }
    .map_area {
            width: 100%;
    }
    .map_area img {
        width: 600px;
    }
    .title_area_txt-sp {
        font-size: 15rem;
        line-height: 1.8;
        margin: 1.6em 0;
    }
    .txt_course-1 {
        position: unset;
        top: -50px;
        left: -9px;
        font-size: 11px;
        height: 100px;
        width: 100px;
        padding-top: 22px;
        margin: 0 20px 20px;
    }
    .txt_course-1 span {
        font-size: 22px;
    }
    .txt_onsen {
        position: absolute;
        top: -100px;
        left: -9px;
        font-size: 11px;
        height: 100px;
        width: 100px;
        padding-top: 13px;
        margin-left: 20px;
    }
    .txt_onsen span {
        font-size: 22px;
    }
    .txt_meal {
        position: absolute;
        top: -100px;
        left: -9px;
        font-size: 11px;
        height: 100px;
        width: 100px;
        padding-top: 27px;
        margin-left: 20px;
    }
    .txt_meal span {
        font-size: 22px;
    }
    .txt_course_img_cap-1,
    .txt_course_img_cap-2 {
        font-weight: 500;
        position: unset;
        font-size: 14rem;
        color: #686868;
        text-shadow: none;
        margin-bottom: 2em;
    }
    .map_cap-1 {
        font-weight: 500;
        position: unset;
        font-size: 12.6rem;
        color: #686868;
        text-shadow: none;
        margin-bottom: 2em;
    }
    .txt_container :nth-child(1) {
        margin-top: 6px;
    }
    .custom-shape-divider-top-1686913097 svg {
        height: 36px;
    }
    .onsen-discription {
        font-size: 15rem;
    }
    .meal-discription {
        font-size: 15rem;
    }
    .information p {
        font-size: 15rem;
        line-height: 1.67;
        margin-top: 0.4em;
    }
    .information_img {
        width: 90%;
        border-radius: 25px;
        margin: 10px auto;
    }
    .information {
        padding-bottom: 0;
    }
    main {
        margin-bottom: 40px;
    }
    .onsen-title {
        font-size: 22rem;
    }
    .meal-title {
        font-size: 22rem;
    }
    .contents_area-4 {
        padding: 120px 0 80px;
    }
    .mobile-scroll {
        width: 100%; overflow-x: scroll;
    }
    .detail_btn_detail {
        font-size: 16rem;
        height: 70px;
        line-height: 24px;
        margin-top: 20px;
    padding-top: 12px;
    }
    .itinerary {
        font-size: 15rem;
    }
} 
@media (min-width: 768px) and (max-width: 1460px) {
    .map_area img {
        max-width: 740px;
    }

}