@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

.fontNotoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.contents {
  font-family: "Noto Serif JP", serif;
  color: #000000;
}

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

.top-zyoseikin_block {
    background-color: #C60B26;
    height: 92px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.w1024{
    width: 1024px;
    margin: 0 auto;
}

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


/************************************************************** 申し込みボタン **************************************************************/
.NavyBtnArea {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-BtnBack.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 223px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NavyBtn {
    width: 1024px;
    height: 140px;
}
/************************************************************** 申し込みボタン **************************************************************/


/************************************************************** mainvisual **************************************************************/

.mainvisual_blcok {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-main-p.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 431px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Tvarea {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-TvBack.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 0px;
}

.Tvarea_p {
    font-size: 29px;
    background-color: #FF0000;
    font-family: "Noto Sans JP", sans-serif;
    height: 45px;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: 400;
    align-items: center;
}
.TvName {
    color: white;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height:25px;
    margin-top: 9px;
}

.TvNameArea {
    display: flex;
    justify-content: center;
    gap: 34px;
    background-color: #009EED;
    height: 68px;
}

/************************************************************** mainvisual **************************************************************/


.gourmetback_block {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-GourmetBack.jpg);
    background-size: cover;
    padding: 88px 0 122px;
}

.gourmetback_main {
    width: 1024px;
    margin: 0 auto 31px;
}

.gourmetback_contain {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;       /* これが超重要！2枚ごとに折り返させる */
    justify-content: space-between;
}

.gourmet_set {
    width: calc(50% - 12px);
}

/************************************************************** kankou **************************************************************/

.kankou_block {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-kankou-back.jpg);
    background-size: cover;
    padding: 88px 0 94px;
}
.kankou_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 27px;
}
.kankou_set {
    width: calc(50% - 20px);
}

/************************************************************** hotel **************************************************************/

.hotel_block {
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-hotel-back.jpg);
    background-size: cover;
    padding: 88px 0 98px;
}

/************************************************************** zyoseikin **************************************************************/

.zyoseikin_block{
    background-image: url(/attending/t/ngo-d/lp_33012/images/pc/PC-CZ045325600-zyoseikin_back.jpg);
    background-size: cover;
    padding: 98px 0 98px;
}
.zyoseikin_txt {
    font-size: 24px;
    background-color: white;
    text-align: center;
    width: 962px;
    margin: 40px auto 0;
    line-height: 1.25;
    border: 1px solid #FF0000;
    padding: 3px 0;
    font-weight: 500;
}
