@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,700;1,900&display=swap');

html {
    font-size: 10px;
}

body {
    margin: 0;
}

img {
	width: 100%;
    height: auto;
}

main {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
    color: #222222;
	--osa-color: #ECC53C;
    --tyo-color: #5DBC7F;
    --ngo-color: #6eb7d9;
    --fuk-color: #f08b67;
    --spk-color: #ee89f0;
    --red-color: #ED2424;
    letter-spacing: 0.07em;
}

main p {
	margin: 0;
	padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}
ul{margin: 0;}
.contents {
    position: relative;
}
.Common_inner {
	position: relative;
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* keyvisual */
.keyvisual {
	position: relative;
	background-image: url(../images/mv_pc_BP24-054035_BP24-054026.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 495px;
	margin: 0 auto;
}
.keyvisual__title {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 420px;
    height: 420px;
}

@media screen and (min-width: 501px) and (max-width: 768px){
    .keyvisual__title {
        width: 336px;
        height: 336px;
    }
}
@media screen and (max-width: 500px){
    .keyvisual {
        position: relative;
        background-image: url(../images/mv_sp_BP24-054035_BP24-054026.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100vw;
        height: 100vw;
        margin: 0 auto;
    }
    .keyvisual__title {
        position: absolute;
        width: 72vw;
        height: 72vw;
    }
}


.Anc_list {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
.Anc_list li {
    width: 100%;
    position: relative;
}
.Anc_list li a {
    display: block;
    padding: 20px 50px 20px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    position: relative;
    letter-spacing: -0.02em;
}
.Anc_list li a::before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    transform: translateY(-50%);
}
.Anc_list li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 24px;
    border-top: 3px solid #222222;
    border-right: 3px solid #222222;
    transform: translateY(-50%) rotate(135deg);
}
.Anc_list li a {
    border-bottom: 8px solid #a7a7a7;
    background-color: #EFEFEF;
}
.Anc_list li a:hover,
.Anc_list li a:active {
    opacity: 1;
    background-color: #222;
    border-color:#000;
    color: #fff;
}
/* .osa .Anc_list li:nth-child(odd) a {
    background-color: #E6D025;
    border-color:#C9B100;
}
.osa .Anc_list li:nth-child(even) a {
    background-color: #B1E8C4;
    border-color:#87CC8B;
} */
/* .spk .Anc_list li:nth-child(odd) a {
    background-color: #e343c6;
    border-color:#C9B100;
}
.spk .Anc_list li:nth-child(even) a {
    background-color: #e8b1b1;
    border-color:#87CC8B;
} */
.Anc_list li:first-child::after {
    content: "";
    display: block;
    background: url(../images/AncDeco_01.svg);
    width: 71px;
    height: 42px;
    position: absolute;
    bottom: -10px;
    right: 80px;
}
.Anc_list li:last-child::after {
    content: "";
    display: block;
    background: url(../images/AncDeco_02.svg);
    width: 68px;
    height: 34px;
    position: absolute;
    top: -10px;
    right: 112px;
}

/*Sec_point*/
.Sec_point {
    background: url(../images/bg_yellow__pc.jpg) repeat;
    padding: 70px 0 50px;
    position: relative;
}
.Sec_point::before {
    content: "";
    display: block;
    width: 1132px;
    height: 540px;
    background: url(../images/point_deco__pc.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.Point__block {
    width: 859px;
    height: 414px;
    margin: 0 auto;
    background: url(../images/point_bg.png);
    text-align: center;
    padding-top: 16px;
}
.Point__block dt {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
    color: #FFFFFF;
    font-size: 27px;
    margin-bottom: 60px;
}
.Point__block dd {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
    font-weight: 700;
    position: relative;
}
.Point__block dd:not(:last-child)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #E6D124;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.Point__block dd .red {
    color: var(--red-color);
}
.Point__block dd span {
    background: linear-gradient(transparent 60%, #F8F1B7 0%);
}
.fs20 {
    font-size: 20px!important;
}

/*コース*/
.Sec_course {
    padding: 120px 0 10px;
    position: relative;
    background-repeat: repeat;
    z-index: -1;
}
.osa .Sec_course {
    background-image: url(../images/bg02_yellow.png);
}
.tyo .Sec_course {
    background-image: url(../images/bg02_green.png);
}
.ngo .Sec_course {
    background-image: url(../images/bg02_blue.png);
}
.fuk .Sec_course {
    background-image: url(../images/bg02_orange.png);
}
.spk .Sec_course {
    background-image: url(../images/bg02_pink.png);
}
.course__block {
    padding: 0 50px 70px;
    margin-bottom: 120px;
    position: relative;
    background-repeat: repeat;
}
.osa .course__block {
    background-image: url(../images/bg_yellow.png);
}
.tyo .course__block {
    background-image: url(../images/bg_green.png);
}
.ngo .course__block {
    background-image: url(../images/bg_blue.png);
}
.fuk .course__block {
    background-image: url(../images/bg_orange.png);
}
.spk .course__block {
    background-image: url(../images/bg_pink.png);
}
.course__heading {
    position: relative;
    width: 100%;
    height: 100px;
}
.departure {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 176px;
    height: 178px;
    background: url(../images/departure_wappen.png)no-repeat;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    position: absolute;
    top: -60px;
    left: -50px;
    z-index: 5;
}
.heading__h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 615px;
    height: 150px;
    color: #FFFFFF;
    padding-top: 25px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}
.heading__h2 h2 {
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.osa .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__osa.svg) ;
}
.tyo .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__tyo.svg) ;
}
.ngo .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__ngo.svg) ;
}
.fuk .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__fuk.svg) ;
}
.spk .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__spk.svg) ;
}
h2 {
    font-weight: 700!important;
}
.heading__h2 span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}
.course_intro {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
}
.course__cts01 {
    padding-bottom: 60px;
    position: relative;
}
.course__cts01::before {
    content: "";
    display: block;
    width: 860px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.course__cts01::after {
    content: "";
    display: block;
    background: url(../images/cts01__deco01.svg);
    width: 94px;
    height: 66px;
    position: absolute;
    top: -30px;
    right: -20px;
}
/* .osa .course__cts01::before {
    background: url(../images/line__yellow.svg);
}
.tyo .course__cts01::before {
    background: url(../images/line__green.svg);
} */
.course__cts01 h3 {
    font-size: 24px;
    margin: 30px auto;
    width: 700px;
    font-weight: 700!important;
}
.course__cts01 p {
    display: block;
    width: 700px;
    font-size: 16px;
    line-height: 1.7;
    margin: 50px auto 0;
}
.course__cts02 {
    margin-top: 60px;
}
.course__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.course__item_wrap {
    position: relative;
}
.course__cts02 .course__item_wrap:not(:first-child) {
    margin-top: 140px;
}
.course__cts02 .course__item_wrap:not(:last-child)::after {
    content: "";
    display: block;
    width: 46px;
    height: 102px;
    background: url(../images/bus_icon.svg) no-repeat;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}
.course__cts02 .course__item_wrap.walk:not(:last-child)::after {
    content: "";
    display: block;
    width: 27px;
    height: 102px;
    background: url(../images/icon_walk.svg) no-repeat;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}
.course__item figure {
}
.course__item figure img {
    width: 520px;
    height: 369px;
    object-fit: cover;
}
.course__item dl {
    width: 354px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .course__item figure img {
        width: 100%;
        height: 55.2vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 959px){
    .course__item:nth-of-type(even) dl {
        margin-right: 10px;
    }
    .course__item:nth-of-type(odd) dl {
        margin-left: 10px;
    }
}

.course__meal_wrap{
    margin: 50px auto 100px;
}
.course__meal {
    margin-bottom: 50px;
}
.course__meal_pht img {
    width: 590px;
    height: 390px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .course__meal_wrap{
        margin: 4vw auto 0;
        padding-bottom: 20px;
    }
    .course__meal {
        margin-bottom: 4vw;
    }
    .course__meal_pht img {
        width: 100%;
        height: 53.2vw;
        object-fit: cover;
    }
}
.course__meal__gradeup .price__text02 {
    text-align: center;
    margin: 0 auto;
}
.course__meal__gradeup .Common__btn {
    margin-inline: auto;
    width: 690px;    
    margin-top: 0;
}
.course__meal_txt {
    font-size: 17px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .course__meal__gradeup .Common__btn {
        margin-inline: auto;
        width: 94%;
        margin-top: 0;
    }
    .course__meal_txt {
        font-size: 15px;
    }
}
.course__meal__gradeup {
    background: #100178;
    background: linear-gradient(90deg, #a2853b 0%, #b39855 50%, #a2853b 100%);
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    padding: 20px 0;
    width: 750px;
    /* width: 780px; */
    margin-inline: auto;
    /* border: solid 2px #a2853b; */
    position: relative;
}
.course__meal__gradeup::before {
    position: absolute;
    content: "";
    background: url(/jp/kansai_kanto/images/meal_gradeup_deco01.svg) no-repeat;
    opacity: 0.7;
    background-size: contain;
    width: 90px;
    height: 100%;
    background-position: 0px 0;
    top: 30px;
    left: 10px;
}
.course__meal__gradeup::after {
    position: absolute;
    content: "";
    background: url(/jp/kansai_kanto/images/meal_gradeup_deco02.svg) no-repeat;
    opacity: 0.7;
    background-size: contain;
    width: 90px;
    height: 100%;
    background-position: 0px 0;
    top: 30px;
    right: 10px;
}
.course__meal__gradeup_h {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    /* color: #fff; */
    margin: 0px 0 20px;
    position: relative;
    z-index: 1;
    padding: 0 100px;
}
.course__meal_pht {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    /* display: block; */
}
@media screen and (max-width: 768px) {
    .course__meal__gradeup {
        background: #100178;
        background: linear-gradient(90deg, #a2853b 0%, #b39855 50%, #a2853b 100%);
        background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
        padding: 20px 0;
        width: 100%;
    }
    .course__meal__gradeup::before {
        width: 30px;
        height: 100%;
        top: 2%;
        left: 1%;
    }
    .course__meal__gradeup::after {
        width: 30px;
        height: 100%;
        top: 2%;
        right: 1%;
    }
    .course__meal__gradeup_h {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        /* color: #fff; */
        margin: 0px 0 2%;
        position: relative;
        z-index: 1;
        padding: 0 0.7rem;
    }
    .course__meal_pht {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
        /* display: block; */
        padding: 0 3%;
    }
}


.course__item dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 10px;
}
.course__item dt .item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
#Sec_ngo_01 .course__cts02 .course__item dt .item__title {
    font-size: 21px;
    line-height: 1.2;
}
.course__item dt .item__title small {
    font-size: 15px;
    line-height: 1.2;
    display: block;
}
.course__item dt .item__num {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 84px;
}
.osa .course__item dt .item__num {
    color: var(--osa-color);
}
.tyo .course__item dt .item__num {
    color: var(--tyo-color);
}
.ngo .course__item dt .item__num {
    color: var(--ngo-color);
}
.fuk .course__item dt .item__num {
    color: var(--fuk-color);
}
.spk .course__item dt .item__num {
    color: var(--spk-color);
}
.course__item .item__time {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    padding: 5px 12px;
    background: var(--red-color);
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.course__item .item__info {
    font-size: 15px;
    line-height: 1.6;
}
.course__item.center .item__info {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    display: block;
}
.course__item .item__info span {
    font-size: 13px;
    color: #777777;
}
.course__item .item__caption {
    font-size: 13px;
    color: #777777;
    margin-top: 15px;
}
.course__item dt .item__title::after {
    content: "";
    display: block;
    width: 299px;
    height: 3px;
    background: url(/jp/kansai_kanto/images/dot_yellow__pc.svg) repeat-x;
    position: absolute;
    bottom: 15px;
    left: -50px;
}
.course__item.center dt .item__title::after {
    background: none;
}
@media screen and (min-width: 769px) and (max-width: 959px){
    .course__item dt .item__title::after {
        left: -10px;
        width: calc(235px - 50px);

    }
}
.tyo .course__item dt .item__title::after {
    background: url(../images/dot_green__pc.svg) repeat-x;
}
.ngo .course__item dt .item__title::after {
    background: url(../images/dot_blue__pc.svg) repeat-x;
}
.fuk .course__item dt .item__title::after {
    background: url(../images/dot_orange__pc.svg) repeat-x;
}
.spk .course__item dt .item__title::after {
    background: url(../images/dot_pink__pc.svg) repeat-x;
}
.course__item .lines .item__title::after {
    bottom: 10px!important;
}
#Sec_fuk_01 .course__item_wrap:nth-of-type(4) .course__item .lines .item__title::after {
    bottom: -3px!important;
}
.course__item .lines {
    margin-bottom: 10px;
}
.course__item.right {
    display: flex;
}
.course__item.right figure {
    order: 1;
}
.course__item.right dl {
    order: 0;
}
.course__item.right dt .item__title::after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.osa .course__item.right dt::after {
    background: url(../images/dot_yellow__pc.svg) repeat-x;
}
.course_depart {
    display: block;
    text-align: center;
    font-size: 30px;
    margin: 60px 0;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
}
.course_depart_end{
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 60px 0;
    font-weight: 700;
    font-style: italic;
}
.course_depart__btn {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    display: inline-block;
    background: #222222;
    padding: 8px 20px 8px 46px;
    border-radius: 50px;
    color: #FFFFFF;
    margin: 5px 5px 0;
    position: relative;
}
.course_depart__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../images/btn__map.svg)no-repeat;
    background-size:contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.course_depart__btn:hover,
.course_depart__btn:focus {
    color: #FFFFFF;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .course_depart__btn {
        font-size: 1.6rem;
        padding: 1rem 2rem 1rem 3rem;
        border-radius: 50px;
        margin: 1% 1% 0;
    }
    .course_depart__btn::after {
        width: 100%;
        height: 2rem;
        left: 1rem;
        top: 50%;
    }
    .course_depart_end{
        font-size: 3rem;
    }
}
.course__cts03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 50px;
    position: relative;
}
.price__text01 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 120px;
    background-image: url(../images/price__wappen.svg) ;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-6deg);
    position: absolute;
    z-index: 1;
    inset: auto auto 30px -70px;
}
.price__text02_wrap{
    display: flex;
    gap: 0 10px;
    align-items: flex-end;
    position: relative;
}
@media screen and (max-width: 768px) {
    .price__text02_wrap{
        gap: 0 10px;
        flex-direction: column;
        align-items: center;
}
}
.price__text02 {
    color: var(--red-color);
    font-size: 42px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}
.price__text02 span {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 70px;
    font-size: 60px;
}
.price__text02date {
    font-family: "Merriweather", serif;
    font-size: 48px;
    font-size: 60px;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .course__cts03 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 7rem auto 2rem;
        position: relative;;
    }
    .price__text01 {
        font-size: 1.4rem;
        width: 10.1rem;
        height: 9.8rem;
        z-index: 1;
        position: absolute;
        top: -7rem;
        left: calc(50% - 10.1rem);
    }

    .price__text02 {
        color: var(--red-color);
        font-size: 3.6rem;
        font-weight: 900;
        z-index: 2;
        margin: -2rem 0 0;
        line-height: 1.8;
    }
    .price__text02 span {
        font-family: "Merriweather", serif;
        font-weight: 900;
        font-style: italic;
        font-size: 5.8rem;
    }
    .price__text02date {
        font-size: 4.4rem;
        line-height: 1.2;
        text-align: center;
    }
}
.Common__btn {
    margin-top: 20px;
}
.Common__btn a {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    padding: 25px 40px 25px 20px;
    background: var(--red-color);
    border: 5px solid #ffffff;
    border-radius: 60px;
    box-shadow: 0px 10px 15px 0px #d0d0d0;;
    position: relative;
    line-height: 1.2;
    transition-duration: 0.5s;
}
.Common__btn a::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/btn__arrow.svg);
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.Common__btn a:hover {
    opacity: 0.7;
}
.course_deco img{
    width: auto;
}
.course_deco {
    position: absolute;
    z-index: -1;
}
.course_deco01 {
    top: 5%;
    right: -10vw;
}
.course_deco02 {
    top: 18%;
    left: -8vw;
}
.course_deco03 {
    top: 30%;
    right: -8vw;
}
.course_deco04 {
    top: 42%;
    left: -10vw;
}
.course_deco05 {
    top: 56%;
    right: -8vw;
}
.course_deco06 {
    top: 72%;
    left: -8vw;
}
.course_deco07 {
    top: 90%;
    right: -10vw;
}
.tyo .Sec_course::after {
    /* content: "";
    display: block;
    width: 2600px;
    height: 10px;
    background: url(../images/block_greenline__pc.svg) repeat-x;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}

/*その他*/
.Sec__more {
    padding: 80px 0 90px;
}
.Sec__more h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.Sec__more ul {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.Sec__more ul li {
    width: calc(95%/5);
    height: 120px;
    border-radius: 10px;
    background: #CCA803;
    position: relative;
}
.Sec__more ul li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/more_btn__deco01.svg);
    position: absolute;
    left: 10px;
    top: 10px;
}
.Sec__more ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/more_btn__deco02.svg);
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.Sec__more ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sec__more ul li a span {
    font-size: 15px;
    display: contents;
}

#more_btn {
    position: fixed;
    z-index: 99999;
    right: 15px;
    display: none;
    bottom: 10%;
    width: 120px;
    height: 120px;
}
#more_btn:hover {
    opacity: 0.7;
}

.backtop {
    display: none!important;
}


/* start_アンカーボタン固定時の設定 */

.Sec_Anc--fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .8;
    width: 100%;
    animation: slideIn .5s forwards;
}

@keyframes slideIn {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}


/* end_アンカーボタン固定時の設定 */

@media screen and (max-width: 768px){
	.keyvisual.pc {
		display: block !important;
		height: 400px;
	}
    .Anc_list li a {
        padding: 1rem 0.5rem 2.6rem;
        font-size: 1.1rem;
        border-bottom: 4px solid #a7a7a7;
        letter-spacing: -0.06em;
        line-height: 1.2;
    }
    .Anc_list li a::before {
        content: "";
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: 4.7rem;
        right: calc(50% - 1.3vw);
        background: #FFFFFF;
        border-radius: 50%;
        transform: translateY(-50%);
    }
    .Anc_list li a::after {
        content: "";
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        position: absolute;
        top: 4.6rem;
        right: 50%;
        border-top: 2px solid #222222;
        border-right: 2px solid #222222;
        transform: translateY(-50%) rotate(135deg);
    }
    .Anc_list li:first-child::after {
        content: "";
        display: block;
        background: url(../images/AncDeco_01.svg);
        background-size: contain;;
        width: 4.4rem;
        height: 2.5rem;
        position: absolute;
        bottom: -1rem;
        right: 1rem;
    }
    .Anc_list li:last-child::after {
        content: "";
        display: block;
        background: url(../images/AncDeco_02.svg);
        background-size: contain;;
        width: 3.8rem;
        height: 1.9rem;
        position: absolute;
        top: -1rem;
        right: 2rem;
    }
    
}
@media screen and (max-width: 374px){
    .Anc_list li a {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px){

    /*Sec_point*/
    .Sec_point {
        background: url(../images/bg_yellow__sp.jpg) repeat;
        padding: 4.5rem 0;
        position: relative;
    }
    .Sec_point::before {
        content: "";
        display: block;
        width: 100%;
        height: 34.7rem;
        background: url(../images/point_deco__sp.png);
        background-size: contain;;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .Point__block {
        width: 100%;
        height: 26.1rem;
        margin: 0 auto;
        background: url(../images/point_bg__sp.png) no-repeat center;
        background-size: contain;
        padding-top: 1rem;
    }
    .Point__block dt {
        font-size: 1.6rem;
        margin-bottom: 3.5rem;
    }
    .Point__block dd {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .Point__block dd.fs20 {
        font-size: 1.5rem!important;
        margin-bottom: 1.8rem;
    }
    .Point__block dd:not(:last-child)::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #E6D124;
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    /*コース*/
    .Sec_course {
        background-size: 72px;
    }
    /* .osa .Sec_course {
        background: url(../images/bg_yellow__sp.jpg) repeat;
    }
    .tyo .Sec_course {
        background: url(../images/bg_green__sp.jpg) repeat;
    }
    .ngo .Sec_course {
        background: url(../images/bg_blue__sp.jpg) repeat;
    }
    .fuk .Sec_course {
        background: url(../images/bg_orenge__sp.jpg) repeat;
    }
    .spk .Sec_course {
        background: url(../images/bg_pink__sp.jpg) repeat;
    } */

    .course__block {
        margin: 0 1.5rem 6rem;
        padding: 0 2rem 4rem;
        margin-bottom: 6rem;
        position: relative;
    }
    .departure {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 11.4rem;
        height: 11.6rem;
        background: url(../images/departure_wappen.png) no-repeat;
        background-size: contain;
        font-size: 1.3rem;
        color: #FFFFFF;
        line-height: 1.2;
        font-weight: 700;
        position: absolute;
        top: -11.5rem;
        left: -2rem;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
    .osa .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__osa_sp.svg) ;
}
.tyo .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__tyo_sp.svg) ;
}
.ngo .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__ngo_sp.svg) ;
}
.fuk .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__fuk_sp.svg) ;
}
.spk .Sec_course .heading__h2 {
    background-image: url(../images/heading_h2__spk_sp.svg) ;
}
    .heading__h2 {
        display: flex;
        justify-content: center;
        width: 32rem;
        height: 11rem;
        font-size: 1.9rem;
        color: #FFFFFF;
        font-weight: 700;
        padding: 1rem 1rem 0;
        position: absolute;
        top: -4rem;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
        z-index: 5;
    }
    .Sec_course h2 {
        font-size: 1.8rem;
    }
    .Sec_course h2 span {
        font-size: 1.2rem;
        margin-top: 3px;
    }
    .course__heading {
        position: relative;
        width: 100%;
        height: 8rem;
    }
    .course__cts01 p {
        display: block;
        width: 100%;
        font-size: 1.5rem;
    }
    .course__cts01 {
        padding-bottom: 5rem;
        position: relative;
    }
    .course__cts01::after {
        background: url(../images/cts01__deco01.svg);
        background-size: contain;
        width: 6.2rem;
        height: 4.3rem;
        position: absolute;
        bottom: -2rem!important;
        right: -2rem;
    }
    .course__cts01::before {
        content: "";
        display: block;
        width: 100%;
        height: 0.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .course__cts02 {
        margin-top: 3rem;
    }
    .course_depart {
        display: block;
        text-align: center;
        font-size: 2.4rem;
        margin: 3rem 0;
    }
    .course_depart span {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 1.6rem;
        display: inline-block;
        background: #222222;
        padding: 8px 20px;
        border-radius: 50px;
        color: #FFFFFF;
        margin: 5px 5px 0;
    }
    .course__item {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .course__item figure {
        width: 100%;
    }
    .course__item dl {
        width: 100%;
    }
    .course__item dt {
        margin-top: -0.5rem;;
        margin-bottom: 0.5rem;
    }
    .course__item dt .item__title {
        width: 68%;
        font-size: 2.2rem;
        font-weight: 700;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .osa .course__item dt .item__title {
        border-bottom: 2px dotted var(--osa-color);
    }
    .tyo .course__item dt .item__title {
        border-bottom: 2px dotted var(--tyo-color);
    }
    .ngo .course__item dt .item__title {
        border-bottom: 2px dotted var(--ngo-color);
    }
    .fuk .course__item dt .item__title {
        border-bottom: 2px dotted var(--fuk-color);
    }
    .spk .course__item dt .item__title {
        border-bottom: 2px dotted var(--spk-color);
    }
    .course__item dt .item__num {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-style: italic;
        font-size: 7rem;
    }
    .course__item.left dt .item__title {
        order: 1;
    }
    .course__item.left dt .item__num {
        order: 0;
    }
    .course__item.left dt .item__title::after {
        content: none;
    }
    .course__item .item__time {
        font-size: 1.3rem;
        color: #FFFFFF;
        display: inline-block;
        padding: 5px 10px;
        background: var(--red-color);
        border-radius: 30px;
        margin-bottom: 1.5rem;
        margin-top: -0.5rem;
    }
    .course__item.right figure {
        order: 0;
    }
    .course__item.right dl {
        order: 1;
    }
    .course__cts02 .course__item_wrap:not(:first-child) {
        margin-top: 8rem;
    }
    .course__cts02 .course__item_wrap:not(:last-child)::after {
        content: "";
        display: block;
        width: 2.7rem;
        height: 5.9rem;
        background: url(../images/bus_icon.svg) no-repeat;
        background-size: contain;;
        position: absolute;
        bottom: -6rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .course__cts02 .course__item_wrap.walk:not(:last-child)::after {
        content: "";
        display: block;
        width: 1.7rem;
        height: 6.6rem;
        background: url(../images/icon_walk.svg) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -6rem;
        left: 50%;
        transform: translateX(-50%);
    }


    .Common__btn {
        margin-top: 1.5rem;
    }
    .Common__btn a {
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        padding: 1.6rem 5rem 1.6rem 1rem;
        background: var(--red-color);
        border: 3px solid #ffffff;
        border-radius: 60px;
        box-shadow: 0px 5px 10px 0px #d0d0d0;;
        position: relative;
    }
    .Common__btn a::after {
        content: "";
        display: block;
        width: 4rem;
        height: 4rem;
        background: url(../images/btn__arrow.svg);
        background-size: contain;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .Sec_course .course__block:not(:last-child) {
        margin-bottom: 12rem;
    }
    .course__item.right dt .item__title::after {
        content: none;
    }
    .tyo .Sec_course::after {
        /* content: "";
        display: block;
        width: 100%;
        height: 10px;
        background: url(../images/block_greenline__pc.svg) repeat-x;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); */
    }


    /* その他 */
    .Sec__more {
        padding: 5rem 1.5rem 6rem;
    }
    .Sec__more h3 {
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 2rem;
    }
    .Sec__more ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .Sec__more ul li {
        width: calc(95% / 3);
        height: 8rem;
        border-radius: 8px;
        background: #CCA803;
        position: relative;
    }
    .Sec__more ul li a {
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .Sec__more ul li a span {
    font-size: 1.3rem;
    display: contents;
}
    .Sec__more ul li::after {
        content: "";
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../images/more_btn__deco01.svg);
        background-size: contain;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 0;
    }
    .Sec__more ul li::before {
        content: "";
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../images/more_btn__deco02.svg);
        background-size: contain;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 0;
    }
    #more_btn {
        position: fixed;
        z-index: 99999;
        right: 0;
        display: none;
        bottom: 2%;
        width: 96px;
        height: 96px;
    }
    .backtop {
        bottom: 11%!important;
    }
    .course_deco img{
        width: 100%;
    }
    .course_deco {
        position: absolute;
    }
    .course_deco01 {
        width: 60px;
        height: 30px;
        top: -60px;
        right: -1.5rem;
    }
    .course_deco02 {
        width: 45px;
        height: 30px;
        top: 7%;
        left: -1.5rem;
    }
    .course_deco03 {
        width: 45px;
        height: 30px;
        top: 20%;
        right: -1.5rem;
    }
    .course_deco04 {
        width: 60px;
        height: 30px;
        top: 42%;
        left: -1.5rem;
    }
    .course_deco05 {
        width: 45px;
        height: 30px;
        top: 54%;
        right: -1.5rem;
    }
    .course_deco06 {
        width: 45px;
        height: 30px;
        top: 76%;
        left: -1.5rem;
    }
    .course_deco07 {
        width: 60px;
        height: 30px;
        top: 92%;
        right: -1.5rem;
    }
    .course_deco04.move01 {
        top: 40%;
    }
    .course_deco07.move01, .course_deco07.move02 {
        top: 94%;
    }
    .course_deco06.move01 {
        top: 74%;
    }

}

.tabs{
    background-color: #EFEFEF;
    width: 100%;
    display: flex;
    justify-content: center;
}
.tab{
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    color: #999;
    transition-duration: .3s;
    cursor: pointer;
    font-size: 16px;
}
.tab:hover{
    opacity: 1;
    transition-duration: .3s;
    background-color: #000;
}
.tab.current{
    color: #fff;
    background-color: #000;
    cursor: default;
}
@media screen and (max-width: 500px){
    .tabs{
        flex-wrap: wrap;
    }
    .tab{
        width: calc(100% / 2);
        font-size: 1.4rem;
    }
}

.course_deco_il{position: absolute; display: block;}
/* イラストサイズ指定 */
.course_deco_il .il_bag {width: 8vw;}
.course_deco_il .il_bus {width: 12vw;}
.course_deco_il .il_key {width: 7vw;}
.course_deco_il .il_hat {width: 8vw;}
.course_deco_il .il_camera {width: 8vw;}
.course_deco_il .il_bag02 {width: 6vw;}
.course_deco_il .il_tag {width: 10vw;}
.course_deco_il .il_glasses {width: 9vw;}
.course_deco_il .il_ticket {width: 8vw;}
.course_deco_il .il_train {width: 8vw;}
.course_deco_il .il_compass {width: 8vw;}
.course_deco_il .il_binoculars {width: 8vw;}

/* イラスト位置指定 コース別*/
.course_deco_il.posi01{top: 8%;left: -10vw; transform: rotate(-15deg); z-index: -1;}
.course_deco_il.posi02{top: 23%;right: -13vw; transform: rotate(0deg); z-index: -1;}
.course_deco_il.posi03{top: 32%;left: -13vw; transform: rotate(0deg); z-index: -1;}
.course_deco_il.posi04{top: 49%;right: -13vw; transform: rotate(0deg); z-index: -1;}
.course_deco_il.posi05{top: 60%;left: -10vw; transform: rotate(-15deg); z-index: -1;}
.course_deco_il.posi06{top: 70%;right: -10vw; transform: rotate(13deg); z-index: -1;}
.course_deco_il.posi07{top: 80%;left: -10vw; transform: rotate(70deg); z-index: -1;}
.course_deco_il.posi08{top: 95%;right: -10vw; transform: rotate(0deg); z-index: -1;}


@media screen and (max-width: 768px){
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}
@media screen and (max-width: 500px){
    .keyvisual.pc {
        display: none;
    }
    
    .keyvisual.sp {
        display: block;
    }

	.keyvisual.pc {
		display: none !important;
	}

	.keyvisual.sp {
		display: block;
		background-image: none;
		width: auto;
		height: auto;
	}

	.keyvisual.sp h2 img {
		width: 100%;
		height: 100%;
	}

}

.sp .course_deco_il.posi02,
.sp .course_deco_il.posi04, 
.sp .course_deco_il.posi06,
 .sp .course_deco_il.posi08 {
    right:0;
}