@charset "utf-8";
/* CSS Document */
.pageTit.highImg.tourImg01, .pageTit.highImg.tourImg01 figure, .pageTit.highImg.tourImg01 figure img {
    height: calc(100vh - 62px);
}
.pageTit.highImg.tourImg02, .pageTit.highImg.tourImg02 figure, .pageTit.highImg.tourImg02 figure img {
    height: 400px;
    z-index: 1;
}
.pageTit.highImg.tourImg01 {
    position: relative;
}
.pageTit.highImg.tourImg01 h1, .pageTit.highImg.tourImg02 h1 {
    font-size: 32px;
    padding: 0 20px;
    letter-spacing: 2px;
    line-height: 1.4;
}
.pageTit.highImg.tourImg01 h1 span, .pageTit.highImg.tourImg02 h1 span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.pageTit.highImg.tourImg01 .anchorBtn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.hanamiTop {
    background: #faedf4;
    padding: 40px 20px;
}
.hanamiTop.bkgray {
    background: #eee;
}
.hanamiTop.bkWhite {
    background: #fff;
}
.hanamiTop > p:first-of-type {
    font-size: 14px;
    margin-bottom: 40px;
}
.hanamiTop .course {
    border: solid 1px #dea0bf;
    padding: 40px;
    background: #fff;
    max-width: 980px;
    margin: 0 auto 80px auto;
    filter: drop-shadow(10px 10px 0 #fadce9);
}
.hanamiTop.bkgray .course {
    border: solid 1px #7c7c7c;
    filter: drop-shadow(10px 10px 0 #d9d6d6);
}
.hanamiTop.bkWhite .course {
    border: solid 1px #7c7c7c;
    filter: drop-shadow(10px 10px 0 #fadce9);
}
.hanamiTop .course h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.hanamiTop.bkgray .course h2 span, .hanamiTop.bkWhite .course h2 span {
    border-bottom: solid 2px #7c7c7c;
}
.hanamiTop .course h2 span {
    border-bottom: solid 2px #dea0bf;
}
.hanamiTop .course p {
    text-align: center;
    font-size: 16px;
}
.hanamiTop .subTit {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #be4983;
    position: relative;
}
.hanamiTop .subTit:before {
    content: "";
    background: #bf4983;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hanamiTop.bkgray .subTit {
    color: #000;
}
.hanamiTop.bkgray .subTit::before {
    background: #000;
}
.hanamiTop .subTit span {
    padding: 0 40px;
    background: #faedf4;
    position: relative;
}
.hanamiTop.bkgray .subTit span {
    background: #eee;
}
.hanamiTop ul li {
    margin-bottom: 60px;
}
.hanamiTop ul li:last-of-type {
    margin-bottom: 0;
}
.hanamiTop ul li img {
    width: 100%;
    height: auto;
}
.hanamiTop ul li h3 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    color: #be4983;
    text-align: center;
}
.hanamiTop.bkgray ul li h3 {
    color: #000;
}
.hanamiTop ul li p {
    font-size: 14px;
    padding: 0 20px;
}
.flexBoxList01 {
    padding: 20px;
    margin-bottom: 20px;
}
.flexBoxList01 figure img {
    width: 100%;
    height: auto;
}
.flexBoxList01 div h2 {
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
}
.flexBoxList01 div .baseBtn {
    margin-top: 20px;
}
.fullBarImg {
    height: 360px;
}
.fullBarImg img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.fullBarImg.nightBar, .fullBarImg.nightBar img {
    height: 160px;
}
.fullImg {
    height: 180px;
    width: 100%;
}
.fullImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.fullPh {
    margin-bottom: 30px;
}
.fullPh img {
    width: 100%;
    height: auto;
}
.attention01 ol + .baseBtn {
    margin-top: 30px;
}
.bkGray {
    background: #eee;
}
.attention01 {
    padding: 40px 20px;
}
.attention01 .tit {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.attention01 ol, .aditionalList {
    counter-reset: countNum;
}
.attention01 ol li, .aditionalList li {
    counter-increment: countNum;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
}
.attention01 ol li:before, .aditionalList li:before {
    content: counter(countNum)".";
    position: absolute;
    left: 0;
    top: 0;
}
.attention01 li:not(:last-of-type), .aditionalList li:not(:last-of-type) {
    margin-bottom: 10px;
}
.youtubeBox {
    width: 100%;
    margin: 40px auto 0 auto;
}
.youtubeOuter {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}
.youtubeOuter iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nightTop {
    background: #000;
    padding: 40px;
}
.nightTop h2.subTit {
    margin: 0 auto 40px auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #aa9b50;
    position: relative;
}
.nightTop h2.subTit:before {
    position: absolute;
    width: 100%;
    background: #aa9b50;
    height: 2px;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nightTop h2.subTit span {
    background: #000;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}
.nightTop p.nightCatch {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.nightTop p.nightCatch + .youtubeBox {
    margin-bottom: 40px;
}
.nightTop ul li {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    color: #aa9b50;
}
.nightTop ul li:last-of-type {
    margin-bottom: 0;
}
.nightTop ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#nightCourse {
    padding: 40px 20px;
}
#nightCourse > h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
#nightCourse > p:first-of-type {
    text-align: center;
    margin-bottom: 40px;
}
.arakawaSpot h2 {
    text-align: center;
    margin-bottom: 20px;
}
.arakawaSpot h2 img {
    height: 35px;
}
.arakawaSpot ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
}
.arakawaSpot ul li img {
    width: 100%;
    height: auto;
}
.arakawaSpot ul li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}
.arakawaSpot .spotImg {
    margin-bottom: 40px;
    padding: 0 20px;
}
.arakawaSpot .spotImg img {
    width: 100%;
	height: auto;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.tourFleet {
    padding: 40px 20px 0 20px;
}
.tourFleet .cartype {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 40px 0;
}
.tourFleet .cartype h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.tourFleet .cartype h2 + p {
    text-align: center;
    margin-bottom: 20px;
}
.tourFleet .cartype ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.tourFleet .cartype ul li img {
    width: 100%;
    height: auto;
    border: solid 1px #ccc;
    display: block;
}
#overContent {
    padding: 20px 15px;
    margin: -80px auto 0 auto;
    background: #fff;
    width: 90%;
    position: relative;
    z-index: 5;
}
#overContent .catch {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#overContent .catch span {
    position: relative;
    padding: 0 5px;
}
#overContent .catch span:before {
    height: 8px;
    background: #e7d421;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 5px;
    z-index: -1;
    left: 0;
}
#overContent .courseTit {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
}
#overContent .coursePrice {
    border: solid 4px #5d90cb;
    padding: 20px;
    width: 100%;
    margin: 0 auto 80px auto;
    text-align: center;
}
#overContent .baseTit {
    font-size: 22px;
    font-weight: bold;
}
#overContent .flagTit {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
#overContent .flagTit:before {
    content: "";
    width: 56px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#overContent .flag01:before {
    background: url("../img/olympic-plan/icon01.webp")left top no-repeat;
    background-size: 100% auto;
}
#overContent .flag02:before {
    background: url("../img/olympic-plan/icon02.webp")left top no-repeat;
    background-size: 100% auto;
}
#overContent .flag03:before {
    background: url("../img/olympic-plan/icon03.webp")left top no-repeat;
    background-size: 100% auto;
}
#overContent .flag04:before {
    background: url("../img/olympic-plan/icon04.webp")left top no-repeat;
    background-size: 100% auto;
}
#overContent .contentBlock {
    margin-bottom: 80px;
    position: relative;
}
#overContent .contentBlock.pickup h2 {
    margin-bottom: 130px;
}
#overContent .contentBlock.pickup:after {
    content: "";
    background: url("../img/graduation-plan/ph_planner.webp")center center no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 120px;
    position: absolute;
    right: 0;
    top: 50px;
}
#overContent .infoTxt {
    padding: 20px 0;
}
#overContent .plannerComment {
    margin-top: 20px;
    background: #fafafa;
    padding: 20px;
    position: relative;
}
#overContent .plannerComment .ph {
    margin: 50px auto 30px auto;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
}
#overContent .plannerComment .ph img {
    width: 100%;
    height: auto;
}
#overContent .plannerComment .ph:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #618dcc;
    position: absolute;
    right: -7px;
    bottom: -5px;
    z-index: -1;
}
#overContent .plannerComment p span {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
#overContent .infoImg img {
    width: 100%;
    height: auto;
}
#overContent .infoImg figcaption {
    text-align: right;
    display: block;
    color: #666;
}
#overContent .courseInfo02 {
    margin-top: 10px;
    padding: 15px;
    position: relative;
    background: #fafafa;
}
#overContent .courseInfo {
    margin-top: 10px;
    padding: 10px;
    position: relative;
}
#overContent .courseInfo div dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#overContent .courseInfo div dl dt {
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
}
#overContent .courseInfo div dl dd {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 10px;
}
#overContent .courseInfo:before {
    content: "";
    width: 50px;
    height: 50px;
    border-left: solid 1px #e7d421;
    border-top: solid 1px #e7d421;
    position: absolute;
    left: 0;
    top: 0;
}
#overContent .courseInfo:after {
    content: "";
    width: 50px;
    height: 50px;
    border-right: solid 1px #e7d421;
    border-top: solid 1px #e7d421;
    position: absolute;
    right: 0;
    top: 0;
}
#overContent.foliagePlan .courseInfo:before, #overContent.foliagePlan .courseInfo:after, #overContent.foliagePlan .courseInfo p:before, #overContent.foliagePlan .courseInfo p:after {
    border-color: #d1662a;
}
#overContent .courseInfo p, #overContent .courseInfo div {
    background: #fafafa;
    padding: 40px 20px;
}
#overContent .courseInfo div p {
    padding: 0;
}
#overContent .courseInfo p:before, #overContent .courseInfo p:after {
    width: 50px;
    height: 50px;
}
#overContent .courseInfo p:before, #overContent .courseInfo ul:before, #overContent .courseInfo.gfInfo > div:before {
    content: "";
    width: 50px;
    height: 50px;
    border-left: solid 1px #e7d421;
    border-bottom: solid 1px #e7d421;
    position: absolute;
    left: 0;
    bottom: 0;
}
#overContent .courseInfo p:after, #overContent .courseInfo ul:after, #overContent .courseInfo.gfInfo > div:after {
    content: "";
    width: 50px;
    height: 50px;
    border-right: solid 1px #e7d421;
    border-bottom: solid 1px #e7d421;
    position: absolute;
    right: 0;
    bottom: 0;
}
#overContent .courseInfo.gfInfo:before, #overContent .courseInfo.gfInfo:after, #overContent .courseInfo.gfInfo > div:before, #overContent .courseInfo.gfInfo > div:after {
    border-color: #faabab !important;
}
#overContent .courseInfo.gfInfo p:before, #overContent .courseInfo.gfInfo p:after, #overContent .courseInfo.gfInfo ul:before {
    display: none;
}
#overContent .courseInfo ul {
    margin-left: 30px;
}
#overContent .courseInfo ul li {
    list-style: disc;
    font-size: 18px;
}
#overContent .courseInfo ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
#overContent .courseInfo ul li span {
    font-weight: bold;
    color: #2262ad;
}
#overContent .spotOuter {
    position: relative;
    margin-bottom: 40px;
}
#overContent .spotInfo {
    position: relative;
    margin-top: 20px;
    padding: 15px;
}
#overContent .spotInfo:before {
    content: "";
    width: 50px;
    height: 50px;
    border-left: solid 1px #5d90cb;
    border-top: solid 1px #5d90cb;
    position: absolute;
    left: 0;
    top: 0;
}
#overContent .spotInfo:after {
    content: "";
    width: 50px;
    height: 50px;
    border-right: solid 1px #5d90cb;
    border-top: solid 1px #5d90cb;
    position: absolute;
    right: 0;
    top: 0;
}
#overContent .spotInfo .inner:before {
    content: "";
    width: 50px;
    height: 50px;
    border-left: solid 1px #5d90cb;
    border-bottom: solid 1px #5d90cb;
    position: absolute;
    left: 0;
    bottom: 0;
}
#overContent .spotInfo .inner:after {
    content: "";
    width: 50px;
    height: 50px;
    border-right: solid 1px #5d90cb;
    border-bottom: solid 1px #5d90cb;
    position: absolute;
    right: 0;
    bottom: 0;
}
#overContent.foliagePlan .spotInfo:before, #overContent.foliagePlan .spotInfo:after, #overContent.foliagePlan .spotInfo .inner:before, #overContent.foliagePlan .spotInfo .inner:after {
    border-color: #d1662a;
}
#overContent .spotInfo .inner {
    background: #fafafa;
    padding: 15px;
}
#overContent .spotInfo .inner h3 {
    display: flex;
    align-items: center;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}
#overContent.foliagePlan .spotInfo .inner h3 span span {
    background-image: linear-gradient(#e7d421, #e7d421);
    background-size: 100% 20%;
    background-position: 0 80%;
    background-repeat: no-repeat;
}
#overContent .spotInfo .inner h3 .number {
    font-size: 50px;
    font-weight: normal;
    color: #5d90cb;
    margin-right: 10px;
}
#overContent.foliagePlan .spotInfo .inner h3 .number {
    color: #d1662a;
}
#overContent .spotInfo .inner p {
    font-size: 18px;
}
#overContent .spotInfo .img {
    margin-top: 15px;
}
#overContent .spotInfo .img img {
    width: 100%;
    height: auto;
}
#overContent .tourInfo h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
#overContent .tourInfo h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
}
#overContent .tourInfo h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 4px;
    background: #5d90cb;
}
#overContent .tourInfo .carPh {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
#overContent .tourInfo .carPh li:nth-of-type(even) {
    margin-right: 0;
}
#overContent .tourInfo .carPh li img {
    width: 100%;
    height: auto;
}
#overContent .tourInfo .carPh li {
    border: solid 1px #cacaca;
    margin-right: 2%;
    width: 49%;
    margin-bottom: 2%;
}
#overContent .tourInfo .separate {
    border-top: solid 1px #eee;
    margin-top: 30px;
    padding-top: 30px;
}
#overContent .tourInfo .service {
    margin-top: 20px;
}
#overContent .tourInfo .service li {
    margin: 0 0 2% 0;
    font-size: 14px;
    font-weight: normal;
}
#overContent .tourInfo .service li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
#overContent .tourInfo .notes {
    padding-left: 20px;
}
#overContent .tourInfo .notes li {
    list-style: disc;
}
.tourInfo .cvBtn {
    padding: 40px 0 0 0;
}
.welcomeTop {
    padding: 50px 20px;
    background: #f8e4ee;
}
.welcomeTop h1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.welcomeTop p {
    font-size: 16px;
    text-align: center;
}
#welcomeInfo {
    background: url("../img/welcome-baby/welcomebaby_bg.jpg")center top;
    background-size: cover;
    padding: 40px 20px;
}
#welcomeInfo h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #be4983;
    position: relative;
    margin-bottom: 30px;
}
#welcomeInfo h2 span {
    background: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}
#welcomeInfo h2:before {
    content: "";
    background: #be4983;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#welcomeInfo ul.info li {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    text-align: center;
    color: #be4983;
    font-weight: bold;
}
#welcomeInfo ul.info li img {
    display: block;
    margin: 0 auto 10px auto;
}
#welcomeInfo ul.info li br {
    display: none;
}
#welcomeInfo ul.info li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #be4987;
}
#welcomePrice {
    padding: 70px 20px 40px 20px;
    background: #fffcdb;
    position: relative;
}
#welcomePrice:after {
    content: "";
    background: url("../img/welcome-baby/flag-illust.png")no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 78px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#welcomePrice h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
#welcomePrice .aditionalList + p {
    margin: 30px 0;
    border: solid 1px #be4983;
    background: #fff;
    padding: 20px;
}
main.tourStyle01 {
    background: #eee;
    padding-bottom: 20px;
    position: relative;
}
.marathonMap {
    margin-bottom: 80px;
}
.marathonMap img {
    width: 100%;
    height: auto;
}
.tourFeature {
    margin-top: 124px;
    position: relative;
}
.tourFeature:after {
    content: "";
    background: url("../img/tokyo-marathon/point_ph.webp")center center no-repeat;
    background-size: 100%;
    width: 220px;
    height: 124px;
    top: -122px;
    right: 0;
    z-index: -1;
    position: absolute;
}
.tourFeature li {
    position: relative;
    padding: 40px 30px 20px 30px;
    border: solid 1px #0068b7;
}
.tourFeature li:not(:last-of-type) {
    margin-bottom: 60px;
}
.tourFeature li:before {
    content: "";
    background: #0068b7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -30px;
}
.tourFeature li:nth-of-type(even):before {
    background: #7fa7dc;
}
.tourFeature li:after {
    content: "";
    background: url("../img/tokyo-marathon/num01.webp")center center no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px;
    top: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tourFeature li:nth-of-type(2):after {
    background: url("../img/tokyo-marathon/num02.webp")center center no-repeat;
}
.tourFeature li:nth-of-type(3):after {
    background: url("../img/tokyo-marathon/num03.webp")center center no-repeat;
}
.tourFeature li:nth-of-type(4):after {
    background: url("../img/tokyo-marathon/num04.webp")center center no-repeat;
}
.tourFeature li img {
    width: 100%;
    height: auto;
}
.tourFeature li p {
    font-size: 16px;
    font-weight: bold;
}
.tourFeature li span {
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(#e7d421, #e7d421);
    background-size: 100% 40%;
    background-position: 0 80%;
    background-repeat: no-repeat;
}
.responsePict {
    margin: 30px 0;
    display: block;
}
.responsePict img {
    width: 100%;
    height: auto;
}
#overContent .otherSpot {
    margin-bottom: 60px;
}
#overContent .otherSpot h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#overContent .spotSlider li {
    font-size: 16px;
}
#overContent .spotSlider li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#overContent .otherSpot .largeImg img {
    width: 100%;
    height: auto;
}
#overContent .otherSpot .largeImg {
    margin: 40px 0 80px 0;
}
.spotSlider .slick-arrow {
    background: #fff;
    left: -15px;
    width: 33px;
    height: 33px;
    transform: translateY(-50%);
}
.spotSlider .slick-arrow.next-arrow {
    left: auto;
    right: -15px;
}
.gfNavi {
    margin-bottom: 30px;
}
.gfNavi li {
    background: #f9f9fc;
    position: relative;
    margin-bottom: 20px;
}
.gfNavi li a {
    display: block;
    text-align: center;
    padding: 15px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.gfNavi li a span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.gfNavi li:nth-of-type(2):before, .gfNavi li:nth-of-type(2):after, .gfNavi li:nth-of-type(2) a:before, .gfNavi li:nth-of-type(2) a:after {
    background: url("../img/good-fortune-plan/plan_mark02.webp")no-repeat;
    background-size: 100%;
}
.gfNavi li a:before, .gfNavi li a:after, .gfNavi li:before, .gfNavi li:after {
    pointer-events: none;
}
.gfNavi li a:before {
    content: "";
    background: url("../img/good-fortune-plan/plan_mark01.webp") no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.gfNavi li a:after {
    content: "";
    background: url("../img/good-fortune-plan/plan_mark01.webp") no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(-1, 1);
}
.gfNavi li:before {
    content: "";
    background: url("../img/good-fortune-plan/plan_mark01.webp") no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(1, -1);
}
.gfNavi li:after {
    content: "";
    background: url("../img/good-fortune-plan/plan_mark01.webp") no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
}
#overContent #plan01 .flagTit, #overContent #plan02 .flagTit {
    padding-top: 40px;
}
#overContent #plan01 .flagTit:before, #overContent #plan02 .flagTit:before {
    top: 0;
    bottom: auto;
}
#overContent #plan01 .flagTit span, #overContent #plan02 .flagTit span {
    display: block;
}
#overContent .courseInfo.gfInfo h3 {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 700;
    margin-bottom: 40px;
}
#overContent .courseInfo.gfInfo h3 span {
    font-style: normal;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 900;
}
#overContent .courseInfo.gfInfo h3 span.marker {
    position: relative;
    z-index: 1;
}
#overContent .courseInfo.gfInfo h3 span.marker:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    background: #faabab;
    height: 10px;
    z-index: -1;
}
#overContent .courseInfo.gfInfo .dotBorder {
    background: url("../img/good-fortune-plan/dots.webp")center center no-repeat;
    background-size: auto 10px;
    height: 10px;
    margin-top: 30px;
    width: 100%;
    display: block;
    border: none;
    margin-bottom: 20px;
}
#overContent .courseInfo.gfInfo h3.plan01 {
    padding: 0 35px;
    text-align: center;
}
#overContent .courseInfo.gfInfo h3.plan01:before {
    content: "";
    background: url("../img/good-fortune-plan/illust01.webp") no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 45px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
}
#overContent .courseInfo.gfInfo h3.plan01:after {
    content: "";
    background: url("../img/good-fortune-plan/illust01.webp")no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 45px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
}
#overContent .courseInfo.gfInfo h3.plan02 {
    font-size: 20px;
}
#overContent .courseInfo.gfInfo h3.plan02:before {
    content: "";
    background: url("../img/good-fortune-plan/illust02.webp")no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
    position: absolute;
}
#overContent .courseInfo.gfInfo h3.plan02:after {
    content: "";
    background: url("../img/good-fortune-plan/illust02.webp")no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 0;
    top: 10px;
    position: absolute;
}
#overContent .courseInfo .gfTour {
    padding: 0 0 30px 0;
    position: relative;
    margin: 0;
}
#overContent .courseInfo.gfInfo .gfTour:after {
    height: 10px;
    content: "";
    display: block;
    background: url("../img/good-fortune-plan/dots.webp")center center no-repeat;
    background-size: auto 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border: none;
}
#overContent .courseInfo .gfTour li {
    list-style: none;
    color: #b30d0d;
    font-size: 16px;
}
#overContent .courseInfo .gfTour li span {
    font-weight: bold;
    color: #b30d0d;
}
#overContent .courseInfo .gfTour li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
}
#overContent .courseInfo .gfTour li img {
    width: 100%;
    height: auto;
}
.gfPlanner {
    position: relative;
    background: url("../img/good-fortune-plan/planner_bg.webp")center top no-repeat;
    background-size: cover;
    padding: 20px;
}
.gfPlanner:before {
    content: "";
    background: url("../img/good-fortune-plan/icon01.webp")center center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 30px;
    bottom: 100px;
    position: absolute;
}
.gfPlanner:after {
    content: "";
    background: url("../img/good-fortune-plan/icon02.webp")center center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 50px;
    bottom: 50px;
    position: absolute;
}
.gfPlanner .txt {}
.gfPlanner .txt h2 {
    font-size: 24px;
    padding-right: 0;
    background: url("../img/good-fortune-plan/dots.webp")left bottom no-repeat;
    background-size: auto 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 700;
    line-height: 1.4;
}
.gfPlanner > img {
    max-width: 100%;
    height: auto;
}
.gfPlanner .txt p {
    font-size: 16px;
}
.gfPlanner .txt div {
    display: none;
}
.europeSnack {
    background: url("../img/europe-tour/snack_bg_smt.webp")left top no-repeat;
    background-size: 100%;
    padding: 30px 40px;
    margin: 0 auto 60px auto;
    width: 300px;
    height: 408px;
}
.europeSnack h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
    color: #46140b;
}
.europeSnack p {
    font-size: 12px;
    margin-bottom: 10px;
}
.europeSnack img {
    height: auto;
    width: 100%;
    margin-top: 0;
}
.plannerPresent {
    border: solid 1px #d1662a;
    background: #f2ece2;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.plannerPresent .responsePict {
    margin: 0;
}
.plannerPresent .txt p {
    font-size: 18px;
    position: relative;
}
.plannerPresent .img img {
    width: 100%;
    height: auto;
}
.plannerPresent .img {
    padding: 20px 0 50px 0;
    background: url("../img/foliage-plan/illust02.webp") right 20px bottom no-repeat;
    background-size: 60px 45px;
}
@media screen and (min-width: 600px) {
    .pageTit.highImg.tourImg01, .pageTit.highImg.tourImg01 figure, .pageTit.highImg.tourImg01 figure img {
        height: 680px;
    }
    .pageTit.highImg.tourImg02, .pageTit.highImg.tourImg02 figure, .pageTit.highImg.tourImg02 figure img {
        height: 520px;
    }
    .pageTit.highImg.tourImg01 h1, .pageTit.highImg.tourImg02 h1 {
        font-size: 60px;
    }
    .pageTit.highImg.tourImg01 h1 span, .pageTit.highImg.tourImg02 h1 span {
        font-size: 24px;
    }
    .pageTit.highImg.tourImg01 .anchorBtn {
        bottom: 40px;
    }
    .hanamiTop {
        padding: 40px;
    }
    .hanamiTop > p:first-of-type {
        max-width: 980px;
        margin: 0 auto 40px auto;
        text-align: center;
        font-size: 18px;
    }
    .hanamiTop .course {
        margin: 0 auto 80px auto;
        filter: drop-shadow(20px 20px 0 #fadce9);
    }
    .hanamiTop.bkgray .course {
        filter: drop-shadow(20px 20px 0 #d9d6d6);
    }
    .hanamiTop.bkWhite .course {
        filter: drop-shadow(20px 20px 0 #fadce9);
    }
    .hanamiTop .course h2 {
        font-size: 24px;
    }
    .hanamiTop .course p {
        font-size: 18px;
    }
    .hanamiTop .inner, #welcomePrice.hanamiPrice .inner {
        max-width: 1140px;
        margin: 0 auto;
    }
    .hanamiTop .subTit {
        margin-bottom: 70px;
    }
    .hanamiTop .subTit span {
        padding: 0 40px;
    }
    .hanamiTop ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .hanamiTop ul li h3 {
        font-size: 22px;
        padding: 20px 0;
    }
    .hanamiTop ul li p {
        font-size: 18px;
    }
    #welcomePrice.hanamiPrice {
        background: #eee;
        padding: 80px 0 0 0;
    }
    #welcomePrice.hanamiPrice h3 {
        font-size: 40px;
    }
    #welcomePrice.hanamiPrice h3 span.add {
        font-size: 20px;
    }
    #welcomePrice.hanamiPrice h3 br {
        display: none;
    }
    #nightCourse {
        padding: 80px 0;
    }
    .attention01 {
        padding: 40px;
    }
    .attention01 .inner {
        max-width: 1060px;
        margin: 0 auto;
    }
    .attention01 ul + .baseBtn {
        margin-top: 60px;
    }
    .fullBarImg {
        height: 390px;
    }
    .fullBarImg img {
        height: 390px;
    }
    .youtubeBox {
        max-width: 600px;
    }
    .nightTop p.nightCatch {
        max-width: 1000px;
        font-size: 18px;
        margin: 0 auto 80px auto;
    }
    .nightTop p.nightCatch + .youtubeBox {
        margin-bottom: 80px;
    }
    .nightTop h2.subTit {
        max-width: 1140px;
        margin: 0 auto 60px auto;
        font-size: 30px;
    }
    .nightTop h2.subTit:before {}
    .nightTop h2.subTit span {
        padding: 0 10px;
    }
    .nightTop ul {
        width: 100%;
        display: block;
    }
    .nightTop ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .nightTop ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .arakawaSpot {
        padding: 40px;
    }
    .arakawaSpot ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .arakawaSpot h2 img {
        height: 46px;
    }
    .tourFleet {
        padding: 40px 40px 0 40px;
    }
    .tourPoint {
        padding: 40px 20px;
    }
    .welcomeTop {
        padding: 50px 40px;
    }
    #welcomeInfo {
        padding: 40px;
    }
    #welcomePrice {
        padding: 100px 40px 40px 40px;
    }
    main.tourStyle01 {
        padding-bottom: 40px;
    }
    .europeSnack {
        background: url("../img/europe-tour/snack_bg.webp")left top no-repeat;
        background-size: 100%;
        padding: 30px 40px;
        margin: 0 auto 60px auto;
        width: 500px;
        height: 191px;
        display: flex;
        align-items: flex-start;
    }
    .europeSnack div {
        width: calc(100% - 130px);
        margin-right: 10px;
    }
    .europeSnack p br {
        display: none;
    }
    .europeSnack img {
        height: auto;
        width: 120px;
        margin-top: 0;
    }
}
@media screen and (min-width: 1023px) {
    .flexBoxList01 {
        padding: 0;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .flexBoxList01 figure {
        width: 50%;
        height: 495px;
    }
    .flexBoxList01 figure img {
        width: 100%;
        height: 495px;
        object-fit: cover;
        object-position: right bottom;
    }
    .flexBoxList01.middleImg figure, .flexBoxList01.middleImg figure img {
        height: 530px;
    }
    .flexBoxList01.highImg figure, .flexBoxList01.highImg figure img {
        height: 800px;
        object-position: left bottom;
    }
    .flexBoxList01.op-lb figure img {
        object-position: left bottom;
    }
    .flexBoxList01.phL.highImg figure img {
        object-position: right center;
    }
    .flexBoxList01.phR.middleImg figure img {
        object-position: left center;
    }
    .flexBoxList01 div {
        width: 50%;
        padding: 40px;
    }
    .flexBoxList01 div h2 {
        font-size: 26px;
    }
    .flexBoxList01:nth-of-type(even) figure {
        order: 2;
    }
    .flexBoxList01.phL div {
        order: 2 !important;
    }
    .flexBoxList01.phR figure {
        order: 1 !important;
    }
    .flexBoxList01 div {
        max-width: 586px;
        padding: 40px;
        margin-right: auto;
    }
    .flexBoxList01.phL div {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
    .flexBoxList01 div .baseBtn {
        margin-top: 40px;
    }
    .flexBoxList01:nth-of-type(even) div, .flexBoxList01.phR div {
        margin-left: auto;
        margin-right: 0;
    }
    .hanamiTop {
        padding: 80px 20px;
    }
    .hanamiTop ul {
        display: flex;
        max-width: none;
    }
    .hanamiTop ul li {
        width: 30%;
        margin-right: 5%;
    }
    .hanamiTop ul li:last-of-type {
        margin-right: 0;
    }
    .hanamiTop .subTit {
        font-size: 30px;
    }
    .hanamiTop .subTit span {
        padding: 0 150px;
    }
    .arakawaSpot {
        padding: 80px 0;
    }
    .arakawaSpot .inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 40px;
    }
    .arakawaSpot h2 {
        margin-bottom: 40px;
    }
    .arakawaSpot h2 img {
        height: 78px;
    }
    .arakawaSpot ul {
        display: flex;
        flex-wrap: wrap;
        max-width: none;
    }
    .arakawaSpot ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .arakawaSpot ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .arakawaSpot ul li h3 {
        font-size: 22px;
        padding: 20px 0;
    }
    .arakawaSpot .spotImg {
        margin-bottom: 80px;
    }
    .arakawaSpot .spotImg img {
        max-width: 1085px;
    }
    .tourFleet {
        max-width: 1140px;
        margin: 0 auto;
        padding: 60px 20px 0 20px;
    }
    .tourFleet .cartype {
        padding: 60px 0;
    }
    .tourFleet .cartype h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .tourFleet .cartype h2 + p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .tourFleet .cartype ul {
        display: flex;
    }
    .tourFleet .cartype ul li {
        width: 32%;
    }
    .tourFleet .cartype ul li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .nightTop {
        padding: 80px 20px;
    }
    .nightTop ul {
        display: flex;
        max-width: 1140px;
    }
    .nightTop ul li {
        width: 30%;
        margin-right: 5%;
        font-size: 18px;
    }
    .nightTop ul li:last-of-type {
        margin-right: 0;
    }
    .tourPoint {
        padding: 80px 0;
    }
    #overContent {
        max-width: 1140px;
        padding: 60px 80px;
        margin: -240px auto 0 auto;
    }
    #overContent .catch {
        font-size: 27px;
    }
    #overContent .courseTit {
        font-size: 48px;
    }
    #overContent .coursePrice {
        max-width: 800px;
        padding: 30px;
        margin: 0 auto 190px auto;
    }
    #overContent .coursePrice p {
        font-size: 18px;
    }
    #overContent .courseInfo:before, #overContent .courseInfo:after, #overContent .courseInfo p:before, #overContent .courseInfo ul:before, #overContent .courseInfo.gfInfo > div:before, #overContent .courseInfo p:after, #overContent .courseInfo ul:after, #overContent .courseInfo.gfInfo > div:after {
        width: 77px;
        height: 75px;
    }
    #overContent .spotInfo:before, #overContent .spotInfo:after, #overContent .spotInfo .inner:before, #overContent .spotInfo .inner:after {
        width: 76px;
        height: 76px;
    }
    #overContent .baseTit {
        font-size: 24px;
    }
    #overContent .flagTit {
        font-size: 24px;
        padding-left: 50px;
    }
    #overContent .flagTit:before {
        width: 76px;
        height: 109px;
    }
    #overContent .contentBlock {
        position: relative;
        margin-bottom: 160px;
    }
    #overContent .contentBlock.lastCont {
        margin-bottom: 0;
    }
    #overContent .contentBlock.pickup h2 {
        margin-bottom: 0;
    }
    #overContent .contentBlock.pickup:after {
        content: "";
        background: url("../img/graduation-plan/ph_planner.webp")center center no-repeat;
        width: 374px;
        height: 181px;
        position: absolute;
        right: 60px;
        top: -86px;
    }
    #overContent .infoTxt {
        padding: 30px 0;
        font-size: 18px;
    }
    #overContent .plannerComment {
        margin-top: 40px;
        padding: 30px;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    #overContent .plannerComment .ph {
        margin: 0 35px 0 0;
        width: 192px;
        height: 192px;
    }
    #overContent .plannerComment p {
        width: calc(100% - 227px);
    }
    #overContent .plannerComment p span {
        position: static;
        display: block;
        margin-bottom: 5px;
        text-align: left;
    }
    #overContent .courseInfo02, #overContent .courseInfo {
        margin-top: 20px;
        padding: 30px;
    }
    #overContent .courseInfo ul li {
        font-size: 20px;
    }
    #overContent .spotOuter {
        margin-bottom: 80px;
        min-height: 318px;
    }
    #overContent .spotOuter:after {
        content: "";
        display: block;
        clear: both;
    }
    #overContent .spotInfo {
        width: 512px;
        position: relative;
        padding: 25px;
        margin: 60px 0;
    }
    #overContent .spotOuter:nth-of-type(even) .spotInfo {
        float: right;
    }
    #overContent .spotInfo .inner {
        padding: 20px;
    }
    #overContent .spotInfo .inner h3 {
        position: relative;
        padding-top: 40px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    #overContent .spotInfo .inner h3 .number {
        font-size: 84px;
        position: absolute;
        left: 50px;
        top: -100px;
    }
    #overContent .spotInfo .inner p {
        font-size: 18px;
    }
    #overContent .spotInfo .img {
        position: absolute;
        right: -470px;
        top: -60px;
        z-index: -1;
        margin-top: 0;
    }
    #overContent .spotOuter:nth-of-type(even) .spotInfo .img {
        left: -470px;
        right: auto;
    }
    #overContent .tourInfo h2 {
        font-size: 32px;
    }
    #overContent .tourInfo h3 {
        font-size: 24px;
        padding-left: 20px;
    }
    #overContent .tourInfo .carPh {
        flex-wrap: nowrap;
    }
    #overContent .tourInfo .carPh li {
        border: solid 1px #cacaca;
        margin-right: 2%;
        margin-bottom: 0;
        width: 21%;
    }
    #overContent .tourInfo .carPh li:nth-of-type(even) {
        margin-right: 2%;
    }
    #overContent .tourInfo .carPh li:last-of-type {
        margin-right: 0 !important;
    }
    #overContent .tourInfo .separate {
        margin-top: 40px;
        padding-top: 40px;
    }
    #overContent .tourInfo .service {
        display: flex;
        flex-wrap: wrap;
        width: 900px;
        margin-top: 20px;
    }
    #overContent .tourInfo .service li {
        width: 33.3%;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }
    #overContent .tourInfo .service li img {
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
    }
    #overContent .otherSpot .largeImg {
        margin: 40px 0 140px 0;
    }
    .tourInfo .cvBtn {
        padding: 60px 0 30px 0;
    }
    .welcomeTop {
        padding: 60px 40px;
    }
    .welcomeTop h1 {
        font-size: 26px;
    }
    .welcomeTop p {
        font-size: 18px;
    }
    #welcomeInfo {
        padding: 80px;
    }
    #welcomeInfo .inner {
        max-width: 994px;
        margin: 0 auto;
    }
    #welcomeInfo ul.info {
        display: flex;
    }
    #welcomeInfo ul.info li {
        font-size: 18px;
        width: 32%;
    }
    #welcomeInfo ul.info li img {
        display: block;
        margin: 0 auto;
    }
    #welcomeInfo ul.info li br {
        display: block;
    }
    #welcomeInfo ul.info li:not(:last-of-type) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        margin-right: 2%;
    }
    #welcomePrice {
        padding: 140px 40px 40px 40px;
    }
    #welcomePrice:after {
        content: "";
        background: url("../img/welcome-baby/flag-illust.png")no-repeat;
        background-size: 100% auto;
        width: 994px;
        height: 78px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #welcomePrice .inner {
        max-width: 800px;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    #welcomePrice .aditionalList + p {
        margin-bottom: 60px;
    }
    main.tourStyle01 {
        padding-bottom: 60px;
    }
    .fullPh {
        padding: 20px;
        margin: 30px 0;
    }
    .marathonMap {
        margin-bottom: 160px;
    }
    .tourFeature {
        display: flex;
        border: solid 4px #0068b7;
        padding: 60px 0 20px 0;
        margin-top: 90px;
    }
    .tourFeature:after {
        width: 430px;
        height: 233px;
        top: -237px;
        z-index: -1;
    }
    .tourFeature li {
        padding: 50px 20px 0 20px;
        width: 25%;
        border: none;
        border-right: solid 2px #0068b7;
        margin-bottom: 0 !important;
    }
    .tourFeature li:before {
        width: 112px;
        height: 112px;
        top: -100px;
    }
    .tourFeature li:after {
        width: 112px;
        height: 112px;
        background-size: 112px;
        top: -100px;
    }
    .tourFeature li:last-of-type {
        border-right: none;
    }
    .tourFeature li p {
        font-size: 20px;
    }
    .tourFeature li span {
        font-size: 24px;
    }
    .responsePict {
        margin: 60px 0;
        display: block;
    }
    #overContent #plan01 .flagTit, #overContent #plan02 .flagTit {
        padding-top: 0;
    }
    #overContent #plan01 .flagTit:before, #overContent #plan02 .flagTit:before {
        top: auto;
        bottom: 0;
    }
    #overContent #plan01 .flagTit span, #overContent #plan02 .flagTit span {
        display: inline-block;
    }
    .gfNavi {
        display: flex;
    }
    .gfNavi li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0;
    }
    .gfNavi li a {
        padding: 35px;
        font-size: 24px;
    }
    .gfNavi li a span {
        font-size: 18px;
    }
    .gfNavi li:last-of-type {
        margin-right: 0;
    }
    #overContent .courseInfo.gfInfo h3 {
        font-size: 40px;
    }
    #overContent .courseInfo.gfInfo h3 span.marker:after {
        height: 14px;
    }
    #overContent .courseInfo.gfInfo .dotBorder {
        background: url("../img/good-fortune-plan/dots.webp")center center no-repeat;
        height: 20px;
        margin-top: 40px;
    }
    #overContent .courseInfo.gfInfo h3.plan01 {
        padding: 0 35px;
        text-align: center;
    }
    #overContent .courseInfo.gfInfo h3.plan01:before {
        width: 76px;
        height: 115px;
        margin-right: 20px;
    }
    #overContent .courseInfo.gfInfo h3.plan01:after {
        width: 76px;
        height: 115px;
        margin-left: 20px;
        transform: scale(-1, 1)
    }
    #overContent .courseInfo.gfInfo h3.plan02 {
        font-size: 40px;
    }
    #overContent .courseInfo.gfInfo h3.plan02:before {
        width: 73px;
        height: 73px;
        left: 130px;
        top: 50%;
        transform: translateY(-50%);
    }
    #overContent .courseInfo.gfInfo h3.plan02:after {
        width: 73px;
        height: 73px;
        right: 130px;
        top: 50%;
        transform: translateY(-50%);
    }
    #overContent .courseInfo .gfTour {
        display: flex;
        padding: 0 0 40px 0;
    }
    #overContent .courseInfo.gfInfo .gfTour:after {
        background-size: auto 20px;
        height: 20px;
    }
    #overContent .courseInfo .gfTour li {
        width: 43%;
        font-size: 18px;
    }
    #overContent .courseInfo .gfTour li:first-of-type {
        order: 2;
        width: 53%;
        margin-left: 4%;
    }
    #overContent .courseInfo .gfTour li img {
        width: 100%;
        height: auto;
    }
    .gfPlanner {
        display: flex;
        align-items: flex-start;
    }
    .gfPlanner:before, .gfPlanner:after {
        display: none;
    }
    .gfPlanner .txt {
        width: 45%;
        margin-right: 5%;
        padding: 40px 0 40px 60px;
        position: relative;
        height: 100%;
    }
    .gfPlanner .txt h2 {
        font-size: 34px;
        padding-right: 60px;
        margin-bottom: 30px;
        background: url("../img/good-fortune-plan/dots.webp")left bottom no-repeat;
        background-size: auto 20px;
        padding-bottom: 30px;
    }
    .gfPlanner > img {
        max-width: 100%;
        height: auto;
    }
    .gfPlanner .txt p {
        font-size: 18px;
    }
    .gfPlanner .txt div {
        position: absolute;
        display: block;
    }
    .gfPlanner .txt div.ico01 {
        left: 40px;
        bottom: -50px;
    }
    .gfPlanner .txt div.ico02 {
        left: 160px;
        bottom: -100px;
    }
    .gfPlanner .txt div.ico03 {
        left: 340px;
        bottom: -80px;
    }
    .europeSnack {
        padding: 60px;
        width: auto;
        max-width: 970px;
        height: 370px;
    }
    .europeSnack div {
        width: calc(100% - 330px);
        margin-right: 10px;
    }
    .europeSnack h2 {
        font-size: 20px;
    }
    .europeSnack p {
        font-size: 18px;
    }
    .europeSnack p br {
        display: block;
    }
    .europeSnack img {
        width: 320px;
    }
    #overContent.foliagePlan .spotOuter:before {
        content: "";
        background: url("../img/foliage-plan/illust01.webp")center center no-repeat;
        width: 294px;
        height: 119px;
        position: absolute;
    }
    #overContent.foliagePlan .spotOuter:nth-of-type(1):before {
        right: 100px;
        bottom: -120px;
    }
    #overContent.foliagePlan .spotOuter:nth-of-type(2):before {
        left: 80px;
        bottom: 100px;
    }
    #overContent.foliagePlan .spotOuter:nth-of-type(3):before {
        right: 100px;
        bottom: -60px;
    }
    #overContent.foliagePlan .spotOuter:nth-of-type(3) .spotInfo .inner p {
        padding-bottom: 100px;
    }
    .plannerPresent {
        display: flex;
        padding: 30px;
        max-width: none;
        margin-bottom: 60px;
    }
    .plannerPresent .txt {
        margin-right: 30px;
        max-width: 470px;
    }
    .plannerPresent .txt p {
        font-size: 18px;
        position: relative;
    }
    .plannerPresent .txt p::after {
        content: "";
        background: url("../img/foliage-plan/illust02.webp")center center no-repeat;
        width: 127px;
        height: 89px;
        position: absolute;
        right: 40px;
        bottom: -90px;
    }
    .plannerPresent .img {
        padding: 90px 0 40px 0;
        background: url("../img/foliage-plan/illust02.webp") right top no-repeat;
    }
}