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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

html {
    scroll-behavior: smooth;
}

.mainvisual01 {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/AM25-025531A.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 693px;
    align-items: flex-start;
    text-align: center;
    position: relative;
}
.main-tl {
    height: 693px;
}

.inner {
    width: 1024px;
    margin: 0 auto;
}

.main-wp {
    width: 252px;
    position: absolute;
    bottom: 21px;
}

/*************************** sec02 ***************************/
.sec02{
    margin-bottom: 50px;
}

.sec02_background {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/sec02-background.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 130px;
}

.sec02_ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
}

.sec02_p {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: left;
}

.sec02-img{
    width: 546px;
    margin-right: 24px;
}

.sec02-flex {
    display: flex;
    justify-content: flex-start;
}

/*************************** sec03 ***************************/

.sec03 {
    padding-bottom: 58px;
}
.sec03-position{
    /* position: absolute;
    top: -255px; */
    margin-top: -255px;
}

.sec03_background {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/sec03-background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 260px;
}

.sec03_img {
    margin: 130px 0px 30px;
}

.sec03_flex {
    display: flex;
    margin: 0 229.5px;
    justify-content: space-between;
}

.sec3_btn {
    width: 155px;
}

/*************************** sec04 ***************************/

.sec04 {
    margin-top: -230px;
}

.sec04_background {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/sec04_background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 260px;
}

.sec04_tl {
    padding-top: 72px;
    margin-bottom: 50px;
}

.sec04_siretoko{
    background-color: #00346c;
    padding: 37.5px;
    padding-top: 41.5px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.sec04-siretoko-tl {
    /* margin-bottom: 30px; */
    width: 700px;
    margin: 0 auto 30px;
}
.sec04_sireflex {
    display: flex;
    gap: 30px;
}

.sec04_rausu{
    background-color: #00617c;
    padding: 37.5px;
    padding-top: 41.5px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.sec04-raus-tl {
    width: 800px;
    margin: 0 auto 30px;
}

.sec04_kushiro {
    background-color: #006D16;
    padding: 37.5px;
    padding-top: 41.5px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}
.sec04_kushiro-tl {
    width: 700px;
    margin: 0 auto 30px;
}
.sec04_tubetu {
    background-color: #550186;
    padding: 40px;
}
.sec04_puripe {
    background-color: #874A00;
    padding: 40px;
    padding-top: 20px;
}


/*************************** sec05 ***************************/
.sec05 {
    margin-top: -150px;
}

.sec05_background {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/sec05_background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 260px;
}

.sec05_htl{
    padding-top: 80px;
    width: 884px;
    margin: 0 auto 60px;
}

.sec05_htl_01 {
    background-color: #ffffff;
    background-image:
        url("/attending/t/ngo-d/lp_11530/images/pc/sec05-kazari-top.png"),
        url("/attending/t/ngo-d/lp_11530/images/pc/sec05-kazari-bottom.png");
    background-position:
        center top,
        center bottom;
    background-repeat:
        no-repeat,
        no-repeat;
    background-size:
        100% auto,
        100% auto;
    outline: 2px solid #AF8D2E;
    outline-offset: -10px;
    padding: 36.5px 8px;
    margin-bottom: 60px;
    position: relative;
}
.sec05_arank {
    width: 135px;
    position: absolute;
    top: 0px;
    right: 35px;
}

.sec05_stay_bk_flex {
    font-family: "Noto Serif JP", serif;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
    border-top: 1px solid #000000;    /* 上線：太さ 種類 色 */
    border-bottom: 1px solid #000000; /* 下線：太さ 種類 色 */
}

.sec05_stay_day {
    text-align: center;
    background-color: #000000;
    font-size: 30px;
    padding: 2px 9px 5px;;
    color: #ffffff;
    display: inline-flex;    /* ブロックではなくインラインフレックスに */
    align-items: center;     /* 縦方向の真ん中 */
    justify-content: center;  /* 横方向の真ん中 */
    line-height: 1;          /* 行間の余計な隙間を消す */
    font-weight: 600;       /* 「1泊目」なら太字がおすすめ */
}

.sec05_stay_onsen {
    font-size: 35px;
    /* width: 170px; */
    color: #000000;
    font-weight: 700;
}
.sec05-htl-set {
    font-family: "Noto Serif JP", serif;
}

.sec05-htl-name {
    font-size: 50px;
    font-weight: bold;

    display: flex;
    align-items: center;      /* 縦方向の中央揃え */
    justify-content: center;   /* 横方向の中央揃え */
    gap: 15px;                /* ホテル名と「指定」の間の隙間 */
}
.shitei {
   background-color: #FF0000;
    color: #ffffff;
    font-size: 30px;
    padding: 2px 5px 5px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    height: fit-content;
    margin-top: 4px;
}

.sec05-sub {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.sec05-underline-sub {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin: 16px 0 30px;
}

.sec05-osusume_flex {
    display: flex;
    gap: 32px;
    padding: 0 26.5px;
    margin-top: 30px;
}

.sec05_osusumepoint {
    width: 538px;
}

.sec05-phot-flex {
    display: flex;
    gap: 23px;
}
.osusume-read {
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.5;
    color: #B58D2c;
    text-align: center;
}

.osusume-txt {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}

.sec05-rankup {
    position: relative;
    margin-bottom: 120px;
}
.sec05-rankup-btn {
    position: absolute;
    bottom: 16px;
    padding: 0 16px;
}

/*************************** sec06 ***************************/
.sec06 {
    margin-top: -150px;
}

.sec06_background {
    background-image: url(/attending/t/ngo-d/lp_11530/images/pc/sec06-background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 45px;
}


/******************************************************/
.floatBtn01 {
  width: 218px;
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 100;
}
