@charset "utf-8";
/*

/* ------------------------------------------

------------------------------------------ */
.sp {
    display: none;
}


* {
    margin: 0px;
    padding: 0px;
}

#widewrapper {
    width: 100%;
}

#mainContents ul li {
    list-style-type: none;
    /* float: left; */
}

#mainContents {
    margin: 0 auto;
    line-height: 130%;
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
}

.pageTop {
    clear: both;
    padding: 10px 0px 10px 0;
    text-align: right;
}

.pageTop a,
.pageTop a:visited {
    font-size: 78%;
    color: #56362C;
}

.pageTop a:hover {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

.anchor img:hover {
    opacity: 0.8;
}

.navi ul li {
    margin: 10px 0 10px 6px;
}

.anchor1 ul li {
    margin-left: 8px;
    margin-bottom: 3px;
}

.box h2 {
    margin-bottom: 10px;
}

.box {
    margin: 32px auto 80px;
    border: 2px solid #367AEB;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    box-sizing: border-box;
    /*float:left;*/
}

.box p {
    padding: 0 10px 10px 10px;
    clear: both;
    font-size: 90%;
}

.box p em {
    font-style: normal;
    color: #e60012;
}

.boxpic img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box p img {
    display: block;
    margin-left: 200px;
    margin-top: -20px;
}


.box h2{
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0 2px 2px;
    font-size: 18px;
    color: #FFFFFF;
    min-height: 21px;
    background-color: #367AEB;
    text-align: center;
    position: relative;
}


.box h2 span {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    column-gap: 10px;
}

.box h2 span::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://img.travel.rakuten.co.jp/package/ana/beginner/202601/images/icons.png) no-repeat left top / auto 24px;
}

.anchor2 ul {
    display: flex;
    align-items: center;
    column-gap: 16px;
    overflow: hidden;
}

.anchor2 ul li {
    width: calc((100% - 64px) / 5);
}

.anchor3 ul {
    margin-left: 30px;
    overflow: hidden;
}

.anchor3 ul li {
    margin-left: 38px;
    margin-bottom: 26px;
}

.boxpic2 {
    margin-left: 10px;
    overflow: hidden;
}

.boxpic2 li {
    margin: 0 7px 0 0;
}

.boxpic_margin li {
    margin-bottom: 15px;
    display: block;
}

.center {
    margin-left: 275px;
    margin-top: -10px;
    text-align: left;
    font-size: 12px;
}

.yellow1,
.yellow2,
.yellow3,
.yellow4 {
    padding: 40px 24px;
    font-size: 100%;
}
.yellow1 p {
    padding: 0;
}

.redNote {
    color: #BF0000;
    font-size: 14px;
}

.yellow1 small {
    font-size: 14px;
}
.yellow1 span {
    font-size: 18px;
    font-weight: bold;
    color: #367AEB;
}

.tips {
    width: 85%;
    border-radius: 8px;
    margin: 0px auto 32px;
    padding: 20px;
    background-color: #f8fbff;
    border: 1px solid #EAEAEA;
    /*text-align: center;*/
    line-height: 1.5;
}

.yellow1 b {
    font-size: 20px;
}

.boxpic3 img {
    width: 80%;
    height: auto;
    min-width: 700px;
    margin: 0 auto;
    display: block;
}

.box-beginner4 {
    padding-bottom: 32px;
}

/*-----search-----*/

.go {
    margin-left: 135px;
}

.back {
    margin-left: 300px;
}

.box .date2 {
    margin-left: -10px;
}

.box .date3 {
    margin-left: -50px;
}

.box .date4 {
    margin: -20px;
}

.box .date5 {
    margin-left: -50px;
}

.dpno {
    display: none;
}





.searchWide h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 22px;
    font-size: 26px;
    color: #367AEB;
    min-height: 21px;
    margin: 0px;
    position: relative;

}

.searchWide h1::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(https://img.travel.rakuten.co.jp/package/ana/beginner/202601/images/search.svg) no-repeat left top / auto 26px;
    margin-right: 10px;
}




.pageBtn ul {
    width: 950px;
    margin: 0 auto;
}

.pageBtn ul:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0.1em;
}

.pageBtn ul li {
    float: left;
    list-style-type: none;
    text-align: center;
}

.pageBtn ul.btn3 li {
    width: 312px;
    margin-left: 7px;
    margin-bottom: 5px;
}

.pageBtn ul li.first {
    margin-left: 0;
}

.pageBtn ul li a {
    display: block;
    font-size: 100%;
    height: 44px;
    padding: 0 16px;
    position: relative;
}

.pageBtn ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #367aeb;
    border-right: 2px solid #367aeb;
    transform: translateY(-50%) rotate(45deg);
}

.pageBtn ul li em {
    display: block;
    height: 44px;
    font-style: normal;
    font-weight: bold;
}

.pageBtn a,
#contentsArea .pageBtn em {
    line-height: 44px;
    font-size: 100%;
    color: #367aeb;
    font-weight: bold;
    background: #f8fbff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #367aeb;
    background-color: #f8fbff;

}

.pageBtn a {
    position: relative;
    color: #367aeb;
    background-color: #f8fbff;
}

.pageBtn a:hover {
    color: #FFF;
    background-color: #367aeb;
    text-decoration: none;
}

.pageBtn a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pageBtn ul.btn4 li {
    width: 230px;
    margin-left: 10px;
}

.pageBtn ul li.first {
    margin-left: 0;
}

a:visited {
    text-decoration: underline;
}

.pageBtn {
    margin-top: 10px;
    margin-bottom: 64px!important;
}

.pageBtn.box,.anchor.anchor2.box {
    border: none;
}


.package-icon::before {
    background-position: -35px 0px!important;
}
.calender2-icon::before {
    background-position: -73px 0px!important;
}
.payment-icon::before {
    background-position: -110px 0px!important;
}

.bag-icon::before {
    background-position: -145px 0px!important;
}


.box h2 em {
    display: inline-block;
    position: absolute;
    height: 43px;
    line-height: 43px;
    top: 1px;
    left: 1px;
    background: #fff100;
    color: #000;
    font-style: normal;
    padding: 0 16px;
}

.box h2 small {
    font-size: 14px;
}

.box h3 {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #367AEB;
    margin: 0 10px;
}

.box h3 em {
    color: #fff;
    background: #367AEB;
    font-size: 80%;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
}

p.h2sub {
    margin: 24px 0;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: #367AEB;
}


.anatop-bk a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

img.sp {
    display: none;
}


.FL {
    float: left;
    width: 500px;
}

.FL .structure2 {
    width: 400px !important;
}

.PL {
    padding-left: 60px;
}

p.pagetop {
    clear: both;
    width: 97%;
    text-align: right;
    font-size: 82%;
    margin-bottom: 15px;
}

.text {
    font-size: 90%;
    color: #383838;
    padding-left: 5px;
    font-weight: bold;
}

.searchWide {
    max-width: 1100px;
    margin: 0 auto;
}
