@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root {
    --sec01-color: #5fc38c;
    --sec02-color: #2b4390;
    --sec03-color: #d75d11;
}
/*----------------------------------
	index用のCSSです
----------------------------------*/
.contents * {
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.sec_contents {
    margin: 0 auto;
    width: 1024px;
    position: relative;
}
.sec .sec_contents {
    margin: 0 auto;
    width: 960px;
}

.sec_contents img {
    vertical-align: bottom;
    width: auto;
}

.sec {
    padding: 50px 0;
}

/*----------------------------------
	TOP
----------------------------------*/
.top_kv {
    /* background-color: #f4fff8;*/
    background-image: url(/attending/t/ngo-i/ngo_setumei3/images/bg_img@2x.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 1024px 400px;
    /* width: 1024px; */
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
/* .top_kv:before {
    content: '';
    background-image:url(/attending/t/ngo-i/ngo_setumei3/images/bg_img@2x.jpg);
    background-repeat: no-repeat;
    background-position: 50% 29%;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    filter: blur(5px);
    display: block;
    inset: 0;
    z-index: -1;
} */
.midashi {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.midashi img{
    width: 819px;
    text-align: center;
}

/*----------------------------------
	section -- header
----------------------------------*/

/*----------------------------------
	section -- gl-nav
----------------------------------*/
.gl-nav {
    background-color: #f4fff8;
    padding-top: 15px;
}
.gl-nav ul {
    margin: 0 auto;
    width: 960px;
    display: flex;
    gap: 21px;
}

.gl-nav ul li a {
    /* font-family: "Zen Old Mincho", serif; */
    font-family: "M PLUS 1", sans-serif;
    display: flex;
    font-weight: 600;
    border-radius: 6px;
    width: 306px;
    height: 90px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    /* position: relative; */
    text-shadow: 3px 3px 4px rgba(0 0 0 / 20%);
}
.gl-nav ul li:nth-of-type(1) a {
    /* background-color: var(--sec01-color); */
    background-color: #6cd099;
    box-shadow: 3px 5px 0px 0px #297e4f;
}
.gl-nav ul li:nth-of-type(2) a {
    /* background-color: var(--sec02-color); */
    background-color: #4d67bb;
    box-shadow: 3px 5px 0px 0px #132254;
}
.gl-nav ul li:nth-of-type(3) a {
    /* background-color: var(--sec03-color); */
    background-color: #eb7c36;
    box-shadow: 3px 5px 0px 0px #b04604;
}
.gl-nav ul li:hover {
    opacity: 0.7;
}
.gl-nav ul li {
    position: relative;
}
.gl-nav ul li::before {
    content: '';
    background-image: url(/attending/t/ngo-i/ngo_setumei3/images/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    rotate: 90deg;
    width: 100%;
    height: 24px;
    position: absolute;
    inset: auto 0 0;
    margin: auto;
}
/* .gl-nav ul li:nth-child(3) {
    margin-right: 0;
} */

/* .gl-nav ul li a {
    display: block;
} */

/*----------------------------------
	section -- sec01
----------------------------------*/
.sec01 {
    background-color: #f4fff8;
    padding-top: 40px;
}

.sec01 .ttl {
    margin-bottom: 25px;
}
.pointTxt{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 35px;
    text-align: center;
}

.sec01 .pointBoxs > ul {
    margin: 0 auto;
    width: 900px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.sec01 .pointBox {
    width: 280px;
}

.sec01 .point {
    text-align: center;
    margin: 0 auto 15px;
}
.sec01 .point img {
    width: auto;
}
.sec01 .photo img {
    width: 100%;
}

.sec01 .pointBox .text {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
}
.sec01 .pointBox .text > .text_small {
    font-size: 16px;
}

.sec01 .ili01 {
    background-image: url(/attending/t/ngo-i/ngo_setumei3/images/ili01.png);
    background-repeat: no-repeat;
    background-position: bottom 90px right 0px;
}

.sec01 .ili02 {
    background-image: url(/attending/t/ngo-i/ngo_setumei3/images/ili02.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right 20px;
}

.sec01 .photo {
    position: relative;
}
.sec01 .photo > .cap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
}

/*----------------------------------
	section -- sec02
----------------------------------*/
.sec02 {
    background-color: #e3ebff;
}

.sec01 .ttl,
.sec02 .ttl,
.sec03 .ttl {
    position: relative;
    margin-bottom: 10px;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    text-align: center;
    font-style: italic;
    font-size: 36px;
    border-radius: 5px;
}
.sec01 .ttl {
    background-color: var(--sec01-color);
}
.sec02 .ttl {
    background-color: var(--sec02-color);
}
.sec03 .ttl {
    background-color: var(--sec03-color);
}
.sec01 .ttl::before ,
.sec02 .ttl::before ,
.sec03 .ttl::before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 3px;
}

.sec02 .subttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    color: var(--sec02-color);
}
.sec02 .subttl .txt {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-size: 28px;
}
.sec02 .subttl img {
    width: auto;
}

.sec02 .photoBox {
    margin-bottom: 50px;
    display: flex;
    width: 960px;
    gap: 10px;
}

.sec02 .photoBox .photo:nth-of-type(1) {
    /* float: left;
    width: 600px; */
}
.sec02 .photoBox .photo:nth-of-type(1) img {
    /* width: 350px; */
    height: 300px;
}

.sec02 .photoBox .photo:nth-of-type(2) {
    /* float: right;
    width: 340px; */
}
.sec02 .photoBox .photo:nth-of-type(2) img {
    /* width: 350px; */
    height: 300px;
}
.sec02 .photoBox .text {
    font-size: 18px;
    margin-top: 10px;
}


.sec02 .accessBox .left {
    float: left;
    width: 470px;
}

.sec02 .accessBox {
    margin-bottom: 50px;
}

.sec02 .accessBox dl {
    margin-bottom: 20px;
}

.sec02 .accessBox dl dt {
    margin-bottom: 15px;
}
.sec02 .accessBox dl dt > img {
    width: auto;
}

.sec02 .accessBox dl dd {
    font-size: 22px;
    line-height: 1.4;
}

.sec02 .accessBox .right {
    float: right;
    width: 460px;
}

.sec02 .moveBox dl dt {
    margin-bottom: 15px;
}

/*----------------------------------
	section -- sec03
----------------------------------*/
.sec03 {
    background-color: #ffeadd;
}

.sec03 .ttl {
    margin-bottom: 30px;
}

.sec03 .date_txt {
    text-align: center;
    background-color: #f23535;
    height: 52px;
    width: 400px;
    margin: 0 auto 40px;
    color: #fff;
    font-family: 'Zen Old Mincho', serif;
    font-style: italic;
    font-size: 32px;
    font-weight: 700;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}
.sec03 .date_txt::before {
    content: '';
    border: #fff solid 1px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    inset: 0;
    position: absolute;
    margin: auto;
}
.sec03 .date_txt span {
    font-size: 24px;
}
.sec03 .venue:nth-of-type(even) {
    padding-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.sec03 .venue_tl {
    font-family: "M PLUS 1", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
    color: #4c4c4c;
}

.sec03 .tourBoxs ul {
    margin: 0 auto;
    width: 940px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sec03 .tourBox {
    /* margin-bottom: 30px; */
    width: 460px;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f23636;
}

.sec03 .tourBoxs .tourBox__inner {
    display: flex;
    gap: 10px;
}
.sec03 .tourBoxs .tourBox__time {
    font-size: 16x;
    font-weight: 500;
    /* color: #fff; */
    /* padding: 0 5px; */
    height: 40px;
    /* background-color: #2e2e2e; */
    /* border: 1px solid #2e2e2e; */
    letter-spacing: 0.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.sec03 .tourBoxs .tourBox__country {
    font-family: "M PLUS 1", sans-serif;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 15px; */
    text-align: center;
    color: #4c4c4c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sec03 .tourBoxs .tourBox__txts {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec03 .tourBoxs .tourBox__pht {
    position: relative;
    margin: 0 auto;
}
.sec03 .tourBoxs .tourBox__pht img {
    width: 220px;
    height: 146px;
    object-fit: cover;
}
.sec03 .tourBoxs .tourBox__pht .tourBox__cap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
}
.sec03 .tourBoxs .tourBox__pht .tourBox__cap02 {
    top: 5px;
    right: 10px;
}
.sec03 .tourBoxs .tourBox__pht .item01 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 147px;
    height: auto;
}
.sec03 .tourBoxs .tourBox__btn a {
    display: block;
    margin: 10px auto 0;
    width: 440px;
    height: 46px;
    background: #F45B5B;
    background: linear-gradient(180deg, rgba(244, 91, 91, 1) 0%, rgba(242, 54, 54, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    /* font-family: "M PLUS 1", sans-serif; */
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.sec03 .tourBoxs .tourBox__btn a {
    position: relative;
}
.sec03 .tourBoxs .tourBox__btn a::before {
    content: '';
    background-image: url(/attending/t/ngo-i/ngo_setumei3/images/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 100%;
    position: absolute;
    right: 20px;
    background-size: contain;
}
.sec03 .tourBoxs .tourBox__btn a:hover {
    background: linear-gradient(180deg, rgba(242, 54, 54, 1) 0%, rgba(244, 91, 91, 1) 100%);
}

.sec03 .event_lists {
    display: flex;
    justify-content: center;
    /* width: 880px; */
    margin: 0 auto 40px;
    gap: 20px;
}
.sec03 .event_list {
    border: 3px solid;
    font-family: "Zen Old Mincho", serif;
    background-color: #fff;
    text-align: center;
    width: 460px;
    padding: 10px;
    line-height: 1.2;
}
.sec03 .event_list:nth-of-type(1) {
    border-color: #3438b5;
    color: #3438b5;
}
.sec03 .event_list:nth-of-type(2) {
    border-color: #ff337a;
    color: #ff337a;
}
.sec03 .event_subttl {
    background-color: #ff337a;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
}
.sec03 .event_ttl {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sec03 .event_flex{
    display: flex;
    gap: 10px;
}
.sec03 .event_txt {
    font-weight: 700;
}
.sec03 .event_list:nth-of-type(1) .event_txt {
    font-size: 18px;
    line-height: 1.6;
}
.sec03 .event_list:nth-of-type(2) .event_txt {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.sec03 .event_list:nth-of-type(2) .event_txt span {
    font-size: 21px;
}
.sec03 .event_pht img {
    width: 180px;
    /* height: 180px;
    object-fit: cover;
    object-position: 50% 0%; */
}
.sec03 .attention {
    width: 940px;
    margin: 0 auto;
}
/*----------------------------------
	section -- sec04
----------------------------------*/
.sec04 .contactBox {
    text-align: center;
    margin-bottom: 80px;
}

.sec04 .btnBox .left {
    float: left;
}

.sec04 .btnBox .right {
    float: right;
}

.sec04 .btnBox a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*----------------------------------
	pagetop
----------------------------------*/
/*.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
}

.pagetop a {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px;
	text-align: center;
	width: 50px;
	height: 50px;
}

.pagetop a:hover {
	text-decoration: none;
	color: #ccc;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}*/

.bg_fff {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.tourBoxs li dd.btn img {
    width: 90%;
}

.ttl_medal {
    margin: 15px auto;
    vertical-align: middle;
    text-align: center;
    display: flex;
    width: 830px;
    gap: 20px;
}
.ttl_medal li {
    background-color: #ff4d6a;
    box-shadow: 3px 5px 0 0 #7f2635;
    /* font-family: "M PLUS 1", sans-serif; */
    font-family: "Zen Old Mincho", serif;
    font-style: italic;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest_wapper {
    margin: 5rem 12rem 0;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 0 10px #e6353e;
    border: 2px dashed white;
    background-color: #e6353e;
    display: flex;
    gap: 24px;
}

.guest_wapper figure img {
    width: 260px;
}

.guest_wapper dt {
    position: relative;
    height: 50px; /*リボンの高さ*/
    line-height: 50px; /*リボンの高さ*/
    text-align: center;
    font-size: 24px; /*文字の大きさ*/
    background: #000; /*塗りつぶし色*/
    color: #ffff00; /*文字色*/
    box-sizing: border-box;
    margin-bottom: 15px;
}

.guest_wapper dt:before,
.guest_wapper dt:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
}

.guest_wapper dt:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #e6353e;
    border-style: solid;
}

.guest_wapper dt:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #e6353e transparent transparent;
    border-style: solid;
}

.guest_wapper dd {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}

.guest_wapper dd span {
    font-size: 26px;
    font-weight: bold;
}

.guest_wapper dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.guest_wapper dd ul li {
    width: 49%;
    color: #e6353e;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 2%;
    font-weight: bold;
    padding: 1.5%;
}

.full {
    position: relative;
}

.full::before {
    content: "";
	background-image: url("/attending/t/ngo-i/ngo_setumei3/images/ico_full.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 95px;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 5px;
	top: 5px;
    transform: rotate(-15deg);
}

